/*-------------------------------------------------
                    Common codes
---------------------------------------------------*/

.pa0 {
    padding: 0;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.m20 {
    margin: 20px 0;
}

.m10 {
    margin: 10px 0;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ma0 {
    margin: 0 !important
}

.fs14 {
    font-size: 14px !important;
}

.fs12 {
    font-size: 12px !important;
}

.color-red {
    color: #FF424A
}

.color-blue {
    color: #1F51A2;
}

.color-gray {
    color: #BBBBBB;
}

.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;
}

.scroll-btn__adjust {
    margin: 50px 0;
}

.form-content textarea {
    resize: none;
    border-radius: 4px;
    background: #F6F6F6;
    width: 100%;
    height: 100px;
    padding: 15px 10px;
    outline: none;
    border: none;
    color: #666666;
    line-height: 30px;
    font-size: 16px;
}

textarea[name='license'] {
    overflow: auto;
    resize: block;
    height: 48px;
    min-height: 48px;
}

textarea[name='work_detail'] {
    overflow: auto;
    resize: block;
    height: 177px;
    min-height: 177px;
}

.textarea_question[name='hope'] {
    overflow: auto;
    resize: block;
    height: 117px;
    min-height: 117px;
}

.form-content textarea[name='appeal'],
.form-content textarea[name='motive'] {
    overflow: auto;
    resize: block;
    height: 298px;
    min-height: 298px;
}

.form-content textarea[name='job_business_content[]'] {
    overflow: auto;
    resize: block;
    height: 68px;
    min-height: 68px;
}

.form-content .textarea_qualification {
    min-height: 48px;
    height: auto;
    padding: 13px 11px;
    line-height: 22px;
}

.error_message{
    color: #FF424A;
    font-size: 12px;
    padding: 3px 0;
}

strong {
    font-weight: 500;
}

@media screen and (max-width:768px) {
    .scroll-btn__adjust {
        margin-top: 20px;
    }
}

/*-------------------------------------------------
                      Resume
---------------------------------------------------*/

.c_box__head--flex {
    display: flex;
    justify-content: space-between;
}

/* File Upload */
.p_file-upload-container {
    text-align: center;
}

.p_file-upload-btn {
    position: relative;
    left: 35px;
}

.p_file-upload-btn .image_delete_button{
    visibility:hidden;
}
.p_file-upload-btn .image_delete_button.active{
    visibility:visible;
}

.img_upload--container {
    width: 122px;
    height: 163px;
    background: #F6F6F6;
    margin: 0 auto 10px;
    overflow: hidden !important;
}

.upload-btn {
    width: 154px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #BBBBBB33;
    border: 1px solid #BBBBBB;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1F51A2;
    cursor: pointer;
}

.delete-btn {
    width: 65px;
    height: 48px;
    background: #BBBBBB;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    outline: none;
    border: none;
}

.file-input {
    display: none !important;
}

#upload-img {
    width: 100%;
    max-width: 300px;
}

.p_file-upload__note {
    font-size: 12px;
    margin: 20px auto 0;
    text-align: left;
    max-width: 350px;
    width: 100%;
}

/* File end */

.c_edit-btn:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    width: 10px;
    height: 10px;
    background-image: url(/assets/mypage/images/icons/pencil-icon.png);
    background-size: contain;
}

.c_edit-btn {
    box-shadow: 0px 3px 3px #0292D266;
    border-radius: 3px;
    background: #FFFFFF;
    position: relative;
    color: #32BEFC;
    font-size: 12px;
    width: 46px;
    line-height: 25px;
    display: block;
    padding-left: 18px;
}

.tab-name .c_box__item {
    width: 100%;
    max-width: 600px;
}

.resume-btn {
    border-radius: 10px 0 0 0
}

.job-history-btn {
    border-radius: 0 10px 0 0;
}

.no-gap {
    gap: 0;
}

.no-radius {
    border-radius: 0;
}

.c_box__item--bradius {
    border-radius: 0;
}

.c_tab {
    display: flex;
    outline: none;
    cursor: pointer;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 4px;
}

