@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* reset for form */
input[type=text],
input[type=checkbox],
input[type=radio] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
}

textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

/*========== set.scss ==========*/
html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) {
  html {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  color: #464646;
  text-align: left;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a {
  text-decoration: none;
  color: #2E2E2E;
}

.opacity {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.trans {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hoverTxt {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.boxShadow {
  box-shadow: 0px 0px 6px rgba(54, 48, 48, 0.6);
}

.txtShadow {
  text-shadow: 0px 0px 9px rgba(54, 48, 48, 0.71);
}

.box-trim {
  position: relative;
  overflow: hidden;
}
.box-trim img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .noSP {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .noPC {
    display: none !important;
  }
}

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 1300ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*========== l-footer.scss ==========*/
.l-footer {
  display: none;
}

/*========== c-inner.scss ==========*/
.c-inner {
  max-width: 767px;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .c-inner {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}

/*========== c-title.scss ==========*/
.c-title-primary {
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .c-title-primary {
    font-size: 2.4rem;
  }
}
.c-title-primary .num {
  display: block;
  color: #7FC7EF;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  line-height: 9.3333333333vw;
  border: 2px solid #7FC7EF;
  border-radius: 50%;
  margin: 0 auto 0.5em;
  background-color: #fff;
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .c-title-primary .num {
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 2.2rem;
  }
}
.c-title-secondary {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .c-title-secondary {
    font-size: 2.2rem;
  }
}
.c-title-secondary .alp {
  display: block;
  color: #7FC7EF;
  line-height: 1;
  margin: 0 auto 0.5em;
  font-size: 9.6vw;
}
@media screen and (min-width: 768px) {
  .c-title-secondary .alp {
    font-size: 3.6rem;
  }
}
.c-title-tertiary {
  font-weight: bold;
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (min-width: 768px) {
  .c-title-tertiary {
    font-size: 2rem;
  }
}
.c-title-tertiary:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.65em 0.5em 0 0.5em;
  border-color: #7BC4EE transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0.5em;
}

/*========== c-table.scss ==========*/
.c-table-std {
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #D2EAF8;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-table-std {
    margin-bottom: 10px;
  }
}
.c-table-std thead th {
  background-color: #D2EAF8;
  padding: 0.75em 1.5em;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .c-table-std thead th {
    font-size: 1.5rem;
  }
}
.c-table-std tbody td {
  background-color: #fff;
  border-left: 1px solid #D2EAF8;
  border-bottom: 1px solid #D2EAF8;
  text-align: center;
  font-weight: 400;
  padding: 1em 0;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .c-table-std tbody td {
    font-size: 1.6rem;
  }
}

/*========== c-box.scss ==========*/
.c-box-article {
  background-color: #F5FAFC;
  max-width: 767px;
  margin: auto;
  min-height: 100vh;
}
.c-box-sec {
  padding: 8vw 0;
}
@media screen and (min-width: 768px) {
  .c-box-sec {
    padding: 45px 0;
  }
}
.c-box-sec.withBG {
  background-color: #fff;
}
.c-box-dot {
  border: 1px dashed #7FC7EF;
  padding: 1em;
  border-radius: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-box-dot {
    border-radius: 20px;
  }
}
.c-box-dot.cl-gray {
  border-color: rgba(119, 119, 119, 0.3);
}
.c-box-dot.radius10 {
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-box-dot.radius10 {
    border-radius: 10px;
  }
}
.c-box-2nd {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .c-box-2nd {
    margin-bottom: 45px;
  }
}

/*========== c-btn.scss ==========*/
.c-btn-std {
  background: linear-gradient(to right, #BBEEEE, #80C8EF);
  display: block;
  border-radius: 1000px;
  color: #fff;
  font-weight: bold;
  font-size: 4.2666666667vw;
  width: 74.6666666667vw;
  margin: auto;
  text-align: center;
  height: 16vw;
  line-height: 16vw;
}
@media screen and (min-width: 768px) {
  .c-btn-std {
    font-size: 2rem;
    max-width: 400px;
    height: 60px;
    line-height: 60px;
  }
}
.c-btn-std span {
  padding-left: 1em;
}
.c-btn-std span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  margin-left: 1em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.c-btn-detail {
  background-color: #9dd;
  display: block;
  border-radius: 1000px;
  width: 74.6666666667vw;
  margin: auto;
  height: 16vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn-detail {
    max-width: 400px;
    height: 60px;
  }
}
.c-btn-detail span {
  display: block;
  width: 100%;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-size: 4.2666666667vw;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .c-btn-detail span {
    font-size: 2rem;
  }
}

/*========== c-list.scss ==========*/
.c-list-disc .item {
  position: relative;
  padding-left: 1em;
}
.c-list-disc .item:not(:last-child) {
  margin-bottom: 1em;
}
.c-list-disc .item:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #7BC4EE;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}

/*========== p-top.scss ==========*/
.p-top-kv {
  background: url(../images/kv_bg.png) center no-repeat;
  background-size: cover;
  position: relative;
  height: 64.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-kv {
    max-height: 484px;
  }
}
.p-top-kv .balloon {
  display: block;
  background: url(../images/balloon_bg.png) center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  position: absolute;
  line-height: 1.4;
  padding: 1.75em 0 1em;
  left: 50%;
  bottom: 3.2vw;
  transform: translateX(-50%);
  font-size: 3.7333333333vw;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .p-top-kv .balloon {
    bottom: 12px;
    font-size: 2rem;
    max-width: 500px;
  }
}
.p-top-notice {
  text-align: center;
  margin: 6.6666666667vw 0;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-notice {
    margin: 25px 0;
    font-size: 1.4rem;
  }
}
.p-top-notice .ttl {
  color: #EE4466;
  margin-bottom: 0.5em;
}
.p-top-notice .txt {
  line-height: 1.8;
}

/*========== p-header.scss ==========*/
.p-header-intro {
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-header-intro {
    margin-bottom: 30px;
  }
}
.p-header-intro .ttl {
  color: #7BC4EE;
  font-weight: bold;
  font-size: 5.3333333333vw;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .p-header-intro .ttl {
    font-size: 3rem;
  }
}
.p-header-Q {
  position: relative;
  background: url(../images/header_q_bg.png) center no-repeat #fff;
  background-size: cover;
  height: 38.4vw;
}
@media screen and (min-width: 768px) {
  .p-header-Q {
    height: 175px;
  }
}

/*========== p-price.scss ==========*/
.p-price-budget {
  text-align: center;
  font-weight: 400;
}
.p-price-budget .item dl {
  display: flex;
  flex-wrap: wrap;
}
.p-price-budget .item dl .grade {
  width: 40%;
  background: linear-gradient(45deg, #5CC6FF, #B6E5D5);
  color: #fff;
  padding: 1em 0;
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-price-budget .item dl .grade {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.p-price-budget .item dl .price {
  background-color: #fff;
  width: 60%;
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-price-budget .item dl .price {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
}
.p-price-budget .item dl .price .yen {
  font-weight: bold;
  font-size: 8vw;
}
@media screen and (min-width: 768px) {
  .p-price-budget .item dl .price .yen {
    font-size: 3.6rem;
  }
}

/*========== p-question.scss ==========*/
.p-question-flow .item {
  text-align: center;
}
.p-question-flow .item:not(:last-child) {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-question-flow .item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.p-question-flow .item a {
  display: block;
  border: 1px solid #B5DDF4;
  border-radius: 2.6666666667vw;
  background-color: #fff;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .p-question-flow .item a {
    border-radius: 10px;
  }
}
.p-question-flow .item a figure.sbs {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-question-flow .item a figure.sbs {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .p-question-flow .item a figure.sbs {
    justify-content: center;
  }
}
.p-question-flow .item a figure.sbs figcaption {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-question-flow .item a figure.sbs figcaption {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .p-question-flow .item a figure.sbs figcaption {
    width: 7em;
    text-align: left;
  }
}
.p-question-flow .item a figure figcaption {
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-question-flow .item a figure figcaption {
    font-size: 2rem;
  }
}
.p-question-flow .item a figure img {
  width: 55%;
}
@media screen and (min-width: 768px) {
  .p-question-flow .item a figure img {
    width: 200px;
  }
}

/*========== p-result.scss ==========*/
.p-result p {
  margin-bottom: 1.5em;
}
.p-result-txt01 {
  color: #EE4466;
  margin-top: 1.5em;
}
.p-result-fig {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-result-fig {
    margin-bottom: 20px;
  }
}
.p-result-btnList .item {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-result-btnList .item {
    margin-bottom: 30px;
  }
}
.p-result-btnList .item:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-result-btnList .item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-result-caution .ttl {
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 1em;
  position: relative;
}
.p-result-caution .ttl:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #7BC4EE;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.p-result-caution .txt {
  padding-left: 1em;
}
.p-result-caution .txt .item:not(:last-child) {
  margin-bottom: 1em;
}
.p-result-anc {
  margin-bottom: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-result-anc {
    margin-bottom: 28px;
  }
}
.p-result-anc .item {
  position: relative;
  border: 1px solid #7FC7EF;
  border-radius: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-result-anc .item {
    border-radius: 20px;
  }
}
.p-result-anc .item:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-result-anc .item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-result-anc .item:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #7FC7EF;
  border-right: 2px solid #7FC7EF;
  transform: rotate(45deg);
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
}
.p-result-anc .item a {
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.5em 2em 1.5em 0;
}
.p-result-anc .item a .pettern {
  width: 25%;
  text-align: center;
  font-weight: bold;
  color: #7BC4EE;
  font-size: 9.6vw;
}
@media screen and (min-width: 768px) {
  .p-result-anc .item a .pettern {
    font-size: 3.6rem;
  }
}
.p-result-anc .item a .cost {
  width: 75%;
}
.p-result-anc .item a .cost .ttl {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.5em;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-result-anc .item a .cost .ttl {
    font-size: 2rem;
  }
}
.p-result-anc .item a .cost .txt {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-result-anc .item a .cost .txt {
    font-size: 2.2rem;
  }
}
.p-result-anc .item a .cost .txt .note {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-result-anc .item a .cost .txt .note {
    font-size: 1.6rem;
  }
}
.p-result-anc .item a .cost .txt .att {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-result-anc .item a .cost .txt .att {
    font-size: 2rem;
  }
}
.p-result-anc .term {
  background-color: #F5FBFF;
  text-align: center;
  padding: 1em 0;
  border-radius: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-result-anc .term {
    border-radius: 20px;
    margin-bottom: 20px;
  }
}
.p-result-anc .num {
  padding: 0 0.3em;
  font-size: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-result-anc .num {
    font-size: 3.3rem;
  }
}
.p-result-detail {
  border: 1px solid #D2EAF8;
  background-color: #fff;
  padding: 1em;
}
.p-result-detail .in {
  width: 100%;
  border-collapse: collapse;
  border-left: 2px solid #fff;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .p-result-detail .in {
    margin-bottom: 15px;
  }
}
.p-result-detail .in th, .p-result-detail .in td {
  background-color: #F5FBFF;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  line-height: 1.2;
  vertical-align: middle;
}
.p-result-detail .in th {
  text-align: left;
  font-size: 3.2vw;
  padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  .p-result-detail .in th {
    font-size: 1.5rem;
  }
}
.p-result-detail .in td {
  text-align: center;
  padding: 0.5em 0;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-result-detail .in td {
    font-size: 1.7rem;
  }
}
.p-result-detail .in td span {
  font-size: 2.4vw;
}
@media screen and (min-width: 768px) {
  .p-result-detail .in td span {
    font-size: 1.2rem;
  }
}
.p-result-detail .basic .item {
  padding: 0.75em 0;
}
.p-result-detail .basic .item:not(:last-child) {
  border-bottom: 1px dashed #D2EAF8;
}
.p-result-detail .basic .item dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.2;
}
.p-result-detail .basic .item dl .ttl {
  font-weight: bold;
  width: 50%;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-result-detail .basic .item dl .ttl {
    font-size: 1.7rem;
  }
}
.p-result-detail .basic .item dl .txt {
  width: 50%;
  text-align: center;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-result-detail .basic .item dl .txt {
    font-size: 2rem;
  }
}
.p-result-detail .amount {
  border-top: 1px solid #D2EAF8;
}
.p-result-detail .amount .item {
  padding: 0.5em 0;
}
.p-result-detail .amount .item:not(:last-child) {
  border-bottom: 1px dashed #D2EAF8;
}
.p-result-detail .amount .item .ttl {
  font-weight: bold;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-result-detail .amount .item .ttl {
    font-size: 1.7rem;
  }
}
.p-result-detail .amount .item .txt {
  text-align: right;
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .p-result-detail .amount .item .txt {
    font-size: 2rem;
  }
}
.p-result #ancA .def01 .ttl {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-result #ancA .def01 .ttl {
    font-size: 3.7333333333vw;
  }
}
.p-result #ancA .def01 .txt {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-result #ancA .def01 .txt {
    font-size: 1.6rem;
  }
}
.p-result #ancA .list01 {
  margin-bottom: 6.6666666667vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-result #ancA .list01 {
    margin-bottom: 25px;
    font-size: 1.7rem;
  }
}
.p-result #ancA .txt01 {
  text-align: center;
  font-weight: bold;
  display: inline-block;
}
.p-result #ancA .txt01Wrap {
  text-align: center;
}
.p-result #ancA .txt01 .times {
  padding: 0 0.25em;
  font-size: 9.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p-result #ancA .txt01 .times {
    font-size: 3.4rem;
  }
}
.p-result #ancA .txt01 .note {
  display: block;
  text-align: right;
  font-weight: normal;
}
.p-result #ancA .txt01 .uLine {
  background-image: linear-gradient(transparent 50%, #FFFF55 0%);
}
.p-result #ancA .txt02 {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-result #ancA .txt02 {
    margin-bottom: 40px;
  }
}
.p-result #ancA .txt02 .uLine {
  background-image: linear-gradient(transparent 80%, #FFFF55 0%);
}
.p-result #ancA .forImg02 {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-result #ancA .forImg02 {
    margin-top: 20px;
  }
}
.p-result #ancB .forImg05 {
  margin: 10.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .p-result #ancB .forImg05 {
    margin: 40px 0;
  }
}
.p-result #ancD .list01 .item .mp .ttl {
  font-weight: bold;
  float: left;
  clear: both;
  width: 6em;
  text-align: center;
}
.p-result #ancD .list01 .item .mp .txt {
  margin-left: 6em;
}
.p-result-last .ttl {
  text-align: center;
  font-weight: bold;
  color: #7BC4EE;
  margin-bottom: 1em;
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .p-result-last .ttl {
    font-size: 2.2rem;
  }
}

