@charset "UTF-8";
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.10.1/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.10.1/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap; }
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden; }

section {
  overflow: hidden; }

body {
  width: 100%;
  padding-top: 0vw;
  padding-bottom: 120px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo;
  position: relative;
  color: #000; }
  body .wrap {
    max-width: 750px;
    margin: 0 auto;
    position: relative; }

@media screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
    padding-bottom: 20vw; } }
img {
  width: auto;
  max-width: 100%;
  vertical-align: top; }

a {
  outline: none;
  text-decoration: none;
  transition: 0.3s ease-in-out; }

a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s ease-in-out; }

.loan_fixed {
  width: 100%;
  padding: 5px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 10;
  text-align: center; }
  .loan_fixed .fixed_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    width: 100%;
    padding: 10px 5%; }
    .loan_fixed .fixed_flex a {
      width: 46%;
      display: block;
      margin: 0 auto; }
      .loan_fixed .fixed_flex a img {
        animation-iteration-count: infinite; }

/*=====================================================
ヘッダー
======================================================*/
/*=====================================================
フッター
======================================================*/
footer {
  padding: 30px 0; }
  footer .flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    align-items: center; }
    footer .flexbox .left {
      width: 20%; }
    footer .flexbox .right {
      width: 75%; }
      footer .flexbox .right img {
        max-width: 80%;
        margin: 10px 0; }

@media screen and (max-width: 767px) {
  footer {
    padding: 6vw 0; }
    footer .flexbox .right img {
      margin: 2vw 0; } }
/*=====================================================
共通
======================================================*/
.contents_wrap {
  width: 90%;
  margin: 0 auto; }

.mb10 {
  margin-bottom: 10px; }

.gtm-click {
  display: block; }

/*=====================================================
MAIN
======================================================*/
#main_img {
  position: relative; }
  #main_img .homepage {
    position: absolute;
    top: 0;
    right: 6%;
    width: 26%;
    height: 16%;
    display: block;
    z-index: 2; }

.guideline01 {
  background: #f6ece2;
  padding: 50px 0;
  text-align: center; }

.guideline02 {
  background: #fff;
  padding: 30px 0;
  text-align: center; }

#guideline {
  padding: 20px 0 40px; }
  #guideline .detail_box {
    background: #fff;
    width: 100%; }
    #guideline .detail_box img {
      width: 100%; }
    #guideline .detail_box h3 {
      background: #f0e3d2;
      padding: 10px 0 10px 30px;
      margin: 20px 0 0;
      position: relative;
      line-height: 1;
      font-size: 20px;
      font-weight: bold;
      border-radius: 5px; }
      #guideline .detail_box h3:before {
        content: "";
        width: 5px;
        height: 20px;
        border-radius: 5px;
        background: #8d633b;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        margin: auto; }
    #guideline .detail_box .box_padding {
      padding: 10px; }
      #guideline .detail_box .box_padding p span {
        color: #fe6634; }
      #guideline .detail_box .box_padding p strong {
        font-weight: bold;
        font-size: 18px; }
      #guideline .detail_box .box_padding ul li {
        text-indent: -20px;
        margin-left: 20px; }
        #guideline .detail_box .box_padding ul li a {
          text-decoration: underline; }
      #guideline .detail_box .box_padding ul.notice li {
        text-indent: -14px;
        margin-left: 14px; }

