@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900');


/* ------------------------------------------
BODY
------------------------------------------ */
html{
  background: #FFF;
  scroll-behavior: smooth;
}
body {
  line-height: 1.5;
  font-size: 16px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  background: #FFF;
  color: #003333;
}
img {
  max-width: 100%;
  height: auto;
}
a.atxt{
  color: #003333;
  border-bottom: 1px solid #003333;
}

.inner{
  max-width: 960px;
  margin: 0 auto;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.cta{

}

.cta span{
  display: block;
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #067E5F;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.cta span em{
  color: #FCFFAC;
  letter-spacing: 3.6px;
  font-style: normal;
}

.cta .cta_txt{
  margin-bottom: 8px;
}
.cta .cta_txt img{
  max-width: 252.5px;
  margin: 0 auto;
}
.cta .cta_btn{
  text-align: center;
}
.cta .cta_btn a{
  display: inline-block;
  transition: transform .3s;
}
.cta .cta_btn a:hover {
  transition: transform .3s;
  transform: translateY(-4px);
}
.cta .cta_btn a img{
  max-width: 611.5px;
}
ul.caution{
  font-size: 12px;
  list-style: none;
  padding-left: 1em;
  font-weight: 400;
}
ul.caution li{
  text-indent: -1em;
}
ul.caution li::before{
  content: "※";
}
@media (max-width: 960px) {
  .inner{
    padding-right: 20px;
    padding-left: 20px;
  
  }
}

@media (max-width: 700px) {
  
  .pc{
    display: none !important;
  }
  .sp{
    display: block;
  }
  .cta{

  }
  .cta span{
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.6px;
    margin-bottom: 6px;

  }
  .cta .cta_txt{
    margin-bottom: 6px;
  }
  .cta .cta_txt img{
    max-width: 194.5px;
    margin: 0 auto;
  }
  .cta .cta_btn{

  }
  .cta .cta_btn a{

  }
  .cta .cta_btn a img{
    max-width: 339px;
    width: 100%;
  }

}


/** header **/
#header{
  position: relative;
  height: 70px;
  background: #FFF;
  box-shadow: 0 2.8px 5.6px 0 rgba(194, 223, 230, 0.30);
}
#header .inner{
  display: flex;
  height: -webkit-fill-available;
  align-items: center;
}
#header .inner img{
  max-width: 138px;
}
@media (max-width: 1000px) {
  #header .inner{
    padding: 0 20px;
  }
}
@media (max-width: 700px) {
  #header{
    height: 50px;
  }
  #header .inner{
    padding: 0 20px;
  }
  #header .inner img {
    max-width: 100px;
  }
}


/** FV **/
.FV_img_wrapper{
  background: url('../img/fv_bg.webp') repeat-x top center;
  background-size: contain;
}
.FV_img{
  max-width: 1440px;
  margin: 0 auto;
  background-color: #FFF;
}
.FV_inner_wrapper{
  background: #0BEBB1;
  padding-bottom: 60px;
}
dl.top_caution{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 12px;
  max-width: 925px;
  margin: 25px auto 0;
}
dl.top_caution dt{
  width: 2em;
  font-weight: 400;
}
dl.top_caution dd{
  width: calc(100% - 2em);
}

@media (max-width: 960px) {
  #FV .inner{
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 700px) {
  .FV_inner_wrapper{
    padding-bottom: 40px;
  }
  dl.top_caution{
    margin: 30px auto 0;
  }
}



/** section1 **/
#section1{
  overflow: hidden;
  background: #0BEBB1;
  position: relative;
}
#section1 .section_curve{
  background: #04D09B;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}
#section1 .section_main{
  background: #04D09B;
  position: relative;
  top: -140px;
  margin-bottom: -140px;
  padding-bottom: 54px;
}
#section1 h2{
  margin-bottom: 15px;
}
#section1 h2 img{
  max-width: 348px;
  margin: 0 auto;
}
#section1 .step{
  margin-bottom: 71px;
}
#section1 .step img{
  max-width: 710px;
  margin: 0 auto;
}
.step_info{
  display: flex;
  justify-content: space-between;
}
.step_info_box{
  max-width: 456px;
  width: 100%;
  padding: 35px 40px;
  background: url('../img/step_bk_sp1.webp') no-repeat top center,
  url('../img/step_bk_sp3.webp') no-repeat bottom center,
  url('../img/step_bk_sp2.webp') repeat-y top center;
  background-size: contain,contain,contain;
}
.step_info_box h3{
  margin-top: 10px;
  margin-bottom: 20px;
}
.step_info_box:nth-child(1) h3 img{
  max-width: 289.5px;
  margin: 0 auto;
}
.step_info_box:nth-child(2) h3 img {
  max-width: 198.5px;
  margin: 0 auto;
}
.step_info_box p{
  color: #FFF;
  margin-bottom: 10px;
}
.step_info_box .banner{
  margin-bottom: 10px;
}
.step_info_box a{
  display: inline-block;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  display: block;
  margin: 0 auto;
  width: fit-content;
  font-size: 14px;
}
.step_info_box .caution{
  color: #FFF;
  margin-bottom: 20px;
}

@media (max-width: 942px) {
  .step_info_box{
    padding: 25px 30px 35px;
    width: 50%;
  }
  .step_info_box p{
    font-size: 14px;
  }

}
@media (max-width: 900px) {
  .step_info_box{
    padding: 25px 30px 35px;
    width: 50%;
  }
  .step_info_box p {
    font-size: 12px;
  }
  .step_info_box .banner img{
    max-width: 250px;
    margin: 0 auto;
  }
  .step_info_box .caution {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  #section1 .section_curve{

  }
  #section1 .section_main{
    top: -170px;
    margin-bottom: -170px;
    padding-bottom: 29px;
  }
  #section1 h2{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #section1 h2 img{
    max-width: 320px;
  }
  #section1 .step{
    margin-bottom: 43px;
  }
  #section1 .step img{
    width: 100%;
  }
  .step_info{
    display: block;
  }
  .step_info_box{
    width: auto;
    background: url('../img/step_bk_sp1.webp') no-repeat top center,url('../img/step_bk_sp3.webp') no-repeat bottom center,url('../img/step_bk_sp2.webp') repeat-y top 20px center;
    background-size: contain,contain,contain;
    padding: 28px 27px 38px;
    margin: 0 auto 20px;
  }
  .step_info_box h3{
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .step_info_box .banner img{
    max-width: 100%;
  }
  .step_info_box:nth-child(2){
    margin-bottom: 0;
  }
  .step_info_box:nth-child(1) h3 img {
    max-width: 252.5px;
    margin: 0 auto;
  }
  .step_info_box:nth-child(2) h3 img {
    max-width: 198.5px;
    margin: 0 auto;
  }
  .step_info_box p {
    font-size: 16px;
  }

}

