html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-family: FWD Cicular,"Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  color: #183028;
}
body, div, span, object, iframe, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section { display: block; }
p {text-align: justify;}
img {vertical-align: bottom;}
ul, ol, li {list-style: none; box-sizing: border-box;}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #183028;
  box-sizing: border-box;
}
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
.sp-only { display: none; }
@font-face { font-family: 'FWD Cicular'; src: url(../fonts/FWDCircular-Bold.woff2); }
marker { background: #FED141;}
orange { color:#e87722; }
blue {  color: #0097A9;}
strong { font-size:120%; font-weight:bold; }
small { font-size:70%; }
small_top { font-size:70%; vertical-align:top; }
line { border-bottom:solid 1px; }

body {
  position: sticky;
  top: 0;
  z-index: 99;
}
.header .headerFV1 {
  padding: 0.6rem;
  z-index: 999;
  height: 8rem;
  max-height: 110px;
  position: sticky;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1480px;
  margin: auto;
  position: relative;
  height: 100px;
}
h1 {
  width: 200px;
}
.header__wrap img {
  width: 100%;
}
.tel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.phoneNum {
  margin: 0 auto;
  text-align: center;
}
.phoneNum img {
  width: 90%;
}
#MIB_CV_header {
  background: #fed141;
  border: solid 3px #fed141;
  border-radius: 4px;
  font-size: 1.4em;
  padding: 10px 20px;
  font-weight: 600;
  text-align: center;
  transition: 0.3s
}
#MIB_CV_header:hover, #MIB_CV_header:focus {
  background: #fff;
  transition: 0.3s
}
/*==========*/
.float {
  position: absolute;
  right: 0;
  margin: 0 auto;
  z-index: 990;
  top: 6px;
}
.float_txt_pc {
  font-size: small;
  padding: 6px;
  background: rgba(255, 255, 255, 0.9);
  margin: 4px;
  border: solid 1px;
}
.float_txt {
  background: #fff;
  font-size: small;
  line-height: 1.2;
  padding: 4px;
}
.float.fixed {
  bottom: 20px;
  position: fixed;
  animation: DownAnime 1s forwards;
  top: unset;
}
.float_icon {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 1%;
  top: -4rem;
  opacity: 0;
}
.float.fixed .float_icon {
  z-index: 999;
  opacity: 0.7;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-200px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.floatCTA {
  display: flex;
  justify-content: flex-end;
}
.floatCTA a {
  width: 250px;
  margin: 0 -1px;
}
.floatCTA a:hover, .floatCTA a:focus {
  opacity: 0.8;
}
.float_pf {
  box-shadow: 0px 2px 5px 0px rgb(95 95 95 / 30%);
}
.float_pf img {
  width: 100%;
}
#MIB_page-top:hover, #MIB_page-top:focus {
  opacity: 0.8;
}

/*========= omne ==========*/
.omne {
  background: #f6f6f6;
  font-weight: 500;
  padding: 1rem 0.6rem;
}
.omne_info {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}
.omne_title {
  background: #e87722;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
}
.omne_info figure {
  width: 36%;
}
.omne_info figure img, .omnelogo img {
  width: 100%;
  padding: 1.3rem;
}
.omne_info ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}
.omnelogo {
  width: 30%;
}
.omne_notes {
  text-align: center;
}
@media screen and (max-width: 899px) {
  .omne_title {
    font-size: 1em;
  }
  .omne_info ul {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 799px) {
  .omne_info ul {
    font-size: 1.2em;
  }
  .omnelogo {
    width: 24%;
  }
  .omnelogo img {
    padding: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .omne {
    padding: 0 0 1rem 0;
  }
  .omne_info {
    display: block;
  }
  .omne_info ul {
    display: block;
    width: 100%;
    font-size: 1.4em;
    line-height: 1.5;
  }
  .omne_info ul li {
    margin: 0 auto;
  }
  .omnelogo img {
    padding: 0.3rem 0 1rem 0;
  }
  .omne_info figure {
    width: 90%;
    margin: 0 auto;
  }
  .omne_info figure img {
    padding: 0 1.3rem 0.8rem;
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .omne_notes {
    padding: 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .omne_info figure img
}
/*========== modal ==========*/
.hide-area {
  display: none;
}
.modal_tel {
  background: #fff;
  padding: 1.6rem;
  text-align: center;
  border-radius: 10px;
  border: solid 2px #e87722;
}
.tel_num {
  font-size: 4em;
  margin-bottom: 10px;
}
.tel_time {
  font-weight: 500;
  font-size: 1.8em;
  background: #e8eae9;
}
.tel_free {
  background: #e87722;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  font-size: 60%;
  vertical-align: text-top;
}
/*========== modalここまで ==========*/
.fv_wrap {
  background: url(../img/changeFV/main2_pc.jpg);
  background-size: cover;
  max-height: 500px;
}
.fv_main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem 1rem 0 1rem;
  z-index: 1;
}
.fv_main_text {
  width: 70%;
  margin: 0 auto;
  padding: 1rem 0;
}
.fv_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0;
}
.fv_top div {
  width: 28%;
}
.product {
  width: 40%;
  padding: 1rem;
  background: #e87722;
  color: #fff;
  text-align: center;
  border-radius: 10px 10px 0 10px;
  max-width: 220px;
}
.fv1_wrap .product {
  padding: 8px 12px;
  background: #e87722;
  color: #fff;
  text-align: center;
  border-radius: 8px 8px 0 8px;
  font-size: 1.3em;
  width: 100%;
  max-width: unset;
}
.fv_top figure {
  max-width: 140px;
  margin: 0 auto;
}
.fv_top figure img {
  width: 100%;
}
.kakaku {
  font-size: 12px;
  color: #fff;
  padding: 6px;
  text-align: center;
}
.fv_catch {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  align-items: flex-end;
}
.fv_catch h3 {
  color: #fff;
}
.fv_catch_sub {
  font-size: 1.5em;
  line-height: 1.6;
}
.fv_catch_main {
  font-size: 2.5em;
  text-align: center;
  line-height: 1.3;
}
.catch_back {
  background: #fff;
  color: #183028;
  padding: 4px 4px 2px;
  border-radius: 6px;
  margin-right: 6px;
}
.fv_bottom {
  background: #e87722;
  padding: 1rem 0 2rem 0;
}
.fv_bottom_ranking {
  display: flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 20px;
}
.fv_bottom_ranking figure {
  width: 13%;
}
.fv_bottom_ranking figure img {
  width: 100%;
}
.fv_bottom_ranking p {
  font-size: smaller;
  padding: 1%;
}
.fv_bottom_ranking ul {
  display: flex;
  justify-content: space-around;
  font-weight: 600;
  font-size: larger;
}
.larger {
  font-size: 160%;
  padding: 0 3px;
}
.yoihoken {
  background: #fff;
  padding: 6px 20px;
  color: #e87722;
  text-align: center;
}
.no1 {
  background: #e87722;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 8px;
  font-size: 2.2em;
  margin-left: 20px;
  padding: 0 3%;
}
.fv_bottom_fee {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto;
  width: 94%;
}
.fv_bottom_fee_wrap {
  display: flex;
  justify-content: space-around;
}
.fv_middle_right .fv_bottom_fee_wrap {
  justify-content: center;
}
.fv_bottom_fee_wrap ul {
  display: flex;
  justify-content: space-around;
  font-weight: 500;
  text-align: center;
  align-items: center;
  color: #2f453d;
  line-height: 1.2;
  font-size: 1.4em;
}
.fv_bottom_fee_wrap ul li {
  margin: 0 6px;
}
.fee_cont {
  display: flex;
  align-items: center;
}
.fee_woman_age {
  background: #fae4d3;
}
.fee_man_age {
  background: #cceaee;
}
.fee_woman_age, .fee_man_age {
  padding: 10px 14px 8px;
  line-height: 1.2;
  margin-right: 8px;
  font-size: larger;
  font-weight: 600;
  color: #2f453d;
}
.fee_woman_fee {
  font-size: 3.2em;
  color: #e87722;
  padding: 0 4px;
}
.fee_man_fee {
  font-size: 3.2em;
  color: #0097a9;
  padding: 0 4px;
}
.fv_notes {
  font-size: 14px;
  font-weight: 400;
  padding: 0 8px 8px;
}
/*========== fv1 ==========*/
.headerFV1 {
  box-shadow: 0 1px 5px 0 rgb(199 199 199);
  position: sticky;
  z-index: 99;
}
.fv1_wrap {
  background: url(../img/202509/back.png);
  background-color: #fff9e4;
  background-repeat: no-repeat;
  background-position: top, center;
  max-height: 400px;
}
.fv1_wrap .fv_main {
  padding: 0;
  padding-top: 2rem;
}
.fv_middle {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.fv_middle_left {
  width: 30%;
}
.fv_middle_left figure {
  margin-top: 20px;
}
.fv_middle_right { width: 70%; }
.fv_middle_wrap {
  position: relative;
  border: solid 2px #e87722;
  background: rgba(255, 255, 255, 0.9);
  margin-top: 1.2rem;
  box-shadow: 0 0 5px 0 rgb(187 187 187 / 60%);
}
.fv_middle_right h3 {
  padding: 0 0 6px;
  text-align: center;
  color: #e87722;
  margin: 0 auto;
  font-size: 2.3em;
}
.h3_note {
  font-size: 14px;
  color: #e87722;
  text-align: center;
}
.fv_middle_wrap .fee_cont {
  display: block;
  margin: 8px 10px;
}
.fv_middle_wrap .fee_woman_age, .fv_middle_wrap .fee_man_age {
  text-align: center;
  color: #fff;
  border-radius: 30px;
  font-size: 1.4em;
  padding: 6px;
}
.fv_middle_wrap .fee_woman_age {
  background: #e87722;
  padding: 6px;
}
.fv_middle_wrap .fee_man_age {
  background: #0097A9;
}
.fv_middle_wrap .fv_bottom_fee {
  background: unset;
  width: unset;
}
.fv1_bottom {
  background: #e87722;
  margin-top: -3.8rem;
  padding-top: 8rem;
}
.fv1_bottom .fv_bottom_ranking {
  align-items: flex-start;
}
.fv1_bottom .fv_bottom_ranking figure {
  background: #fff;
  margin: 10px;
  border-radius: 10px;
  width: 30%;
  padding: 10px;
}
.fv1_bottom .fv_bottom_ranking ul {
  display: block;
  font-weight: 300;
  color: #fff;
  font-size: smaller;
  margin-left: 20px;
}
.fv_bottom_ranking figure .kakakuimg { max-width:180px; padding-bottom:8px; display:block; margin:0 auto; }
.fv_bottom_ranking figure .tokumaimg { max-width:140px; padding-bottom:8px; display:block; margin:0 auto; }
figcaption { font-size:13px; text-align:center; }
/*======= ここまでFV =======*/
.cv {
  margin: 1rem auto;
  font-weight: 600;
  font-size: 160%;
  background: #fff;
}
.cv div {
  padding: 1.6rem 0;
  max-width: 1000px;
  margin: 0 auto;
}
.cv_top {
  text-align: center;
  margin-bottom: 10px;
  animation-name: flashing;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes flashing {
  0% {
    transform: translateY(0);
    color: #8b9793;
  }
  50% {
    transform: translateY(8px);
    color: #183028;
  }
  100% {
    transform: translateY(0);
    color: #8b9793;
  }
}
#MIB_CV_top, #MIB_CV_top_FV1, #MIB_CV_top_FV2 {
  background: #FED141;
  border: solid 4px #FFF;
  border-radius: 50px;
  width: 80%;
  margin: 0 auto;
  box-shadow: 0 6px 0px 0px rgba(100, 100, 100, 0.8);
  transition: 0.3s;
  display: block;
  padding: 18px;
}
.cv_bottom {
  text-align: center;
}
#MIB_CV_top:hover, #MIB_CV_top:focus, #MIB_CV_top_FV1:hover, #MIB_CV_top_FV1:focus, #MIB_CV_top_FV2:hover, #MIB_CV_top_FV2:focus {
  transform: translateY(3px);
  box-shadow: none;
  width: 78%;
  border: solid 4px #FED141;
  background: #fff;
}
/*======= cvここまで ======*/
.toc {
  padding: 1rem 0;
}
.toc_title {
  position: relative;
  background: #e87722;
}
.toc_title:before {
  content: "";
  position: absolute;
  bottom: -1.4rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #e87722 transparent transparent transparent;
  width: 0;
}
.toc_title ul {
  position: relative;
  background: #e87722;
  padding: 1rem 0;
  color: #fff;
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  max-width: 900px;
  margin: 0 auto;
}
.toc_title .bottom {
  font-size: 120%;
}
.toc_title ul:before {
  content: "";
  position: absolute;
  background: url(../img/202509/star1.svg);
  width: 56px;
  height: 64px;
  left: 10%;
  top: 24%;
  background-size: cover;
}
.toc_title ul:after {
  content: "";
  position: absolute;
  background: url(../img/202509/star2.svg);
  width: 56px;
  height: 64px;
  right: 10%;
  top: 24%;
  background-size: cover;
}
.toc_cont {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 3rem;
  font-size: 120%;
  line-height: 1.2;
}
.toc_cont a {
  width: 46%;
  margin: 2px 14px;
  transition: 0.3s;
}
.toc_cont a:hover {
  opacity: 0.7;
}
.toc_cont_item {
  position: relative;
  display: flex;
  background: #FED141;
  margin: 0 auto;
  margin-top: 20px;
  align-items: center;
  font-weight: 500;
}
.toc_cont_item ul {
  display: flex;
  align-items: center;
  width: 100%;
}
.toc_cont_item:before {
  content: "";
  position: absolute;
  background: url(../img/allow_down_green.svg);
  width: 24px;
  height: 13px;
  right: 4%;
  background-repeat: no-repeat;
}
.cont_item_top {
  position: relative;
  background: #e87722;
  color: #fff;
  padding: 19px;
  min-width: 16%;
  text-align: center;
}
.cont_item_top:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 31px solid transparent;
  border-bottom: 31px solid transparent;
  border-left: 16px solid #e87722;
  border-right: 0;
}
.cont_item_bottom {
  padding: 6px 30px;
}
/*======= TOC目次ここまで =======*/
/*.features_first, .features_second, .features_third, .features_fourth, #contract {
  opacity: 0;
  transform: translateY(10rem);
  transition: all 0.8s 0s ease-out;
}
/*======= 下からふわっと =======*/
#features {
  background: #FFF6D9;
  margin-top: 2rem;
  padding: 2rem 0;
}
.features_first, .features_second, .features_third, .features_fourth {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
}
.features_first .cont_item_top:after, .features_second .cont_item_top:after, .features_third .cont_item_top:after, .features_fourth .cont_item_top:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 37px solid transparent;
  border-bottom: 37px solid transparent;
  border-left: 16px solid #e87722;
  border-right: 0;
}
#features .toc_cont_item:before {
  background: none;
}
#features .cont_item_top {
  font-size: 140%;
  padding: 22px 16px 22px 20px;
}
.features_cont {
  background: #fff;
  padding: 1rem 0 3rem 0;
  font-size: 1.2em;
  font-weight: 500;
}
.cont_wrap {
  max-width: 840px;
  width: 90%;
  margin: 0 auto;
}
.cont_wrap figure img {
  padding: 20px 0;
}
h4 {
  font-size: 140%;
}
.guide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}
.guide li img {
  width: 90px;
}
.guide li {
  font-size: 120%;
  margin: 10px;
}

