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

.tite1 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.hybox1 {
    margin-bottom: 3em;
}

.hos_tx1 {
    background-color: #003477;
    color: #fff;
    font-size: 2.5em;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    padding: 1em 0;
}

.merit_box h4 {
    background-color: #eaceaf;
    font-size: 1.4em;
    line-height: 1.5;
    text-align: center;
    padding: 0.5em 1em;
    border-radius: 0.5em;
}
.merit_box ul li {
    margin-top: 2em;
}
.merit_box ul li h5 {
    background-color: #003477;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 0.3em 1em 0.5em;
}
.merit_box ul li h5 span {
    font-size: 1.5em;
    font-family: "Oswald", sans-serif
}
.merit_box ul li h6 {
    color: #003477;
    font-size: 1.32em;
    line-height: 1.5;
    margin: 0.5em 0 0.2em;
}
.merit_box ul li h6 span {
    font-size: 1.5em;
}
.merit_box ul li p {
    line-height: 1.7;
}

.scbox1 h4 {
    color: #003477;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.3em;
}
.scbox1 h4 span {
    font-size: 1.5em;
}
.scbox1 p {
    line-height: 1.7;
}

.scbox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.scbox2 ul li:first-child {
    width: 60%;
}
.scbox2 ul li:last-child {
    width: 35%;
    line-height: 1.7;
}

.scbox3 h4 {
    color: #003477;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.scbox3 h5 {
    font-size: 1.24em;
    line-height: 1.5;
    text-align: center;
    background-color: #fff;
    padding: 0.5em 1em;
    border-radius: 2em;
}
.scbox3 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1em;
}
.scbox3 ul li:first-child {
    width: 35%;
}
.scbox3 ul li:last-child {
    width: 60%;
    line-height: 1.7;
}
.scbox3 h6 {
    font-weight: normal;
    margin-bottom: 1em;
}
.scbox3 h6 strong {
    font-size: 1.5em;
     font-weight: normal;
     vertical-align: middle;
}

.tis {
    font-size: 0.5em;
    letter-spacing: 0;
    margin-left: 0.5em;
}

.scbox4 h4 {
    color: #003477;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 1em;
}
.scbox4 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.scbox4 ul li {
    width: 47%;
    margin-bottom: 2em;
}
.scbox4 ul li p {
    line-height: 1.5;
    margin-top: 0.5em;
    text-align: center;
}
.scbox4 section {
    line-height: 1.5;
    font-size: 0.76em;
}

.lmicr {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
}
.scbox5 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.scbox5 ul li:first-child {
    width: 40%;
}
.scbox5 ul li:last-child {
    width: 55%;
    line-height: 1.7;
}

.dabox5 ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dabox5 ul li:first-child {
    width: 120px;
    margin-right: 1em;
}
.dabox5 ul li:last-child {
    font-size: 1.6em;
    color: #003477;
    font-weight: bold;
}

.scbox6 h4 {
    font-size: 1.4em;
    line-height: 1.5;
    color: #003477;
}
.scbox6 h5 {
    font-size: 1.16em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.scbox6 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.scbox6 ul li:first-child {
    width: 65%;
    line-height: 1.7;
}
.scbox6 ul li:last-child {
    width: 30%;
}

.hyj_tx {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #003477;
    color: #fff;
    width: 150px;
    height: 3em;
    margin: 0 auto -1.5em;
    z-index: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1;
    font-weight: bold;
}

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

}


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

.dabox5 ul li:first-child {
    width: 80px;
    margin-right: 0.5em;
}
.dabox5 ul li:last-child {
    font-size: 1.4em;
}

.hybox1 h3 {
    font-size: 2.5em;
}

}
