.contact section.content:first-of-type {
    margin-top: 8rem;
}
.contactTop b {
    font-weight: bold;
}
.leadBox {
    margin-bottom: 6rem;
    text-align: center;
}
section.content .leadTxt {
    margin-bottom: 4rem;
}
.contact .leadTxt + p:not(.btn-a,.contactNote) {
    color: #F4625E;
    margin-bottom: 4rem;
}
section.content .leadTxt + p.btn-a {
    margin-top: -1rem;
}
.leadBox p.btn-a + p {
    margin-top: 4rem;
}

.contactBtn {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    margin-bottom: -1.2rem;
    padding-bottom: 4rem;
}
.contactBtn li {
    width: 32.45%;    
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.2rem;
}
.contactBtn li a:link,
.contactBtn li a:visited {
    display: block;
    border-radius: 10px;
    border: solid 1px #C2C2C2;
    background-color: #fff;
    display: flex;
    align-content:center;    
    flex-wrap: wrap;
    width: 100%;
    font-weight: bold;
    min-height: 8rem;
    box-sizing: border-box;
    padding: 0 2rem;
    background-image: url(/asset/img/common/arw.svg);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 16px;
}
.contactBtn li a span {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 0.6rem;
}
.contactBtn li a span.line2 {
    font-size: 1.2rem;
    line-height: 1.5;
}
.contactBtn::after {
    display: block;
    content:"";
    width: 32.45%; 
}
.contactTop .inner2 p + p.btn-a {
    margin-top: 1.7rem;

}
.contact_qa .inner {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 3rem;
    box-sizing: border-box;
    padding: 8rem 0;
}
.contact_qa .inner ul {
    list-style: none;
    width: 79.47%;
    margin: 0 auto;
    max-width: 906px;
    padding: 0 0 3rem;
}
.contact_qa .inner ul li {
    padding-bottom: 2.5rem;
    border-bottom: solid 1px #C2C2C2;
    margin-bottom: 2.5rem;
    cursor: pointer;

}
.contact_qa .inner ul li h4 {
    background-image: url(/asset/img/common/plus.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px;    
    padding-left: 1.2em;
    margin-bottom: 0;
    font-size: 1.6rem;
}
.contact_qa .inner ul li h4::before {
    content: "Q.";
    background-color: transparent;
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
    bottom: inherit;
    padding-top: inherit;
}
.contact_qa .inner ul li h4::after {
    display: none;
}
.contact_qa .inner ul li.open h4 {
    background-image: url(/asset/img/common/minus.svg);
}
.contact_qa .inner ul li p {
    display: none;
    margin-top: 1.7rem;
    position: relative;
    padding-left: 1.2em;
}
.contact_qa .inner ul li p::before {
    content: "A.";
    position: absolute;
    left: 0;
    top: 0;
}
#qa.contact_qa {
    margin-bottom: 8rem;
}
#contactQAInclude #qa.contact_qa {
    margin-top: 0;
    padding-top: 8rem;
}
.contactLowWrap {                                                                                                                                           
    max-width: 706px;
    margin: 0 auto;
}
.contactLowWrap table {
    width: 100%;
    margin-bottom: 6rem;
}
.contactLowWrap th {
    font-weight: bold;
    color: #009E8A;
    text-align: left;
    padding-top: 2rem;
}
.contactLowWrap th em {
    background-color: #F4625E;
    border-radius: 3px;
    color: #fff;
    font-style: normal;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 0.5rem;
    vertical-align: middle;
    margin-left: 0.6rem;
}
.contactLowWrap td {
    padding: 0.8rem 0 2rem;
    border-bottom: solid 1px #C2C2C2;
}
.contactLowWrap tr:last-child td {
    border-bottom: 0;
    padding-bottom: 0;
}
.contactLowWrap td input[type="text"],
.contactLowWrap td textarea,
.contactLowWrap td select {
    border: solid 1px #929292;
    border-radius: 10px;
    width: 100%;
    line-height: 4rem;
    box-sizing: border-box;
    padding: 0.2rem;
}
.contactLowWrap td select {
    width: inherit;
    padding: 0.8rem 1rem;
}
.contactLowWrap td.flexcloum {
    display: flex;
    align-items: center;
}
.contactLowWrap td.flexcloum  input[type="text"] {
    width: 40%;
    margin-left: 0.5rem;
}

.contactLowWrap blockquote {
    border: solid 1px #929292;
    box-sizing: border-box;
    width: 100%;
    padding: 2rem 0.6rem 1rem 3rem;
    border-radius: 10px;
    margin-bottom: 2rem;
}
.contactLowWrap blockquote > div {
    width: 100%;
    overflow-y: auto;    
    height: 240px;
    box-sizing: border-box;
    padding: 1rem 2.5rem 3rem 0;
}
.contactLowWrap blockquote > div::-webkit-scrollbar{
    width: 4px;
}
.contactLowWrap blockquote>div::-webkit-scrollbar-track {
    background-color: #fff;
}
.contactLowWrap blockquote>div::-webkit-scrollbar-thumb {
    background-color: #C2C2C2;
    border-radius: 10px;
}

.agreeCheck input[type=checkbox] {
    display: none;
}    
.agreeCheck label {
    position: relative;
    padding-left: 3rem;
}    
.agreeCheck label::before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 22px;
    height: 22px;
    border: solid 1px #BCDAD2;
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
}    
.agreeCheck label:has(:checked)::after {
    display: block;
    position: absolute;
    content: "";
    width: 14px;
    height: 7px;
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #009E8A;
    transform: rotate(-45deg);
    top: 50%;
    left: 4px;
    margin-top: -7px;
}
.agreeCheck + .btn-a {
    margin-top: 3rem;
}
section.content + section.content.contactLowWrap {
    padding-top: 0;
    margin-top: -12rem;
}
.contactLowWrap .error {
    color: #F4625E;
    font-size: 1.2rem;
    display: block;
    margin-top: 0.6rem;
}
.thanks .leadBox {
    margin-bottom: 0;
}
.contactNote {
    padding: 2em;
    border: solid 1px #999;
    margin: 3em auto;
    text-align: left;
    display: table;
}
dl.maintenance {
    border:solid 2px #000;
    padding: 2em;
    box-sizing: border-box;
    display: table;
    margin: 0 auto -1em;
}
dl.maintenance dt {
    text-align: center;
    font-weight: bold;
    color: red;
    font-size: 2.4rem;
    margin-bottom: 1em;
    text-decoration: underline;
}
dl.maintenance dd {
    line-height: 1.8;
}


@media screen and (max-width: 767px) {    
    .contact section.content:first-of-type {
        margin-top: 5rem;
    }
    .contact .leadTxt + p:not(.alCetner) {
        text-align: left;
    }
    section.content .leadTxt + p.btn-a {
        text-align: center;
    }
    .contactBtn {
        display: block;
    }
    .contactBtn li {
        width: 100%;
    }
    .contact_qa .inner {
        width: 90.66%;
        padding: 4rem 0;
    }
    .contact_qa .inner ul li h4 {
        padding-right: 4rem;
    }
    .contactLowWrap {
        width: 90.66%;
    }
    #contactQAInclude #qa.contact_qa {
        padding-top: 6rem;
    }
    .contactLowWrap td.flexcloum {
        flex-wrap: wrap;
    }
    .contactLowWrap td.flexcloum input[type="text"] {
        width: 100%;
        margin: 0.5rem 0 0;
    }
    section.content + section.content.contactLowWrap {
        margin-top: -6rem;
    }

}