/** section2 **/
#section2{
  overflow: hidden;
  background: #04D09B;
  position: relative;
}
#section2 .section_curve{
  background: #FCFEF3;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}
#section2 .section_main{
  background: #FCFEF3;
  position: relative;
  top: -140px;
  margin-bottom: -140px;
  padding-bottom: 54px;
}
#section2 h2{
  margin-bottom: 30px;
}
#section2 h2 img{
  max-width: 289px;
  margin: 0 auto;
}
.feature_menu{
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.feature_menu div{
  max-width: 298px;
}
#content1{
  background: #FCFEF3;
  padding-bottom: 54px;
}
#feature1{
  height: 51.5px;
  background: url('../img/feature_no1.webp') no-repeat top center;
  background-size: 51px auto;
}
.feature_box{
  background: #0CCA99;
  border-radius: 5px;
  position: relative;
  padding: 31px 25px;
}

.feature_box h3{
  margin-bottom: 40px;
  margin-top: 10px;
}
.feature_box.feature1 h3 img{
  max-width: 501px;
  margin: 0 auto;
}
.feature_content_wrapper{
  background: #FFF;
  border-radius: 5px;
  
}
.feature_content_wrapper:nth-child(2){
  margin-bottom: 50px;
}
.feature_content{
  position: relative;
  padding: 47px 49px 25px;
}
.feature_content h4{
  position: absolute;
  display: block;
  top: -25px;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
}
.feature_content h4.feature_content1 img{
  max-width: 208px;
}
.point_earn{
  display: flex;
  margin-bottom: 20px;
}
.point_earn div{
  width: 50%;
  padding: 6px 0 10px;
}
.point_earn div:nth-of-type(1){
  border-right: 1px solid #C6E1DA;
}
.point_earn div p{
  color: #033;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.point_earn div:nth-child(2) p{
  margin-bottom: 25px;
}
.point_earn div p span{
  background: linear-gradient(transparent 70%, #FCFFAC 50%);
}
.point_earn div:nth-child(1) img{
  max-width: 236.5px;
  margin: 0 auto;
}
.point_earn div:nth-child(2) img{
  max-width: 174px;
  margin: 0 auto;
}
.point_exe{
  background: #C6E1DA;
  border-radius: 0 0 5px 5px;
  padding: 15px 49px 26px;
  position: relative;
  margin-top: 20px;
}
.point_exe::before{
  content: "";
  display: inline-block;
  height: 29px;
  width: 100%;
  background: url(../img/feature1_bk.webp) no-repeat top center;
  position: absolute;
  background-size: auto 29px;
  top: -29px;
  left: 0;
  right: 0;
  margin: auto;
}
.point_exe_img{
  margin-bottom: 10px;
}
.point_exe_img img{
  max-width: 666px;
  width: 100%;
  margin: 0 auto;
}
.point_exe_p{
  margin-bottom: 18px;
}
.point_exe_p img{
  max-width: 517px;
  margin: 0 auto;
}
.feature_content h4.feature_content2 img {
    max-width: 183px;
}
.feature_content h5{
  margin-bottom: 13px;
}
.feature_content h5:nth-of-type(1) img{
  max-width: 520px;
  margin: 0 auto;
}
.feature_mint{
  background: #EDFFF6;
  border-radius: 4px;
  padding: 20px 20px 20px;
  margin-bottom: 29px;
}
.feature_mint:nth-child(2){
  margin-bottom: 25px;
}
.feature_mint_area{
  display: flex;
  margin-bottom: 24px;
}
.feature_mint:nth-of-type(2) .feature_mint_area{
  margin-bottom: 0;
}
.feature_white{
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  min-width: 415px;
  padding: 19px 0 20px;
  margin-right: 25px;
}
.feature_mint:nth-of-type(1) .feature_white img{
  max-width: 342px;
  margin: 0 auto;
}
.feature_note{
  color: #033;
  font-size: 16px;
  font-weight: 500;
  margin-top: 22px;
  margin-right: 38px;
}
.feature_note p{
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #EDFFF6 50%, #EDFFF6 100%),
                    linear-gradient(180deg, #C6E1DA 1px, transparent 1px);
  background-size: 8px 100%,
                   100% 26px;
  line-height: 26px;
  padding-bottom: 1px;
  position: relative;
  margin-bottom: 7px;
}
.feature_note p::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #EDFFF6;
  position: absolute;
  top: 0;
}
.feature_note p a{
  color: #1A89FF;
  border-bottom: none;
}
.feature_content h5:nth-of-type(2) img{
  max-width: 250px;
  margin: 0 auto;
}
.feature_mint:nth-of-type(2) .feature_white img{
  max-width: 269px;
  margin: 0 auto;
}
.other{
  color: #066;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1.44px;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 26px;
}
.other::before,
.other::after {
    position: absolute;
    top: 50%;
    width: 330px;
    height: 6px;
    content: '';
    border-top: dashed 2px #066;
}
.other::before {
    left: 0;
}
.other::after {
    right: 0;
}
.other_list{
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 21px;
}
.other_list li{
  padding-left: 25px;
  background: url(../img/icon_check.webp) left 0px top 8px no-repeat;
  background-size: 20px auto;
  color: #066;
  font-size: 20px;
  font-weight: 700;
  margin: 0 22px;
}
.other_p{
  color: #066;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.54px;
  text-align: center;
  margin-bottom: 27px;
}
dl.pointuse_list{
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  font-size: 12px;
  margin-left: 1em;
}
dl.pointuse_list dt{
  width: 1.2em;
  font-weight: 400;

}
dl.pointuse_list dd{
  width: calc(100% - 1.2em);
}

@media (max-width: 960px) {
  .feature_white{
    min-width: 54%;
    display: flex;
    align-items: center;
  }
  .feature_mint:nth-of-type(1) .feature_white img{
    width: 100%;
  }
  .feature_mint:nth-of-type(2) .feature_white img{
    width: 100%;
  }
  .other_list li{
    margin: 0 5px;
    font-size: 18px;
  }
  .other::before, .other::after {
    width: 190px;
  }
  .feature_content{
    padding: 47px 20px 25px;
  }
  .point_earn div p{
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  #section2 .section_main {
      top: -170px;
      margin-bottom: -170px;
      padding-bottom: 20px;
  }
  #section2 h2{
    margin-top: 10px;
    margin-bottom: 20px;  
  }
  #section2 h2 img {
    max-width: 310px;
  }
  .feature_menu{
    display: block;
    margin-bottom: 0;
  }
  .feature_menu div{
    max-width: 100%;
    margin-bottom: 7px;
  }
  .feature_menu div:nth-of-type(3){
    margin-bottom: 10px;
  }
  .feature_box{
    padding: 22px 8px 8px;
  }
  .feature_box h3{
    margin: 0px auto 40px;
  }
  .feature_box.feature1 h3 img {
    max-width: 290px;
  }
  .feature_content_wrapper:nth-of-type(2){
    margin-bottom: 0;
  }
  .feature_content{
    padding: 50px 8px 50px;
  }
  .feature_content_wrapper:nth-of-type(2) .feature_content{
    padding: 50px 8px 20px;
  }
  .feature_content h4.feature_content1 img {
    max-width: 183px;
  }
  .point_earn{
    display: block;
    margin-bottom: 38px;
  }
  .point_earn div:nth-of-type(1) {
    border-right: none;
    margin-bottom: 29px;
  }
  .point_earn div {
    width: 100%;
    padding: 0;
  }
  .point_earn div p {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .point_earn div:nth-child(1) img {
    max-width: 236.5px;
    margin: 0 auto;
  }
  .point_earn div:nth-child(2) p {
    margin-bottom: 5px;
  }
  .point_earn div:nth-child(2) img {
    max-width: 174px;
    margin: 0 auto;
  }
  .point_exe{
    padding: 28px 17px 26px;
  }
  .point_exe::before {
    height: 35px;
    width: 100%;
    background: url(../img/feature1_bk_sp.webp) no-repeat top center;
    position: absolute;
    background-size: auto 35px;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .point_exe_img img {
    max-width: 286px;
  }
  .point_exe_p img {
    max-width: 245px;
  }
  .point_exe_p {
    margin-bottom: 15px;
  }
  .feature_content h4.feature_content2 img {
    max-width: 183px;
  }
  .feature_content h5 {
    margin-bottom: 10px;
  }
  .feature_content h5:nth-of-type(1) img {
    max-width: 250px;
  }
  .feature_mint {
    padding: 12px 8px 20px;
  }
  .feature_mint_area{
    display: block;
  }
  .feature_white {
    min-width: unset;
    padding: 14px 0 15px;
    margin-right: 0;
    margin-bottom: 9px;
  }
  .feature_mint:nth-of-type(1) .feature_white img {
    max-width: 230px;
  }
  .feature_note{
    font-size: 15px;
    margin-top: 9px;
    margin-right: 0;
  }
  .feature_note p{
    font-size: 16px;
  }
  .feature_mint{
    margin-bottom: 40px;
  }
  .feature_content h5:nth-of-type(2) img {
    max-width: 235px;
  }
  .feature_mint:nth-of-type(2) .feature_white img {
    max-width: 269px;
  }
  .other{
    font-size: 16px;
    margin-bottom: 14px;
  }
  .other::before, .other::after {
    position: absolute;
    top: 50%;
    width: 107px;
    height: 6px;
    content: '';
    border-top: dashed 2px #066;
  }
  .other_list{
    display: block;
    padding-left: 18px;
    margin-bottom: 11px;
    
    position: relative;
  }
  .other_list::after{
    content: "";
    display: inline-block;
    width: 82px;
    height: 115px;
    background: url('../img/feature1_11_sp.webp') no-repeat bottom left;
    background-size: 82px auto;
    position: absolute;
    bottom: -32px;
    right: 8px;
  }
  .other_list li {
    padding-left: 25px;
    background: url(../img/icon_check.webp) left 0px top 6px no-repeat;
    background-size: 20px auto;
    font-size: 18px;
    margin: 0;
  }
  .other_p{
    font-size: 15px;
    text-align: left;
    padding-left: 9px;
    margin-bottom: 40px;
  }
}


/** cta1 cta2 cta3 cta4 cta5 **/
#cta1,
#cta2,
#cta3,
#cta4{
  background: #006666;
  padding: 26px 0 40px;
}
#cta5{
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0 10px;
  text-align: center;
  background-color: rgba(66, 66, 66, 0.8);
  z-index: 10;
  display: none;
}
#cta1.cta span,
#cta2.cta span,
#cta3.cta span,
#cta4.cta span,
#cta5.cta span{
  color: #FFF;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 3px;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
}

