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


#title_ab {
    
}
#title_ab h2 {
    background-color: #fff;
    color: #003477;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-size: 1.4em;
    padding: 0.5em 2em;
    border-radius: 0.2em;
}
#title_ab h3 {
    color: #f9e5b1;
    line-height: 1.4;
    font-size: 2em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    padding: 1em 0;
}

.msub1 {
    color: #003477;
    margin-bottom: 3em;
}
.msub1 h3 {
    font-size: 2.5em;
    line-height: 1;
    letter-spacing: 0.1em;
}
.msub1 h4 {
    font-size: 1.6em;
    line-height: 1.5;
    margin-top: 0.5em;
}
.msub1 h5 {
    color: #111;
    font-size: 1.16em;
    margin-bottom: 0.5em;
}

h4.msub2 {
    font-size: 1.4em;
    line-height: 1.5;
    color: #003477;
    margin-bottom: 0.3em;
}
h4.msub2 span {
    font-size: 0.84em;
    font-weight: normal;
}

.ab_banner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.ab_banner ul li {
    width: calc((100% / 2) - (2em / 2));
    margin-bottom: 2em;
}

.me_navi {
    text-align: center;
}
.me_navi h3 {
    font-size: 3em;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    color: #003477;
}
.me_navi h3 span {
    font-size: 1.8em;
}
.me_navi ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2em;
    margin-bottom: -1.4em;
}
.me_navi ul li {
    margin-bottom: 1.4em;
}
.me_navi ul li a {
    display: block;
    background-color: #003477;
    border: 1px solid #003477;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    font-size: 1.4em;
    padding: 0.5em 1em;
    margin: 0 0.5em;
    transition: all 0.3s;
}
.me_navi ul li a:hover {
    background-color: #fff;
    color: #003477;
}

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

    

}


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

#title_ab h2 {
    font-size: 1.24em;
    margin-top: 1em;
}
#title_ab h3 {
    font-size: 1.5em;
}

.msub1 {
    margin-bottom: 3em;
}
.msub1 h3 {
    font-size: 2.2em;
}
.msub1 h3.adj1 {
    font-size: 2.2em;
    letter-spacing: 0;
}
.msub1 h4 {
    font-size: 1.4em;
}

h4.msub2 {
    font-size: 1.24em;
}

.ab_banner ul {
    margin-bottom: -2em;
}
.ab_banner ul li {
    width: 100%;
    margin: 0 15% 2em;
}

.me_navi h3 {
    font-size: 2.5em;
}
.me_navi ul {
    margin-bottom: -3.2vw;
}
.me_navi ul li {
    margin-bottom: 3.2vw;
}
.me_navi ul li a {
    font-size: 3.2vw;
    padding: 0.7em 1em;
    margin: 0 1.6vw;
}

}
