@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@400;700&family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap');

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html { box-sizing: border-box; -webkit-text-size-adjust: 100%; word-break: normal; -moz-tab-size: 4; tab-size: 4; } *,::before,::after { background-repeat: no-repeat; box-sizing: border-box; } ::before,::after { text-decoration: inherit; vertical-align: inherit; } * { padding: 0; margin: 0; } hr { overflow: visible; height: 0; color: inherit; } details,main { display: block; } summary { display: list-item; } small { font-size: 80%; } [hidden] { display: none; } abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } a { background-color: transparent; } a:active,a:hover { outline-width: 0; } code,kbd,pre,samp { font-family: monospace, monospace; } pre { font-size: 1em; } b,strong { font-weight: bolder; } sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } table { border-color: inherit; text-indent: 0; width: 100%; } input { border-radius: 0; } [disabled] { cursor: default; } [type='number']::-webkit-inner-spin-button,[type='number']::-webkit-outer-spin-button { height: auto; } [type='search'] { -webkit-appearance: textfield; outline-offset: -2px; } [type='search']::-webkit-search-decoration { -webkit-appearance: none; } textarea { overflow: auto; resize: vertical; } button,input,optgroup,select,textarea { font: inherit; } optgroup { font-weight: bold; } button { overflow: visible; } button,select { text-transform: none; } button,[type='button'],[type='reset'],[type='submit'],[role='button'] { cursor: pointer; color: inherit; } button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } button:-moz-focusring,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner { outline: 1px dotted ButtonText; } button,html [type='button'],[type='reset'],[type='submit'] { -webkit-appearance: button; } button,input,select,textarea { background-color: transparent; border-style: none; } a:focus,button:focus,input:focus,select:focus,textarea:focus { outline-width: 0; } select { -moz-appearance: none; -webkit-appearance: none; } select::-ms-expand { display: none; } select::-ms-value { color: currentColor; } legend { border: 0; color: inherit; display: table; max-width: 100%; white-space: normal; } ::-webkit-file-upload-button { -webkit-appearance: button; color: inherit; font: inherit; } img { border-style: none; } progress { vertical-align: baseline; } [aria-busy='true'] { cursor: progress; } [aria-controls] { cursor: pointer; } [aria-disabled='true'] { cursor: default; }