@media (max-width: 700px) {
  #cta1,
  #cta2,
  #cta3,
  #cta4{
    padding: 19px 20px 25px;
  }
  #cta5{
    padding: 10px 20px 5px;
  }
  #cta1.cta span,
  #cta2.cta span,
  #cta3.cta span,
  #cta4.cta span,
  #cta4.cta span{
    font-size: 20px;
    letter-spacing: 1.6px;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
  }
}

/** content2 **/
#content2{
  background: #FCFEF3;
  padding-top: 50px;
  padding-bottom: 54px;
}
#feature2{
  height: 41.5px;
  background: url('../img/feature_no2.webp') no-repeat top center;
  background-size: 50px auto;
}
.feature_box.feature2 h3 img {
    max-width: 519.5px;
    margin: 0 auto;
}
.feature_content h4.feature_content3 img {
    max-width: 214px;
}
.feature_content h4.feature_content4 img {
    max-width: 386px;
}
.kinri{
  display: flex;
}
.kinri p{
  color: #033;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 10px 10px;
}
.kinri p span{
  background: linear-gradient(transparent 70%, #FCFFAC 50%);
}
.kinri p em{
  font-style: normal;
  font-size: 10px;
  font-weight: 400;
  position: relative;
  top: -4px;
}
.kinri div:nth-child(1){
  margin-right: 25px;
}
.kinri div:nth-child(2){
  min-width: 453px;
}
.kinri div:nth-child(2) img{
  max-width: 453px;
  margin-bottom: 3px;
}
.kinri div:nth-child(2) span{
  font-size: 10px;
  font-weight: 400;
  display: block;
  text-align: right;
}
.kinri div:nth-child(2) span a{
  border-bottom: 1px solid #033;
}
.feature2_4{

}
.feature2_4 p{
  font-size: 16px;
  font-weight: 600;
  max-width: 712px;
  margin: 0 auto 12px;
}
.feature2_4 p span{
  background: linear-gradient(transparent 70%, #FCFFAC 50%);
}
.feature2_4 p em{
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  top: -4px;
  margin-right: 2px;
}
.feature2_4 img{
  max-width: 635px;
  width: 100%;
  margin: 0 auto 30px;
}
.feature2_4 dl.top_caution{
  max-width: 639px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .kinri div:nth-child(2) {
    min-width: 60%;
  }
  .kinri div:nth-child(2) img {
    width: 100%;
  }
  .kinri p{
    font-size: 14px;
  }
  .feature2_4 p {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  #content2 {
    padding-top: 22px;
    padding-bottom: 40px;
  }
  .feature_box.feature2 h3{
    margin: 10px auto 40px;
  }
  .feature_box.feature2 h3 img {
    max-width: 260px;
    margin: 0 auto;
  }
  .feature_content h4.feature_content3 img {
    max-width: 195px;
  }
  #content2 .feature_content{
    padding: 34px 8px 23px;
  }
  .kinri{
    display: block;
  }
  .kinri div:nth-child(1){
    margin-right: 0;
  }
  .kinri div:nth-child(2) {
    min-width: unset;
  }
  .kinri div:nth-child(2) img {
    margin: 0 auto;
  }
  .kinri div:nth-child(2) span {
    font-size: 10px;
    text-align: left;
    margin-bottom: 5px;
  }
  .kinri p {
    font-size: 16px;
    margin-bottom: 15px;
    margin: 10px 10px;
  }
  .feature_content h4.feature_content4 img {
    max-width: 310px;
    width: 100%;
  }
  .feature2_4 p {
    font-size: 16px;
    max-width: unset;
    margin: 10px 10px;
  }
  .feature2_4 img {
    width: 100%;
    margin: 0 auto 15px;
  }
}

/** content3 **/
#content3{
  background: #FCFEF3;
  padding-top: 50px;
  padding-bottom: 54px;
}
#feature3{
  height: 49px;
  background: url('../img/feature_no3.webp') no-repeat top center;
  background-size: 51.5px auto;
}
.feature_box.feature3 h3 img {
    max-width: 581.5px;
    margin: 0 auto;
}
#content3 .feature_box h3{
  margin-bottom: 24px;
  margin-top: 10px;
}
#content3 .feature_content{
  padding: 34px 49px 21px;
}
.use_box{
  display: flex;
}
.use_box div:nth-child(1){
  max-width: 410px;
  margin-right: 11%;
}
.use_box div:nth-child(1) img{
  max-width: 410px;
  margin: 0 auto 30px;
}
.use_box div:nth-child(1) p{
  font-size: 16px;
  font-weight: 600;
}
.use_box div:nth-child(1) p em{
  font-style: normal;
  font-size: 10px;
  position: relative;
  top: -4px;
}
.use_box div:nth-child(2){
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.use_box div:nth-child(2) img{
  max-width: 245px;
  width: 100%;
}
#content3 .feature_content_wrapper{
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .use_box div:nth-child(1){
    max-width: 51%;
  }
  .use_box div:nth-child(1) img{
    width: 100%;  
  }
}

