body{
    background: #000;
}
.remarks{
    font-size: 80%;
    vertical-align: top;
    margin-right: 0.5em;
}
body.footerBtm{
    display: block;
    min-height: auto;
}
div.bg_mv {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
div.bg_mv .video-box{
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
    position: relative;
    top: 0;
    z-index: 0;
    height: auto;
    overflow: hidden;
}
div.bg_mv .video-box video{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
    transform: translate(0, 0);
    object-fit: contain;
    height: auto;
    width: 100%;
    display: block;
    transform: scale(1.005);
}
footer{
    display: none;
}
.forPosiBtm{
    position: relative;
}
.forPosiBtm .ac {
    position: absolute;
    bottom: 9%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    z-index: 2;
    box-sizing: border-box;
    padding: 0;
}
.forPosiBtm .ac a{
    display: block;
}
.forPosiBtm .ac a img{
    display: block;
}
.forPosiBtm video{
    max-width: 100%;
    display: block;
}
body#body01::before{
    display: none;
}

.forPosiBtm .content form{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}
.forPosiBtm .content form > div{
    margin-bottom: 15px;  
}
.forPosiBtm input[type="radio"]+label{
    text-shadow: none;
    background-color: transparent;
    font-size: 27px;
}
.forPosiBtm input[type="radio"]+label:before{
    content: "";
    display: block;
    background-image: url(../img/check_no.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
    border: none;
    background-color: transparent;
    left: 0;

}
.forPosiBtm input[type="radio"]:checked+label:before{
    content: "";
    display: block;
    background-image: url('../img/check.png');
    transform: rotate(0deg);
    left: 0;
}
.btnArea .btn-submit {
    display: block;
    width: 100%;
    height: auto;
}

.forPosiBtm input[type="checkbox"]+label{
    text-shadow: none;
    background-color: transparent;
    font-size: 24px;
}
.forPosiBtm input[type="checkbox"]+label:before{
    content: "";
    display: block;
    background-image: url(../img/check_no.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
    border: none;
    background-color: transparent;
    left: 0;

}
.forPosiBtm input[type="checkbox"]:checked+label:before{
    content: "";
    display: block;
    background-image: url('../img/check.png');
    transform: rotate(0deg);
    left: 0;
}

@media screen and (min-width: 481px) and ( max-width:630px) {
    .forPosiBtm input[type="radio"]+label{
        font-size: 4.3vw;
        padding-left: 2em;
    }
    .forPosiBtm input[type="radio"]+label:before {
        content: "";
        width: 6vw;
        height: 6vw;
    }
    .forPosiBtm input[type="checkbox"]+label{
        font-size: 4.3vw;
        padding-left: 2em;
    }
    .forPosiBtm input[type="checkbox"]+label:before {
        content: "";
        width: 6vw;
        height: 6vw;
    }
}
@media screen and (max-width: 480px) {
    .forPosiBtm input[type="radio"]+label{
        font-size: 5vw;
        padding-left: 2em;
    }
    .forPosiBtm input[type="radio"]+label:before {
        content: "";
        width: 6.5vw;
        height: 6.5vw;
    }
    .forPosiBtm input[type="checkbox"]+label{
        font-size: 5vw;
        padding-left: 2em;
    }
    .forPosiBtm input[type="checkbox"]+label:before {
        content: "";
        width: 6.5vw;
        height: 6.5vw;
    }
}

.reflection{
    position:relative;
    overflow:hidden;
}
    
.reflection:after {
    content:"";
    height:100%;
    width:30px;
    position:absolute;
    top:-180px;
    left:0;
    background-color: #fff;
    opacity:0;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2.5s ease-in-out infinite;
}
    
@keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/**#q0**/
#q0.forPosiBtm .image{
    position: absolute;
    bottom: 26%;
    width: 95%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
}
#q0.forPosiBtm .img001{
    width: 80%;
    position: absolute;
    top: 22.5%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
}
#q0.forPosiBtm .img001 img{
    display: block;
    max-width: 100%;
}
#q0.forPosiBtm .content{
    position: absolute;
    z-index: 3;
    bottom: 13%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#q0.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 50%;
    margin-bottom: 0;
}
@media screen and (min-width: 481px) and ( max-width:630px) {
    #q0.forPosiBtm .content {
        bottom: 15%;
    }
}
@media screen and (max-width: 480px) {
    #q0.forPosiBtm .content {
        bottom: 12%;
    }
    #q0.forPosiBtm .content form > div {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 320px) {
    #q0.forPosiBtm .content {
        bottom: 11%;
    }
}
@media screen and (max-width: 280px) {
    #q0.forPosiBtm .content form > div {
        margin-bottom: 2px;
    }
}
/**#q01**/
body#body01::before{
    display: none;
}
#q01.forPosiBtm .content{
    position: absolute;
    z-index: 3;
    bottom: 18%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#q01.forPosiBtm .content form{
    
}
#q01.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 50%;
    margin-bottom: 0;
}
@media screen and (min-width: 481px) and ( max-width:630px) {
    #q01.forPosiBtm .content {
        bottom: 15%;
    }
}
@media screen and (max-width: 480px) {
    #q01.forPosiBtm .content {
        bottom: 7%;
    }
    #q01.forPosiBtm .content form > div {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 320px) {
    #q01.forPosiBtm .content {
        bottom: 5%;
    }
}
@media screen and (max-width: 280px) {
    #q01.forPosiBtm .content form > div {
        margin-bottom: 2px;
    }
}
/**#q02**/
body#body02::before{
    display: none;
}
#q02.forPosiBtm .content{
    position: absolute;
    z-index: 3;
    bottom: 30%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#q02.forPosiBtm .content form{
    
}
#q02.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 50%;
    margin-bottom: 0;
}
@media screen and (max-width: 480px) {
    #q02.forPosiBtm .content {
        bottom: 23%;
    }
}
@media screen and (max-width: 320px) {
    #q02.forPosiBtm .content form > div {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 280px) {
    #q02.forPosiBtm .content form > div {
        margin-bottom: 5px;
    }
}
/**#q03**/
body#body03::before{
    display: none;
}
#q03.forPosiBtm .content{
    position: absolute;
    z-index: 3;
    bottom: 26%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#q03.forPosiBtm .content form{
    
}
#q03.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 50%;
    margin-bottom: 0;
}
@media screen and (max-width: 480px) {
    #q03.forPosiBtm .content {
        bottom: 22%;
    }
}
@media screen and (max-width: 280px) {
    #q03.forPosiBtm .content form > div {
        margin-bottom: 5px;
    }
}
/**#q04**/
body#body04::before{
    display: none;
}
#q04.forPosiBtm .image{
    position: absolute;
    z-index: 3;
    bottom: 38%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
