@charset "UTF-8";
/* CSS Document */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 vertical-align:baseline;
 background:transparent;
}

.wrapper{
    max-width: 1080px;
    margin: 0 auto;
    font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.btn01{
    width: 90%;
    margin: 0 auto;
}

.img-box{
    width: 100%;
	display: block;
	vertical-align: bottom;
}
.animation-box{
    position: relative;
}
.animation{
    position: absolute;
    top: 24%;
    width: 50%;
    left: 25%;
}
#form-area{
    text-align: center;
    background-
    color: white;
}
.woman{
    position: relative;
}
.men{
    position: relative;
    margin-top: 10px;
}

/* .form-btn{
    position: absolute;
    top: 75%;
    width: 75%;
    margin: 0 auto;
    left: 13%;
}
*/
.form-btn img{
    width: 100%;
} 
@media screen and (max-width:750px) {
    .form-btn{
        width: 60%;
    }
}

.buy-text{
    color: #222;
    background-color: white;
    display: inline-block;
    margin-bottom: 50px;
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    border-bottom: 5px solid #a6a6a6;
    font-size: 3.5vw;
    font-weight: bold;
}
@media screen and (max-width:750px) {
    .buy-text{
        margin-bottom: 20px;
        font-size: 30px;
        border-bottom: 7px solid #a6a6a6;
    }
}

.woman .img-box,.men .img-box{
    width: 90%;
    margin: 0 auto;
}
.btn-area{
    border: 1px solid #222;
    border-top: none;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 0;
}
@media screen and (max-width: 750px){
    .btn-area{
        padding: 10px 0;
    }
}
/*フォーム*/
.formbox {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 80%;
    margin: 20px auto;
    }

@media screen and (max-width: 750px){
    .formbox{
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        width: 80%;
        margin: 10px auto;
    }
}
hr{
    color: #222;
    height: 1px;
    width: 90%;

}

    .size{
        display: block;
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
    }
    @media screen and (max-width: 750px){
        .size{
            font-size: 14px;
        }
    }
    .small{
        font-size: 85%;
        font-weight: normal;
    }
    .price_textbox{
      width: 100%;
      text-align: left;
    }
    .selectbox {
      width:90%;
      position:relative;
    }
    @media screen and (max-width: 750px){
        .price_textbox{
            width: 50%;
          }
        .selectbox{
            width: 85%;
        }
    }
    select{
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0.7em 0.7em;
    box-sizing: border-box;
    font-size: 1em;
    border: #222 1px solid;
    border-radius: 1;
    background: #fff;
    }
    @media screen and (max-width: 750px){
        select{
            padding: 10px;
        }
    }
    .selectbox::after{
      content:"";
      display:block;
      width:10px;
      height:10px;
      position:absolute;
      right:5%;
      top:35%;
      border-bottom:#333 2px solid;
      border-right:#333 2px solid;
      transform:rotate(45deg)translateY(-30%);
    }
    @media screen and (max-width: 750px){
        .selectbox::after{
            width: 7px;
            height: 7px;
            right: 15%;
            top: 40%;
        }
    }

/*よくある質問*/
.qa-title{
    display: block;
    margin: 0 auto;
    padding: 16px;
    text-align: center;
    background: #bcb5ad;
    font-weight: bold;
}
.qa-list{
width: 90%;
margin: 40px auto;
}
.qa-list dl {
    position: relative;
    margin: 25px 0 0;
    cursor: pointer;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::before {
    position: absolute;
    top: 27px;
    left: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(45deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    z-index: 100;
}
.qa-list .open::before {
    transform: rotate(135deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #DDD;
}
/* .qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
} */
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
 .qa-list dl {
    margin: 10px 0 0;
}
.qa-list dl:before {
    top: 20px;
    left: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
}
.qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
}
.qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}