@charset "UTF-8";

.sectionDetails {
    padding: 0 0 40px 0;
}

.pagetitle {
    background: #17191a;
}
body.is-wh .pagetitle {
    background: #fff;
}

.pagetitle-ttl {
    font-size: 28px;
    width: 900px;
    margin: 0 auto 0 auto;
    padding: 25px 0 20px 0;
    text-align: center;
}

.pagetitle-ttl > span {
    /* color: #ff141c; */
    color: #fff;
    font-weight: bold;
}
body.is-wh .pagetitle-ttl > span {
    color: #000;
}

.dtSocial {
    margin: 0 0 15px 0;
}

.detSummary {
    font-size: 14px;
    line-height: 1.7;
    background: #17191a;
    border: 1px solid #40454a;
    margin: 0 0 60px 0;
    padding: 39px 49px 39px 49px;
}
body.is-wh .detSummary {
    background: #fff;
    border: 1px solid #cfd9de;
}

.detSummary-ttl {
    text-align: center;
    margin: 0 0 25px 0;
}

.detSummary-ttl > span {
    display: block;
    font-size: 22px;
    /* color: #ff141c; */
}

.detSummary-ttl > span.is-sml {
    font-size: 12px;
}

.detSummary-txt {

}

.datelist {
    text-align: right;
    margin-bottom: 15px;
    font-size: 11px;
}

.mainContents {
    padding: 50px 50px 50px 50px;
    background: #000000;
    margin: 0 0 50px 0;
}
body.is-wh .mainContents {
    background: #fff;
}

.detailHead {
    margin: 0 0 40px 0;
}

.recruit-emptype {
    background: #ff141c;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    border-radius: 25px;
    padding: 7px 14px 7px 14px;
    margin: 0 0 30px 0;
    text-align: center;
    color: #fff;
}

.detailHead-company {
    float: left;
}

.recruit-ttl {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px 0;
    /*float: left;*/
    width: 650px;
}
body.is-wh .recruit-ttl {
    color: #000;
}

.recruit-company {
    color: #848484;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 30px 0;
}

.recruit-feature {
    width: 650px;
    /*margin: 0 0 40px 0;*/
}

.recruit-feature-item > span,
.recruit-feature-item > img {
    vertical-align: middle;
}


.recruit-feature li {
    float: left;
    /* border: 1px solid #ff141c; */
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    /* color: #ff141c; */
    margin: 0 10px 10px 0;
    padding: 5px 5px 5px 5px;
}
body.is-wh .recruit-feature li {
    border: 1px solid #000;
    color: #000;
}

.recruit-feature li:last-child {
    margin: 0 0 0 0;
}

.dtInfoTab {
    letter-spacing: -0.4em;
    padding: 0 2px 0 2px;
    border-bottom: 1px solid #40454a;
}

.dtInfoTab-btn {
    width: 120px;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 10px 0 0;
}