@media (max-width: 700px) {
  #content3 {
    padding-top: 16px;
    padding-bottom: 40px;
  }
  #content3 .feature_box h3 {
    margin-bottom: 20px;
  }
  .feature_box.feature3 h3 img {
    max-width: 280px;
    margin: 0 auto;
  }
  #content3 .feature_content {
    padding: 17px 5px 17px;
  }
  .use_box{
    display: block;
  }
  .use_box div:nth-child(1) {
    max-width: unset;
    margin-right: 0;
  }
  .use_box div:nth-child(1) img {
    max-width: 308.5px;
    margin: 15px auto 15px;
  }
  .use_box div:nth-child(1) p {
    font-size: 16px;
    padding: 10px;
  }
  .use_box div:nth-child(2) img {
    max-width: 182.5px;
    margin: 0 auto;
  }
  #content3 dl.top_caution{
    margin-top: 0;
  }

}

/** section3 **/
#section3{
  background: #0CC898;
  padding: 64px 0 70px;
}
#section3 h2{
  margin-bottom: 17px;

}
#section3 h2 img{
  max-width: 364px;
  margin: 0 auto;
}
.flow{
  margin-bottom: 17px;
}
.flow img{
  max-width: 710px;
  margin: 0 auto;
}
.flow_disc{
  max-width: 410px;
  margin: 0 auto 20px;
  list-style: none;
  padding-left: 1.5em;
}
.flow_disc li{
  font-size: 16px;
  font-weight: 600;
  text-indent: -1em;
}
.flow_disc li::before{
  content: "●";
  position: relative;
  left: -5px;
}
#section3 .caution{
  max-width: 630px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  #section3 {
    padding: 40px 0 43px;
  }
  #section3 h2 {
    margin-bottom: 16px;
  }
  #section3 h2 img {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
  }
  .flow {
    margin-bottom: 19px;
  }
  .flow img{
    width: 100%;
  }
  .flow_disc{
    max-width: unset;
    margin: 0 auto 11px;
  }
}

/** section4 **/
#section4{
  padding-top: 62px;
  padding-bottom: 161px;

}
#section4 h2{
  margin-bottom: 36px;
  
}
#section4 h2 img{
  max-width: 175px;
  margin: 0 auto;
}
.faq_inner{
  max-width: 760px;
  margin: 0 auto;
  border-bottom: 2px solid #C6E1DA;
}
.faq_box{

}
.faq_box_ttl{
  border-top: 2px solid #C6E1DA;
  height: 102px;
  color: #066;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;

  cursor: pointer;
  position: relative;
  background: #FFF url(../img/icon_q.webp) no-repeat center left 14px;
  background-size: 15px auto;
}
.faq_box_ttl::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 15px;
    width: 15px;
    height: 2px;
    background-color: #006666;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}
.faq_box_ttl::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 15px;
    width: 15px;
    height: 2px;
    background-color: #006666;
    transition: all .3s ease-in-out;
}
.faq_box_ttl.open::before {
  transform: rotate(180deg);
}
.faq_box_ttl.open::after {
  opacity:0;
}
.faq_box_ttl span {
  padding-left: 50px;
  padding-right: 50px;
}
.faq_box_content{
  border-top: 2px solid #C6E1DA;
  background: #FFF url(../img/icon_a.webp) no-repeat top 13px left 14px;
  background-size: 17.5px auto;
  padding-left: 50px;
  padding-top: 16px;
  padding-right: 50px;
  padding-bottom: 28px;
  color: #066;
  font-size: 15px;
  font-weight: 400;
  display: none;
}
dl.qa_list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 15px;
  color: #066;
}
dl.qa_list dt{
  width: 1.2em;
  font-weight: 400;
}
dl.qa_list dd{
  width: calc(100% - 1.2em);
}

