@charset "UTF-8"; /*運営会社*/
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* 挨拶 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.cpnMsg p:last-child {
    text-align: right;
    font-weight: bold;
}
.cpnMsg p:last-child span {
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* 会社概要 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.cpnAbout table {
    width: 100%;
    padding: 30px 50px;
    border-radius: 20px;
    border: solid 1px var(--border);
}
.cpnAbout tr {
    display: block;
    padding: 20px 0;
    border-bottom: solid 1px var(--border);
}
.cpnAbout tr:last-child {
    border-bottom: none;
    padding: 20px 0 0;
}
.cpnAbout th {
    width: 150px;
    text-align: left;
}
.cpnAbout td li {
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
}
.cpnAbout td li::before {
    content: '◆';
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 12px;
    color: var(--sub-g);
}
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* アクセスマップ */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.cpnMap i {
    color: var(--error);
}

@media screen and (max-width:600px) {
    /* - - - - - - - - - - - - - - - - - - - - - - - - */
    /* 会社概要 */
    /* - - - - - - - - - - - - - - - - - - - - - - - - */
    .cpnAbout table {
        padding: 20px;
    }
    .cpnAbout tr {
        flex-direction: column;
    }
    .cpnAbout th,
    .cpnAbout td {
        width: 100%;
        display: block;
        text-align: left;
    }
    .cpnAbout th {
        margin-bottom: 5px;
    }
    .cpnAbout td {
        padding-left: 20px;
    }
    .cpnAbout td li {
        padding-left: 15px;
        margin-bottom: 10px;
        position: relative;
    }
    .cpnAbout td li::before {
        content: '◆';
        position: absolute;
        top: 3px;
        left: 0;
        font-size: 12px;
        color: var(--sub-g);
    }
	
}/* @media screen and (max-width:600px)  */
