.w100{
    width: 100%;
}

.small{
    font-size: 1vw;
}
.strong{
    color: #FF416D;
}

h2.title{
    border-bottom: 5px solid #5CC4F3;
    padding-bottom: 15px;
}

@media only screen and (max-width: 1200px){
    .wrapper, .content_wrapper {
        padding: 0 !important;
    }
    .padding{
        padding: 0 20px !important;
    }
}

/*　メインビジュアル　*/
.mainimg{
    width: 100%;
    background-color: #5CC4F3;
    overflow: hidden;
}

.img>img{
    width: 100%;
}

@media(min-width:600px){
    .img{
        max-width: 1080px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .img>img.pc{
        position: relative;
        left: 52%;
        transform: translateX(-50%);
    }
}

.topcoupon__container{
    position: relative;
    bottom: 90px;
}

.coupon__wrap{
    width: 84%;
    margin: 0 auto;
    padding: 0 20px 10px;
    justify-content: center;
    border: solid 3px #fff;
    border-radius: 15px;
    background-color: #5CC4F3;
    text-align: center;
}

.coupon__wrap>img{
    width: 80%;
}

.coupon{
    display: block;
    padding: 0 20px 10px;
    justify-content: center;
    border: solid 3px #fff;
    border-radius: 15px;
    background-color: #5CC4F3;
}

.coupontxt{
    width: 100%;
    font-size: 4.5vw;
    text-align: center;
    color: #fff;
}

.couponcode_sp{
    width: 88%;
    margin: 0 auto;
}

.code{
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.05em;
    padding: 6px 0 8px;
    margin-top: 10px;
    user-select: all;
}

.txt{
    font-size: 2vw;
    text-align: center;
}

.purchase{
    width: 90%;
    margin: 20px auto 0;
    background-color: #FF416D;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
}

.purchase>a{
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 8px;
    text-align: center;
}

@media (min-width:480px) {
    .code{
        margin-top: 0;
    } 
}

@media(min-width:600px){
    .topcoupon__container{
        bottom: 130px;
    }

    .code{
        font-size: 25px;
    }

    .purchase{
        margin: 40px auto 0;
    }

    .purchase>a{
        font-size: 25px;
        display: block;
        text-align: center;
        color: #fff;
        padding: 20px;
    }
}

@media(min-width:900px){
    .topcoupon__container{
        display: flex;
        max-width: 1080px;
        margin: 0 auto;
        padding: 0 27px;
        bottom: 130px;
    }

    .coupon__inner{
        width: 73%;
    }

    .code{
        margin-top: 40px;
        padding: 0;
    }

    .txt{
        font-size: 10px;
    }

    .couponimg{
        position: relative;
    }

    .couponimg>img{
        width: 100%;
    }

    .couponcode_pc{
        position: absolute;
        width: 50%;
        top: 0;
        left: 71%;
        transform: translateX(-50%);
    }

    .purchase{
        margin: 21px auto 0;
        margin-left: 50px;
        width: 50%;
        height: 80px;
    }

    .purchase>a{
        padding: 13px;
        font-size: 30px;
    }
}

@media (min-width:1080px) {
    .purchase>a{
        padding: 13px 0;
    }


    .code{
        font-size: 36px;
        margin-top: 39px;
        padding: 0;
    }
}

/*　キャッチ　*/
.catch{
    width: 100%;
    position: relative;
    top: -100px;
}
.catch__wrap{
    position: relative;
}

.catch__wrap>span{
    display: block;
    background-color: #5CC4F3;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -1px;
    z-index: -1;
}

.catch__inner{
    background-color: #5CC4F3;
    padding:10px 0 50px;
}

.catch__wrap>img{
    width: 100%;
}

.catch p{
    text-align: center;
}

.fontlg{
    font-size: 7vw;
    font-weight: bold;
}

.fontmd{
    font-size: 16px;
}

.lightbox-container.top>ul>li{
    width: 100%;
    position: relative;
}

.modalicon::after{
    content: '';
    display: inline-block;
    background-image: url(../genequest/img/genequestall/modal-icon.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    position: absolute;
    bottom: 12px;
    right: 0;
}

.top__attention{
    width: 95%;
    font-size: 12px;
    padding-top: 30px;
    margin: 0 auto;
}

.sampleimg{
    width: 95%;
    margin: 0 auto;
}

.sampleimg>li>a>img{
    width: 100%;
}

@media(min-width:600px){
    .fontlg{
        font-size: 5vw;
    }
    .fontmd{
        font-size: 20px;
    }

    .lightbox-container.top{
        width: 95%;
        margin: 50px auto 0;
    }

    .lightbox-container.top>ul>li{
        width: calc(100%/2 - 5px);
    }

    .sampleimg{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
    }
    
    .sampleimg>li>a>img{
        margin-bottom: 5px;
    }  

    .sampleimg>li>a>img:not(last-child){
        padding-right: 5px;
    }

    .lightbox-container.w100{
        width: 100%;
    }
}
@media(min-width:960px){
    .fontlg{
        font-size: 36px;
    }
}

@media (min-width:1280px) {
    .fontlg{
        font-size: 36px;
    }

    .catch{
        top: -200px;
    }
    
    .sampleimg{
        margin: 63px auto 50px;
        }
}

/*　遺伝子解析とは　*/
h2.title.m0{
    margin: 0;
}

.about{
    margin-bottom: 50px;
}

.aboutimg{
    text-align: end;
}

.aboutimg>img{
    width: 30vw;
}

/* ジーンクエストとは　*/
.genequest__wrap{
    background-color: #BCE7FE;
}

.more{
    width: 70%;
    background-color: #FF416D;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgb(0 0 0 / 50%);
}

.more>a{
    display: block;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.feature{
    margin: 50px 0;
}

@media (min-width: 900px){
    .genequest__wrap{
        display: flex;
    }

    .genequest__wrap>div{
        width: 50%;
    }

    .genequest-m{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .more{
        margin-left: 50px;
        width: 50%;
        height: 80px;
        margin: 0 auto;
    }

    .more>a{
        font-size: 30px;
        padding: 15px;
    }
}


/* 薬局連携サービス　*/
.pharmacy{
    background-color: #E8E8E8;
}

.pharmacy>h2{
    margin: 0;
    padding: 50px 0 25px;
}

.pharmacy__contents{
    padding: 20px;
}

.pharmacy__img{
    width: 80%;
}

.pharmacy__attention{
    font-size: 11px;
    width: 95%;
    margin: 45px auto 0;
    padding-bottom: 45px;
}

@media (min-width:960px){
    .pharmacy__inner{
        display: flex;
    }

    .pharmacy__contents{
        padding: 0 20px;
    }

    .pharmacy__img{
        margin: 5px auto 0 !important;
    }

    .pharmacy__attention{
        width: 80%;
    }
}

/*　結果サンプル　*/
.lightbox-container{
    margin-top: 30px;
}

.lightbox-container.pr{
    position: relative;
}
.lightbox-container>ul>li{
    position: relative;
}

.lightbox-container>p{
    margin: 0;
}

@media (min-width:600px){
    .lightbox-container{
        width: 50%;
        margin: 50px auto;
    }

    .lightbox-container>ul{
        display: flex;
        flex-wrap: wrap;
    }

    .lightbox-container>ul>li:nth-child(1),
    .lightbox-container>ul>li:nth-child(3){
        margin-right: 5px;
    }

    .lightbox-container>ul>li{
        width: calc(50% - 5px);
    }
}

/*　モーダル　*/
.modaal-wrapper{
    top: 73px;
}
@media screen and (max-height: 1000px){
    .modaal-inner-wrapper{
        padding-top: 100px !important;
    }
}
#info{
    display: none;
}
  
.modaal-container{
    max-width: 600px;
}
  
.modaal-close:after, 
.modaal-close:before{
    background:#ccc;  
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
    background:#666;
}

.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 700px;
    margin: 0 auto;
}
  
  .tab_item {
    width: calc(100%/2 - 4px);
    height: 50px;
    border: 3px solid #5CC4F3;
    background-color: #fff;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #333;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_item.mr{
      margin-right: 4px;
  }

  .tab_item:hover {
    opacity: 0.75;
  }
  
  input[name="tab_item"] {
    display: none;
  }
  
  .tab_content {
    display: none;
    padding: 40px 0 0;
    clear: both;
    overflow: hidden;
  }
  
#lisk:checked ~ #lisk_content,
#constitution:checked ~ #constitution_content{
    display: block;
}
  
#lisk:checked + label,
#constitution:checked + label{
    background-color: #5CC4F3;
    color: #fff;
}
 
