@charset "utf-8";

/* ----------------------------------------------------------------------------
RESET
---------------------------------------------------------------------------- */

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-size: 14px;
  color: #333333;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',
    Meiryo, Osaka, '游ゴシック体', YuGothic, '游ゴシック Medium',
    'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}

.clear {
  clear: both;
}

.small {
  font-size: 14px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.bg_none {
  background: none !important;
}

strong {
  font-weight: bold;
}

.ct {
  text-align: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.inner {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 4%;
    box-sizing: border-box;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------------------
contents
----------------------------------------------------------------------------------------------------------------------------------------- */

/* header
---------------------------------------------------------------------------- */

header {
  width: 960px;
  margin: 0 auto;
}

header .logo {
  padding: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  header {
    width: 100%;
  }
  header .logo {
    padding: 4%;
    text-align: center;
  }
  header .logo img {
    width: 50%;
  }
}

/* main
---------------------------------------------------------------------------- */

.main {
  background: #faf9f7;
  width: 100%;
  text-align: center;
}

.main-inner {
  min-width: 960px;
  margin: 0 auto;
}

.main-img {
  position: relative;
  margin: 0 auto;
}

.main-img img {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .main-inner {
    width: 100%;
    min-width: 0;
  }
  .main-img {
    width: 100%;
    height: auto;
  }
  .main-img img {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  h2 {
    font-size: 5.5vw;
    line-height: 1.4;
  }
}

.first_txt {
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
}

.strong-txt {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  color: #fa7d91;
  padding-bottom: 1.5%;
}

/* TOPテキスト
---------------------------------------------------------------------------- */

.flowchart_toptxt{
  font-size: 18px;
  text-align: center;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .flowchart_toptxt {
    font-size: 3.5vw;
  }
}

/* CTA
---------------------------------------------------------------------------- */

.btn_area {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.btn_entry {
  width: 450px;
  font-size: 20px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border-radius: 12px;
  text-align: center;
  border: #df542b solid 2px;
}

.btn_entry a {
  padding: 23px 0;
}

.btn_entry a {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  color: #df542b;
  text-align: center;
  text-decoration: none;
  transition: 0.25s linear;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  font-weight: bold;
  border-radius: 8px;
}

.btn_entry a::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #df542b;
}

.btn_entry a:hover {
  transition-duration: 0.3s;
  background-color: #df542b;
  color: #fff;
}

.btn_entry a:hover::after {
  transition-duration: 0.3s;
  border-left: 5px solid #fff;
}

.cta {
  text-align: center;
  padding: 28px 0;
}

@media only screen and (max-width: 767px) {
  .btn_area {
    bottom: -24%;
  }
  .btn_entry {
    width: 80%;
  }
  .cta {
    padding: 0;
  }
}

/* section-overview
---------------------------------------------------------------------------- */

.content_ttl {
  position: relative;
  text-align: center;
  padding: 50px 50px 30px;
  font-size: 30px;
  letter-spacing: 2.5px;
  color: #544b45;
  font-weight: bold;
}
.content_ttlmark{
  font-size: 40px;
  color: #c3e2ff;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .content_ttl {
    padding: 5% 3%;
  }

  .overview .description img {
    width: 100%;
  }
}

/* section-point
---------------------------------------------------------------------------- */
.flowchart_arrowimg{
  margin-top: -2px;
}
.flowchart_resultbox a{
  display: inline-block;
  margin: 24px;
}
.flowchart_resultbox a img{
  box-shadow: 3px 3px 3px 0 rgb(0 0 0 / 10%);
    border-radius: 31px;
}
.flowchart_resultbox a:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}
.flowchart_resultbox .flowchart_resul_link-a{
  margin-left: 63px;
}
.flowchart_resultbox .flowchart_resul_link-b{
  margin-left: 50px;
}
.flowchart_resultbox .flowchart_resul_link-c{
  margin-left: 85px;
}
.flowchart_resultbox .flowchart_resul_link-d,
.flowchart_resultbox .flowchart_resul_link-e{
  margin-left: 88px;
}
.flowchart_resultbox .flowchart_resul_link-f{
  margin-left: 37px;
}

@media only screen and (max-width: 767px) {
  .flowchart_resultbox{
    position: relative;
  }
  .flowchart_resultbox a{
    position: absolute;
  }
  .flowchart_resultbox .flowchart_resul_link {
    margin: 0;
  }
  .flowchart_resultbox .flowchart_resul_link-a{
    bottom: 0vw;
    left: 0.5vw;
  }
  .flowchart_resultbox .flowchart_resul_link-b{
    top: 1vw;
    left: 14.5vw;
  }
  .flowchart_resultbox .flowchart_resul_link-c{
    bottom: 0vw;
    left: 33.5vw;
  }
  .flowchart_resultbox .flowchart_resul_link-d{
    top: 1vw;
    left: 54vw;
  }
  .flowchart_resultbox .flowchart_resul_link-e{
    bottom: 0vw;
    left: 66.5vw;
  }
  .flowchart_resultbox .flowchart_resul_link-f{
    top: 1vw;
    left: 76.5vw;
  }
  .flowchart_arrowimg {
    width: 100%;
  }
  .flowchart_resultbox a {
    margin: 0;
    width: 15vw;
  }
  .flowchart_resultbox a img{
    width: 100%;
  }
}

/* result_parts
---------------------------------------------------------------------------- */

.result_parts_ttl {
  text-align: center;
  margin-bottom: 30px;
}

.result_parts_ttl img {
  width: 45px;
  margin-bottom: 10px;
}

.result_parts_ttl h3 {
  position: relative;
  font-size: 20px;
  margin-left: 15px;
}
.result_parts_ttl h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffa77a;
  border-radius: 10px;
}

.flowchart_result li{
  margin-bottom: 20px;
}

.result_parts {
  background-color: #fbf8e4;
  padding: 25px;
  border-radius: 15px;
}

.result_bnrbox a,
.etc_soudankai_bnrbox a {
  width: 220px;
  display: block;
  margin: 0 auto;
}

.etc_soudankai_bnrbox a{
  width: 300px;
}

.result_bnrbox a :hover,
.etc_soudankai_bnrbox a:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.result_parts02 .result_bnrbox,
.result_parts06 .result_bnrbox{
  text-align: center;
}

.result_parts02 a,
.result_parts06 a{
  display: inline-block;
  margin: 0 15px 15px 0;
}

.result_bnrbox img,
.etc_soudankai_bnrbox img {
  width: 100%;
  box-shadow: 3px 3px 3px 0 rgb(0 0 0 / 10%);
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .flowchart_result {
    margin-top: 15%;
  }
  .result_parts_ttl h3{
    font-size: 4.5vw;
    line-height: 1.4;
  }
  .result_bnrbox a, .etc_soudankai_bnrbox a{
    width: 70%;
  }
}



/* footer
---------------------------------------------------------------------------- */

.footer {
  width: 100%;
  border-top: dotted 1px #999;
}

.footer p {
  display: block !important;
  padding: 16px 0 0;
  color: #666 !important;
  font-size: 11px;
  text-align: center;
}

.add-footer-link {
  padding-top: 20px;
  font-size: 14px;
  text-align: center;
}

.add-footer-link a {
  margin-left: 30px;
  color: #32b7e6;
}

.add-footer-link > *:first-child {
  margin-left: 0;
}

.footer-info > .container {
  width: 960px;
  padding: 0;
  margin: 0 auto;
}

.footer-info .footer-info-box {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-info .footer-info-box-col {
  width: calc((99.9% - 380px) / 3);
  display: flex;
}

.footer-info .footer-info-box-inner {
  width: 100%;
  min-height: 150px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-info .footer-info-box-inner > div {
  text-align: center;
}

.footer-info .footer-info-box-inner > div > *:last-child {
  margin-bottom: 0;
}

.footer-info .footer-info-box-inner dl {
  margin: 0;
  padding: 0;
}

.footer-info .footer-info-box-inner dt {
  margin: 0 0 10px;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
}

.footer-info .footer-info-box-inner dd {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

.footer-info .footer-info-box-yen {
  margin-bottom: 10px;
  color: #ee675d;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
}

.footer-info .footer-info-box-img {
  margin-bottom: 10px;
  text-align: center;
}

.footer-info .footer-info-box-img a {
  display: inline-block;
}

.footer-info .footer-info-box-img a:hover {
  opacity: 0.6;
}

.footer-info .box-tel {
  width: 364px;
  padding-right: 10px;
}

.footer-info .box-tel .footer-info-box-inner {
  color: #999;
  font-size: 10px;
  font-weight: bold;
  background: #ffeede;
}

.footer-info .footer-info-tel-head {
  margin-bottom: 10px;
  color: #fe6e77;
  font-size: 11px;
}

.footer-info .footer-info-tel {
  margin-bottom: 10px;
  color: #03328a;
  font-size: 26px;
  line-height: 34px;
  text-decoration: underline;
}

.footer-info .footer-info-tel img {
  margin-right: 10px;
  vertical-align: text-top;
}

.footer-info .frm-service {
  border-radius: 4px 0 0 4px;
  border: solid 1px #e5e5e5;
  border-right: none;
}

.footer-info .frm-privacy {
  border: solid 1px #e5e5e5;
  border-right: none;
}

.footer-info .frm-yuryo {
  border-radius: 0 4px 4px 0;
  border: solid 1px #e5e5e5;
}

.ptop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
}

.ptop img {
  width: 50px;
}
