@charset "utf-8";
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 0;
    color: #333333;
}
.breadcrumb{background-color:#FFF;}
.gotxt {
    font-size: 2.0rem;
    line-height: 210%;
}
.commoncontact {
    background: #ffffff;
    padding-bottom: 0px;
}
.commoncontact .topcontactflex .tccbg {
    background: #eae9e6;
}
.topcontactflex {
    justify-content: normal;
    margin-top: 30px;
}
.gattl {
    font-size: 4.0rem;
    font-weight: normal;
    position: relative;
    padding: 20px 0;
}
.telcont {
    margin: 110px 0;
}
.mailcont {
    padding: 0px 0 80px;
	background: #efede8;
}
.mailcont_tl {
    padding-bottom: 40px;
}
.contact_tl {
    padding: 60px 0;
}
.select_label {
    padding-left: 7px;
}
.com01 {
    background: url(../images/bg.png) no-repeat scroll 0 0;
    background-size: contain;
}
.comcont {
    padding-top: 50px;
    margin: 80px 0;
}
.topcontactflex .tccbg {
    width: 100%;
}
.form-check-input {
    margin-top: 0.5rem;
}
.form-group {
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-bottom: 0rem;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}

.col-form-label {
    padding-right: 0px;
    padding-left: 0px;
}

.contact_line {
    border-bottom: 2px solid #FFF;
}
.form-control {
    height: calc(2.7em + .75rem + 2px);
    font-size: 100%;
    border: 1px solid #d9d9d9;
    border-radius: .5rem;
}
.sslBox {
    padding-top: 120px;
}
.btn-info {
    height: 100%;
    font-size: 100%;
}
.btn-contact {
    width: 280px;
    border: 0px solid transparent;
    padding: 3.375rem 0rem;
    margin-bottom: 20px;
    font-size: 100%;
    line-height: 0.7;
    border-radius: 0rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

}
.btn-contact-info {
    height: 52px;
    font-size: 100%;
}
.btn-contact-primary {
    color: #FFF;
    background-color: #998a63;
}
.btn-contact-lay {
    text-align: center;
    padding-top: 50px;
}
.label-indent {
    padding-left: 16px;
}
.error_tl {
    padding-top: 60px;
}
.thanks_tl {
    padding-top: 60px;
    padding-bottom: 30px;
}
.col-sm-9 {
    word-wrap: break-word;
}
.hov ul a:hover {
    color: #000;
    text-decoration: none;
}
.mainbg h1 {
    padding: 10% 0 6% 0;
}

@media screen and (max-width: 1250px) {

}
@media screen and (max-width: 940px) {

}

@media all and (-ms-high-contrast: none) {
}

@media screen and (max-width: 768px) {
    .com01 {
        background: url(../images/bg_sp.png) no-repeat scroll 0 0;
        background-size: cover;
    }
    .comcont {
        margin: 30px 0 60px;
    }
    .telcont {
        margin: 30px 0;
    }
    .gattl {
        font-size: 2.2rem;
        padding: 0 0;
    }
    .contact_tl {
        padding: 30px 0;
    }
    .topcontactflex {
        margin-top: 0px;
    }
}

@media screen and (max-width: 575px) {
    .btn-info {
        margin-top: 10px;
    }
}

