/* Blog
---------------------------------------------------------- */


/* ----- key ----- */

.access .l-sub_top {
    background: url(../img/img_key.jpg) no-repeat center;
    background-size: cover;
}


/* ----- common ----- */

.access .c-row_three li .img {
    position: relative;
}

.access .c-row_three li .img .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f0969f;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Shippori Mincho', serif;
    font-style: italic;
}

.p-access_gmap {
    height: 320px;
}

.p-access_gmap iframe {
    width: 100%;
    height: 100%;
}

.l-footer_table tr:first-child {
    border-top: solid 1px #ddd!important;
}

.l-footer_table tr {
    border-bottom: solid 1px #ddd;
}

.l-footer_table tr:first-child th {
    padding: 10px 0;
}


/* =================================
 PC blog
================================= */

@media screen and (min-width: 768px) {
    .lg-object {
        padding: 50px!important;
    }
}


/* =================================
  IE blog
================================= */

_:-ms-lang(x)::-ms-backdrop,
.xxxxx {}


/* =================================
  PC min blog
================================= */

@media only screen and (max-width: 1240px) and (min-width: 768px) {}


/* =================================
  TAB blog
================================= */

@media screen and (min-width: 768px) and (max-width: 960px) {}


/* =================================
 SP blog
================================= */

@media screen and (max-width: 767px) {
    .access .c-row_three li .img .num {
        width: 36px;
        height: 36px;
        line-height: 36px;
        color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
    }
}


/* =================================
 iphone5s,SE blog
================================= */

@media screen and (max-width: 320px) {}