@media (max-width: 700px) {
  #section4{
    padding-top: 40px;
    padding-bottom: 59px;
  }
  #section4 h2 {
    margin-bottom: 20px;
  }
  #section4 h2 img{
    max-width: 168.5px;
    margin: 0 auto;
  }
  .faq_box_ttl {
    height: unset;
    padding-top: 29px;
    padding-bottom: 29px;
    background: #FFF url(../img/icon_q_sp.webp) no-repeat center left 5px;
    background-size: 15px auto;
  }
  .faq_box_ttl span {
    padding-left: 38px;
    padding-right: 42px;
  }
  .faq_box_content {
    background: #FFF url(../img/icon_a_sp.webp) no-repeat top 11px left 5px;
    background-size: 17.5px auto;
    padding-left: 38px;
    padding-top: 14px;
    padding-right: 42px;
    padding-bottom: 30px;
    display: none;
  }
  dl.qa_list{
    font-size: 15px;
  }
}

/** section5 **/
#section5{
  background: var(--fv, radial-gradient(114.78% 110.72% at 95.43% 69.9%, #E7FFFA 0%, #A5EDDC 100%));
  padding-top: 80px;
}
.app_box{
  display: flex;
  max-width: 904px;
  margin: 0 auto;
  justify-content: space-between;
}
.app_box div:nth-child(1){
  width: 480px;
}
.logo_black{
  margin-bottom: 20px;
}
.logo_black img{
  max-width: 249.5px;
  margin: 0 auto;
}
#section5 p{
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 28px;
}
.app{
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
.app a{
  display: block;
}
.app a:nth-child(1) img{
  max-width: 200px;
}
.app a:nth-child(2) img{
  max-width: 256px;
}
.app_box div:nth-child(2) img{
  max-width: 359px;
}

@media (max-width: 961px) {
  .app_box{

  }
  .app_box div:nth-child(1){
    
  }
  .app_box div:nth-child(2){
    display: flex;
    align-items: end;
  }
  .app_box div:nth-child(2) img {
    width: 100%;

  }


}


@media (max-width: 700px) {
  #section5 {
    padding-top: 40px;
  }
  .app_box{
    display: block;
  }
  .app_box div:nth-child(1) {
    width: unset;
    margin-right: 0;
  }
  .logo_black{
    margin-bottom: 20px;
  }
  .logo_black img {
    max-width: 139.5px;
    margin: 0 auto;
  }
  #section5 p {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .app{
    margin-bottom: 15px;
    justify-content: space-evenly;
  }
  .app a:nth-child(1) img {
    max-width: 136.5px;
  }
  .app a:nth-child(2) img {
    max-width: 175px;
  }
  .app_box div:nth-child(2) img {
    max-width: 198px;
    margin: 15px auto 0;
  }
}


/** section6 **/
#section6{
  background: #006666;
  padding-top: 48px;
  padding-bottom: 183.5px;
}
#section6 h2{
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2.4px;
  margin-bottom: 22px;
}
#section6 table{
  border-collapse: collapse;
  border: solid 1px #033;
  margin-bottom: 22px;
}
#section6 table th,
#section6 table td {
  border: solid 1px #033;
}
#section6 table td a{
  border-bottom: 1px solid #033;
}
#section6 table th{
  background: #DFDFDF;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 15px 20px;
  white-space: nowrap;
  vertical-align: middle;
}
#section6 table td{
  background: #FFF;
  font-size: 12px;
  font-weight: 400;
  padding: 15px 15px;
}
#section6 table td ul.list_gaiyo1{
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.5em;
}
#section6 table td ul.list_gaiyo1 li{
  padding-left: 1.5em;
}
.list_gaiyo2{
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.5em;

  max-width: 718px;
  margin: 0 auto 40px;
}
.list_gaiyo2 li{
  padding-left: 1.5em;
}
.logo_white{

}
.logo_white img{
  max-width: 140px;
  margin: 0 auto;
}
.tel a {
  text-decoration: none;
  pointer-events: none;
  border-bottom: none!important;
}
@media (max-width: 700px) {
  #section6 {
    padding-top: 34px;
    padding-bottom: 148px;
  }
  #section6 h2 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 23px;
  }
  #section6 table{
    margin-bottom: 8px;
  }
  #section6 table th {
    padding: 9px 5px;
  }
  #section6 table td {
    padding: 9px 5px;
    vertical-align: middle;
  }
  #section6 table td ul.list_gaiyo1 li {
    padding-left: 1.5em;
    margin-left: 0.5em;
  }
  .list_gaiyo2{
    margin-bottom: 34px;
  }
  .logo_white img {
    max-width: 140px;
    margin: 0 auto;
  }

}


