@charset "utf-8";
html {
  scroll-behavior: auto;
}

body{
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: #68B29B;
}

.gf {
  font-family: "Saira", sans-serif;
}

.sp{ display: none !important;}
.pc{ display: block !important;}

@media only screen and (max-device-width: 1024px) {
  .sp{ display: block !important;}
  .pc{ display: none !important;}
}

.flex_c{
  display: flex;
  justify-content: center;
  width: 100%;
}

h1,h2,h3{
  font-weight: 500;
}

img{
  width: 100%;
  height: auto;
}

button,
a{
  cursor: pointer;
  transition: opacity 0.2s ease;
}
a:hover{
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  a:hover{
    opacity: 1;
  }
}

img{
  width: 100%;
}
@media only screen and (max-device-width: 1024px) {
  .wrap{
    padding: 0 15px;
  }
}

/* ヘッダー */
.header{
  padding: 44px 0 30px;
}

.header .logo{
  display: block;
  width: 427px;
  margin: 0 auto;
}

@media only screen and (max-device-width: 1024px) {
  .header{
    padding: 41px 0 45px;
  }

  .header .logo{
    display: block;
    width: 150px;
    margin: 0 auto;
  }
}

.viewer{
  position: relative;
  aspect-ratio: 660 / 470;
  width: 100%;
  background: #D7D9DA;
  margin-bottom: 10px;
}

.viewer model-viewer{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
}

.viewer model-viewer .button{
  display:none;
}


@media only screen and (max-device-width: 1024px) {
  
}

/* セクション：トップ */

.main_block {
  max-width: 760px;
  margin: 0 auto;
  padding: 37px 50px;
  background-color: #fff;
}

@media only screen and (max-device-width: 1024px) {
  .main_block {
    max-width: 760px;
    margin: 0 auto;
    padding: 0px;
    background-color: #fff;
  }
  
}

.main_block .headline{
  line-height: 1.375;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 22px;
  font-weight: bold;
}
.main_block .headline_s{
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.section_head{
  padding-bottom: 40px;
}

.section_head .msg{
  font-size: 1.6rem;
  text-align: center;
  padding: 37px 0 18px;
}

.section_head .opt_list{
  display: flex;
  justify-content: space-between;
  gap:8px;
  margin-bottom: 40px;
}

.section_head .opt_list>li{
  width: calc((100% - 16px) / 3);
  border-radius: 10px;
  border:1px solid #C4C4C4;
  padding: 16px 16px 25px;
}

.section_head .opt_list>li> h3.ttl{
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 15px;
  line-height: 1;
}

.section_head .opt_list>li> .row{
  display: flex;
}

.section_head .opt_list>li> .row>.img img{
  width: 47px;
}

.section_head .opt_list>li> .row>p{
  font-size: 1.4rem;
  width: calc(100% - 47px);
  padding-top: 1em;
  padding-left: 10px;
  white-space: wrap;
}

.section_head .qr{
  width: 180px;
  margin: 0 auto;
}

/* セクション：動作推奨環境 */
.section_support{
  padding-bottom: 60px;
}

.table{
  border: 1px solid #ACACAC;
}

.table>tbody>tr>th{
  width: 202px;
  background: #E9E9E9;
  border-bottom:1px solid #ACACAC;
  padding:10px 16px;
  text-align: left;
  font-size: 1.4rem;
}

.table>tbody>tr>td{
  width: calc(100% - 202px);
  padding:10px 16px;
  border-bottom:1px solid #ACACAC;
  font-size: 1.4rem;
}
@media screen and (max-device-width: 1024px) {
  
.table>tbody>tr>th{
  width: 120px;
  padding:10px 9px;
  text-align: left;
  font-size: 1.4rem;
}

.table>tbody>tr>td{
  width: calc(100% - 202px);
  padding:10px 9px;
  border-bottom:1px solid #ACACAC;
  font-size: 1.4rem;
}

}

/* セクション：注意事項 */
.section_caution{
  padding-bottom: 40px;
}

.section_caution .list>li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
}

.section_caution .list>li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 13px;
  background: #C41832;
  border-radius: 50%;
}
@media screen and (max-device-width: 1024px) {
  .section_caution .list>li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 1.6rem;
  }

  .section_caution .list>li::before {
    top: 9px;
  }
  
}