.column_list{
    display: flex;
    flex-wrap: wrap;
}

.column_list>li{
    width: 100%;
    border-bottom: 1px solid #ccc;
}

@media (min-width:600px) {
    .column_list>li{
        width: calc(100%/3 - 2%);
        margin-right: 2%;
    }
}
/*　購入する*/
h1.purchase__img.r-ight{
    padding-bottom: 270px;
}
.purchase__img.r-ight{
    text-align: center;
}

.purchase__img.r-ight>img{
    width: 95%;
    margin: 0 auto;
}

.purchase__wrap{
    overflow: hidden;
    position: relative;
    padding-top: 30px;
    background-color: #5CC4F3;
}

.coupon__container.r-ight{
    width: 95%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%) !important;
}

.couponwrap.r-ight{
    margin: 0 auto;
    padding: 0 20px 10px;
    justify-content: center;
    border: solid 3px #fff;
    border-radius: 15px;
    background-color: #5CC4F3;
    text-align: center;
}

.couponwrap.r-ight>img{
    width: 80%;
}

.purchase.r-ight{
    width: 100%;
}

.purchase.r-ight>a{
    display: block;
    text-align: center;
    color: #fff;
    padding: 20px;
}
.attention{
    padding: 20px 20px 50px;
    background-color: #5CC4F3;
    position: relative;
    top: -2px;
}

