@charset "utf-8";
.salary_contents .salary_list .salary_point{
    color: #333333 !important;
}
.salary_contents .salary_list .th_inner2{
    color: #333333 !important;
}
.salary_contents .salary_list .td_inner:not(.accent){
    color: #333333 !important;
}
.salary_contents .salary_list .salary_simu_table .td_inner>select{
    color: #444444 !important;
}
.salary_contents .salary_list .salary_link_small{
    color: #333333 !important;
}
.salary_contents .salary_list .salary_info{
    color: #333333 !important;
}
.salary_contents .salary_list .salary_nav_headline{
    color: #333333 !important;
}

.salary_list {
    padding: 10px;
    background: #FFFFFF;
}
.salary_point {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.salary+.salary {
    margin-top: 40px;
}
.salary_headline {
    background: #FF7596;
    color: #FFFFFF;
    padding: 5px 10px;
    margin:0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}
.salary_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.salary_table tbody {
    border: 1px solid #ff7596;
}
.salary_table tr>th:first-child {
    width: 15%;
    line-height: 1;
}
.salary_table tbody th,
.salary_table tbody td {
    border: 1px solid #ff7596;
    background: #FFFFFF;
    text-align: center;
}
.salary_table th {
    width: calc(85% / 3);
    line-height: 1;
}
.others_salary .salary_table th {
    width: calc(100% / 3) !important;
}
.salary_table.column_num_2 tr>th:nth-child(2) {
    width: auto !important;
}
.salary_table .th_inner {
    background: #ff7596;
    padding: 8px 3px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 1px 2px;
    font-size: 12px;
}
.salary_table .th_inner2 {
    background: transparent;
    padding: 10px 2px;
    font-weight: bold;
    margin: 0 ;
    font-size: 12px;
}
.salary_table .td_inner {
    background: #FFFFFF;
    padding: 10px;
    font-size: 14px;
}
.salary_info {
    margin-top: 10px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #ff7596;
    font-size: 13px;
}
.salary_simu {
    max-height: 0;
    overflow: hidden;
    transition: max-height ease .1s;
}
.salary_simu .salary_headline {
    margin-top: 10px;
}
.salary_simu.active {
    max-height: 2000px;
}
.salary_nav_headline {
    font-size: 14px;
    padding: 0 8px;
}
.salary_nav_btn_list {
    display: block;
    margin-top: 5px;
}
.salary_nav_btn_list .salary_nav_btn_wrap {
    position: relative;
}
.salary_nav_btn_list .salary_nav_btn_wrap .salary_nav_btn {
    width: calc(25% - 4px);
    padding: 8px;
    margin: 0;
    border-radius: 50px;
    border: 2px solid #ff7596;
    color: #ff7596;
    background: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}
.salary_nav_btn_list .salary_nav_btn_wrap .salary_nav_btn.active {
    color: #ffffff;
    background: #ff7596;
}
.salary_simu_table_wrap {
    margin-top: 10px;
}
.salary_simu_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.salary_simu_table th,.salary_simu_table td {
    border: 2px solid transparent;
    width: 25%;
    line-height: 1;
}
.salary_simu_table .th_inner {
    border: 1px solid #ff7596;
    background: #FFFFFF;
    padding: 8px 0;
    position: relative;
}
.salary_simu_table .th_inner:before {
    position: absolute;
    background: #ff7596;
    display: block;
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    z-index: 0;
}
.salary_simu_table .th_inner>span {
    color: #FFFFFF;
    position: relative;
    font-weight: bold;
    font-size: 13px;
}
.salary_simu_table td.clear {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.salary_simu_table .td_inner {
    border: 1px solid #ff7596;
    background: #FFFFFF;
    padding: 8px 0;
    position: relative;
    text-align: center;
    font-size: 14px;
    height: 35px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.salary_simu_table .td_inner.clear {
    border: none;
    background: none;
}
.salary_simu_table .td_inner.accent {
    background: #ff7596;
    color: #FFFFFF;
    font-weight: bold;
}
.salary_simu_table .td_inner.num_select {
    cursor: pointer;
}
.salary_simu_table .td_inner.num_select::after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 8px;
    border: 6px solid transparent;
    border-top: 9px solid #ff7596;
    pointer-events: none;
}
.salary_simu_table .td_inner>select {
    width: 100%;
    height: 33px;
    color: #444;
    background: #FFFFFF;
    text-align: center;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.salary_more {
    text-align: center;
    margin-top: 20px;
}
.salary.course_salary .salary_more .salary_more_btn {
    padding: 12px 6px;
    margin: 0;
    background: #d5d5d5;
    border: none;
    color: #555;
    font-weight: bold;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}

.salary_bottom_link {
    display: flex;
    justify-content: center;
    padding: 30px 0 15px 0;
    flex-direction: column-reverse;
    align-items: center;
}
.salary_link_small_wrap {
    display: flex;
}
.salary_link_small {
    border: 1px solid #ff7596;
    background: #FFFFFF;
    color: #333333;
    font-weight: bold;
    font-size: 13px;
    padding: 8px 20px;
    display: flex;
    border-radius: 50px;
    align-items: center;
}
.salary_link_small>i {
    font-size: 18px;
    margin-right: 4px;
}
.salary_link_small+.salary_link_small {
    margin-left: 8px;
}
.salary_link_large_wrap {
    margin: 0 8px 10px 8px;
}
.salary_link_large {
    background: #FE8FA5;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    box-shadow:0 3px 8px rgb(0 0 0 /25%);
}
.salary_link_large img {
    width: 48px;
    margin-right: 4px;
}
.salary_link_text {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.salary_link_text_main {
    font-size: 16px;
    font-weight: bold;
}
.salary_link_text_sub {
    font-size: 12px;
    font-weight: bold;
}

.no_salary_msg {
    font-size: 12px;
    line-height: 52px;
    padding-left: 10px;
}

/* ↓2026/08/24 */
.inbound-banner-wrap {
    padding: 10px;
}
.inbound-banner {
    display: block;
}
.inbound-banner>img {
    width: 100%;
    display: block;
}
/* ↑2026/08/24 */

@media only screen and (max-width:450px) {
    .salary_point {
        font-size: 14px;
    }
    .salary_headline {
        font-size: 14px;
    }
    .salary_table .th_inner {
        font-size: 11px;
    }
    .salary_table .th_inner span {
        display: block;
    }
    .salary_table thead th:nth-of-type(n+3) .th_inner {
        line-height: 2;
    }
    .salary_table .td_inner {
        font-size: 12px;
    }
    .salary_info {
       font-size: 12px;
    }
    .salary_nav_headline {
        font-size: 12px;
    }
    .salary_nav_btn_list .salary_nav_btn_wrap .salary_nav_btn {
        font-size: 14px;
    }
    .salary_simu_table .th_inner span {
        font-size: 11px;
    }
    .salary_simu_table .td_inner {
        font-size: 12px;
    }
    .salary_simu_table .td_inner.num_select select {
        font-size: 12px;
    }
    .salary_simu_table .td_inner.num_select::after {
        right: 4px;
    }
}
@media only screen and (max-width:390px) {
    .salary_simu_table .th_inner span {
        display: block;
    }
    .salary_simu_table thead th:nth-of-type(n+3) .th_inner {
        line-height: 2;
    }
}
@media only screen and (max-width:360px) {
    .salary.course_salary .salary_more .salary_more_btn {
        font-size: 11px;
    }
    .salary_link_small {
        font-size: 12px;
    }
    .salary_link_small>i {
        font-size: 16px;
    }
    .salary_link_large img {
        width: 46px;
    }
    .salary_link_text_main {
        font-size: 14px;
    }
    .salary_link_text_sub {
        font-size: 10px;
    }
}