.c_tab li {
    width: 50%;
    display: flex;
    justify-content: center;
}

.c_tab li button {
    border: none;
    display: block;
    width: 100%;
    padding: 20px;
    cursor: pointer;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    color: #828282;
    background: #F3F3F3;
    border: 1px solid #D9D9D9;
}

.c_tab li button:hover {}

.c_tab li button.active {
    background: var(--white);
    color: #1F51A2;
    border: 1px solid transparent;
}

.p_gray_txt {
    background: #F6F6F6 0% 0% no-repeat padding-box;
    padding: 20px;
    margin-bottom: 20px;
    color: #1F51A2;
}

.p_gray_txt p {
    padding: 0
}

.c_btn-column {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}

.c_btn-column li {
    max-width: 315px;
    width: 100%;
}

#tab-jobhistory .c_btn-column li a {
    display: block;
    box-shadow: 0px 3px 6px #32BEFC33;
    /* border: 1px solid #32BEFC; */
    border-radius: 7px;
    width: 100%;
    padding: 14px;
    text-align: center;
    /* color: #1F51A2; */
    font-size: 16px;
    line-height: 22px;
}

#tab-jobhistory .c_box__info .business_content{
    margin-top:20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*
#tab-resume .c_btn-column li a {
    display: block;
    box-shadow: 0px 3px 6px #32BEFC33;
  border-radius: 7px;
  width: 100%;
  padding: 14px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
*/
.c_btn-column li a {
  display: block;
  box-shadow: 0px 3px 6px #32BEFC33;
    /* border: 1px solid #32BEFC; */
    border-radius: 7px;
    width: 100%;
    padding: 14px;
    text-align: center;
    /* color: #1F51A2; */
    font-size: 16px;
    line-height: 22px;
}
.c_box__body--border {
    padding: 20px;
}

.c_box__body--breg {
    padding: 10px 20px;
}

.c_box__body--smpadbtm {
    padding: 20px 20px 10px;
}

.c_box__body--border4 {
    padding: 0 20px 10px;
}

.c_box__body--nopadbtm {
    padding: 20px 20px 0;
}

.c_box__body--bottom a {
    background: #1F51A2;
    border-radius: 7px;
    width: 100%;
    color: #FFFFFF;
    display: block;
    text-align: center;
    padding: 14px 0;
}

.c_box__body--bottom a:hover {
    opacity: 0.8
}