/*======= アコーディオン =======*/
button {
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
  font-family: FWD Cicular,"Noto Sans JP", sans-serif;
}
.accordion {
  position: relative;
  display: block;
  background: #e87722;
  color: #FFF;
  padding: 6px 6px 6px 40px;
  transition: all .5s ease;
  border-radius: 10px 10px 0 0;
  border-radius: 6px;
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
  margin-top: 1.8rem;
  font-size: 120%;
  text-align: left;
  font-weight: 500;
}
.accordion::before {
  position: absolute;
  content: "";
  border: solid 3px #e87722;
  border-radius: 0 6px 6px 0;
  width: 70px;
  height: 40px;
  background-color: #fff;
  right: 0;
  top: 0;
}
.accordion::after {
  position: absolute;
  content: "";
  background-image: url(../img/allow_down.svg);
  background-size: cover;
  width: 34px;
  height: 17px;
  right: 20px;
  top: 15px;
}
/*　closeというクラスがついたら形状変化　*/
.accordion.close {
  border-radius: 6px 6px 0 0;
}
.accordion.close::before {
  position: absolute;
  content: "";
  border: solid 3px #e87722;
  border-radius: 0 6px 0 0;
  width: 70px;
  height: 43px;
  background-color: #fff;
  right: 0;
  top: 0;
}
.accordion.close::after {
  transform: rotate(180deg);
  transition: transform 0.5s;
}
.accordion:focus {
  border: solid 2px #FED141;
}