#start {
  background: #f6ece2;
  padding-top: 30px; }
  #start .tab_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    padding: 0 5%;
    margin-top: 30px;
    margin-bottom: 5px; }
    #start .tab_area li {
      width: 32%;
      cursor: pointer;
      position: relative; }
      #start .tab_area li:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 5px; }
      #start .tab_area li.select:nth-of-type(1)::after {
        background: #C82832; }
      #start .tab_area li.select:nth-of-type(2)::after {
        background: #014097; }
      #start .tab_area li.select:nth-of-type(3)::after {
        background: #03ADCB; }
  #start .contents_area {
    padding: 30px 8% 20px;
    position: relative;
    text-align: center; }
    #start .contents_area .download {
      margin: 80px 0 10px; }
    #start .contents_area .d_flex {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: flex-start;
      height: auto;
      justify-content: space-between;
      margin: 0px 0 10px; }
      #start .contents_area .d_flex a {
        width: 49%; }
    #start .contents_area .notice {
      color: #362E36; }
    #start .contents_area.hide {
      display: none; }
    #start .contents_area:before {
      content: "";
      position: absolute;
      top: 0;
      width: 0;
      height: 0;
      border: 15px transparent solid; }
    #start .contents_area .swipe {
      margin: 20px 0; }
    #start .contents_area .swiper, #start .contents_area .swiper2 {
      position: relative;
      overflow: visible; }
      #start .contents_area .swiper .swiper-slide, #start .contents_area .swiper2 .swiper-slide {
        padding: 0 8%; }
      #start .contents_area .swiper .swiper-pagination-bullets, #start .contents_area .swiper2 .swiper-pagination-bullets {
        bottom: -50px; }
      #start .contents_area .swiper .swiper-pagination-bullet, #start .contents_area .swiper2 .swiper-pagination-bullet {
        width: 17px !important;
        height: 17px !important;
        margin: 0 0 0 10px !important; }
      #start .contents_area .swiper .swiper-pagination-bullet:first-child, #start .contents_area .swiper2 .swiper-pagination-bullet:first-child {
        margin: 0 !important; }
      #start .contents_area .swiper .swiper-button-next, #start .contents_area .swiper .swiper-button-prev, #start .contents_area .swiper2 .swiper-button-next, #start .contents_area .swiper2 .swiper-button-prev {
        font-size: 50px;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer; }
        #start .contents_area .swiper .swiper-button-next:after, #start .contents_area .swiper .swiper-button-next:after, #start .contents_area .swiper .swiper-button-prev:after, #start .contents_area .swiper .swiper-button-prev:after, #start .contents_area .swiper2 .swiper-button-next:after, #start .contents_area .swiper2 .swiper-button-next:after, #start .contents_area .swiper2 .swiper-button-prev:after, #start .contents_area .swiper2 .swiper-button-prev:after {
          font-family: "Font Awesome 5 Free" !important;
          font-weight: 900 !important; }
      #start .contents_area .swiper .swiper-button-next, #start .contents_area .swiper2 .swiper-button-next {
        right: -3%; }
        #start .contents_area .swiper .swiper-button-next:after, #start .contents_area .swiper2 .swiper-button-next:after {
          content: "" !important; }
      #start .contents_area .swiper .swiper-button-prev, #start .contents_area .swiper2 .swiper-button-prev {
        left: -3%; }
        #start .contents_area .swiper .swiper-button-prev:after, #start .contents_area .swiper2 .swiper-button-prev:after {
          content: "" !important; }
    #start .contents_area.contents01 {
      border-top: 5px #C82832 solid;
      background: #F4D4D8; }
      #start .contents_area.contents01:before {
        left: calc(21% - 30px);
        border-top: 25px  #C82832 solid; }
      #start .contents_area.contents01 .swiper .swiper-pagination-bullet {
        background: #C82832; }
      #start .contents_area.contents01 .swiper .swiper-button-next:after, #start .contents_area.contents01 .swiper .swiper-button-next:after, #start .contents_area.contents01 .swiper .swiper-button-prev:after, #start .contents_area.contents01 .swiper .swiper-button-prev:after {
        color: #C82832 !important; }
    #start .contents_area.contents02 {
      border-top: 5px #014097 solid;
      background: #D4DBED; }
      #start .contents_area.contents02:before {
        left: calc(52% - 30px);
        border-top: 25px  #014097 solid; }
      #start .contents_area.contents02 .swiper2 .swiper-pagination-bullet {
        background: #014097; }
      #start .contents_area.contents02 .swiper2 .swiper-button-next:after, #start .contents_area.contents02 .swiper2 .swiper-button-next:after, #start .contents_area.contents02 .swiper2 .swiper-button-prev:after, #start .contents_area.contents02 .swiper2 .swiper-button-prev:after {
        color: #014097 !important; }
    #start .contents_area.contents03 {
      padding-bottom: 50px;
      border-top: 5px #03ADCB solid;
      background: #CCEFF5; }
      #start .contents_area.contents03:before {
        left: calc(83% - 30px);
        border-top: 25px  #03ADCB solid; }