@media screen and (max-width:768px) {
    .c_box__body--spborder {
        padding: 10px;
    }

    .sp-box-padding {
        padding: 20px 10px
    }

    .sp-box-padding .p_gray_txt {
        padding: 10px
    }

    .p_file-upload__note {
        letter-spacing: -0.1rem
    }

    .c_tab li button {
        padding: 13px 20px
    }

    .c_box__body--breg {
        padding: 10px
    }

    .tab-jobhistory-cont .mt50 {
        margin-top: 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-hours,
.input-points,
.input-dependents,
.input-day,
.input-grad,
.input-type {
    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-hours,
.input-points,
.input-dependents {
    width: 90px;
    background: #F6F6F6
}

.input-hours:focus,
.input-points:focus,
.input-dependents:focus,
.input-grad:focus {
    background: #F6F6F6
}


.input-job {
    height: 48px;
    background: #F6F6F6;
    border: none;
    border-radius: 4px;
    padding: 0 10px;
    appearance: none;
    outline: none;
    cursor: pointer;
    color: #666666;
    position: relative;
}

.input--prevjob {
    width: 200px;
    background: #fff;
}

.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-month--small {
    width: 95px
}

.input-day--small {
    width: 80px
}

.input-type--small {
    width: 150px
}

.select-container {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}


.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: #666666; */
    color: #757575;
    font-size: 16px;
}

input[type="password"] {
    width: 250px;
    max-width: 100%;
}

.c_full-text {
    width: 100%;
}


.input-year:focus,
.input-month:focus,
.input-day:focus,
.input-type {
    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;
}

.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;
}


/*-------------------------------------------------
                        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 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container label {
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 10px;
    height: 18px;
    width: 18px;
    border: 2px solid #ddd;
}

.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;
}

.scroll-button--860 {
    max-width: 100%;
    width: 100%;
}

.scroll-button--860 .scroll-button {
    max-width: 100%;
    width: 100%;
    max-width: 800px;
    position: relative;
}

.scroll-button--860 .container_inner {
    max-width: 100%;
}

.fixedbtn_wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.fixedbtn_wrapper .container_inner {
    margin: 0 30px;
    width: 800px;
    max-width: 100%;
}

/* .fixedbtn_wrapper .scroll-button{width:calc(100% - 800px)} */

@media screen and (max-width:992px) {
    .fixedbtn_wrapper .container_inner {
        width: calc(100% - 300px);
    }

    .fixedbtn_wrapper .sroll_button {
        max-width: 100%;
    }
}

@media screen and (max-width:1000px) {
    .tab-name .c_box__item {
        width: 100%;
        max-width: unset;
    }
}

@media screen and (max-width:768px) {
    .input-year {
        width: 80px;
    }

    .input-month {
        width: 55px;
    }

    .input-type {
        width: 100px;
    }

    .c_box__body--nopadbtm {
        padding: 20px 10px 0;
    }

    .c_box__body--sborder {
        padding: 10px 10px 20px;
    }
}

/*-------------------------------------------------
                  Curriculum Vitae
---------------------------------------------------*/

.input-capital,
.input-employees {
    width: 110px;
    height: 48px;
    background: #F6F6F6;
    border: none;
    border-radius: 4px;
    padding: 0 10px;
    appearance: none;
    outline: none;
    color: #666666;
    position: relative;
}

.input-rlabel label {
    margin: 0 10px 8px 10px;
}

.input-llabel label {
    margin: 0 10px 8px;
}

.flex-start {
    justify-content: flex-start;
}

.flex-start label {
    margin-right: 10px;
}

@media screen and (max-width:768px) {
    .c_box__info.c_box__info--nopt {
        font-size: 13px;
    }
}


/*-------------------------------------------------
                      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;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.modal-inner-container {
    scrollbar-width: thin;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding-right: 15px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: pink;
}

/*-------------------------------------------------
                      Close Button
---------------------------------------------------*/

.close {
    color: #fff;
    position: absolute;
    right: -25px;
    top: -35px;
    font-size: 35px;
    font-weight: bold;
}

.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: bold;
}

.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 ul li a:hover {}

.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
}

@media screen and (max-width:768px) {
    .modal-content {
        width: 95%;
        border-radius: 12px;
        padding: 50px 10px 20px 35px;
    }

    .close {
        color: #1F51A2;
        right: 10px;
        top: 5px;
        font-size: 25px;
    }
}

/*-------------------------------------------------
                    Resume Modal
---------------------------------------------------*/

#modal_receipt {
    z-index: 11;
}

.modal-radio-holder {
    width: 315px;
}

@media screen and (max-width:600px) {
    .modal_content {
        width: 100%;
    }

    .modal-radio-holder {
        width: 100%;
    }
}

/*-------------------------------------------------
               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;
}

/*-------------------------------------------------
                  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;
    }
}

/*-------------------------------------------------
                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-radius: 2px;
    border: 1px solid #1F51A2;
    padding: 3px 2px 3px 15px;
    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;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    padding: 3px 4px;
    display: inline-block;
    font-weight: normal;
}

.checkbox-dropdown-list {
    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;
}

.dl-icon-active .chevron-down {
    transform: rotate(-135deg) !important;
}

.dl-icon {}

.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;
    font-weight: bold;
}

.input-search--holder .input-search {
    position: relative;
    width: 315px;
}

.input-search button[type="submit"] {
    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="submit"]:after {
    content: url(/assets/mypage/images/icons/search-icon.png);
    position: absolute;
    right: 14px;
    top: 13px;
}

.input-search button[type="submit"]: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: bold;
}

.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;
}


.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;
}

.c_box__item--cbgray .checkmark:after {}

@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);
    }
}

/*-------------------------------------------------
                        Page 4
---------------------------------------------------*/

