@import url('https://fonts.googleapis.com/css?family=Roboto');
.pc{
    display:  block;
}
.mb{
    display:  none;
}
.jcfs{
    justify-content: flex-start!important;
}
.aifs{
    align-items: flex-start!important;
}
.aic{
    align-items: center!important;
}
.d-flex{
    display: flex;
}
.w30{
    width: 30%!important;
}
.w40{
    width: 40%!important;
}
.w50{
    width: 50%!important;
}
.w60{
    width: 60%!important;
}
.w70{
    width: 70%!important;
}
.w100{
    width: 100%!important;
}
.d-flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.d-flex-sa{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.d-flex-sb{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fdc{
    flex-direction: column;
}
.mgt15{
    margin-top: 15px;
}
.mgt30{
    margin-top: 30px;
}
.mgt50{
    margin-top: 50px;
}
.mgl15{
    margin-left: 15px!important;
}
.mgb5{
    margin-bottom: 5px!important;
}
.photo2{
    width: 30vw!important;
    height: initial!important;
}
.wauto{
    width: auto!important;
}
.pd5-30{
    padding: 5px 30px!important;
}
.pdl40{
    padding-left: 40px!important;
}
table.tableStyle td{
    border: solid #fff 1px;
    padding: 15px;
    background-color: #f7f7f7;
    /*color: #fff;*/
    text-align: center;
}
.w100-3{
    width: calc(100% / 3);
}
.w100-3-10px{
    width: calc(100% / 3 - 10px);
}
.bgWhite{
    background-color: #fff!important;
    color: #666!important;
}
.bgGreen{
    background-color: #3aa8ae!important;
    color: #fff!important;
}
.bgGrey{
    background-color: #ddd!important;
}
.d-block{
    display:  block!important;
}
.tips{
    font-size: 14px;
    margin-top: 30px;
    color: #666;
}
.taj{
    text-align: justify;
}
.subTitle {
    font-size: 16px;
    background-color: #3aa8ae;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.subLabel{
    font-size: 16px;
    background-color: #ddd;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.fw300{
    font-weight: 300!important;
}
.colorBlack{
    color: #333!important;
}


.colorRed{
    color: red!important;
}
.colorGreen{
    color: green!important;
}
ul.ulDefault{
    padding-left: 40px!important;
    display: block!important;
    flex-wrap: nowrap!important;
    align-items: flex-start!important;
    list-style-type: disc!important;
}

.tal{
    text-align: left!important;
}
ol.secLevel{
    list-style-type: disc!important;
}
.forehead .sdBox ul.babox li span.day {
    height: 40px;
}
.bgContain{
    background-size: contain!important;
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #000;*/
}
.bgCover{
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: center;
}

.f18{
    font-size: 18px;
}
span.arrowRight{
    margin: 0 5vw;
}
.pdt110, .pdt110p{
    padding-top: 110%!important;
}

.pdt120p{
    padding-top: 120%!important;
}
.mg5{
    margin: 5px!important;
}
.mg10{
    margin: 10px!important;
}

.photo5{
    width: calc(100% / 3);
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

ul.pdt100  li .imgs .img{
    padding-top: 100%!important;
}

.winIcon::after{
    content: '勝';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right:  50%;
    margin-top: -30px;
    width: 50px;
    height: 50px;
    background-color: #ff0000;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 100px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.purpleBox{
    display: flex;
    align-items: center;
    background-color: rgba(128, 0, 128, 0.2);
    color: #fff;
    padding: 30px;
    border-radius: 15px;
}
.pd30{
    padding: 30px;
}
.winIcon02::after{
    content: '勝';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 70px;
    height: 70px;
    margin-top: -100px;
    margin-left: 30px;
    background-color: #ff0000;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    border-radius: 100px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.loseIcon::after{
    content: '敗';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 70px;
    height: 70px;
    margin-top: -100px;
    margin-left: 30px;
    background-color: purple;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    border-radius: 100px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.tac{
    text-align: center;
}
ul.pdt100 li .imgs .img.pdt140{
    padding-top: 140%!important;
}
.hauto{
    height: auto!important;
}
.fs0{
    flex-shrink: 0;
}
.w100-4{
    width: calc(100% / 4 - 10px);

}
.pdt5625{
    padding-top: 56.25%;
}
.pdt5625-4{
    padding-top: calc(56.25% / 4);
}
.pdt80p{
    padding-top: 80%!important;
}
.pdt100p{
    padding-top: 100%!important;
}
.pdt140p{
    padding-top: 140%!important;
}
.pdt25p{
    padding-top: 25%;
}
.pdt5625p{
    padding-top: 56.25%!important;
}
.pdt30p{
    padding-top: 30%!important;
}
.pdt40p{
    padding-top: 40%!important;
}
.bgCover{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.border1px{
    border: 1px solid #ddd;
    background-color: #fff;
}
.flex-wrap{
    flex-wrap: wrap;
}
.photo6{
    width: calc(100% / 4 - 10px);
}
.f24{
    font-size: 24px!important;
}
.mg15{
    margin: 15px;
}
.mgb15{
    margin-bottom: 15px;
}
.redColor{
    color: red;
}
.orangeColor{
    color: orange;
}
.mgb30{
    margin-bottom: 30px;
}
.f18{
    font-size: 18px!important;
}
.f16{
    font-size: 16px!important;
}
.f14{
    font-size: 14px!important;
}
.w100px{
    width: 100px!important;
}
.stepStyle{
    font-size: 30px;
    font-weight: bold;
    color: #95BB74;
}
.w300px{
    width: 300px!important;
}
.descList{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0!important;
}
.descList li{
    width: 100%!important;
    border: 0!important;
    padding: 5px 0!important;
    margin: 0!important;
    margin-left: 30px!important;
    list-style-type: disc;
}
h4.hauto{
    margin-bottom: 5px!important;
}

@media (max-width: 1000px){
         
}

@media (max-width: 768px){
    .m-fdc{
        flex-direction: column!important;
    }
    .m-mg0{
        margin: 0!important;
    }
    .m-pd0{
        padding: 0!important;
    }
    .m-w100{
        width: 100%!important;
    }
    .photo2{
        width: 80vw!important;
        height: initial!important;
        padding-top: 0!important;
    }
    .pt2 .box .txt{
        padding-left: 0;
    }
    .pc{
        display:  none;
    }
    .mb{
        display:  block;
    }
    .m-aic{
        align-items: center!important;
    }
    .m-aifs{
        align-items: flex-start!important;
    }
    .videoArea iframe{
        width: 100%!important;
        height: 52vw;
    }
    .winIcon::after{
        right: 45%;
    }
    .m-w50{
        width: calc(50% - 10px)!important;
    }
    .m-hauto{
        height: auto;
    }
    .m-mgauto{
        margin:  0 auto;
    }
    .m-mg30-0{
        margin: 30px 0;
    }
}

@media (max-width: 576px){
    .winIcon::after{
        width: 40px;
        height: 40px;
        right: 40%;

    }

    .winIcon02::after{
        width: 40px;
        height: 40px;
        margin-top: -100px;
        margin-left: 0px;
        font-size: 24px;
        
    }

    .loseIcon::after{
        width: 40px;
        height: 40px;
        margin-top: -100px;
        margin-left: 0px;
        font-size: 24px;
        
    }
    .sdBox ul li .imgs .photo4 {
        width: calc(50% - 10px)!important;
    }
}



