/*==================================================
アクセス
==================================================*/
table.access {
    width: 100%;
    color: #555;
}
table.access th {
    background: #284DB1;
    color: #fff;
    padding: 1.5rem 0;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
table.access td {
    padding: 1.5rem 0;
    width: calc(100% / 5);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    background: #EDEDED;
}
.sp-s {
    font-size: 1.4rem;
    line-height: 1.66 !important;
    display: block;
    margin: 0.5rem 0 0rem;
}
table.access td img {
	width: 30%;
}
table.access td.subti {
	background: #d4dbef;
}
.marb30px {margin-bottom: 30px;}
.marb3em {margin-bottom: 3em;}



@media screen and (max-width: 768px) {
.marb30px {margin-bottom: 15px;}
}
