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

.bg_fut {
    background-color: #f4efe6;
}
.fsub1 {
    margin-bottom: 2em;
}
.fsub1 h3 {
    text-align: center;
    font-size: 1.8em;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
}
.fsub1 h4 {
    text-align: center;
    font-size: 1.24em;
    line-height: 1.7;
}
.fsub1 p {
    text-align: center;
    line-height: 1.7;
}

.fimg1 {
    margin-bottom: 3em;
}
.fimg1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.fimg1 ul li {
    width: calc((100% / 2) - (3em / 2));
    margin-bottom: 3em;
}
.fimg1 ul li h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: normal;
    font-size: 1.24em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.fimg1 ul li h4 span {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    background-color: #a5010f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.3em;
    flex-shrink: 0;
}
.fimg1 ul li p {
    font-size: 0.92em;
    line-height: 1.7;
    margin-top: 0.5em;
}

.fimg2 h4 {
    text-align: center;
    font-weight: normal;
    font-size: 1.24em;
    line-height: 1.5;
    margin-bottom: 1em;
}
.fimg2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.fimg2 ul li {
    width: calc((100% / 4) - (6em / 4));
    line-height: 1.7;
}
.fimg2 ul li h5 {
    text-align: center;
    margin-top: 0.5em;
    font-weight: normal;
}
.fimg2 ul li p {
    font-size: 0.92em;
}

.fsub2 {
    text-align: center;
}
.fsub2 h3 {
    font-size: 1.8em;
    line-height: 1.5;
    font-weight: 500;
}
.fsub2 p {
    width: 300px;
    margin: 1em auto 3em;
}

.fimg3 {
    margin-bottom: 3em;
}
.fimg3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.fimg3 ul li {
    width:47.5%; 
    line-height: 1.7;
}
.fimg3 ul li h3 {
    font-size: 1.4em;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fimg3 ul li h3 span {
    width: 100px;
}
.fimg3 ul li h4 {
    font-weight: 500;
    font-size: 1.24em;
    margin: 1em 0 0.5em;
}

.fimg4 {
    margin-bottom: 3em;
}
.fimg4 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.fimg4 ul li {
    width:47.5%; 
    line-height: 1.7;
}
.fimg4 ul li:first-child {
    text-align: right;
}
.fimg4 ul li:first-child img {
    width: 70%;
}
.fimg4 ul li h4 {
    font-weight: 500;
    font-size: 1.24em;
    margin: 1em 0 0.5em;
}
.fimg4 ul li p {
    font-size: 0.92em;
}

.fsub3 {
    margin-bottom: 3em;
}
.fsub3 h3 {
    width: 300px;
    margin: 2em auto;
    line-height: 0;
}
.fsub3 p {
    text-align: center;
    line-height: 1.7;
}

.tx1 {
    line-height: 1.7;
    font-weight: normal;
    margin-bottom: 0.5em;
}
.tx2 {
    line-height: 1.7;
    font-size: 0.92em;
    margin-top: 0.6em;
}

@media screen and (max-width: 960px) {



}


@media screen and (max-width: 520px) {
.fsub1 {
    margin-bottom: 2em;
}
.fsub1 h3 {
    font-size: 1.32em;
}
.fsub1 p {
    text-align: left;
}

.fimg1 {
    margin-bottom: 3em;
}
.fimg1 ul {
    margin-bottom: -2em;
}
.fimg1 ul li {
    width: 100%;
    margin-bottom: 2em;
}
.fimg1 ul li h4 {
    font-size: 1.16em;
}

.fimg2 h4 {
    font-size: 1.16em;
}
.fimg2 ul {
    margin-bottom: -2em;
}
.fimg2 ul li {
    width: calc((100% / 2) - (2em / 2));
    margin-bottom: 2em;
}
.fimg2 ul li h5 {
    text-align: center;
    margin-top: 0.5em;
    font-weight: normal;
}

.fsub2 h3 {
    font-size: 1.32em;
    line-height: 1.5;
    font-weight: 500;
}
.fsub2 p {
    width: 150px;
    margin: 1em auto 2em;
}

.fimg3 {
    margin-bottom: 2em;
}
.fimg3 ul {
    margin-bottom: -1em;
}
.fimg3 ul li {
    width:100%; 
    margin-bottom: 1em;
}
.fimg3 ul li h3 {
    font-size: 1.4em;
}
.fimg3 ul li h3 span {
    width: 70px;
    line-height: 0;
}
.fimg3 ul li h4 {
    font-size: 1.16em;
}

.fimg4 {
    margin-bottom: 3em;
}
.fimg4 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.fimg4 ul li {
    width:100%; 
    line-height: 1.7;
}
.fimg4 ul li:first-child {
    text-align: center;
}
.fimg4 ul li:first-child img {
    width: 70%;
}
.fimg4 ul li h4 {
    font-weight: 500;
    font-size: 1.16em;
    margin: 1em 0 0.5em;
}
.fimg4 ul li p {
    font-size: 0.92em;
}

.fsub3 {
    margin-bottom: 3em;
}
.fsub3 h3 {
    width: 150px;
    margin: 2em auto;
    line-height: 0;
}
.fsub3 p {
    text-align: center;
    line-height: 1.7;
}

.tx1 {
    line-height: 1.7;
    font-weight: normal;
    margin-bottom: 0.5em;
}
.tx2 {
    line-height: 1.7;
    font-size: 0.92em;
    margin-top: 0.6em;
}


}