/*====================================

	0. General

====================================*/
/*サイト幅1000px*/
html { font-size: 62.5%; }
body { background: #fff; color: #333; font-family: 'Noto Sans JP', sans-serif; font-size: 16px; font-weight: 500; position: relative; line-height: 1.5;}
img { max-width: 100%; vertical-align: bottom; }
a { color: #00665a; cursor: pointer; transition: all .3s; }
a:hover { color: #ae0629; opacity: .7;}
button{transition: all .3s;}
button:hover{opacity: .7;}
input[type=submit] { cursor: pointer; }
ul,
ol { list-style: none; }
i{ font-style: normal; }
.mgb20{margin-bottom: 20px;}
.mgb40{margin-bottom: 40px;}
.sp_only{display: none;}
.t-r{text-align: right;}
.t-l{text-align: left;}
.t-c{text-align: center;}
.fw-bold{font-weight: bold;}
.fw-normal{font-weight: normal;}
.v-m{vertical-align: middle!important;}

@media (max-width: 768px) {
	.pc_only{
		display: none !important;
	}
	.sp_only{
		display: block;
	}
}

.inner { display: block; overflow: hidden; margin: 0 auto; width: 100%; max-width: 1000px; zoom: 1; }
.inner-sml{ max-width: 860px;}
.inner-pd{padding-right: 10px; padding-left: 10px;}
.brsp, .sp { display:none; }

header { padding: 21px 0 22px; border-top: 8px solid #00665a; }
header p { float: left; }
header address { float: right; }
header p a{ text-decoration: none; }

@media (max-width: 768px) {
  .inner { width: 100%; }
  main .inner{padding: 0 10px;}
  .brpc, .pc { display:none; }
  .brsp{ display:block; }
  .sp { display:inline-block; }
  header { padding: 3vmin 2.8vmin; border-top: 1vmin solid #00665a; }
  header p { float: left; width: 76vmin;}
  header p img { width: 76vmin; height: auto; }
  header address { float: right; }
  header address img { width: 15vmin; height: auto; padding-top: 2vmin;}
}

footer{
  padding: 0 0 56px;
}
footer section:first-child {
  padding: 40px 0;
  background: #f0f0f0;
}
footer section:first-child .inner address{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
footer section:first-child .inner address div{
  width: 50%;
  text-align: center;
}
footer section:first-child .inner address .info{
  text-align: left;
  padding-left: 50px;
  border-left: 1px solid #00665a;
}
footer section .footer_contact{
  margin-top: 20px;
}
.footer_note{
  margin: 30px 0 0;
}
.footer_note p:nth-of-type(2){
  text-align: right;
  margin-top: 10px;
}
.footer_links{
  text-align: center;
  margin: 65px 0 0;
}
.copyright{
  margin: 40px 0 0;
  text-align: center;
}

@media (max-width: 768px) {
  footer section:first-child{
    padding: 6vmin 3vmin;
    background: #f0f0f0;
  }
  footer section:first-child .inner address{
    display: block;
    overflow: hidden;
    margin: 0 auto;
    zoom: 1;
  }
  footer section:first-child .inner address div{
    width: 100%;
  }
  footer .footer_heading{
    text-align: center;
  }
  footer .footer_heading img,
  footer section:first-child .inner img{
    width: 73vmin;
    height: auto;
  }
  footer section:first-child .inner address .info p{
    text-align: center;
  }
  footer section:first-child .inner address .info{
    padding-left: 0;
    border-left: none;
  }
  footer section:first-child .inner address .info p{
    margin-top: 3vmin;
    padding-top: 3vmin;
    border-top: 1px solid #999999;
  }
  footer section:last-child{
    padding: 3vmin;
    font-size: 1.2rem;
  }
  .footer_note{
    margin: 0;
    display: block;
  }
  .footer_note p + p,
  .footer_links,
  .copyright{
    margin-top: 3vmin;
  }
  /* {
    margin-bottom: 3vmin;
    padding-bottom: 3vmin;
    border-bottom: 1px solid #999999;
    text-align: center;
  } */
}


/*====================================

	TOP

====================================*/
:root {
  --main-clr-wt: #fff;
  --main-clr-gl: #f3f3f3;
  --main-clr-bk: #000;
  --main-clr-gr: #00665a;
  --main-clr-ltgr: #d9e4e3;
  --main-clr-plgr: #e8f2f1;
  --main-clr-yl: #fff000;
  --main-clr-og: #ff8400;
  --main-clr-dkog: #ff4800;
  --main-clr-rd: #c90000;
  --main-shadow: 0 5px 5px rgba(1, 80, 71, 1);
}
.bg-gr{
  background: var(--main-clr-gr);
  color: var(--main-clr-wt);
}
.bg-lgr{
  background: var(--main-clr-ltgr);
}
.bg-wt{
  background: var(--main-clr-wt);
}
.clr-gr{
  color: var(--main-clr-gr);
}
.clr-yl{
  color: var(--main-clr-yl);
}
.clr-og{
  color: var(--main-clr-og);
}
.clr-dkog{
  color: var(--main-clr-dkog);
}
.txt + .txt{
  margin-top: 1.5rem;
}
.bd_heading-gr + .txt{
  margin-top: 30px;
}
.note_txt{
  font-size: 14px;
}
.indent_txt{
  text-indent: -1em;
  margin-left: 1em;
}
.inner_txt{
  margin-left: 1.5rem;
}
.img{
  margin: 46px 0 0;
  text-align: center;
}
.img-flex{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.img + .txt{
  margin-top: 50px;
}
.bg_heading-gr{
  margin: 36px 0 0;
  padding: 7px;
  background: var(--main-clr-gr);
  color: var(--main-clr-wt);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.bg_heading-lgr{
  margin: 35px 0 0;
  padding: 8px 1.5rem;
  background: var(--main-clr-plgr);
  font-size: 20px;
}
.txt.fs-m + .bg_heading-lgr{
  margin-top: 40px;
}
.bg_heading-lgr + .inner_txt{
  margin-top: 12px;
}
.bd_heading-gr{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px 0 0;
  padding: 7px;
  border: 1px solid var(--main-clr-gr);
  color: var(--main-clr-gr);
  font-size: 28px;
  font-weight: bold;
}
.bd_heading-gr span{
  display: inline-block;
  margin-right: 12px;
  padding: 5px 24px;
  background: var(--main-clr-plgr);
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 768px) {
  .img{
    margin-top: 4.9vw;
  }
  .img + .txt{
    margin-top: 5.5vw;
  }
  .bg_heading-gr{
    margin-top: 3.9vw;
    font-size: 3.3vw;
  }
  .bd_heading-gr{
    margin-top: 7.6vw;
    font-size: 3vw;
  }
  .bd_heading-gr span{
    min-width: 100px;
    padding: 5px 20px;
    font-size: 15px;
  }
  
  .img-flex{
    display: block;
  }
}
@media (max-width: 480px) {
  .bg_heading-gr,
  .bd_heading-gr{
    font-size: 18px;
  }
}


/* MV */
.mv > .bg-gr{
  padding: 40px 20px;
}
.mv .inner{
  overflow: unset;
}
.mv_heading{
  font-size: 34px;
  text-align: center;
}
.mv_heading span{
  font-size: 50px;
}
.mv_btm{
  display: flex;
}
.mv_img{
  width: 210px;
  margin-bottom: -100px;
}
.mv_ttl{
  background: linear-gradient(transparent 84%, rgb(255 240 0 / 55%) 16%);
  text-shadow: var(--main-shadow);
  font-size: 60px;
  font-weight: bold;
}
.mv_detail{
  width: calc(100% - 210px);
  padding: 0 26px 0 16px;
}
.mv_txt{
  padding: 0 10px;
  text-align: center;
}
.mv_sub{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 6px 0 0;
  font-size: 24px;
  font-weight: bold;
}
.mv_sub span{
  font-size: 36px;
  line-height: 1;
}
.mv_per i{
  font-size: 26px;
}
@media (max-width: 1000px) {
  .mv > .bg-gr{
    padding: 4.3vw 0;
  }
  .mv_heading{
    font-size: 3.2vw;
  }
  .mv_heading span{
    font-size: 4.7vw;
  }
  .mv_img{
    width: 22.8vw;
    margin-bottom: -100px;
  }
  .mv_ttl{
    font-size: 5.5vw;
  }
  .mv_detail{
    width: calc(100% - 22.8vw);
    padding: 0 0 0 2.1vw;
  }
  .mv_txt{
    padding: 0 1.3vw 0 0;
  }
  .mv_sub{
    font-size: 2.2vw;
  }
  .mv_sub span{
    font-size: 3.9vw;
  }
  .mv_per i{
    font-size: 2.9vw;
  }
}

.estimate{
  padding: 42px 0 0;
}
.estimate .explan{
  display: flex;
  justify-content: space-between;
}
.estimate .explan_txt{
  font-size: 30px;
  font-weight: bold;
}
.estimate .explan_txt span{
  font-size: 36px;
}
.explan_fee{
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 10px 10px 15px;
  background: #bfd9d6;
  color: var(--main-clr-gr);
  font-size: 30px;
  font-weight: bold;
}
.explan_fee::before{
  top: calc(50% - 17px);
  left: -17px;
  transform: rotate(45deg);
  z-index: -1;
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #bfd9d6;
  position: absolute;
}
.explan_fee .explan_fee-num{
  margin: 0 10px;
  color: var(--main-clr-bk);
  font-size: 72px;
  line-height: 1;
}
.explan_fee .explan_fee-yen{
  color: var(--main-clr-gr);
  font-size: 30px;
}
@media (max-width: 1000px) {
  .estimate{
    padding-top: 4.6vw;
  }
  .estimate .explan{
    justify-content: center;
  }
  .estimate .explan_txt,
  .explan_fee,
  .explan_fee .explan_fee-yen{
    font-size: 2.8vw;
  }
  .explan_fee{
    margin-left: 3.9vw;
    padding: .7vw 2vw;
  }
  .estimate .explan_txt span{
    font-size: 3.9vw;
  }
  .explan_fee::before{
    top: calc(50% - 2.4vw);
    left: -2.4vw;
    width: 4.8vw;
    height: 4.8vw;
  }
  .explan_fee .explan_fee-num{
    font-size: 7vw;
  }
}

/* CTA部分 */
.cta{
  margin: 42px 0 0;
}
.glossary + .cta{
  margin-top: 100px;
}
.cta_heading{
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  background: url(/assets/img/cta_bg.png);
  color: var(--main-clr-wt);
  font-size: 24px;
  text-align: center;
}
.cta_heading-sub{
  font-size: 14px;
}
.cta_body{
  display: flex;
  padding: 30px 25px;
  border: 2px solid var(--main-clr-gr);
}
.cta_date{
  display: flex;
}
.select_box + .select_box{
  margin-left: 20px;
}
select{
  font-size: 16px;
}
.select_box select{
  border: 1px solid #adc668;
  border-radius: 3px;
  width: 100%;
  padding: 10px 26px 10px 10px;
  background: #f4f7ea;
}
.select_box-y .select_item{
  width: 175px;
}
.select_item{
  position: relative;
  display: inline-block;
  width: 90px;
}
.select_box-y .select_item,
.select_box-m .select_item,
.select_box-d .select_item{
  margin-right: 20px;
}
.select_item::after{
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  transform: rotate(135deg);
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  pointer-events: none;
}

.cta_btn{
  flex: 1 0 auto;
  text-align: right;
}
.cta_btn .btn_submit{
  width: 230px;
  background: var(--main-clr-og);
  height: 100%;
  color: var(--main-clr-wt);
  border-radius: 4px;
  position: relative;
  padding: 10px 28px;
}
.cta_btn .btn_submit::after{
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(/assets/img/icon_arrow-r.png) no-repeat center / 100%;
}

.cta_sex{
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.radio_item + .radio_item{
  margin-left: 25px;
}
.control{
  display: inline-block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  vertical-align: middle;
}
/* 中のinputボタン */
.control input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* ボタンサイズが大きい場合の見た目 */
.control.control-l{
  margin-right: 20px;
}
/* チェック・ラジオの枠設定 */
.control_indicator{
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  background: var(--main-clr-wt);
  border: 1px solid #ccc;
  border-radius: 2px;
  transform: translateY(-50%);
}
.control-radio .control_indicator{
  border-radius: 50%;
}
/* Hover when checked */
.control input[type="radio"]:checked:focus ~ .control_indicator{
  background: #fff;
}
.control_indicator:after{
  content: '';
  position: absolute;
  display: none;
}
/* Radio button inner circle */
.control-radio .control_indicator:after{
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #adc668;
}
.control input:checked ~ .control_indicator:after{
  display: block;
}



.inner + .cta_btm{
  margin: 32px 0 0;
}
.cta_btm .inner{
  padding: 38px 0;
}
.cta_btm .txt{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.cta .check{
  font-weight: bold;
  text-align: center;
}
.cta .check_sub{
  font-size: 30px;
}
.cta .check_main{
  display: inline-block;
  margin: 10px 0 0;
  background: linear-gradient(transparent 90%, #fff000 10%);
  font-size: 48px;
}
.cta .check_main span{
  color: var(--main-clr-dkog);
}
.cta .check_main .num{
  font-size: 72px;
  line-height: 1;
}
.check + .cta_heading{
  margin-top: 46px;
}
.cta_btm .link_block{
  width: 360px;
}
.link_block .web_estimate{
  font-size: 20px;
}
.link_block .web_estimate span{
  font-size: 16px;
  background: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  color: #339999;
  margin-right: 5px;
}
@media (max-width: 1000px) {
  .cta_date{
    width: 45%;
  }
  .cta_sex{
    width: 150px;
    margin-left: 20px;
  }
  .select_box{
    width: 40%;
  }
  .select_box + .select_box{
    margin-left: 10px;
  }
  .select_box-y{
    width: 40%;
  }
  .select_box-m,
  .select_box-d{
    width: 30%;
  }
  .select_box-y .select_item,
  .select_box-m .select_item,
  .select_box-d .select_item{
    width: calc(100% - 38px)!important;
  }
  .select_box-y .select_item,
  .select_box-m .select_item,
  .select_box-d .select_item{
    margin-right: 10px;
  }
  .cta_btm .link_block{
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cta{
    margin-top: 4.6vw;
  }
  .glossary + .cta{
    margin-top: 83px;
  }
  .cta_heading{
    font-size: 20px;
  }
  .cta_heading-sub{
    font-size: 12px;
  }
  .cta_body{
    flex-wrap: wrap;
    padding: 3.1vw 2.6vw;
  }
  .cta_date{
    width: 75%;
  }
  .cta_btn{
    width: 100%;
    margin-top: 3.9vw;
    text-align: center;
  }
  .cta_btn .btn_submit{
    max-width: 192px;
    width: 100%;
    padding: 10px 28px;
  }
  .select_box + .select_box{
    width: 30%;
    margin-left: 0;
  }

  .inner + .cta_btm{
    margin: 3.3vw 0 0;
  }
  .cta_btm .inner{
    padding: 32px 10px;
  }
  .cta_btm .txt{
    font-size: 18px;
  }
  .cta .check_sub{
    font-size: 25px;
  }
  .cta .check_main{
    font-size: 40px;
  }
  .cta .check_main .num{
    font-size: 60px;
  }
  .check + .cta_heading{
    margin-top: 38px;
  }
}
@media (max-width: 659px) {
  .cta_body{
    display: block;
  }
  .cta_date{
    width: 100%;
  }
  .cta_sex{
    margin: 3.3vw 0 0;
  }
  .cta .check_main{
    font-size: 30px;
  }
  .cta .check_main .num{
    font-size: 45px;
  }
}


.link_wrap{
  display: flex;
  justify-content: space-between;
  margin: 28px 0 0;
}
.arrow_btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  padding: 0 32px;
  border-radius: 100vh;
  background: var(--main-clr-wt);
  color: var(--main-clr-gr);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.bg-gr .arrow_btn{
  box-shadow: var(--main-shadow);
}
.arrow_btn::after{
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(/assets/img/icon_arrow-r-gr.png) no-repeat center / 100%;
}
.arrow_btn:hover{
  color: var(--main-clr-gr);
}
.arrow_btn-rd{
  max-width: 360px;
  font-size: 22px;
  background: var(--main-clr-rd);
  color: var(--main-clr-wt);
}
.arrow_btn-rd::after{
  background: url(/assets/img/icon_arrow-r.png) no-repeat center / 100%;
}
.arrow_btn-rd:hover,
.arrow_btn-gl:hover{
  color: var(--main-clr-wt);
}
.arrow_btn-gl{
  background: #818181;
  color: var(--main-clr-wt);
}
.arrow_btn-l::after{
  left: 20px;
  right: auto;
  transform: rotate(180deg);
  background: url(/assets/img/icon_arrow-r.png) no-repeat center / 100%;
}
@media (max-width: 1000px) {
  .link_wrap{
    margin-top: 23px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .link_block{
    width: 100%;
  }
  .link_block .arrow_btn{
    margin: 0 auto;
  }
  .arrow_btn{
    margin: 30px 10px 0;
    font-size: 17px;
    width: 100%;
    max-width: 360px;
  }
  .arrow_btn-rd{
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .arrow_btn{
      margin: 25px 0 0;
  }
}


/* ご案内 */
.guide{
  padding: 20px 0 66px;
}
.guide .logo{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 5px;
  background: var(--main-clr-wt);
}
.guide .logo_item:nth-child(n + 2){
  margin-left: 16px;
}
.guide_heading{
  margin: 48px 0 0;
  font-size: 33px;
  font-weight: normal;
}
.guide_heading .fs-l{
  font-size: 50px;
}
.guide_heading .fs-m{
  font-size: 36px;
}
.guide_heading .fs-s{
  font-size: 34px;
}
.guide_txt{
  margin: 50px 0 0;
  font-size: 32px;
  text-align: center;
}
.guide_txt span{
  font-size: 40px;
  font-weight: bold;
}
.guide_body{
  display: flex;
  align-items: center;
  margin: 54px 0 0;
}
.guide_img{
  width: 246px;
}
.guide_body .list{
  position: relative;
  width: calc(100% - 286px);
  margin: 0 0 0 40px;
  padding: 11px 16px 15px 26px;
  background: var(--main-clr-wt);
  font-size: 36px;
}
.guide_body .list::before{
  content: "";
  display: inline-block;
  border-style: solid;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-right: 40px solid var(--main-clr-wt);
  border-left: 0;
  position: absolute;
  left: -38px;
  top: 150px;
}
.guide_body .list_txt{
  position: relative;
  padding-left: 62px;
  font-size: 36px;
  line-height: 1.3;
}
.guide_body .list_txt::before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 42px;
  height: 49px;
  background: url(/assets/img/icon_check.png) no-repeat center / 100%;
}
.guide_body .list_txt.fs-s{
  font-size: 32px;
}
.guide_body .list_note{
  margin: 8px 0 0;
  font-size: 16px;
  text-align: right;
}
.guide_body .list_item:first-of-type .guide_body .list_txt span{
  font-size: 40px;
}
.guide_body .list_item:nth-child(n + 2){
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--main-clr-bk);
}
.guide .note_txt{
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 768px) {
  .guide{
    padding-bottom: 7.2vw;
  }
  .guide .logo_item:nth-child(n + 2){
    margin-left: 12px;
  }
  .guide_heading{
    margin: 40px 0 0;
    font-size: 3.6vw;
  }
  .guide_heading .fs-l{
    font-size: 5.5vw;
  }
  .guide_heading .fs-m{
    font-size: 3.5vw;
  }
  .guide_heading .fs-s{
    font-size: 3vw;
  }
  .guide_txt{
    margin-top: 5.5vw;
    font-size: 3.2vw;
  }
  .guide_txt span{
    font-size: 4.3vw;
  }
  .guide_body{
    margin-top: 5.9vw;
  }
  .guide_img{
    width: 26.7vw;
  }
  .guide_body .list{
    width: calc(100% - 31vw);
    margin-left: 4.3vw;
    padding: 20px 26px 20px 26px;
    font-size: 3.9vw;
  }
  .guide_body .list_txt{
    padding-left: 6.8vw;
    font-size: 3.9vw;
  }
  .guide_body .list_txt::before{
    width: 4.6vw;
    height: 5.3vw;
  }
  .guide_body .list_txt.fs-s{
    font-size: 3.4vw;
  }
  .guide_body .list_note{
    font-size: 13px;
  }
  .guide_body .list_item:first-of-type .guide_body .list_txt span{
    font-size: 4.3vw;
  }
  .guide .note_txt{
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .guide_body{
    display: block;
  }
  .guide_img{
    margin: 0 auto;
  }
  .guide_body .list{
    width: 100%;
    margin: 7vw 0 0;
  }
  .guide_body .list::before{
    border-bottom: 36px solid var(--main-clr-wt);
    border-top: 0;
    border-right: 24px solid transparent;
    border-left: 24px solid transparent;
    left: calc(50% - 24px);
    top: -20px;
  }
  .guide_body .list_item:nth-child(n + 2){
    margin-top: 10px;
    padding-top: 10px;
  }
  .guide_body .list_note{
    font-size: 10px;
  }
  .guide .note_txt{
    font-size: 12px;
  }
}


/* 4つの「ドクター長期収入補償保険」の特徴 */
.point .bg_heading-gr{
  margin: 0;
  padding: 10px;
  font-size: 40px;
}
.point .bg_heading-gr span{
  display: inline-block;
  width: 91px;
  height: 91px;
  margin-right: 15px;
  border-radius: 50%;
  background: var(--main-clr-wt);
  color: var(--main-clr-gr);
  font-size: 72px;
  line-height: 86px;
  text-align: center;
  vertical-align: middle;
}

.point .list_item{
  margin: 40px 0 0;
}
.point_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.point_num{
  width: 171px;
}
.point_ttl{
  width: calc(100% - 200px);
  font-size: 30px;
}
.point_ttl span{
  display: block;
}
.point_ttl .fs-l{
  font-size: 45px;
}
.intro_txt{
  font-size: 24px;
  text-align: center;
  margin: 30px 0 0;
}
.point .txt.fs-l,
.point .txt.fs-l + .txt{
  margin-top: 28px;
}
.point .txt.fs-l{
  font-size: 20px;
}
.point .txt.fs-l + .txt.fs-l{
  margin-top: 20px;
}
.intro_txt + .txt{
  margin-top: 25px;
}
@media (max-width: 768px) {
  .point .bg_heading-gr{
    font-size: 4.3vw;
  }
  .point .bg_heading-gr span{
    width: 9.9vw;
    height: 9.9vw;
    margin-right: 1.7vw;
    font-size: 7.8vw;
    line-height: 9.4vw;
  }
  
  .point .list_item{
    margin-top: 33px;
  }
  .point_top{
    align-items: flex-start;
  }
  .point_num{
    width: 18.5vw;
    margin-right: 10px;
  }
  .point_ttl{
    width: 100%;
    font-size: 25px;
  }
  .point_ttl-top{
    display: flex;
    align-items: center;
  }
  .point_ttl .fs-l{
    display: inline-block;
    margin-top: 5px;
    font-size: 38px;
  }
  .intro_txt{
    margin-top: 25px;
    font-size: 20px;
  }
  .point .txt.fs-l,
  .point .txt.fs-l + .txt{
    margin-top: 23px;
  }
  .point .txt.fs-l{
    font-size: 3.9vw;
  }
  .point .txt.fs-l + .txt.fs-l{
    margin-top: 16px;
  }
  .intro_txt + .txt{
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .point_ttl{
    font-size: 18px;
  }
  .point_ttl .fs-l{
    font-size: 24px;
  }
  .intro_txt{
    font-size: 18px;
  }
}



/* ４つの特徴 - 特徴１ */
.note {
  position: relative;
  margin: 50px 0 0;
  padding: 68px 25px 32px;
  background: var(--main-clr-gl);
}
.note .note_heading{
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 0;
  margin: 0;
  padding: 10px 38px;
  z-index: 2;
  text-align: center;
  color: var(--main-clr-wt);
  font-size: 17px;
  background: var(--main-clr-gr);
  border-radius: 2px 0 0 0;
}
.note .note_heading:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px var(--main-clr-ltgr);
  border-right: solid 6px transparent;
}
.note .img{
  margin: 30px 0 15px;
}
.note .img + .txt{
  margin-top: 0;
}
@media (max-width: 768px) {
  .note {
    margin-top: 42px;
    padding: 56px 20px 26px;
  }
  .note .img{
    margin: 25px 0 12px;
  }
}



.example{
  margin: 50px 0 0;
  padding: 34px 17px 78px;
  border: 2px solid var(--main-clr-gr);
  border-radius: 10px;
  background: var(--main-clr-plgr);
  text-align: center;
}
.example_heading{
  padding-bottom: 16px;
  border-bottom: 2px solid var(--main-clr-gr);
  font-size: 36px;
}
.example_ttl{
  font-size: 30px;
  font-weight: bold;
}
.example_ttl.fs-s{
  font-size: 24px;
}
.example_ttl .fs-l{
  font-size: 50px;
}
.example_txt{
  margin: 20px 0 0;
  text-align: left;
}
.example .bg-wt{
  margin: 30px 0 0;
  padding: 20px;
  border-radius: 10px;
}
.example_img{
  margin: 14px 0 0;
}
@media (max-width: 768px) {
  .example{
    margin-top: 42px;
    padding: 28px 10px 64px;
  }
  .example_heading{
    font-size: 30px;
  }
  .example_ttl{
    font-size: 25px;
  }
  .example_ttl.fs-s{
    font-size: 20px;
  }
  .example_ttl .fs-l{
    font-size: 42px;
  }
}



/* ４つの特徴 - 特徴２ */
.point .list_item-02 .point_ttl .fs-l{
  font-size: 40px;
}
.point_atten{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 98px;
  margin: 20px 0 0;
  padding-left: 142px;
}
.point_atten::before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 130px;
  height: 98px;
  background: url(/assets/img/point_sb.png) no-repeat center / 100%;
}
.point_atten .point_heading{
  font-size: 36px;
  width: 100%;
}
.point_atten .point_heading span{
  font-size: 16px;
  font-weight: normal;
}
.point_atten .point_txt{
  margin: 10px 0 0;
}
@media (max-width: 768px) {
  .point .list_item-02 .point_ttl .fs-l{
    font-size: 33px;
  }
  .point_atten{
    padding: 0;
    min-height: auto;
  }
  .point_atten::before{
    display: none;
  }
  .point_heading{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 10.17vw;
    padding-left: 15.6vw;
  }
  .point_heading::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 14.1vw;
    height: 10.17vw;
    background: url(/assets/img/point_sb.png) no-repeat top center / 100%;
  }
  .point_atten .point_heading{
    font-size: 3.9vw;
  }
  .point_atten .point_heading span{
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .point .list_item-02 .point_ttl .fs-l{
    font-size: 24px;
  }
  .point_atten .point_heading{
    min-height: auto;
    font-size: 16px;
  }
  .point_atten .txt{
    font-size: 12px;
    margin: 3px 0 0;
  }
}


/* ４つの特徴 - 特徴３ */
.explain{
  margin: 1.5rem 0 0;
}
.explain_heading{
  font-size: 18px;
  font-weight: bold;
}
.explain_heading:not(:first-of-type){
  margin-top: 1.5rem;
}



/* ４つの特徴 - 特徴４ */
.point .list_item-04 .point_ttl .fs-l{
  font-size: 36px;
}
.point .list_item-04 .intro_txt{
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
.point .list_item-04 .intro_txt span{
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .point .list_item-04 .point_ttl .fs-l{
    font-size: 30px;
  }
  .point .list_item-04 .intro_txt{
    font-size: 25px;
  }
  .point .list_item-04 .intro_txt span{
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .point .list_item-04 .point_ttl .fs-l{
    font-size: 24px;
  }
  .point .list_item-04 .intro_txt{
    font-size: 20px;
  }
}



/* よくある質問 */
.faq{
  margin: 78px 0 0;
}
.faq_heading{
  background: var(--main-clr-plgr);
}
.faq_body + .faq_heading{
  margin-top: 2px;
}
.faq_heading .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 30px 0;
}
.faq_ttl{
  margin: 0 20px 0 1.2em;
  font-size: 34px;
  font-weight: bold;
  text-indent: -1.2em;
}
.faq_ttl-q{
  color: var(--main-clr-gr);
}
.faq_ttl-q::before{
  content: "Q.";
}
.faq_ttl-a{
  margin-bottom: 36px;
}
.faq_ttl-a::before{
  content: "A.";
}
.tgl_btn{
  position: relative;
  min-width: 120px;
  padding: 12px 26px 12px 16px;
  border-radius: 5px;
  background: var(--main-clr-gr);
  color: var(--main-clr-wt);
  font-size: 20px;
  font-weight: bold;
}
.tgl_btn::before{
  transition: ease .2s;
  position: absolute;
  top: 40%;
  right: 16px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 9px solid var(--main-clr-wt);
  border-bottom: 0;
}
.tgl_btn.is-open::before{
  transform: rotate(-180deg);
}
.faq_body{
  display: none;
}
.faq_body .inner{
  padding: 40px 0 70px;
}
.faq_body .txt.fs-l{
  font-size: 40px;
}
.faq_body .txt.fs-m{
  font-size: 18px;
}
.faq_body .bg-gr{
  margin: 25px 0 0;
  padding: 40px 56px;
}
.faq_body .bg-gr .img img{
  width: calc(50% - 12px);
}
.faq_body .img{
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
.faq_body .img p{
  margin: 10px 0 0;
}
.faq_body .img-flex img{
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .faq{
    margin-top: 10.2vw;
  }
  .faq_heading .inner{
    padding: 3.3vw;
  }
  .faq_ttl{
    font-size: 4.4vw;
  }
  .tgl_btn{
    min-width: 100px;
    padding: 8px 20px 8px 10px;
    font-size: 16px;
  }
  .tgl_btn::before{
    right: 10px;
  }
  .faq_body .inner{
    padding: 4.3vw 3.3vw 7.6vw;
  }
  .faq_ttl-a{
    margin-bottom: 3.9vw;
  }
  .faq_body .txt.fs-l{
    font-size: 4vw;
  }
  .faq_body .bg-gr{
    padding: 4.3vw 6vw;
  }
  
  .faq_body .bg-gr .img img{
    width: 100%;
  }
  .faq_body .img-flex img{
      width: 100%;
      margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .faq_ttl{
    font-size: 18px;
  }
}



table{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
.primary_tbl{
  margin: 30px 0 0;
}
.primary_tbl thead th{
  background: var(--main-clr-og);
  color: var(--main-clr-wt);
  text-align: center;
}
.primary_tbl thead th:nth-child(1){
  width: 196px;
}
.primary_tbl thead th:not(:nth-child(1)){
  width: 268px;
}
.primary_tbl thead th{
  border-bottom: 1px solid #ccc;
}
.primary_tbl tbody th{
  background-color: var(--main-clr-gl);
  text-align: left;
}
.primary_tbl th,
.primary_tbl td{
  padding: 17px 10px;
}
.primary_tbl td{
  vertical-align: top;
}
.primary_tbl th + th,
.primary_tbl th + td,
.primary_tbl td + td{
  border-left: 1px solid #ccc;
}
.primary_tbl tbody th,
.primary_tbl tbody td{
  border-top: 1px solid #ccc;
}
.primary_tbl .fs-l{
  font-size: 18px;
}
.primary_tbl .fs-s{
  font-size: 14px;
}
.primary_tbl .img{
  margin: 0;
}
.primary_tbl .img + p{
  margin-top: 5px;
}
.primary_tbl .atten{
  position: relative;
  color: var(--main-clr-rd);
  font-weight: bold;
}
.primary_tbl .atten::before{
  position: absolute;
  top: -7px;
  left: -68px;
  content: "";
  display: inline-block;
  width: 63px;
  height: 38px;
  background: url(/assets/img/icon_point.png);
}
.tbl_note{
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .scroll_block{
    overflow-y: scroll;
  }
  .scroll_block .primary_tbl,
  .scroll_block .tbl_note{
    min-width: 1000px;
  }
  .scroll_block .smpl_tbl-insuranceFee,
  .scroll_block .note_txt{
    min-width: 840px;
  }
}


/* お申込みステップ */
.step{
  margin: 78px 0 0;
}
.step_heading{
  border-bottom: 11px solid var(--main-clr-gr);
  font-size: 40px;
}
.step_heading span{
  display: block;
  font-size: 30px;
}
.sb_item{
  margin: 30px 0 0;
  text-align: center;
}
.cta + .sb_item{
  margin-top: 76px;
}
.sb_item span{
  position: relative;
  display: inline-block;
  padding: 7px 97px;
  border-radius: 100vh;
  background: var(--main-clr-gr);
  color: var(--main-clr-wt);
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.sb_item span::after{
  position: absolute;
  bottom: -11px;
  left: calc(50% - 8px);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid var(--main-clr-gr);
  border-bottom: 0;
}
.simple_heading{
  margin: 100px 0 0;
  font-size: 36px;
  text-align: center;
}
.sb_item + .simple_heading{
  margin-top: 25px;
}
.step .list{
  display: flex;
  justify-content: space-between;
  margin: 32px 0 0;
}
.step .list_item{
  position: relative;
  width: 300px;
  border: 1px solid #b1b1b1;
  border-radius: 20px;
}
.step .list_item:not(:last-of-type)::after{
  position: absolute;
  top: calc(50% - 8px);
  right: -24px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0;
  border-left: 24px solid var(--main-clr-gr);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.step .list_ttl{
  padding: 11px;
  border-radius: 20px 20px 0 0;
  background: var(--main-clr-plgr);
  color: var(--main-clr-gr);
  font-size: 18px;
  text-align: center;
}
.step .list_img{
  margin: 22px 0 0;
  text-align: center;
}
.step .list_txt{
  padding: 30px 15px 25px;
}
@media (max-width: 768px) {
  .step_heading{
    border-bottom-width: 8px;
    font-size: 33px;
  }
  .step_heading span{
    font-size: 25px;
  }

  .sb_item span{
    padding: 7px 70px;
    font-size: 20px;
  }
  .simple_heading{
    margin-top: 84px;
    font-size: 30px;
  }
  
  .step .list{
    display: block;
  }
  .step .list_item{
    width: 100%;
  }
  .step .list_item:not(:first-of-type){
    margin-top: 30px;
  }
  .step .list_item:not(:last-of-type)::after{
    top: auto;
    bottom: -24px;
    right: calc(50% - 16px);
    border-top: 24px solid var(--main-clr-gr);
    border-right: 16px solid transparent;
    border-bottom: 0;
    border-left: 16px solid transparent;
  }

  .cta + .sb_item{
    margin-top: 63px;
  }
}
@media (max-width: 480px) {
  .step_heading{
    border-bottom-width: 8px;
    font-size: 26px;
  }
  .step_heading span{
    font-size: 20px;
  }
}



/* ウェブ申し込みにご用意いただくもの */
.prepare{
  display: flex;
  justify-content: center;
  margin: 56px 0 0;
}
.prepare_item{
  width: 222px;
  background: var(--main-clr-plgr);
  border: 1px solid var(--main-clr-gr);
  border-radius: 10px;
  text-align: center;
  padding: 22px;
}
.prepare_item:nth-child(n + 2){
  margin-left: 16px;
}
.prepare_txt{
  margin: 22px 0 0;
  color: var(--main-clr-gr);
  font-size: 24px;
  font-weight: bold;
}

/* お申し込みにあたってのご注意 */
.application_atten .intro_txt{
  font-weight: bold;
  text-align: left;
}

/* 用語の説明 */
.glossary_block{
  margin: 28px 0 0;
  border-bottom: 1px solid var(--main-clr-gr);
}
.glossary_heading{
  position: relative;
  padding: 28px 0 28px 32px;
  border-top: 1px solid var(--main-clr-gr);
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
.glossary_heading::before{
  transition: ease .2s;
  position: absolute;
  top: calc(50% - 4px);
  left: 11px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 9px solid var(--main-clr-gr);
  border-bottom: 0;
}
.glossary_heading.is-open::before{
  transform: rotate(-180deg);
}
.glossary_body{
  display: none;
  padding: 0 0 32px;
  font-size: 14px;
  line-height: 2.2;
}
.glossary_body .img,
.glossary_body .img + .txt{
  margin-top: 1.5rem;
  text-align: left;
}
@media (max-width: 768px) {
  /* ウェブ申し込みにご用意いただくもの */
  .prepare{
    flex-wrap: wrap;
  }
  .prepare_item{
    width: calc(50% - 8px);
    padding: 15px;
  }
  .prepare_item:nth-child(odd){
    margin: 0;
  }
  .prepare_item:nth-child(n + 3){
    margin-top: 16px;
  }
  .prepare_txt{
    font-size: 18px;
  }

}

/* モーダル */
.smapleUi-modal_inner{
	padding: 15px;
}
.smapleUi-modal_text{
	margin-bottom: 1rem;
}
#cboxLoadedContent{
  border: none;
}
#cboxClose{
  top: 10px;
  right: 12px;
  width: 42px;
  height: 42px;
  background: var(--main-clr-wt);
  border-radius: 50%;
  border: 2px solid #333;
}
#cboxClose::before,
#cboxClose::after{
	content: "";
	display: inline-block;
	width: 4px;
	height: 24px;
	position: absolute;
	right: 17px;
	top: 7px;
	background: #333;
}
#cboxClose::before{
	transform: rotate(45deg);
}
#cboxClose::after{
	transform: rotate(-45deg);
}
#cboxContent{
  margin: 0;
}
#modal01{
  margin: 45px 42px;
}
.modal_heading{
  font-size: 16px;
}
.modal_block + .modal_block{
  margin-top: 34px;
}




/*====================================

	下層 - 保険料シミュレーション

====================================*/
h1.bg_heading-gr{
  margin: 0;
  padding: 33px 0;
  font-size: 40px;
  text-align: left;
}
/* パンくず */
.breadcrumb{
  margin: 10px 0 0;
}
.breadcrumb_list{
  display: flex;
}
.breadcrumb_item:nth-child(n + 2)::before{
  content: ">";
}
.breadcrumb + .inner{
  margin-top: 15px;
}
@media (max-width: 1000px) {
  .breadcrumb{
    padding: 1vw;
  }
  .breadcrumb_item:nth-of-type(2){
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}

.lineBox{
  border: 1px solid var(--main-clr-gr);
  border-radius: 5px 5px 0 0;
}
.lineBox_heading{
  background: var(--main-clr-gr);
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  padding: 5px 18px;
}
.lineBox_detail{
  padding: 24px 20px;
  font-size: 14px;
}
.lineBox_body,
.lineBox_item{
  display: flex;
  align-items: center;
}
.lineBox_body:not(:first-of-type) .lineBox_item{
  margin-top: 20px;
}
.lineBox_item:not(:last-of-type){
  margin-right: 30px;
}
.lineBox_body > .note_txt{
  margin-left: 30px;
}
.form_ttl{
  margin-right: 10px;
}
.lineBox_body .note_txt{
  font-size: 12px;
}
.lineBox_body .select_item{
  width: auto;
  min-width: 66px;
}
.lineBox_body .select_box-y .select_item{
  width: auto;
  min-width: 80px;
}
.lineBox_body .select_box-y .select_item,
.lineBox_body .select_box-m .select_item,
.lineBox_body .select_box-d .select_item{
  margin-right: 10px;
}
.lineBox_body .select_box + .select_box,
.lineBox_body .radio_item + .radio_item{
  margin-left: 10px;
}
.control-radio.control-btn{
  min-width: 84px;
  padding: 10px 10px 10px 34px;
  border: 1px solid #adc668;
  border-radius: 3px;
  background: #f4f7ea;
}
.control-radio.control-btn .control_indicator{
  left: 10px;
}
.lineBox_body .fs-l{
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.lineBox + .note_txt{
  margin-top: 18px;
}
@media (max-width: 1000px) {
  h1.bg_heading-gr{
    font-size: 3.3vw;
    padding: 2.8vw 1vw;
  }
  .lineBox_body{
    flex-wrap: wrap;
  }
  .lineBox_body-01{
    display: block;
  }
  .lineBox_item:not(:last-of-type){
    margin-right: 20px;
  }
  .lineBox_body > .note_txt{
    margin-left: 20px;
  }
  .lineBox_body-01 .lineBox_item + .lineBox_item{
    margin: 10px 0 0;
  }
  .lineBox_body .select_box{
    width: auto;
  }
  .lineBox_body .select_box-y{
    width: calc(40% - 30px);
  }
  .lineBox_body .select_box-m,
  .lineBox_body .select_box-d{
    width: calc(30% - 30px);
  }
}
@media (max-width: 768px) {
  h1.bg_heading-gr{
    font-size: 26px;
  }
  .lineBox_body-04 .form_ttl{
    width: 100%;
    margin: 15px 0 10px;
  }
}
@media (max-width: 480px) {
  .lineBox_detail{
    padding: 15px;
  }
  .lineBox_item{
    flex-wrap: wrap;
  }
  .lineBox_item:not(:last-of-type){
    margin-right: 0;
  }
  .lineBox_body:not(:first-of-type) .lineBox_item{
    margin-top: 15px;
  }

  .lineBox_body:not(.lineBox_body-01) .lineBox_item,
  .lineBox_body:not(.lineBox_body-01) .select_box,
  .lineBox_body:not(.lineBox_body-01) .select_item{
    width: 100%;
  }

  .lineBox_body .select_box-y{
    width: calc(40% - 20px);
  }
  .lineBox_body .select_box-m,
  .lineBox_body .select_box-d{
    width: 30%;
  }

  .lineBox_item:not(.lineBox_item-txt) .form_ttl{
    width: 100%;
    margin-bottom: 8px;
  }
  .lineBox_body-04 .form_ttl{
    margin-bottom: 8px;
  }
  .lineBox_body-04 .note_txt{
    margin: 8px 0 0;
    width: 100%;
  }

}



.case{
  display: flex;
  align-items: center;
  margin: 54px 0 0;
}
.case_heading{
  font-size: 18px;
}
.case_select{
  width: 43%;
  padding-right: 15px;
}
.case_select .select_box{
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 10px 0 0;
}
.case_select .select_item{
  margin-right: 8px;
}
.case_select .select_item{
  width: 204px;
}
.case_select .select_item select{
  width: 100%;
}
.note_list{
  margin: 10px 0 0;
}

.case_result{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 57%;
  padding: 30px;
  border: 2px solid var(--main-clr-gr);
  border-radius: 10px;
  background: #f4f7ea;
  text-align: center;
}
.case_result p{
  line-height: 1;
}
.case_result .name{
  font-size: 24px;
}
.case_result .num{
  display: inline-block;
  margin: 0 1rem;
  color: var(--main-clr-dkog);
  font-size: 48px;
  font-weight: bold;
}
.case_result .yen{
  font-size: 18px;
}
.case_result.apply_deny{
  align-items: center;
  padding: 10px;
  height: 112px;
}
.case_result.apply_deny .notice1{
  color: var(--main-clr-dkog);
  font-size: 22px;
  font-weight: bold;
}
.case_result.apply_deny .notice2{
  color: #555;
  font-size: 16px;
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .case{
    display: block;
  }
  .case_select{
    width: 100%;
    padding: 0;
  }
  .case_result{
    width: 100%;
    max-width: 488px;
    padding: 25px;
    margin: 20px auto 0;
  }
  .case_result .name{
    font-size: 20px;
  }
  .case_result .num{
    font-size: 40px;
  }
  .case_result .yen{
    font-size: 15px;
  }
}

.bd_heading-l{
  position: relative;
  margin: 60px 0 0;
  padding-left: 14px;
}
.bd_heading-l::before{
  position: absolute;
  top: .5rem;
  left: 0;
  content: "";
  display: inline-block;
  width: 4px;
  height: 28px;
  background: var(--main-clr-gr);
}
.smpl_tbl{
  margin: 16px 0 0;
  border: 2px solid var(--main-clr-gr);
  font-size: 18px;
}
.smpl_tbl th,
.smpl_tbl td{
  padding: 10px;
  border: 1px solid var(--main-clr-gr);
}
.smpl_tbl th{
  background: #f4f7ea;
  vertical-align: middle;
}
.smpl_tbl td{
  text-align: right;
}
.smpl_tbl-insuranceFee th:first-of-type{
  width: 330px;
}
.smpl_tbl + .note_txt{
  margin-top: 14px;
}


.agreementSample{
  margin: 30px 0 0;
}
.agreementSample_block{
  position: relative;
  margin: 15px 0 0;
}
.agreementSample_item{
  position: absolute;
  color: #fff;
}
.agreementSample-year{
  top: 20px;
  right: 38px;
  min-width: 678px;
  color: #333;
  font-size: 28px;
  text-align: center;
}
.agreementSample-note{
  font-size: 18px;
}
.agreementSample-text{
  top: 106px;
  left: 135px;
  font-size: 26px;
  line-height: 1.7;
}
.agreementSample-paymentReceived{
  right: 176px;
  bottom: 110px;
  min-width: 290px;
  font-size: 48px;
  text-align: right;
}
.agreementSample .value{
  font-weight: bold; 
}
.agreementSample + .note_txt{
  margin-top: 12px; 
}

.bg-gr.btm_link{
  margin: 76px 0 0;
  padding: 53px 0;
  text-align: center;
}
.oval_btn-rd{
  display: inline-block;
  min-width: 360px;
  padding: 14px;
  border-radius: 100vh;
  background: var(--main-clr-rd);
  color: var(--main-clr-wt);
  font-size: 22px;
  text-decoration: none;
  box-shadow: var(--main-shadow);
}
@media (max-width: 1000px) {
  .agreementSample-year{
    top: 6%;
    right: 4%;
    min-width: 79%;
    font-size: 2.8vw;
  }
  .agreementSample-note{
    font-size: 1.8vw;
  }
  .agreementSample-text{
    top: 28%;
    left: 16%;
    font-size: 2.6vw;
  }
  .agreementSample-paymentReceived{
    right: 20%;
    bottom: 29%;
    min-width: 35%;
    font-size: 4.8vw;
  }
  .bg-gr.btm_link{
    margin-top: 52px;
    padding: 3.6vw 0;
  }
  .oval_btn-rd{
    min-width: auto;
    max-width: 360px;
    width: 80%;
    font-size: 18px;
  }
}


/* 追加 お見積り条件 */
.smpl_tbl-terms {
  font-size: 16px;
}
.smpl_tbl-terms th{
  width: 18%;
  text-align: left;
}
.smpl_tbl-terms td{
  width: 32%;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .smpl_tbl-terms tr{
    display: flex;
    flex-wrap: wrap;
  }
  .smpl_tbl-terms th,
  .smpl_tbl-terms td{
    display: block;
    width: 100%;
  }
  .smpl_tbl-terms th{
    width: 40%;
  }
  .smpl_tbl-terms td{
    width: 60%;
  }
}
.print_only{
  display: none;
}

#modal_tokuyaku{
  padding: 20px;
}
#modal_tokuyaku .bd_heading-gr{
  margin-top: 0;
}
#cboxClose{
  background: none !important;
} 