/* 特定商 */
a.mapicon {
    background-color: #bb352b;
    padding: 0.2em 0.5em 0.2em 1.5em;
    color: #fff;
    margin-left: 1em;
    position: relative;
    white-space: nowrap;
}
a.mapicon:before {
    position: absolute;
    font-family: "Font Awesome 5 free";
    font-weight: 700;
    color: #fff;
    content: "\f3c5";
    left: 5px;
}
td ul {
    padding-left: 1em;
}

/* --------------------------------------------------------------------------------------------------------
01
*
* 幅 768px 未満
*/
@media (max-width: 767px) {
   
    #content tr {
        border-bottom: none;
    }
    #content tr th, #content tr td {
        padding-left: 1em;
    }
    tr th {
        display: block;
        border-bottom: 2px dotted #679bc0;
    }
    tr td {
        padding-top: 1em;
        padding-bottom: 2.5em;
        display: block;
    }
    /*Google Map*/
    
}

/* End max 767px */


/* --------------------------------------------------------------------------------------------------------
02
*
* 幅 768px 以上
*/
@media (min-width: 48em) {

    #content tr th {
        border-bottom: 1px solid #eff3f6;
        width: 24%;
        background-color: #678fc0;
        color: #fff;
    }
    #content tr:last-child th {
        border-bottom: 1px solid #679bc0;
    }
    #content tr th, #content tr td {
        padding: 1em;
    }
    #content tr td {
        border-right: 1px solid #678fc0;
        border-bottom: 1px solid #678fc0;
        background-color: #eff3f6;
    }
    tr:first-child td {
        border-top: 1px solid #679bc0;
    }
    
}

/* End min 768px */


/* --------------------------------------------------------------------------------------------------------
03
*
* 幅 1072px 以上
*/
@media (min-width: 67em) {

    /* ここにスタイル */
    
}

/* End min 1072px */


/* --------------------------------------------------------------------------------------------------------
04
*
* 幅 1264px 以上
*/
@media (min-width: 79em) {

    /* ここにスタイル */
}

/* End min 1264px */
