/* **************************************************

  		　       　その他

************************************************** */
section#others_body {
    background:#000;
    padding:1rem 0 5rem;
}

/* **************************************************

  		　        　　タブ

************************************************** */
.others_contents {
    padding:2rem 0 0rem;
}
.others_contents h3 ,
.others_contents h4 ,
.others_contents h5 {
    color:#fff;
    font-weight:bold;
    margin-bottom:1em;
}
.others_contents ul {
    list-style-type:disc;
    padding:0 2em;
    margin-bottom:1.5em;
}
.others_contents ul li {
    color:#fff;
}
.others_contents p {
    color:#fff;
    margin-bottom:2em;
    font-size:1rem;
    line-height:1.4em;
}
.others_contents p:last-child {
    margin-bottom:0;
}
.others_contents p a {
    color:#fff;
    text-decoration: underline;
}