/** モーダル **/
.container {
  box-sizing: border-box;
  position: relative;
  min-height: 100vh;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.modal.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
.modal-body {
  width: calc(100% - 40px);
  margin: 20px auto;
  height: calc(100% - 80px);
  position: relative;
  max-width: 960px;
}
.modal-content {
  background: #006363;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
  transform: scale(0.95);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
#modal1 .modal-body,
#modal3 .modal-body,
#modal4 .modal-body,
#modal6 .modal-body{
  height: unset;
}
#modal1 .modal-content,
#modal3 .modal-content,
#modal4 .modal-content,
#modal6 .modal-content{
  height: unset;
}
.modal.show .modal-content {
  transform: scale(1);
  opacity: 1;
}
.modal-scroll-area {
  flex: 1;
  background: #FCFEF3;
  overflow-y: auto;
  padding: 30px 60px 20px 60px;
  position: relative;
  z-index: 1;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.modal-scroll-area::-webkit-scrollbar {
  display: none;
}
.modal-box {
  background: #efffe4;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 12px;
}
.close-icon {
  position: absolute;
  top: -12px;
  right: -12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  z-index: 10;
}
.close-icon svg {
  display: block;
}
.modal-divider {
  display: block;
  width: 90%;
  height: 2px;
  margin: 12px auto 20px;
  overflow: visible;
}
.table-wrapper {
  overflow-x: auto;
  margin: 20px 0 40px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.table-wrapper::-webkit-scrollbar {
  display: none;
}
.scroll-table {
  border-collapse: collapse;
  width: auto;
  min-width: 700px;
  font-size: 14px;
  background: #fff;
}
.scroll-table th,
.scroll-table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: center;
  white-space: nowrap;
}
.scroll-table thead th {
  background: #38cda7;
  color: #fff;
  font-weight: bold;
}
.custom-scrollbar {
  position: relative;
  height: 16px;
  background: #d9ede5;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
.custom-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80px;
  background: #006363;
  border-radius: 8px;
  cursor: grab;
}
.modal-footer-bottom {
  background: #006363;
  flex-shrink: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-footer-bottom.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.close-bottom {
  display: block;
  width: 100%;
  padding: 16px 0;
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
}
.modal-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.modal-title{
  border-bottom: 2px dotted #066;
  margin-bottom: 27px;
}
.modal-title img {
  height: auto;
  width: 100%;
  margin: 0 auto 15px;
}
.custom-vscrollbar {
  position: absolute;
  top: 20px;
  right: 2px;
  width: 5px;
  height: calc(100% - 25px);
  background: #d9ede5;
  border-radius: 4px;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.custom-vscrollbar.visible {
  opacity: 1;
  pointer-events: auto;
}
/* 縦スクロールバーのつまみ */
.custom-vscrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #727e7a;
  border-radius: 4px;
  cursor: grab;
}

@media (max-width: 700px) {
  #modal1 .modal-body,
  #modal3 .modal-body,
  #modal4 .modal-body,
  #modal6 .modal-body {
    height: calc(100% - 40px);
  }

  #modal1 .modal-content,
  #modal3 .modal-content,
  #modal4 .modal-content,
  #modal6 .modal-content{
    height: 100%;
  }
  .modal-scroll-area{
    padding: 20px 20px 10px 20px;
  }
  .modal-title img{
    margin: 0 auto 8px;
  }
  .modal-title {
    margin-bottom: 27px;
  }

}


/** modal1 **/
#modal1 .modal-title img{
  max-width: 399.5px;
}
.modal1_2{
  margin-bottom: 23px;
}
.modal1_2 img{
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
.modal1_3{
  margin-bottom: 20px;
}
.modal1_3 img{
  max-width: 408px;
  margin: 0 auto;
}
.modal1_4{
  color: #555555;
  font-size: 12px;
  text-align: center;
}
.modal1_4 a{
  border-bottom: 1px solid #555555;

}


@media (max-width: 700px) {
  #modal1 .modal-title img{
    max-width: 262px;
  }
  .modal1_2{
    margin-bottom: 19px;
  }
  .modal1_2 img{
    max-width: 262.5px;
  }
  .modal1_3{
    margin-bottom: 13px;
  }
  .modal1_3 img{
    max-width: 248px;
  }
  .modal1_4{
    font-size: 11px;
  }
}

/** modal2 **/
#modal2 .modal-scroll-area{
  padding: 0;
}
#modal2 .modal-footer-bottom{
  background: #FFF;
}
#modal2 .close-bottom {
  color: #066;
}
#modal2 .modal-wrapper1{
  background: #70FEC1 url(../img/modal2_bk.webp) no-repeat bottom -20px center;
  background-size: cover;
}
#modal2 .wrapper1{
  padding: 30px 60px 60px 60px;
  position: relative;
}
.flag{
  position: absolute;
  top: 610px;
  right: 9%;
}
.flag img{
  max-width: 312px;
}
#modal2 .modal-title {
  border-bottom: none;
  margin-bottom: 20px;
}
#modal2 .modal-title img{
  max-width: 335.5px;
  margin: 0 auto;
}
#modal2 .modal-wrapper2{
  background: #016666;

  overflow: hidden;
  background: #70FEC1;
  position: relative;
}
#modal2 .modal-wrapper2 .modal-wrapper2_curve{
  background: #016666;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}
