#mainImg {
    background-size: 45% 35%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-image: url(../img/contents/flow-bil-bg-l.png), url(../img/contents/flow-bil-bg-r.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
}
h1 {
    position:relative;
}
h1:after {
    content: "";
    position:absolute;
    background: url(../img/icon/policy-title-icon.png);
    transform: rotate(-9deg);
    top: -10px;
    right: -50px;
    width: 40px;
    height: 40px;
}
a.underline{
    text-decoration: underline;
}
#main table th {
    /*background-color: #eee; /*#fffdd5;*/
    border-top: 1px solid #F51100; /*#fefefe;*/
}
#main table tr:last-child td {
    border-bottom: 1px solid #F51100; /*#eee;*/
}
#main table td {
    /*border-bottom: 1px solid #eee;*/
    padding-left: 1rem;
    background-color: #fefefe;
    /*border-right: 1px solid #eee;*/
}
/*****
#main table tr:first-child td {
    border-top: 1px solid #eee;
}
*****/
#main table td ul {
    margin: 0 0 0 1em;
}
.outer table .map {
    position: relative;
    display: inline-block;
    padding: 0 1.6em 0 .5em;
    margin-left: 1em;
    color: #675959;
    background-color: #ffd700;
    border-radius: 3px;
    font-size: 0.8em;
    text-decoration: none;
}
.outer .map::before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    margin-right: 5px;
}
.outer .map::after {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f3c5";
    display: inline-block;
    position: absolute;
    margin-left: 5px;
}
.box{
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}
.box p{
    line-height: 1.5;
}
.box h2{
    font-size: 1.2rem;
}
.box ul {
    margin-top: 1.5rem;
    margin-left: 1rem;
    line-height: 1.3rem;
}
.box ol {
    margin-top: 1.5rem;
    margin-left: 1rem;
    line-height: 1.3rem;
}
/* 767px以下 */
@media screen and (max-width: 767px) {
    #mainImg.lower h1 {
        font-size: 1.2rem;
    }
    #main table th {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    #main table td {
        padding-right: 0.5em;
    }
    #main table th,
    #main table td {
        display: block;
    }
}

/* 768px以上 */
@media screen and (min-width: 768px) {
    #main table th {
        width: 30%;
        padding-left: 1.5em;
        padding-right: 1em;
        border-top: none;
        border-bottom:  1px solid #F51100;
    }
    #main table tr:last-child td,
    #main table td {
        /*border-top: 1px solid #eee;*/
        border-bottom: 1px solid #ccc; /*#eee;*/
        padding: 1rem 1.5rem;
    }
}

/* 1264px以上 */
@media screen and (min-width: 79em) {
    #mainImg {
       background-size: auto;
   }
}
 