@charset "UTF-8";

/*----------------------------------------
 access
----------------------------------------*/

.page_title_access{
background-image: url(../images/access_bg01.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}

.access_box{
width: 100%;
padding: 40px 0;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}

.access_box2{
width: 100%;
background-color: #e8e8e8;
padding: 40px;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}



@media screen and (max-width : 767px) {


.access_box2{
padding: 20px;
}


}