@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------
  common
-----------------------------------------------*/
.section{ overflow: hidden;}
.section-title{
    position: relative;
    opacity: 0;
}
.section-title.slide_in{ opacity: 1;}
.sec-title--text{
    position: relative;
    font-size: 1.6rem;
    color: #073190;
    line-height: 1.3;
    padding: 25px 0 25px 15px;
    box-sizing: border-box;
}
.sec-title--text:before{
    position: absolute;
    top: 72%;
    left: -150px;
    display: block;
    content: '';
    width: 258px;
    height: 2px;
    background: #073190;
}
.sec-title--text span{
    display: block;
    font-size: 10.0rem;
    margin-left: -10px;
}



@media(max-width:767px) {
    .sec-title--text{
        font-size: 1.3rem;
        padding: 3% 0;
    }
    .sec-title--text:before{
        top: 64%;
        left: -4%;
        width: 55px;
    }
    .sec-title--text span{
        font-size: 3.8rem;
        margin-bottom: 8px;
        margin-left: 0;
    }

}



/* ---------------------------------------------
  sec01
-----------------------------------------------*/
.sec01{
    padding-bottom: 190px;
    box-sizing: border-box;
}
.gmap{
    width: 100%;
    height: 480px;
    margin-bottom: 125px;
}
.gmap iframe{
    width: 100%;
    height: 100%;
    border: none;
    box-sizing: border-box;
}

.sec01 .tbl th{ width: 210px;}

.sec01 .tbl a{
    font-weight: 700;
    color: #073190;
}

@media(max-width:767px) {
    .sec01{
        padding-bottom: 14%;
    }
    .gmap{
        height: 72vw;
        margin-bottom: 14%;
    }
    .sec01 .tbl th{ width: 100%;}
}









