@charset "utf-8";

/* ページタイトルエリア */
.subPageTitle {
    /* 画像と画像の配置を個別に設定 */
    background: linear-gradient(145deg, rgba(2, 54, 59, 0.9), rgba(2, 54, 59, 0.5)), url(../img/products/titleImage.jpg);
    background-position: center top 95%;
    background-size: cover;
    background-repeat: no-repeat;
}

/*-----------------------
各ブロック毎の設定
------------------------*/

.block:nth-of-type(even) {
    background-color: rgba(2, 54, 59, 0.05);
}

/* firstBlock */
.firstBlock {
    background: linear-gradient(to bottom, rgba(255,255,255,0),rgba(2, 54, 59, 0.1));
}
.firstBlock h2::after {
    content: "The Business Partner";
}

/*rice*/
.rice {
    padding-left: 1.8rem;
    position: relative;
    display: inline-block;
}

.rice::before {
    content: "※";
    display: block;
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    top: 0;
}

.partnerIntro {
    color: #fff;
    text-align: center;
    text-shadow: 0 0 2px rgba(2,54,59,1);
    background-color: rgba(2,54,59,0.7);
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    margin: 0 auto;
}

.partnerFacility dl dd table {
    width: 100rem;
    margin: 0 auto;
}

.table-scroll {
    overflow-x: scroll; 
}


.partnerFacility dl dd table tr {
    border-bottom: 1px solid #ccc;
}
.partnerFacility dl dd table th,
.partnerFacility dl dd table td {
    padding: 1rem;
}

.partnerFacility dl dd table td {
    text-align: left;
}

.partnerServiceList {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100rem;
    margin: 0 auto;
}
.partnerServiceList li {
    padding-bottom: 0.5rem;
}

.typeProcessing dt {
    background-color: rgba(2,54,59,0.3);
    color: #0f0f0f;
}

.typeProcessing dt {
    padding: 0.5rem;
}

.typeProcessing dd {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}

.typeIndex {
    position: relative;
    padding-left: 3rem;
}


.typeIndex::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color:rgba(2,54,59,0.3);
    border-radius: 100%;
    position: absolute;
    top: 10px;
    margin-left: -1.25rem;
}

.typeProcessing dd:last-child {
    padding-bottom: 1.5rem;
}

.typeProcessing dd p:not(:last-of-type) {
    padding-right: 1.5rem;
}

.typeProcessing dd p span.fz12 {
    display: inline-block;
    padding-left: 0.5rem;
}

/* secondBlock */
/* thirdBlock */
/* fourthBlock */
/* fifthBlock */


/*====================
SP_TAB style
====================*/
@media screen and (min-width: 480px) {
    .typeProcessing dd {
        display: inline-flex;
        flex-wrap: wrap;
    }
}

/*====================
TAB style
====================*/
/* @media screen and (min-width: 768px) {
} */



/*====================
PC_S style
====================*/
@media screen and (min-width: 960px) {

    /* ナビゲーション現在地 */
    /* .luxbar-navigation li.firstMenuItem:nth-of-type(6)>a {
        position: relative;
        opacity: 1;
    } */

    /* .luxbar-navigation li.firstMenuItem:nth-of-type(6)>a::before {
        content: "";
        display: block;
        width: 65%;
        height: 3px;
        background-color: #06c1d4;
        position: absolute;
        bottom: 1rem;
        left: 50%;
        transform: translateX(-50%);
    } */

    .others {
        text-align: center;
    }
    
}


/*====================
PC_W style
====================*/
@media screen and (min-width: 1360px) {
    .table-scroll {
        overflow-x:hidden;
    }
}