/*======= アコーディオンここまで =======*/
.acc_wrap.close {
  display: none;
}
.accordion:focus > .acc_wrap {
  display: block;
}
.acc_wrap {
  padding: 1.4rem 2.4rem;
  max-width: 840px;
  width: 90%;
  margin: 0 auto;
  border: solid 3px #e87722;
  border-radius: 0 0 10px 10px;
}
.terms {
  font-size: 0.9em;
}
.terms_top {
  padding-bottom: 4px;
  border-bottom: solid 1px;
}
.way {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0;
}
.way_num {
  background: #e87722;
  color: #fff;
  padding: 4px 8px;
  margin-right: 20px;
  min-width: 20%;
} 
.way_text {
  padding-left: 18px;
  text-indent: -18px;
  font-size: smaller;
  padding-top: 10px;
}
.way_text_last {
  font-size: 16px;
  padding-bottom: 10px;
}
.way_notes {
  padding-top: 10px;
  border-top: solid 1px;
}
.way_img {
  padding: 10px 20px;
  border-bottom: solid 1px #bac1be;
}
.way_img:last-of-type {
  border-bottom: none;
}
.terms_orange {
  background: #e87722;
  padding: 4px 8px;
  margin: 0 4px;
  color: #fff;
}
.illust img {
  width: 90%;
  margin: 1rem auto;
  display: block;
}
.thinking {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.4rem auto;
  padding-top: 3rem; 
}
.thinking img {
  width: 50px;
  margin: 0 20px;
}
.thinking:after {
  position: absolute;
  content: "";
  background: url(../img/202509/family.svg);
  bottom: 0;
  right: -10px;
  background-size: cover;
  width: 120px;
  height: 120px;
}
.thinking_text {
  border: solid 2px #e87722;
  border-radius: 8px;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  color: #e87722;
}
 .acc_wrap h4 {
  font-weight: 500;
  font-size: 120%;
 }
