/*--------------------
base
--------------------*/
body{
    width: 100%;
    font-size: 16px;
    font-family: "游ゴシック Medium", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f0f2f8;
}
section{
    margin-bottom: 2rem;
}
img{
    max-width: 100%;
    height: auto;
}
h2, h3, h4{
    font-weight: 700;
}
h2{
    text-align: center;
    font-size: 1.5em;
    line-height: 1.8;
    color: #333;
    margin-bottom: 3.0rem;
}
@media only screen and (max-width: 640px) {
    h2{
        font-size: 1.3em;
}
}

.block_inner {
    width: 100%;
    padding: 0 .5rem;
    margin: 0 auto;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 641px) {
    body{
        line-height: 2.5;
    }
    p{
        font-size: 1.125rem;
    }
    section{
        margin-bottom: 4rem;
    }
    h2{
        font-size: 1.5em;
    }
    .block_inner {
        width: 800px;
        padding: 0;
        margin-bottom: 4rem;
    }
}



/*--------------------
utility
--------------------*/
.txt-center{
    text-align: center;
}
.font-bold{
    font-weight: 700;
}
.font-normal{
    font-weight: 300;
}
.clr-main{
    color:#2a4876;
}
.hidden-pc{
    display: none;
}
.hidden-sp{
    display: block;
}
@media only screen and (max-width: 640px) {
    .hidden-pc{
        display: block;
        }
    .hidden-sp{
        display: none;
        }
}



/*--------------------
about
--------------------*/
.ttl-about {
    display: inline-block;
    position: relative;
    color: #333;
    text-align: center;
}
.ttl-about:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    background-color: #2a4876;
}

.tbl-about {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    border-top: solid 2px #333;
    border-bottom: solid 2px #333;
   }
   .tbl-about td {
    padding: 10px;
    border-top: solid 1px #999;
    vertical-align: middle;
   }
   

   @media only screen and (max-width: 639px) {
    .w30p{
        width:30%
    }
    .cell-h{
        height:75px;
    }
   }



/*--------------------
kv
--------------------*/
@media only screen and (min-width: 641px) {
    .kv_block{
        background: url("../img/img-bg-pc.webp") no-repeat;
    }
}



/*--------------------
googlemaps
--------------------*/
.gmap_iframe {
    aspect-ratio: 16 / 9;
    max-width: 800px;
    width: 100%;
    height: auto;
}



/*--------------------
footer
--------------------*/
#fixed {
    /*position: fixed;*/
    bottom: 0;
    background:#2a4876;
    margin-bottom: 0;
}

footer{
    padding-bottom: .5rem;
}
footer ul li,
footer p{
    font-size: .7rem;
    text-align: center;
    padding-top: .5rem;
    color:#fff;
}
footer ul{
    margin-bottom: .5rem;
}
@media only screen and (min-width: 641px) {
    footer{
        padding-bottom: .5rem;
    }
}