#modal2 .wrapper2{
  background: #016666;
  padding: 30px 60px 20px 60px;
  position: relative;
  top: -140px;
  margin-bottom: -140px;
  padding-bottom: 54px;
}
.modal2_top{
  color: #066;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  margin-bottom: 20px;
}
.modal2_top span{
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.44px;
}
.modal2_top span em{
  color: #FF7F00;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.44px;
  font-style: normal;
}
.modal2_top span em strong{
  font-size: 26px;
  letter-spacing: 0.52px;
}
.rank{
  max-width: 710px;
  margin: 0 auto;
}
.rank_box{
  border-radius: 11.639px;
  border: 2.328px solid var(--primary, #066);
  background: #FFF;
  box-shadow: 2.328px 3.492px 0 0 rgba(0, 102, 102, 0.30);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.rank1{
  height: 130px;
}
.rank1 img{
  max-width: 499px;
  width: 100%;
  margin: 0 auto;
}
.rank2{
  height: 110px;
}
.rank2 img{
  max-width: 494px;
  width: 100%;
  margin: 0 auto;
}
.rank3{
  height: 110px;
}
.rank3 img{
  max-width: 493px;
  width: 100%;
  margin: 0 auto;
}
.size_harf{
  display: flex;
  flex-wrap: wrap;
}
.rank4{
  height: 70px;
  width: calc(50% - 3.5px);
  margin-right: 3.5px;
}
.rank4 img{
  max-width: 305px;
  width: 100%;
  margin: 0 auto;
}
.rank5{
  height: 70px;
  width: calc(50% - 3.5px);
  margin-left: 3.5px;
}
.rank5 img{
  max-width: 305px;
  width: 100%;
  margin: 0 auto;
}
.rank6{
  height: 70px;
  width: calc(50% - 3.5px);
  margin-right: 3.5px;
}
.rank6 img{
  max-width: 304px;
  width: 100%;
  margin: 0 auto;
}
.wrapper2 h3{
  color: #00EAAD;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.96px;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 14px;
}
.wrapper2 h3::before,
.wrapper2 h3::after {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 6px;
  content: '';
  background-image: linear-gradient(to right, #00EAAD 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
.wrapper2 h3::before {
    left: -20px;
}
.wrapper2 h3::after {
    right: -20px;
}
.camp_1{
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
  text-align: center;
  margin-bottom: 12px;
}
.camp_2{
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
}
.joken_list{
  list-style: none;
  margin-bottom: 13px;
}
.joken_list li{
  padding-left: 27px;
  background: url(../img/modal2_4.webp) left 0px top 7px no-repeat;
  background-size: 22.5px auto;
  color: #FFF;
  font-size: 20.469px;
  font-weight: 500;
  letter-spacing: 0.409px;
  margin-bottom: 5px;
}
.camp_3{
  color: #FFF;
  margin-bottom: 34px;
}
.camp_4{
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.44px;
  margin-bottom: 19px;
}
.camp_4 span{
  color: #FEFF61;
}
.camp_5{
  margin-bottom: 17px;
}
.camp_5 img{
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
.camp_6{
  margin-bottom: 32px;
  text-align: center;
}
.camp_6 li{
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
  margin: 0 20px;
  line-height: 1.8; 
}
.camp_6 li::before{
  content: "〇";
  margin-right: 0.2em;
}
.camp_7{
  color: #FFF;
}
@media (max-width: 820px) {
  .wrapper2 h3::before,
  .wrapper2 h3::after {
    width: 90px;
    background-image: linear-gradient(to right, #00EAAD 2px, transparent 2px);
    background-size: 7px 2px;
    background-repeat: repeat-x;
  }
  .flag{
    top: 640px;
    right: 7%;
  }
  .flag img {
    max-width: 260px;
  }
}
@media (max-width: 700px) {
  #modal2 .modal-wrapper1{
    background: #70FEC1 url(../img/modal2_bk_sp.webp) no-repeat center center;
    background-size: 700px auto;
  }
  #modal2 .wrapper1 {
    padding: 20px 20px 150px 20px;
  }
  #modal2 .modal-title img {
    max-width: 240px;
  }
  #modal2 .modal-title {
    border-bottom: none;
    margin-bottom: 14px;
  }
  .modal2_top {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.6;
  }
  .modal2_top span {
    font-size: 20px;
  }
  .modal2_top span em {
    font-size: 20px;
  }
  .modal2_top span em strong {
    font-size: 23px;
  }
  .rank_box{
    padding: 10px;
  }
  .rank1 {
    height: 85px;
  }
  .rank1 img {
    max-width: 296px;
    width: 100%;
  }
  .rank2 {
    height: 71px;
  }
  .rank2 img {
    max-width: 293px;
    width: 100%;
  }
  .rank3 {
    height: 70px;
  }
  .rank3 img {
    max-width: 293px;
    width: 100%;
  }
  .rank4 {
    height: 60px;
    width: auto;
    margin-right: 0;
  }
  .rank4 img {
    max-width: 289px;
    width: 100%;
  }
  .rank5 {
    height: 60px;
    width: auto;
    margin-left: 0;
  }
  .rank5 img {
    max-width: 289px;
    width: 100%;
  }
  .rank6 {
    height: 60px;
    width: auto;
    margin-right: 0;
  }
  .rank6 img {
    max-width: 289px;
    width: 100%;
  }
  .size_harf{
    display: block;
  }
  .flag {
    position: absolute;
    bottom: unset;
    top: 634px;
    right: 5%;
    z-index: 1;
  }
  .flag img{
    max-width: 283px;
  }
  #modal2 .wrapper2{
    padding: 0 20px 15px 20px;
    position: relative;
    top: -150px;
    margin-bottom: -150px;
    padding-bottom: 15px;
  }
  .wrapper2 h3 {
    font-size: 18px;
    width: 100%;
    margin-bottom: 15px;
  }
  .wrapper2 h3::before,
  .wrapper2 h3::after {
    width: 38px;
  }
  .camp_1 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .joken_list li {
    padding-left: 22px;
    background: url(../img/modal2_4_sp.webp) left 0px top 3px no-repeat;
    background-size: 18px auto;
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-bottom: 3px;
  }
  .camp_3{
    margin-bottom: 30px;
  }
  .camp_4 {
    font-size: 16px;
    letter-spacing: 0.32px;
    margin-bottom: 19px;
  }
  .camp_5{
    margin-bottom: 14px;
  }
  .camp_5 img {
    max-width: 335px;
    width: 100%;
  }
  .camp_6{
    display: block;
    text-align: left;
    margin: 0 auto 13px;
    padding-left: 1.2em;
  }
  .camp_6 li{
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.28px;
    margin: 0;
    line-height: 1.8;
    text-indent: -1.2em;
  }
}




/** modal3 **/
#modal3 .modal-title img {
    max-width: 560px;
}
#modal3 table{
  border-collapse: collapse;
  border: solid 1px #C6E1DA;
  background: #fff;
  width: 100%;
  margin-bottom: 22px;
}
#modal3 table th,
#modal3 table td{
  border: solid 1px #FFFFFF;
}
#modal3 table th{
  background: #C6E1DA;
  font-size: 16px;
  font-weight: 700;
  color: #006666;
  padding: 10px;
  text-align: center;
}
#modal3 table th.th_white{
  background: #F6FFFD;
}
#modal3 table th.th_green{
  background: #53AE96;
  color: #FFF;
  font-weight: 700;
  padding: 20px 10px;
}
#modal3 table th.th_green span{
  font-size: 12px;
  font-weight: 400;
  position: relative;
  top: -4px;
}
#modal3 table th.ht_h{
  padding: 20px 10px;
}
#modal3 table td{
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  text-align: center;
  border-right: 1px solid #C6E1DA;
  border-bottom: 1px solid #C6E1DA;
}
.scroll_txt{
  display: none;
}

@media (max-width: 700px) {
  #modal3 .modal-title img {
    max-width: 185.5px;
  }
  #modal3 table{
    margin-bottom: 37px;
  }
  #modal3 table th{
    font-size: 14px;
    padding: 9px;
    white-space: nowrap;
  }
  #modal3 table th.ht_h {
    padding: 15px 15px;
  }
  #modal3 table th.th_green{
    padding: 15px 15px;
  }
  #modal3 table td{
    font-size: 13px;
    padding: 9px;
  }
  #modal3 table th.th_green span{
    font-size: 10px;
  }
  .table-scroll {
    overflow: auto;
    position: relative;
  }
  .simplebar-track{
    height: 10px;
    background: #D9D9D9;
    border-radius: 5px;
    margin: 0 auto;
  }
  .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  .simplebar-scrollbar {
    height: 10px;
    background: #006363;
    border-radius: 5px;
    top: 0;
  }
  .simplebar-scrollbar::before{
    background: #006363 !important;
  }
  .scroll_txt{
    display: block;
    position: absolute;
    top: 385px;
    right: 30px;
    color: #066;
    font-size: 10px;
    font-weight: 500;
  }
  .scroll_txt::after{
    content: "";
    display: inline-block;
    height: 3px;
    width: 22px;
    background: url("../img/scroll_txt.webp") no-repeat top left;
    background-size: 22px auto;
    position: relative;
    top: -3px;
    left: 5px;
  }
}