.dtInfoTab-btn > a {
    color: #e3e3e3;
    background: #23282d;
    display: block;
    padding: 13px 0 13px 0;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
body.is-wh .dtInfoTab-btn > a:not(.on) {
    color: #000;
    background: #f4f6f7;
}

.dtInfoTab-btn > a.on {
    background: #ff141c;
}
body.is-wh .dtInfoTab-btn > a.on {
    color: #fff;
    background: #ff141c;
}

.recruitInfo {
    margin: 60px 0 0 0;
}

.detMessage {
    margin: 0 0 70px 0;
}

.detMessageGra {
    margin: 0 0 60px 0;
}

.detMessageGra-list {
    display: table;
    margin: 0 auto 23px auto;
}

.detMessageGra-list:last-child {
    margin: 0 auto 0 auto;
}

.detMessageGra-list > li {
    display: table-cell;
    position: relative;
    padding: 0 23px 0 0;
    width: 208px;
}

.detMessageGra .detMessageGra-list:first-child li {
    width: 285px;
}

.detMessageGra-list > li:last-child {
    padding: 0 0 0 0;
}

.detMessageGra-txt {
    font-size: 12px;
    line-height: 1.2;
    padding: 13px 0 0 0;
    /*
    position: absolute;
    left: 10px;
    bottom: 10px;
    */
}

.detMessageTxt-ttl {
    font-size: 18px;
    margin: 0 0 20px 0;
    /* color: #ff141c; */
}

.detMessageTxt-txt {
    font-size: 14px;
    line-height: 2;
}

.detail {
    margin: 0 0 50px 0;
}

.detail-item {
    display: table;
    width: 100%;
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #23282d;
}

.detail-item.is-company {
    border-bottom: none;
    padding: 10px 0 10px 0;
}

.detail-item:first-of-type {
    padding: 0 0 30px 0;
}

.detail-item.is-company:first-of-type {
    padding: 0 0 10px 0;
}


.detail-item > dt,
.detail-item > dd {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.detail-item > dt {
    width: 230px;
}

.detail-item > dt > span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px 0 30px;
}

.detail-item > dt > span.is-ocpt {
    background: url(/images/icn_job.png) no-repeat left center;
}
body.is-wh .detail-item > dt > span.is-ocpt {
    background-image: url(/images/icn_job3.png);
}

.detail-item > dt > span.is-recbg {
    background: url(/images/icn_recbg.png) no-repeat left center;
}
body.is-wh .detail-item > dt > span.is-recbg {
    background-image: url(/images/icn_recbg2.png);
}

.detail-item > dt > span.is-job {
    background: url(/images/icn_job2.png) no-repeat left center;
}
body.is-wh .detail-item > dt > span.is-job {
    background-image: url(/images/icn_job4.png);
}

.detail-item > dt > span.is-emptype {
    background: url(/images/icn_man.png) no-repeat left center;
}
body.is-wh .detail-item > dt > span.is-emptype {
    background-image: url(/images/icn_man2.png);
}

.detail-item > dt > span.is-eligible {
    background: url(/images/icn_eligible.png) no-repeat left center;
    padding: 5px 0 5px 30px;
}
body.is-wh .detail-item > dt > span.is-eligible {
    background-image: url(/images/icn_eligible2.png);
}

.detail-item > dt > span.is-location {
    background: url(/images/icn_location.svg) no-repeat left center;
    padding: 5px 0 5px 30px;
}
body.is-wh .detail-item > dt > span.is-location {
    background-image: url(/images/icn_location2.svg);
}

.detail-item > dt > span.is-worktime {
    background: url(/images/icn_time.png) no-repeat left center;
}
body.is-wh .detail-item > dt > span.is-worktime {
    background-image: url(/images/icn_time2.png);
}

.detail-item > dt > span.is-salary {
    background: url(/images/icn_yen.png) no-repeat left center;
}
body.is-wh .detail-item > dt > span.is-salary {
    background-image: url(/images/icn_yen2.png);
}

.detail-item > dt > span.is-welfare {
    background: url(/images/icn_heart.png) no-repeat left center;
}
body.is-wh .detail-item > dt > span.is-welfare {
    background-image: url(/images/icn_heart2.png);
}

.detail-item > dt > span.is-holiday {
    background: url(/images/icn_calendar.png) no-repeat left center;
}
body.is-wh .detail-item > dt > span.is-holiday {
    background-image: url(/images/icn_calendar2.png);
}

.detail-item > dd {
    font-size: 14px;
    line-height: 1.7;
}

.companysMessage {
    margin: 50px 0 40px 0;
}

.companysMessage-sec {
    margin: 0 0 40px 0;
}

.companysMessage-sec:last-child {
    margin: 0 0 0 0;
}

.companysMessage-sec-ttl {
    font-size: 18px;
    /* color: #ff141c; */
    font-weight: bold;
    margin: 0 0 20px 0;
}

.companysMessage-sec-txt {
    font-size: 14px;
    line-height: 1.8;
}

.companysMessageGra {
    margin: 0 0 60px 0;
}

.companysMessageGra-list {
    display: table;
    margin: 0 auto 23px auto;
}

.companysMessageGra-list > li {
    display: table-cell;
    padding: 0 10px 0 0;
}

.companysMessageGra-list > li:last-child {
    padding: 0 0 0 0;
}

.comMesItem {
    background: #23282d;
    padding: 10px 10px 10px 10px;
}

.comMesItem-txt {
    font-size: 12px;
    line-height: 1.2;
    margin: 10px 0 0 0;
}

.dtApply {
    background: #17191a;
    padding: 40px 0 40px 0;
}

body.is-wh .dtApply {
    background: #fff;
}

.dtApply.is-mg {
    margin: 0 0 50px 0;
}
.dtApply.is-fl {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0;
}
body.is-wh .dtApply.is-fl {
    border-top: 1px solid #cfd9de;
}

.dtApply-ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0 0 30px 0;
}

