

.container{
    padding:40px 0;
}

.flex-block{
    display: flex;
}
.header{
    justify-content: space-around;
}

.thanks-footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer.thanks-footer .container {
    padding: 40px 0 50px;
}





.ttl-block{
    display: flex;
    justify-content: center;
}

.text-14 {
    font-size: 14px!Important;
    margin-left: 10px;
}
.text-32 {
    font-size: 32px!Important;
    margin-left: 10px;
}


.text-ttl.f-color-bl{
    margin-bottom: 0;
}


.ttl-circle {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #b29f78;
    color: #fff;
}

.ttl-circle span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :200px;
    text-align:center;
}

.ttl-detail{
    text-align: left;
    margin-left: 40px;
}

.tel{
    font-size: 44px;
    font-weight: 700;
    letter-spacing: .1em;
}
.tel img{
    margin-right: 20px;
    width: 40px;
    color: #898989;
}

.tel svg{
    width: 40px;
    height: 40px;
}


.midashi{
    padding: 20px 0;
    color: #fff;
    background: #47afbe;
}


.lead{
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
    margin-top: 100px;
    color: #47afbe;
}

.container.form-block{
    width: 800px;
    margin-top: -100px;
}


form#mailformpro dl dt,
form#mailformpro dl dd{
    font-size: 16px;
}

form#mailformpro dl dt{
    width: 100%;
    float: none;
    text-align: left;
    border: none;
    margin-top: 30px;
}

form#mailformpro dl dd {
    padding: 0;
    border: none;
}



.mfp_buttons button{
    color: #666;
}


/* 購入希望 */

dl.buy-block{
    border-top:1px solid #898989;
    border-bottom:1px solid #898989;
    align-items: center;
}


dl.buy-block span.text-14{
    display: block;
    margin: -47px 0 0 50px;
}
dl.buy-block span.text-32{
    display: block;
    margin: -20px 0 0 50px;
}

form#mailformpro dl.flex-block.buy-block dd{
    margin-right: 30px;
}

.bg{
    background: #f2ebd6;
    padding: 30px;
}


.add-list li{
    margin-top: 30px!Important;
}


.must {
    display: inline-block;
    float: none;
}

textarea {
    resize: vertical;
    min-width: 100%;
    min-height: 200px;
}

input.daisu{
    max-width: 50px;
}
input.wid-inp{
    width: 100%;
    height: 50px;
    padding:10px 20px;
}

input.wid-inp-h{
    width: 40%;
    height: 50px;
    padding:10px 20px;
}


select.wid-inp-h {
    width: 40%;
    height: 50px;
    padding: 10px 20px;
}



.buy-block input[type=checkbox] {
    width:          24px;
    height:         24px;
    -moz-transform:     scale(2.4);
    -webkit-transform:  scale(2.4);
    transform:      scale(2.4);
    margin-top: 10px;
}






form#mailformpro dl dd.include {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    border: solid 1px #DDD;
    padding: 0em 2em 2em;
    text-align: left;
    background: #FAFAFA;
}