#simu {
  padding: 50px 0; }
  #simu .simu_area {
    margin-top: 20px;
    padding: 40px 0;
    background: #F7ECE2; }
    #simu .simu_area .sim_simulation {
      margin-top: 30px; }
      #simu .simu_area .sim_simulation .sim_explanation {
        margin: 0 10px 50px 10px;
        line-height: 1.5em; }
      #simu .simu_area .sim_simulation .sim_calculation {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-start;
        height: auto;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 20px auto 20px auto;
        line-height: 1; }
        #simu .simu_area .sim_simulation .sim_calculation .sim_block {
          width: 40%;
          margin: 0 0 40px;
          position: relative; }
        #simu .simu_area .sim_simulation .sim_calculation .sim_block2 {
          width: 50%;
          margin: 0 0 40px;
          position: relative; }
        #simu .simu_area .sim_simulation .sim_calculation .sim_block_input {
          margin: 0 0 10px 0; }
        #simu .simu_area .sim_simulation .sim_calculation .sim_block_title {
          font-size: 20px;
          text-align: center; }
        #simu .simu_area .sim_simulation .sim_calculation .sim_block_message {
          color: #f00;
          height: 30px;
          position: absolute;
          bottom: -30px;
          left: 0;
          display: none; }
        #simu .simu_area .sim_simulation .sim_calculation .sim_block_message_up {
          height: 40px; }
        #simu .simu_area .sim_simulation .sim_calculation .sim_input {
          display: inline-block;
          width: 80%;
          margin: 0 15px 0 0;
          padding: 20px;
          background-color: #fff; }
        #simu .simu_area .sim_simulation .sim_calculation .sim_title {
          width: 100%;
          padding: 0 20px;
          text-align: center; }
        #simu .simu_area .sim_simulation .sim_calculation .sim_text {
          width: 100%;
          padding: 25px 0;
          line-height: 1.8em; }
        #simu .simu_area .sim_simulation .sim_calculation input {
          width: 70%;
          border: 0;
          font-size: 1.5em;
          color: #0050ad;
          text-align: right;
          margin: 0 5px 0 0;
          padding: 2px 5px; }
        #simu .simu_area .sim_simulation .sim_calculation select {
          border: none;
          outline: none;
          font-size: 1em;
          padding: 5px;
          color: #0050ad;
          width: 98%; }
          #simu .simu_area .sim_simulation .sim_calculation select option {
            font-size: 0.7em !important; }
      #simu .simu_area .sim_simulation .sim_result {
        display: none;
        margin: 0 0 20px 0;
        padding: 30px;
        background-color: #fff; }
        #simu .simu_area .sim_simulation .sim_result .s_result {
          text-align: center;
          margin-bottom: 40px; }
          #simu .simu_area .sim_simulation .sim_result .s_result img {
            max-width: 100px; }
          #simu .simu_area .sim_simulation .sim_result .s_result p {
            font-size: 22px;
            font-weight: bold;
            color: #000; }
        #simu .simu_area .sim_simulation .sim_result dl {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-box;
          display: -webkit-flexbox;
          display: -moz-flexbox;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: flex-start;
          height: auto;
          align-items: stretch;
          font-size: 1.2em;
          margin: 0 0 50px 0;
          border-top: 2px solid #f2f2f2; }
          #simu .simu_area .sim_simulation .sim_result dl dt {
            width: 70%;
            min-height: 25px;
            padding: 10px 0 10px 5%;
            border-bottom: 1px solid #f2f2f2; }
            #simu .simu_area .sim_simulation .sim_result dl dt span {
              font-size: 14px; }
          #simu .simu_area .sim_simulation .sim_result dl dd {
            width: 30%;
            padding: 10px 5% 10px 0;
            text-align: right;
            border-bottom: 1px solid #f2f2f2; }
      #simu .simu_area .sim_simulation .sim_btn {
        width: 100%;
        display: block;
        text-align: center;
        background: #A67C52;
        border-radius: 3px;
        color: #fff;
        padding: 25px 0;
        position: relative; }
      #simu .simu_area .sim_simulation #sim_btn_confirm_on {
        display: none; }
        #simu .simu_area .sim_simulation #sim_btn_confirm_on:after {
          content: "";
          width: 0;
          height: 0;
          position: absolute;
          top: 100%;
          left: calc(50% - 10px);
          border: 10px transparent solid;
          border-top: 10px #A67C52 solid; }

