@charset "utf-8";
/* CSS Document */

/* =========================================================

========================================================= */
#visual{
    background-image: url(../img/overview/title_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 0px;
    padding-top: 26.0416%;
    position: relative;
}

#secOverview .overviewWrap{
    width: 980px;
    margin: 0 auto;
}

#secOverview dl{
    display: flex;
    flex-wrap: wrap;
}

#secOverview dl dt, 
#secOverview dl dd{
    padding: 20px;
    border-bottom: 1px solid #ededed;
    box-sizing:border-box;
}
#secOverview dl dt{
    width: 18%;
    font-weight: bold;
}
#secOverview dl dd{
    width: 82%;
    line-height: 1.7;
}

#secOverview dl dt:first-of-type, 
#secOverview dl dd:first-of-type{
    border-top: 1px solid #ededed;
}

#secInformation .infoWrap{
    width: 980px;
    margin: 0 auto;
}

#secInformation .infoBox{
    padding: 30px;
    margin-top: 20px;
    width: 100%;
    background-color: #fff;
}

#secInformation .infoBox .title{
    color: #1b3766;
    margin-bottom: 10px;
    line-height: 1.7;
}

#secInformation .infoBox .title span{
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-left:16px; 
}

#secInformation .infoBox .title span:before{
    content:"";
    background-image: url(../img/common/line.svg);
    background-repeat:no-repeat;
    background-size:8px 1px;
    width: 8px;
    height: 1px;
    position: absolute;
    top:50%;
    margin-top: -1px;
    left: 0px;
}

#secInformation .infoBox ul{
    padding-left: 0.5em;
}

#secAccessmap .mapBox{
    width: 1200px;
    margin: 0 auto;
} 









@media screen and (max-width: 768px) {
#visual{
    background-image: url(../img/overview/sp_title_img.jpg);
    padding-top: 46.875%;
}
    
#secOverview .overviewWrap{
    width: auto;
}    
    
#secOverview dl{
    display: block;
}

#secOverview dl dt{
    border-bottom: none;
    width:auto;
    padding-bottom: 0;
    }
    
#secOverview dl dd{
    border-top: none;
    width:auto;
    padding-top: 10px;
}
    
#secOverview dl dd:first-of-type{
    border-top: none;
}
    
#secInformation .infoWrap{
    width: auto;
}

#secInformation .infoBox{
    padding: 20px;
    width: auto;
}


#secAccessmap .mapBox{
    width: 100%;
}     
    
#secAccessmap .mapBox iframe{
    width: 100%;
}    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    
    
    
    
    
    
    
    
    
    
}