@charset "utf-8";

.subnavi ul li:nth-child(2) {
    width: 270px;
}
.subnavi ul li a {
    letter-spacing: 0;
    text-indent: 0;
}

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

.st_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.7;
}
.st_box1 ul li:first-child {
    width: 50%;
}
.st_box1 ul li:last-child {
    width: 45%;
}
.st_box1 h3 {
    background-color: #d3d3d4;
    color: #003668;
    padding: 0.5em 0.7em;
    line-height: 1;
    font-size: 1.16em;
    margin-bottom: 1em;
}

.st_box2 {
    line-height: 1.7;
}
.st_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.st_box2 ul li {
    width: 30%;
}
.st_box2 h3 {
    background-color: #d3d3d4;
    color: #003668;
    padding: 0.5em 0.7em;
    line-height: 1;
    font-size: 1.16em;
    margin-bottom: 1em;
}
.st_box2 h4 {
    color: #003668;
    border: 1px solid #003668;
    line-height: 1.4;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}
.st_box2 h5 {
    width: 70%;
    margin: 0 auto;
}

.flow h3 {
    color: #003668;
    font-size: 1.16em;
    line-height: 1.5;
}
.flow p {
    line-height: 1.7;
}
.flow ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.flow ul section {
    padding: 0.5em;
}
.flow ul li h4 {
    background-color: #003668;
    color: #fff;
    padding: 0.5em 0.7em;
    line-height: 1;
    font-size: 1.16em;text-align: center;
}
.flow ul li p {
    font-size: 0.84em;
	text-indent:-1em;
	padding-left:1em;
}

.flow ul li:nth-child(2),.flow ul li:nth-child(4),.flow ul li:nth-child(6) {
    width: 3em;
    flex-shrink: 0;
    color: #003668;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow ul li:nth-child(1),.flow ul li:nth-child(3),.flow ul li:nth-child(5),.flow ul li:nth-child(7) {
    border: 1px solid #003668;
}
.flow ul li:nth-child(1) {
    width: 25%;
}

.ju_box {
    background-color: #e0e8dd;
    padding: 2em;
}
.ju_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ju_box ul h4 {
    color: #11703b;
    line-height: 1.5;
    font-size: 1.16em;
    margin-bottom: 1em;
}
.ju_box ul h5 {
    width: 70%;
    margin: 0 auto;
}
.ju_box ul li:first-child {
    width: 45%;
    text-align: center;
}
.ju_box ul li:last-child {
    width: 50%;
    line-height: 1.7;
    font-size: 0.84em;
    border: 1px solid #999;
    padding: 1em;
}

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

}

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


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

.st_box1 h3 {
    padding: 0.5em 0.7em;
    line-height: 1;
    font-size: 1.16em;
}


.st_box1 ul li:first-child {
    width: 100%;
    margin-bottom: 1em;
}
.st_box1 ul li:last-child {
    width: 100%;
}

.st_box2 ul {
    margin-bottom: -2em;
}
.st_box2 ul li {
    width: 100%;
    margin-bottom: 2em;
}
.st_box2 h5 {
    width: 60%;
    margin: 0 auto;
}

.flow ul {
    flex-wrap: wrap;
}
.flow ul section {
    padding: 0.5em;
}
.flow ul li h4 {
    background-color: #003668;
    color: #fff;
    padding: 0.5em 0.7em;
    line-height: 1;
    font-size: 1.16em;text-align: center;
}
.flow ul li p {
    font-size: 0.84em;
	text-indent:-1em;
	padding-left:1em;
}

.flow ul li {
    width: 100% !important;
}
.flow ul li:nth-child(2),.flow ul li:nth-child(4),.flow ul li:nth-child(6) {
    padding: 0.5em 0;
}

.ju_box {
    padding: 1.5em;
}
.ju_box ul {
    flex-wrap: wrap;
}
.ju_box ul h4 {
    color: #11703b;
    line-height: 1.5;
    font-size: 1.16em;
    margin-bottom: 1em;
}
.ju_box ul h5 {
    width: 70%;
    margin: 0 auto;
}
.ju_box ul li:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5em;
}
.ju_box ul li:last-child {
    width: 100%;
    line-height: 1.7;
    font-size: 0.84em;
    border: 1px solid #999;
    padding: 1em;
}



}
