/* -------------------- SP ----------------------- */

@media screen and (max-width:768px) {

html{
  scroll-behavior: smooth;
  scroll-padding-top: 25.06vw;
}


/* --------------------
   common
----------------------- */

/* ---------- header ---------- */
header{
  width: 100%;
  height: 25.33vw;
  padding: 5.33vw 0 0;
  background: #ffffff;
  box-shadow: 0 0.8vw 2.13vw rgba(41, 63, 188, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.header__wrap{
  width: 100%;
  margin: 0 0 0 5.33vw;
  /* display: flex; */
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  position: relative;
}

.header__logo img{
  width: 37vw;
  height: auto;
}

.header__ge{
  margin-top: 3.2vw;
  font-size: 3.2vw;
  line-height: 1.4;
}


/* ---------- main ---------- */
.main__wrap{
  width: 100%;
  padding-top: calc(25.33vw + 2.13vw);
}

.main__cont{
  width: 100%;
  margin: 0;
  padding: 4.8vw 4vw 0;
}


/* ---------- list ---------- */
/* --- パンくず --- */
.breadcrumbs__list{
  margin-bottom: 6.4vw;

  li{
    /* display: inline; */
    font-size: 3.2vw;
    /* line-height: 1; */
  }
    /* li.is-active{ text-decoration: underline;} */

  /* li a{
    text-decoration: none;
    color: var(--color-b03);
  }   */

  li::after{
    /* content: '>'; */
    /* display: inline-block; */
    /* width: 0.5em; */
    height: 1em;
    /* margin: 0 0.5em; */
  }
  /* li:last-child:after{
    display: none;
  } */
}

/* --- ※リスト --- */
.list__note1{
  font-size: 3.46vw;
  list-style: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
.list__note2{
  font-size: 3.46vw;
  line-height: 1.4;
  text-indent: -2em;
  padding-left: 2em;
}

/* --- ulリスト --- */
.list__ul1{ /* disc */
  list-style: none;
}
.list__ul1 li{
  margin-bottom: 3.73vw;
  padding-left: 5.33vw;
  font-size: 4.8vw;
  line-height: 1.6;
  position: relative;
}
.list__ul1 li::before{/* 基本はgreen2 */
  display: inline-block;
  content: "";
  width: 4.26vw;
  height: 4.26vw;
  background: url(/common/image/parts/list_mark_g2.png) 0 0 no-repeat;
  background-size: 4.26vw auto;
  position: absolute;
  top: 1.6vw;
  left: 0;
}

  /* .list__ul1 li.mark_p1{
    color: #EF6E6A;
  } */
  .list__ul1 li.mark_p1::before{/* pink */
    background: url(/common/image/parts/list_mark_p1.png) 0 0 no-repeat;
    background-size: 4.26vw auto;
  }

  .list__ul1 li.mark_b3::before{/* blue3 */
    background: url(/common/image/parts/list_mark_b3.png) 0 0 no-repeat;
    background-size: 4.26vw auto;
  }

  .list__ul1.mark_b4 li::before{/* blue4 */
    background: url(/common/image/parts/list_mark_b4.png) 0 0 no-repeat;
    background-size: 4.26vw auto;
  }

/* ul__caution */
.ul__caution li{
  margin-top: 13.33vw;
  padding: 12.8vw 5.33vw 3.73vw 5.33vw;
  border: 0.53vw solid #EF6E6A;
  border-radius: 1.6vw;
  font-size: 4.8vw;
  /* color: #EF6E6A;
  font-weight: 600; */
  line-height: 1.4;
  text-align: center;
  position: relative;
}
.ul__caution li::before{
  /* display: inline-block;
  content: ""; */
  width: 14.93vw;
  height: 14.93vw;
  background: url(/common/image/parts/caution_icon.png) 0 0 no-repeat;
  background-size: 14.93vw auto;
  position: absolute;
  top: -7.19vw;
  left: calc(50% - 7.19vw);
}


/* --- olリスト --- */
.list__ol1{ /* 括弧付き 1) 2) */
  list-style: none;
  font-size: 3.46vw;
  line-height: 1.6;
  text-indent: -1.5em;
  padding-left: 1.5em;
}



/* ---------- heading ---------- */
h1{
  margin-bottom: 5.33vw;
  padding-bottom: 1.06vw;
  font-size: 6.93vw;
  /* font-weight: 600;
  color: var(--color-b03); */
  line-height: 1.4;
  border-bottom: 0.8vw solid var(--color-g02);
}
  .h1_noborder{
    padding-bottom: 1.06vw;
    border-bottom: 0.8vw solid var(--color-g02);
  }


h2{
  width: 100%;
  margin-bottom: 5.33vw;
  padding: 2.13vw 0 1.6vw;
  background: var(--color-b02);
  font-size: 5.86vw;
  /* font-weight: 600; */
  color: #ffffff;
  text-align: center;
}
h2 sup{
  font-size: 60%;
}

h2.h2_02{
  width: auto;
  display: inline-block;
  margin-bottom: 4.8vw;
  padding: 2.66vw 4.8vw 2.13vw;
  /* background: var(--color-b04); */
  border-radius: 1.06vw;
  font-size: 5.33vw;
  /* color: #ffffff; */
  line-height: 1;
  text-align: left;
}
h2.h2_02 span{
  font-size: 3.46vw;
  /* font-weight: normal; */
}

h3.h3_01{
  margin-bottom: 4.26vw;
  font-size: 5.33vw;
  /* font-weight: 600;
  line-height: 1;
  color: var(--color-b03);
  display: flex;
  align-items: center; */
}
h3.h3_01::before{
  display: inline-block;
  content: "";
  width: 4.26vw;
  height: 1em;
  margin-right: 1.06vw;
  background: url(/common/image/parts/list_mark_b1.png) 0 0 no-repeat;
  background-size: 4.26vw auto;
}


/* ---------- box 小規模コンテンツ ---------- */
/* box */
.box__grid--varL{
  width: 100%;
  display: grid;
  grid-template-rows: auto;
	grid-template-columns: 1fr;
  gap: 4.2vw;
}

.box__grid--varR{
  width: 100%;
  display: grid;
  grid-template-rows: auto;
	grid-template-columns: 100%;
  gap: 0;
}


/* .box__reference */
.box__reference{
  margin-top: 11.73vw;
}
.box__reference dl{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.box__reference dl dt{
  width: auto;
  height: auto;
  margin: 0 0 2.66vw 0;
  padding: 0.53vw 4.8vw;
  /* background: var(--color-g02); */
  border-radius: 0.8vw;
  font-size: 3.73vw;
  letter-spacing: 0;
  /* color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center; */
}
.box__reference dl dd{
  width: 100%;
}
.box__reference dl dd ul li{
  margin-bottom: 1.6vw;
  padding-left: 4.26vw;
  text-indent: -4.26vw;
  font-size: 3.73vw;
  /* line-height: 1.2;
  color: #000000; */
}
.box__reference dl dd ul li::before{
  display: inline-block;
  content: "";
  width: 4.26vw;
  height: 3.2vw;
  background: url(/common/image/parts/box_reference_list_sp.png) 0 0 no-repeat;
  background-size: 3.2vw auto;
}



/* ---------- Area 中規模コンテンツ ---------- */
/* --- pointArea --- */
.pointArea{
  width: 100%;
  padding: 9.6vw 5.33vw;
  border: 1.6vw solid var(--color-g02);
  border-radius: 1.6vw;
}
.pointArea h3{
  margin-bottom: 5.33vw;
  font-size: 5.86vw;
  /* font-weight: 600; */
  line-height: 1.4;
  letter-spacing: -0.26vw;
  /* color: var(--color-b03); */
  /* text-align: center; */
}

.pointArea .point__cont dt{
  /* display: inline-block; */
  margin-bottom: 5.33vw;
  padding: 1.6vw 10.13vw 1.06vw;
  /* background: var(--color-b01); */
  border-radius: 1.6vw;
  font-size: 5.33vw;
  /* font-weight: 600; */
  /* line-height: 1; */
  /* color: #ffffff; */
}
.pointArea .point__cont dd{
  margin-bottom: 10.66vw;
  padding-bottom: 0;
  border-bottom: none;
}
/* .pointArea .point__cont dd:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
} */


/* --- sublinkArea --- */
.sublinkArea{
  width: 100%;
  margin-bottom: 8vw;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.sublinkArea .sublink__list{
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}

.sublinkArea .sublink__list li{
  width: 100%;
  font-size: 4.8vw;
  /* font-weight: 600; */
  text-align: center;
}
  .sublinkArea .sublink__list li + li { margin-top: 4vw;}

.sublinkArea .sublink__list li a{
  height: 16vw;
  padding: 0;
  background: #ffffff;
  border: 0.8vw solid var(--color-g02);
  border-radius: 3.2vw;
  color: var(--color-b03);
  /* display: flex; */
  justify-content: center;
  /* align-items: center; */
}
.sublinkArea .sublink__list li a::after{
  display: none;
  /* content: "";
  width: 24px;
  height: 24px;
  background: url(/common/image/parts/sublink_arrow1.png) 0 0 no-repeat;
  background-size: 24px auto; */
}
  .sublinkArea .sublink__list li a.is-active{
    background: var(--color-g02);
    border: none;
    color: #ffffff;
  }
  /* .sublinkArea .sublink__list li a.is-active::after{
    background: url(/common/image/parts/sublink_arrow2.png) 0 0 no-repeat;
    background-size: 24px auto;
  } */

.sublinkArea .sublink__list li a:hover{
  background: var(--color-g02);
  /* border: none;
  color: #ffffff;
  opacity: 1; */
}
/* .sublinkArea .sublink__list li a:hover:after{
  background: url(/common/image/parts/sublink_arrow2.png) 0 0 no-repeat;
  background-size: 24px auto;
} */

.sublink__list li a{ width: 100% !important;}


/*  */
.sublinkArea__sideeffect .sublink__list.sideeffect1,
.sublinkArea__sideeffect .sublink__list.sideeffect2{
  margin-bottom: 4.8vw;
}


/* ttl */
.sublinkArea .ttl{
  display: none;
  /* margin: 30px 0 5px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: var(--color-b03);
  display: flex;
  align-items: center; */
}
/* .sublinkArea .ttl::before{
  display: inline-block;
  content: "";
  width: 20px;
  height: 22px;
  margin-right: 6px;
  background: url(/common/image/parts/list_mark_b1_3.png) 0 0 no-repeat;
  background-size: 20px auto;
} */


/* .guideArea */
.guideArea{
  width: 100%;
  height: auto;
  margin: 12.26vw 0 0;
}

.guide__link{
  width: 100%;
  position: relative;
  text-align: center;
}

.guide__link li + li{ margin-top: 4vw;}

.guide__link li a{
  display: block;
  height: auto;
  color: var(--color-b03);
  font-size: 4.8vw;
  /* font-weight: 600; */
  letter-spacing: -0.05em;
  border: 0.8vw solid var(--color-g02);
  border-radius: 3.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .before */
.guide__link li.before{
  width: 100%;
  height: auto;
  background: #ffffff url(/common/image/parts/guide_link_arrow.png) 3.2vw center no-repeat;
  background-size: 8vw auto;
  position: unset;
  /* top: 0;
  left: 0; */
}
.guide__link li.before a{
  padding: 4.8vw 0;
}

/* .next */
.guide__link li.next{
  width: 100%;
  height: auto;
  background: #ffffff url(/common/image/parts/guide_link_arrow.png) no-repeat;
  background-position: left 3.2vw center;
  background-size: 8vw auto;
  position: unset;
  /* top: 0;
  right: 0; */
  /* transform: rotate(180deg); */
}
.guide__link li.next a{
  padding: 4.8vw 0;
  /* transform: rotate(-180deg); */
}

/* 2行 */
.guide__link li.line2 a{
  padding: 1.6vw 0 1.6vw;
  line-height: 1.4;
}


/* ---------- section ---------- */
.section + .section{ margin-top: 9.06vw;}

.section p{
  margin-bottom: 4.26vw;
  font-size: 4.8vw;
  line-height: 1.78;
}

.section p:last-of-type,
.section div:last-of-type{
  margin-bottom: 0;
}



/* --------------------
   modalArea
----------------------- */
/* --- common --- */
/* .modalArea{
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
}
.modal__overlay{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(000, 000, 000, 0.8);
} */

/* --- 外部リンク --- */
.modalArea .external_link{
  width: 89.33vw;
  padding: 9.6vw 3.73vw;
  /* background: #ffffff; */
  border-radius: 3.2vw;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}
.modalArea .external_link p{
  margin-bottom: 6.4vw;
}
.modalArea .external_link .btn{
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: senter;
}
.modalArea .external_link .btn li{
  width: 100%;
  text-align: center;
}
.modalArea .external_link .btn li a{
  display: block;
  width: 100%;
  padding: 2.13vw 0;
  border-radius: 5.33vw;
  font-size: 5.86vw;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
}
.modalArea .external_link .btn li:nth-of-type(1) a{
  margin-bottom: 5.33vw;
  background: var(--color-g02);
}
.modalArea .external_link .btn li:nth-of-type(2) a{
  background: #BFC0CC;
}


/* ---- pagetop --- */
#scroll-top{
  display: none;
  width: 13.333vw;
  height: 13.333vw;
  position: fixed;
  bottom: 5.333vw;
  right: 5.333vw;
  cursor: pointer;
  z-index: 999;
}
#scroll-top:hover{
  opacity: 1;
}
  .is-stop{
    position: absolute !important;
    bottom: 224vw !important;
  }


/* ---- scroll-hint ---- */
.scroll-hint{
  margin: 0 -5.333vw 0 0;
}
  .scroll-hint img{
    padding-right: 5.333vw;
  }

.scroll-hint-icon{
  top: calc(50% - 24vw) !important;
  left: calc(50% - 24vw) !important;
  width: 48vw !important;
  height: 48vw !important;
  background: url(/common/image/parts/scroll_icon.png) 0 0 no-repeat !important;
  background-size: 48vw auto !important;
  padding: 0 !important;
  /* animation: scroll-hint-animation 2s infinite ease;
  animation-iteration-count:3; */
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon{
  opacity: 1 !important;
}
.scroll-hint-icon:before,
.scroll-hint-icon:after{
  display: none !important;
}

/* @keyframes scroll-hint-animation {
  0% {
    transform: translateX(calc(50% - 26.666vw));
  }
  25% {
    transform: translateX(calc(20% - 26.666vw));
  }
  50% {
    transform: translateX(calc(80% - 26.666vw));
  }
  75% {
    transform: translateX(calc(20% - 26.666vw));
  }
  100% {
    transform: translateX(calc(50% - 26.666vw));
  }
} */


/* --------------------
   個別parts
----------------------- */
/* ---------- /index.html ---------- */
.tec_index header{
  height: 17.06vw;
}

.tec_index .main__wrap{
  padding: calc(17.06vw + 2.13vw) 5.33vw 0;
}

.tec_index h1{
  margin: 0;
  padding: 0;
  border: none;
  line-height: 0;
}

.tec_index .lead{
  width: 100%;
  margin: 13.33vw 0 10.66vw;
  font-size: 4.8vw;
  line-height: 1.6;
}

.tec_index .comfirmArea{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tec_index .comfirm__box{
  width: 100%;
  padding: 10.13vw 4.26vw 10.66vw;
  border: 0.53vw solid #BFBFBF;
  border-radius: 3.2vw;
  text-align: center;
}
.tec_index .comfirm__box + .comfirm__box{
  margin-top: 8vw;
}

.tec_index .comfirm__box h2{
  margin-bottom: 6.93vw;
  background: none;
  font-size: 5.33vw;
  font-weight: 600;
  line-height: 1;
  color: var(--color-b02);
}
.tec_index .comfirm__box p{
  margin-bottom: 6.4vw;
  font-size: 4vw;
}

.tec_index .comfirm__box .btn01{
  width: 70.66vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.tec_index .comfirm__box .btn01 li{
  width: 32vw;
}
.tec_index .comfirm__box .btn01 li a{
  display: block;
  width: 32vw;
  padding: 2.13vw 0;
  border-radius: 4.53vw;
  font-size: 5.33vw;
  /* font-weight: 600;
  line-height: 1;
  color: #ffffff; */
}

.tec_index .comfirm__box .btn02 a{
  display: inline-block;
  width: 52vw;
}
.tec_index .comfirm__box .btn02 a img{
  width: 100%;
  height: auto;
}


/* ---------- /top.html ---------- */
/* kvArea */
.kvArea{
  width: 100%;
  height: 86.4vw;
  margin: 0 auto 5.33vw;
  background: url(/common/image/top/kv_img_sp.png) center bottom no-repeat;
  background-size: 100vw auto;
  position: relative;
}
.kv__lead{
  width: 100%;
  margin-top: 3.73vw;
  font-size: 6.4vw;
  /* color: var(--color-b02); */
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.26vw;
  text-align: center;
  position: unset;
}


/* tabArea */
.tabArea{
  width: 100%;
  margin: 0 0 0;
  margin-top: -29.33vw; /* bg調整 */
  padding-top: 29.33vw; /* bg調整 */
  padding-bottom: 8vw;
  background: var(--color-g01);
}

/* tab__menu */
.tab__menu{
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
}
  .tab__menu li{
    width: 32vw;
    height: 16vw;
    background: #ffffff;
    border-radius: 3.2vw 3.2vw 0 0;
    color: var(--color-b03);
    font-size: 3.73vw;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* tab__menu active */
  .tab__menu li.active  { background: var(--color-b01);}
  .tab__menu li.active a{ color: #ffffff;}

  .tab__menu li + li{ margin-left: 2vw;}

  .tab__menu li a{
    display: block;
    width: 100%;
    height: 16vw;
    padding-top: 3.73vw;
  }
  .tab__menu li:nth-of-type(3) a{
    padding-top: 6.13vw;
  }


/* tab__box */
.tab__box{
  width: 100%;
  margin: 0;
  padding: 5.33vw 3.73vw;
  background: #D6DAEE;
  border: none;
  border-radius: 0;
}

/* tab__cont */
.tab__cont{
  width: 100%;

  /* display: none;
  opacity: 0; */
}

/* tab__cont 表示切り替え */
/* .tab__cont.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
} */


/* tab__link */
.tab__cont .tab__link{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.tab__cont .tab__link li{
  width: 89.33vw;
  height: 41.6vw;
  background: url(/common/image/top/tab_cont_bg_sp.png) 0 0 no-repeat;
  background-size: 89.33vw auto;
  position: relative;
}

.tab__cont .tab__link li + li{
  margin-top: 5.33vw;
}
.tab__cont .tab__link li:nth-of-type(1),
.tab__cont .tab__link li:nth-of-type(2),
.tab__cont#tab02 .tab__link li:nth-of-type(3),
.tab__cont#tab02 .tab__link li:nth-of-type(4){
  margin-bottom: 0;
}
.tab__cont .tab__link li:nth-of-type(even){
  margin-left: 0;
}

.tab__cont .tab__link li a{
  display: inline-block;
  width: 89.33vw;
  height: 41.6vw;
  padding-left: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 4.8vw;
  /* font-weight: 600;
  line-height: 1.4; */
  text-align: center;
}
  .tab__cont .tab__link li a:hover{
    background-color: transparent;
    color: var(--color-b03);
  }

.tab__cont .tab__link li a span.link{
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 5.33vw;
  left: 0;
}
.tab__cont .tab__link li a span.link_line1{
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 11.73vw;
  left: 0;
}

/* tab__link icon設定 */
#tab01 .tab__link li:nth-of-type(1) a{
  background-image: url(/common/image/top/tab_icon01_01_sp.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 19.2vw auto;
}
#tab01 .tab__link li:nth-of-type(2) a{
  background-image: url(/common/image/top/tab_icon01_02_sp.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 19.2vw auto;
}
#tab01 .tab__link li:nth-of-type(3) a{
  background-image: url(/common/image/top/tab_icon01_03_sp.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 19.2vw auto;
}
#tab01 .tab__link li:nth-of-type(4) a{
  background-image: url(/common/image/top/tab_icon01_04_sp.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 19.2vw auto;
}

#tab02 .tab__link li:nth-of-type(1) a{
  background-image: url(/common/image/top/tab_icon02_01_sp.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 19.2vw auto;
}

#tab02 .tab__link li:nth-of-type(2) a{
  background-image: url(/common/image/top/tab_icon02_02_sp.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 19.2vw auto;
}
#tab02 .tab__link li:nth-of-type(3) a{
  background-image: url(/common/image/top/tab_icon02_03_sp.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 19.2vw auto;
}
#tab02 .tab__link li:nth-of-type(4) a{
  background-image: url(/common/image/top/tab_icon02_04_sp.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 19.2vw auto;
}
#tab02 .tab__link li:nth-of-type(5) a{
  background-image: url(/common/image/top/tab_icon02_05_sp.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 19.2vw auto;
}
#tab02 .tab__link li:nth-of-type(6) a{
  background-image: url(/common/image/top/tab_icon02_06_sp.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 19.2vw auto;
}

#tab03 .tab__link li:nth-of-type(1) a{
  background-image: url(/common/image/top/tab_icon03_01_sp.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 19.2vw auto;
}
#tab03 .tab__link li:nth-of-type(2) a{
  background-image: url(/common/image/top/tab_icon03_02_sp.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 19.2vw auto;
}
#tab03 .tab__link li:nth-of-type(3) a{
  background-image: url(/common/image/top/tab_icon03_03_sp.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 19.2vw auto;
}

/* tab__link 強調文字 */
.tab__cont .tab__link li a span.emp{
  font-size: 6.4vw;
  text-decoration: underline;
  text-decoration-color: #F9F93D;
  text-underline-offset:-0.8vw;
  text-decoration-thickness: 2.13vw;
}
  .tab__cont#tab02 .tab__link li:nth-of-type(2) a span.emp{
    font-size: 5.33vw;
  }

  .tab__cont .tab__link li a:hover span.emp{
    color: var(--color-b03);
    text-decoration: underline;
    text-decoration-color: #F9F93D;
    text-underline-offset:-0.8vw;
    text-decoration-thickness: 2.13vw;
  }

/* tab__link arrow */
.tab__cont .tab__link li a::after{
  display: inline-block;
  content: "";
  width: 9.33vw;
  height: 9.33vw;
  background: url(/common/image/top/tab_arrow01_sp.png) 0 0 no-repeat;
  background-size: 9.33vw auto;
  position: absolute;
  top: unset;
  bottom: 11.73vw;
  right: -2.93vw;
}
  .tab__cont .tab__link li a:hover:after{
    background: url(/common/image/top/tab_arrow01_sp.png) 0 0 no-repeat;
  background-size: 9.33vw auto;
  }


/* ---------- /myeloma.html ---------- */
.myeloma .sec01 .list__note2{
  margin: 5.33vw 0 0 0;
}


/* ---------- /about.html ---------- */
.about .box__sec02{
  width: 100%;
  margin-bottom: 6.93vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about .box__sec02 .contL,
.about .box__sec02 .contR{
  width: 100%;
  display: grid;
  grid-template-rows: auto;
	grid-template-columns: 1fr;
  gap: 4.2vw;
}
.about .box__sec02 .contR{
  padding-top: 17.59vw;
  padding-left: 0;
  background: url(/common/image/about/img02_arrow_sp.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.about .box__sec02 .contL .img,
.about .box__sec02 .contR .img{
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}

.about .box__sec02 .img{
  display: flex;
  justify-content: center;
}

.about .pointArea{
  padding: 9.6vw 4.8vw;
}

.about .pointArea .point__img01{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .pointArea .img_ajust{
  margin-top: 0;
}


/* ---------- /treatment.html ---------- */
.treatment .lead{
  display: block;
  margin-bottom: 5.33vw;
  padding: 2.66vw 0 2.13vw;
  /* background: var(--color-g02); */
  border-radius: 1.6vw;
  font-size: 5.33vw;
  /* font-weight: 600; */
  line-height: 1.2;
  /* color: #ffffff; */
  text-align: center;
}
.treatment .lead span{
  font-size: 4.8vw;
  /* font-weight: normal; */
}

/* sec01 */
.treatment .sec01 dl{
  width: 100%;
  margin: 6.4vw 0;
  padding: 4vw 5.33vw;
  /* background: #DFE2F5; */
  border-radius: 1.6vw;
}
.treatment .sec01 dt{
  margin-bottom: 4.26vw;
  font-size: 5.33vw;
  /* font-weight: 600; */
  line-height: 1.4;
  letter-spacing: 0;
  /* color: var(--color-b02); */
  text-align: center;
}
.treatment .sec01 dd li{
  margin-bottom: 2.66vw;
  padding-left: 5.33vw;
  font-size: 4.8vw;
  background: url(/common/image/parts/list_mark_b1_2.png) 0 0.53vw no-repeat;
  background-size: 4.26vw auto;
}

/* sec02 */
.treatment .sec02 dl{
  width: 100%;
  margin-bottom: 4vw;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.treatment .sec02 dt{
  width: 40vw;
  margin-right: 0;
  margin-bottom: 4vw;
  padding: 2.13vw 0 1.6vw 0;
  border-radius: 1.6vw;
  font-size: 5.33vw;
  /* font-weight: 600; */
  /* line-height: 1; */
  /* color: #ffffff; */
  /* text-align: center; */
}
  .treatment .sec02 .sec02__dl02{ margin-bottom: 2.66vw;}

  /* .treatment .sec02 .sec02__dl01 dt{ background: var(--color-g02);}
  .treatment .sec02 .sec02__dl02 dt{ background: #3B9579;} */

.treatment .sec02 dd{
  line-height: 1.6;
}

.treatment .sec02 .img01,
.treatment .sec02 .img01 div{
  margin-top: 0;
}
.treatment .sec02 .img01 img {
  width: calc(276.53vw + 5.333vw);
  height: auto;
}


/* sec03 */
.treatment .sec03 .box__grid--varL{
  gap: 4vw;
}
.treatment .sec03 .box__emphasis{
  width: 100%;
  margin-top: 4vw;
  padding: 0;
  border: none;
  border-radius: 0;
  font-weight: normal;
}


/* ---------- /flow.html ---------- */
.flow .box__flow{
  width: 100%;
  height: 257.86vw;
  margin-top: 5.33vw;
  background: url(/common/image/flow/img01_sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: relative;
}

.flow .flow_cont{
  width: 76.33vw;
  margin: 0 auto;
  font-size: 4.26vw;
  line-height: 1.5;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.flow .flow01{ top: 70vw;}
.flow .flow02{ top: 138vw;}
.flow .flow03{ top: 203.46vw;}


/* ---------- /sideeffect_treatment.html ---------- */
.sideeffect_treatment .list__ul1{
  margin-bottom: 70px;
}

/* pointArea */
.sideeffect_treatment .pointArea{
  padding: 6.4vw 4.26vw;
}

/* box__caution */
.sideeffect_treatment .box__caution{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sideeffect_treatment .box__caution .cont{
  width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.sideeffect_treatment .box__caution dt{
  margin-bottom: 5.33vw;
  padding: 3.73vw;
  background: #EEF9F6;
  border-radius: 1.06vw;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: center;
}

.sideeffect_treatment .box__caution ul{
  margin-bottom: 6.4vw;
}
.sideeffect_treatment .box__caution li{
  margin-bottom: 3.2vw;
  padding-left: 5.33vw;
  font-size: 4.8vw;
  /* line-height: 1.4;
  position: relative; */
}
.sideeffect_treatment .box__caution li::before{
  display: inline-block;
  content: "";
  width: 4.26vw;
  height: 4.26vw;
  background: url(/common/image/parts/list_mark_g2.png) 0 0 no-repeat;
  background-size: 4.26vw auto;
  position: absolute;
  top: 1.06vw;
  left: 0;
}


/* box__comment */
.sideeffect_treatment .box__comment{
  width: 100%;
  min-height: 76vw;
  margin: 13.33vw 0 0;
  background: url(/common/image/sideeffect/treatment_img01_sp.png) center bottom no-repeat;
  background-size: 33.06vw auto;
}
.sideeffect_treatment .box__comment p{
  width: 100%;
  font-size: 3.73vw;  
  /* font-weight: 600; */
}

/* box__recommend */
.sideeffect_treatment .box__recommend{
  margin-top: 5.33vw;
  padding-bottom: 0;
  background: url(/common/image/sideeffect/treatment_img02_sp.png) center 12vw no-repeat;
  background-size: 36.53vw auto;
}
.sideeffect_treatment .box__recommend h3{
  margin-bottom: 52vw;
  padding-left: 0;
  font-size: 5.33vw;
  /* font-weight: 600;
  line-height: 1;
  color: var(--color-b02);
  text-align: center; */
  background: url(/common/image/sideeffect/treatment_line01_sp.png) 0 50% no-repeat;
  background-size: 100% auto;
}

.sideeffect_treatment .box__recommend ol li{
  padding-left: 6.4vw;
  margin-bottom: 3.73vw;
  line-height: 1.6;
}
.sideeffect_treatment .box__recommend ol li:nth-of-type(1){
  background: url(/common/image/sideeffect/treatment_ol_li1_sp.png) 0 0.53vw no-repeat;
  background-size: 5.6vw auto;
}
.sideeffect_treatment .box__recommend ol li:nth-of-type(2){
  background: url(/common/image/sideeffect/treatment_ol_li2_sp.png) 0 0.53vw no-repeat;
  background-size: 5.6vw auto;
}
.sideeffect_treatment .box__recommend ol li:nth-of-type(3){
  margin-bottom: 0;
  background: url(/common/image/sideeffect/treatment_ol_li3_sp.png) 0 0.53vw no-repeat;
  background-size: 5.6vw auto;
}


/* ---------- /sideeffect/crs.html ---------- */
.sideeffect_crs h2.h2_02{
  padding: 2.66vw 0 2.13vw 2.66vw;
}


/* ---------- /sideeffect/cytopenia.html ---------- */
/* box__symptoms */
.sideeffect_cytopenia .box__symptoms{
  margin-top: 6.4vw;
  padding: 4.8vw 1.6vw 4.8vw 4.8vw;
  /* background: #E9EBF8; */
  border-radius: 1.6vw;
}
.sideeffect_cytopenia .box__symptoms h3{
  margin-bottom: 4.26vw;
  font-size: 5.33vw;
  /* font-weight: 600;
  color: var(--color-b02);
  line-height: 1; */
  text-align: center;
}
.sideeffect_cytopenia .symptoms__wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sideeffect_cytopenia .symptoms__cont{
  width: 100%;
}

.sideeffect_cytopenia .symptoms__cont dl{
  margin-bottom: 3.73vw;
}
.sideeffect_cytopenia .symptoms__cont dl:last-child{
  margin-bottom: 3.73vw;
}
.sideeffect_cytopenia .symptoms__cont dt{
  font-size: 4.8vw;
  /* font-weight: 600;
  color: var(--color-b03);
  line-height: 1.6; */
}
.sideeffect_cytopenia .symptoms__cont dt::before{
  display: inline-block;
  content: "";
  width: 3.73vw;
  height: 3.73vw;
  margin-right: 1.06vw;
  background: url(/common/image/parts/list_mark_s_b4.png) 0 0 no-repeat;
  background-size: 3.73vw auto;
}
.sideeffect_cytopenia .symptoms__cont dd{
  padding-left: 4.8vw;
  line-height: 1.6;
}


/* ---------- /sideeffect/icans.html ---------- */
.sideeffect_icans h2.h2_02{
  width: 100%;
  padding: 2.66vw 0 2.13vw 4.8vw;
}
.sideeffect_icans .list__ol1{
  margin-top: 5.33vw;
  text-align: center;
}


/* ---------- /consultation/pml_tls_ild.html ---------- */
.sideeffect_pml_tls_ild .box__symptoms{
  margin-top: 6.4vw;
  padding: 4.8vw;
  /* background: #E9EBF8; */
  border-radius: 1.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sideeffect_pml_tls_ild .box__symptoms h3{
  margin-right: 0;
  margin-bottom: 3.2vw;
  font-size: 5.33vw;
  /* font-weight: 600;
  color: var(--color-b02); */
  line-height: 1;
  text-align: center;
}


/* ---------- /dailylife.html ---------- */
.dailylife .section{
  padding-bottom: 6.4vw;
  border-bottom: 2px solid #CCCDD6;
}

.dailylife .section + .section{
  margin-top: 6.4vw;
}

.dailylife h2{
  background: none;
  color: var(--color-b02);
  text-align: left;
}

.dailylife .section p{
  width: 100%;
}

.dailylife .sec01{
  background: url(/common/image/dailylife/img01_sp.png) 0 20vw no-repeat;
  background-size: 100% auto;
}
.dailylife .sec01 h2{
  margin-bottom: 51.46vw;
}

.dailylife .sec02{
  background: url(/common/image/dailylife/img02_sp.png) 0 13vw no-repeat;
  background-size: 100% auto;
}
.dailylife .sec02 h2{
  margin-bottom: 58vw;
}
.dailylife .sec02 dl{
  width: 100%;
  margin-top: 4.2vw;
  padding: 4.8vw 5.33vw;
  border: 3px solid var(--color-g02);
  border-radius: 12px1.6vw;
}
.dailylife .sec02 dt{
  margin-bottom: 1.06vw;
  font-size: 5.33vw;
}
.dailylife .sec02 dd{
  font-size: 4.8vw;
  line-height: 1.6;
}

.dailylife .sec03{
  background: url(/common/image/dailylife/img03_sp.png) 0 28vw no-repeat;
  background-size: 100% auto;
}
.dailylife .sec03 h2{
  margin-bottom: 56vw;
}

.dailylife .sec04{
  padding-bottom: 6.4vw;
  background: url(/common/image/dailylife/img04_sp.png) 0 13vw no-repeat;
  background-size: 100% auto;
}
.dailylife .sec04 h2{
  margin-bottom: 43vw;
}

.dailylife .sec05{
  border-bottom: none;
}
.dailylife .sec05 p{
  width: 100%;
}


/* ---------- /family.html ---------- */
.family .dl__point{
  margin-bottom: 6.4vw;
  padding-bottom: 6.4vw;
  padding-left: 0;
  border-bottom: 1px solid #707070;
}
.family .dl__point.dl01{
  padding-top: 0;
  border-top: none;
}

.family .dl__point dt{
  padding-left: 4.8vw;
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
}
.family .dl__point dt::before{
  display: inline-block;
  content: "";
  width: 4.26vw;
  height: 4.26vw;
  background: url(/common/image/parts/list_mark_b4.png) 0 0 no-repeat;
  background-size: 4.26vw auto;
  position: absolute;
  top: 1.6vw;
  left: 0;
}
.family .dl__point dd{
  font-size: 4.8vw;
  line-height: 1.78;
}

.family .dl01{
  background: url(/common/image/family/img01_sp.png) 0 10vw no-repeat;
  background-size: 100% auto;
}
.family .dl01 dt{ margin-bottom: 51vw;}

.family .dl02{
  background: url(/common/image/family/img02_sp.png) 0 10vw no-repeat;
  background-size: 100% auto;
}
.family .dl02 dt{ margin-bottom: 59vw;}

.family .dl03{
  margin-bottom: 6.4vw;
  background: url(/common/image/family/img03_sp.png) 0 10vw no-repeat;
  background-size: 100% auto;
}
.family .dl03 dt{ margin-bottom: 55vw;}

.family .dl04{
  padding-top: 0;
  background: url(/common/image/family/img04_sp.png) 0 10vw no-repeat;
  background-size: 100% auto;
}
.family .dl04 dt{ margin-bottom: 44vw;}

.family .dl05{
  margin-bottom: 20px;
}

.family .list__ol1{
  word-break: break-all;
}


/* ---------- /consultation/discuss.html ---------- */
.consultation_discuss .sublink__list li:first-child{
  letter-spacing: -0.26vw;
}
.consultation_discuss .pointArea{
  padding: 9.6vw 2.13vw;
}
.consultation_discuss .pointArea p{
  padding: 0 3.2vw;
}

.consultation_discuss .lead{
  margin: 0 auto 5.33vw;
  padding: 0;
  background: none;
  border-radius: 0;
  font-size: 5.86vw;
  /* font-weight: 600; */
  line-height: 1.6;
  color: #333333;
  text-align: center;
}

.consultation_discuss .box__img01{
  width: 84vw;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



/* ---------- /consultation/team.html ---------- */
.consultation_team .sublink__list li:first-child{
  letter-spacing: -0.26vw;
}

.consultation_team .pointArea{
  min-height: 100%;
  padding: 9.6vw 0;
  background: none;
  position: unset;
}

.consultation_team .pointArea .team__cont{
  width: 78.66vw;
  margin: 0 auto 6.4vw;
  position: unset;
}
.consultation_team .pointArea .team__cont.team6{
  margin-bottom: 0;
}

.consultation_team .pointArea .team__cont .team_img{
  margin-bottom: 2.66vw;
  display: flex;
  justify-content: center;
}
.consultation_team .pointArea .team__cont .team_txt dt{
  margin-bottom: 2.13vw;
  font-size: 5.86vw;
  /* font-weight: 600;
  line-height: 1;
  color: var(--color-b02);
  text-align: center; */
}
.consultation_team .pointArea .team__cont .team_txt dd.lead{
  margin-bottom: 2.13vw;
  font-size: 4.8vw;
  /* font-weight: 600;
  line-height: 1;
  color: var(--color-b02);
  text-align: center; */
}
.consultation_team .pointArea .team__cont .team_txt dd{
  font-size: 4.8vw;
  line-height: 1.78;
}


/* ---------- /consultation/method.html ---------- */
.consultation_method .sublink__list li:first-child{
  letter-spacing: -0.26vw;
}

.consultation_method .boxArea{
  /* display: grid;
  grid-template-rows: auto; */
	grid-template-columns: 100%;
}
.consultation_method .boxArea .txt01{
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.consultation_method .boxArea .txt02{
  grid-row: 3 / 4;
  grid-column: 1 / 2;
}
.consultation_method .boxArea .txt03{
  grid-row: 4 / 5;
  grid-column: 1 / 2;
}
.consultation_method .boxArea .img01{
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 5.33vw;
  text-align: center;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
.consultation_method .boxArea .img01 img{
  width: 48vw;
  height: auto;
}


/* ---------- /sitemap.html ---------- */
.sitemap h1{
  margin-bottom: 9.6vw;
}
.sitemap .section{
  width: 100%;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
}

.sitemap .sitemap__cont{
  width: 100%;
}
.sitemap .sitemap__cont + .sitemap__cont{
  margin-top: 5.86vw;
}

.sitemap .sitemap__cont li.ttl,
.sitemap .sitemap__cont li a{
  /* display: inline-block; */
  padding-left: 6.4vw;
  font-size: 4.8vw;
  /* font-weight: 600; */
  line-height: 1.4;
  /* color: var(--color-b02); */
  background: url(/common/image/sitemap/mark_arrow1_sp.png) 0 0.8vw no-repeat;
  background-size: 5.06vw auto;
}

.sitemap .sitemap__cont li + li{
  margin-top: 5.86vw;
}
.sitemap .sitemap__cont li li + li{
  margin-top: 2.66vw;
}

.sitemap .sitemap__cont li.list_wrap{
  margin-top: 4.8vw;
  padding-left: 7.19vw;
}
/* .sitemap .sitemap__cont li.list_wrap::before{
  display: none;
} */

.sitemap .sitemap__cont li li a{
  padding-left: 3.2vw;
  font-size: 4vw;
  /* font-weight: normal; */
  line-height: 1.4;
  /* color: var(--color-b03); */
  background: url(/common/image/sitemap/mark_arrow2_sp.png) 0 1.06vw no-repeat;
  background-size: 1.86vw auto;
}


/* ---------- /404.html ---------- */
.notfoud header{
  height: 17.06vw;
}

.notfoud .main__wrap{
  padding-top: calc(17.06vw + 2.13vw);
}

.notfoud .notfoudArea{
  width: 89.33vw;
  margin: calc(13.33vw - 2.13vw) auto 0;
  padding: 9.6vw 4.26vw;
  border: 0.53vw solid #BFBFBF;
  border-radius: 3.2vw;
}

.notfoud .notfoudArea h1{
  margin-bottom: 6.93vw;
  /* padding-bottom: 0; */
  font-size: 5.86vw;
  /* font-weight: 600;
  color: var(--color-b02);
  line-height: 1;
  border-bottom: none; */
}

.notfoud .notfoudArea p{
  font-size: 4vw;
  line-height: 1.6;
}
.notfoud .notfoudArea p + p{
  margin-top: 4.26vw;
}

.notfoud .notfoudArea p a{
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.notfoud .notfoudArea p a:hover{
  text-decoration: underline;
  opacity: 1;
}


}/* /SP */
