@charset "utf-8";
/* CSS Document */
.rail_transport .contents__mainvisual {
    margin-bottom: -10px;
}
.contents__mainvisual--title {
    display: block;
    background-color: inherit;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 960px) and (min-width: 1440px) {
    .rail_transport .contents__mainvisual--title {
        margin-left: 0px;
    }
}
@media screen and (min-width: 960px) {
    .rail_transport .contents__mainvisual--title {
        width: 22.569%;
        height: 8.3835%;
        padding: 0;
    }
}
/*------ anc-area ------*/
.anc-area {
    width: 93.6%;
    height: auto;
    margin: -120px auto 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 50px 0;
}
@media screen and (min-width: 960px) {
    .anc-area {
        width: 980px;
        height: 320px;
        margin: -130px auto 0;
        padding: 50px 0 0 0;
    }
}
.anc-area h2 {
    color: #80694E;
    margin-top: 5px;
}
.ico img {
    width: 42px;
    height: 51px;
    margin: 0 auto;
}
.anc-area ul {
    width: 80%;
    margin: 38px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.anc-area ul li {
    width: 48%;
    height: auto;
    margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
    .anc-area ul {
        width: 910px;
        margin: 38px auto 0;
        display: flex;
        justify-content: space-between;
    }
}
@media screen and (min-width: 960px) {
    .anc-area ul li {
        width: 220.5px;
        height: 80px;
        margin: 0 auto 20px;
    }
    .anc-area ul li img {
        width: 100%;
        height: auto;
    }
}
/*------ data-area-wrap ------*/
.data-area-wrap {
    width: 93.6%;
    height: auto;
    margin: 90px auto 0;
    background: #fff;
    padding: 40px 0;
}
@media screen and (min-width: 960px) {
    .data-area-wrap {
        width: 980px;
    }
}
.data-area-wrap h3 {
    background: url("/general_services/logistics_basic_knowledge/img/ico-data-area-h3-sp.png") no-repeat left;
    background-size: 30px 40px;
    padding-left: 40px;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 6px;
}
@media screen and (min-width: 960px) {
    .data-area-wrap h3 {
        font-size: 30px;
        line-height: 30px;
    }
}
.data-area-wrap h4 {
    background: url("/general_services/logistics_basic_knowledge/img/ico-data-area-h4-sp.png") no-repeat left top;
    background-size: 24px 24px;
    background-position: 0 3px;
    padding-left: 28px;
    font-size: 20px;
    line-height: 30px;
}
@media screen and (min-width: 960px) {
    .data-area-wrap h4 {
        background: url("/general_services/logistics_basic_knowledge/img/ico-data-area-h4-sp.png") no-repeat left top;
        background-size: 24px 24px;
        background-position: 0 3px;
        padding-left: 28px;
        font-size: 26px;
        line-height: 26px;
        margin-top: 30px;
    }
}
.data-area-wrap h4 span {
    font-size: 16px;
    font-weight: normal;
    line-height: 0;
}
.data-area-wrap .text {
    margin: 10px 0 0 20px;
}
.data-area-wrap .data-area {
    width: 82.666%;
    margin: 20px auto 0;
}
table {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}
table th, table td {
    border: solid 1px #929193;
    font-weight: normal;
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 1.6;
}
@media screen and (min-width: 960px) {
    table th, table td {
        font-size: 16px;
        line-height: 34px;
    }
}
table tr.glay {
    background: #F2F2F2;
}
thead tr th {
    background: #B0936B;
    color: #fff;
}
thead tr th:last-child {
    background: linear-gradient(to right, #B0936B, #80694E);
    color: #fff;
}
@media screen and (min-width: 960px) {
  thead tr {
      background: url("/general_services/logistics_basic_knowledge/img/bg-tr.png") repeat-y;
      background-size: cover;
  }
}

/*------ data-area-wrap step ------*/
.step table th, .step table td {
    border: none;
}
table tr .glay {
    background: none;
}
table th, table td {
    vertical-align: top;
}
.data-area-wrap .step table th img {
    width: 53.37px;
    height: auto;
}
.step table th {
    padding: 35px 0 0 0;
}
.step table td {
    padding: 20px 20px 20px 40px;
    text-align: left;
}
@media screen and (min-width: 960px) {
    .step table td {
        padding: 40px 20px 40px 40px;
        text-align: left;
    }
}
.source {
    font-size: 1.3rem;
    margin-top: 5px;
}
/*------ HELPER ------*/
a.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
.taLeft {
    text-align: left;
}
.taRight {
    text-align: right;
}
.flRight {
    float: right;
}
.sp {
    display: block;
}
.pc {
    display: none;
}
@media screen and (min-width: 960px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
}