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

.ill_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.7;
}
.ill_box img {
    width: 100%;
}
.ill_box ul li:first-child {
    width: 10%;
    margin-right: 40px;
    flex-shrink: 0;
}
.ill_box ul li:last-child {

}

.flow_box strong {
    color: #f08b00;
}
.flow_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 2em;
    border: 2px solid #f7c57f;
    border-radius: 1em;
}
.flow_img {
    width: 25%;
}
.flow_img img {
    width: 100%;
}
.flow_tx {
    width: 70%;
    line-height: 1.7;
}
.f_arr {
    text-align: center;
    line-height: 0;
}
.f_arr img {
    width: 10%;
}

.f_tx1 {
    width: 100%;
    line-height: 1.7;
    margin-bottom: 2em;
}
.f_catbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.f_cat {
    width: 30%;
}
.f_cat h4 {
    color: #fff;
    background-color: #f08b00;
    font-size: 1em;
    line-height: 2em;
    text-align: center;
    border-radius: 0.2em;
    margin-bottom: 1em;
}
.f_cat ul {
    margin-bottom: -0.7em;
}
.f_cat ul li {
    line-height: 1.5;
    margin-bottom: 0.7em;
}

.sho_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.sho_box ul li {
    box-sizing: border-box;
    width: 48%;
    line-height: 1.7;
    background-color: #fff;
    border-radius: 1em;
    padding: 2em;
    filter: drop-shadow(0px 0px 0.5em #fce8cc);
}
.sh_img {
    margin-bottom: 1em;
}
.sh_img img {
    width: 100%;
}
.sho_box h3 {
    color: #f08b00;
    font-size: 1.24em;
    border-bottom: 2px dotted #f08b00;
    margin-bottom: 0.5em;
}
.sho_box h6 {
    font-weight: normal;
    margin-bottom: 2em;
}

@media screen and (max-width: 960px) {
.ill_box ul li:first-child {
    width: 13%;
}

.flow_box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.flow_img {
    width: 35%;
}
.flow_tx {
    width: 60%;
    line-height: 1.7;
}

.sho_box ul li {
    padding: 1.5em;
}
}


@media screen and (max-width: 520px) {
.ill_box ul {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.ill_box img {
    width: 30%;
}
.ill_box ul li:first-child {
    width: 100%;
    margin-right: 0;
    text-align: center;
}
.ill_box ul li:last-child {
    width: 100%;
    margin-bottom: 1.5em;
}

.flow_box {
    padding: 1.5em;
}
.flow_img {
    width: 100%;
    margin-bottom: 1em;
}
.flow_tx {
    width: 100%;
    line-height: 1.7;
}

.f_arr img {
    width: 20%;
}

.f_cat {
    width: 100%;
    margin-bottom: 2em;
}
.f_cat:last-child {
    margin-bottom: 0;
}

.sho_box ul li {
    width: 100%;
}
.sho_box ul li:first-child {
    margin-bottom: 2em;
}

}