.c_box__info--tag li b,
.c_box__info--tag li strong {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.tag_holder {}

.input-zip {
    width: 87px;
    height: 40px;
    background: #F6F6F6;
    border-radius: 4px;
    border: none;
    padding: 13px 11px;
    color: #666;
    font-size: 16px;
}

.input-phone {
    width: 124px;
    height: 48px;
    background: #F6F6F6;
    border-radius: 4px;
    border: none;
    padding: 13px 11px;
    color: #666;
    font-size: 16px;
}

.display-ib {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.input_color--gray input {
    color: #666666;
}

.input-fname,
.input-lname {
    width: 152px;
    height: 48px;
    background: #F6F6F6;
    border: none;
    border-radius: 4px;
    padding: 0 10px;
    appearance: none;
    outline: none;
    color: #666666;
    position: relative;
}

.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;
}

.for-pc {
    display: block;
}

.for-sp {
    display: none;
}

/*----------------------------------------------
 Page 10
---------------------------------------------*/
.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;
}

/*----------------------------------------------
 Page 11
---------------------------------------------*/
.my_c {
    padding: 0;
    font-size: 11px;
    background: #E3EFFF;
    color: #1F51A2;
    width: 125px;
    max-width: 125px;
    margin-bottom: 10px;
}

.my_c-icon {
    float: right;
    background: #fff;
    color: #32BEFC;
    border-radius: 3px;
    padding: 0 6px;
}

.my_c-icon img {
    margin-right: 3px;
}

/*----------------------------------------------
 Page 12
---------------------------------------------*/

.container_inner-my {
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
}

.my__form-group,
.my__form-group3 {
    display: flex;
    border-bottom: 1px solid #E3E3E3;
}

.my__input-arrow {
    position: relative;
}

.my__input-arrow::after {
    content: "";
    background-image: url("/assets/mypage/images/icons/right-arrow-icon.png");
    background-size: cover;
    width: 15px;
    height: 25px;
    right: 15px;
    position: absolute;
    top: 20px;
}

.my__label {
    background: #F3F3F3;
    border-radius: 4px 0 0 0;
    padding-top: 15px;
    padding-left: 20px;
    height: auto;
    font-weight: 500;
    color: #1F51A2;
    width: 200px;
}

.my__label img {
    margin-right: 10px;
    vertical-align: middle;
}

/* input[type="text"] {
  background: #fff;
  border-radius: 0;
  border: none;
  margin-right: 0;
  padding-top: 15px;
  padding-left: 20px;
  height: 60px;
  color: #BBBBBB;
  font-size: 16px;
  width: 500px;
} */

.my__label input[type="text"] {
    width: 100%;
    position: relative;
}

.my__input.my__input-color {
    color: #1F51A2;
    font-weight: 500;
}

.my__input-arrow,
.my__input-arrow2 {
    width: calc(100% - 200px);
    background: #fff;
}

.my__input-arrow input[type="text"],
.my__input-arrow2 input[type="text"] {
    width: 100%;
    background: none;
}

.my__input-arrow::after {
    content: "";
    background-image: url("/assets/mypage/images/icons/right-arrow-icon.png");
    background-size: cover;
    width: 15px;
    height: 25px;
    right: 15px;
    position: absolute;
    top: 20px;
}

.check-col3 {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 10px 0 15px 0;
}

.check-col3 .checkbox-container {
    margin: 5px 0;
    width: 33%;
    padding-bottom: 0;
}

.check-col3 label {
    font-size: 13px;
}

.check-col3 .checkbox-container {
    border-bottom: none;
}

.check-col3 .checkmark {
    top: 6px;
}

/* .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 {
    content: "";
    background-image: url("/assets/mypage/images/icons/right-arrow-icon.png");
    background-size: cover;
    width: 15px;
    height: 25px;
    position: absolute;
    top: 20px;
    margin-left: -35px;
}

.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;
}

/*----------------------------------------------
 Page 13 & 14
---------------------------------------------*/
.container_wrap.history-wrap {
    max-width: 1100px;
}

