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

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

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


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

/* ---------- header ---------- */
header{
  width: 100%;
  padding: 5.12vw 0 3.33vw;
  background: #ffffff;
  border-bottom: 0.256px solid #EDEDED;
  box-shadow: 0 0.34vw 1.02vw rgba(000, 000, 000, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.header__wrap{
  width: 100%;
  margin: 0 0 0 4.102vw;
  display: block;
  /* justify-content: space-between; */
}

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

.header__ge{
  margin-top: 3.84vw;
  font-size: 3.07vw;
  /* line-height: 1.67; */
}


/* ---------- openbtn ---------- */
.openbtn{
  width: 11.282vw;
  height:10.256vw;
  background: var(--clr-bl01);
  cursor: pointer;
  position: fixed;
  top: 4.102vw;
  right: 4.102vw;
  z-index: 9999;
}

.openbtn span{
  display: inline-block;
  width: 5.128vw;
  height: 0.769vw;
  border-radius: 0.5vw;
  background-color: #ffffff;
  transition: all .4s;
  position: absolute;
}
.openbtn.active span{
  width: 6.666vw;
}
  .openbtn span:nth-of-type(1) {
    top: 26%;
    left: 28%;
  }
  .openbtn span:nth-of-type(2) {
    top: 46%;
    left: 28%;
  }
  .openbtn span:nth-of-type(3) {
    top: 66%;
    left: 28%;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 46%;
    left: 20%;
    transform: rotate(45deg);
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 46%;
    left: 20%;
    transform: rotate(-45deg);
  }


/* -------------------- cnav -------------------- */
.cnav{
  width: 100%;
  min-width: 100%;
  margin: 17.948vw 0;
  padding: 12.82vw 4.102vw 7.179vw;  
  background: url(/myeloma/common/image/fnav/fnav_bg_sp.png) 0 top no-repeat;
  background-size: 100% auto;
}

.cnav h2{
  /* height: auto; */
  margin-bottom: 12.82vw;
  /* padding: 0; */
  /* background: none; */
  font-size: 7.692vw;
  /* font-weight: 700; */
  /* text-align: center; */
  /* color: #333333; */
}

.cnav ul{
  width: 100%;
  margin: 0;
  /* display: flex; */
  /* flex-wrap: wrap; */
  flex-direction: column;
  justify-content: center;
}
.cnav ul li{
  width: 100%;
  margin-bottom: 6.153vw;
}
.cnav ul li a{
  display: block;
  width: 100%;
  padding: 6.666vw 15.384vw 6.666vw 7.692vw;
  /* background: #ffffff; */
  border: 0.341vw solid var(--clr-bl01);
  border-radius: 1.538vw;
  font-size: 4.615vw;
  color: var(--clr-bl01);
  /* font-weight: 700; */
  /* line-height: 1; */
  /* position: relative; */
}
.cnav ul li a::before{
  /* display: inline-block; */
  /* content: ''; */
  width: 5.641vw;
  height: 5.641vw;
  background: url(/common/image/parts/icon_arrow_circle_bl_w22.png) 0 0 no-repeat;
  background-size: 5.641vw auto;
  /* position: absolute; */
  top: calc(50% - 2.82vw);
  right: 7.692vw;
}

.cnav ul li.active a{
  background: var(--clr-bl02);
  border: 0.341vw solid var(--clr-bl02);
  color: #ffffff;
  opacity: 1;
}
.cnav ul li a:hover{
  background: #ffffff;
  border: 0.341vw solid var(--clr-bl01);
  color: var(--clr-bl01);
  opacity: 1;
}

.cnav ul li.active a::before{
  background: url(/common/image/parts/icon_arrow_circle_wt_w22.png) 0 0 no-repeat;
  background-size: 5.641vw auto;
}
.cnav ul li a:hover:before{
  background: url(/common/image/parts/icon_arrow_circle_bl_w22.png) 0 0 no-repeat;
  background-size: 5.641vw auto;
}

.cnav ul li.line3 a{
  padding: 4.872vw 15.384vw 4.872vw 7.692vw;
  line-height: 1.78;
}

.myeloma_consultation_discuss .cnav ul li:first-child a,
.myeloma_consultation_team .cnav ul li:first-child a,
.myeloma_consultation_method .cnav ul li:first-child a{
  padding: 4.872vw 15.384vw 4.872vw 7.692vw;
  line-height: 1.78;
}


/* ---------- footer ---------- */
footer{
  width: 100%;
  margin: 0;
  padding: 6.923vw 4.102vw 4.102vw;
  /* color: #333333; */
}

/* ご利用規約 | 個人情報保護に関する事項 */
.footer__link{
  margin-bottom: 7.692vw;
  font-size: 3.589vw;
  /* line-height: 1;
  display: flex; */
}
/* .footer__link li + li{
  margin-left: 1em;
}
.footer__link li + li::before{
  margin-right: 1em;
  content: "｜";
} */

/* .footer__link a{ text-decoration: underline;}
.footer__link a:hover{ text-decoration: none; opacity: 1;} */


/* footer__txt */
.footer__txt{
  margin-bottom: 10.256vw;
  font-size: 3.589vw;
  /* line-height: 1.86; */
}

/* footer__wrap */
.footer__wrap{
  width: 100%;
  padding-bottom: 10.256vw;
  border-bottom: 0.341vw solid #E2E2E2;
  font-size: 3.076vw;
  line-height: 1;
  display: grid;
  grid-template-columns: 36.923vw 1fr;
}

.footer__wrap .footer__jp{
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.footer__wrap .footer__jp img{
  width: 36.923vw;
  height: auto;
}

.footer__wrap .copyright{
  padding-left: 0;
  text-align: right;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}

.footer__update{
  margin-top: 5.128vw;
  font-size: 3.589vw;
  text-align: right;
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}

/* footer__logo--jj */
.footer__logo--jj{
  padding-top: 7.692vw;
  text-align: center;
}
.footer__logo--jj img{
  width: auto;
  height: 7.435vw;
}


/* ---------- main ---------- */
.main__wrap{
  width: 100%;
}

.main__cont{
  width: 100%;
  margin: 0;
  padding: 30.769vw 4.102vw 0;
}


/* ---------- list ---------- */
/* --- パンくず --- */
.breadcrumbs__list{
  margin: 7.692vw 0;
  line-height: 1.4;
  display: block;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; */

  li{
    display: inline;
    font-size: 3.589vw;
  }

  li a{
    display: inline-block;
    text-decoration: underline;
    color: var(--clr-bl01);
  }  

  li a::after{
    display: inline-block;
    content: '';
    width: 1.794vw;
    height: 3.589vw;
    margin: 0 2.564vw;
    background: url(/common/image/parts/icon_breadcrumbs_list.png) 0 bottom no-repeat;
    background-size: 1.794vw 3.076vw;
  }

  li.breadcrumbs__list_tab::after{
    display: inline-block;
    content: '';
    width: 1.794vw;
    height: 3.076vw;
    margin: 0 2.564vw;
    background: url(/common/image/parts/icon_breadcrumbs_list.png) 0 0 no-repeat;
    background-size: 1.794vw 3.076vw;
  }
}

/* --- ※リスト --- */
.list__note1{
  text-indent: -1em;
  padding-left: 1em;
}
.list__note2{
  text-indent: -1.5em;
  padding-left: 1.5em;
}


/* --- ulリスト --- */
.list__disk1{
  list-style: none;
  margin-bottom: 32px;
}
.list__disk1 li{
  margin-bottom: 14px;
  padding-left: 20px;
  line-height: 1.6;
  position: relative;
}
  .list__disk1 li:last-child{ margin-bottom: 0;}

.list__disk1 li::before{
  display: inline-block;
  content: "・";
  width: 1em;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.list__disk2{ /* disc20px */
  list-style: none;
}
.list__disk2 li{
  margin-bottom: 2.82vw;
  padding-left: 7.692vw;
  line-height: 2;
  position: relative;
}
.list__disk2 li::before{
  display: inline-block;
  content: "";
  width: 5.128vw;
  height: 5.128vw;
  background: url(/common/image/parts/list_bl02_20x20.png) 0 0 no-repeat;
  background-size: 5.128vw auto;
  position: absolute;
  top: 2.051vw;
  left: 0;
}


/* ---------- btn ---------- */
.btn_pdf{
  width: 100%;
  margin: 0;

}
.btn_pdf li a{
  width: 100%;
  height: 17.435vw;
  padding-left: 9.743vw;
  border-radius: 1.538vw;
  background: var(--clr-bl01);
  color: #ffffff;
  font-size: 4.615vw;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
}
.btn_pdf li a::before{
  display: inline-block;
  content: '';
  width: 6.153vw;
  height: 6.153vw;
  background: url(/common/image/parts/icon_download.png) 0 0 no-repeat;
  background-size: 6.153vw auto;
  position: absolute;
  top: calc(50% - 3.076vw);
  right: 9.743vw;
}
.btn_pdf li a:hover{
  background: var(--clr-bl01);
}


/* ---------- /myeloma/配下 heading ---------- */
h1{
  margin-bottom: 10.256vw;
  font-size: 7.948vw;
  font-weight: 700;
  color: #333333;
  line-height: 1.42;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h1 span{
  display: block;
  max-width: 56.923vw;
}

h1.lines{
  text-align: center;
  line-height: 1.42;
  align-items: flex-start;
}


h1::before,
h1::after{
  display: block;
  content: '';
  /* width: 87px;
  height: 80px; */
  flex-shrink: 0;
}
h1::before{
  margin-right: 1.025vw;
  width: 16.41vw;
  height: 15.128vw;
  background: url(/common/image/parts/h1_01_sp.png) 0 0 no-repeat;
  background-size: 16.41vw auto;
}
h1::after{
  width: 17.435vw;
  height: 15.897vw;
  margin-left: 1.025vw;
  background: url(/common/image/parts/h1_02_sp.png) 0 0 no-repeat;
  background-size: 17.435vw auto;
}

.h1_lead{
  margin-bottom: 12.82vw;
}


h2{
  /* width: 100%; */
  height: auto;
  margin-bottom: 3.333vw;
  padding: 0 0 0 7.692vw;
  font-size: 6.666vw;
  /* font-weight: 700; */
  line-height: 1.54;
  /* color: var(--clr-bl01); */
  background: url(/common/image/parts/heading_mark_diamond.png) 0 2.5vw no-repeat;
  background-size: 6.153vw auto;
}
h2.line2{
  height: auto;
  line-height: 1.54;
  background: url(/common/image/parts/heading_mark_diamond.png) 0 2.5vw no-repeat;
  background-size: 6.153vw auto;
}

.h3{
  width: 100%;
  height: 6.153vw;
  margin-bottom: 5.128vw;
  padding: 0 0 0 4.102vw;
  font-size: 5.641vw;
  font-weight: 700;
  line-height: 1;
  color: var(--clr-bl01);
  background: url(/common/image/parts/heading_mark_line.png) 0 0 no-repeat;
  background-size: auto 6.153vw;
}
h3.line2{
  width: 100%;
  height: 16.153vw;
  margin-bottom: 5.128vw;
  padding: 0 0 0 4.102vw;
  font-size: 5.641vw;
  font-weight: 700;
  line-height: 1.4;
  color: var(--clr-bl01);
  background: url(/common/image/parts/heading_mark_line2.png) 0 0 no-repeat;
  background-size: auto 16.153vw;
}
h3.line2 span{
  font-size: 5.384vw;
  font-weight: normal;
  color: #333333;
}

/* --- h2がtab表記 --- */
/* tab_heading */
.tab_heading .tab__list{
  width: 91.794vw;
  margin: 10.256vw auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: none;
}

.tab_heading .tab__list li{
  height: auto;
  font-size: 4.615vw;
  /* font-weight: 700;
  line-height: 1;
  color: var(--clr-bl05); */
}
  .tab_heading .tab__list li.line2 a{
    height: 25.641vw;
    line-height: 2;
    text-align: left;
  }
  
  .tab_heading.tab_2col .tab__list li{ width: 100%;}
  .tab_heading.tab_3col .tab__list li{ width: 100%;}
  .tab_heading.tab_5col .tab__list li{ width: 100%; height: 20.512vw;}
  .tab_heading.tab_5col .tab__list li span{ font-size: 4.615vw;} 

.tab_heading .tab__list li + li{
  margin-top: 6.153vw;
}
.tab_heading .tab__list li a{
  display: inline-block;
  width: 100%;
  height: 20.512vw;
  padding-left: 7.692vw;
  background: url(/common/image/parts/icon_arrow_circle_bl_w22.png) right 7.692vw top 50% no-repeat;
  background-size: auto 5.641vw;
  border: 0.341vw solid var(--clr-bl05);
  border-bottom: 0.341vw solid var(--clr-bl05);
  border-radius: 1.538vw;
  display: flex;
  flex-direction: unset;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
  .tab_heading.tab_5col .tab__list li a{ height: 20.512vw;}

.tab_heading li.tab__list--current{
  width: 100%;
  height: 20.512vw;
  padding-left: 7.692vw;
  border: 0.341vw solid var(--clr-bl05);
  border-bottom: 0.341vw solid var(--clr-bl05);
  border-radius: 1.538vw;
  /* font-size: 22px; */
  /* font-weight: 700; */
  /* line-height: 1; */
  color: #ffffff;
  background: var(--clr-bl05);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
  .tab_heading.tab_5col li.tab__list--current{ height: 20.512vw;}

.tab_heading li.tab__list--current h2{
  width: 100%;
  height: 5.641vw;
  margin-bottom: 0;
  padding: 0;
  font-size: 4.615vw;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background: url(/common/image/parts/icon_arrow_circle_wt_w22.png) right 7.692vw top 50% no-repeat;
  background-size: auto 5.641vw;
}
  .tab_heading li.tab__list--current.line2{
    height: 25.651vw;
  }
  .tab_heading li.tab__list--current.line2 h2{
    height: auto;
    line-height: 1.78;
  }

.tab_heading  h3{
  /* width: 100%; */
  height: auto;
  margin-bottom: 3.333vw;
  padding: 0 0 0 7.692vw;
  font-size: 6.666vw;
  /* font-weight: 700; */
  line-height: 1.54;
  /* color: var(--clr-bl01); */
  background: url(/common/image/parts/heading_mark_diamond.png) 0 2.5vw no-repeat;
  background-size: 6.153vw auto;
}

.tab_heading  h4{
  width: 100%;
  height: 6.153vw;
  margin-bottom: 5.128vw;
  padding: 0 0 0 4.102vw;
  font-size: 5.641vw;
  font-weight: 700;
  line-height: 1;
  color: var(--clr-bl01);
  background: url(/common/image/parts/heading_mark_line.png) 0 0 no-repeat;
  background-size: auto 6.153vw;
}
.tab_heading  h4.line2{
  width: 100%;
  height: 16.153vw;
  /* margin-bottom: 5.128vw;
  padding: 0 0 0 4.102vw;
  font-size: 5.641vw;
  font-weight: 700; */
  line-height: 1.4;
  /* color: var(--clr-bl01); */
  background: url(/common/image/parts/heading_mark_line2.png) 0 0 no-repeat;
  background-size: auto 16.153vw;
}

.tab__lead{
  margin-bottom: 7.692vw;
}



/* ---------- Area 中規模コンテンツ ---------- */
/* --- sankoArea --- */
.sankoArea{
  width: 100%;
  padding-top: 6.153vw;
  background: url(/common/image/parts/line_sanko_area_sp.png) 0 0 repeat-x;
  background-size: auto 0.256vw;
}
.sankoArea dt{
  margin-bottom: 2.564vw;
  font-size: 3.589vw;
  /* font-weight: 700; */
}
.sankoArea dd li{
  /* margin-bottom: 0; */
  padding-left: 3.259vw;
  text-indent: 0;
  background: url(/common/image/parts/list_ul_li01.png) 0 1.025vw no-repeat;
  background-size: 3.259vw auto;
  font-size: 3.259vw;
}

/* .sankoArea a{
  color: var(--clr-bl01);
  text-decoration: underline;
}
.sankoArea a:hover{
  text-decoration: none;
  opacity: 1;
} */


/* checkArea */
.checkArea{
  width: 100%;
  padding: 9.23vw 6.666vw;
  /* background: #F4F9FC; */
  border-radius: 1.538vw;
}

.checkArea .check__list{
  display: flex;
  flex-direction: column;
}
.checkArea .check__list li{
  height: auto;
  margin-right: 0;
  margin-bottom: 7.692vw;
  padding-left: 7vw;
  background: url(/common/image/parts/list_ul_checkbox.png) 0 01.025vw no-repeat;
  background-size: 6.153vw auto;
  /* font-weight: 700; */
  /* line-height: 1.4; */
}
.checkArea .check__list li:last-child{
  margin-bottom: 0;
}


/* cautionArea */
.cautionArea{
  width: 100%;
  margin-top: 7.692vw;
  padding: 5.128vw 4.102vw 5.128vw 13.846vw;
  background: url(/common/image/parts/icon_caution.png) 4.102vw center no-repeat;
  background-size: 7.692vw auto;
  border: 0.341vw solid #F51313;
  line-height: 1.67;
  color: #F51313;
  font-weight: 700;
}


/* sidenoteArea */
.sidenoteArea{
  width: 100%;
  margin-bottom: 7.692vw;
  padding: 5.128vw 4.102vw;
  background: #F8F8F8;
  border-radius: 2.564vw;
}
.sidenoteArea p:last-child{
  margin-bottom: 0;
}


/* --- bnrArea --- */
/* bnrArea--kotsuzuisyu-navi */
.bnrArea--kotsuzuisyu-navi{
  width: 91.794vw;
  margin: 0 auto;
  border: 0.682vw solid #DDDDDD;
  border-radius: 2.56vw;
}
.bnrArea--kotsuzuisyu-navi a{
  display: block;
  width: 91.794vw;
  height: 47.948vw;
  padding: 7.692vw 0 0;
}

.bnrArea--kotsuzuisyu-navi dl{
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.bnrArea--kotsuzuisyu-navi dl dt{
  width: 76.923vw;
}
.bnrArea--kotsuzuisyu-navi dl dt img{
  width: 100%;
  height: auto;
}

.bnrArea--kotsuzuisyu-navi dl dd{
  width: 76.923vw;
  margin: 4.615vw auto 0;
  font-size: 5.128vw;
  line-height: 1.6;
}
.bnrArea--kotsuzuisyu-navi dl dd:after{
  content: '';
  width: 4.871vw;
  height: 4.102vw;
  margin-left: 1.282vw;
  display: inline-block;
  background: url(/common/image/parts/icon_bnrarea_blank.png) 0 0 no-repeat;
  background-size: 4.871vw auto;
}


/* bnrArea--tomotabi */
.bnrArea--tomotabi{
  width: 100%;
  background: #493FAF;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}

.bnrArea--tomotabi a{
  display: block;
  width: 100%;
  padding: 3.076vw 2.564vw 3.076vw 3.076vw;
}
.bnrArea--tomotabi a:hover{
  opacity: 1;
}

.bnrArea--tomotabi .bnr-tmtb__cont{
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url(/common/image/parts/icon_arrow_circle_wt_w30.png) right center no-repeat;
  background-size: 6.153vw auto;

}

.bnrArea--tomotabi .bnr-tmtb__txt--icon{
  width: 26.666vw;
  margin: 0;
  padding: 2.82vw 2.564vw;
  background: #ffffff;
  border-radius: 2.051vw;
  font-size: 4.102vw;
  /* font-weight: 700; */
  /* color: #46298B; */
  line-height: calc(22/16);
}

.bnrArea--tomotabi .bnr-tmtb__txt--info{
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
}
.bnrArea--tomotabi .bnr-tmtb__txt--info p:nth-of-type(1){
  margin-left: 2.564vw;
  margin-bottom: 0;
  font-size: 3.589vw;
  letter-spacing: -0.256vw;
}
.bnrArea--tomotabi .bnr-tmtb__txt--info p:nth-of-type(2){
  margin-left: -1.538vw;
  font-size: 6.123vw;
}
.bnrArea--tomotabi .bnr-tmtb__txt--info span{
  font-size: 4.615vw;
}


/* sideeffect-navArea */
.sideeffect-navArea{
  width: 100%;
  margin-bottom: 4.102vw;
  padding: 10.256vw 4.102vw 7.692vw 7.179vw;
  /* background: #F8F8F8; */
  border-radius: 2.564vw;
}
.sideeffect-navArea dt{
  width: 100%;
  height: 6.153vw;
  margin-bottom: 5.128vw;
  padding: 0 0 0 4.102vw;
  font-size: 5.641vw;
  font-weight: 700;
  line-height: 1;
  color: var(--clr-bl01);
  background: url(/common/image/parts/heading_mark_line.png) 0 0 no-repeat;
  background-size: auto 6.153vw;
}

.sideeffect-navArea dd .list__disk1{
  /* margin-bottom: 0; */
  /* display: flex; */
  flex-direction: column;
  /* flex-wrap: wrap; */
  justify-content: flex-start;
}
.sideeffect-navArea dd .list__disk1 li:nth-of-type(odd){
  width: 100%;
}
.sideeffect-navArea dd .list__disk1 li:nth-of-type(even){
  width: 100%;
}
/* .sideeffect-navArea dd .list__disk1 li::before{
  color: var(--clr-bl01);
} */

/* .sideeffect-navArea dd .list__disk1.sonota{
  justify-content: flex-start;
}
.sideeffect-navArea dd .list__disk1.sonota li{
  width: auto;
} */
.sideeffect-navArea dd .list__disk1.sonota li + li{
  margin-left: 0;
}

/* .sideeffect-navArea a{
  color: var(--clr-bl01);
  text-decoration: underline;
} */
.sideeffect-navArea a:hover{
  opacity: 1;
  text-decoration: underline;
}


/* ---------- section ---------- */
.section + .section{ 
  margin: 12.82vw 0;
}

.section p,
.section p:last-of-type + div{
  margin-bottom: 7.692vw;
}

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

/* .section p:last-of-type + ul{
  margin-top: 40px;
} */


/* link */
/* .section a{
  color: var(--clr-bl01);
  text-decoration: underline;
} */
.section a:hover{
  text-decoration: underline;
  /* opacity: 1; */
}


/* text */
.section .txt_caption {
  width: 100%;
  margin: 0;
  font-size: 3.589vw;
  line-height: 1.71;
}


/* img_box */
.section div.img_box{
  margin-bottom: 7.692vw;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* table */
.section .table01{
  width: 100%;
  border-radius: 2.564vw;
  overflow: hidden;
}
.section .table01 thead th{
  width: 33%;
  padding: 3.846vw 1.282vw 3.333vw;
  background: var(--clr-bl01);
  color: #ffffff;
  font-size: 4.102vw;
  font-weight: 700;
  line-height: 1.63;
  text-align: center;
  vertical-align: middle;
}
.section .table01 thead th + th{
  border-left: 0.512vw solid #ffffff;
}

.section .table01 tbody td{
  padding: 3.846vw 1.282vw 3.333vw;
  background: #F7F7F7;
  border-bottom: 2px solid #ffffff;
  line-height: 1.63;
  text-align: center;
  vertical-align: middle;
}
.section .table01 tbody td + td{
  border-left: 0.512vw solid #ffffff;
}
.section .table01 tbody td span.td_note{
  font-size: 3.333vw;
}


/* --------------------
   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: 10.666vw;
  right: 5.333vw;
  cursor: pointer;
  z-index: 998;
}
#scroll-top a:hover{
  opacity: 1;
}
  .is-stop{
    position: absolute !important;
    bottom: 224vw !important;
  }


/* --------------------
   個別parts
----------------------- */
/* ---------- /myeloma/index.html ---------- */
.myeloma_index{
  width: 100%;
  background-image: none;
}

.myeloma_index main{
  font-family: 'Yu Gothic','Hiragino Sans',sans-serif;
}

.myeloma_index .main__cont{
  padding: 33.846vw 0 15.384vw;
}

/* kvArea */
.myeloma_index .kvArea{
  width: 100%;
  margin: 0;
  padding-bottom: 25.641vw;
  background: url(/myeloma/common/image/index/kv_bg_sp.png) 0 28.461vw no-repeat;
  background-size: 100% auto;
}

.myeloma_index h1{
  margin-bottom: 5.128vw;
  display: block;
}
.myeloma_index h1::before,
.myeloma_index h1::after{
  display: none;
}
.myeloma_index h1 img{
  width: 100%;
  height: auto;
}


/* tabArea */
.tabArea{
  width: 100%;
  margin: -12.82vw 0 0;
  background: transparent;
}

/* tab__menu */
.tab__menu{
  width: calc(100% - 8.205vw);
  margin: 0 auto;
  padding: 0;
  /* display: flex;
  justify-content: space-between;
  align-items: end; */
}
  .tab__menu li{
    width: 29.743vw;
    height: 21.538vw;
    /* background: #ffffff; */
    border-radius: 2.564vw 2.564vw 0 0;
    font-size: 4.358vw;
    /* font-weight: 700; */
    line-height: 1.4;
    text-align: left;
  }
    /* tab__menu a */
  .tab__menu li a{
    /* display: block; */
    width: 100%;
    height: 21.538vw;
    padding: 0 1.282vw;
    border: 0.341vw solid var(--clr-bl01);
    border-bottom: none;
    border-radius: 2.564vw 2.564vw 0 0;
    /* color: var(--clr-bl01); */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tab__menu li a:hover{
    background: #ffffff;
    border: 0.341vw solid var(--clr-bl01);
    border-bottom: none;
    border-radius: 2.564vw 2.564vw 0 0;
    color: var(--clr-bl01);
    /* opacity: 1; */
  }

  /* tab__menu active */
  .tab__menu li.active{
    height: 25.128vw;
  }
  .tab__menu li.active a{
    height: 25.128vw;
    padding-top: 0;
    background: var(--clr-bl01);
    border: 1px solid var(--clr-bl01);
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
  }


/* tab__box */
.tab__box{
  width: calc(100% - 8.205vw);
  margin: 0 auto;
  padding: 7.692vw 4.102vw 0;
  /* background: #E7F7FC; */
  border-top: 1.025vw solid var(--clr-bl01);
  border-radius: 0 0 2.564vw 2.564vw;
}

/* 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{
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.tab__cont .tab__link li{
  width: 100%;
  height: auto;
  margin-bottom: 5.128vw;
  position: relative;
}

.tab__cont .tab__link li a{
  width: 100%;
  height: auto;
  min-height: 32.307vw;
  padding: 4.102vw;
  /* background-color: #ffffff; */
  border: 0.341vw solid var(--clr-bl01);
  border-radius: 2.564vw;
  display: flex;
  align-items: center;
  position: relative;
}
  .tab__cont .tab__link li a:hover{
    background-color: #ffffff;
    color: #333333;
    opacity: 1;
  }

.tab__cont .tab__link li a::before{
  content: '';
  display: inline-block;
  width: 7.692vw;
  height: 7.692vw;
  background: url(/common/image/parts/icon_arrow_circle_bl_w30.png) 0 0 no-repeat;
  background-size: 7.692vw auto;
  position: absolute;
  top: calc(50% - 3.846vw);
  right: 4.102vw;
}
  .tab__cont .tab__link li a:hover:before{
    background: url(/common/image/parts/icon_arrow_circle_bl_w30.png) 0 0 no-repeat;
    background-size: 7.692vw auto;
  }

.tab__cont .tab__link li a .tab__link--img{
  margin-right: 3.589vw;
}
  .tab__cont .tab__link li a .tab__link--img img{
    width: 24.102vw;
    height: auto;
  }
.tab__cont .tab__link li a .tab__link--txt{
  width: 36.923vw;
  font-size: 4.612vw;
  /* font-weight: 700; */
  line-height: 1.67;
}


/* ---------- /myeloma/XXX/index.html ---------- */
.myeloma_about_index,
.myeloma_talvey_index,
.myeloma_treatment_index,
.myeloma_support_index,
.myeloma_consultation_index{

  .section{
    margin-bottom: 12.82vw;
  }
  
  .nav_index{
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav_index li{
    width: 100%;
    margin-bottom: 5.128vw;
  }

  .nav_index li a{
    width: 100%;
    height: 32.307vw;
    padding-left: 4.102vw;
    border: 0.341vw solid var(--clr-bl01);
    border-radius: 2.564vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
    .nav_index li a:hover{
      background: #ffffff;
      color: #333333;
      opacity: 1;
    }

  .nav_index li a::before{
    content: '';
    display: inline-block;
    width: 7.692vw;
    height: 7.692vw;
    background: url(/common/image/parts/icon_arrow_circle_bl_w30.png) 0 0 no-repeat;
    background-size: 7.692vw auto;
    position: absolute;
    top: calc(50% - 3.846vw);
    right: 4.102vw;
  }

  .nav_index li a .link--img{
    margin: 0;
    margin-right: 4.102vw;
  }
    .nav_index li a .link--img img{
      width: 24.102vw;
      height: auto;
    }
  .nav_index li a .link--txt{
    width: 36.923vw;
    margin: 0;
    font-size: 4.615vw;
    font-weight: 700;
    line-height: 1.67;
  }
}


/* ---------- /myeloma/about/staging.html ---------- */
.myeloma_about_staging .cap_figure03{
  width: 100%;
  margin: 5.128vw 0 0;
  text-align: left;
}


/* ---------- /myeloma/about/remission.html ---------- */
/* .myeloma_about_remission .cap_figure01{
  width: 740px;
  margin: 0 auto;
} */
.myeloma_about_remission .cap_figure02{
  /* width: 740px; */
  margin-bottom: 7.692vw;
}
/* .myeloma_about_remission .cap_figure03{
  width: 737px;
  margin: 0 auto;
} */


/* ---------- /myeloma/about/recurrence.html ---------- */
/* .myeloma_about_recurrence .cap_figure01,
.myeloma_about_recurrence .cap_figure02{
  width: 668px;
  margin: 0 auto;
  text-align: right;
} */


/* ---------- /myeloma/about/efficacy.html ---------- */
/* .myeloma_about_efficacy .cap_figure01,
.myeloma_about_efficacy .cap_figure02{
  width: 635px;
  margin: 0 auto;
} */


/* ---------- /myeloma/talvey/confirm.html ---------- */
/* checkArea */
.myeloma_talvey_confirm .sec02 .checkArea .check__list{
  /* display: flex; */
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.myeloma_talvey_confirm .sec02 .checkArea .check__list li{
  width: 100%;
  margin-right: 0;
}
.myeloma_talvey_confirm .sec02 .checkArea .check__list li:nth-of-type(3),
.myeloma_talvey_confirm .sec02 .checkArea .check__list li:nth-of-type(4){
  margin-top: 0;
}

/* img_text_cont */
.myeloma_talvey_confirm .img_text_cont{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}


/* ---------- /myeloma/talvey/prescription.html ---------- */
.myeloma_talvey_prescription .cap_figure02{
  font-size: 4.102vw;
  padding-left: 1em;
  text-indent: -1em;
}


/* ---------- /myeloma/treatment/side-effects.html ---------- */
.myeloma_treatment_side-effects .pointArea dl{
  width: 100%;
}
.myeloma_treatment_side-effects .pointArea dt{
  padding: 3.846vw 0;
  /* background: var(--clr-bl01); */
  border-radius: 2.564vw 2.564vw 0 0;
  font-size: 4.615vw;
  /* font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center; */
}
.myeloma_treatment_side-effects .pointArea dd{
  padding: 7.692vw 6.153vw 54.205vw;
  border: 0.341vw solid var(--clr-bl02);
  /* border-top: none; */
  border-radius: 0 0 2.564vw 2.564vw;
  background: url(/myeloma/common/image/treatment/side-effects_figure01.png) left 50% bottom 10.256vw no-repeat;
  background-size: 40.256vw auto;
}

.myeloma_treatment_side-effects .pointArea dd ol{
  width: 100%;
}
.myeloma_treatment_side-effects .pointArea dd ol li{
  padding-left: 10.256vw;
}
.myeloma_treatment_side-effects .pointArea dd ol li:nth-of-type(1){
  margin-bottom: 3.846vw;
  background: url(/myeloma/common/image/treatment/side-effects_point01.png) 0 4px no-repeat;
  background-size: 7.179vw auto;
}
.myeloma_treatment_side-effects .pointArea dd ol li:nth-of-type(2){
  background: url(/myeloma/common/image/treatment/side-effects_point02.png) 0 4px no-repeat;
  background-size: 7.179vw auto;
}


/* ---------- /myeloma/treatment/other-adverse-reactions.html ---------- */
/* img_text_cont */
.myeloma_treatment_other-adverse-reactions .img_text_cont{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}


/* ---------- /myeloma/treatment/notes-daily-life.html ---------- */
/* img_text_cont */
.myeloma_treatment_notes-daily-life .img_text_cont{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.myeloma_treatment_notes-daily-life .img_text_cont p{
  width: 100%;
}


/* ---------- /myeloma/treatment/notes-daily-life.html ---------- */
.myeloma_treatment_hints-daily-life .syoku_point{
  padding-bottom: 86.923vw;
  background-image: url(/myeloma/common/image/treatment/hints-daily-life_figure01_sp.png);
  background-position: center bottom 7.692vw;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.myeloma_treatment_hints-daily-life .syoku_point ul li:nth-of-type(3),
.myeloma_treatment_hints-daily-life .syoku_point ul li:nth-of-type(4){
  width: 100%;
}

.myeloma_treatment_hints-daily-life .skin_point{
  padding-bottom: 95.743vw;
  background-image: url(/myeloma/common/image/treatment/hints-daily-life_figure02_sp.png);
  background-position: center bottom 7.692vw;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.myeloma_treatment_hints-daily-life .skin_point ul{
  width: 100%;
}

/* pointArea */
.myeloma_treatment_hints-daily-life .pointArea dl{
  width: 100%;
}
.myeloma_treatment_hints-daily-life .pointArea dt{
  padding: 3.076vw 0 4.615vw;
  background: var(--clr-bl01);
  border-radius: 2.564vw 2.564vw 0 0;
  font-size: 5.641vw;
  /* font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center; */
}
.myeloma_treatment_hints-daily-life .pointArea dd{
  padding-top: 4.871vw;
  border: 0.341vw solid var(--clr-bl02);
  border-top: none;
  border-radius: 0 0 2.564vw 2.564vw;
  background: #ffffff;
}


/* ---------- /myeloma/treatment/notes-diary-id-card.html ---------- */
.myeloma_treatment_notes-diary-id-card .img_figure01{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}


/* ---------- /myeloma/support/treatment-options.html ---------- */
.myeloma_support_treatment-options .table01 td{
  height: auto;
}


/* ---------- /myeloma/support/dealing.html ---------- */
/* img_text_cont */
.myeloma_support_dealing .img_text_cont{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.myeloma_support_dealing .img_figure02{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}


/* ---------- /myeloma/support/treatment-options.html ---------- */
.myeloma_support_treatment-options .table01 td{
  height: auto;
}


/* ---------- /myeloma/support/dealing.html ---------- */
/* img_text_cont */
.myeloma_support_dealing .img_text_cont{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.myeloma_support_dealing .img_text_cont .right{
  width: 100%;
  margin-bottom: 0;
}


/* ---------- /myeloma/support/tomotabi.html ---------- */
.myeloma_support_tomotabi{
  padding-bottom: 0;
}

.myeloma_support_tomotabi header{
  width: 100%;
  margin: 0;
  padding: 4.871vw 4.102vw;
  border-bottom: none;
  box-shadow: none;
  position: unset;
}
.myeloma_support_tomotabi header img{
  width: 37.94vw;
  height: auto;
}

.myeloma_support_tomotabi .main__cont{
  width: 100%;
  padding: 0;
}

.myeloma_support_tomotabi h1{
  width: 100%;
  height: 53.846vw;
  margin: 0;
  background: none;
  /* background-size: auto 425px; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* .myeloma_support_tomotabi h1::before,
.myeloma_support_tomotabi h1::after{
  display: none;
} */

/* tmtb__nav */
.myeloma_support_tomotabi .tmtb__nav{
  width: 100%;
  height: auto;
  padding: 8.461vw 4.102vw 5.128vw;
  background: url(/myeloma/common/image/support/tomotabi_nav_bg_sp.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.myeloma_support_tomotabi .tmtb__nav ul{
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 0;
  box-shadow: 0 0.769vw 1.538vw rgba(0, 0, 0, 0.16);
  border-radius: 2.564vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.myeloma_support_tomotabi .tmtb__nav li{
  width: 50%;
  border: 0.341vw solid #CBCBCB;
}
  .myeloma_support_tomotabi .tmtb__nav li:nth-of-type(1){
    border-radius: 2.564vw 0 0 0;
  }
  .myeloma_support_tomotabi .tmtb__nav li:nth-of-type(2){
    border-radius: 0 2.564vw 0 0;
    border-left: 0;
  }
  .myeloma_support_tomotabi .tmtb__nav li:nth-of-type(3){
    border-top: 0;
  }
  .myeloma_support_tomotabi .tmtb__nav li:nth-of-type(4){
    border-top: 0;
    border-left: 0;
  }
  .myeloma_support_tomotabi .tmtb__nav li:nth-of-type(5){
    border-radius: 0 0 0 2.564vw;
    border-top: 0;
  }
  .myeloma_support_tomotabi .tmtb__nav li:nth-of-type(6){
    border-radius: 0 0 2.564vw 0;
    border-top: 0;
    border-left: 0;
  }

.myeloma_support_tomotabi .tmtb__nav li + li{
  background:none;
  /* background-size: auto 60px; */
}
.myeloma_support_tomotabi .tmtb__nav li a{
  height: auto;
  padding: 5.128vw 3.589vw;
  font-size: 4.102vw;
  font-weight: 700;
  color: #333333;
  line-height: calc(20/16);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.myeloma_support_tomotabi .tmtb__nav li a::after{
  display: inline-block;
  content: '';
  width: 4.102vw;
  height: 2.307vw;
  margin-left: 0;
  background: url(/myeloma/common/image/support/tomotabi_arrow01.png) 0 0 no-repeat;
  background-size: 4.102vw auto;
}
  .myeloma_support_tomotabi .tmtb__nav li:nth-of-type(4) a{
    padding: 7.692vw 3.589vw;
  }

/* sec */
.myeloma_support_tomotabi .section{
  width: 100%;
}
  .myeloma_support_tomotabi .sec01,
  .myeloma_support_tomotabi .sec03,
  .myeloma_support_tomotabi .sec05{
    background: #F2FAFE;
  }

  .myeloma_support_tomotabi .section + .section{
    margin: 0;
  }

.myeloma_support_tomotabi .sec__cont{
  width: 100%;
  margin: 0;
  padding: 10.256vw 4.102vw 12.82vw;
}

.myeloma_support_tomotabi .sec__cont .lead{
  text-align: left;
}

.myeloma_support_tomotabi h2{
  width: 100%;
  height: auto;
  margin-bottom: 7.692vw;
  padding: 0 0 8.205vw 0;
  font-size: 8.205vw;
  font-weight: 700;
  line-height: calc( 44/32);
  text-align: center;
  color: #4348AB;
  background: url(/myeloma/common/image/support/tomotabi_h2_bg_sp.png) 0 bottom no-repeat;
  background-size: 100% auto;
}

/* sec01 */
.myeloma_support_tomotabi .sec01 .sec__cont{
  padding-bottom: 12.82vw;
}

/* sec02 */
.myeloma_support_tomotabi .sec02_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.myeloma_support_tomotabi .sec02_box .right{
  width: 100%;
}
.myeloma_support_tomotabi .sec02_box .left{
  width: 100%;
}

.myeloma_support_tomotabi .sec02_box dl dt{
  padding: 4.102vw 0;
  border-radius: 2.564vw 2.564vw 0 0;
  /* text-align: center;
  font-weight: 700;
  color: #ffffff; */
}
  /* .myeloma_support_tomotabi .sec02_box .right dl dt{ background: var(--clr-bl01);}
  .myeloma_support_tomotabi .sec02_box .left dl dt{ background: #7B7B7C;} */

.myeloma_support_tomotabi .sec02_box dl dd{
  height: auto;
  padding: 8.974vw 4.102vw 04.102vw;
  border-radius: 0 0 2.534vw 2.564vw;
}
  .myeloma_support_tomotabi .sec02_box .right dl dd{
    border: 0.341vw solid var(--clr-bl01);
  }
  .myeloma_support_tomotabi .sec02_box .left dl dd{
    border: 0.341vw solid #CECECE;
  }

/* .myeloma_support_tomotabi .sec02 li{
  font-weight: 700;
} */
.myeloma_support_tomotabi .sec02 .small{
  font-size: 3.589vw;
  /* font-weight: normal; */
}
.myeloma_support_tomotabi .sec02 .list__disk3 li::before{
  background: url(/myeloma/common/image/support/tomotabi_list_10x10.png) 0 0 no-repeat;
  background-size: 10px auto;
}

.myeloma_support_tomotabi .sec02 .txt_caption{
  margin-bottom: 2.564vw;
}

.myeloma_support_tomotabi .sec02 div + div{
  margin-top: 6.153vw;
}

/* sec03 */
.myeloma_support_tomotabi .sec03 .txt_caption{
  width: 100%;
  margin: 16px auto 0;
}

/* qa */
.myeloma_support_tomotabi .qa{
  padding-top: 2.564vw;
}
.myeloma_support_tomotabi .qa dt{
  width: calc(100% - 2.307vw);
  display: inline-block;
  margin: 4.615vw 0 4.102vw 2.307vw;
  padding: 3.333vw 8.461vw 2.82vw 11.794vw;
  border-radius: 20.512vw;
  background: #493FAF;
  font-size: 5.128vw;
  /* font-weight: 700; */
  line-height: 1.6;
  /* color: #ffffff; */
  /* position: relative; */
}
.myeloma_support_tomotabi .qa dt::before{
  content: '';
  display: inline-block;
  width: 12.82vw;
  height: 12.307vw;
  background: url(/myeloma/common/image/support/tomonobi_icon_q.png) 0 0 no-repeat;
  background-size: 12.82vw auto;
  position: absolute;
  top: -4.615vw;
  left: -2.307vw;
}
.myeloma_support_tomotabi .qa dd{
  margin: -7.692vw 0 5.128vw 7.692vw;
  padding: 10.256vw 6.666vw 6.153vw;
  background: #ffffff;
  border-radius: 2.564vw;
  line-height: 2;
}

/* information */
.myeloma_support_tomotabi .information{
  width: 100%;
  padding: 12.82vw 4.102vw 2.564vw;
  border: 0.512vw solid #AFE7F8;
  border-radius: 2.564;
  font-size: 5.641vw;
  text-align: center;
}
.myeloma_support_tomotabi .information .txt1{
  margin-bottom: 7.692vw;
  /* font-weight: 700; */
}

.myeloma_support_tomotabi .information .tel{
  margin-bottom: 7.692vw;
}
.myeloma_support_tomotabi .information .tel dt{
  width: 100%;
  margin: 0 0 7.692vw;
}
.myeloma_support_tomotabi .information .tel dd{
  /*font-size: 10.256vw;*/
  font-size: 8.75vw;
  font-weight: 700;
  /*line-height: 1;*/
  line-height: 1.5;
  color: #4348AC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.myeloma_support_tomotabi .information .tel dd span{
  /*font-size: 7.692vw;*/
  font-size: 6.25vw;
}
.myeloma_support_tomotabi .information .tel dd::before{
  content: '';
  display: inline-block;
  width: 16.923vw;
  height: 9.487vw;
  margin-right: 0;
  margin-bottom: 2.564vw;
  background: url(/myeloma/common/image/support/tomotabi_number.png) center 0 no-repeat;
  background-size: 16.923vw auto;
}

.myeloma_support_tomotabi .information .txt2{
  display: inline-block;
  margin-bottom: 5.128vw;
  padding-bottom: 5.128vw;
  border-bottom: 0.341vw solid #707070;
  line-height: 1.64;
}
.myeloma_support_tomotabi .information .txt3{
  margin-bottom: 0;
  line-height: 1.64;
}

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

/* .myeloma_support_tomotabi .logo_tal p{
  margin-bottom: 0;
} */

.myeloma_support_tomotabi .logo_tal .img{
  width: 45.128vw;
  height: 10vw;
  margin-right: 0;
  margin-bottom: 6.153vw;
}
.myeloma_support_tomotabi .logo_tal .img img{
  width: 100%;
}

.myeloma_support_tomotabi .logo_tal .txt{
  margin: 0 4.102vw;
  font-size: 4.102vw;
  line-height: calc(30/16);
  text-align: left;
}


/* ---------- /myeloma/sitemap.html ---------- */
.myeloma_sitemap .cont{
  width: 100%;
  margin-bottom:  0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.myeloma_sitemap .cont__box{
  width: 100%;
  margin-bottom:  17.948vw;
}

.myeloma_sitemap .cont__box dt{
  width: 100%;
  margin-bottom: 6.153vw;
  padding-bottom: 3.589vw;
  border-bottom: 0.682vw solid var(--clr-bl02);
  font-size: 5.641vw;
  font-weight: 700;
  line-height: 1.09;
}
.myeloma_sitemap .cont__box dt a{
  text-decoration: none;
  color: #333333;
  display: flex;
  align-items: center;
}
.myeloma_sitemap .cont__box dt a::after{
  content: '';
  display: inline-block;
  width: 6.153vw;
  height: 6.153vw;
  margin-left: 2.564vw;
  background: url(/common/image/parts/icon_arrow_circle_bl_w24.png) 0 0 no-repeat;
  background-size: 6.153vw auto;
}
.myeloma_sitemap .cont__box dt a:hover{
  opacity: 1;
}

.myeloma_sitemap .cont__box dd{
  margin-bottom: 3.846vw;
}
.myeloma_sitemap .cont__box dd a{
  text-decoration: none;
  color: #333333;
  display: flex;
  align-items: center;
}
.myeloma_sitemap .cont__box dd a:after{
  content: '';
  display: inline-block;
  width: 5.128vw;
  height: 5.128vw;
  margin-left: 2.564vw;
  background: url(/common/image/parts/icon_arrow_circle_bl_w20.png) 0 0 no-repeat;
  background-size: 5.128vw auto;
  flex-shrink: 0;
}
.myeloma_sitemap .cont__box dd a:hover{
  opacity: 1;
}


/* ---------- /myeloma/support/index.html ---------- */
.myeloma_support_index .nav_index li.line6 a{
  height: 60.512vw;
}
.myeloma_support_index .nav_index li.line6 a .link--txt{
  width: 36.923vw;
}


/* ---------- /404.html ---------- */
.notfound .section{
  margin: 7.692vw auto 17.948vw;
}

.notfound h1{
  margin-bottom: 13.333vw;
  /* padding: 0; */
  font-size: 9.323vw;
  /* font-weight: bold; */
  line-height: 1.44;
  /* color: var(--clr-bl01); */
  /* text-align: center; */
  /* display: block; */
}
/* .notfound h1::before,
.notfound h1::after{
  display: none;
} */



/* ---------- トモタビ確認 ---------- */
.modal-tmtb{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.modal-tmtb .modal__bg{
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.modal-tmtb .modal__area{
  width: 91.794vw;
  margin: 0 auto;
  padding: 10.256vw 4.102vw 8.974vw;
  background: #ffffff;
  position: absolute;
  top: 41.025vw;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 2.564vw;
}

.modal-tmtb .txt{
  margin-bottom: 10.256vw;
  font-weight: 700;
  text-align: center;
}  

.modal-tmtb .btn01{
  width: 48.717vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-tmtb .btn01 li + li{
  margin-top: 5.128vw;
}

.modal-tmtb .btn01 li a{
  /* display: block; */
  width: 48.717vw;
  border-radius: 29.743vw;
  font-size: 5.641vw;
  /* font-weight: 700;
  line-height: 1; */
}
.modal-tmtb .btn01 li:nth-of-type(1) a{
  padding: 5.128vw 0 5.641vw 6.823vw;
  /* background-color: var(--clr-bl01); */
  background-image: url(/common/image/parts/icon_arrow_circle_wt_w22.png);
  background-position: 36.666vw 51%;
  background-repeat: no-repeat;
  background-size: 5.641vw auto;
  /* color: #ffffff; */
}
  .modal-tmtb .btn01 li:nth-of-type(1) a:hover{
    background-color: var(--clr-bl01);
    background-image: url(/common/image/parts/icon_arrow_circle_wt_w22.png);
    color: #ffffff;
    opacity: 1;
  }
.modal-tmtb .btn01 li:nth-of-type(2) a{
  padding: 5.128vw 0 5.641vw 6.823vw;
  /* background: #ffffff; */
  border: 0.341vw solid #777777;
  background-image: url(/common/image/parts/icon_arrow_circle_gr_w22.png);
  background-position: 36.666vw 51%;
  background-repeat: no-repeat;
  background-size: 5.641vw auto;
  /* color: #777777; */
}


/* .modal-tmtb02 */
.modal-tmtb.modal-tmtb02 .modal__area{
  padding: 8.205vw 4.102vw 7.179vw;
}
.modal-tmtb.modal-tmtb02 .txt{
  margin-bottom: 8.205vw;
}

.modal-tmtb .link{
  margin-right: 0;
  display: flex;
  justify-content: center;
}
.modal-tmtb .link li a{
  font-size: 5.641vw;
  font-weight: 700;
  line-height: 1;
  color: #493FAF;
  display: flex;
  align-items: center;
}
.modal-tmtb .link a::after{
  display: inline-block;
  content: '';
  width: 5.641vw;
  height: 5.641vw;
  margin-left: 3.076vw;
  background: url(/common/image/parts/icon_arrow_circle_tmtb_w22.png) 0 0 no-repeat;
  background-size: 5.641vw auto;
}

dl dd {
  font-size: 3.259vw;
}

/* --------------------
   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(--clr-bl01);
}
.modalArea .external_link .btn li:nth-of-type(2) a{
  background: #BFC0CC;
}

}/* /SP */