/* セクション：ヘッド */
@media screen and (max-device-width: 1024px) {
  .section_head_sp .msg{
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 30px;
  }

  .section_head_sp .msg2{
    font-size: 1.8rem;
    line-height: 1.875;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 40px;
    text-align: left;
  }

  .section_head_sp .ttl{
    text-align: center;
  }
  .section_head_sp .ttl>span{
    font-size: 2.4rem;
    color:#fff;
    font-weight: bold;
    line-height: 49px;
    border-radius: 26px;
    background: #C41832;
    display: inline-block;
    text-align: center;
    padding: 0 2em;
  }

  .section_head_sp .opt_list{
    margin-bottom: 45px;
  }

  .section_head_sp .opt_list>li{
    display: flex;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #CCC;
    padding: 15px 10px;
  }

  .section_head_sp .opt_list>li .img{
    width: 93px;
  }
  .section_head_sp .opt_list>li .text{
    width: calc(100% - 93px);
    padding-left: 10px;
  }

  .section_head_sp .opt_list>li .text .ttl2{
    font-size: 2rem;
  }

  .section_head_sp .opt_list>li .text p{
    font-size: 1.8rem;
  }

}
@media screen and (max-device-width: 375px) {
  .section_head_sp .msg{
    font-size: 1.5rem;
  }
}

/* 画面のボタンについて */
@media screen and (max-width: 1024px) {
  .section_button_sp{
    padding-bottom: 40px;
  }

  .section_button_sp .group1{
    padding-bottom: 33px;
  }

  .section_button_sp .note{
    padding-top: 8px;
    font-size: 1.4rem;
  }
}
.table2{
  width: 100%;
  border:1px solid #ACACAC;
}
.table2 th{
  padding: 11px;
  width: 120px;
  border-bottom: 1px solid #ACACAC;
  background: #E9E9E9;
  vertical-align: middle;
}
.table2 td{
  padding: 20px 11px;
  width: calc(100% - 120px);
  vertical-align: middle;
  border-bottom: 1px solid #ACACAC;
  font-size: 1.4rem;
}

.table2 th .icon1,
.table2 th .icon2,
.table2 th .icon3{
  width: 49px;
}

.table2 th .icon4{
  width: 101px;
}

.table2 th .icon5{
  width: 34px;
}

.table2 th .icon6{
  width: 44px;
}

.table2 th .icon7{
  width: 103px;
}

/*終了画面*/
.done_block{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.done_block .content{
  max-width: 760px;
  width: 100%;
  padding: 45px;
  margin: -100px auto 0;
  background: #fff;
  border-radius: 15px;
}

.done_block .content .logo{
  width: 293px;
  margin: 0 auto 20px;
}

.done_block .content .ttl{
  color: #C41832;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 24px;
}

.done_block .content .msg{
  line-height:2;
  font-size: 1.8rem;
  margin-bottom: 50px;
  text-align: center;
}

.done_block .content .link_area{
  text-align: center;
}

.done_block .content .link_area a{
  color: #C41832;
  font-size: 1.5rem;
  text-decoration: underline;
  font-weight: bold;
}

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

  .done_block{
    padding: 0;
  }
  .done_block .content{
    width: 100%;
    padding: 35px 10px;
    margin: 0;
    border-radius: 0px;
    height: 100vh;
  }
  
  .done_block{
    display: block;
  }

  .done_block .content .logo{
    width: 147px;
    margin: 0 auto 35px;
  }

  .done_block .content .ttl{
    color: #C41832;
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 22px;
  }
  
  .done_block .content .msg{
    line-height:2;
    font-size: 1.6rem;
    margin-bottom: 50px;
    text-align: center;
  }

  .done_block .content .link_area a{
    font-size: 1.6rem;
  }

  .button_black{
    width: 280px;
    display: flex;
    align-items: center;
    line-height: 49px;
    margin: 22px auto 0;
    border-radius: 6px;
    border: none;
    color:#fff;
    justify-content:center;
    background: #000;
    font-size: 2.4rem;
    font-weight: bold;
    z-index: 10;
  }

  .button_black i{
    width: 22px;
    height: 25px;
    background-image: url(../img/icon_ar.svg);
    margin-right: 10px;
  }

}