@font-face {
    font-family: "Noto Sans JP";
    src: url('/webfonts/NotoSansJP-VariableFont_wght.ttf');
  }
  
  .overlay_wrap {
    display: none;
  }
  
  .sp-only {
    display: none;
  }
  
  .ma0 {
    margin: 0 !important
  }
  
  .mt1 {
    margin-top: 10px !important
  }
  
  .mt2 {
    margin-top: 50px !important
  }
  
  .fs14 {
    font-size: 14px !important;
  }
  
  .fs12 {
    font-size: 12px !important;
  }
  
  .fs16 {
    font-size: 16px !important;
  }
  
  .color-red {
    color: #FF424A
  }
  
  .color-blue {
    color: #1F51A2;
  }
  
  .color-light-blue {
    color: #32BEFC;
  }
  
  .color-gray {
    color: #BBBBBB;
  }
  
  .text_align_center {
    text-align: center;
  }
  
  .color-dark-gray {
    color: #999;
  }
  
  .text_bg {
    background-color: #EEE;
  }
  
  .strong-7 {
    font-weight: 500;
  }
  
  .c_box__info--right {
    text-align: right;
    padding-right: 5px;
    font-size: 12px;
  }
  
  .c_box__info--right p,
  .c_box__info--right b {
    display: inline-block;
    vertical-align: middle;
  }
  
  .c_box__info--right p {
    font-size: 12px;
    padding: 0;
    margin-left: 5px;
  }
  
  .c__input-validation {
    background: #FFD9D6;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 20px 36px;
  }
  
  .c__input-validation p {
    color: #FF424A;
    font-size: 12px;
    padding: 3px 0;
    position: relative;
  }
  
  .c__input-validation p::before {
    content: "!";
    font-size: 8px;
    position: absolute;
    color: #fff;
    background: #FF424A;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    text-align: center;
    left: -15px;
    top: 8px;
  }
  
  .overlay_wrap {
    display: none;
  }
  
  .condition_span {
    padding: 2px 5px;
    background-color: #E3EFFF;
    font-size: 13px;
    line-height: 30px;
  }
  
  .sp-only {
    display: none;
  }
  
  /*----------------------------------------------
  Main
  ---------------------------------------------*/
  .main {}
  
  .main_sub {
    background: #E3EFFF;
    padding: 50px 20px 0;
  }
  
  .main_sub__inner {
    flex: 1;
    width: 100%;
    font-family: "Noto Sans JP";
  }
  
  .main_head {
    padding: 10px 20px;
    color: var(--white);
    background: var(--accent);
    font-family: 'Noto Sans JP';
  }
  
  .main_head h1 {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: var(--white);
    margin: 0;
  }
  
  .main_sub_head {
    padding: 5px 20px;
    color: var(--white);
    background: var(--accent);
  }
  
  .main_sub_head h4 {
    font-weight: 500;
    font-size: 9px;
    line-height: 1.2;
    color: var(--white);
    margin: 0;
  }
  
  @media screen and (max-width: 768px) {
    .wrapper {
        overflow: hidden;
    }
  
    .pc-only {
        display: none;
    }
  
    .sp-only {
        display: block;
    }
  
    .main_sub {
    padding: 20px 10px 0;
    }
  }
  
  
  /*----------------------------------------------
  Sidebar
  ---------------------------------------------*/
  .sidebar {
    width: 210px;
  }
  
  @media screen and (max-width: 768px) {
    .sidebar {
        width: 100%;
        max-width: 400px;
    }
  }
  
  
  /*----------------------------------------------
  dashboard
  ---------------------------------------------*/
  .dashboard {
    background: #fff;
  }
  
  .db_head {
    font-weight: 500;
    margin: 0 0 20px;
    color: var(--accent);
  }
  
  .db_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px 30px;
    flex-grow: 1;
  }
  
  .db_menu li {
    width: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .db_menu li a {
    font-size: 12px;
    font-weight: 500;
    color: var(--maincolor);
    line-height: 1.4;
    background: #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .db_menu li a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s;
    object-fit: contain;
  }
  
  .db_icon .wrap {
    width: 50px;
    height: 50px;
  }
  
  .db_menu li a span {
    display: block;
    text-align: center;
  }
  
  .db_icon {
    width: 98px;
    height: 98px;
    background: #F3F3F3;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px;
    position: relative;
  }
  
  .db_icon img {
    max-height: 50px;
  }
  
  .db_icon-notif::before {
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    background: #FF424A;
    border-radius: 50%;
    top: calc(50% - 14px);
    left: calc(50% + 23px);
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  
  .db_notifs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 40px 0 0;
  }
  
  .db_notifs li a {
    display: block;
    background: #E3EFFF;
    padding: 10px 30px 10px 20px;
    border-radius: 6px;
    position: relative;
    color: var(--accent);
    font-weight: 500;
    transition: .5s;
  }
  
  .db_notifs li a::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--accent);
    border-right: 2px solid var(--accent);
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    transition: .5s;
  }
  
  .db_notifs li a:hover::before {
    right: 10px;
  }
  
  /* dashboard sidebar */
  .db_menu__sb {
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    display: flex;
    flex-direction: column;
  }
  
  .db_menu__sb li:not(:last-child) {
    border-bottom: 1px solid #E3E3E3;
  }
  
  .db_menu__sb li a {
    display: block;
    padding: 0 15px 0 35px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--accent);
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    transition: .5s;
    position: relative;
    height: 50px;
  }
  
  .db_menu__sb li a img {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    display: block;
    height: auto;
  }
  
  .db_menu__sb li a::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--accent);
    border-right: 2px solid var(--accent);
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    transition: .5s;
  }
  
  .db_menu__sb li a:hover::before,
  .db_menu__sb li a.active::before {
    border-color: var(--white);
  }
  
  .db_menu__sb li a:hover,
  .db_menu__sb li a.active {
    background: var(--accent);
    color: var(--white);
    opacity: 1;
  }
  
  .db_menu__sb li a:hover img,
  .db_menu__sb li a.active img {
    filter: brightness(1000%);
  }
  
  .db_menu__sb li:first-child img {
    width: 13px;
    margin-left: 2px;
  }
  
  @media screen and (max-width: 768px) {
    .dashboard {
        padding: 20px;
    }
  
    .db_head {
        font-size: 10px;
    }
  
    .db_menu {
        justify-content: center;
        gap: 25px 20px;
    }
  
    .db_menu li {
        width: calc(25% - 15px);
    }
  
    .db_menu li a {
        font-size: 9px;
    }
  
    .db_icon .wrap {
        width: 28px;
        height: 28px;
    }
  
    .db_menu li a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
  
    .db_icon {
        width: 50px;
        height: 50px;
    }
  
    .db_notifs {
        margin: 30px 0 0;
    }
  
    .db_icon-notif::before {
        top: calc(50% - 7px);
        left: calc(50% + 14px);
        transform: translate(-50%, -50%) scale(0.7);
    }
  
    .db_notifs li a {
        font-size: 12px;
        padding: 10px 25px 10px 15px;
    }
  
    .db_notifs li a::before {
        border-width: 1px;
        height: 5px;
        width: 5px;
    }
  }
  
  
  /*----------------------------------------------
  news
  ---------------------------------------------*/
  .p_news {
    background: #F3F3F3;
  }
  
  .p_news__item {
    /*
    width: 250px;
    height: 210px !important;
    */
    border-radius: 10px;
    overflow: hidden;
    background: var(--white);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(31, 81, 162, 0.15);
    -moz-box-shadow: 0px 3px 6px 0px rgba(31, 81, 162, 0.15);
    box-shadow: 0px 3px 6px 0px rgba(31, 81, 162, 0.15);
    padding: 0 0 10px;
  }
  
  .p_news__item img {
    display: block;
    width: 100%;
    height: auto;
    /*
    width: 250px;
    height: 150px;
    */
    margin: 0 auto 10px;
  }
  
  .p_news__item span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--maincolor);
    min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .p_news__slides .slick-track {
    display: flex;
    gap: 20px;
  }
  
  .p_news__notice {
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(31, 81, 162, 0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(31, 81, 162, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(31, 81, 162, 0.05);
    margin: 0 0 50px;
    padding: 20px 40px;
    font-size: 16px;
  }
  
  .p_news__notice .notice_ttl {
    font-weight: 500;
    text-align: center;
    margin: 0 0 10px;
  }
  
  @media screen and (max-width: 768px) {
    .p_news {
        padding: 30px 20px 15px;
    }
  
    .p_news__item {
        /*
        width: 160px;
        height: 125px;
        */
        border-radius: 5px;
        padding: 0 0 5px;
    }
  
    .p_news__item span {
        font-size: 9px;
    }
  
    .p_news__item img {
        /*
        width: 160px;
        height: 90px;
        */
        margin: 0 auto 5px;
    }
  
    .p_news__slides .slick-track {
        gap: 10px;
    }
  
    .p_news__notice {
        font-size: 12px;
        padding: 20px;
        margin: 0 0 30px;
    }
  }
  
  
  /*----------------------------------------------
  breadcrumbs
  ---------------------------------------------*/
  .main_sub .sec_breadcrumb {
    background: #E3EFFF;
  /*    width: calc(100% + 40px); */
    margin-left: -20px;
    margin-top: 50px;
  }
  
  .sec_breadcrumb {
    padding: 10px 20px;
    background: #F3F3F3;
    font-family: 'Noto Sans JP';
  }
  
  .c_breadcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 25px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 500;
    margin: 0;
  }
  
  .c_breadcrumb a {
    color: var(--accent);
  }
  
  .c_breadcrumb li {
    position: relative;
  }
  
  .c_breadcrumb li:not(:last-child)::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--accent);
    border-right: 1px solid var(--accent);
    top: 50%;
    right: -15px;
    transform: translateY(-50%) rotate(45deg);
  }
  
  @media screen and (max-width: 768px) {
    .main_sub .sec_breadcrumb {
        margin-top: 30px;
    }
  
    .c_breadcrumb {
        font-size: 10px;
    }
  
    .c_breadcrumb li:not(:last-child)::before {
        width: 5px;
        height: 5px;
    }
  }
  
  
  /*----------------------------------------------
  c_box
  ---------------------------------------------*/
  .c_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .c_box__item {
    background: var(--white);
    border-radius: 4px;
    overflow: hidden;
  }
  
  .c_box__login {
    background: var(--white);
    border-radius: 12px;
  }
  
  .c_box__holder {
    border-radius: 4px;
    overflow: hidden;
  }
  
  .c_box__head {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    padding: 9px 15px;
    background: #32BEFC;
    position: relative;
  }
  
  .c_box__body {
    padding: 5px 25px;
    font-size: 14px;
  }
  
  .c_box__body2 {
    padding: 5px 0px;
    font-size: 14px;
  }
  
  .c_box__info li {
    padding: 10px 0;
    border-bottom: 1px solid #E3E3E3;
  }
  
  .c_box__info li:last-child {
    border: 0;
  }
  
  .c_box__info li strong {
    display: block;
    font-size: 12px;
    color: var(--accent);
    border-left: 5px solid var(--accent);
    padding-left: 5px;
    margin-bottom: 5px;
  }
  
  .c_box__info li .note {
    font-size: 12px;
  }
  
  /*----------------------------------------------
  Common paddings and margins
  ---------------------------------------------*/
  .m0 {
    margin: 0px;
  }
  
  .mt0 {
    margin-top: 0px;
  }
  
  .mt10 {
    margin-top: 10px
  }
  
  .mt20 {
    margin-top: 20px
  }
  
  .mt30 {
    margin-top: 30px;
  }
  
  .mt40 {
    margin-top: 40px;
  }
  
  .mt50 {
    margin-top: 50px;
  }
  
  .mb0 {
    margin-bottom: 0px;
  }
  
  .mb10 {
    margin-bottom: 10px;
  }
  
  .mb20 {
    margin-bottom: 20px;
  }
  
  .mb30 {
    margin-bottom: 30px;
  }
  
  .mb40 {
    margin-bottom: 40px;
  }
  
  .mb50 {
    margin-bottom: 50px;
  }
  
  .pa0 {
    padding: 0;
  }
  
  .pt0 {
    padding-top: 0;
  }
  
  .pt20 {
    padding-top: 20px;
  }
  
  .pt10 {
    padding-top: 10px;
  }
  
  .pl15 {
    padding-left: 15px;
  }
  
  .pb0 {
    padding-bottom: 0;
  }
  
  .pb5 {
    padding-bottom: 5px;
  }
  
  .pb10 {
    padding-bottom: 10px;
  }
  
  /*----------------------------------------------
  registration info
  ---------------------------------------------*/
  .c_box__head a {
    background-color: #FFF;
    color: #32BEFC;
    padding: 3px 5px;
    border-radius: 3px;
    /* position: absolute;
    top: 6px;
    right: 15px; */
  }
  
  .c_box__head a.btn {
    background-color: #FFF;
    padding: 3px 0px;
    text-align: center;
    border-radius: 3px;
    color: #32BEFC;
    position: absolute;
    font-size: 12px;
    width: 46px;
    height: 25px;
    top: 6px;
    right: 15px;
  }
  
  
  .c_box__tab {
    background-color: #FFF;
    padding-bottom: 20px;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
  }
  
  .c_box__tab button {
    width: 50%;
    padding: 15px 0px;
    border: 1px solid #CCC;
    background-color: #f8f4f4;
    color: #999;
    cursor:pointer;
  }
  
  .c_box__tab button.active {
    border: none;
    background: none;
    color: var(--accent);
  }
  
  .c_box__tab button.b-rad-right {
    border-top-right-radius: 4px;
  }
  
  .c_box__tab button.b-rad-left {
    border-top-left-radius: 4px;
  }
  
  .p_right_txt {
    text-align: right;
    color: #999;
  }
  
  .scroll-btn__adjust {
    margin-top: 50px;
  }
  
  .form-content .textarea_qualification {
    min-height: 48px;
    height: auto;
    padding: 13px 11px;
    line-height: 22px;
  }
  
  .messages_textarea {
    max-height: 150px;
    padding: 0px 10px 15px 10px !important;
    margin-top: 10px;
    overflow-y: auto !important;
    scrollbar-width: thin;
  }
  
  @media screen and (max-width:768px) {
    .scroll-btn__adjust {
        margin-top: 20px;
    }
  }
  
  
  /*----------------------------------------------
  Browsing History
  ---------------------------------------------*/
  
  .history-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  
  .for-pc {
    display: block;
  }
  
  .for-sp {
    display: none;
  }
  
  .font13 {
    font-size: 13px;
  }
  
  .history_box__section {
    max-width: 850px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #478DFF26;
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .history_box__content1 {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 7px;
    position: relative;
  }
  
  .history_box__content1.redtext__top::after {
    content: "スカウト受信済み";
    font-size: 13px;
    color: #fff;
    background: #FF424A;
    border-radius: 4px;
    padding: 5px;
    right: 0;
    position: absolute;
    bottom: 40px;
    line-height: 1em;
  }
  
  .img-right {
    float: right;
    margin-top: 5px;
  }
  
  .img-right:hover {
    cursor: pointer;
  }
  
  .check-dsiable {
    color: #ACC2E6 !important;
    margin-left: 0 !important;
  }
  
  .history_box__content1 span {
    font-size: 18px;
    color: #1F51A2;
    margin-left: 8px;
  }
  
  .history_box__content2 {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 35px;
  }
  
  .history_box__content2 p {
    color: #666;
    font-size: 13px;
    margin-top: 20px;
    padding: 0;
  }
  
  .history_box__content2 h2 {
    color: #1F51A2;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.3;
  }
  
  .history_box__content2 h2 a {
    color: #1F51A2;
    text-decoration: none;
  }
  
  .box__content3-left img {
    max-width: 285px;
  }
  
  @media screen and (max-width: 992px) {
  
    .history_box__content3 {
        display: block;
        margin-top: 10px;
    }
  
    .box__content3-left img {
        width: 100%;
        max-width: 100%;
    }
  
    .box__content2-list {
        flex-wrap: wrap;
    }
  
    .scroll-button {
        max-width: 712px;
        margin-left: 0;
    }
  
  }
  
  @media screen and (max-width: 768px) {
  
    .for-pc {
        display: none;
    }
  
    .for-sp {
        display: block;
    }
  
    .font14 {
        font-size: 14px;
    }
  
    .history_box__section {
        padding: 10px;
    }
  
    .history_box__content2 {
        border-bottom: none;
        padding-bottom: 0;
    }
  
    .history_box__content2 p {
        margin-top: 10px;
    }
  
    .history_box__content2 h2 {
        font-size: 18px;
        margin: 8px 0;
    }
  
    .box__content2-list {
        margin-top: 0;
        flex-wrap: wrap;
    }
  
    .box__content2-list li {
        margin-top: 10px;
    }
  
    .box__content2-list li:last-child {
        padding: 3px 4px !important;
        margin-right: -10px;
    }
  
    .history_box__content3 {
        display: block;
        margin-top: 10px;
    }
  
    .box__content3-left img {
        width: 100%;
        max-width: 100%;
    }
  
    .history_box__profile {
        margin-top: 10px;
        display: block;
    }
  
    .history_box__profile li:nth-child(2) {
        margin-left: 0;
    }
  
    .history_box__profile li h3 {
        text-align: center;
    }
  
    .box__content2-list2 {
        margin-top: 0;
        flex-wrap: wrap;
    }
  
    .box__content2-list2 li {
        margin-top: 5px;
    }
  
    .history_box__profile li img {
        margin: 0 auto;
        display: block;
    }
  
    .scroll-button {
        max-width: 422px;
        margin: 0 auto;
    }
  
    .history_box__btn {
        width: 100%;
        max-width: 100%;
    }
  }
  
  .history_box__content2 span {
    color: #666;
    font-size: 14px;
    font-weight: 500;
  }
  
  .box__content2-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  
  .box__content2-list li {
    border: 1px solid #1F51A2;
    margin-right: 5px;
    border-radius: 4px;
    font-size: 13px;
    color: #1F51A2;
    padding: 3px 8px;
    margin-top: 7px;
    flex-wrap: wrap;
  }
  
  .box__content2-list li a {
    color: #1F51A2 !important;
  }
  
  .box__content2-list2 li a {
    color: #1F51A2 !important;
  }
  
  .box__content2-list2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7px;
  }
  
  .box__content2-list2 li {
    border: 1px solid #1F51A2;
    margin-right: 5px;
    border-radius: 4px;
    font-size: 13px;
    color: #1F51A2;
    padding: 3px 8px;
    margin-top: 7px;
  }
  
  .box__content2-list2 li a {
    color: #1F51A2;
  }
  
  .history_box__content3 {
    display: flex;
    margin-top: 30px;
  }
  
  .box__content3-left img {
    max-width: 285px;
  }
  
  .box__xontent3-right {
    margin-left: 15px;
  }
  
  .box__xontent3-right span {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
  }
  
  .box__xontent3-right dl {
    font-size: 13px;
  }
  
  .box__content3-icons img {
    margin-top: 6px;
  }
  
  .box__content3-icons {
    display: inline-block;
    vertical-align: middle;
    background: #F3F3F3;
    color: #1F51A2;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    padding-left: 0px;
    height: 30px;
    margin-bottom: 5px;
  }
  
  .font14 {
    font-weight: 500;
  }
  
  .box__content3-right {
    margin-left: 15px;
  }
  
  .box__content3-right span {
    margin-left: 13px;
    color: #666;
    font-weight: 500;
    font-size: 16px;
  }
  
  .box__content3-right p {
    font-size: 13px;
    font-weight: normal;
    margin-top: 15px;
  }
  
  .history_box__profile {
    display: flex;
    background: #F3F3F3;
    padding: 8px;
    margin-top: 30px;
  }
  
  .history_box__profile li:nth-child(2) {
    width: 100%;
    margin-left: 10px;
  }
  
  .history_box__profile li h3 {
    margin-bottom: 0;
    font-size: 16px;
    color: #666;
  }
  
  .history_box__btn {
    background: transparent linear-gradient(90deg, #32BEFC 0%, #84D9FF 100%);
    max-width: 308px;
    width: 308px;
    display: block;
    text-align: center;
    margin: 30px auto 15px;
    color: #fff;
    padding: 12px 0;
    border-radius: 5px;
    font-weight: 500;
  }
  
  .disabled-link {
    background: #ABB6C6;
    text-decoration: none;
    cursor: not-allowed;
    pointer-events: none;
  }
  
  .history_box__sec01 {
    max-width: 850px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #478DFF26;
    padding: 20px 30px;
    margin-bottom: 20px;
  }
  
  .history_box__sec01 h4 {
    margin-bottom: 0;
    color: #1F51A2;
    font-weight: 500;
    font-size: 24px;
  }
  
  .history_box__sec01 .history-cb {
    display: flex;
  }
  
  .box__sec01__content01 img {
    vertical-align: middle;
  }
  
  .box__sec01__content01 span {
    font-size: 16px;
    color: #666;
    margin-left: 8px;
    margin-bottom: 10px;
    display: inline-block;
  }
  
  .history_box__btn-orange {
    background: #FA0;
    max-width: 790px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 13px 0;
    border-radius: 6px;
    box-shadow: 0px 3px 6px #FA03;
    margin-top: 18px;
  }
  
  @media screen and (max-width: 992px) {
  
    .history_box__content3 {
        display: block;
        margin-top: 10px;
    }
  
    .box__content3-left img {
        width: 100%;
        max-width: 100%;
    }
  
    .box__content2-list {
        flex-wrap: wrap;
    }
  
    .scroll-button {
        max-width: 712px;
        margin-left: 0;
    }
  }
  
  @media screen and (max-width: 768px) {
  
    .for-pc {
        display: none;
    }
  
    .for-sp {
        display: block;
    }
  
    .font14 {
        font-size: 14px;
    }
  
    .history_box__section {
        padding: 10px;
    }
  
    .history_box__content2 {
        border-bottom: none;
        padding-bottom: 0;
    }
  
    .history_box__content2 p {
        margin-top: 10px;
    }
  
    .history_box__content2 h2 {
        font-size: 18px;
        font-weight: 500;
        margin: 8px 0;
    }
  
    .box__content2-list {
        margin-top: 0;
        flex-wrap: wrap;
    }
  
    .box__content2-list li {
        margin-top: 10px;
    }
  
    .box__content2-list li:last-child {
        padding: 3px 4px !important;
        margin-right: -10px;
    }
  
    .history_box__content3 {
        display: block;
        margin-top: 10px;
    }
  
    .box__content3-left img {
        width: 100%;
        max-width: 100%;
    }
  
    .history_box__profile {
        margin-top: 10px;
        display: block;
    }
  
    .history_box__profile li:nth-child(2) {
        margin-left: 0;
    }
  
    .history_box__profile li h3 {
        text-align: center;
    }
  
    .box__content2-list2 {
        margin-top: 0;
        flex-wrap: wrap;
    }
  
    .box__content2-list2 li {
        margin-top: 5px;
    }
  
    .history_box__profile li img {
        margin: 0 auto;
        display: block;
    }
  
    .scroll-button {
        max-width: 422px;
        margin: 0 auto;
    }
  }
  
  /*----------------------------------------------
  Browsing History Checkbox
  ---------------------------------------------*/
  .history-cb input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
    background: none;
  }
  
  .history-cb input[type="checkbox"]::before {
    content: "";
    display: inline-block;
    font-size: 16px;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #1F51A2;
    border-radius: 2px;
    background-color: transparent;
    color: transparent;
  }
  
  .history-cb input[type="checkbox"]:checked::before {
    content: "\2714";
    background-color: transparent;
    color: #007bff;
  }
  
  .history-cb label {
    font-size: 16px;
  }
  
  /* -------------------------------------------
  Scouting Page
  ----------------------------------------------- */
  .scout__container {
    overflow: hidden;
    border: 4px solid #fff;
    background-color: #F3F3F3;
    border-radius: 17px;
    box-shadow: 0px 3px 10px #32BEFC33;
  }
  
  .scout__container button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 16px;
    transition: 0.3s;
    width: 50%;
    border-radius: 15px;
    font-size: 14px;
    background-color: transparent;
    color: #828282;
  }
  
  .scout__container button:hover {
    background-color: transparent;
  }
  
  .scout__container button.active {
    background-color: #32BEFC;
    color: #ffffff;
  }
  
  .scout1__container {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #478DFF26;
    padding: 10px;
    margin: 15px 0 30px 0;
  }
  
  .scout1__sec1 p {
    color: #666;
    font-size: 13px;
    float: left;
    padding: 0;
  }
  
  .scout1__sec1 span {
    font-size: 11px;
    background: #FF424A;
    padding: 0 10px;
    margin-left: 10px;
    border-radius: 4px;
    color: #fff;
  }
  
  .scout1__container h2 {
    color: #1F51A2;
    font-size: 18px;
    margin-bottom: 8px;
    padding-top: 5px;
    clear: both;
    font-weight: 500;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  
  .scouth2__btm-txt {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
  }
  
  .scout1__btn {
    background: transparent linear-gradient(90deg, #32BEFC 0%, #84D9FF 100%);
    border-radius: 7px;
    width: 63%;
    justify-content: space-between;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-weight: 500;
    position: relative;
    border: none;
    cursor: pointer;
  }
  
  .scout1__btn_3 {
    background-color: #b2e7ff;
    border-radius: 7px;
    width: 35%;
    justify-content: space-between;
    text-align: center;
    padding: 13px 0;
    color: #1F51A2;
    font-weight: 500;
    position: relative;
    border: none;
  }
  
  .scout1__btn_2 {
    background: transparent linear-gradient(90deg, #32BEFC 0%, #84D9FF 100%);
    border-radius: 7px;
    display: block;
    text-align: center;
    padding: 13px 0;
    color: #fff;
    font-weight: 500;
    position: relative;
    width: 100%;
    border: none;
  }
  
  .scout1__btn_4 {
    background-color: #e3efff;
    border-radius: 7px;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    padding: 13px 0;
    color: #1F51A2;
    font-weight: 500;
    position: relative;
    border: none;
  }
  
  .scout__btn-heart {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  
  .image-container img {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  
  #alternate-image {
    display: none;
  }
  
  .image-container {
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
  }
  
  .scout1__sec1 small {
    font-size: 11px;
    margin-left: 10px;
    color: #BBB;
  }
  
  .scout__content-txt {
    padding: 20px;
    color: #FFF;
    background: #FFF;
    border-radius: 10px;
    font-size: 14px;
    color: #1F51A2;
    margin: 15px 0 30px 0;
    box-shadow: 0px 3px 6px #478DFF26;
  }
  
  .scout2__container {
    background: #FFF;
    border-radius: 10px;
    height: 224px;
    box-shadow: 0px 3px 6px #478DFF26;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.5s ease 0s;
    padding: 0;
  }
  
  .scout2__container:hover {
    opacity: .8;
  }
  
  .scout2__container .img-right {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 100;
  }
  
  .scout2__sec1 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    cursor:pointer;
  }
  
  .scout2__sec1 li {
    width: 50%;
    overflow:hidden;
  }
  
  .scout2__sec1 li img {
    max-height: 224px;
    border-radius: 10px 0px 0px 10px;
  }
  
  .scout2__sec1 li:nth-child(2) {
    width: 50%;
    margin-top: 15px;
    padding-left:10px;
  }
  
  .scout2__sec1 li small {
    color: #666666;
    font-size: 13px;
  }
  
  .scout2__sec1 li h6 {
    font-size: 16px;
    color: #1F51A2;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  
  .scout2__sp-img {
    display: none !important;
  }
  
  .scout2__sec1 li:nth-child(2) img {
    background: #F3F3F3;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
  
  .scout2__sec1 li p {
    font-size: 14px;
    padding: 0;
    color: #666;
    font-weight: 500;
  }
  
  .scout2__sec1 li span {
    color: #1F51A2;
    font-size: 14px;
    font-family: Noto Sans JP, Regular;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  
  .pagination {
    max-width: 600px;
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin-top: 52px;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
  
  }
  
  .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color:transparent;
  }
  
  .pagination>li>a, .pagination>li>span {
    padding:0px;
    line-height:inherit;
    background-color:transparent;
    border:none;
  }
  
  .pagination-item:not(.disabled) {
    background: #F3F3F3;
    width: 45px;
    border-radius: 50%;
    height: 45px;
    padding: 5px 16px;
    cursor: pointer;
    margin: 0 6px;
    font-family: Segoe UI, Regular;
    font-weight: 500;
    font-size: 22px;
    color: #1F51A2;
  }
  
  #pagination li {
    font-family: Segoe UI, Regular;
    font-weight: 500;
    font-size: 22px;
  }
  
  .pagination-arrow {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    padding: 5px 16px;
    cursor: pointer;
    margin: 0 6px;
    font-family: Segoe UI, Regular;
    font-weight: 500;
    font-size: 22px;
    color: #1F51A2;
  }
  
  .pagination-item.active {
    background: #1F51A2;
    color: #fff;
  }
  
  .fas.fa-chevron-left,
  .fas.fa-chevron-right {
    font-size: 26px;
    color: #1F51A2;
  }
  
  .pagination-item:first-child,
  
  /* -------------------------------------------
  Messages Page
  --------------------------------------------- */
  .scout__links-message {
    position: relative;
  }
  
  .scout1__container-a {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #478DFF26;
    padding: 20px;
    margin: 15px 0 30px 0;
  }
  
  .scout1__sec1-a p {
    color: #666;
    font-size: 13px;
    float: left;
    padding: 0;
  }
  
  .sec1__a-green {
    float: right;
    font-size: 11px;
    background: #06C052;
    padding: 0 5px !important;
    border-radius: 4px;
    color: #fff;
  }
  
  .sec1__a-orange {
    float: right;
    font-size: 11px;
    background: #FFAA00;
    padding: 0 5px !important;
    border-radius: 4px;
    color: #fff;
    position: relative;
  }
  
  .scout1__container-a h2 {
    font-size: 18px;
    clear: both;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #1F51A2;
    padding-top: 5px;
  }
  
  .a__btm-txt {
    font-weight: 500;
    padding: 0 0 5px;
    line-height: 1.3;
    font-size: 13px;
  }
  
  .scout1__btn-a {
    background: #1F51A2;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 7px;
    padding: 15px 0;
  }
  
  /*-------------------------------------------------
                      Modal
  ---------------------------------------------------*/
  
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    z-index: 500;
  }
  
  
  .modal_content {
    background-color: #fefefe;
    padding: 30px 10px 20px 35px;
    border-radius: 40px;
    max-height: 800px;
    height: 87%;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .modal-inner-container {
    scrollbar-width: thin;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding-right: 15px;
    z-index: 6000;
  }
  
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: pink;
  }
  
  /*-------------------------------------------------
                      Close Button
  ---------------------------------------------------*/
  
  .close {
    color: #fff;
    position: absolute;
    right: -25px;
    top: -35px;
    font-size: 35px;
    font-weight: 500;
  }
  
  .close:hover,
  .close:focus {
    opacity: 0.7;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mc_head {
    margin-bottom: 20px;
  }
  
  .mc_head h2 {
    font-size: 16px;
    line-height: 22px;
    color: #1F51A2;
    margin-bottom: 8px;
    font-weight: 500;
  }
  
  .mc_head p {
    font-size: 14px;
    padding-bottom: 0;
  }
  
  .input_btm_btn {
    text-align: right;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
  }
  
  .input_btm_btn p {
    font-size: 11px;
    width: 100%;
    padding: 0;
  }
  
  .input_btm_btn ul {
    display: flex;
    gap: 45px;
    justify-content: flex-end;
    align-items: center;
  }
  
  .input_btm_btn ul li {
    display: inline-block;
  }
  
  .input_btm_btn ul li a {
    display: inline-block;
    color: #9B9B9B;
    width: 110px;
    line-height: 40px;
  }
  
  .input_btm_btn .modal-button {
    background: #FFFFFF;
    border: 2px solid #FF424A;
    border-radius: 4px;
    text-align: center;
    color: #FF424A;
    display: inline-block;
    width: 110px;
    line-height: 40px;
    cursor: pointer;
  }
  
  .input_btm_btn .modal-button:hover {
    opacity: 0.8;
  }
  
  .input_btm_btn ul li span {
    position: static;
    font-size: 16px;
    font-weight: normal;
    color: inherit;
  }
  
  .modal-input-container {
    flex-wrap: wrap;
    margin: 0;
    gap: 10px;
    width: 100%;
  }
  
  .modal-input-container .c_full-text {
    margin: 0;
    font-size: 15px;
  }
  
  .modal-input-container .select-container {
    margin: 0
  }
  
  .modal-inner-container .c_box__info li strong {
    margin: 0
  }
  
  .modal_chat .modal_content {
    padding: 0;
    border-radius: 0;
    z-index: 5000;
  }
  
  .modal_chat .modal-inner-container {
    padding: 0;
  }
  
  .modal_chat .close {
    color: #fff;
    position: absolute;
  
    right: 10px;
    top: 0;
    font-size: 35px;
    font-weight: 500;
    z-index: 6000;
  }
  
  /* ------------------------------------------------
  Page 17 & 18
  -------------------------------------------------- */
  .chat-main {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 75px;
    height: 100%;
    position: relative;
    z-index: 10000;
  }
  
  .chat-container,
  .form-content {
    height: 100%;
  }
  
  .chat__message-container {
    padding: 20px;
    height: calc(100% - 200px);
    /* max-height: 500px; */
    overflow: auto;
    scrollbar-width: thin;
  }
  
  .chat-title {
    background: #1F51A2;
    height: 60px;
    top: 0;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
  }
  
  .chat-title::after {
    content: "";
    background-size: cover;
    width: 20px;
    height: 20px;
    right: 20px;
    position: absolute;
    top: 18px;
    filter: grayscale(100%) brightness(0%) invert(100%);
  }
  
  .chat-title h1 {
    font-size: 18px;
    line-height: 60px;
    color: #FFF;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 50px;
    text-indent: 50px;
  }
  
  .chat-message_holder {
    width: 85%;
    margin-bottom: 20px;
    position: relative;
    clear: both;
  }
  
  .chat-message-one {
    background: #ECECEC;
    padding: 17px;
    border-radius: 30px;
    position: relative;
  }
  
  .chat-message-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 16px solid #ECECEC;
    transform: rotate(120deg);
  }
  
  .chat-message_date {
    position: absolute;
    width: 0;
    bottom: 3px;
    line-height: 1;
    font-size: 10px;
    color: #8B8B8B;
    right: 0;
  }
  
  .chat-message-one p {
    font-size: 14px;
    color: #474747;
    padding: 0;
  }
  
  .chat-message-one p {
    font-size: 14px;
    color: #474747;
    padding: 0;
  }
  
  .chat-response_holder {
    width: 85%;
    margin-bottom: 20px;
    position: relative;
    float: right;
    clear: both;
  }
  
  .alert-danger h1,
  .alert-danger h2,
  .alert-danger h3,
  .alert-danger h4,
  .alert-danger h5,
  .alert-danger h6 {
    color: #ffe400;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
  }
  
  .chat-response-one {
    background: #71A0E9;
    padding: 17px;
    border-radius: 24px;
    position: relative;
    word-wrap: break-word;
    color: #fff;
    font-size: 14px;
  }
  
  .chat-response-one::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 16px solid #71A0E9;
    transform: rotate(120deg);
    right: 0;
  }
  
  .chat-response-one p {
    color: #fff;
    font-size: 14px;
    padding: 0;
    word-wrap: break-word;
    text-align:left;
  }
  
  .chat-response-one a {
    color: #fff;
    text-decoration: underline;
  }
  
  .chat-response-two a {
    color:#32BEFC;text-decoration:underline;
  }
  
  .chat_holder .resume-link{
    text-align:center;
  }
  
  .chat_holder .resume-link a{
    color: #1d50a2;
    text-decoration: none;
  }
  
  .chat-response-two {
    background: #E3EFFF;
    border-radius: 7px;
    border: 1px solid #CADDFE;
    padding: 15px;
    position: relative;
  }
  
  .chat-response-two p {
    padding: 0;
    font-size: 14px;
    color: #1F51A2;
    font-weight: 500;
    text-align:left;
    word-wrap: break-word;
  }
  
  .chat-response_date {
    position: absolute;
    width: 0;
    line-height: 1;
    font-size: 10px;
    color: #8B8B8B;
    left: -29px;
    bottom: 3px;
  }
  
  .compose__message {
    clear: both;
    box-shadow: 0px -3px 6px #1F51A21A;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
  }
  
  .messages_textarea {
    resize: none;
    border-radius: 4px;
    background: #FFF;
    padding: 5px 10px;
    width: 100%;
    max-height: 150px;
    scrollbar-width: thin;
    outline: none;
    border: none;
    color: #474747;
    line-height: 30px;
    font-size: 14px;
    vertical-align: bottom;
  }
  
  .compose__message-txt p {
    color: #BFD3F3;
    font-size: 14px;
    padding: 20px 0;
    margin-left: 20px;
  }
  
  .compose__message-txt2 {
    padding: 10px;
  }
  
  .send__button {
    display: flex;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    gap: 10px;
    padding: 0 10px 10px;
  }
  
  .send__button li input {
    background: #3B7BF2;
    color: #fff;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    padding: 10px 0;
    max-width: 183px;
    display: block;
    width: 183px;
    text-align: center;
    cursor: pointer;
  }
  
  .send__button li:last-child input {
    background-color: #71A0E9;
  }
  
  .send__button li input:disabled {
    background: #71A0E9;
    box-shadow: 0px 0px 8px #1F51A233;
    border: none;
    padding: 10px 0;
    width: 183px;
    max-width: 183px;
    display: block;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
  }
  
  .send__button-sp {
    display: flex;
    padding: 10px;
  }
  
  .send__button-sp li a {
    background: #3B7BF2;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    padding: 5px 0;
    max-width: 85px;
    display: block;
    width: 85px;
    text-align: center;
  }
  
  .send__button-sp li p {
    background: #E3EFFF;
    max-width: 200px;
    width: 200px;
    border: 1px solid #CADDFE;
    padding: 5px 5px;
    position: relative;
    border-radius: 15px;
    font-size: 13px;
    color: #BFD3F3;
    margin-left: 5px;
  }
  
  .send__button-sp li img {
    width: 20px;
    height: auto;
    margin-left: 10px;
    margin-top: 5px;
  }
  
  .send__button-sp2 {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .send__button-sp2 .pdf-btn {
    background: #71A0E9;
    color: #fff;
    border-radius: 4px;
    border: none;
    font-size: 12px;
    padding: 3px 5px;
    height: 30px;
    text-align: center;
    display: none;
  }
  
  .send__button-sp2 li .fas.fa-chevron-right {
    font-size: 16px;
  }
  
  .send__button-sp2 li {
    padding: 0 10px !important;
  }
  
  .send__button-sp2 li:nth-child(2n) {
    width: calc(100% - 60px);
  }
  
  .send__button-sp2 li p {
    background: #E3EFFF;
    max-width: 275px;
    width: 275px;
    border: 1px solid #CADDFE;
    padding: 15px;
    position: relative;
    border-radius: 15px;
    margin-left: 5px;
  }
  
  .send__button-sp2 li img {
    width: 20px;
    height: auto;
    vertical-align: sub;
  }
  
  #tx___area-sp2 {
    background: #E3EFFF;
    border: 1px solid #CADDFE;
    padding: 10px 15px;
    position: relative;
    border-radius: 15px;
    vertical-align: bottom;
    width: 100%;
    max-height: 41px;
    font-size: 14px;
  }
  
  /*-------------------------------------------------
                Scout Basic Information
  ---------------------------------------------------*/
  
  .c_box__info--tag li small {
    font-size: 10px;
    font-weight: normal;
  }
  
  .c_box__info--tag .required-tag {
    margin-left: 5px;
  }
  
  .private-tag:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 1px;
    width: 12px;
    height: 12px;
    background-image: url(/assets/mypage/images/icons/lock-icon.png);
    background-size: contain;
  }
  
  .private-tag {
    color: #1F51A2;
    width: 47px;
    height: 16px;
    line-height: 10px;
    border: 1px solid #1F51A2;
    padding: 3px 2px 3px 15px;
    border-radius: 3px;
    display: inline-block;
    font-size: 9px;
    text-align: left;
    position: relative;
    margin-left: 5px;
  }
  
  .required-tag {
    width: 26px;
    height: 16px;
    line-height: 12px;
    background: #FF424A;
    color: #fff;
    font-size: 9px;
    padding: 3px 4px;
    display: inline-block;
    border-radius: 3px;
    font-weight: normal;
  }
  
  .checkbox-dropdown-list {
    display: none;
  }
  
  .is_open {
    display: block;
  }
  
  .is_close {
    display: none;
  }
  
  .checkbox-dropdown:last-child .checkbox-dropdown--header {
    margin-bottom: 0;
  }
  
  .checkbox-dropdown--header {
    padding: 12px 48px 12px 35px;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    height: 48px;
    margin: 0;
    position: relative;
  }
  
  .checkbox-dropdown--header:after {
    background: #F3F3F3;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    content: ''
  }
  
  .cd-holder {
    position: relative;
  }
  
  .chevron-down {
    position: absolute;
    right: 20px;
    text-align: center;
    content: "";
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    color: #bbb;
    border-right: 2px solid;
    transform: rotate(45deg);
    top: 18px;
    z-index: 10;
  }
  
  .dl-icon-active .chevron-down {
    transform: rotate(-135deg) !important;
  }
  
  .checkbox-container .checkmark {
    top: 0;
  }
  
  .checkbox-holder .checkbox-dropdown:not(:last-child) {
    margin-bottom: 10px;
  }
  
  .checkbox-holder .checkmark {
    top: 14px;
  }
  
  .checkbox-dropdown-list {
    border: 1px solid #E3E3E3;
    border-top: none;
    border-radius: 0;
  }
  
  .checkbox-dropdown-list .checkbox-container {
    padding: 12px 48px 12px 70px;
    margin-bottom: 0;
  }
  
  .checkbox-dropdown-list .checkmark {
    left: 40px
  }
  
  .checkbox-dropdown-list li:not(:last-child) {
    border-bottom: 1px solid #E3E3E3;
  }
  
  .checkbox-fwidth .checkbox-container {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }
  
  .checkbox-fwidth .checkmark {
    top: 2px
  }
  
  .checkbox-fwidth .checkbox-container {
    margin: 15px 0;
    padding-bottom: 10px;
  }
  
  .checkbox-fwidth .checkbox-container:last-child {
    margin-bottom: 0;
  }
  
  .input-search--holder {
    margin-top: 15px;
  }
  
  .input-search--holder label {
    margin-bottom: 10px;
    display: block;
  }
  
  .input-search--holder .search-company {
    width: calc(315px - 48px);
    height: 48px;
    border-radius: 4px;
    appearance: none;
    outline: none;
    border: none;
    background: #F6F6F6;
    color: #666666;
    padding: 13px 10px;
    font-size: 16px;
  }
  
  .input-search--holder .input-search {
    position: relative;
    width: 315px;
  }
  
  .input-search button[type="button"] {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 4px 4px 0px;
    background: #32BEFC;
    width: 48px;
    height: 48px;
    appearance: none;
    outline: none;
    border: none;
    font-size: 0;
    cursor: pointer;
  }
  
  .input-search button[type="button"]:after {
    content: url(/assets/mypage/images/icons/search-icon.png);
    position: absolute;
    right: 14px;
    top: 13px;
  }
  
  .input-search button[type="button"]:hover {
    opacity: 0.8;
  }
  
  .input-search--ctag {
    color: #1F51A2;
    font-size: 14px;
    width: 128px;
    line-height: 19px;
    padding: 2px 6px;
    border: 1px solid #1F51A2;
    border-radius: 4px;
    margin: 20px 0 17px;
    display: inline-block;
    font-weight: 500;
  }
  
  .icon-gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    background: #F6F6F6;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
  }
  
  .icon-gallery li img {
    max-width: 128px;
    height: auto;
  }
  
  
  .c_box__item--cbgray select {
    border: 1px solid #E3E3E3;
    background: #fff;
  }
  
  .c_box__item--cbgray select:focus {
    background: #fff;
  }
  
  .c_box__item--cbgray .checkmark {
    background: #E3E3E3;
    border: 2px solid transparent;
  }
  
  @media screen and (max-width:768px) {
    .checkbox-fwidth .checkbox-container {
        padding: 0 10px 10px 35px;
    }
  
    .icon-gallery li img {
        max-width: 100%;
        width: 100%;
    }
  
    .icon-gallery li {
        width: 23%
    }
  
    .input-search--holder .input-search {
        width: 100%;
    }
  
    .input-search--holder .search-company {
        width: calc(100% - 48px);
    }
  }
  
  /*-------------------------------------------------
                        Radio
  ---------------------------------------------------*/
  
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  .radio-container .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #BBBBBB;
  }
  
  .radio-container label {
    display: block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
    display: inline-block;
  }
  
  .radio-container input:checked+.checkmark {
    border: 1px solid #32BEFC;
  }
  
  .radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .radio-container input:checked+.checkmark:after {
    display: block;
  }
  
  .radio-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #32BEFC;
  }
  
  /*-------------------------------------------------
            Checkbox
  ---------------------------------------------------*/
  
  .checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .checkbox-container.checkbox-dropdown--header {
    margin-bottom: 0;
  }
  
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .checkbox-container label {
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
    vertical-align: top;
  }
  
  .checkmark {
    position: absolute;
    top: 5px;
    left: 10px;
    height: 18px;
    width: 18px;
    border: 2px solid #ddd;
    /* z-index: 500; */
  }
  
  .checkbox-container input:checked~.checkmark {
    background-color: #2196F3;
    border-color: transparent;
  }
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .checkbox-container input:checked~.checkmark:after {
    display: block;
  }
  
  .checkbox-container .checkmark:after {
    left: 4px;
    top: -1px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  /*-------------------------------------------------
          Fixed Scroll / Static
  ---------------------------------------------------*/
  
  .hidden {
    display: none;
  }
  
  #fixedButtonContainer {
    background: #1F51A226;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 20px;
    width: 100%;
    z-index: 5;
  }
  
  .scroll-button {
    cursor: pointer;
    background: #FA0;
    max-width: 790px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 13px 0;
    border-radius: 6px;
    box-shadow: 0px 3px 6px #FA03;
    border: none;
    display: block;
    width: 100%;
  }
  
  .scroll-button--600 {
    max-width: 500px;
    height: 50px;
  }
  
  @media screen and (max-width:768px) {
    .input-month {
        width: 80px;
    }
  
    .c_box__body--nopadbtm {
        padding: 20px 10px 0;
    }
  
    .c_box__body--sborder {
        padding: 10px 10px 20px;
    }
  }
  
  /*-------------------------------------------------
                  Resume Information
  ---------------------------------------------------*/
  
  .input-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  
  .input-container {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  
  .input-container--fwidth {
    width: 100%;
    margin: 0
  }
  
  .input-year,
  .input-month,
  .input-day,
  .input-grad {
    width: 110px;
    height: 40px;
    background: #F6F6F6;
    border: none;
    border-radius: 4px;
    padding: 0 10px;
    appearance: none;
    outline: none;
    cursor: pointer;
    color: #666666;
    position: relative;
  }
  
  .input-grad {
    width: 116px
  }
  
  .input-job {
    height: 40px;
    background: #F6F6F6 !important;
    border: none;
    border-radius: 4px;
    padding: 0 10px;
    appearance: none;
    outline: none;
    cursor: pointer;
    color: #666666;
    position: relative;
  }
  
  .input--prevjob {
    width: 200px;
  }
  
  .input--w160 {
    width: 160px;
    height: 40px;
    background: #F6F6F6 !important;
    border: none;
    border-radius: 4px;
    padding: 0 10px;
    appearance: none;
    outline: none;
    cursor: pointer;
    color: #666666;
    position: relative;
  }
  .input--w200 {
    width: 200px;
    height: 40px;
    background: #F6F6F6 !important;
    border: none;
    border-radius: 4px;
    padding: 0 10px;
    appearance: none;
    outline: none;
    cursor: pointer;
    color: #666666;
    position: relative;
  }
  
  .input-month--small {
    width: 80px
  }
  
  .input-day--small {
    width: 80px
  }
  
  .select-container {
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  
  .sp-box-padding {
    padding: 20px 25px;
  }
  
  .dropdown-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    pointer-events: none;
    width: 20px;
    height: 20px;
  }
  
  .input-delete {
    width: 65px;
    height: 35px;
    background: #BBBBBB;
    border: none;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    color: white;
    cursor: pointer;
  }
  
  .input-delete:hover {
    opacity: 0.8;
  }
  
  input[type="text"],
  input[type="password"] {
    height: 40px;
    background: #F6F6F6;
    border-radius: 4px;
    border: none;
    padding: 13px 11px;
    color: #666;
    font-size: 16px;
  }
  
  input[type="password"] {
    width: 280px;
    max-width: 100%;
  }
  
  .c_full-text {
    width: 100%;
  }
  
  
  .input-year:focus,
  .input-month:focus {
    background: #F6F6F6;
    outline: none;
  }
  
  .c_btn {
    border-radius: 4px;
    width: 190px;
    display: block;
    margin: 20px auto;
    position: relative;
  }
  
  .c_btn--autofill {
    background: #1F51A2 0% 0% no-repeat padding-box;
    line-height: 54px;
    text-align: center;
    color: #fff;
  }
  
  .c_btn--addbg {
    line-height: 49px;
    background: #FFFFFF;
    border: 1px solid #1F51A2;
    color: #1F51A2;
    padding: 0 27px 0 62px
  }
  
  .c_btn--addbg:before {
    content: '+';
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-54%);
    font-size: 40px;
    color: #1F51A2;
  }
  
  .c_spacer {
    border: 1px solid #E3E3E3;
  }
  
  .c_spacer1 {
    padding: 5px 0;
    display: block;
  }
  
  .c_box__info--nopt li {
    padding: 0 0 10px
  }
  
  .c_box__info--nopb li {
    padding: 10px 0 0
  }
  
  .c_box__body--sborder {
    padding: 10px 20px 20px;
  }
  
  .tag_holder {
    margin-bottom: 10px;
  }
  
  .c_box__body--sborder .p_gray_txt {
    color: #666666;
    margin-bottom: 0;
  }
  
  .c_box__body--sborder li:last-child {
    padding-bottom: 0;
  }
  
  /*-------------------------------------------------
                  Member Dashboard
  ---------------------------------------------------*/
  
  .c_box__info--toggle li span {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .toggle-container {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
  }
  
  .toggle-container input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #BBBBBB;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked+.slider {
    background-color: #4BD964;
  }
  
  input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  .bottom-btn {
    color: #666666;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    position: relative;
  }
  
  .bottom-btn::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #bbb;
    border-right: 2px solid #bbb;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: .5s;
  }
  
  @media screen and (max-width:600px) {
    .text-cont {
        width: 85%;
        padding: 0;
    }
  }
  
  /*-------------------------------------------------
               Member Login Information
  ---------------------------------------------------*/
  
  .input_holder {
    width: 100%
  }
  
  .input_holder--small {
    width: 100%;
    max-width: 250px;
  }
  
  .input_holder--small input[type="text"] {
    width: 100%;
  }
  
  .input_holder label {
    margin-bottom: 8px;
    display: block;
  }
  
  .input_row--flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
  }
  
  .input_row--flex .input-container input {
    margin: 0;
    font-size: 14px;
    padding: 15px 5px 15px 10px;
  }
  
  /*----------------------------------------------
  Page 11
  ---------------------------------------------*/
  .my_c {
    padding: 0;
    font-size: 11px;
    background: #E3EFFF;
    color: #1F51A2;
    width: 125px;
    max-width: 125px;
    margin-bottom: 10px;
  }
  
  /*----------------------------------------------
  Page 12
  ---------------------------------------------*/
  
  .container_inner-my {
    width: 100%;
    margin: 0 auto;
  }
  
  .my__form-group,
  .my__form-group3 {
    display: flex;
    border-bottom: 1px solid #E3E3E3;
  }
  
  .my__input-arrow {
    position: relative;
    cursor: pointer;
    padding: 20px 30px 20px 15px;
    width: calc(100% - 200px);
    background: #fff;
    color: #1F51A2;
  }
  
  .my__input-arrow2 {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: calc(100% - 200px);
    background: #fff;
    color: #1F51A2;
    font-size: 14px;
  }
  
  .my__input-arrow2 div {
    padding: 15px;
    border-bottom: 1px solid #E3E3E3;
  }
  
  .my__input-arrow::after {
    font-family: FontAwesome;
    content: "\f054";
    right: 10px;
    position: absolute;
    color: #CCC;
    top: 15px;
  }
  
  .my__contact-form form {
    font-size: 16px;
  }
  
  .my__form-group .filters-label,
  .my__form-group2 .filters-label,
  .my__form-group3 .filters-label {
    background: #F3F3F3;
    border-radius: 4px 0 0 0;
    padding-top: 15px;
    padding-left: 20px;
    font-weight: 500;
    color: #1F51A2;
    margin-bottom: 0;
    width: 200px;
    font-size: 16px;
  }
  
  .my__form-group .filters-label span,
  .my__form-group2 .filters-label span,
  .my__form-group3 .filters-label span {
    margin-right: 5px;
    min-width: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
  }
  
  .my__label {
    background: #F3F3F3;
    border-radius: 4px 0 0 0;
    padding-top: 15px;
    padding-left: 20px;
    font-weight: 500;
    color: #1F51A2;
    margin-bottom: 0;
    width: 200px;
  }
  
  .my__label img {
    margin-right: 10px;
    vertical-align: middle;
  }
  
  .my__label input[type="text"] {
    width: 100%;
    position: relative;
  }
  
  .my__input.my__input-color {
    color: #1F51A2;
    font-weight: 500;
  }
  
  .my__input-arrow input[type="text"],
  .my__input-arrow2 input[type="text"] {
    width: 100%;
    background: none;
    cursor: pointer;
  }
  
  .check-col3 {
    width: calc(100% - 200px);
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 10px 0 15px 0;
  }
  
  .tag_holder {
    margin-bottom: 10px;
  }
  
  .tag_holder p {
    display: inline-block;
    vertical-align: middle;
  }
  
  .c_box__body--sborder .p_gray_txt {
    color: #666666;
    margin-bottom: 0;
  }
  
  .c_box__body--sborder li:last-child {
    padding-bottom: 0;
  }
  
  .check-col3 .checkbox-container {
    margin: 5px 0;
    width: 30%;
    padding-bottom: 0;
  }
  
  .check-col3 label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
  }
  
  .check-col3 .checkbox-container {
    border-bottom: none;
  }
  
  .check-col3 .checkmark {
    top: 6px;
  }
  
  .checkbox-container input:checked+.checkmark+.label-name {
    color: #333;
  }
  
  .checkbox-holder .accordion_container{
    position:relative;
    margin-bottom: 10px;
  }
  
  .checkbox-holder .accordion_container .accordion_header{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 12px 48px 12px 35px;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    height: 48px;
    margin: 0;
    position: relative;
  }
  
  .checkbox-holder .accordion_container .accordion_btn{
    position: absolute;
    right: 20px;
    text-align: center;
    content: "";
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    color: #bbb;
    border-right: 2px solid;
    transform: rotate(45deg);
    top: 18px;
    z-index: 10;
  }
  
  .checkbox-holder .accordion_container .accordion_header:after {
    background: #F3F3F3;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    content: '';
  }
  
  .checkbox-holder .accordion_container .accordion_inner{
    border: 1px solid #E3E3E3;
    border-top: none;
    border-radius: 0;
    display:none;
  }
  
  .checkbox-holder .accordion_container .accordion_inner.is-open{
    display:block;
  }
  
  .checkbox-holder .accordion_container .accordion_inner-item{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 12px 48px 12px 44px;
    margin-bottom: 0;
    border-bottom: 1px solid #E3E3E3;
  }
  .checkbox-holder .accordion_container .accordion_inner-item:last-child{
    border-bottom:0px;
  }
  
  .checkbox-holder .accordion_container .accordion_inner-item .checkmark{
    position:inherit;
    width:inherit;
    background:inherit;
    border:none;
    top:0px;
    left:0px;
    margin-left:10px;
  }
  
  .checkbox-holder .accordion_container input[type=checkbox]{
    appearance: none;
    outline: none;
    position: relative;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-top: -1px;
    background-color: #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    transition: .3s;
    background-color: #E3E3E3;
    border: 2px solid transparent;
  }
  
  .checkbox-holder .accordion_container input[type=checkbox]:checked{
    background-color: #2196F3;
    border-color: transparent;
  }
  .checkbox-holder .accordion_container input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: -1px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  
  /* .checkbox-holder.checkbox-fwidth {
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 10px 0 15px 0;
  }
  .checkbox-fwidth .checkbox-container {
    margin: 5px 0;
    width: 33%;
    padding-bottom: 0;
  }
  .checkbox-container label { font-size: 13px;}
  .checkbox-fwidth .checkbox-container {border-bottom: none; }
  .checkbox-fwidth .checkmark {
  top: 6px;
  } */
  .my__form-group2 {
    display: flex;
    flex-wrap: wrap;
  }
  
  /* .my__input-arrow2 {
  width: 30%;
  } */
  .my__input-arrow2 div input {
    border-bottom: 1px solid #E3E3E3;
    position: relative;
  }
  
  .my__input-arrow2 div {
    position: relative;
  }
  
  /*
  .my__input-arrow2 div::after {
    font-family: FontAwesome;
    content: "\f054";
    right: 10px;
    position: absolute;
    color: #CCC;
    top: 15px;
  }
  */
  .my__input-arrow2 div::after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    font-size: 16px;
    color: #999;
    padding: 0 15px;
    font-weight: normal;
    right: 0;
    top: 20px;
  }
  
  
  .my-button {
    background: #FA0;
    display: block;
    max-width: 500px;
    text-align: center;
    margin: 50px auto 0;
    border-radius: 4px;
    box-shadow: 0px 3px 6px #FEAB0433;
    padding: 13px 0;
    color: #fff;
  }
  
  .no_view {
    display: none;
  }
  
  .truncated-7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
  }
  
  .truncated-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  
  .truncated-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  
  .login-wrap {
    max-width: 720px;
    margin: 0 auto;
    font-size: 16px !important;
    color: #707070;
  }
  
  .login-wrap h2 {
    font-size: 29px;
    color: #1F51A2;
    font-weight: 500;
    margin: 50px 0px 25px;
    line-height: 12px;
  }
  
  .login-wrap h3 {
    font-size: 29px;
    font-weight: 500;
    margin: 10px 0px 30px;
    /* line-height: 12px; */
  }
  
  .login_form {
    max-width: 370px;
    margin: 10px auto 25px;
  }
  
  .login-wrap .input-login {
    width: 370px;
    max-width: 100%;
    height: 50px;
    background: #F3F3F3 !important;
    border-radius: 4px;
    border: none;
    padding: 13px 11px;
    color: #666 !important;
    margin: 0px auto 20px;
    font-size: 16px !important;
  }
  
  .login-wrap .input-login:-webkit-autofill,
  .login-wrap .input-login:-webkit-autofill:hover,
  .login-wrap .input-login:-webkit-autofill:focus,
  .login-wrap .input-login:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #F3F3F3 inset;
    color: #666 !important;
    font-size: 16px !important;
  }
  
  .login-wrap .input-login::placeholder {
    color: #A7A7A7;
    font-size: 16px;
  }
  
  .login-wrap .sbt-log-btn {
    width: 370px;
    max-width: 100%;
    height: 50px;
    background: transparent linear-gradient(90deg, #1F51A2 0%, #1F51A2 100%) 0% 0% no-repeat padding-box;
    border: none;
    font-weight: 500;
    padding: 13px 11px;
    color: #FFF;
    margin: 10px auto 8px;
  }
  
  .login-wrap a {
    color: #3498DB;
    text-decoration: none;
    margin: 20px 0px;
    font-weight: 500;
  }
  
  .text-with-lines {
    position: relative;
    display: inline-block;
    margin: 15px auto 10px;
    text-align: center;
    font-weight: 500;
    width: 100%;
  }
  
  .text-with-lines span {
    background-color: #fff;
    position: relative;
    z-index: 5;
    padding: 0 12px;
  }
  
  .text-with-lines::before,
  .text-with-lines::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 33%;
    height: 1px;
    background-color: #A7A7A7;
  }
  
  .text-with-lines::before {
    left: 0;
    transform: translateY(-50%);
  }
  
  .text-with-lines::after {
    right: 0;
    transform: translateY(-50%);
  }
  
  #sns_container {
    max-width: 370px;
    margin: 10px auto 50px;
    display: flex;
    justify-content: space-between;
  }
  
  .sns_holder {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #CBCBCB;
    background-color: #FFF;
    box-shadow: 0px 3px 5px #1F51A226;
    padding: 20px;
    margin: 0px auto;
  }
  
  .sns_holder img {
    width: 60px;
    height: 60px;
  }
  
  .text-with-background {
    position: relative;
    display: inline-block;
    margin: 40px auto 10px;
    text-align: center;
    width: 100%;
  }
  
  .text {
    position: relative;
    padding: 2px;
    font-weight: 500;
    background: linear-gradient(transparent 50%, #D6F2FF 0%);
  }
  
  .register_form {
    max-width: 370px;
    margin: 10px auto;
  }
  
  .login-wrap .sbt-reg-btn {
    width: 370px;
    max-width: 100%;
    height: 50px;
    background: transparent linear-gradient(90deg, #32BEFC 0%, #84D9FF 100%) 0% 0% no-repeat padding-box;
    border: none;
    font-weight: 500;
    padding: 13px 11px;
    color: #FFF;
    margin: 20px auto 10px;
  }
  
  .login-wrap .sbt-reg-btn:disabled {
    opacity: .6;
    background: #ccc;
  }
  
  .login-wrap .semi_bold {
    font-weight: 500;
  }
  
  .tab-pane .checkLabel {
    font-weight: 500;
  }
  
  /* プライバシーポリシー */
  #terms {
    width: 100%;
    height: 300px;
    padding: 10px 30px;
    background-color: #FFF;
    border: 1px solid #CBCBCB;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 13px;
  }
  
  .terms_notes-text {
    margin: 1em;
  }
  
  .form_submit:disabled {
    background: #ccc;
    border: 1px solid #999;
  }
  
  #terms h4 {
    margin: 15px 0 5px;
  }
  
  #terms ul {
    padding-left: 1.5em;
  }
  
  #terms .document {
    margin: 20px 0 0;
  }
  
  .form_submit:disabled {
    background: #ccc;
    border: 1px solid #999;
  }
  
  span.wpcf7-list-item-label {
    height: 40px;
    display: flex;
    vertical-align: middle;
    align-items: center;
  }
  
  input[type=checkbox]#agree {
    display: none;
  }
  
  input[type=checkbox]#agree+span.wpcf7-list-item-label:before {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-left: 3px;
    padding-top: 3px;
    font-family: "FontAwesome";
    font-size: 18px;
    content: "\f00c";
    font-weight: 500;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #999;
    border-radius: 3px;
    line-height: 20px;
    background: #fff;
  }
  
  input[type=checkbox]#agree:checked+span.wpcf7-list-item-label:before {
    content: "\f00c";
    color: #fff;
    background-color: #03a9f4;
    border: 1px solid #03a9f4;
    border-radius: 3px;
  }
  
  #terms::-webkit-scrollbar {
    width: 10px;
  }
  
  #terms::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
  }
  
  #terms::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777;
  }
  
  #terms h2 {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    margin: 20px 0 30px;
    border-bottom: 3px solid #666;
    text-align: center;
    line-height: normal;
  }
  
  #terms h3 {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    text-align: left;
  }
  
  .agreement {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .agreement label{
    cursor: pointer;
  }
  
  .login-wrap .reg-banner {
    width: 100%;
    height: 202px;
    margin: 20px auto -10px;
    position: relative;
  }
  
  .login-wrap .reg-banner img {
    width: 100%;
    max-width: 720px;
    position: absolute;
    top: 0;
  }
  
  .login-wrap .error_area,
  .login-wrap .error_area_add_padding {
    color: red;
    margin-bottom: 10px;
    margin-top: -10px;
  }
  
  .login-wrap #error_mail {
    height: inherit !important;
  }
  
  .login-wrap #error_mail p {
    padding-left: 1em;
    text-indent: -1em;
    color: #fd429f;
  }
  
  .login-wrap #safe_mails_open {
    padding-left: 1em;
    color: #fd429f;
    text-decoration: underline;
  }
  
  .login-wrap #error_mail ul {
    display: flex;
    flex-wrap: wrap;
    display: none;
    margin-bottom: 10px;
  }
  
  .login-wrap #error_mail ul li {
    color: #434a52;
    width: 160px;
    margin-left:10px;
  }
  
  .selected-marker {
    padding: 5px 8px;
    text-decoration: none;
  }
  
  .selected a {
    text-decoration: none;
  }
  
  @media screen and (max-width: 768px) {
  
    /* Page 12 */
    input[type="text"] {
        width: 100%;
        font-size: 14px;
        /* padding-top: 20px; */
    }
  
    .my__input-arrow::after {
        width: 12px;
        height: 20px;
        top: 20px;
    }
  
    .my__form-group2 {
        flex-wrap: unset;
    }
  
    .my__input-arrow2 {
        width: auto;
    }
  
    .my__input-arrow.add__txt-sp::before {
        content: "選択した免許の車格のみ";
        position: absolute;
        font-size: 11px;
        color: #1F51A2;
        background: #E3EFFF;
        top: 2px;
        left: 10px;
    }
  
    .my__input-arrow2 div::after {
        width: 12px;
        height: 20px;
        top: 20px;
    }
  
    .my__form-group3 .for-sp {
        width: calc(100% - 135px);
    }
  
    .my__form-group3 .my__input-arrow {
        width: 100%;
    }
  
    .my__form-group .filters-label,
    .my__form-group2 .filters-label,
    .my__form-group3 .filters-label {
        width: 135px;
        font-size: 14px;
        padding-left: 10px;
        padding-top: 15px;
    }
  
    .my__label {
        width: 135px;
        font-size: 16px;
        padding-left: 10px;
        padding-top: 15px;
    }
  
    .my__input-arrow,
    .my__input-arrow2 {
        width: calc(100% - 135px);
        font-size: 14px;
    }
  
    .my__input-arrow.add__txt-sp .my__input {
        padding-top: 35px;
    }
  
    /* Scouting */
    .scout__container {
        background-color: #fff;
        border: none;
    }
  
    .scout__container button.active {
        background-color: #32BEFC;
        color: #ffffff;
    }
  
    .scout__container button {
        font-size: 13px;
        padding: 15px 0;
        color: #32BEFC;
    }
  
    /* .scout1__btn {
    width: 90%;
  } */
  
    .scout2__container {
        height: auto;
        padding: 15px 10px;
    }
  
    .scout2__sec1 {
        display: block;
    }
  
    .scout2__sec1 li {
        width: auto;
    }
  
    .scout2__sp-img {
        display: block;
    }
  
    .scout2__sp-img {
        background: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        display: block !important;
        margin-right: 0 !important;
        width: 100%;
    }
  
    .scout2__sec1 li small {
        margin: 10px;
    }
  
    .scout2__sec1 li h6 {
        margin: 0 0 10px 10px;
    }
  
    .scout2__sec1 li img {
        max-height: none;
        border-radius: 10px 0px 0px 10px;
    }
  
    .scout2__sec1 li p {
        padding: 10px;
        display: inline-block;
    }
  
    .scout2__sec1 li:nth-child(2) {
        width: auto;
        padding: 0;
        margin-top: 0;
    }
  
    /* Messages */
    .scout__links-message::after {
        top: 10px;
    }
  
    .modal-content {
        width: 95%;
        border-radius: 12px;
        padding: 50px 10px 20px 35px;
    }
  
    .modal_content {
        height: 100vh;
        max-height: 100%;
    }
  
    .chat__message-container {
        height: calc(100% - 20px);
    }
  
    .modal-inner-container {
        overflow-y: auto !important;
        scrollbar-width: thin !important;
    }
  
    .close {
        color: #1F51A2;
        right: 10px;
        top: 5px;
        font-size: 25px;
    }
  
    /* Page 17 & 18 */
    .chat-message-one p {
        font-size: 12px;
    }
  
    .chat-message-one::after {
        right: 10px;
        bottom: -15px;
    }
  }
  
  @media screen and (min-width: 769px) {
    .top-modal .modal-dialog {
        max-width: 100%;
    }
  }
  
  @media screen and (max-width: 480px) {
    #error_mail ul li {
        width: 150px;
    }
  }
  
  @media screen and (max-width: 500px) {
    .login-wrap .reg-banner {
        height: 150px;
    }
  }
  
  .page-loading .spinner-border {
    display: flex;
    min-height: 100px;
    justify-content: center;
    align-items: center;
  }
  
  .page-loading .spinner-border .spinner-wrap {
    font-size: 50px;
    color: #1f51a2;
  }
  
  .mb-5 {
    margin-bottom: 5px;
  }
  
  .mb-10 {
    margin-bottom: 10px;
  }
  
  .selected-marker,
  .selected-region {
    padding: 5px 8px;
  }
  
  /* Zoom in/out effect for modals */
  .modal.fade .modal-dialog {
    transform: scale(.5);
  }
  
  .modal.fade.in .modal-dialog {
    transform: scale(1);
    opacity: 1;
  }
  
  /* End oom in/out effect for modals */
  
  #terms {
    padding: 10px;
  }
  
  #terms h3 {
    line-height: 1.2em;
  }
  
  .job-search-edit.page-loading-lg .spinner-border {
    display: flex;
    min-height: 455px;
    justify-content: center;
    align-items: center;
  }
  
  .job-search-edit.page-loading-lg .spinner-border {
    font-size: 100px;
    color: #1f51a2;
  }
  
  .job-search-edit.page-loading-lg .spinner-border .fa-spin {
    animation-duration: 1.5s;
  }
  
  .word-break-all {
    word-break: break-all;
  }
  
  .strong {
    font-weight: 700;
  }
  
  #bulk_apply_button_fixed .history_box__btn-orange {
    position: relative;
    bottom: 0;
    margin: 0;
  }
  
  .fixed-button-wrap {
    position: fixed;
    bottom: 0;
    background: #1F51A226;
    left: 0;
    width: 100%;
  }
  
  .fixed-button-wrap .inner-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
  
  .fixed-button-wrap .inner-wrap .col-1 {
    flex: 1;
    width: 100%;
    padding: 20px 30px;
  }
  
  .fixed-button-wrap .inner-wrap .col-2 {
    width: auto;
  }
  
  @media screen and (max-width: 1000px) {
    .fixed-button-wrap .inner-wrap .col-2 {
        display: none;
    }
  
    .fixed-button-wrap .inner-wrap .col-1 {
        padding: 20px 50px;
    }
  }
  
  @media screen and (max-width: 768px) {
    #bulk_apply_button_fixed.history_box__btn-orange {
        margin: 0 auto;
        left: 0;
    }
  }
  
  /* Mypage Delete Modal */
  .delete_modal_content {
    background-color: #fefefe;
    padding: 30px 10px 20px 35px;
    border-radius: 10px;
    height: 150px;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
  }
  
  .delete_modal-inner-container {
    width: 100%;
    height: 100%;
    padding-right: 25px;
    z-index: 6000;
  }
  
  .delete_modal_btm_btn {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
  
  .delete_modal_btm_btn ul {
    display: flex;
    gap: 45px;
    justify-content: flex-end;
    align-items: center;
  }
  
  .delete_modal_btm_btn ul li {
    display: inline-block;
  }
  
  .delete_modal_btm_btn ul li:hover {
    opacity: 0.7;
  }
  
  .delete_modal_btm_btn .on-modal-button {
    background: #fff;
    border: 2px solid #3B7BF2;
    border-radius: 4px;
    text-align: center;
    color: #3B7BF2;
    display: inline-block;
    width: 110px;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
  }
  
  .delete_modal_close {
    color: #fff;
    position: absolute;
    right: -25px;
    top: -45px;
    font-size: 35px;
    font-weight: 500;
  }
  
  
  header#masthead {
    margin-top: 83px;
  }
  @media screen and (max-width: 768px) {
  
    .delete_modal_content {
        max-width: 85%;
    }
    header#masthead {
        margin-top: 64px;
    }
  }
  
  @media screen and (max-width: 428px) {
    header#masthead {
        margin-top: 0;
    }
  }
  
  /* 都道府県 */
  .mypage_job_search .prefecture{
    padding: 2px 5px;
    background-color: #E3EFFF;
    font-size: 13px;
    line-height: 30px;
    margin-right:10px;
    cursor:pointer;
    position: relative;
    padding-right: 2em;
  }
  
  /* 都道府県 クリック前*/
  .mypage_job_search .prefecture::after{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--accent);
    border-right: 1px solid var(--accent);
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(135deg);
    transition: all 0.5s ease 0s;
  }
  
  /* 都道府県 クリック時に.openをつけています*/
  .mypage_job_search .prefecture.open::after{
    transform: rotate(-45deg);
  }
  
  /* 市区町村などのセパレータ */
  .mypage_job_search .city_or_town::after{
    content:"/";
  }
  
  /* 市区町村などの最後のセパレータ解除 */
  .mypage_job_search .city_or_town:last-of-type::after{
    content:"";
  }
  
  /* 都道府県の下となる市区町村は最初は非表示*/
  .mypage_job_search .prefecture_under_cities{
    display:none;
  }
  
  .my__contact-form .my__input-arrow.area_view{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  /* CPN banner用 */
  .cpn_banner {
    padding: 30px 0 15px;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .cpn_banner img {
    width:100%;
  }
  
  .cpn_banner a {
    display: block;
  }
  
  .cpn_banner a:hover {
    opacity: .8;
  }
  .timerHidden {
    display: none;
  }
  
  .timerVisible {
    display: block;
  }

  .mypage_top_campain_coupon_banner{
    margin-top:30px;
    width:100%;
  }
