.page_title .mainv{
    padding-top: 40px;
}
.page_title .mainv .h1{
    font-family:"Zen Kaku Gothic New", sans-serif;
}
section .img_box img{
    width: 100%;
}
.page_content .content_list .img_box img {
    width: auto;
}
/* 全体の横幅↓ */
.section_box{
    width: 85%;
    margin: 0 auto;
}
.section_box .content_title{
    width: 97%;
    margin-left: 0;
}
.section_box .text{
    width: 100%;
}
.section_box .btn_content{
    width: 100%;
}

/*--------------------------------
	question
--------------------------------*/
.question .section_box{
    margin-top: -20px;
    padding-top: 28px;
    padding-bottom: 40px;
}
.question .coment_box.top{
    margin-bottom: 69px;
}
.question .coment_box{
    margin-bottom: 15px;
}
/*--------------------------------
	staff_voice
--------------------------------*/
.staff_voice .img_box.top{
    width: 31%;
    margin: 15px auto 20px;
}
.staff_voice .section_box{
    padding-bottom: 41px;
}
.staff_voice .subheading_box{
    margin-bottom: 14px;
}
.staff_voice .speech_box{
    margin-bottom: 28px;
}
.staff_voice .img_box{
    margin-bottom: 40px;
}

/*--------------------------------
	10 hakenlink
--------------------------------*/
.hakenlink .section_box{
    padding-top: 45px;
}
.hakenlink .hakenlink_grid  {
    margin-top:20px;
    padding-bottom: 80px;
}
.hakenlink .hakenlink_grid .grid_box li {
    border-bottom: solid 1px #dddddd;
    font-size: 16px;
    font-weight: bold;
    padding:15px 0 15px 10px;
    position: relative;
}
.hakenlink .hakenlink_grid .grid_box li a{
    display: inline-block;
    width: 100%;
}

.hakenlink .hakenlink_grid .grid_box li:before { /* くの字の表示設定 */
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px; /* 要素の右からの距離 */
    width: 6px;
    height: 6px;
    border-top: 2px solid #F76E44;
    border-right: 2px solid #F76E44;
    transform: rotate(45deg); /* 角度調整 */
    margin-bottom: 22px;
    border-radius: 10%;
}

.hakenlink .hakenlink_grid .grid_box li::after { /* 棒の表示設定 */
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px; /* 要素の右からの距離 */
    width: 10px;
    height: 2px;
    background: #F76E44;
    margin-bottom: 25px;
    border-radius: 5px;
}
section.page_content.bg-white{
    border-top-left-radius: 0px!important;
}

@media screen and (min-width: 768px) {
    .hakenlink .hakenlink_grid  {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 4%;
        row-gap: 16px;
        padding-bottom: 0px;
    }
    .hakenlink .top_content {
        bottom: -34px;
    }
    .hakenlink .section_box {
        padding-top: 80px;
        margin-bottom: -20px;
    }

}

@media screen and (min-width: 768px) {
    main{
        margin-top: 5px;
    }

    .page_title .mainv {
        padding-top: 59px;
        min-height: 185px;
    }
    .section_box {
        width: 74%;
    }
    /*--------------------------------
	question
    --------------------------------*/
    .question{
        margin-top: -1.5vh;
        padding-top: 6px;
        padding-bottom: 26px;
    }
    .question .bottom_content{
        top: -40px;
    }
    .question .coment_box.top {
        margin-bottom: 87px;
    }
    .question .box_dotted_line {
        padding: 25px 4% 21px;
    }
    .question .section_box {
        margin-top: -20px;
        padding-bottom: 0px;
    }
    /*--------------------------------
	    staff_voice
    --------------------------------*/
    .staff_voice .PC_flex{
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .staff_voice .left_content{
        width: 17%;
    }
    .staff_voice .right_content{
        width: 83%;
        padding-top: 10px;
    }
    .staff_voice .left_content .img_box{
        width: 76%;
    }
    .staff_voice .img_box.top {
        margin: 15px auto 15px;
    }
    .staff_voice .subheading.small{
        padding: 0;
        font-size: clamp(10%,1vw,14px);
    }
    .staff_voice .img_box {
        margin-bottom: 56px;
    }
    .section_box .btn_content {
        width: 54%;
    }
    .staff_voice .section_box {
        padding-bottom: 18px;
    }
    .staff_voice .speech_box .white_box {
        padding: 29px 4% 21px 4%;
    }


    .page_content .content_bottom {
        margin-bottom: 10px!important;
    }
    .page_content .rounded_box.top{
        position: relative;
        top: -72px;
        right: 0;
        background-color: #F5F1EF;
        width: 100%;
        border-radius: 0px 0px 50px 0px;
    }
    .page_content .rounded_box.top .rounded{
        width: 10%;
        position: absolute;
        right: 0;
        z-index: -1;
        background-color: #fff;
    }
    section.page_content.bg-white {
        border-top-left-radius: 50px!important;
    }

    main .side_menu {
        border-bottom-right-radius: 50px;
        background: #F5F1EF;
    }
}