@charset "utf-8";

h2 {
    padding-top: 45px;
    text-align: center;
    font-size: 2.0rem;
}

.subheader_secondtext {
    padding: 0 0 0 0;
}

section {
    border-bottom: 2px dotted #5c5c5c;
}



/* ここからボタン */

.buttons {
    padding-top: 45px;
}


/* 料金案内 */

.komon {
    padding: 40px;
    text-align: center;
    font-size: 2.0rem;
}

.pricetopic {
    padding: 45px;
    border-bottom: 2px dotted #5c5c5c;
}


.darkblue {
    background-color: #8bacd7;
    color: white;
    font-weight: 700;
}

.darkorange {
    background-color: #FFBE8D;
    color: white;
    font-weight: 700;
}

h3 {
    padding: 45px;
    text-align: center;
    font-size: 2.0rem;
}

table {
    margin: 0 auto;
    width: 100%;
}

td {
    border: solid 4px white;
    text-align: center;
    padding: 10px 30px;
}

/* 顧問契約料 sp */
@media screen and (max-width:1024px) {
    td {
        padding: 10px 10px;
    }
}/* sp 1024px */

/* ここから顧問契約料 */

.table_advisory {
    background-color: #FFEFE3;
}

.table_advisory td {
    font-size: 1.6rem;
}

.advisorytext {
    padding: 5px 30px 30px;
}

/* 顧問契約料 sp */
@media screen and (max-width:1024px) {
    .table_advisory td {
        font-size: 1.2rem;
    }
}/* sp 1024px */


/* ここから業務範囲 */
.gyoumuzentai {
    margin-bottom: 85px;
    width: 100%;
}


.plantopic {
    color: #5c5c5c;
    font-size: 1.8rem;
    text-align: center;
}

.inplan {
    display: flex;
    justify-content: center;    
}

.roumuplan {
    width: 100%;
    padding: 15px;
    background-color: #FFEFE3;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.hokenplan {
    width: 100%;
    padding: 15px;
    background-color: #FFEFE3;
}

.keisanplan {
    width: 100%;
    padding: 15px;
    background-color: #FFEFE3;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.option {
    width: 100%;
    padding: 15px;
    background-color: #deecff;
    border-radius: 10px;
    margin-left: 5px;
}

.planlist li {
    padding: 15px;
    background-color: #FFBE8D;
    margin: 5px;
    color: white;
    border-radius: 10px;
    font-size: 1.4rem;
    text-align: center;
}

.optionlist li {
    padding: 15px;
    background-color: #8bacd7;
    margin: 5px;
    color: white;
    border-radius: 10px;
    font-size: 1.4rem;
    text-align: center;
}

/* 業務範囲 sp */
@media screen and (max-width:1024px) {
    .optionlist li {
        font-size: 1.0rem;
        padding: 5px;
    }
    
    .planlist li {
        font-size: 1.0rem;
        padding: 5px;
    }

    .plantopic {
        font-size: 1.0rem;
        line-height: 1.2;
        padding: 5px 0;
    }

    .roumuplan, .hokenplan, .keisanplan, .option {
        padding: 2px;
    }
}/* sp 1024px */

/* ここからスポットプラン */

.price_spot {
    padding-bottom: 40px;
}

.spotbox {
    width: 100%;
    height: auto;
    padding: 25px;
    border: solid 4px #8bacd7;
}

.spotoplan_list {
    display: flex;
    padding: 20px 20px;
}

.spottext {
    padding: 4px 12px;
}

.spottext p {
    font-size: 1.8rem;
}

.spotimg img {
    width: 50px;
    height: auto;
}

@media screen and (max-width:1024px) {
    .spottext p {
        padding-top: 8px;
        font-size: 1.2rem;
    }
}/* sp 1024px */


/* ここからshalom */

.shalombox {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.netdekomonlogo {
    width: 200px;
    height: auto;
    filter: drop-shadow(4px 4px 4px rgba(128, 128, 128, 0.5));
}

h4 {
    font-size: 1.8rem;
    color: #8bacd7;
    font-weight: 700;
    line-height: 2.4;
}

.leftbox {
    width: 70%;
}

.maintext {
    font-weight: 700;
    line-height: 2.2;
}

.subtext {
    font-size: 1.4rem;
    line-height: 2.2;
}

.netdekintai {
    padding: 20px;
    width: 100%;
    height: auto;
}

.shalombuttonbox {
    text-align: center;
    margin: 20px 0;
}
.shalombuttonbox a {
    display: inline-block;
    width: 60%;
    padding: 5px 10px;
    color: #FDFDFD;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    transition: 0.5s;
    background-color: #8bd7c0;
    box-shadow: 0 5px 15px -5px rgba(89, 121, 163, 0.8);
}

.shalombuttonbox a:hover {
    color: #FDFDFD;
    opacity: 0.6;
    transition: 0.5s;
    transform: translate(-4px, -4px);
}

.paddingspan {
    padding-left: 10px;
}

/* ここから社労夢sp */

@media screen and (max-width:1024px) {
    .shalombox {
    display: block;
    }

    .leftbox {
        width: 100%;
    }
}/* sp 1024px */

/* ここから研修セミナー面談 */
.seminar{
    padding-bottom: 40px;
}

.flexbox {
    display: flex;
    justify-content: center;
}

.seminar_left {
    padding: 10px;
    background-color: #8BACD7;
    display: table;
    width: 100%;
    margin-bottom: 5px;
    
}

.seminar_left p {
    display: table-cell;
    vertical-align: middle;
    color: white;
    font-weight: 600;
    text-align: center;
    font-size: 2.0rem;
}

.seminar_right {
    margin-left: 5px;
    width: 50%;
}

.inlinebox {
    margin-bottom: 5px;
    border: 2px solid #8BACD7;
}

.inlinebox_top {
    padding: 5px;
    background-color: #8BACD7;
    color: white;
    font-weight: 600;
    text-align: center;
}

.inlinebox_bottom {
    padding: 10px;
}

/* ここからタブの表示非表示 */

.tab-switch {
  --tab-color:#92bac2;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin-inline: auto;
  gap: 5px;
}

/* ラジオ非表示 */
.tab-switch input {
  display: none;
}

/* タブボタン */
.tab-switch label {
  padding: 0.7em 1em;
  font-size: 1.2rem;
  background:#eee;
  cursor: pointer;
  order: -1;
  text-align: center;
  border-radius: 5px;
}

label:hover {
    opacity: 0.6;
    transition: 0.5s;
    transform: translate(-4px, -4px);
    box-shadow: 0 5px 15px -5px rgba(89, 121, 163, 0.8);
}

/* コンテンツ非表示 */
.tabbox {
  display: none;
  width: 100%;
  padding: 1.5em 0;
}

/* 選択されたタブ＋コンテンツ表示 */
.tab-switch input:checked + label {
  background: var(--tab-color);
  color: #fff;
}
.tab-switch input:checked + label + .tabbox {
  display: block;
}