.thinking_img {
  display: flex;
  margin: 1rem 0;
  justify-content: space-around;
}
.thinking_img li {
  width: 46%;
}
.thinking_img_text {
  background: #FFF6D9;
  border-radius: 10px;
  padding: 3rem 2rem;
  color: #e87722;
  font-size: 120%;
}
.formula {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  margin: 2rem 0;
}
.formula_txt {
  width: 30%;
}
.formula_top1 {
  background: #E8F3EF;
}
.formula_bottom1 {
  background: #79C4AF;
}
.formula_top2 {
  background: #D1EAF0;
}
.formula_bottom2 {
  background: #009AB7;
}
.formula_top3 {
  background: #FBE5CD;
}
.formula_bottom3 {
  background: #EC7600;
}
.formula_top1, .formula_top2, .formula_top3 {
  border-radius: 10px 10px 0 0;
  padding: 8px;
}
.formula_bottom1, .formula_bottom2, .formula_bottom3 {
  border-radius: 0 0 10px 10px;
  padding: 8px;
  color: #fff;
}
.strong_num {
  font-size: 200%;
  padding: 0 4px;
}
.emphasize {
  text-align: center;
  color: #e87722;
  padding: 1.6rem 0;
  font-weight: 600;
  font-size: 1.8rem;
}
h5 {
  background: #0097A9;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 120%;
  margin: 20px 0;
}
.summary {
  background: #FFF6D9;
  padding: 20px;
  font-weight: 500;
  border-radius: 10px;
  margin: 20px 10px;
  font-size: 120%;
  line-height: 1.6;
}
.details {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.details div {
  width: 48%;
}
.detail_title {
  background: #e87722;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-size: 110%;
}
.detail_img {
  border: solid 1px #e87722;
  padding: 20px;
}
h6 {
  font-size: 110%;
  text-align: center;
  color: #e87722;
}
.example {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 300;
  margin: 30px 0;
}
.example p {
  background: #E8EAE9;
  padding: 6px;
  margin-right: 4px;
  width: 4%;
}
.example ul {
  background: #E8EAE9;
  padding: 6px;
  width: 95%;
}
.chart_text {
  font-size: 80%;
}
.flow {
  font-size: 14px;
  font-weight: 300;
}
.flow li {
  padding-left: 20px;
  text-indent: -20px;
}
.flow li p {
  padding-left: 20px;
  text-indent: -20px;
}
.flow_caution {
  position: relative;
  background: #DADEDF;
  padding: 6px 6px 6px 60px;
  font-size: 18px;
  margin-top: 20px;
}
.flow_caution:before {
  position: absolute;
  content: "";
  background: url(../img/caution.png);
  width: 30px;
  height: 30px;
  left: 10px;
  background-size: cover;
}
/*========== 特則・特約 ==========*/
#contract {
  background: #80CBD4;
  padding: 1rem 0;
}
.contract_wrap {
  max-width: 1200px;
  margin:  2rem auto;
  padding: 1rem;
}
#contract h3 {
  background: #fff;
  padding: 10px 0;
  border-radius: 6px;
  position: relative;
  text-align: center;
  color: #E87722;
  font-size: 140%;
}
#service h3 {
  padding: 10px 0;
  border-radius: 6px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 140%;
  border: solid 2px;
}
#contract section {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
#contract h3:before {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
  width: 0;
}
#contract h4 {
  margin: 0 0 20px 0;
}
.type {
  width: 49%;
}
#contract .accordion {
  background: #fff;
  color: #e87722;
  width: 100%;
  border-radius: 0;
  font-weight: 600;
  font-size: 130%;
  text-align: center;
}
.icon {
  margin: 0 10px 0 -20px;
}
.icon img {
  width: 26px;
}
#contract .accordion:before, #contract .accordion:after {
  display: none;
}
#contract .acc_wrap {
  background: #E5F5F6;
  padding: 1rem;
  border: none;
  border-radius: 0;
  width: 100%;
}
.exampleTitle {
  background: #183028;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.type_caution {
  display: flex;
  align-items: center;
  background: #FFF7DF;
  padding: 10px;
  margin: 20px 0;
  border-radius: 6px;
  font-weight: 500;
}
.type_caution img {
  width: 30px;
  margin: 10px;
}
.type_img {
  margin: 10px 0;
}
.reason {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0;
}
.reason li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.reason_left {
  background: #e87722;
  border: solid 2px #e87722;
  border-radius: 8px 0 0 8px;
  color: #fff;
  text-align: center;
  min-width: 26%;
}
.reason_right {
  border: solid 2px #e87722;
  border-radius: 0 8px 8px 0;
  background: #fff;
  font-weight: 500;
  padding: 0 10px;
  width: 100%;
}
.reason_right p {
  margin: 4px 0;
}
.reason_right_cont1, .reason_right_cont2 {
  position: relative;
  border: dotted 2px #e87722;
  border-radius: 4px;
  padding: 6px;
  margin: 6px 0;
  width: 100%;
  padding-left: 30px;
}
.reason_right_cont1:before {
  position: absolute;
  content: "1";
  color: #e87722;
  font-size: 1.6em;
  left: 6px;
  top: 30%;
}
.reason_right_cont2:before {
  position: absolute;
  content: "2";
  color: #e87722;
  font-size: 1.6em;
  left: 6px;
  top: 4%;
}
.type_add {
  position: relative;
  background: #fff;
  border-radius: 6px;
  border: solid 2px #e87722;
  padding: 6px 6px 6px 46px;
  font-size: 0.9em;
  font-weight: 500;
}
.type_add:before {
  position: absolute;
  content: "";
  background: url(../img/202509/light.svg);
  background-size: cover;
  width: 26px;
  height: 34px;
  left: 6px;
  top: 20%;
}
.acc_wrap .example {
  font-size: 14px;
}
.acc_wrap .example p {
  width: 6%;
}
.notes_small {
  font-size: 80%;
  padding-left: 20px;
  text-indent: -20px;
}
/*========== 健康サービス ==========*/
#service {
  background: #e87722;
  padding: 1rem;
}
.service_wrap {
  max-width: 1000px;
  margin:  2rem auto;
}
#service .accordion {
  background: #fff;
  color: #183028;
  width: 100%;
  max-width: 1000px;
  border-radius: 0;
  font-weight: 600;
  font-size: 130%;
  text-align: center;
}
#service .accordion:before, #service .accordion:after {
  display: none;
}
.service_wrap_innner {
  max-width: 1000px;
  margin: 1rem auto;
}
.service_cont {
  color: #fff;
  padding: 0.6rem;
  font-size: 1.2em;
}
.service_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_title figure {
  width: 60px;
}
.service_title p {
  font-size: 160%;
  font-weight: 600;
}
#service .acc_wrap {
  background: #fae4d3;
  max-width: 1000px;
  width: 100%;
  border: none;
  border-radius: 0;
}
.service_cont_item {
  display: flex;
  justify-content: center;
  margin: 1rem;
  flex-wrap: wrap;
}
.service_cont_item_wrap {
  text-align: center;
  margin: 1rem;
  font-weight: 500;
  min-width: 240px;
  font-size: 110%;
}
.service_cont_item_wrap li {
  padding: 6px 10px;
}
.service_item_bottom {
  color: #e87722;
  background: #fff;
  border: solid 2px #e87722;
  border-radius: 8px;
  font-weight: 600;
  font-size: 120%;
}
.service_link {
  text-align: center;
  padding: 12px 4px;
}
.service_link a {
  color: #465953;
  border-bottom: solid 1px;
}
/*========== フッター ==========*/
.notes {
  padding: 1rem;
  max-width: 1000px;
  margin: 0 auto;
}
.notes_list {
  padding: 2rem 0;
  padding-left: 22px;
  text-indent: -22px;
  border-bottom: solid 1px;
  font-size: 0.9em;
}
.caution {
  padding: 2rem 0;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.4;
  border-bottom: solid 1px;
}
.footer {
}
.footer ul {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}
.footer__company {
  font-size: 1.4rem;
  font-weight: 700;
}
.companyName {
  font-size: 1.6em;
}
.footer__addr {
  margin: 1rem auto;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
}
.footer__tel {
  font-family: 'FWD Cicular';
  font-size: 4rem;
  color: #183028;
}
.footer__time {
  font-size: 1.2rem;
  font-weight: 700;
}
.footer__number {
  margin-top: 2.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
}
.footer_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  border-top: solid 1px #dbdfe1;
  font-weight: 300;
  padding: 1rem 1rem 8rem;
  font-size: large;
}
.footer_link a {
  color: #636566;
  font-size: 90%;
  transition: 0.1s;
}
.footer_link a:hover, .footer_link a:focus {
  color: #e87722;
}
.footer_link ul {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin: 10px;
}
.footer_link ul li:after {
  content: "|";
  color: rgb(99, 101, 102);
  margin: 0 8px;
}
.footer_link ul li:last-child:after {
  display: none;
}
.footer_copy {
  padding: 10px;
  font-size: 90%;
}
@media screen and (max-width: 999px) {
  .header, .headerFV1 {
    max-height: 100px;
  }
  .header__wrap {
    height: 80px;
  }
  .fv_middle_left { width: 33%; }
  .fv_middle_right h3 { font-size: 2em; }
  .fv1_bottom .fv_bottom_ranking figure { width: 40%; }
  .fv_middle_wrap .fv_bottom_fee_wrap ul { font-size: 2.2vw; }
  .floatCTA a, .phoneimg {
    width: 220px;
  }
  #features .cont_item_top {
    font-size: 120%;
  }
  .reason_left {
    font-size: 86%;
  }
  .service_cont_item_wrap {
    min-width: 220px;
  }
}
@media screen and (max-width: 899px) {
  .headerFV1 { box-shadow: none;}
  .header__wrap {
    height: unset;
    justify-content: center;
  }
  .floatCTA {
    margin: 4px 10px 0;
    justify-content: center;
  }
  .float_txt_pc {
    text-align: right;
    width: 80%;
  }
  .float {
    top: 7vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .header, .headerFV1 {
    height: 9vw;
  }
  .fv  {
    padding-top: 74px;
  }
  .fv_catch_main {
    font-size: 2em;
  }
  .fv_catch_sub {
    font-size: 1.3em;
  }
  .fv1_wrap .product { font-size: 1.1em; }

  .fv_bottom_fee_wrap ul { font-size: 1.3em; }
  .fv_bottom_ranking {
    width: 94%;
  }
  .fv_bottom_ranking div {
    margin-left: 10px;
  }
  .fv_bottom_ranking ul {
    font-size: medium;
  }
  .fv_bottom_ranking figure {
    width: 20%;
  }
  .fv_middle_wrap .fv_bottom_fee_wrap ul { font-size: 1em; }
  /* ---------*/
  .cont_item_top {
    padding: 19px 6px;
    min-width: 20%;
  }
  .acc_wrap {
    padding: 1.4rem;
  }
  .strong_num {
    font-size: 140%;
  }
  #contract .accordion {
    font-size: 110%;
  }
  .service_cont_item {
    margin: 0;
  }
  .service_cont_item_wrap {
    min-width: 200px;
  }
}
@media screen and (max-width: 799px) {
  .float {
    top: 8vw;
  }
  .floatCTA {
    margin: 0;
  }
  .floatCTA a, .phoneimg {
    max-width: 14%;
    min-width: 220px;
  }
  .fv_catch {
    font-size: small;
  }
  .fv_top div {
    width: 40%;
  }
  .fee_woman_age, .fee_man_age {
    font-size: medium;
  }
  .fv_bottom_ranking ul {
    font-size: smaller;
  }
  .fv_bottom_fee_wrap ul {
    font-size: 1.1em;
  }
  .fv_notes {
    padding: 8px;
  }
  /*========== fv1 ==========*/
  .fv_middle_right h3 {
    font-size: 1.6em;
  }
  .fv_middle_left { width: 36%; }
  .fv1_bottom { padding-top: 5rem; }
  .fv1_bottom .fv_bottom_ranking figure {
    margin: 6px;
    width: 46%;
  }
  .fv_middle_wrap .fv_bottom_fee_wrap ul { font-size: 0.8em; }
  /*----------*/
  .toc_cont {
    padding-top: 2rem;
  }
  .toc_cont_item:before {
    right: 3%;
  }
  .cont_item_bottom {
    padding: 6px 40px 6px 20px;
  }
  .way_num {
    min-width: 28%;
  }
  .thinking {
    padding-top: 1.5rem;
  }
  .thinking_img_text {
    padding: 1.5rem 1rem;
    font-size: 100%;
  }
  .emphasize {
    font-size: 1.4em;
  }
  h5, h6, .acc_wrap h4, .summary {
    font-size: 100%;
  }
  .example {
    font-size: 14px;
    margin: 20px 0;
  }
  .flow_caution:before {
    top: 20%;
  }
  .icon img {
    width: 20px;
  }
  #contract .accordion {
    font-size: 100%;
    padding: 8px 6px 8px 30px;
  }
  .acc_wrap .example p {
    width: 10%;
  }
  .exampleTitle {
    font-size: 86%;
  }
}
@media screen and (max-width: 699px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .float {
    top: 11vw;
  }
  .floatCTA {
    margin: 0;
    flex-wrap: nowrap;
  }
  .floatCTA a {
    max-width: 100%;
    min-width: 130px;
  }
  .float.fixed {
    bottom: 0;
  }
  .float_icon {
    top: -3.4rem;
  }
  .header, .headerFV1 {
    padding: 8px 0;
    height: 16vw;
  }
  .product {
    padding: 0.5rem;
    max-width: 200px;
    font-size: 1.4em;
  }
  #MIB_CV_top, #MIB_CV_top_FV1, #MIB_CV_top_FV2 {
    width: 90%;
    padding: 8px;
  }
  .fv {
    padding-top: 13vw;
  }
  .fv_wrap {
    background: url(../img/changeFV/main2_sp.jpg);
    background-size: cover;
    min-height: 400px;
    position: relative;
  }
  .fv_catch {
    padding-bottom: 0;
    position: absolute;
    bottom: 3.6rem;
    width: 90%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .kakaku {
    position: absolute;
    bottom: 10px;
    right: 0;
    padding: 10px;
    text-align: right;
  }
  .fv_catch figure {
    width: 28%;
  }
  .fv_catch figure img {
    width: 100%;
  }
  .fv_catch h3 {
    text-align: left;
    font-size: 2.4em;
  }
  .fv_catch_sub {
    color: #fff;
  }
  .fv_bottom p {
    padding: 4px 16px 10px;
    font-size: small;
    line-height: 1.3;
  }
  .fv_bottom_ranking {
    padding-bottom: 0;
  }
  .fv_bottom_ranking figure {
    width: 28%;
  }
  .fv_bottom_ranking ul {
    font-size: medium;
    display: block;
  }
  .fv_bottom_ranking ul li {
    margin: 10px;
  }
  .no1 {
    text-align: center;
  }
  .fee_cont {
    display: block;
  }
  .fv_bottom_fee_wrap {
    padding-top: 8px;
  }
  .fv_bottom p.fee_woman_age, .fv_bottom p.fee_man_age {
    text-align: center;
    border-radius: 30px;
    font-size: larger;
    padding: 8px 0 4px;
  }
  /*========== fv1 ==========*/
  .fv1_wrap .fv_main { padding-top: 1rem; }
  .fv_middle { flex-wrap: wrap; }
  .fv_middle_wrap .fv_bottom_fee {
    width: 98%;
  }
  .fv_middle_left { width: 40%; }
  .fv1_wrap { background-position: unset; }
  .fv1_wrap .product { font-size: 1em; max-width: none; }
  .fv_middle_right { width: 54%; }
  .fv_middle_right h3 { font-size: 4.6vw; }
  .fv_middle_wrap { width: 94%; margin-top: -7rem; }
  .fv_bottom_fee_wrap ul { font-size: 1.1em; }
  .fv1_bottom { padding-top: 25vw; }
  .fv_middle_wrap .fee_cont { margin: 0 10px; }
  .fv_middle_wrap .fv_bottom_fee_wrap ul { font-size: 2.6vw; }
  .fv_bottom_ranking { width: 100%; }
  .fv1_bottom .fv_bottom_ranking figure {
    margin: 10px;
    width: 44%;
  }
  /*---------*/
  .toc_title ul:before {
    left: 2%;
  }
  .toc_title ul:after {
    right: 2%;
  }
  .toc_cont a {
    width: 100%;
  }
  .cont_item_top {
    padding: 10px;
    min-width: 0;
  }
  .cont_item_top:after {
    right: -14px;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 14px solid #e87722;
  }
  .cont_item_bottom {
    padding: 6px 20px 6px 30px;
  }
  .toc_cont_item {
    margin-top: 10px;
  }
  #features {
    margin-top: 1.6rem;
    padding: 0;
  }
  .features_first, .features_second, .features_third, .features_fourth {
    padding: 0;
  }
  .features_cont {
    border: solid 6px #FFF6D9;
    padding: 1rem 0;
  }
  #features .cont_item_top {
    font-size: 140%;
    width: 22%;
    padding: 11px;
    line-height: 1.2;
  }
  .cont_wrap, .acc_wrap {
    width: 96%;
  }
  .acc_wrap {
    padding: 1rem;
  }
  .accordion {
    width: 96%;
    padding: 8px 14px;
    font-size: 110%;
  }
  .way_num {
    min-width: 30%;
  }
  .way li {
    line-height: 1.2;
  }
  .formula_top1, .formula_top2, .formula_top3 {
    padding: 6px;
    font-size: 0.9em;
    line-height: 1.2;
  }
  .emphasize {
    font-size: 1.2em;
  }
  .detail_title {
    font-size: 100%;
  }
  .detail_img {
    padding: 10px;
  }
  .cont_wrap figure img {
    padding: 10px 0;
  }
  #contract section {
    display: block;
  }
  .contract_wrap {
    margin: 0 auto;
  }
  .type {
    width: 100%;
  }
  #contract .accordion {
    font-size: 150%;
  }
  .icon img {
    width: 28px;
  }
  .acc_wrap .example p {
    width: 6%;
  }
  .footer_link {
    padding: 1rem 0 6rem 0;
  }
  .footer_link ul {
    width: 100%;
    font-size: medium;
  }
}
@media screen and (max-width: 599px) {
  .float {
    top: 13vw;
  }
  h3 {
    font-size: 1em;
  }
  .fv {
    padding-top: 15vw;
  }
  .fv_main {
    padding: 0.6rem;
  }
  .product {
    max-width: 150px;
    font-size: 1.2em;
  }
  .fv_catch {
    justify-content: center;
    left: 0;
    width: 96%;
  }
  .fv_catch_sub {
    font-size: 1.1em;
  }
  .fv_notes {
    font-size: 80%;
    text-align: left;
  }
  .fee_woman_fee, .fee_man_fee {
    font-size: 3em;
  }
  .fv_bottom_fee_wrap ul li { font-size: 0.8em; }
  /*========== fv1 ==========*/
  .fv1_wrap .product {
    margin: 0 auto;
    width: 90%;
    max-width: 400px;
  }
  .fv1_wrap .fv_main {
    padding-top: 1rem;
  }
  .fv_middle_wrap { margin-top: -19vw; }
  .fv_middle_wrap .fv_bottom_fee {
    width: 100%;
  }
  .fv1_bottom { padding-top: 22vw; }
  .fv_middle_wrap .fv_bottom_fee_wrap ul { font-size: 3.6vw; }
  /*----------*/
  .toc_title ul {
    font-size: 1.5em;
  }
  #features .cont_item_top {
    font-size: 120%;
    padding: 11px 4px;
  }
  h4 {
    font-weight: 500;
    font-size: 120%;
  }
  .features_first .cont_item_top:after, .features_second .cont_item_top:after, .features_third .cont_item_top:after, .features_fourth .cont_item_top:after {
    right: -15px;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
  }
  .guide li {
    font-size: 100%;
    margin: 8px;
  }
  .guide li img {
    width: 80px;
  }
  .accordion {
    font-size: 90%;
    padding: 6px 14px;
    margin-top: 1rem;
    border-radius: 4px;
  }
  .accordion::before {
    width: 48px;
    height: 31px;
    border-radius: 0 4px 4px 0;
  }
  .accordion.close::before {
    width: 48px;
    height: 34px;
    border-radius: 0 4px 0 0;
  }
  .accordion::after {
    top: 12px;
    width: 28px;
    height: 14px;
    right: 13px;
  }
  .terms {
    font-size: 0.7em;
    font-weight: 400;
  }
  .terms_top {
    padding-bottom: 2px;
  }
  .way_num {
    padding: 8px;
    line-height: 1.1;
    margin-right: 15px;
  }
  .way li {
    font-size: 0.8em;
  }
  .way_img {
    padding: 10px 0;
  }
  .way_text {
    font-size: 12px;
    padding-left: 10px;
    text-indent: -10px;
  }
  .way_text_last {
    font-size: 14px;
  }
  .way_notes {
    font-size: 0.7em;
  }
  .thinking_text {
    padding: 12px 8px;
    text-align: left;
  }
  .thinking_img_text {
    padding: 1rem;
    font-size: 80%;
  }
  .thinking_img li {
    width: 48%;
  }
  .formula_top1, .formula_top2, .formula_top3 {
    padding: 4px;
    font-size: 0.7em;
  }
  .formula {
    margin: 2rem 0 1rem;
  }
  .formula_bottom2 {
    font-size: 0.9em;
  } 
  .emphasize {
    font-size: 1em;
  }
  .formula_bottom1, .formula_bottom2, .formula_bottom3 {
    padding: 2px;
    font-size: 0.9em;
  }
  .detail_title {
    font-size: 80%;
  }
  .summary {
    font-size: 80%;
    padding: 14px;
  }
  .example, .acc_wrap .example {
    font-size: 12px;
  }
  .example p {
    width: 5%;
  }
  .flow {
    font-size: 12px;
  }
  .flow_caution {
    font-size: 14px;
  }
  #contract .accordion,  #service .accordion {
    font-size: 120%;
  }
  .type_caution {
    display: block;
    font-size: 90%;
  }
  .type_caution figure {
    text-align: center;
  }
  .service_cont_item {
    justify-content: space-around;
  }
  .service_cont_item_wrap {
    font-size: 90%;
    min-width: 44%;
    margin: 4px;
  }
  .footer__company {
    font-size: 1.2em;
  }
  .footer__tel {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    width: 140px;
  }
  .phoneNum {
    text-align: right;
    padding: 0 6px;
  }
  .floatCTA a {
    min-width: 100px;
  }
  .product {
    width: 110px;
    font-size: 0.9em;
    padding: 0.4rem;
  }
  .fv {
    padding-top: 60px;
  }
  .fv_main {
    padding: 1rem 0.4rem;
  }
  .fv_catch_sub {
    font-size: 0.9em;
    line-height: 1.8;
  }
  .fv_top figure {
    margin: 0 2% 0 6%;
    width: 30%;
  }
  .fv_catch h3 {
    font-size: 1.7em;
  }
  .kakaku {
    line-height: 1.2;
    bottom: 6px;
  }
  .fv_notes {
    font-size: 10px;
    line-height: 1.4;
  }
  .fv_bottom_ranking ul {
    font-size: smaller;
  }
  .fv_bottom_ranking ul li {
    margin: 10px 4px;
  }
  .fv_bottom_ranking div {
    margin-left: 4px;
    width: 70%;
  }
  .yoihoken {
    padding: 6px 10px;
  }
  .fv_bottom_ranking figure .tokumaimg { max-width: 120px; }
  .fv_bottom_fee {
    padding: 6px;
  }
  .fv_bottom_fee_wrap ul li {
    font-size: 13px;
    margin: 0 2px;
  }
  .cv {
    margin: 0 auto;
    font-size: 130%;
  }
  #MIB_CV_top, #MIB_CV_top_FV1, #MIB_CV_top_FV2 {
    padding: 10px;
  }
  figcaption { font-size:12px; }
  /*========== fv1 ==========*/
  .fv_middle_right h3 {
    font-size: 1.1em;
  }
  .fv_middle_wrap .fee_woman_age, .fv_middle_wrap .fee_man_age {
    font-size: 1.1em;
    padding: 4px 0 2px;
  }
  .fv_middle_wrap .fee_cont { margin: 0 2px; }
  .fv_bottom_ranking { width:98%; }
  .fv1_bottom {
    padding-bottom: 8px;
    padding-top: 16vw;
  }
  .fv1_bottom .fv_bottom_ranking figure {
    margin: 8px;
    width: 45%;
  }
  /*---------*/
  .toc_title ul {
    font-size: 1.2em;
  }
  .toc_title ul:before, .toc_title ul:after {
    width: 36px;
    height: 40px;
  }
  .toc_title:before {
    bottom: -1rem;
    border-width: 20px 30px 0 30px;
  }
  .toc_cont {
    font-size: 90%;
  }
  .toc_cont a {
    margin: 3px 8px;
  }
  .cont_item_top {
    padding: 10px 6px;
  }
  .cont_item_bottom {
    padding: 6px 20px 6px 16px;
  }
  .toc_cont_item:before {
    width: 18px;
    height: 11px;
  }
  .cont_item_top:after {
    right: -8px;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 9px solid #e87722;
  }
  #features .cont_item_top {
    font-size: 100%;
    width: 26%;
  }
  h4 {
    font-size: 100%;
  }
  .features_first .cont_item_top:after, .features_second .cont_item_top:after, .features_third .cont_item_top:after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
  .cont_wrap, .acc_wrap, .accordion {
    width: 98%;
  }
  .guide li {
    font-size: 84%;
    margin: 8px 4px;
  }
  .guide li img {
    width: 60px;
  }
  .acc_wrap {
    padding: 10px;
    border: solid 2px #e87722;
  }
  .accordion {
    font-size: 74%;
    padding: 8px 50px 8px 10px;
  }
  .accordion::before {
    width: 40px;
    height: 90%;
    border: solid 2px #e87722;
  }
  .accordion.close::before {
    width: 40px;
    height: 94%;
    border: solid 2px #e87722;
  }
  .accordion::after {
    top: 14px;
    width: 20px;
    height: 10px;
  }
  .terms {
    font-size: 0.6em;
  }
  .way {
    margin: 0.6rem 0;
  }
  .way li {
    font-size: 0.7em;
  }
  .way_num {
    margin-right: 8px;
  }
  .way_text, .way_text_last {
    font-size: 10px;
  }
  .way_img {
    padding: 6px 0;
  }
  .way_notes {
    font-size: 0.6em;
  }
  .acc_wrap h4, .thinking_ex {
    font-size: 80%;
  }
  .thinking {
    padding-top: 0.6rem;
  }
  .thinking img {
    width: 30px;
    margin: 0 6px 0 2px;
  }
  .thinking:after {
    right: 4px;
    width: 60px;
    height: 80px;
  }
  .thinking_text {
    font-size: 14px;
    padding: 8px 8px 8px 20px;
  }
  .thinking_img {
    display: block;
  }
  .thinking_img img {
    padding: 20px;
  }
  .thinking_img li {
    width: 100%;
  }
  .strong_num {
    font-size: 100%;
  }
  .formula_top1, .formula_top2, .formula_top3 {
    padding: 4px 0;
    border-radius: 6px 6px 0 0;
    font-size: 0.6em;
  }
  .formula_bottom1, .formula_bottom2, .formula_bottom3 {
    border-radius: 0 0 6px 6px;
    font-size: 0.8em;
  }
  .emphasize {
    font-size: 0.8em;
    padding: 0.6rem 0;
  }
  h5 {
    margin: 12px 0;
    padding: 6px;
  }
  h6 {
    font-size: 80%;
  }
  .details {
    margin: 18px 0 4px 0;
  }
  .details div {
    width: 49%;
  }
  .detail_img {
    padding: 4px;
  }
  .detail_title {
    font-size: 62%;
    padding: 4px;
  }
  .summary {
    border-radius: 6px;
    margin: 20px 6px 8px 6px;
  }
  .example {
    margin: 10px 0;
  }
  .example, .acc_wrap .example, .flow {
    font-size: 12px;
  }
  .example p {
    width: 7%;
  }
  .chart_text {
    font-size: 70%;
    line-height : 1.3;
    padding-bottom: 6px;
  }
  .flow_caution {
    font-size: 12px;
    padding: 6px 6px 6px 40px;
  }
  .flow_caution:before {
    width: 22px;
    height: 22px;
  }
  #features .cont_item_bottom {
    padding: 6px 10px 6px 20px;
  }
  #features .features_fourth .cont_item_top {
    width: 30%;
    padding: 20px 0;
  }
  #features .features_fourth h4 {
    line-height: 1.3;
  }
  .features_fourth .cont_item_top:after {
    border-top: 39px solid transparent;
    border-bottom: 39px solid transparent;
  }
  #contract {
    padding: 0;
  }
  #contract h3, #service h3 {
    font-size: 100%;
  }
  .icon img {
    width: 20px;
  }
  #contract .accordion, #service .accordion {
    font-size: 100%;
  }
  #contract .acc_wrap {
    padding: 10px;
  }
  .reason_left {
    font-size: 74%;
    min-width: 30%;
    border-radius: 6px 0 0 6px;
  }
  .reason_right {
    font-size: 90%;
  }
  .reason_right p {
    line-height: 1.3;
  }
  #service .accordion {
    padding: 8px 4px;
  }
  .service_wrap {
    margin: 0 auto;
  }
  .service_cont {
    font-size: 90%;
  }
  .service_cont_item {
    justify-content: flex-start;
  }
  .service_cont_item_wrap {
    width: 47%;
    font-size: 80%;
  }
  .service_cont_item_wrap li {
    padding: 4px 0;
  }
  .service_item_bottom {
    border: solid 1px #e87722;
  }
  #service .acc_wrap {
    padding: 6px;
  }
  .service_title p {
    font-size: 120%;
  }
  .notes {
    padding: 10px;
  }
  .caution {
    padding: 1rem 0;
  }
  .footer__number {
    font-size: 1em;
    font-weight: 400;
  }
  .float_icon {
    width: 50px;
    height: 50px;
    top: -3.5rem;
    right: 2%;
  }
  .floatCTA {
    font-size: 1em;
  }
  #MIB_CV_web, #MIB_CV_tel {
    padding: 12px 0;
  }
}