
.rec_top{
    text-align: center;
    background: url('/parts/rec_bg.png') no-repeat top center;
    background-size: cover;
}

.rec_top h4{
    display: inline-block;
    border: 1px solid #707070;
    background: rgba(255,255,255,.7);
    padding: 23px 42px;
    font-size: 32px;
    margin: 70px 0 50px;
}

.rec_top > div{
    width: 755px;
    margin: 0 auto 50px;
    transform: rotate(.03deg);
}

.rec_top p.y_under,
.rec_top span{
    font-size: 25px;
    margin: 5px 0 10px;
    display: inline-block;
}

.rec_top p.y_under{
    width: auto;
    margin: 0;
}

.rec_dl dt{
    border-bottom: 1px dashed #1f2d3d;
    padding: 0 0 5px 10px;
    margin: 0 0 25px;
    font-size: 21px;
}

.rec_dl dd{
    padding: 0 0 0 30px;
    margin: 0 0 40px;
}

.map_link{
    border: 1px solid #707070;
    border-radius: 3px;
    display: block;
    width: 160px;
    text-align: center;
    margin-top: 8px;
}

.map_link::before{
    content: '\f3c5';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    color: #ed6a5a;
}

.pdf_link::before{
    content: '\f249';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    margin-right: 5px;
}

ul.listC{
    display: flex;
    justify-content: center;
    padding: 0 24px;
    margin: 40px 0 0;
    gap:0 20px;
}

#con77 ul.listC li::before{
    content: none;
}

.rec_qa{
    background: url('/parts/rec_pipe.png') no-repeat left bottom;
    background-size: 13%;
    margin: 0 0 10px;
    padding: 0 20px;
}

.rec_qa dt{
    margin: 0 0 42px;
}

.rec_qa dd{
    font-size: 24px;
    margin: 0 0 0 184px;
    padding: 0 0 50px 20px;
}

.rec_qa dt::before,
.rec_qa dd::before{
    content: 'Ｑ';
    color: #ffffff;
    background: #1f2d3d;
    font-size: 17px;
    display: inline-block;
    padding: 0 6px;
    margin-right: 7px;
    border-radius: 50%;
    align-self: flex-start;
}

.rec_qa dd::before{
    content: 'Ａ';
    margin-left: -36px;
}

.rec_qa dd > span::before{
    content: '\A';
    white-space: pre;
}

.rec_chara{
    background: #ece2d0;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 40px;
}

.rec_chara dl{
    background: #ffffff;
    padding: 30px;
    width: 48%;
    position: relative;
    height: 127px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rec_chara dl:first-child{
    margin: 0 0 30px;
}

.rec_chara dt{
    font-size: 14px;
    background: #f4d35e;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -15px;
    left: 20px;
}

.rec_chara dt::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent transparent #d2b452;
    position: absolute;
    top: 0;
    right: -15px;
}

.rec_chara dt span{
    font-size: 18px;
    display: block;
    line-height: 10px;
}

.rec_chara dd{
    font-size: 24px;
    text-align: center;
}

.rec_chara dd span{
    font-size: 18px;
    display: block;
}

.consul{
    font-size: 18px;
    padding: 28px 30px 28px 13%;
}

.consul .y_under{
    font-size: 24px;
}

.consul::before {
    width: 59px;
    height: 68px;
    top: 8px;
}

.staff_box{
    display: flex;
    flex-direction: row-reverse;
}

#con84 .staff_box{
    flex-direction: inherit;
}

.staff_box dl{
    margin-left: 40px;
}

#con84 .staff_box dl{
    margin-left: 0;
    margin-right: 40px;
}

.staff_box picture{
    flex: none;
}

#box #con80 h2.ttl_main{
    background: #f4d35e;
    color: #1f2d3d;
    font-size: 24px;
}

.rec_age_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0;
}

.rec_age_list dl{
    margin: 0 0 30px;
    width: 31%;
}

.rec_day_list{
    background: #f7f4ea;
    padding: 46px 100%;
    margin: 0 -100%;
}

.rec_day_list dl{
    width: 920px;
    margin: 0 auto 40px;
    border-bottom: 1px dashed #1f2d3d;
    padding: 0 0 40px;
}

