@charset "UTF-8";
/* コンテンツ */

#title {
    background-image: url("../img/title_bg.webp");
    color: #fff;
}

.snavi ul li {
    width: auto;
}
.snavi ul li a {
    padding: 0 3em;
}

.sebox1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -4em;
}
.sebox1 ul li {
    width: 30%;
    margin-bottom: 4em;
}
.sebox1 ul li img {
    width: 100%;
}
.sebox1 h4 {
    font-weight: 500;
    color: #aa8e51;
    line-height: 1.5;
    margin-bottom: 0.8em;
}
.sebox1 p {
    font-size: 0.92em;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
.sebox1 h5 {
    text-align: center;
}
.sebox1 ul li:nth-child(1) img {
    width: 70% !important;
}
.sebox1 ul li:nth-child(2) img {
    width: 50% !important;
}
.sebox1 ul li:nth-child(4) img {
    width: 60% !important;
}
.sebox1 ul li:nth-child(5) img {
    width: 50% !important;
}
.sebox1 ul li:nth-child(6) img {
    width: 50% !important;
}

.se_tx1 {
    margin-bottom: 2em;
    padding-top: 4em;
    border-top: 1px solid #ccc;
}
.se_tx1 span {
    font-weight: 500;
    font-size: 1.16em;
    line-height: 1.5;
}
.sebox2 p {
    font-size: 0.92em;
    line-height: 1.5;
}
.sebox2 h4 {
    width: 70%;
    margin: 0 auto 1em;
}
.sebox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sebox2 ul img {
    width: 100%;
}
.sebox2 ul li:nth-child(1) {
    width: 20%;
}
.sebox2 ul li:nth-child(2) {
    width: 46%;
}
.sebox2 ul li:nth-child(3) {
    width: 28%;
}

.sebox3 h4 {
    display: inline-block;
    color: #0d6fb8;
    font-weight: 500;
    line-height: 2em;
    margin-bottom: 0.5em;
    border-top: 1px solid #0d6fb8;
    border-bottom: 1px solid #0d6fb8;
}
.sebox3 p {
    font-size: 0.92em;
    line-height: 1.5;
}
.hotline {
    text-align: center;
}
.hotline img {
    width: 100%;
}

@media screen and (max-width: 1060px) {
.snavi ul li {
    width: calc(100% / 3);
}
.snavi ul li:first-child {
    border-left-width: 0;
}
.snavi ul li:nth-child(4) {
    width: 50%;
    border-top: 1px solid #999;
}
.snavi ul li:nth-child(5) {
    width: 50%;
    border-right-width: 0;
    border-top: 1px solid #999;
}
.snavi ul li a {
    padding: 0;
}
.snavi ul li a span {
   display: none;
}
}

@media screen and (max-width: 960px) {
.sebox1 ul {

}
.sebox1 ul li {
    width: 47%;
}

.se_tx1 span {
    font-size: 1.08em;
}
.sebox2 h4 {
    width: 30%;
    margin: 0 auto 1em 0;
}
.sebox2 ul {
    align-items: center;
    flex-direction: column;
}
.sebox2 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 2em;
}
.sebox2 ul li:nth-child(2) {
    width: 100%;
    margin-bottom: 2em;
}
.sebox2 ul li:nth-child(3) {
    width: 70%;
}

.hotline {
    text-align: center;
}
.hotline img {
    width: 100%;
    max-width: 500px;
}

}

@media screen and (max-width: 520px) {
.sebox1 ul {

}
.sebox1 ul li {
    width: 100%;
}

.se_tx1 span {
    font-size: 1em;
}

}

