@charset "UTF-8";
.contents{
    padding-top: 80px;
    padding-bottom: 100px;
}
.top-visual h1{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -24.5px;
    margin-left: -84.5px;
}
.article{
    width: 1000px;
    margin: 0 auto;
}
.article p{
    text-indent: 0;
    margin-top: 10px;
    border-top: 3px solid #b4d8ce;
    padding-top: 40px;
    line-height: 2;
}
.article h2{
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 6px solid #2d5e72;
}
.contact-contents{
    width: 740px;
    margin-top: 40px;
    margin-left: auto;
    font-size: 15px;
    margin-right: auto;
}
.contact-table{
    width: 100%;
}
.contact-contents th{
    width: 30%;
}
.must:before{
    content: '\5FC5\9808';
    display: inline-block;
    color: #fff;
    background: #c91725;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 36px;
    font-size: 11px;
    vertical-align: middle;
    margin-right: 15px;
    border-radius: 5px;
}
.contact-contents th,.contact-contents td{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d5d0;
}
.contact-contents input,.contact-contents textarea{
    width: 100%;
    border: 1px solid #beb8b6;
}
.contact-contents input{
    height: 32px;
    padding-left: 5px;
}
.contact-contents textarea{
    padding: 5px;
    min-height: 150px;
    resize:vertical;
}
.set-padding-left{
    vertical-align: top;
    padding-left: 53px;
}
#postal_code{
    display: inline-block;
    width: 112px;
    margin-left: 5px;
    margin-bottom: 15px;
}
.btn-wrapper{
    margin-top: 57px;
    text-align: center;
}
.btn-wrapper input[type="submit"]{
    -webkit-appearance: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    border: none;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../img/btn/submit.png");
    width: 288px;
    height: 68px;
}
input[type="submit"].submit2{
    background-image: url("../img/btn/submit2.png");
}
.confirm input,
.confirm textarea{
    background: transparent;
    outline: none;
    border: none;
    resize:none;
}
.cancel-form{
    text-align: center;
}
input[type="submit"].cancel{
    width: 288px;
    height: 68px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #0000ff;
    cursor: pointer;
}
.set-tac{
    text-align: center;
}
.c-blue{
    color: #0000ff;
    text-decoration: underline;
}
.set-tac h2{
    border-left: none;
    padding-left: 0;
}
@media screen and (max-width: 880px) {
    .contents{
        padding-top: 30px;
        padding-bottom: 80px!important;
    }
    .contents-inner{
        height: 120px;
    }
    .top-visual h1{
        margin-top: -19.75px;
        margin-left: -66.25px;
    }
    .contents{
        padding-top: 30px;
        padding-bottom: 120px;
    }
    .contents-inner{
        height: 120px;
    }
    .article{
        width: 90%;
        margin: 0 auto;
    }
    .article-text p{
        margin-top: 5px;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }
    .article h2{
        font-size: 15px;
        letter-spacing: inherit;
        font-weight: normal;
    }
    .contents{
        -webkit-background-size: 90%;
        background-size: 90%;
    }
    .article h3{
        height: auto;
        margin-top: 30px;
    }
    .list {
        display: block;
    }
    .list li{
        width: 100%;
        display: table;
        margin: 0 auto;
    }
    .list img.sp{
        width: 100%;
        display: table-cell;
    }
    .contact-contents{
        width: 100%;
    }
    .list h4{
        width: 60%;
        display: table-cell;
        font-size: 14px;
        height: auto;
        vertical-align: middle;
        line-height: 0;
    }
    .list li:last-child{
        border-right: none;
    }
    .contact-contents th, .contact-contents td{
        display: block;
        padding-top: 0px;
        width: 100%!important;
        padding-bottom: 6px;
    }
    .contact-contents th{
        border-bottom: none;
    }
    .contact-contents td{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .contact-contents input, .contact-contents textarea{
        width: 100%;
    }
    .must:before {
        padding-top: 2px;
        padding-bottom: 2px;
        margin-right: 5px;
    }
    #postal_code{
        margin-bottom: 5px;
    }
    .set-padding-left{
        padding-left: 0;
    }
    .btn-wrapper{
        margin-top: 0px;
    }
}