.btn_area {
  text-align: center;
  padding: 20px 0 40px; }

#faq {
  padding: 30px 0 50px; }
  #faq .qa_box {
    padding: 20px;
    background: #F7ECE2;
    border-radius: 8px;
    margin-top: 30px;
    line-height: 1.4; }
    #faq .qa_box .question {
      text-indent: -43px;
      margin-left: 43px; }
      #faq .qa_box .question span {
        color: #023E99;
        font-size: 30px;
        font-weight: bold;
        margin-right: 10px; }
      #faq .qa_box .question em {
        vertical-align: 4px; }
    #faq .qa_box .answer {
      background: #fff;
      margin: 10px 0 0;
      border-radius: 8px;
      padding: 20px; }
      #faq .qa_box .answer p {
        text-indent: -43px;
        margin-left: 43px; }
        #faq .qa_box .answer p span {
          color: #EC5B20;
          font-size: 30px;
          font-weight: bold;
          margin-right: 10px;
          font-family: YuMincho, "Yu Mincho", serif; }
        #faq .qa_box .answer p em {
          vertical-align: 4px; }

#madoguchi {
  margin-top: 100px;
  padding: 0px 0 0;
  background: #40312C; }
  #madoguchi .detail {
    margin: 20px 0 40px;
    cursor: pointer; }
  #madoguchi .detail_box {
    width: 100%;
    color: #fff;
    display: none;
    padding-bottom: 30px; }
    #madoguchi .detail_box h3 {
      background: #685A57;
      padding: 10px 0 10px 30px;
      margin: 20px 0 0;
      position: relative;
      line-height: 1;
      font-size: 20px;
      font-weight: bold;
      border-radius: 5px; }
      #madoguchi .detail_box h3:before {
        content: "";
        width: 5px;
        height: 20px;
        border-radius: 5px;
        background: #FDDB1E;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        margin: auto; }
    #madoguchi .detail_box .box_padding {
      padding: 10px; }
      #madoguchi .detail_box .box_padding p span {
        color: #fe6634; }
      #madoguchi .detail_box .box_padding p strong {
        font-weight: bold;
        font-size: 18px; }
      #madoguchi .detail_box .box_padding ul li {
        text-indent: -20px;
        margin-left: 20px; }
        #madoguchi .detail_box .box_padding ul li a {
          text-decoration: underline; }
      #madoguchi .detail_box .box_padding ul.notice li {
        text-indent: -14px;
        margin-left: 14px; }
  #madoguchi .madoguchi_reserve {
    position: relative;
    padding: 100px 0 50px;
    text-align: center;
    background: #fff; }
    #madoguchi .madoguchi_reserve:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border: 70px transparent solid;
      border-top: 50px #40312C solid; }

#contact {
  padding: 40px 0;
  background: #005bab;
  color: #fff;
  text-align: center; }
  #contact .form_box {
    padding: 30px 10px;
    margin: 20px 0;
    font-size: 20px;
    text-align: center;
    background: #fff;
    color: #005bab; }
    #contact .form_box .txt01 {
      display: inline-block;
      background: #005bab;
      color: #fff;
      font-size: 18px;
      padding: 0 20px; }
    #contact .form_box .contact_tel {
      font-size: 50px;
      padding-left: 90px;
      font-weight: bold;
      position: relative;
      display: inline-block;
      color: #005bab;
      text-decoration: none; }
      #contact .form_box .contact_tel:before {
        content: "";
        width: 80px;
        height: 50px;
        background-image: url("../img/common/freedial.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        top: 12px;
        left: 0; }

#confirm {
  background: #fbedb1;
  padding: 30px 0;
  text-align: center;
  font-size: 24px; }

