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

.rec_box {
    padding: 2em 2em 2.2em;
    border: 1px solid #ccc;
}
.rec_box h3 {
    text-align: center;
    font-size: 1.16em;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 2em;
}
.rec_box ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.rec_box ul li {
    text-align: center;
    width: 30%;
}
.rec_box ul li h4 {
    font-size: 1.16em;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0.3em;
}
.rec_box ul li h5 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight:400;
    font-size: 2em;
    line-height: 1;
    letter-spacing: 1px;
    text-indent: 1px;
    border-top: 1px solid #f08b00;
    padding-top: 0.3em;
}
.rec_box ul li h5 span {
    font-size: 0.5em;
}
.rec_box ul li h5 strong {
    font-weight: 400;
}

.table2 section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.nowrap {
    white-space: nowrap;
}
@media screen and (max-width: 960px) {
.rec_box h3 {
    font-size: 1em;
}
.rec_box ul li h4 {
    font-size: 1.16em;
}
.rec_box ul li h5 {
    font-size: 1.5em;
}

}


@media screen and (max-width: 520px) {
.rec_box {
    padding: 1.5em 1.5em 2.5em;
}
.rec_box ul {
    margin-bottom: -2em;
}
.rec_box ul li {
    text-align: center;
    width: 100%;
    margin-bottom: 2em;
}
.rec_box ul li h4 {
    font-size: 1.16em;
}
.rec_box ul li h5 {
    font-size: 1.8em;
}

}