@media (min-width:600px) {
    h1.purchase__img.r-ight{
        padding-bottom: 380px;
    }

    .coupon__container.r-ight{
        width: 95%;
    }

    .coupon__inner.r-ight{
        width: 100%;
    }

    .code.r-ight{
        font-size: 3.5vw;
        margin-top: 23px;
    }

}

@media (min-width:769px) {
    .purchase.r-ight{
        margin-left: 0;
        width: 100%
    }
}

@media (min-width:900px) {
    h1.purchase__img.r-ight{
        padding-bottom: 330px;
    }

    .code.r-ight{
        margin-top: 49px;
    }
    .txt.r-ight{
        font-size:12px;
    }    
}

@media (min-width:1080px) {
    h1.purchase__img.r-ight{
        padding-bottom: 110px;
    }
    .coupon__container.r-ight{
        display: flex;
        bottom: 0;
    }

    .coupon__inner.r-ight{
        width: 150%;
    }

    .purchase.r-ight{
        margin-left: 30px;
    }
    .purchase.r-ight>a{
        font-size: 30px;
        padding: 13px 0;
    }

    .code.r-ight{
        font-size: 20px;
        margin-top: 36px;
    }

    .txt.r-ight{
        font-size: 10px;
    }

    .attention.r-ight{
        padding: 0 20px 50px;
    }

}

.faqbtn{
    width: 70%;
    background-color: #5CC4F3;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
}

.faqbtn>a{
    display: block;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.faqbtn>a::after{
    content: url(img/genequestall/link-icon.svg);
    display: inline-block;
    width: 1em;
    height: 1em;
    padding-left: 5px;
}

/*　商品仕様　*/
.specification{
    margin-top: 30px;
}

.pc{
    display: none;
}

.mb{
    display: block;
}

@media (min-width:900px) {
    .pc{
        display: block;
    }
    
    .mb{
        display: none;
    }
}