.thanks {
  padding: 150px 0;
  text-align: center;
  font-size: 23px;
  border-bottom: 10px #f63 solid; }
  .thanks p {
    margin-bottom: 50px; }

@media screen and (max-width: 767px) {
  .guideline01 {
    padding: 8vw 0; }

  .guideline02 {
    padding: 5vw 0; }

  .btn_area {
    padding: 4vw 0 5vw; }
    .btn_area .btn_web {
      margin: 2vw 0 0; }
    .btn_area .plan {
      margin: 2vw 0 0px;
      font-size: 4vw; }
      .btn_area .plan i {
        font-size: 4.8vw; }
      .btn_area .plan em {
        vertical-align: 0.4vw; }

  #guideline .detail_box h3, #madoguchi .detail_box h3 {
    padding: 2vw 0 2vw 6vw;
    margin: 4vw 0 0;
    font-size: 4vw; }
    #guideline .detail_box h3:before, #madoguchi .detail_box h3:before {
      width: 1vw;
      height: 4vw;
      border-radius: 1vw;
      left: 3vw; }
  #guideline .detail_box .box_padding, #madoguchi .detail_box .box_padding {
    padding: 2vw; }
    #guideline .detail_box .box_padding ul li, #madoguchi .detail_box .box_padding ul li {
      text-indent: -4vw;
      margin-left: 4vw; }
    #guideline .detail_box .box_padding ul.notice li, #madoguchi .detail_box .box_padding ul.notice li {
      text-indent: -2.8vw;
      margin-left: 2.8vw; }
  #guideline .detail_box .detail_close, #madoguchi .detail_box .detail_close {
    margin-top: 6vw;
    max-width: 40%; }

  #madoguchi .madoguchi_reserve {
    padding: 20vw 0 10vw; }
    #madoguchi .madoguchi_reserve:before {
      border: 14vw transparent solid;
      border-top: 10vw #40312C solid; }

  #start {
    padding-top: 6vw; }
    #start .tab_area {
      margin-top: 6vw;
      margin-bottom: 1vw; }
      #start .tab_area li:after {
        height: 1vw; }
    #start .contents_area {
      padding: 6vw 8% 4vw; }
      #start .contents_area .download {
        margin: 12vw 0 4vw; }
      #start .contents_area .d_flex {
        margin: 0px 0 2vw; }
      #start .contents_area:before {
        border: 3vw transparent solid; }
      #start .contents_area .swipe {
        margin: 4vw 0; }
      #start .contents_area .swiper .swiper-pagination-bullets, #start .contents_area .swiper2 .swiper-pagination-bullets {
        bottom: -8vw; }
      #start .contents_area .swiper .swiper-pagination-bullet, #start .contents_area .swiper2 .swiper-pagination-bullet {
        width: 3.4vw !important;
        height: 3.4vw !important;
        margin: 0 0 0 2vw !important; }
      #start .contents_area .swiper .swiper-button-next, #start .contents_area .swiper .swiper-button-prev, #start .contents_area .swiper2 .swiper-button-next, #start .contents_area .swiper2 .swiper-button-prev {
        font-size: 10vw;
        width: 10vw;
        height: 10vw; }
      #start .contents_area.contents01 {
        border-top: 1vw #C82832 solid; }
        #start .contents_area.contents01:before {
          left: calc(21% - 5vw);
          border-top: 5vw  #C82832 solid; }
        #start .contents_area.contents01 .swiper .swiper-pagination-bullet {
          background: #C82832; }
        #start .contents_area.contents01 .swiper .swiper-button-next:after, #start .contents_area.contents01 .swiper .swiper-button-next:after, #start .contents_area.contents01 .swiper .swiper-button-prev:after, #start .contents_area.contents01 .swiper .swiper-button-prev:after {
          color: #C82832 !important; }
      #start .contents_area.contents02 {
        border-top: 1vw #014097 solid; }
        #start .contents_area.contents02:before {
          left: calc(52% - 5vw);
          border-top: 5vw  #014097 solid; }
        #start .contents_area.contents02 .swiper2 .swiper-pagination-bullet {
          background: #014097; }
        #start .contents_area.contents02 .swiper2 .swiper-button-next:after, #start .contents_area.contents02 .swiper2 .swiper-button-next:after, #start .contents_area.contents02 .swiper2 .swiper-button-prev:after, #start .contents_area.contents02 .swiper2 .swiper-button-prev:after {
          color: #014097 !important; }
      #start .contents_area.contents03 {
        padding-bottom: 10vw;
        border-top: 1vw #03ADCB solid; }
        #start .contents_area.contents03:before {
          left: calc(83% - 5vw);
          border-top: 5vw  #03ADCB solid; }

  #simu {
    padding: 0 0 10vw; }
    #simu .simu_area {
      margin-top: 4vw;
      padding: 8vw 0; }
      #simu .simu_area .sim_simulation {
        margin-top: 6vw; }
        #simu .simu_area .sim_simulation .sim_explanation {
          margin: 0 2vw 10vw 2vw; }
        #simu .simu_area .sim_simulation .sim_calculation {
          margin: 4vw auto; }
          #simu .simu_area .sim_simulation .sim_calculation .sim_block {
            width: 30%;
            margin: 0 0 8vw; }
          #simu .simu_area .sim_simulation .sim_calculation .sim_block2 {
            width: 70%;
            margin: 0 0 8vw; }
          #simu .simu_area .sim_simulation .sim_calculation .sim_block_input {
            margin: 0 0 2vw 0; }
          #simu .simu_area .sim_simulation .sim_calculation .sim_block_title {
            font-size: 3.6vw;
            text-align: center; }
          #simu .simu_area .sim_simulation .sim_calculation .sim_block_message {
            height: 6vw;
            bottom: -6vw; }
          #simu .simu_area .sim_simulation .sim_calculation .sim_block_message_up {
            height: 8vw; }
          #simu .simu_area .sim_simulation .sim_calculation .sim_input {
            display: inline-block;
            width: 80%;
            margin: 0 3vw 0 0;
            padding: 4vw; }
          #simu .simu_area .sim_simulation .sim_calculation .sim_title {
            width: 100%;
            padding: 0 4vw; }
          #simu .simu_area .sim_simulation .sim_calculation .sim_text {
            width: 100%;
            padding: 5vw 0;
            line-height: 1.8em; }
          #simu .simu_area .sim_simulation .sim_calculation input {
            width: 70%;
            border: 0;
            font-size: 1.5em;
            margin: 0 1vw 0 0;
            padding: 0.4vw 1vw; }
          #simu .simu_area .sim_simulation .sim_calculation select {
            border: none;
            outline: none;
            font-size: 1em;
            padding: 5px;
            color: #0050ad;
            width: 98%; }
            #simu .simu_area .sim_simulation .sim_calculation select option {
              font-size: 0.7em !important; }
        #simu .simu_area .sim_simulation .sim_result {
          display: none;
          margin: 0 0 4vw 0;
          padding: 4vw; }
          #simu .simu_area .sim_simulation .sim_result dl {
            margin: 0 0 8vw 0; }
            #simu .simu_area .sim_simulation .sim_result dl dt {
              width: 60%;
              min-height: 5vw;
              padding: 2vw 0 2vw 5%; }
              #simu .simu_area .sim_simulation .sim_result dl dt span {
                font-size: 2.8vw; }
            #simu .simu_area .sim_simulation .sim_result dl dd {
              width: 40%;
              padding: 10px 5% 10px 0;
              text-align: right;
              border-bottom: 1px solid #f2f2f2; }
        #simu .simu_area .sim_simulation .sim_btn {
          width: 100%;
          display: block;
          text-align: center;
          background: #A67C52;
          border-radius: 3px;
          color: #fff;
          padding: 25px 0;
          position: relative; }
        #simu .simu_area .sim_simulation #sim_btn_confirm_on {
          display: none; }
          #simu .simu_area .sim_simulation #sim_btn_confirm_on:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 100%;
            left: calc(50% - 10px);
            border: 10px transparent solid;
            border-top: 10px #A67C52 solid; }

  #contact {
    padding: 8vw 0; }
    #contact .form_box {
      padding: 4vw 2vw 4vw;
      font-size: 4vw; }
      #contact .form_box .txt01 {
        font-size: 4vw; }
      #contact .form_box .contact_tel {
        font-size: 8vw;
        padding-left: 14vw; }
        #contact .form_box .contact_tel:before {
          width: 12vw;
          height: 8vw;
          top: 2.4vw;
          left: 0; } }
