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

.subnavi li {
    
}

.container img {
    width: 100%;
}

.stitle {
    margin-bottom: 5em;
}
.stitle h3 {
    color: #00709c;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.7;
}
.stitle p {
    color: #00709c;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-top: 0.5em;
}

.psub {
    color: #00709c;
    font-weight: 500;
    font-size: 1.16em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.sec_box1 {
  
}
.sec_box1  h4 {
    width: 100%;
}
.sec_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sec_box1 ul li {
    width: 47.5%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5em;
}
.sec_box1 ul li section {
    width: 48%;
}
.sec_box1 ul li figure {
    width: 48%;
}
.sec_box1 ul li:nth-child(3) section {
    width: 35%;
}
.sec_box1 ul li:nth-child(3) figure {
    width: 65%;
}
.sec_box1 ul li:nth-child(5) section {
    width: 41%;
}
.sec_box1 ul li:nth-child(5) figure {
    width: 55%;
}
.sec_box1 ul li p {
    font-size: 0.92em;
    line-height: 1.7;
}
.sec_box1 ul li span {
    display: block;
    font-size: 0.76em;
    line-height: 1.5;
}

.sec_box2 {
    margin-bottom: 2em;
}
.sec_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sec_box2 ul li:first-child {
    width: 20%;
}
.sec_box2 ul li:last-child {
    width: 80%;
    line-height: 1.7;
    font-size: 0.92em;
}

.sec_box3 {
    margin-bottom: 5em;
}
.sec_box3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sec_box3 ul li:first-child {
    width: 52%;
}
.sec_box3 ul li:last-child {
    width: 45%;
}
.sec_box3 h4 {
    margin-top: 1em;
}
.sec_box3 p {
    line-height: 1.7;
    font-size: 0.92em;
}
.sec_box3 ul li span {
    display: block;
    font-size: 0.76em;
    line-height: 1.5;
}

.sec_box4 {
    border: 1px solid #076ab6;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.sec_box4 h5 {
    color: #00709c;
    font-weight: 500;
    font-size: 1.08em;
    line-height: 1.7;
}
.sec_box4 p {
    font-size: 0.92em;
    line-height: 1.7;
}
.sec_box4 section:first-child {
    width: 30%;
    background-color: #076ab6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_box4 section:last-child {
    width: 70%;
    box-sizing: border-box;
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_box4 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.sec_box4 ul li {
    box-sizing: border-box;
    border-left: 4px solid #076ab6;
    width: 45%;
    padding-left: 1em;
    margin-bottom: 2em;
}
.sec_box4 ul li:first-child {
    border-left-width: 0;
    padding-left: 0;
}

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

.subnavi li span {
    display: none;
}

.stitle {
    margin-bottom: 4em;
}

.sec_box1 ul li {
    width: 47.5%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 4em;
}
.sec_box1 ul li section {
    width: 100%;
}
.sec_box1 ul li figure {
    width: 80%;
    margin-top: 1em;
}
.sec_box1 ul li:nth-child(3) section {
    width: 100%;
}
.sec_box1 ul li:nth-child(3) figure {
    width: 100%;
}
.sec_box1 ul li:nth-child(5) section {
    width: 100%;
}
.sec_box1 ul li:nth-child(5) figure {
    width: 100%;
}

.sec_box3 {
    margin-bottom: 4em;
}
}


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

.subnavi li {
    width: calc((100% / 3) - 0.6em);
}

.subnavi li span {
    display: none;
}

.stitle {
    margin-bottom: 3em;
}
.stitle h3 {
    font-size: 1.6em;
}
.stitle p {
    font-size: 1.24em;
}

.psub {
    font-size: 1.08em;
}


.sec_box1 ul li {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 3em;
}
.sec_box1 ul li section {
    width: 100%;
}
.sec_box1 ul li figure {
    width: 80%;
    margin-top: 1em;
}
.sec_box1 ul li:nth-child(3) section {
    width: 100%;
}
.sec_box1 ul li:nth-child(3) figure {
    width: 100%;
}
.sec_box1 ul li:nth-child(5) section {
    width: 100%;
}
.sec_box1 ul li:nth-child(5) figure {
    width: 100%;
}

.sec_box2 {
    margin-bottom: 2em;
}
.sec_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.sec_box2 ul li:first-child {
    width: 40%;
}
.sec_box2 ul li:last-child {
    width: 100%;
    line-height: 1.7;
    font-size: 0.92em;
}

.sec_box3 {
    margin-bottom: 3em;
}
.sec_box3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sec_box3 ul li:first-child {
    width: 100%;
    margin-bottom: 3em;
}
.sec_box3 ul li:last-child {
    width: 100%;
}
.sec_box3 h4 {
    margin-top: 1em;
}
.sec_box3 p {
    line-height: 1.7;
    font-size: 0.92em;
}
.sec_box3 ul li span {
    display: block;
    font-size: 0.76em;
    line-height: 1.5;
}

.sec_box4 {
    border: 1px solid #076ab6;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.sec_box4 h5 {
    color: #00709c;
    font-weight: 500;
    font-size: 1.08em;
    line-height: 1.7;
}
.sec_box4 p {
    font-size: 0.92em;
    line-height: 1.7;
}
.sec_box4 section:first-child {
    width: 100%;
    background-color: #076ab6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_box4 section:last-child {
    width: 100%;
    box-sizing: border-box;
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_box4 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.sec_box4 ul li {
    box-sizing: border-box;
    border-left: 4px solid #076ab6;
    width: 100%;
    padding-left: 1em;
    margin-bottom: 2em;
}
.sec_box4 ul li:first-child {
    border-left-width: 0;
    padding-left: 0;
}

}

