@charset "UTF-8";


/*------------------------------------------------------------
    ◆読み込みHTML
    /profile.html
------------------------------------------------------------*/
.profileList dt,
.profileList dd {
    font-size: 1.4rem;
}
.profileList dt {
    font-weight: bold;
}
.profileList dt:not(:first-child) {
    margin-top: 20px;
}
.profileList dd {
    margin-top: 3px;
}
@media print, screen and (min-width: 770px) {
    .profileList {
        display: flex;
        flex-wrap: wrap;
    }
    .profileList dt,
    .profileList dd {
        box-sizing: border-box;
        font-size: 1.6rem;
    }
    .profileList dt {
        width: 21%;
        padding: 15px 25px 15px 0;
        border-right: dotted 1px #000;
    }
    .profileList dt:not(:first-child) {
        margin-top: 0;
    }
    .profileList dd {
        width: calc(100% - (21% + 1px));
        padding: 15px 0 15px 25px;
        margin-top: 0;
    }
}

.productTableScroll {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.productTableScroll img {
    width: 19px;
    vertical-align: -3px;
    margin: 0 3px;
}
@media print, screen and (min-width: 700px) {
    .productTableScroll {
        display: none;
    }    
}

.productTableWrap {
    overflow: auto;
}
@media print, screen and (min-width: 770px) {
    .productTableWrap {
        margin-top: 7px;
    }
}

.productTable {
    width: 700px;
    border-collapse: separate;
    border-top: solid 1px #707070;
    border-right: solid 1px #707070;
}
@media print, screen and (min-width: 770px) {
    .productTable {
        width: 100%;
    }  
}
.productTable th,
.productTable td {
    font-size: 1.4rem;
    line-height: 1.429;
    border-left: solid 1px #707070;
    border-bottom: solid 1px #707070;
    padding: 10px;
}
.productTable th {
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    position: sticky;
    z-index: 2;
}
.productTable td {
    text-align: left;
    vertical-align: middle;
}
.productTable_business01 {
    color: #fff;
    background-color: #46A4E2;
    left: 0;
}
.productTable_business01_child {
    background-color: #C8E4F6;
    left: 90px;
}
.productTable_business02 {
    color: #fff;
    background-color: #FB8027;
    left: 0;
}
.productTable_business02_child {
    background-color: #FED9BE;
    left: 90px;
}
.productTable_business03 {
    color: #fff;
    background-color: #FC7C98;
    left: 0;
}
.productTable_business03_child {
    background-color: #FED8E0;
    left: 90px;
}
.productTable_w110 {
    width: 90px;
}
@media print, screen and (min-width: 770px) {
    .productTable_w110 {
        width: 15.71%;
    }
}