/** modal4 **/
#modal4 .modal-title img {
    max-width: 733px;
}
.modal4_box{
  display: flex;
  margin-bottom: 16px;
}
.modal4_l,
.modal4_r{
  width: calc(50% - 10px);
}
.modal4_l{
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #FF742F;
  background: #FFF;
}
.modal4_l .modal_ttl{
  height: 52px;
  background: #FF742F;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal4_l .modal_ttl img{
  max-width: 102.5px;
}
.modal4_r{
  margin-left: 10px;
}
.modal4_r{
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #1F68B6;
  background: #FFF;
}
.modal4_r .modal_ttl{
  height: 52px;
  background: #1F68B6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal4_r .modal_ttl img{
  max-width: 101.5px;
}
.modal_content{
  padding: 15px 20px;
}
.modal_content p{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 11px;
}

@media (max-width: 700px) {
  #modal4 .modal-title img {
    max-width: 267.5px;
  }
  .modal4_box{
    display: block;
  }
  .modal4_l,
  .modal4_r {
    width: auto;
  }
  .modal4_l{
    margin-right: 0;
    margin-bottom: 14px;
  }
  .modal4_r{
    margin-left: 0;
    margin-right: 0;
  }
  .modal4_l .modal_ttl{
    height: 33px;
  }
  .modal4_l .modal_ttl img {
    max-width: 64px;
  }
  .modal4_r .modal_ttl{
    height: 33px;
  }
  .modal4_r .modal_ttl img {
    max-width: 63.5px;
  }
  .modal_content {
    padding: 12px 14px;
  }
  .modal_content p {
    font-size: 14px;
    margin-bottom: 7px;
  }
}

/** modal5 **/
#modal5 .modal-title img {
    max-width: 360px;
}
.modal5_ttl{
  border-radius: 5px;
  background: #0CCA99;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#modal5 p{
  font-size: 16px;
  font-weight: 500;
}
.modal5_content1{
  padding-bottom: 70px;
}
.modal5_content1 p{
  margin-bottom: 30px;
}
.modal5_2{

}
.modal5_2 img{
  max-width: 588px;
  width: 100%;
  margin: 0 auto;
}
.modal5_content2{
  margin-bottom: 85px;
}
.modal5_content2 p{
  margin-bottom: 7px;
}
.modal5_3{
  margin-bottom: 40px;
}
.modal5_3 img{
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.modal5_m1{
  margin-bottom: 34px;
}
.modal5_4{
  position: relative;

}
.modal5_4 img{
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}
.modal5_content3{
  margin-bottom: 70px;
}
.mint_box{
  background: #EAF5F2;
  padding: 41px 46px 40px;
}
.mint_box p{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.white_box{
  background: #fff;
  margin-top: 20px;
  padding: 25px 35px 36px;
}
.keisanrei{
  color: #066;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
}
.list_maru{
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  padding-left: 1em;
  margin-top: 17px;
  margin-bottom: 24px;
}
.list_maru li{
  text-indent: -1em;
}
.list_maru li::before {
  content: "●";
  font-size: 13px;
  margin-right: 3px;
  position: relative;
  top: -2px;
}
.white_box p{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
}
.modal5_5{
  margin-bottom: 12px;
}
.modal5_5 img{
  max-width: 78px;
  margin: 0 auto;
}
.shiki{
  color: #066;
  text-align: center;
  font-size: 25px;
  font-weight: 900;
}
.shiki span{
  font-size: 30px;
}
.modal5_content4{
  padding-bottom: 70px;
}
.modal5_content4 p{
  font-size: 16px;
  font-weight: 500;
}
.modal5_6{
  margin-bottom: 11px;
}
.modal5_content5{
  padding-bottom: 70px;
}
.modal5_content6{
  padding-bottom: 70px;
}
.modal5_content7{
  padding-bottom: 60px;
}
.modal5_content7 p{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
}
.modal5_8{

}
.modal5_8 img{
  max-width: 710px;
  width: 100%;
  margin: 0 auto 43px;
}
.modal5_9{

}
.modal5_9 img{
  max-width: 661.5px;
  width: 100%;
  margin: 0 auto 24px;
}

@media (max-width: 700px) {
  #modal5 .modal-title img {
    max-width: 148.5px;
  }
  .modal5_ttl {
    font-size: 18px;
    height: 36px;
    margin-bottom: 11px;
  }
  #modal5 p {
    font-size: 15px;
  }
  .modal5_content1 p {
    margin-bottom: 16px;
  }
 
  .modal5_content1 {
    padding-bottom: 40px;
  }
  .modal5_m1 {
    margin-bottom: 29px;
  }

  .modal5_3 {
    margin-bottom: 40px;
  }
  .modal5_content2 {
    margin-bottom: 40px;
  }
  .mint_box {
    padding: 23px 20px 24px;
  }
  .mint_box p {
    font-size: 15px;
    margin-bottom: 11px;
  }
  .white_box {
    margin-top: 20px;
    padding: 15px 10px 27px;
  }
  .keisanrei {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .list_maru {
    font-size: 15px;
    padding-left: 1em;
    margin-top: 12px;
    margin-bottom: 15px;
  }
  .list_maru li::before {
    font-size: 12px;
    margin-right: 2px;
    top: -1px;
  }
  .white_box p {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .modal5_5 img {
    max-width: 26px;
  }
  .shiki {
    font-size: 16px;
  }
  .shiki span{
    font-size: 18px;
  }
  .modal5_content3 {
    margin-bottom: 40px;
  }
  .modal5_content4 p {
    font-size: 15px;
  }
  .modal5_content4 {
    padding-bottom: 40px;
  }
  .modal5_content5 {
    padding-bottom: 40px;
  }
  .modal5_content6 {
    padding-bottom: 40px;
  }
  .modal5_content7 p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .modal5_8 img {
    max-width: 250px;
    margin: 0 auto 15px;
  }
  .modal5_content7 {
    padding-bottom: 30px;
  }
  .modal5_6 img{
    margin: 0 auto;
  }
  .modal5_7 img{
    margin: 0 auto;
  }
  .modal5_9 img {
    margin: 0 auto 24px;
  }
}

/** modal6 **/
#modal6{

}
#modal6 .modal-title img {
    max-width: 697px;
}
@media (max-width: 700px) {
  #modal6 .modal-title img {
    max-width: 267.5px;
  }

}
