@charset "utf-8";
.fV {
background: #F6F5F2;
}
h1 {
text-align: center;
}
h1 span:first-child {
font-size: 3rem;
font-weight: bold;
}
h1 span:last-child {
font-size: 1rem;
display: block;
}
h2 {
font-size: 1.5rem;
text-align: center;
font-weight: bold;
margin-bottom: 5rem;
}
h3 {
font-size: 1.2rem;
font-weight: bold;
margin: 3rem 0 1.2rem;
}
h4 {
font-size: 1.1rem;
margin-top: 1.5rem;
margin-bottom: 1rem;
}
p {
margin-bottom: 2rem;
}
.mainWrap {
margin: 80px auto 60px;
border-radius: 4px;
padding: 60px;
background: #fff;
}
.tabLeWrap {
background: #fff;
border-radius: 10px;
}
.tabLeWrap table {
margin: auto;
}
.tabLeWrap tr {
display: flex;
}
.tabLeWrap tr:not(:last-child) {
border-bottom: 2px solid #C7C7C7;
}
.tabLeWrap th {
width: 25%;
min-width: 160px;
vertical-align: top;
}
.tabLeWrap td {
width: 75%;
}
.tabLeWrap td ol {
list-style-type: decimal;
margin-left: 1.3rem;
}
.tabLeWrap td iframe {
margin-bottom: 2rem;
width: 100%;

}
.tabLeWrap th,.tabLeWrap td {
padding: 24px;
}
.tabLeWrap th span,.tabLeWrap td span {
display: block;
}
.policyWrap .mainInner > section:last-child ul{
margin: 0;
}
.policyWrap ul {
margin: 0 0 2rem;
}
.contactForm > div {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.contactForm > div.agree {
    flex-wrap: nowrap;
    margin-top: 1rem;
    justify-content: flex-start;
}
.contactForm > div > #last_name,
.contactForm > div > #first_name,
.contactForm > div.formName > span {
width: 48%;
}
.contactForm > div:not(:first-child) label {
margin-top: 3.125rem;
}
.contactForm > div.agree:not(:first-child) label {
margin-top: 0;
padding-left: 10px;
}
.contactForm > div.contract.agree:not(:first-child) label {
display: flex;
padding-left: 0;
}
.contract.agree span {
margin: 0;
}
.wpcf7-list-item label {
display: flex;
}
.wpcf7-list-item span {
padding-left: 10px;}
.contactHead {
margin-bottom: 0.5rem;
display: flex;
align-items: center;
width: 100%;
}
.contactHead span:first-child {
font-weight: bold;
}
.contactHead span:nth-child(2) {
font-size: 0.75rem;
background: #736A63;
color: #fff;
padding: 0.125rem 0.875rem;
border-radius: 50px;
margin-left: 0.5rem;
}
.contactForm p {
margin-bottom: 0;
}
.contactForm > div:not(:last-child) input,.contactForm select,.contactForm textarea {
    background: #f6f5f2;
padding: 0.8125rem 1rem;
border-radius: 10px;
width: 100%;
border: none;
}
.contactForm > div:not(:last-child) input,.contactForm select {
height: 50px;
}
.contactForm > div.agree input {
all: revert;
height: 20px;
width: 20px;
}
.submitWrap {
text-align: center;
padding-top: 3.125rem;
}
.submitWrap > * {
width: 100%;
}
.submitWrap a {
color: #005792;
text-decoration: underline;
}
.submitWrap input {
cursor: pointer;
padding: 1.125rem 3.125rem;
text-align: center;
background: #736A63;
border: none;
color: #fff;
font-weight: bolder;
border-radius: 50px;
display: flex;
margin: 1rem auto 0;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}
.submitWrap input:hover {
-webkit-animation: buttonHover 0.3s forwards;
animation: buttonHover 0.3s forwards
}
.contactContent > div {
position: relative;
width: 100%;
}
.contactContent > div::after {
content: '';
width: 12px;
height: 12px;
border: 0;
border-top: solid 1px #3C3C3C;
border-right: solid 1px #3C3C3C;
position: absolute;
top: 50%;
right: 1rem;
margin-top: -10px;
transform: translateX(-50%) rotate(135deg);
}
.wpcf7-form-control-wrap {
    width: 100%;
}
.contractText {
    text-align: center;
}
.contractText .br {
    display: inline-block;
}
.information_ai dt {
    margin-bottom: 0.5em;
}


@media screen and (max-width: 768px) {
    .breadCrumb,.archive {
background: #fff;    }
    .breadCrumb.mW {
        padding-top: 16px;
    }
.mainWrap {
        margin: 0;
        padding: 60px 0 40px;    }
h2 {
font-size: 1.25rem;
text-align: center;
font-weight: bold;
margin-bottom: 5rem;
}
h3 {
font-size: 1.125rem;
font-weight: bold;
}
h4 {
font-size: 1.rem;
}
.tabLeWrap tr {
flex-wrap: wrap;
padding: 10px 0;
}
.tabLeWrap th,.tabLeWrap td {
width: 100%;
min-width: inherit;
        padding: 4px 10px;
text-align: left;
}
.tabLeWrap th span, .tabLeWrap td span {
    display: inline;
}
.contractText {
    text-align: left;
}
.contractText .br {
    display: inline;
}
}