@charset "utf-8";

.subnavi ul li {
    width: 300px;
}
.subnavi ul li a {
    letter-spacing: 0;
    text-indent: 0;
}

.bg_leaf {
    background-image: url("../img/img1.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 40% auto;
}

.sq_title h3 {
    font-size: 3em;
    line-height: 1;
    font-weight: 400;
}
.sq_title h4 {
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 0.5em;
}

.su_box1 h3,.esub1 {
    color: #003668;
    line-height: 1.4;
    font-size: 1.32em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.su_box1 h3 span,.esub1 span {
    font-weight: normal;
    color: #333;
    font-size: 0.84em;
}
.su_box1 h4 {
    font-size: 1.16em;
    font-size: 1.7;
}
.su_box1 h5 {
    border-top: 1px solid #b0462e;
    border-bottom: 1px solid #b0462e;
    color: #b0462e;
    font-size: 1.5;
    padding: 0.3em 0;
    margin: 1em 0;
}
.su_box1 h6 {
    margin-bottom: 0.5em;
}
.su_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.7;
}
.su_box1 ul li:first-child {
    width: 65%;
}
.su_box1 ul li:last-child {
    width: 30%;
}


.su_box2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sud_box1 {
    width: 47%;
}
.sud_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sud_box1 ul li:first-child {
    width: 35%;
}
.sud_box1 ul li:last-child {
    width: 60%;
}
.sud_box1 section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.sud_box1 section img {
    width: 40% !important;
}
.sud_box1 section div {
    width: 55%;
}
.sud_box1 section div img {
    width: 100% !important;
    margin-bottom: 1em;
}

.sud_box2 {
    width: 47%;
}
.sud_box2 ul:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.sud_box2 ul:nth-of-type(1) li:first-child {
    width: 40%;
}
.sud_box2 ul:nth-of-type(1) li:last-child {
    width: 55%;
    line-height: 1.5;
}
.sud_box2 ul:nth-of-type(1) li:last-child p {
    font-size: 0.84em;
}
.sud_box2 ul:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sud_box2 ul:nth-of-type(2) li:first-child {
    width: 40%;
}
.sud_box2 ul:nth-of-type(2) li:last-child {
    width: 55%;
}
.sud_box2 h5 {
    margin-bottom: 0.5em;
}

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

}

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

.bg_leaf {
    background-size: 70% auto;
}

.sq_title h3 {
    font-size: 2em;
}
.sq_title h4 {
    font-size: 1.24em;
}


.su_box2 ul li {
    width: calc((100% / 2) - (2em / 2));
}


.su_box1 ul {
    justify-content: space-around;
}
.su_box1 ul li:first-child {
    width: 100%;
    margin-bottom: 2em;
}
.su_box1 ul li:last-child {
    width: 70%;
}



.su_box2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sud_box1 {
    width: 100%;
    margin-bottom: 3em;
}
.mbadj {
    margin-bottom: 3em;
}
.sud_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sud_box1 ul li:first-child {
    width: 35%;
}
.sud_box1 ul li:last-child {
    width: 60%;
}
.sud_box1 section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.sud_box1 section img {
    width: 40% !important;
}
.sud_box1 section div {
    width: 55%;
}
.sud_box1 section div img {
    width: 100% !important;
    margin-bottom: 1em;
}

.sud_box2 {
    width: 100%;
}
.sud_box2 ul:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.sud_box2 ul:nth-of-type(1) li:first-child {
    width: 40%;
}
.sud_box2 ul:nth-of-type(1) li:last-child {
    width: 55%;
    line-height: 1.5;
}
.sud_box2 ul:nth-of-type(1) li:last-child p {
    font-size: 0.84em;
}
.sud_box2 ul:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sud_box2 ul:nth-of-type(2) li:first-child {
    width: 40%;
}
.sud_box2 ul:nth-of-type(2) li:last-child {
    width: 55%;
}

}