.rec_day_list dt{
    font-size: 24px;
}

.rec_day_list dl dd:last-child,
.rec_day_list dl dd:nth-of-type(2){
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.rec_day_list dl:last-of-type{
    margin: 0 auto;
    padding: 0;
    border: none;
}

#container.free_page,
.free_page #main #con83{
    overflow: inherit;
}

.rec_messa dt{
    border-bottom: 1px dashed #1f2d3d;
    font-size: 21px;
    margin: 0 0 20px;
    padding: 0 0 10px;
}

#con77 dd ul li::before{
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    font-size: 10px;
    vertical-align: bottom;
}

footer .con05 .under_area::before{
    background: url('/parts/rec_cntct.svg') no-repeat;
    background-size: contain;
}

.youtubesm{
    margin-bottom: 0;
}

/* 896px以下 */
@media screen and (max-width: 896px) {
    .rec_top > div,
    .rec_day_list dl{
        width: auto;
    }

    .rec_top{
        background-size: contain;
    }

    .rec_top > div{
        margin-bottom: 0;
    }

    .rec_top p.y_under{
        display: inline;
    }

    .free_page #main #con75{
        margin-bottom: 10px;
    }

    .rec_dl dt{
        margin: 0 0 20px;
    }

    .map_link{
        display: block;
    }

    ul.listC{
        padding: 0;
    }

    ul.listC li{
        width: 48%;
    }

    .rec_qa{
        background-size: 8em;
        background-position: left 77%;
    }

    .rec_qa dt{
        margin: 0 0 30px;
        display: flex;
    }

    .rec_qa dd{
        margin: 0 0 0 20%;
    }

    .rec_qa + p{
        margin: 0 20px;
    }

    .rec_chara dd{
        font-size: 3vw;
        white-space: nowrap;
    }

    .rec_chara dd span{
        font-size: 2.8vw;
    }

    .rec_age_list{
        justify-content: center;
    }

    .rec_age_list dl{
        width: 45%;
    }

    .rec_age_list dl:nth-child(odd){
        margin-right: 7%;
    }

    .rec_day_list dl dd picture{
        width: 45%;
        display: block;
    }

    #con77 dd ul li{
        display: flex;
    }

    .rec_dl dd{
        padding: 0;
    }

    .staff_box picture img{
        height: 26vw;
        max-height: 224px;
    }

    .staff_box dl{
        margin-left: 15px;
    }

    #con84 .staff_box dl{
        margin-right: 15px;
    }


}

@media screen and (max-width: 480px) {
    .rec_top h4{
        font-size: 24px;
        padding: 20px 10px;
        white-space: nowrap;
    }

    .rec_qa{
        background-color: rgba(255,255,255,.8);
        background-blend-mode: lighten;
        padding: 0;
    }

    .rec_chara dd, .rec_chara dd span{
        font-size: medium;
    }

    .rec_qa dd{
        margin: 0 0 0 40px;
        padding: 0 0 10px;
    }

    .rec_qa dd::before{
        margin-left: -40px;
    }

    .rec_qa dd .y_under::before{
        content: '\A';
        white-space: pre;
    }

    .rec_qa dd > span::before{
        content: none;
    }

    .rec_chara dl{
        width: 100%;
        margin-bottom: 30px;
        padding: 20px;
    }

    .rec_age_list dl:last-child,
    .rec_chara dl:last-child{
        margin-bottom: 0;
    }

    .consul{
        font-size: 18px;
        padding: 20px 20px 20px 20%;
    }

    .staff_box,
    #con84 .staff_box{
        flex-direction: column-reverse;
    }

    .staff_box picture{
        margin: 0 auto 20px;
    }

    .staff_box picture img{
        height: 50vw;
    }

    .staff_box dl,
    .rec_dl dd,
    #con84 .staff_box dl{
        margin: 0;
    }

    .rec_day_list{
        padding: 20px 10px;
        margin: 0 -10px 40px;
    }

    .rec_day_list dl{
        margin: 0 auto 20px;
        padding: 0 0 20px;
    }

    .rec_dl dd{
        margin-bottom: 40px;
    }

}
