img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}
#wrapper2 {
    max-width: 750px;
    margin: 0 auto;
}
.cv_f {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    padding: 10px 0 0;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
}
.cv_f img {
    max-width: 566px;
    width: 76%;
    margin: 0 auto;
}
.cv01 {
    position: relative;
}
.cv01 a {
    position: absolute;
    display: block;
    width: 76%;
    right: 12%;
    bottom: 12%;
}
.cv01 a:hover {
    opacity: .8;
}
.cv02 {
    position: relative;
}
.cv02 a {
    position: absolute;
    display: block;
    width: 76%;
    right: 12%;
    bottom: 9.6%;
	/*bottom: 36.6%;*/
}
.cv02 a:hover {
    opacity: .8;
}
.video {
    width: 100%;
    max-width: 100%;
}
footer small {
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 5px 0;
    background-color: #005d01;
    color: #ffffff;
}
.fv {
    position: relative;
}
.fv .fv-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
/*調整*/
.block-landingpage-form--spec-content {
    line-height: 140%;
}
.block-landingpage-form--payment-content-method-select {
    line-height: 120%;
}
@media screen and (min-width: 1001px) {
    .container {
        max-width: 100%;
        margin: 0 auto;
    }
    .footer_menu_wrap {
        width: 1000px;
    }
    #frmLP {
        width: 1080px;
        margin: 0 auto;
    }
    .block-landingpage-login--member {
        width: 1060px;
        margin: 0 auto;
    }
    @-moz-document url-prefix() {
        #frmLP {
            width: 1270px;
            margin: 0 auto;
        }
        .block-landingpage-login--member {
            width: 1260px;
            margin: 0 auto;
        }
    }
}