/* CSS Document */

#contentsArea {
    overflow:hidden;
}
#contentsArea .toptext {
    max-width:890px;
    margin:0 auto 40px;
    overflow:hidden;
}
.content6_bottom_bg {
    padding:30px 0;
}
.form-lead{
    padding:50px 0 30px;
    font-size:15px;
}
.form-style{
    width:100%;
}
.form-style input{
    width:100%;
    padding:5px 15px;
    box-sizing:border-box;
}
.form-style .name,.form-style .kana{
    border-right:none;
    padding-right:5px;
}
.form-style .name02,.form-style .kana02{
    border-left:none;
    padding-left:5px;
}
.form-style .postal_code,.form-style .area,.form-style .address,.form-style .apartment{
    border:none;
    border-right:1px solid #9c9b9b;
    padding:5px 15px;
}
.form-style .postal_code{
    padding:15px 15px 5px;
}
.form-style .apartment{
    padding:5px 15px 15px;
}
.form-style .agree input{
    width:auto;
}
.form-style .postal_code input{
    width:25%;
}
.form-style .area input{
    width:70.2%;
}
.form-style .area select{
    width:29%;
    height:29px;
}
.form-style th span{
    color:#e50000;
}
.form-style th,.form-style td{
    padding:15px;
    font-size:14px;
    box-sizing:border-box;
    border:1px solid #9c9b9b;
}
.form-style th{
    background:#e0e0e0;
    width:250px;
    vertical-align: top;
}
.form-style td{
    background:#fff;
    line-height:1.8;
}
.confirm-btn{
    text-align: center;
}
.confirm-btn button {
    display: inline-block;
}
button {
    padding: 15px 0 15px;
    font-size: 15px;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #ffffff;
    background: #131652;
    border-radius:0;
    margin:40px auto;
    border:none;
    width:200px;
    display:block;
}
input[type=button] {
    padding: 15px 50px 15px;
    font-size: 15px;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #ffffff;
    background: #9c9b9b;
    border-radius:0;
    margin:40px auto;
    border:none;
    width:200px;
    /*display:block;*/
}
.tanks-area{
    padding-top:40px;
}
.tanks-area h2{
    text-align:center;
    font-size:26px;
    color:#131652;
    margin-bottom:20px;
}
.tanks-area p{
    font-size:15px;
    text-align:center;
}
.form-style textarea{
    width:100%;
}
a:link.nderline-link, a:visited.nderline-link {
    text-decoration: underline !important;
}
.error {
    color: red;
}

@media screen and (max-width: 768px) {
    #contentsArea {
        padding:30px 4%;
    }
    .form-style,.form-style th,.form-style td,.form-style tr,.form-style tbody {
        display:block;
        width: 100%;
    }
    .form-style {
        border:1px solid #9c9b9b !important;
    }
    .form-style th,.form-style td{
        border:1px solid #9c9b9b !important;
    }
    .form-style .name,.form-style .kana{
        padding-right:15px;
    }
    .form-style .name02,.form-style .kana02{
        padding-left:15px;
    }
    .form-style .postal_code,.form-style .area,.form-style .address,.form-style .apartment{
        border:none !important;
        border-right:1px solid #9c9b9b !important;
        border-left:1px solid #9c9b9b !important;
    }
    .form-style .postal_code{
        border-top:1px solid #9c9b9b !important;
    }
    .form-style .apartment{
        border-bottom:1px solid #9c9b9b !important;
    }
    .form-style .postal_code input{
        width:80%;
    }
    .form-style .area input{
        width:100%;
    }
    .form-style .area select{
        width:100%;
        margin-bottom:10px;
    }
    button {
        width:90%;
    }
    input[type=button] {
        width:90%;
        margin:40px auto 20px;
        display:block;
    }
    input[type=button] + button {
        display: block;
    }
    .button {
        width:90%;
    }
    .confirm-btn{
        width:100%;
    }
}