.font13 {
    font-size: 13px;
}

.history_box__section {
    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: -10px;
    position: absolute;
    bottom: 40px;
}

.img-right {
    float: right;
    margin-top: 5px;
}

.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.5;
}

.history_box__content2 span {
    color: #666;
    font-size: 14px;
}

.box__content2-list {
    display: flex;
    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: 15px;
}

.box__content2-list li a {
    color: #1F51A2 !important;
}

.box__content2-list2 li a {
    color: #1F51A2 !important;
}

.box__content2-list2 {
    display: flex;
    margin-top: 15px;
}

.box__content2-list2 li {
    border: 1px solid #1F51A2;
    margin-right: 5px;
    border-radius: 4px;
    font-size: 13px;
    color: #1F51A2;
    padding: 3px 8px;
    margin-top: 15px;
}

.box__content2-list2 li a {
    color: #1F51A2;
}

.box__content2-list2 li:first-child {
    background: #32BEFC;
    border: 1px solid #32BEFC;
}

.box__content2-list2 li:first-child a {
    color: #fff !important;
}

.box__content2-list li:first-child {
    border: 1px solid #FF424A;
}

.box__content2-list li:first-child a {
    color: #FF424A !important;
}

.box__content2-list li:nth-child(2),
.box__content2-list li:nth-child(3) {
    background: #32BEFC;
    border: 1px solid #32BEFC;
}

.box__content2-list li:nth-child(2) a,
.box__content2-list li:nth-child(3) a {
    color: #fff !important;
}

.history_box__content3 {
    display: flex;
    margin-top: 30px;
}

.box__xontent3-left img {
    width: 100%;
}

.box__xontent3-right {
    margin-left: 15px;
}

.box__xontent3-right span {
    margin-left: 10px;
}

.box__content3-icons img {
    margin-top: 6px;
}

.box__content3-icons {
    display: inline-block;
    vertical-align: middle;
    background: #F3F3F3;
    border-radius: 50%;
    width: 30px;
    padding-left: 5px;
    height: 30px;
    margin-bottom: 5px;
}

.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 {
    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;
}

.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;
}

/* .scroll-btn__container {
    background: #1F51A226;
    position: fixed;
     bottom: 0;
     left: 0;
     text-align: center;
     padding: 20px;
     width: 100%;
  }
.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;
    margin-left: 22.4%;
  } */

/* -------------------------------------------
Page 15 & 16
----------------------------------------------- */
.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 {
    float: right;
    font-size: 11px;
    background: #FF424A;
    padding: 0 10px;
    border-radius: 4px;
    color: #fff;
}

.scout1__container h2 {
    color: #1F51A2;
    font-size: 18px;
    clear: both;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

.scouth2__btm-txt {
    color: #666;
    font-size: 14px;
}

.scout1__btn {
    background: transparent linear-gradient(90deg, #32BEFC 0%, #84D9FF 100%);
    border-radius: 7px;
    max-width: 540px;
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-weight: 500;
    position: relative;
    width: 100%;
    cursor: pointer;
    border: none;
}

.scout1__btn:hover {
    opacity: 0.8;
}

.scout__btn-heart {
    position: relative;
}

.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;
    float: right;
    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;
}

.scout2__sec1 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.scout2__sec1::after {
    content: "";
    position: absolute;
    top: 10px;
    width: 15px;
    height: 15px;
    background-image: url('/assets/mypage/images/icons/close-icon.png');
    right: 10px;
    background-size: contain;
}

.scout2__sec1:hover::after {
    opacity: 0.8;
    cursor: pointer;
}

.scout2__sec1 li {
    width: 59%;
}

.scout2__sec1 li:nth-child(2) {
    width: 38%;
    margin-top: 15px;
}

.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;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin-top: 52px;
}

