@charset "utf-8";

h2 {
    text-align: initial;
}

h3 {
        padding-top: initial
}

.small {
    font-size: 1.4rem;
}

.topic {
    padding: 20px 0;
}

/* ここから社労夢概要 */

.shalomdetailimage img {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.kintaisystem {
    margin-top: 85px;
    border-top: 2px dotted #5C5C5C;
    padding-top: 40px;
}

.flexbox_top {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.yajirushi {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    width: 145px;
}

.spantext {
    font-size: 1.2rem;
}

.long-arrow-right {
    width: 100%;
    height: 4px;
    background-color: #5C5C5C;
    position: relative;
}
.long-arrow-right:after {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    width: 14px;
    height: 14px;
    border-top: 4px solid #5C5C5C;
    border-right: 4px solid #5C5C5C;
    transform: rotate(45deg);
}

.shalom_logo{
    width: 80px;
    height: auto;
}

.shugyogamen {
    max-width: 100%;
}

.chingingamen {
    width: 100%;
}

.justifybox {
    text-align: center;
    padding: 0 10px 10px;
}

.spantext {
    padding-left: 5px;
}

.dakokubox {
    padding: 10px;
    background-color: #deecff;
    border-radius: 8px;
    margin-top: 20px;
}

.dakoku {
    max-width: 49%;
}

.dakokutitle {
    padding: 3px 8px;
    margin: 4px;
    background-color: #8bacd7;
    border-radius: 5px;
    font-weight: 400;
    color: white;
    font-size: 1.4rem;
}

.merite {
    margin: 40px 0 20px;
}

.maritelist li {
    font-size: 1.6rem;
    padding: 10px 0;
}

.number {
    background-color: #8BACD7;
    padding: 1px 10px 3px;
    color: white;
    margin-right: 8px;
    border-radius: 3px;
}

/* 社労夢 sp */

@media screen and (max-width:1024px) {
    .yajirushi {
        font-size: 1.0rem;
        width: 80px;
    }

}/* sp 1024px */


/* ここから社労夢料金表 */

.price_system {
    margin-top: 85px;
    border-top: 2px dotted #5C5C5C;
}

.price_system h3 {
    text-align: center;
    padding: 40px;
}

.darkblue {
    background-color: #8bacd7;
    color: white;
    font-weight: 700;
}

table {
    margin: 0 auto;
    width: 100%;
}

td {
    border: solid 4px white;
    text-align: center;
    padding: 10px 30px;
}

.table_system {
    background-color: #F0F7FF;
}

.table_system td {
    font-size: 1.6rem;
}

.smalltext {
    font-size: 1.2rem;
}

.systemtext {
    padding: 5px 30px 30px;
}

/* 社労夢 sp */

@media screen and (max-width:1024px) {
    .table_system td {
        font-size: 1.2rem;
    }

    td p { font-size: 1.2rem;
    }
}/* sp 1024px */

/* 横スクロール挿入 */

@media screen and (max-width:768px) {
    .table_system {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
}
}/* sp 768px */