#q04.forPosiBtm .content{
    position: absolute;
    z-index: 3;
    bottom: 26%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#q04.forPosiBtm .content form{
    
}
#q04.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 50%;
    margin-bottom: 0;
}
@media screen and (max-width: 480px) {
    #q04.forPosiBtm .image{
        width: 90%;
    }
    #q04.forPosiBtm .content {
        bottom: 22%;
    }
}
@media screen and (max-width: 280px) {
    #q04.forPosiBtm .content form > div {
        margin-bottom: 5px;
    }
}
/**#q04-2**/
body#body04-2::before{
    display: none;
}
#q04-2.forPosiBtm .image{
    position: absolute;
    z-index: 3;
    top: 35%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
#q04-2.forPosiBtm .content{
    position: absolute;
    z-index: 3;
    bottom: 15%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#q04-2.forPosiBtm .content form{
    
}
#q04-2.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 50%;
    margin-bottom: 0;
}
#q04-2.forPosiBtm .content .ac .btnArea .btn-submit{
    opacity: 1;
}
/**#q04-3**/
body#body04-3::before{
    display: none;
}
#q04-3.forPosiBtm .image{
    position: absolute;
    z-index: 3;
    top: 32%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
#q04-3.forPosiBtm .content{
    position: absolute;
    z-index: 3;
    bottom: 20%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#q04-3.forPosiBtm .content form{
    
}
#q04-3.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 50%;
    margin-bottom: 0;
}
#q04-3.forPosiBtm .content .ac .btnArea .btn-submit{
    opacity: 1;
}
@media screen and (max-width: 480px) {
    #q04-3.forPosiBtm .image{
        width: 90%;
    }
}
/**#q05**/
body#body05::before{
    display: none;
}
#q05.forPosiBtm .image{
    position: absolute;
    z-index: 3;
    top: 18%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#q05.forPosiBtm .content{
    position: absolute;
    z-index: 3;
    /*bottom: 3%;*/
    bottom: 10%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#q05.forPosiBtm .img001{
    /*position: absolute;
    top: 30%;*/
    margin-bottom: 20px;
}
#q05.forPosiBtm .img001 img{
    display: block;
}
#q05.forPosiBtm .content form{
    
}
#q05.forPosiBtm .content form > div:nth-of-type(3){
    /*margin-bottom: 550px;*/
}
#q05.forPosiBtm .content form > div:last-of-type{
    margin-bottom: 55px;
}
#q05.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 50%;
    margin-bottom: 15px;
}
#q05.forPosiBtm .content .text{
    width: 82%;
    margin-left: auto;
    margin-right: 0;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5%;
}
#q05.forPosiBtm .content .text ul{
    margin-top: 0;
}
#q05.forPosiBtm .content .text ul li{
    list-style-type: none;
	counter-increment: cnt;
}
#q05.forPosiBtm .content .text ul li:before{
    content: "※"counter(cnt);
    margin-right: 1em;
    margin-left: -2.5em;
}