.pagination-item {
    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-item.active {
    background: #1F51A2;
    color: #fff;
}

.fas.fa-chevron-left,
.fas.fa-chevron-right {
    font-size: 26px;
    color: #1F51A2;
}

.pagination-item:first-child,
.pagination-item:last-child {
    background: none;
}

.pagination-item:nth-child(6) {
    padding: 5px 9px;
}



/* ------------------------------------------------
Page 17 & 18
-------------------------------------------------- */
.chat-main {
    background: #fff;
}

.chat__message-container {
    padding: 20px;
}

.chat-title {
    background: #1F51A2;
    padding: 10px 0;
    position: relative;
}

.chat-title::after {
    content: "";
    background-image: url("/assets/mypage/images/icons/close-icon.png");
    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;
    color: #FFF;
    margin: 0;
    text-align: center;
    font-family: Segoe UI, Regular;
}

.compose__message {
    clear: both;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px -3px 6px #1F51A21A;
}

.compose__message-txt p {
    color: #BFD3F3;
    font-size: 14px;
    padding: 20px 0;
    margin-left: 20px;
}

.compose__message-txt2 p {
    margin-left: 20px;
    font-size: 14px;
    padding-top: 20px;
}

.send__button {
    display: flex;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.send__button li {
    margin: 150px 5px 20px;
}

.send__button li:first-child a {
    background: #3B7BF2;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 0;
    max-width: 183px;
    display: block;
    width: 183px;
    text-align: center;
}

.send__button li:last-child a {
    background: #71A0E9;
    box-shadow: 0px 0px 8px #1F51A233;
    padding: 10px 0;
    width: 100px;
    max-width: 100px;
    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;
    padding: 10px;
}

.send__button-sp2 li .fas.fa-chevron-right {
    font-size: 16px;
}

.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;
    margin-left: 10px;
    margin-top: 5px;
}

/* -------------------------------------------
  Page 19 & 20
  --------------------------------------------- */
.scout__links-message {
    position: relative;
}

.scout__links-message::after {
    content: "1";
    background: red;
    font-size: 11px;
    font-family: Noto Sans, Regular;
    border: aliceblue;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    padding-top: 2px;
    top: 5px;
    color: #fff;
}

.scout1__container-a {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #478DFF26;
    padding: 10px;
    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.5;
    margin-bottom: 0;
    color: #1F51A2;
    padding-top: 5px;
}

.a__btm-txt {
    font-weight: 500;
    padding: 0 0 5px;
}

.scout1__btn-a {
    background: #1F51A2;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 7px;
    padding: 15px 0;
}

#tx___area-sp2 {
    background: #E3EFFF !important;
    max-width: 275px !important;
    width: 275px;
    border: 1px solid #CADDFE;
    padding: 15px;
    position: relative;
    border-radius: 15px;
    margin-left: 5px;
}


.dropdown-content {
    display: none;
    position: absolute;
    bottom: 60px;
    right: calc(1% + 25px);
    transform: translateX(-50%);
    background-color: #f9f9f9;
    padding: 10px;
    z-index: 2;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #00000021;
}

.dropdown-content::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-top: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -7px;
    margin: 0 auto;
    transform: rotate(146deg) skew(-5deg, -27deg);
}

.dropdown-trigger:hover+.dropdown-content,
.dropdown-content:hover {
    display: block;
}

.dropdown-trigger {
    position: relative;
    z-index: 3;
    padding: 30px 0;
    margin-top: -30px;
}

.dropdown-content p {
    padding-left:12px;
}

.dropdown-content a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 8px 10px;
    font-weight: 500;
    font-size: 14px;
}

.dropdown-content a:hover {
    background-color: #E8FAFF;
    color: #3C8DBC;
}

.dropdown-qa {
    display: flex;
    flex-wrap: wrap;
    padding-left: 32px;
}

.dropdown-content p {
    font-weight: 500;
    text-align: center;
    white-space:nowrap;
}

.dropdown-qa li {
    list-style: none;
    width: 50%;
}

.dropdown-qa li:first-child {
    margin-left: -22px;
}

.dropdown-qa li:last-child {
    margin-left: 10px;
}

