@charset "UTF-8";
/* CSS Document */
.bgAccess{
    background-image: url(../images/mv_access.jpg);
}

.gMap{
    max-width: 800px;
    width: 100%;
    margin: 0 auto 30px;
}
.gMap iframe{
    width: 100%;
    height: 450px;
}
.accessInfo{
    overflow: hidden;
}
.accessInfo li{
    float: left;
    width: 48%;
}
.accessInfo li p:nth-child(1){
    background: url(../images/icon_access_01.png) no-repeat center left;
    font-size: 2.2rem;
    font-weight: bold;
    color: #005ea1;
    border-bottom: 2px solid #00a0e9;
    padding: 8px 0 8px 60px;
    margin-bottom: 20px;
}
.accessInfo li p:nth-child(2){
    font-size: 1.6rem;
}
.accessInfo li:nth-child(2n){
    float: right;
}
.accessInfo li+li p:nth-child(1){
    background: url(../images/icon_access_02.png) no-repeat 15px;
}
.scForm{
    background: #edf6fc;
    margin-bottom: 0;
    padding-bottom: 50px;
}
.bgForm{
    background: url(../images/img_access_01.jpg) no-repeat center / cover;
    height: 180px;
    margin-bottom: 50px;
}
.telBox{
    margin-bottom: 50px;
}
.telBox ul{
    overflow: hidden;
}
.telBox ul li{
    float: left;
    width: 50%;
    background: #FFF;
}
.telBox ul li:nth-child(2n){
    float: right;
}
.telBox ul li p a{
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 6.0rem;
    font-weight: 600;
    padding: 12px 0 12px 30px;
}
.telBox p a img{
    padding-right: 2%;
}
/*SP*/
@media only screen and (max-width: 800px) {
.gMap{
    max-width: 800px;
    width: 100%;
    margin: 0 auto 30px;
}
.gMap iframe{
    width: 100%;
    height: 250px;
}
.accessInfo li{
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
.accessInfo li p:nth-child(1){
    font-size: 1.6rem;
    padding: 10px 0 10px 60px;
    margin-bottom: 20px;
}
.accessInfo li p:nth-child(2){
    font-size: 1.3rem;
}
.accessInfo li:nth-child(2n){
    float: right;
}
.accessInfo li+li p:nth-child(1){
    background: url(../images/icon_access_02.png) no-repeat 10px;
}
.telBox ul li{
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.telBox ul li:nth-child(2n){
    float: none;
    margin-bottom: 0;
}
.telBox ul li p a{
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    padding: 12px 0 12px 0;
}
.telBox ul li p a img{
    max-width: 50px;
    vertical-align: text-bottom;
}    







}
/*/*/