@media screen and (min-width: 481px) and ( max-width:630px) {
    #q05.forPosiBtm .content {
        bottom: 13%;
    }
    #q05.forPosiBtm .image {
        top: 17%;
        width: 85%;
    }
    #q05.forPosiBtm .content form > div:nth-of-type(3) {
        /*margin-bottom: 70vw;*/
    }
    #q05.forPosiBtm .img001 {
        /*position: absolute;
        top: 30%;*/
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 480px) {
    #q05.forPosiBtm .content {
        bottom: 12%;
    }
    #q05.forPosiBtm .image {
        top: 17%;
        width: 65%;
    }
    #q05.forPosiBtm .content form > div:nth-of-type(3) {
        /*margin-bottom: 65vw;*/
    }
    #q05.forPosiBtm .img001 {
        /*position: absolute;
        top: 32%;*/
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    #q05.forPosiBtm .content .text{
        font-size: 3vw;
        width: 100%;
    }
}
@media screen and (max-width: 320px) {
    #q05.forPosiBtm .content {
        bottom: 10%;
    }
    #q05.forPosiBtm .content form > div {
        margin-bottom: 10px;
    }
    #q05.forPosiBtm .content .text {
        margin-top: 0;
    }
}
@media screen and (max-width: 280px) {
    #q05.forPosiBtm .content form > div {
        margin-bottom: 5px;
    }
}
/**#q06**/
body#body06::before{
    display: none;
}
#q06.forPosiBtm .image{
    position: absolute;
    z-index: 3;
    top: 19%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
#q06.forPosiBtm .content{
    position: absolute;
    z-index: 3;
    top: 40%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#q06.forPosiBtm .content form{
    
}
#q06.forPosiBtm .img001{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 160%;
}
#q06.forPosiBtm .img001 img{
    display: block;
}
#q06.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 70%;
    margin-bottom: 15px;
}