.dtApplyBtn {
    width: 600px;
    margin: 0 auto 0 auto;
}
.dtApply.is-fl .dtApplyBtn {
    width: 100%;
    display: flex;
    justify-content: center;
}
.dtApply.is-fl .dtApplyBtn .c-redBtn.is-apply,
.dtApply.is-fl .dtApplyBtn .c-whiteBtn.is-conside {
    float: none;
    margin: 0 12px;
}

.other {
    margin: 0 0 70px 0;
}

.otherList > li {
    margin: 0 0 20px 0;
}

.otherList > li:last-child {
    margin: 0 0 0 0;
}

.similar {
    margin-bottom: 50px;
}

.similarBox {
    background: #000000;
    width: 240px;
    float: left;
    margin: 0 13px 13px 0;
    box-sizing: border-box;
}

body.is-wh .similarBox {
    background: #fff;
    border: 1px solid #cfd9de;
    margin-bottom: 20px;
}


.similarBox:nth-child(4n) {
    margin: 0 0 13px 0;
}

.similarBox > a {
    display: block;
    padding: 15px;
    /* border: 1px solid #000000; */
}
/*
body.is-wh .similarBox:hover {
    border: 1px solid #ff141c;    
}
*/

/*
body.is-wh .similarBox > a:not(:hover) {
    border: 1px solid #fff;
}
*/
/*
body.is-wh .similarBox > a {
    border: 0;
}

.similarBox > a:hover {
    color: #e7e7e7;
    border: 1px solid #ff141c;
}
*/

.similarBox {
    border: 1px solid #000000;
}

.similarBox:hover {
    border: 1px solid #ff141c;    
}
body.is-wh .similarBox:hover {
    border: 1px solid #ff141c;
}
.similarBox:hover a {
    color: #e7e7e7;
}

