.accessTitle{
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 22px;
    border-bottom: 3px solid #1F60F5;
    letter-spacing: 0.2em;
    
}

.accessMain{
    margin-bottom: 20px;
}
.accessMain::after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}
.accessMain li{
    float: left;
    width: 49%;
    height: auto;
}
.accessMain li:nth-child(2n){
    margin-bottom: 15px;
    float: right;
}

.accessFlow{
    margin-bottom: 30px;
}
.accessFlow::after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}
.accessFlow li{
    margin-bottom: 15px;
    margin-right: 2%;
    float: left;
    width: 32%;
    height: 240px;
    background-color: #E9F2FC;
}
.accessFlow li:nth-child(3n){
    margin-right: 0;
}
.accessFlow li img{
    margin-bottom: 5px;
    width: 100%;
    display: block;
    height: auto;
}
.accessFlow li p{
    margin: 0;
    padding: 0 5px 5px;
    line-height: 100%;
}

/* Google maps レスポンシブ */
.ggmap {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
} 
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Google maps レスポンシブ */
.ggmap_test {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 30%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
} 
.ggmap_test iframe,
.ggmap_test object,
.ggmap_test embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