/*========== u-utility.scss ==========*/
.u-bold {
  font-weight: bold;
}
.u-center {
  text-align: center;
}
.u-mb0 {
  margin-bottom: 0 !important;
}
.u-notice {
  color: #EE4466;
}
.u-sizeS {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .u-sizeS {
    font-size: 1.4rem;
  }
}
.u-sizeSS {
  font-size: 2.6666666667vw !important;
}
@media screen and (min-width: 768px) {
  .u-sizeSS {
    font-size: 1.2rem !important;
  }
}/*# sourceMappingURL=styles.css.map */ background-size: contain;
  position: absolute;
  right: 6.6666666667vw;
  bottom: -13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point01__inner:after {
    width: 242px;
    height: 111px;
    right: 50px;
    bottom: -100px;
  }
}
.p-step02-sec01 .point01__inner p {
  line-height: 1.85;
}
.p-step02-sec01 .point01__inner p span {
  border-bottom: 2px dotted #29a7de;
}
.p-step02-sec01 .point01 .obj02 {
  position: absolute;
  left: 0;
  top: -6.6666666667vw;
  width: 46.4vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point01 .obj02 {
    top: -50x;
    width: 348px;
  }
}
.p-step02-sec01 .point01 .cost {
  display: inline-block;
  line-height: 2.5;
}
.p-step02-sec01 .point01 .costWrap {
  border: 2px dotted #75C5FA;
  border-radius: 10px;
  text-align: center;
  padding: 6.6666666667vw 0;
  margin-bottom: 2.6666666667vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point01 .costWrap {
    padding: 50px 0;
    margin-bottom: 20px;
  }
}
.p-step02-sec01 .point01 .costWrap:before {
  content: "";
  display: block;
  width: 14.1333333333vw;
  height: 21.0666666667vw;
  background: url("../images/step2/sec1_obj03.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: -18.6666666667vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point01 .costWrap:before {
    width: 106px;
    height: 158px;
    top: -140px;
  }
}
.p-step02-sec01 .point01 .cost .ttl {
  float: left;
  clear: both;
  width: 6.5em;
  text-align: right;
  color: #75C5FA;
}
.p-step02-sec01 .point01 .cost .ttl span {
  font-weight: bold;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point01 .cost .ttl span {
    font-size: 40px;
  }
}
.p-step02-sec01 .point01 .cost .txt {
  margin-left: 8em;
  text-align: left;
}
.p-step02-sec01 .point01 .cost .txt span {
  font-weight: bold;
  font-size: 8vw;
  display: inline-block;
  margin-top: -0.45em;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point01 .cost .txt span {
    font-size: 60px;
  }
}
.p-step02-sec01 .point02__inner {
  background: url("../images/bg_tile.png") center top repeat-y;
  background-size: 100% auto;
  padding: 4vw 0 8vw 4.2666666667vw;
  margin-bottom: 16vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point02__inner {
    padding: 30px 0 60px 32px;
    margin-bottom: 120px;
  }
}
.p-step02-sec01 .point02__inner:after {
  content: "";
  display: block;
  width: 34.1333333333vw;
  height: 12.6666666667vw;
  background: url("../images/step2/sec1_obj06.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 22.6666666667vw;
  bottom: -7.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point02__inner:after {
    width: 256px;
    height: 95px;
    left: 170px;
    bottom: -55px;
  }
}
.p-step02-sec01 .point02__inner p {
  line-height: 1.85;
  margin-bottom: 1em;
}
.p-step02-sec01 .point02__inner p span {
  border-bottom: 2px dotted #29a7de;
}
.p-step02-sec01 .point02 .obj05 {
  position: absolute;
  right: 0;
  top: -3.3333333333vw;
  width: 51.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point02 .obj05 {
    top: -25px;
    width: 386px;
  }
}
.p-step02-sec01 .point02 .obj07 {
  position: relative;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point02 .obj07 {
    margin-bottom: 80px;
  }
}
.p-step02-sec01 .point02 .obj07:before {
  content: "";
  display: block;
  width: 14.5333333333vw;
  height: 20.8vw;
  background: url("../images/step2/sec1_obj08.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 5.3333333333vw;
  top: -18.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point02 .obj07:before {
    width: 109px;
    height: 156px;
    left: 40px;
    top: -140px;
  }
}
.p-step02-sec02 .obj01 {
  margin-bottom: 4.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec02 .obj01 {
    margin-bottom: 35px;
  }
}
.p-step02-sec03 .boxTxt {
  background: url("../images/step2/sec3_obj01.png") right center no-repeat;
  background-size: 100% auto;
  height: 60.6666666667vw;
  padding: 2vw 0 0 4.2666666667vw;
  margin: 3.3333333333vw 0 4vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec03 .boxTxt {
    height: 455px;
    padding: 15px 0 0 32px;
    margin: 25px 0 30px;
  }
}
.p-step02-sec03 .boxTxt p {
  margin-bottom: 1em;
  line-height: 1.85;
}
.p-step02-sec03 .boxTxt p .uLine-dot {
  border-bottom: 2px dotted #29a7de;
}
.p-step02-sec03 .boxTxt p .uLine-marker {
  background: linear-gradient(transparent 70%, #fff100 30%);
}
.p-step02-sec03 .boxGraph {
  position: relative;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec03 .boxGraph {
    margin-bottom: 80px;
  }
}
.p-step02-sec03 .boxGraph .txt01 {
  position: absolute;
  right: 4.2666666667vw;
  bottom: 0;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .p-step02-sec03 .boxGraph .txt01 {
    right: 32px;
  }
}
.p-step02-sec03 .boxGraph .txt01 span {
  border-bottom: 2px dotted #29a7de;
}

/*========== p-step03.scss ==========*/
.p-step03 {
  margin-bottom: 25.2vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step03 {
    margin-bottom: 189px;
  }
}
.p-step03:after {
  content: "";
  display: block;
  width: 8.5333333333vw;
  height: 10.5333333333vw;
  background: url("../images/icon_below.png") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -21.2vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-step03:after {
    width: 64px;
    height: 79px;
    bottom: -159px;
  }
}
.p-step03-intro {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: -13.3333333333vw;
  margin-bottom: 8.6666666667vw;
  padding: 5.3333333333vw;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step03-intro {
    margin-top: -100px;
    margin-bottom: 65px;
    padding: 40px;
  }
}
.p-step03-intro p {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step03-intro p {
    font-size: 28px;
  }
}
.p-step03-intro p:not(:last-child) {
  margin-bottom: 1.5em;
}
.p-step03-intro p span {
  border-bottom: 1px solid #ff7ba8;
}
.p-step03-ttl {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step03-ttl {
    margin-bottom: 80px;
  }
}
.p-step03-subTtl {
  text-align: center;
  padding-left: 12vw;
  position: relative;
  margin-bottom: 4.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step03-subTtl {
    padding-left: 90px;
    margin-bottom: 35px;
  }
}
.p-step03-subTtl:before {
  content: "";
  display: block;
  width: 17.6vw;
  height: 17.6vw;
  background: url("../images/step3/ttl_obj.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-step03-subTtl:before {
    width: 132px;
    height: 132px;
  }
}
.p-step03-subTtl.even {
  padding-left: 0;
  padding-right: 12vw;
}
@media screen and (min-width: 768px) {
  .p-step03-subTtl.even {
    padding-right: 90px;
  }
}
.p-step03-subTtl.even:before {
  left: unset;
  right: 0;
  transform: rotate(-270deg);
}
.p-step03-subTtl .num {
  font-weight: bold;
  font-size: 4.2666666667vw;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-step03-subTtl .num {
    font-size: 32px;
  }
}
.p-step03-subTtl .num span {
  background: linear-gradient(transparent 70%, rgba(255, 123, 168, 0.4) 30%);
}
.p-step03-subTtl .num:before {
  content: "";
  display: block;
  margin: 0 auto 3.3333333333vw;
  width: 12.2666666667vw;
  height: 14.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step03-subTtl .num:before {
    margin-bottom: 25px;
    width: 92px;
    height: 106px;
  }
}
.p-step03-subTtl .num01:before {
  background: url("../images/step3/ttl_num01.png") center no-repeat;
  background-size: contain;
}
.p-step03-subTtl .num02:before {
  background: url("../images/step3/ttl_num02.png") center no-repeat;
  background-size: contain;
}
.p-step03-subTtl .num03:before {
  background: url("../images/step3/ttl_num03.png") center no-repeat;
  background-size: contain;
}
.p-step03-lead {
  width: 76.6666666667vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 768px) {
  .p-step03-lead {
    width: 575px;
    margin-bottom: 60px;
  }
}
.p-step03-lead p:not(:last-child) {
  margin-bottom: 1em;
}
.p-step03-lead p span {
  border-bottom: 2px dotted #ff7ba8;
}
.p-step03 .sec01 {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step03 .sec01 {
    margin-bottom: 100px;
  }
}
.p-step03 .sec01 .obj01 {
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step03 .sec01 .obj01 {
    margin-bottom: 70px;
  }
}
.p-step03 .sec02 {
  margin-bottom: 8.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step03 .sec02 {
    margin-bottom: 65px;
  }
}
.p-step03 .sec03 .profileWrap {
  background: url("../images/step3/sec03_bg.png") left top no-repeat;
  background-size: 100% auto;
  padding: 12vw 4.2666666667vw 0 41.3333333333vw;
  margin-bottom: 6vw;
}
@media screen and (min-width: 768px) {
  .p-step03 .sec03 .profileWrap {
    padding: 90px 32px 0 310px;
    margin-bottom: 45px;
  }
}
.p-step03 .sec03 .profile .ttl {
  font-size: 2.6666666667vw;
  margin-right: -4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step03 .sec03 .profile .ttl {
    font-size: 20px;
    margin-right: -32px;
  }
}
.p-step03 .sec03 .profile .ttl p {
  line-height: 1.5;
}
.p-step03 .sec03 .profile .ttl .name {
  font-weight: bold;
  font-size: 4.8vw;
  background: url("../images/obj01.png") left center no-repeat;
  background-size: contain;
  padding: 0.2em 1.5em 0.5em 0;
  letter-spacing: 0.1em;
  line-height: 1.8;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-step03 .sec03 .profile .ttl .name {
    font-size: 36px;
  }
}
.p-step03 .sec03 .profile .txt {
  font-size: 3.04vw;
  border-top: 2px dotted #75C5FA;
  margin-top: 1em;
  padding-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-step03 .sec03 .profile .txt {
    font-size: 22px;
  }
}

/*========== p-step04.scss ==========*/
.p-step04 {
  margin-bottom: 28.5333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step04 {
    margin-bottom: 214px;
  }
}
.p-step04:after {
  content: "";
  display: block;
  width: 8.5333333333vw;
  height: 10.5333333333vw;
  background: url("../images/icon_below.png") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -21.2vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-step04:after {
    width: 64px;
    height: 79px;
    bottom: -159px;
  }
}
.p-step04-intro {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: -13.3333333333vw;
  margin-bottom: 8.6666666667vw;
  padding: 5.3333333333vw 29.3333333333vw 5.3333333333vw 5.3333333333vw;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step04-intro {
    margin-top: -100px;
    margin-bottom: 65px;
    padding: 40px 220px 40px 40px;
  }
}
.p-step04-intro p {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step04-intro p {
    font-size: 28px;
  }
}
.p-step04-intro p:not(:last-child) {
  margin-bottom: 1.5em;
}
.p-step04-intro p span {
  border-bottom: 1px solid #ed7424;
}
.p-step04-intro .obj {
  position: absolute;
  width: 40.5333333333vw;
  right: -2vw;
  top: -15.6vw;
}
@media screen and (min-width: 768px) {
  .p-step04-intro .obj {
    width: 304px;
    right: -15px;
    top: -117px;
  }
}
.p-step04 .flow {
  margin-bottom: 8.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step04 .flow {
    margin-bottom: 65px;
  }
}
.p-step04 .flow .item01 {
  position: relative;
}
.p-step04 .flow .item01 .c-btn-std {
  position: absolute;
  right: 4.2666666667vw;
  bottom: 4.2666666667vw;
  height: 12.6666666667vw;
  line-height: 12.6666666667vw;
  width: 41.6vw;
  margin: 0;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step04 .flow .item01 .c-btn-std {
    right: 32px;
    bottom: 32px;
    height: 95px;
    line-height: 95px;
    width: 312px;
    font-size: 26px;
  }
}
.p-step04 .flow .item01 .c-btn-std:after {
  right: 4vw;
}
@media screen and (min-width: 768px) {
  .p-step04 .flow .item01 .c-btn-std:after {
    right: 30px;
  }
}
.p-step04 .flow .item03 {
  margin-top: -4vw;
}
@media screen and (min-width: 768px) {
  .p-step04 .flow .item03 {
    margin-top: -30px;
  }
}
.p-step04 .flow .item04 {
  margin-top: -9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step04 .flow .item04 {
    margin-top: -70px;
  }
}
.p-step04 .flow .item05 {
  margin-top: -4.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step04 .flow .item05 {
    margin-top: -35px;
  }
}
.p-step04 .flow .item06 {
  margin-top: -6vw;
}
@media screen and (min-width: 768px) {
  .p-step04 .flow .item06 {
    margin-top: -45px;
  }
}
.p-step04 .flow .item08 {
  margin-top: -4.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step04 .flow .item08 {
    margin-top: -35px;
  }
}

/*========== p-step05.scss ==========*/
.p-step05 {
  background-color: #f4f4f4;
  padding-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step05 {
    padding-bottom: 50px;
  }
}
.p-step05 .sec {
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 8vw 5.8666666667vw 6.6666666667vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step05 .sec {
    padding: 60px 44px 50px;
  }
}
.p-step05 .sec:not(:last-child) {
  margin-bottom: 12.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step05 .sec:not(:last-child) {
    margin-bottom: 95px;
  }
}
.p-step05 .secWrap {
  margin-top: -12vw;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step05 .secWrap {
    margin-top: -90px;
  }
}
.p-step05 .sec .c-btn-std {
  width: 100%;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step05 .sec .c-btn-std {
    font-size: 26px;
  }
}
.p-step05 .sec .btnList {
  padding-bottom: 1.3333333333vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-step05 .sec .btnList {
    padding-bottom: 10px;
  }
}
.p-step05 .sec .btnList .item {
  margin-bottom: 1.3333333333vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-step05 .sec .btnList .item {
    margin-bottom: 10px;
  }
}
.p-step05 .sec .btnList .item.half {
  width: 49%;
}
.p-step05 .sec .btnList .item a {
  display: block;
}
.p-step05-for {
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  height: 7.4666666667vw;
  line-height: 7.4666666667vw;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 79.4666666667vw;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-step05-for {
    height: 56px;
    line-height: 56px;
    width: 596px;
    font-size: 24px;
  }
}
.p-step05-for.for01 {
  background-color: #00a599;
}
.p-step05-for.for02 {
  background-color: #ff7ba8;
}
.p-step05-for.for03 {
  background-color: #29a7de;
}
.p-step05-for.for04 {
  background-color: #22b173;
}
.p-step05-for.for05 {
  background-color: #ed7424;
}
.p-step05-for.for06 {
  background-color: #ffff55;
  border: 1px solid #333333;
  color: #333333;
}
.p-step05-ttl {
  font-size: 4.5333333333vw;
  margin-bottom: 1em;
  line-height: 1.3;
  font-weight: bold;
  padding-left: 14.4vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step05-ttl {
    font-size: 34px;
    padding-left: 108px;
  }
}
.p-step05-ttl:before {
  content: "";
  display: block;
  width: 11.7333333333vw;
  height: 12.9333333333vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-step05-ttl:before {
    width: 88px;
    height: 97px;
  }
}
.p-step05-ttl.for01 span {
  background: linear-gradient(transparent 75%, rgba(0, 165, 153, 0.4) 25%);
}
.p-step05-ttl.for01:before {
  background: url("../images/step5/subttl01.png") center no-repeat;
  background-size: contain;
}
.p-step05-ttl.for02 span {
  background: linear-gradient(transparent 75%, rgba(255, 123, 168, 0.4) 25%);
}
.p-step05-ttl.for02:before {
  background: url("../images/step5/subttl02.png") center no-repeat;
  background-size: contain;
}
.p-step05-ttl.for03 span {
  background: linear-gradient(transparent 75%, rgba(41, 167, 222, 0.4) 25%);
}
.p-step05-ttl.for03:before {
  background: url("../images/step5/subttl03.png") center no-repeat;
  background-size: contain;
}
.p-step05-ttl.for04 span {
  background: linear-gradient(transparent 75%, rgba(34, 177, 115, 0.4) 25%);
}
.p-step05-ttl.for04:before {
  background: url("../images/step5/subttl04.png") center no-repeat;
  background-size: contain;
}
.p-step05-ttl.for05 span {
  background: linear-gradient(transparent 75%, rgba(237, 116, 36, 0.4) 25%);
}
.p-step05-ttl.for05:before {
  background: url("../images/step5/subttl05.png") center no-repeat;
  background-size: contain;
}
.p-step05-ttl.for06 span {
  background: linear-gradient(transparent 75%, rgba(255, 255, 85, 0.4) 25%);
}
.p-step05-ttl.for06:before {
  background: url("../images/step5/subttl06.png") center no-repeat;
  background-size: contain;
}
.p-step05 .point .ttl {
  width: 22vw;
  margin: 0 0 2vw -1.6vw;
}
@media screen and (min-width: 768px) {
  .p-step05 .point .ttl {
    width: 165px;
    margin: 0 0 15px -12px;
  }
}
.p-step05 .point .txt {
  font-size: 3.3866666667vw;
  line-height: 1.925;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-step05 .point .txt {
    font-size: 25px;
  }
}
.p-step05 .point .txt .uLine {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
}
.p-step05 .point .txt.for01 .uLine {
  border-bottom-color: #00a599;
}
.p-step05 .point .txt.for02 .uLine {
  border-bottom-color: #ff7ba8;
}
.p-step05 .point .txt.for03 .uLine {
  border-bottom-color: #29a7de;
}
.p-step05 .point .txt.for04 .uLine {
  border-bottom-color: #22b173;
}
.p-step05 .point .txt.for05 .uLine {
  border-bottom-color: #ed7424;
}
.p-step05 .point .txt.for06 .uLine {
  border-bottom-color: #999;
}

/*========== u-utility.scss ==========*/
.u-bold {
  font-weight: bold;
}
.u-note {
  color: #666;
  font-size: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .u-note {
    font-size: 16px;
  }
}/*# sourceMappingURL=styles.css.map */