.page_ttl {
    max-width: 1054px;
    margin: 30px auto 0;
}

.sec_wrap {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
    margin-top: 40px;
}

.sec_ttl {
    color: #9d2519;
    font-size: clamp( 24px, 3vw, 32px);
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.sec_ttl>span {
    display: inline-block;
    border-bottom: 2px solid #9d2519;
    padding: 0 20px 3px;
    min-width: 350px;
}

.sec_ttl .small {
    font-size: clamp( 18px, 2vw, 25px);
}

.sec01 {
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
}

.sec02 {
    padding: 50px 0;
    background-color: hsla(43, 25%, 47%, 0.05);
}

.sec02 .box_wrap {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sec02 .box_wrap .box {
    width: 48%;
    text-align: center;
    background-color: #fff;
    padding: 25px;
}

.sec02 .box_ttl_small {
    font-size: clamp( 14px, 1.7vw, 18px);
}

.sec02 .box_ttl {
    color: #9d2519;
    font-weight: bold;
    font-size: clamp( 22px, 2vw, 25px);
}

.sec02 .box_lead {
    font-size: clamp( 17px, 2vw, 20px);
}

.sec02 .box_txt {
    margin-top: 8px;
    font-size: clamp( 13px, 1.5vw, 15px);
}

.sec03 .sec_lead {
    color: #9d2519;
    text-align: center;
    font-size: clamp( 18px, 2vw, 25px);
}

.sec03 .sec_lead_small {
    text-align: center;
    font-size: clamp( 14px, 1.7vw, 18px);
    margin: 20px 0 15px;
}

.sec03 .container01 .image {
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
}

.sec03 .container02 {
    margin-top: 70px;
}

.sec03 .container02 .image {
    max-width: 450px;
    width: 75%;
    margin: 20px auto 0;
}


.sec04 .sec_ttl {
    margin-bottom: 15px;
}

.sec04 .sec_lead {
    text-align: center;
    color: #9d2519;
    font-size: clamp( 17px, 2vw, 20px);
}

.sec04 .image {
    max-width: 1054px;
    width: 90%;
    margin: 20px auto 0;
}


.sec05 .list_wrap {
    max-width: 1054px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.sec05 .list_wrap li {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    border-top: 3px dotted #e6c8c5;
    padding: 20px 0;
}

.sec05 .list_wrap li:last-child {
    border-bottom: 3px dotted #e6c8c5;
}

.sec05 .list_wrap li .q_txt {
    font-weight: bold;
    color: #9d2519;
    font-size: clamp( 16px, 1.8vw, 20px);
}

.sec05 .list_wrap li .a_txt {
    padding-left: 2.2em;
    font-size: clamp( 13px, 1.5vw, 16px);
}

.sec05 .list_wrap li .a_txt a {
    color: #9d2519;
    text-decoration: underline;
}


@media screen and (max-width:730px) {
    .sec_wrap {
        gap: 50px 0;
    }

    .sec_ttl {
        margin-bottom: 30px;
    }

    .sec_ttl>span {
        min-width: 200px;
    }
    
    .sec02 {
        padding: 30px 0;
    }

    .sec02 .box_wrap {
        flex-direction: column;
        gap: 25px 0;
    }

    .sec02 .box_wrap .box {
        width: 100%;
        padding: 20px 15px;
    }

    .sec03 .container02 {
        margin-top: 50px;
    }

    .sec05 .list_wrap li {
        padding: 15px 0;
        border-top: 2px dotted #e6c8c5;
    }

    .sec05 .list_wrap li:last-child {
        border-bottom: 2px dotted #e6c8c5;
    }
}