@charset "utf-8";
#staff {
background: #f0f0f0;
}

.color-t{
color: #ea5511;
font-weight: bold;
}

.agent {
margin: 4rem auto;
padding: 0.7rem 4rem;
line-height: 1.3;
text-align: left;
}

#support {
width: 100%;
max-width: 1200px;
margin: 0 auto -80px;
background: #fff;
padding-bottom: 80px;
}

.support-underline {
/* border-bottom: solid 1px #ababab; */
display: flex;
justify-content: center;
align-items: center;
background-image: linear-gradient(140deg, #136CBC, #135abc 80%);
color: #fff;
margin-bottom: 1.3rem;
}
.support-underline span {
font-size: 32px;
width: 6%;
min-width: 60px;
height: 6rem;
font-weight: bold;
text-align: center;
line-height: 1.8;
}
.support-message h2 {
width: 94%;
padding: 0.5rem 2rem 0.8rem;
line-height: 1.3;
border-left: solid 2px #fff;
}
.support-underline p {
font-size: 18px;
margin-left: -1.5rem;
}
.sm-text {
margin: 0 1rem;
padding-bottom: 2.5rem;
line-height: 1.8;
}

.support-topmessage {
width: 94%;
margin: 0 auto;
padding-bottom: 4rem;
}
.support-topmessage h3 {
width: 94%;
margin: 0 auto;
}

.support-message {
width: 94%;
margin: 0 auto;
padding: 5rem 0 0;
}
.sm-box {
width: 94%;
margin: 0 auto;
}

.support-img {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.si-top1,
.si-top2 {
width: calc(100%/3);
}
.si-img01,
.si-img02,
.si-img03,
.si-img04,
.si-img05,
.si-img06,
.si-img07 {
height: 300px;
object-fit: cover;
}

.si-img01,
.si-img03,
.si-img04,
.si-img07 {
width: 26%;
}
.si-img02 {
width: 48%;
}
.si-img05,
.si-img06 {
width: 24%;
}

.sm-bottom {
margin-bottom: -6rem;
}

@media only screen and (max-width: 786px) {
.agent {
width: 80%;
}
.support-topmessage h3 {
text-align: left;
margin-bottom: -1rem;
}
.foreigners-faqtoptext h4 {
text-align: left;
line-height: 1.3;
}
.faqtoptext-s2 {
font-size: 18px;
font-weight: 400;
}

.si-img01,
.si-img02,
.si-img03,
.si-img04,
.si-img05,
.si-img06,
.si-img07 {
height: 150px;
}
}

@media only screen and (max-width: 500px) {
.agent {
width: 100%;
margin: 2rem auto 0.5rem;
padding: 0.7rem 2rem;
font-size: 24px;
background: none;
color: #136CBC;
}
.support-topmessage {
padding-bottom: 3rem;
}
.sm-text {
padding-bottom: 2rem;
}

.foreigners-faqtoptext h4 {
font-size: 24px;
}
.faqtoptext-s2 {
font-size: 14px;
}

.si-img02,
.si-img03,
.si-img05,
.si-img06,
.si-img07 {
height: 100px;
}

.support-img {
flex-wrap: wrap;
}
.si-img-top {
width: 100%;
}
.si-top2 {
width: 50%;
}
.si-img02 {
width: 60%;
}
.si-img03 {
width: 40%;
}
.si-img05,
.si-img06 {
width: 25%;
}
.si-img07 {
width: 50%;
}
.sm-bottom {
margin-bottom: -3rem;
}

.support-underline {
display: block;
width: 100%;
background-image: linear-gradient(140deg, #136dbc00, #1359bc00 80%);
color: #136CBC;
padding: 2rem 0 1rem;
margin-bottom: 1.6rem;
border: solid #136CBC;
border-width: 2px 0 2px 0;
}

.support-underline span {
display: block;
margin: -2.5rem auto 1rem;
line-height: 2;
border-bottom: solid 2px #136CBC;
}

.support-message h2 {
text-align: center;
margin: 0 auto;
padding: 0 0 0.5rem;
border-left: solid 0px #fff;
}
.support-underline p {
text-align: center;
width: 100%;
margin: 0 auto;
}
}