@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;
}

.msub {
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.2em;
}

.iobox1 p {
    font-size: 0.92em;
    line-height: 1.5;
}
.iobox1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.iobox1 ul li:first-child {
    width: 45%;
    position: relative;
}
.iobox1 ul li:last-child {
    width: 50%;
}
.iobox1 ul li:first-child img {
    width: 90%;
}
.iobox1 ul li:first-child span {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
}
.iobox1 ul li:first-child span img {
    width: 100% !important;
}
.iobox1 ul li:last-child img {
    width: 50%;
}

.opsub {
    background-color: #db5310;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    padding: 0.5em 1em;
}

.optx {
    position: relative;
    border-bottom: 1px solid #db5310;
    font-size: 1.16em;
    line-height: 1.5;
    padding: 0 0 0.5em 110px;
    margin-bottom: 1em;
}
.optx img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}
.opbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.opbox p {
    font-size: 0.92em;
    line-height: 1.5;
}
.opbox img {
    width: 100%;
}
.opbox h4 {
    width: 31%;
    margin-bottom: 1em;
}
.opbox section {
    width: 67%;
    margin-bottom: 1em;
}
.opbox section p {
    margin-bottom: 1em;
}
.op1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.op1 li:nth-child(1) {
    width: 38%;
}
.op1 li:nth-child(2) {
    width: 28%;
}
.op1 li:nth-child(3) {
    width: 28%;
}

.op2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.op2 li {
    width: 19%;
}

.op3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.op3 li {
    width: 23%;
}


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

.snavi ul li {
    width: calc(100% / 3);
}
.snavi ul li:first-child {
    border-left-width: 0;
    border-bottom: 1px solid #999;
}
.snavi ul li:nth-child(2),.snavi ul li:nth-child(3) {
    border-bottom: 1px solid #999;
}
.snavi ul li:nth-child(3),.snavi ul li:last-child {
    border-right-width: 0;
}
.snavi ul li a {
    padding: 0;
}

.iobox1 ul li:first-child {
    width: 100%;
    margin-bottom: 1em;
}
.iobox1 ul li:last-child {
    width: 100%;
}
.iobox1 ul li:last-child img {
    width: 50%;
}

.optx {
    font-size: 1.08em;
    padding: 0 0 0.5em 90px;
}
.optx img {
    width: 80px;
}

}

@media screen and (max-width: 520px) {
.iobox1 ul li:last-child img {
    width: 60%;
}

.optx {
    font-size: 1em;
    padding: 0 0 0.5em 80px;
}
.optx img {
    width: 70px;
}

.opbox h4 {
    width: 100%;
}
.opbox section {
    width: 100%;
}

.op1 {
    justify-content: space-around;
    margin-bottom: -1em;
}
.op1 li {
    margin-bottom: 1em;
}
.op1 li:nth-child(1) {
    width: 60%;
}
.op1 li:nth-child(2) {
    width: 47%;
}
.op1 li:nth-child(3) {
    width: 47%;
}

.op2 {
    justify-content: space-around;
    margin-bottom: -1em;
}
.op2 li {
    width: 32%;
    margin-bottom: 1em;
}

.op3 {
    justify-content: space-around;
    margin-bottom: -1em;
}
.op3 li {
    width: 32%;
    margin-bottom: 1em;
}

}

