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

.tite1 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.flbox1 {
    margin-bottom: 3em;
}
.flbox1 h3 {
    text-align: center;
    font-size: 1.6em;
    line-height: 1.4;
    color: #003477;
}

.flbox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.flbox2 ul li {
    position: relative;
    background-color: #f9e5b1;
    width: calc((100% / 3) - (6em / 3));
    margin-bottom: 3em;
}
.flbox2 ul li section {
    padding: 1em;
}
.flbox2 ul li h4 {
    font-size: 1.24em;
    line-height: 1.4;
    color: #003477;
}
.flbox2 ul li.red_chu h4 {
    color: #b53c3b;
}
.flbox2 ul li p {
    line-height: 1.7;
    margin-top: 0.3em;
}
.flbox2 ul li h5 {
    position: absolute;
    left: -1em;
    top: -1em;
    width: 4em;
    height: 4em;
    background-color: #003477;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.flbox2 ul li.red_chu h5 {
    background-color: #b53c3b;
}
.flbox2 ul li h6 {
    position: absolute;
    right: 0;
    bottom: -1.4em;
    font-size: 0.76em;
    line-height: 1;
    font-weight: normal;
}
.flbox2 ul li::after {
    content:"";
    position: absolute;
    right: -1em;
    top: 0;
    bottom: 0;
    margin: auto;
    width:1em;
    height: 2em;
    background-image: url("../img/arr.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
.flbox2 ul li.red_chu::after {
    background-image: url("../img/arr2.png");
}
.flbox2 ul li:nth-last-child(2)::after,.flbox2 ul li:nth-last-child(1)::after {
    display: none;
}

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

}


@media screen and (max-width: 560px) {
.tite1 {
    width: 100%;
}

.flbox1 h3 {
    font-size: 1.4em;
}

.flbox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.flbox2 ul li {
    position: relative;
    background-color: #f9e5b1;
    width: calc((100% / 2) - (2em / 2));
    margin-bottom: 2em;
}


}