.similarBox-gra {
    text-align: center;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.similarBox-gra img {
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

.similarBox > a:hover .similarBox-gra > img {
    transform: scale(1.1);
}


.similarBox-ttl {
    /* font-size: 14px; */
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    /* color: #ff141c; */
    margin: 0 0 10px 0;
}

.similarBox-item {
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.4;
}

.similarBox-item.is-company {
    background: url(/images/icn_bill.svg) no-repeat left top 5px;
}
body.is-wh .similarBox-item.is-company {
    background-image: url(/images/icn_bill3.svg);
}

.similarBox-item.is-address {
    background: url(/images/icn_location.svg) no-repeat left top 5px;
    background-size: 12px auto;
}
body.is-wh .similarBox-item.is-address {
    background-image: url(/images/icn_location2.svg);
}

.similarBox-item.is-salary {
    background: url(/images/icn_yen_small.png) no-repeat left top 5px;
}
body.is-wh .similarBox-item.is-salary {
    background-image: url(/images/icn_yen_small2.png);
}

.similarBox-item.is-eligible {
    background: url(/images/icn_eligible.png) no-repeat left top 5px / 12px auto;
}
body.is-wh .similarBox-item.is-eligible {
    background: url(/images/icn_eligible2.png) no-repeat left top 5px / 12px auto;
}

.c-border-ttl {
    display: block;
}

.c-border-ttl.is-dtrec {
    margin: 0 0 40px 0;
}

.c-border-ttl.is-dtrec:after {
    width: 72px;
}

.c-border-ttl.is-dtcom:after {
    width: 72px;
}

.c-border-ttl.is-dtsel:after {
    width: 90px;
}

.c-border-ttl.is-dtmes:after {
    width: 180px;
}

.c-border-ttl.is-other {
    display: inline-block;
}

.c-border-ttl.is-other:after {
    width: 220px;
}

.c-border-ttl.is-similar {
    width: 324px;
}

.c-border-ttl.is-similar:after {
    width: 200px;
}

.c-border-ttl.is-similar + ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.detailHead-apply {
    float: right;
}

.c-redBtn.is-dth {
    width: 200px;
    margin: 0 0 20px 0;
}

.c-redBtn.is-dth > a {
    display: block;
    padding: 12px 0 12px 0;
    line-height: 1;
    font-size: 14px;
    background: #ff141c url(/images/right_arw_wh.svg) no-repeat right 10px center;
}

.c-redBtn.is-dth > a.is-off {
    pointer-events: none;
    background: #8b8b8b;
}

.c-redBtn.is-apply {
    float: right;
    width: 290px;
}

.c-redBtn.is-apply > a {
    font-size: 16px;
    line-height: 1;
    padding: 16px 0 16px 0;
    background: #ff141c url(/images/right_arw_wh.svg) no-repeat right 10px center
}

.c-redBtn.is-apply > a.is-off {
    pointer-events: none;
}

.c-whiteBtn > .gry {
    display: block;
    background: #ccc;
    color: #17191a;
    text-align: center;
}


.c-whiteBtn.is-conside {
    float: left;
    width: 290px;
}

.c-whiteBtn.is-conside > a,
.c-whiteBtn.is-conside > .gry {
    font-size: 16px;
    line-height: 1;
    padding: 16px 0 16px 0;
}

.c-whiteBtn.is-conside > a > span,
.c-whiteBtn.is-conside > .gry > span {
    background: url(/images/icn_star_black.png) no-repeat left center;
    padding: 0 0 0 25px;
}

.c-whiteBtn.is-conside.is-dth {
    width: 200px;
    float: none;
}

.c-whiteBtn.is-conside.is-dth > a,
.c-whiteBtn.is-conside.is-dth > .gry {
    padding: 12px 0 12px 0;
    font-size: 14px;
}

.c-social.is-dt {
    float: right;
}

.c-social li {
    float: left;
    margin: 0 10px 0 0;
}

.c-social li:last-child {
    margin: 0 0 0 0;
}

.lgpwdarea {
    padding: 40px 0 20px 0;
}

.lgpwdarea-in {
    display: table;
    background: #fff;
    color: #000;
    padding: 0 35px;
    margin: 0 auto;
}

.lgpwdarea-in > dt {
    display: table-cell;
    vertical-align: middle;
}

.lgpwdarea-in > dd {
    display: table-cell;
    vertical-align: middle;
    height:50px;
}

.startdayarea {
    float: left;
    margin: 0 0 0 20px;
}

.startdayarea > dt {
    display: table-cell;
    vertical-align: middle;
}

.startdayarea > dd {
    display: table-cell;
    vertical-align: middle;
    height:40px;
}

.related {
    margin: 0 0 50px 0;
}
.relatedBox table {
    width: 100%;
}
.relatedBox table th {
    background: #000;
    padding: 10px 15px;
    border-bottom: 2px solid #17191a;
    width: 150px;
}
body.is-wh .relatedBox {
    border-top: 1px solid #cfd9de;
    border-left: 1px solid #cfd9de;
    border-right: 1px solid #cfd9de;
}
body.is-wh .relatedBox table th {
    background: #fff;
    border-bottom: 1px solid #cfd9de;
}
.relatedBox table td {
    padding: 15px;
    background: #000;
    border-left: 2px solid #17191a;
    border-bottom: 2px solid #17191a;
}
body.is-wh .relatedBox table td {
    background: #fff;
    border-left: 1px solid #cfd9de;
    border-bottom: 1px solid #cfd9de;
}


@media (max-width: 767px) {
    .sectionDetails {
        padding: 0 0 50px 0;
    }

    .pagetitle-ttl {
        width: auto;
        font-size: 18px;
    }

    .dtSocial {
        text-align: center;
    }

    .c-social.is-dt {
        float: none;
        width: 210px;
        margin: 0 auto;
    }

    .c-social > li:last-child {
        float: right;
    }

    .detSummary {
        padding: 15px 20px 15px 20px;
        margin: 0 20px 40px 20px;
    }

    .datelist {
        text-align: center;
    }

    .mainContents {
        padding: 20px 0 10px 0;
        margin: 0 0 0 0;
    }

    .detailHead {
        padding: 0 20px 0 20px;
    }

    .detailHead-company {
        float: none;
    }

    .detailHead-apply {
        float: none;
    }

    .recruit-ttl {
        width: auto;
        font-size: 16px;
    }

    .recruit-company {
        font-size: 13px;
    }

    .recruit-feature {
        width: auto;
        padding: 0 0 20px 0;
    }

    .dtInfoTab {
        display: table;
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px 0 20px;
    }

    .dtInfoTab-btn {
        display: table-cell;
        padding: 0 5px 0 0;
    }

    .dtInfoTab-btn:last-child {
        padding: 0 0 0 5px;
    }

    .detMessageGra {
        width: auto;
        overflow: hidden;
        margin: 0 0 10px 0;
        padding: 0 0 45px 0;
    }

    .detMessageGra-list > li {
        display: block;
        text-align: center;
        padding: 0 0 0 0;
    }

    .detMessageGra-txt {
        text-align: left;
        line-height: 1.6;
    }

    .sliderItem {
        display: inline-block;
        position: relative;
    }

    .companysMessage-sec {
        padding: 0 20px 0 20px;
    }

    .detMessageTxt {
        padding: 0 20px 0 20px;
    }

    .detMessageTxt-ttl {
        font-size: 16px;
    }

    .detail {
        padding: 0 20px 0 20px;
    }

    .detail-item {
        display: block;
        width: auto;
        padding: 25px 0 15px 0;
    }

    .detail-item:first-of-type {
        padding: 0 0 15px 0;
    }

    .detail-item.is-company {
        display: table;
        padding: 10px 0 10px 0;
    }

    .detail-item > dt {
        display: block;
        width: auto;
        margin: 0 0 13px 0;
    }

    .detail-item > dt > span {
        font-size: 15px;
        padding: 0 0 0 30px;
    }

    .detail-item.is-company > dt {
        width: auto;
        display: table-cell;
        font-size: 13px;
        padding: 0 12px 0 0;
    }

    .detail-item > dd {
        display: block;
    }

    .detail-item > dd.dtmore {
        text-align: center;
    }

    .dtmore > a {
        background: url(/images/icn_plus.svg) no-repeat left center;
        background-size: 9px auto;
        padding: 0 0 0 15px;
    }

    .dtmore > a.on {
        background: url(/images/icn_minus.svg) no-repeat left center;
        background-size: 9px auto;
    }

    .rectxt {
        margin: 0 0 15px 0;
        position: relative;
    }

    .rectxt.is-cover {
        height: 100px;
        overflow: hidden;
    }

    .rectxt.is-cover.on {
        height: auto;
        overflow: visible;
    }

    .rectxt.is-cover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 100%);
    }

    .rectxt.is-cover.on:after {
        content: none;
    }

    .detail-item.is-company > dd {
        width: auto;
        display: table-cell;
        font-size: 13px;
        font-weight: bold;
    }

    .dtApply {
        margin: 0 20px 0 20px;
        padding: 20px 15px 20px 15px;
    }

    .dtApply.is-mg {
        margin: 0 20px 40px 20px;
        padding: 20px 15px 20px 15px;
    }
    .dtApply.is-fl {
        margin: 0;
        padding: 15px 0;
    }

    .dtApply-ttl {
        font-size: 18px;
        margin: 0 0 15px 0;
    }

    .similar {
        padding: 0 20px 0 20px;
    }

    .dtApplyBtn {
        width: auto;
    }

    .dtApply.is-fl .dtApplyBtn .c-redBtn.is-apply,
    .dtApply.is-fl .dtApplyBtn .c-whiteBtn.is-conside {
        width: 50%;
    }
    .dtApply.is-fl .dtApplyBtn .c-redBtn.is-apply {
        margin: 0 15px 0 7px;
    }
    .dtApply.is-fl .dtApplyBtn .c-whiteBtn.is-conside {
        margin: 0 7px 0 15px;
    }
    .dtApply.is-fl .dtApplyBtn .c-redBtn.is-apply a,
    .dtApply.is-fl .dtApplyBtn .c-whiteBtn.is-conside a {
        font-size: 14px;
    }

    .other {
        margin: 25px 20px 50px 20px;
    }

    .otherList > li {
        margin: 0 0 25px 0;
    }

    .otherList > li > a {
        font-size: 13px;
    }

    .similar {
        margin-bottom: 20px;
    }
    .similarBox {
        background: #17191a;
        width: auto;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .similarBox-item.is-company {
        background-position: left center;
        background-size: 18px auto;
    }

    .similarBox-item.is-address {
        background-position: left center;
        background-size: 18px auto;
    }

    .similarBox-item.is-salary {
        background: url(/images/sp_icn_yen.png) no-repeat left center;
        background-size: 18px auto;
    }

    .similarBox-item.is-eligible,
    body.is-wh .similarBox-item.is-eligible  {
        background-size: 18px auto;
    }

    .c-redBtn.is-dth {
        width: auto;
    }

    .c-redBtn.is-apply {
        float: none;
        width: auto;
        margin: 0 0 15px 0;
    }

    .c-whiteBtn.is-conside.is-dth {
        width: auto;
    }

    .c-whiteBtn.is-conside {
        float: none;
        width: auto;
    }

    .c-border-ttl.is-dtmes {
        margin: 0 20px 20px 20px;
    }

    .c-border-ttl.is-dtrec {
        border-bottom: 3px solid #545a60;
        line-height: 1;
        padding: 0 0 8px 0;
        margin: 0 0 20px 0;
    }

    .c-border-ttl:after {
        border-bottom: 3px solid #ff141c;
        bottom: -3px;
    }

    .c-border-ttl.is-other {
        padding: 0 0 8px 0;
        margin: 0 0 20px 0;
    }

    .c-border-ttl.is-other:after {
        width: 100%;
    }

    .c-border-ttl.is-similar {
        width: auto;
    }


    .lgpwdarea {
        padding: 15px 0 0 0;
    }

    .lgpwdarea-in {
        display: table;
        background: #fff;
        color: #000;
        padding: 0 10px;
        margin: 0 auto;
    }

    .lgpwdarea-in > dt {
        display: table-cell;
        vertical-align: middle;
    }

    .lgpwdarea-in > dd {
        height: 30px;
    }

    .lgpwdarea-in > dd img {
        height: 17px;
    }
    
    .startdayarea {
        float: none;
        margin: 0 auto 20px auto;
        display: table;
    }
    .startdayarea > dd {
        height:auto;
    }

    .related {
        margin: 0 0 0 0;
        padding: 0 20px;
    }
    body.is-wh .relatedBox {
        border: 0;
    }
    .relatedBox table th {
        display: block;
        width: 100%;
        box-sizing: border-box;
        background: none;
        padding-top: 5px;
        padding-bottom: 0;
        font-size: 14px;
        font-weight: bold;
    }
    body.is-wh .relatedBox table th {
        border: 0;
    }
    .relatedBox table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        background: none;
        padding-top: 0;
        padding-bottom: 20px;
    }
    body.is-wh .relatedBox table td {
        border: 0;
    }
    .relatedBox table td ul li {
        margin: 12px 0 0 0;
    }
    
}

@media (max-width: 374px) {

}
