@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  imformation.css
 style info :  スタイル指定
=================================================================== */

#link01,#link02,#link03,#link04,#link05,#link06,#link07,#link08,#link09,#link10,#link11,#link12,#link13,#link14,#link15{
    padding:50px 0 0 0;
    margin: -50px 0 0 0;
}
/* access
----------------------------------------------------------------------------- */
.access{
    
}
.access .main_wrapper{
    
}
.access .main_wrapper .box{
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em;
    min-height: 1053px;
}
.access .main_wrapper .box h2{
    width: 100%;
    color: #0173e7;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}
.access .main_wrapper .box h3{
    width: 100%;
    color: #d251a1;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 14px;
}
.access .main_wrapper .box h4{
    width: 100%;
    color: #0173e7;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-top: 14px;
    background: #fff;
    padding: 10px 25px;
    margin: 30px auto 20px;
    position: relative;
    line-height: 1;
}
.access .main_wrapper .box h4:before{
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: 5px;
    height: 24px;
    background: #0173e7;
}
.access .main_wrapper .box ul.img{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
}
.access .main_wrapper .box ul.img li{
    width: 49%;
}
.access .main_wrapper .box ul.img li img{
    width: 100%;
}
.access .main_wrapper .box .map{
    width: 100%;
}
.access .main_wrapper .box .map a img{
    width: 100%;
}
.access .main_wrapper .box .map a:hover img{
    opacity: 0.8;
}
.access .main_wrapper .box dl{
    display: flex;
    margin: 0 0 30px;
}
.access .main_wrapper .box dl dt{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.access .main_wrapper .box dl dd{
    width: 80%;
}
.access .main_wrapper .box ul.link{
    display: flex;
    margin: 0 0 30px;
}
.access .main_wrapper .box ul.link li{
    width: 30%;
    margin: 0 15px 0 0;
}
.access .main_wrapper .box ul.link li a{
    display: block;
    width: 100%;
    line-height: 50px;
    text-align: center;
    background: #0173e7;
    color: #fff;
    position: relative;
}
.access .main_wrapper .box ul.link li a:after {
    content: "";
    position: absolute;
    height: 43px;
    width: calc(100% - 9px);
    top: 3px;
    left: 3px;
    border: 1px solid #fff;
}
.access .main_wrapper .box p{
    margin: 0 0 30px 0;
}
/* BreakPoint 959px
=============================================================*/
@media only screen and (max-width: 959px) {


}

/* BreakPoint 639px
=============================================================*/
@media only screen and (max-width: 639px) {

/* access
----------------------------------------------------------------------------- */
.access{
    
}
.access .main_wrapper .box{
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em 1em;
    min-height: auto;
}
.access .main_wrapper .box ul.img{
    display: block;
}
.access .main_wrapper .box ul.img li{
    width: 100%;
}
.access .main_wrapper .box ul.img li .g_map iframe{
    margin-top: 10vw;
    height: 300px;
}
.access .main_wrapper .box dl {
    display: block;
    margin: 0 0 30px;
}
.access .main_wrapper .box ul.link {
    display: block;
    margin: 0 0 30px;
}
.access .main_wrapper .box ul.link li {
    width: 100%;
    margin: 0 0 5vw 0;
}
.access .main_wrapper .box dl{
    text-align: center;
}
.access .main_wrapper .box dl dt {
    width: 100%;
    font-weight: bold;
    display: block;
    border-bottom: 1px dotted #0173e7;
    margin: 0 0 3vw 0;
}
.access .main_wrapper .box dl dd {
    width: 100%;
}
.access .main_wrapper .box p{
    text-align: center;
}
}