.dropdown-qa li a {
    border: 1px solid #000;
    padding: 5px 0;
    border-radius: 4px;
    list-style: none;
    width: 60px;
    text-align: center;
}

.dropdown-qa li.delete_template a {
    border: 1px solid red;
    background-color: red;
    color: #fff;
    padding: 5px 0;
    border-radius: 4px;
    list-style: none;
    width: 60px;
    text-align: center;
}


@media screen and (max-width: 992px) {

    /* Page 14 */
    .history_box__content3 {
        display: block;
        margin-top: 10px;
    }

    .box__content3-left img {
        width: 100%;
    }

    .box__content2-list {
        flex-wrap: wrap;
    }

    .scroll-button {
        max-width: 712px;
        margin-left: 0;
    }

    .dropdown-content{
        right: calc(15% + 30px);
    }
}

@media screen and (max-width: 880px) {

    /* Page 15 & 16 */
    .scout1__btn {
        max-width: 90%;
        width: 90%;
    }

    .scout2__container {
        height: auto;
    }

    .scout2__sec1 {
        display: block;
    }

    .scout2__sec1 li {
        width: auto;
    }

    .scout2__sec1 li:nth-child(2) {
        width: auto;
        margin-top: 0;
        padding: 10px;
    }

    .scout2__sec1 li:first-child img {
        width: 100%;
    }

    .dropdown-content{
        right: calc(15% + 30px);
    }
}

@media screen and (max-width: 768px) {
    /* Page 10 */
    .c__input-validation {
        padding: 10px 26px;
    }

    .ma0.fs14 {
        background: #FFD9D6;
        width: auto !important;
    }

    .c__validation-box {
        background: #FFD9D6 !important;
        color: #FF424A !important;
        width: auto !important;
    }

    /* 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: 5px;
        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__label {
        width: 135px;
        font-size: 14px;
        padding-left: 10px;
        padding-top: 15px;
    }

    .my__input-arrow,
    .my__input-arrow2 {
        width: calc(100% - 135px);
    }

    .my__input-arrow.add__txt-sp .my__input {
        padding-top: 35px;
    }

    /* Page 14 */
    .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;
    }

    .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%;
    }

    .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;
    }

    /* Page 15 & 16 */
    .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 {
        max-width: 85%;
        width: 85%;
    }

    .scout2__container {
        height: auto;
    }

    .scout2__sec1 {
        display: block;
    }

    .scout2__sec1 li {
        width: auto;
    }

    .scout2__sec1 li:nth-child(2) {
        width: auto;
        margin-top: 0;
    }

    .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 p {
        padding: 10px;
    }

    /* Page 19 & 20 */
    .scout__links-message::after {
        top: 10px;
    }

    .sec1__a-orange::before {
        content: "送付した履歴書のデータを残す改修必要";
        font-size: 13px;
        position: absolute;
        color: #FF424A;
        max-width: 260px;
        width: 260px;
        right: 0;
        bottom: 20px;
        background: #FFF;
        padding: 16px 8px;
        border: 1px solid #707070;
        text-align: center;
    }

    .dropdown-content{
        right: calc(5% - 100px);
    }

}


#modal_chat .modal_content {
    padding: 0;
    border-radius: 0;
}

#modal_chat .modal-inner-container {
    padding: 0;
}

#modal_chat .close {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 35px;
    font-weight: bold;
    z-index: 5;
}


.scout__btn-heart input[type="button"] {
    background: transparent linear-gradient(90deg, #32BEFC 0%, #84D9FF 100%);
    border-radius: 7px;
    max-width: 100%;
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-weight: 500;
    position: relative;
    outline: none;
    border: none;
}

input::placeholder,
textarea::placeholder {
    color: #BDBDBD;
}

.download_disabled {
    color: gray;
    border: 1px solid #CCC;
    pointer-events: none;
}

.download_enabled {
    color: #1F51A2;
    border: 1px solid #32BEFC;
    pointer-events: auto;
}

#staticButtonContainer {
    padding: 30px 0 20px;
}

div#resume-edit-title {
    margin-top: -83px;
    padding-top: 83px;
}