.invalid-date-error-message {
    color: red;
}

.parsley-required {
    color: red;
}

.detail-title {
    background-color: #f0f0f0;
    padding: 10px;
}

.detail-content {
    padding: 10px;
}

.application-btn {
    width: 60%;
    border: 2px solid #d92933;
    border-radius: 8px;
    color: #d61e29 !important;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    background: none;
    margin: 10px;
    cursor: pointer;
}

.application-btn:hover {
    color: #fff !important;
    background: #d61e29;
}

.application-close-btn {
    width: 60%;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    background-color: #e8e8e8 !important;
    color: #7d7d7d !important;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    background: none;
    margin: 10px;
    cursor: pointer;
}

.edit-btn {
    width: 60%;
    border: 2px solid #7d7d7d;
    border-radius: 8px;
    color: #7d7d7d !important;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    background: none;
    margin: 10px;
    cursor: pointer;
}

.edit-btn:hover {
    color: #fff !important;
    background: #7d7d7d;
}

.apply-header-title {
    background-color: #D10A1C;
    text-align: center;
    padding: 15px;
    color: white;
    font-weight: bold;
}

.apply-header-detail-link {
    background-color: #f3f3f3;
    text-align: center;
    padding: 15px;
    color: #515c6f;
    font-weight: bold;
}

.detail-card {
    border: 1px solid;
    padding: 10px;
    margin: 10px 0px;
}

#recruitRegist .error-body {
    border: solid 1.5px #d61e29;
    background: #fff7f7;
    font-size: 12px;
    padding: 15px;
}

#recruitRegist .error-body li {
    list-style: disc;
    color: red;
    font-weight: bolder;
}

#recruitRegist .error-body ul {
    padding-left: 15px !important;
    margin-bottom: 0;
}

.error-body {
    border: 3px solid red;
    background-color: #fff7f7;
    padding: 30px;
    margin-top: 20px;
}
.error-body ul {
    padding-left: 40px;
}
.error-body li {
    list-style: disc;
    color: red;
    font-weight: bolder;
}
.error-border {
    border: 3px solid red !important;
    min-height: 40px;
    overflow: hidden;
}

#recruitRegist .error-border {
    border: solid 1.5px #d61e29 !important;
}

.regist-box-left {
    padding-left: 0px;
}
.regist-box-right {
    padding: 0px;
}

.global-header .notification .badge {
    padding: 0.25em 0.5em;
    position: absolute;
    border-radius: 50%;
}

.logout-box {
    margin-top: 90px !important;
    margin-bottom: 73px !important;
}

.global-header .global-nav .logout {
    right: 1rem;
    bottom: 2.5rem;
    position: relative;
}

.job-thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
    height: 14%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    background-position: center center;
}

.form-group {
    overflow: auto;
}

body,
html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background: #fff;
}

* {
    box-sizing: border-box;
    outline: none !important;
}

a.red-text {
    color: #d61e29;
}

.balloon1-top {
    position: absolute;
    bottom: 0;
    margin: 1.5em 0;
    padding: 10px 15px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    background: #d61e29;
    margin-left: -10%;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 0;
}
.balloon1-top:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 80%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-bottom: 15px solid #d61e29;
    font-size: 16px;
}

.balloon1-top::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    vertical-align: middle;
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 17px;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.balloon1-top p {
    margin: 0;
    padding: 0;
}
.balloon1-top a {
    color: #fff;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.row.row-fix {
    margin: 0 -15px;
}
.topicpath {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
}
.topicpath ol li {
    display: inline;
    list-style-type: none;
}
.topicpath ol {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.topicpath ol li:before {
    font-size: 16px;
    content: " > ";
    color: #bbbbbb;
    padding-right: 5px;
    padding-left: 5px;
}
.topicpath ol li:first-child:before {
    content: none;
}
.topicpath li a {
    color: #bbbbbb;
    font-size: 14px;
}
.topicpath .active {
    color: #d61e29;
    font-size: 14px;
}

.visa-annotation {
    color: #d61e29;
    font-size: 1rem;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#mypage .mypage-top {
    background: #d92933;
    background: -moz-linear-gradient(left, #d92933 0%, #f99e00 100%);
    background: -webkit-linear-gradient(left, #d92933 0%, #f99e00 100%);
    background: linear-gradient(to right, #d92933 0%, #f99e00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d92933', endColorstr='#f99e00', GradientType=1);
    overflow-x: hidden;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    width: 118%;
    margin-left: -9%;
    margin-bottom: 0;
}
.mypage-circle-img {
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1;
}
.mypage-top .content-box {
    padding-right: 20px;
    padding-left: 20px;
}
.mypage-top .right-text-box {
    color: #fff;
}
.mypage-top .right-text-box h3 {
    font-size: 26px;
    color: #fff;
}
.mypage-top i.fa-cog {
    color: #fff;
}
.mypage-top-btn {
    font-size: 14px;
    color: #515c6f;
    background: #fff;
    border-radius: 92px;
    padding: 20px 12px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.no-residence-regist {
    color: #00a9bf;
    text-align: left;
}

.mypage-section01 {
    background: #e2e2e2;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
    align-self: flex-start;
}
.mypage-new-alert {
    color: #ee7313;
    font-size: 30px;
    vertical-align: middle;
}
.mypage-section01-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 15px 0px #e7eaf0;
    margin: 0px auto 20px auto;
}
.mypage-section01-box li {
    list-style: none;
    font-size: 20px;
    display: block;
    height: 50px;
    padding-top: 20px;
    padding-bottom: 50px;
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
}
.mypage-section01-box li a {
    color: #515c6f;
    display: block;
}
.mypage-section01-box img {
    width: 8%;
    margin-right: 5px;
}
.mypage-section01-box .last-child {
    border: none;
}
.mypage-section01-box ul {
    padding-inline-start: 0px;
}
.mypage-section01-box .fa-chevron-circle-right {
    float: right;
    margin-top: 8px;
}
.mypage-section02 {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
}
.mypage-section02 img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.mypage-section02 .red-text {
    color: #b81c25;
}
.mypage-section02 a {
    text-decoration: underline;
    color: #7d7d7d;
}
a.mypage-rec-btn {
    color: #b81c25;
    padding: 10px;
    display: block;
    border: 2px solid #b81c25;
    border-radius: 3px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
}
.mypage-section02-right-box {
    margin-top: 50px;
}
#account-settign {
    background: #fff;
}
.b-box {
    border-radius: 20px;
    border: solid 2px #e5e5e5;
    box-shadow: 0px 3px 7px -1px rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    margin-bottom: 60px;
    overflow: auto;
}
.b-box h3 {
    color: #515c6f;
    font-size: 28px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: bold;
    line-heigt: 1.8em;
}
#other-interview-modal h5,
.b-box h4 {
    color: #515c6f;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.8em;
}
.b-box input[type="password"],
.b-box input[type="email"],
.b-box input[type="text"] {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    height: 50px;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 10px;
    padding-left: 15px;
}
.b-box input::-webkit-input-placeholder {
    color: #7d7d7d;
    font-size: 18px;
}
.b-box-mail-magazine {
    border-radius: 20px;
    border: solid 2px #e5e5e5;
    box-shadow: 0px 3px 7px -1px rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    overflow: auto;
}
.b-box-mail-magazine h3 {
    color: #515c6f;
    font-size: 28px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: bold;
    line-heigt: 1.8em;
}

.radio-box {
    margin-top: 24px;
}
.radio input[type="radio"],
.radio-box input[type="radio"],
.radio-inline input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}
.radio label,
.radio-box label,
.radio-inline label {
    position: relative;
    padding-left: 0.5em;
    margin: 0.5em auto;
    color: #9c9b9b;
}
.radio label::before,
.radio-box label::before,
.radio-inline label::before {
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #9c9b9b;
    content: "";
    display: inline-block;
    height: 1.2em;
    left: 0;
    margin-top: 0.2em;
    margin-left: -20px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 1.2em;
    outline: none !important;
}
.radio label::after,
.radio-box label::after,
.radio-inline label::after {
    background-color: #c51720;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 0.7em;
    left: 0.25em;
    margin-top: 0.2em;
    margin-left: -20px;
    position: absolute;
    top: 0.25em;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 0.7em;
}
.radio input[type="radio"]:checked + label::after,
.radio-box input[type="radio"]:checked + label::after,
.radio-inline input[type="radio"]:checked + label::after {
    transform: scale(1, 1);
}

.b-box .text {
    font-size: 16px;
    color: #515c6f;
    line-height: 1.8em;
    text-align: left;
}
label.radio_text {
    cursor: pointer;
    position: relative;
    padding-left: 5px;
    overflow: hidden;
    padding-left: 30px;
    display: inline-block;
    padding-bottom: 6px;
    font-size: 16px;
    margin-bottom: 30px;
    color: #9c9b9b;
}
label.radio_text:before {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #666;
    border-radius: 50%;
    left: 0px;
    top: 4px;
    content: "";
    z-index: 3;
}
label.radio_text:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    left: 3px;
    top: 7px;
    background-color: #d61e29 !important;
    z-index: 1;
}
label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -34px;
    top: 5px;
    margin: 0px;
    box-shadow: 20px -1px #fff;
}
label.radio_text input[type="radio"]:checked {
    box-shadow: none;
}
label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #fff;
}
.info-regist-btn {
    border: 2px solid #d92933;
    border-radius: 8px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    display: inline-block;
    clear: both;
    margin-bottom: 50px;
    margin: 20px auto 60px auto;
    font-size: 20px;
    color: #d61e29;
    background: none;
}

button a:hover.info-regist-btn {
    color: #fff;
    background: #d92933;
}

.info-regist-btn-disabled {
    border: 2px solid white;
    border-radius: 8px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    display: inline-block;
    clear: both;
    margin-bottom: 50px;
    margin: 20px auto 60px auto;
    font-size: 20px;
    color: darkgray;
    background: gray;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.65;
}

.account-setting-complete h3 {
    text-align: center;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
    color: #515c6f;
    font-size: 24px;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
.my-page-back-btn {
    border-radius: 43px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #d61e29;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    margin-top: 20px;
    clear: both;
}
.profile-back-btn {
    border-radius: 43px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #515c6f;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
}
a:hover.my-page-back-btn,
a:hover.profile-back-btn {
    color: #fff;
}
.profile-setting h3 {
    text-align: center;
    color: #515c6f;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}
.profile-setting {
    padding-left: 0;
    padding-right: 0;
}
.labels-complet {
    border-radius: 5px;
    background: #d61e29;
    color: #fff;
    float: right;
    width: auto;
    text-align: center;
    vertical-align: middle;
    margin-right: 0px;
    display: block;
    height: auto;
    line-height: 2em;
    font-size: 16px;
    padding: 7px 10px;
    min-width: 90px;
}
.labels-incomplet {
    border-radius: 5px;
    background: #ababab;
    color: #fff;
    float: right;
    width: 90px;
    text-align: center;
    vertical-align: middle;
    margin-right: 50px;
    display: block;
    height: 40px;
    margin-top: 5px;
    line-height: 0;
    padding-top: 6px;
    font-size: 16px;
}
.labels-incomplet-end {
    border-radius: 5px;
    background: #ababab;
    color: #fff;
    float: right;
    width: 90px;
    text-align: center;
    vertical-align: middle;
    margin-right: 38px;
    display: block;
    height: 45px;
    margin-top: -40px;
    line-height: 0;
    padding-top: 20px;
    font-size: 16px;
}
.Butttons-end-text {
    margin-bottom: 20px;
    padding-left: 0;
    display: block;
    padding: 0;
    line-height: 2.5em;
}
.Button-sub-text {
    color: #9c9b9b;
    font-size: 14px;
}
.profile-setting-mulch-btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 19px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
}
.profile-setting-mulch-btn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #00a0e9;
}
.Radius5 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.Radius-dark-blue,
.Radius-red {
    border-radius: 43px;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
}
.Button {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 30px;
}
.Button a {
    display: inline-block;
    position: relative;
    z-index: 100;
    text-align: center;
    color: #515c6f;
    font-size: 18px;
    line-height: 60px;
    text-decoration: none;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    padding-left: 3%;
    padding-top: 5px;
}
.Button a:hover {
    opacity: 0.8;
}
#IconList3 a:before {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    right: 3%;
    width: 30px;
    height: 30px;
    margin-top: -8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #e3e5e8;
}
#IconList3 a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 3%;
    right: 5.5%;
    color: #727c8e;
    font-weight: 900;
    font-size: 20px;
}
#IconList7 a:before {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    right: 3%;
    width: 30px;
    height: 30px;
    margin-top: -8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #e3e5e8;
}
#IconList7 a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 16%;
    right: 5.5%;
    color: #727c8e;
    font-weight: 900;
    font-size: 20px;
}

#residence-arrow .test {
    width: 80px;
    height: 80px;
    background: url("../../images/mypage/994_mo_h.svg");
    background-size: 80px 80px;
    display: inline-block;
    text-indent: -9999px;
    vertical-align: middle;
    margin: 0 10px 5px 0;
}

.Button-red {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}
.Button-red a {
    display: inline-block;
    position: relative;
    z-index: 100;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    background: #d61e29;
    color: #fff;
    font-size: 20px;
    width: 100%;
}
.Button-red a:hover {
    opacity: 0.8;
}
#IconList4 a:before {
    display: block;
    content: "";
    position: absolute;
    top: 30%;
    right: 3%;
    width: 40px;
    height: 40px;
    margin-top: -8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #ffffff;
}
#IconList4 a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0%;
    right: 6.5%;
    color: #d61e29;
    font-weight: 900;
    font-size: 30px;
}
.Button-dark-blue {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}
.Button-dark-blue a {
    display: inline-block;
    position: relative;
    z-index: 100;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    background: #515c6f;
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding-right: 15px;
    white-space: normal;
    word-wrap: break-word;
}
.Button-dark-blue a:hover {
    opacity: 0.8;
}
#IconList5 a:before {
    display: block;
    content: "";
    position: absolute;
    top: 30%;
    right: 3%;
    width: 40px;
    height: 40px;
    margin-top: -8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #ffffff;
}
#IconList5 a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0%;
    right: 6.5%;
    color: #515c6f;
    font-weight: 900;
    font-size: 30px;
}
.other-languege-box {
    border: solid 1px #d1d1d1;
    clear: both;
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    padding-top: 30px;
    margin-top: 20px;
}
.other-languege-edit {
    width: 100%;
    display: block;
    border: 2px solid #d92933;
    border-radius: 8px;
    color: #d61e29;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    background: none;
}
.other-languege-delete {
    width: 100%;
    display: block;
    border: 2px solid #7d7d7d;
    border-radius: 8px;
    color: #7d7d7d;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    background: none;
}

a:hover.other-languege-delete {
    color: #fff;
    background: #7d7d7d;
}

.add-btn {
    background: #d61e29;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 105px;
    display: inline-block;
    padding: 10px 0;
    border: none;
}
select#skill-choice {
    border: 1px solid #d1d1d1 !important;
    border-radius: 3px;
    height: 50px !important;
    width: 100% !important;
    margin-top: 20px;
    margin-bottom: 20px !important;
    padding-left: 10px !important;
    background: #fff;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    min-height: 50px;
}

select#skill-acquisition-day,
select#skill-acquisition-year {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    height: 70px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    background: #fff;
}
#other-interview-modal .required,
span.required,
#other-interview-modal .optional,
span.optional {
    font-size: 14px;
    color: #fff;
    background: #ff617c;
    padding: 3px 9px;
    border-radius: 30px;
    margin-left: 10px;
}
#other-interview-modal .optional,
span.optional {
    background: #acacac;
}
.b-box .any {
    color: #d61e29;
    font-size: 14px;
    color: #fff;
    background: #acacac;
    padding: 3px 9px;
    border-radius: 30px;
    margin-left: 10px;
}
.select-wrap {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    line-height: 43px;
    color: #bebebe;
    pointer-events: none;
    font-weight: 600;
    font-size: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.b-box-modal-ok-btn {
    width: 100%;
    display: block;
    border: 2px solid #d92933;
    border-radius: 8px;
    color: #d61e29;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    background: #fff;
    margin-top: 0px;
    margin-bottom: 40px;
}
.b-box-modal-cancel-btn {
    width: 100%;
    display: block;
    border: 2px solid #7d7d7d;
    border-radius: 8px;
    color: #7d7d7d;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    background: #fff;
    margin-bottom: 40px;
    margin-top: 0px;
}
.review-regist-btn {
    border: 2px solid #d92933;
    border-radius: 8px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    display: inline-block;
    clear: both;
    margin-bottom: 50px;
    margin: 20px auto 20px auto;
    font-size: 18px;
    color: #d61e29;
    background: #fff;
}

a:hover.review-regist-btn {
    background: #d92933;
    border: none;
    color: #fff !important;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
}

.b-box .modal-body {
    overflow: auto;
}
.b-box input[type="checkbox"] {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    height: 25px;
    width: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 30px;
    float: left;
    display: block;
}
.delete-check {
    float: left;
    width: 50%;
    display: block;
    padding-left: 10px;
    padding-top: 20px;
    font-size: 18px;
    color: #515c6f;
    font-weight: normal;
}
.no-live-japan {
    float: left;
    width: 84%;
    display: block;
    padding-left: 10px;
    padding-top: 0px;
    font-size: 16px;
    color: #515c6f;
    font-weight: normal;
}
.b-box .gray-box {
    background: #f3f3f3;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
}
.pc-window {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.b-box .border-gray-box {
    border: 1px solid #e5e5e5;
    overflow: auto;
    padding: 20px 0 0;
    margin-bottom: 20px;
}
.sub-title-text-first {
    font-size: 18px;
    color: #9c9b9b;
    margin-top: 0px;
}
.sub-title-text {
    font-size: 18px;
    color: #9c9b9b;
    display: block;
}
.border-gray-box .title-text {
    font-size: 18px;
    font-weight: bold;
    color: #515c6f;
    display: block;
    margin-bottom: 20px;
}
.border-gray-box .sample-img-child {
    margin-top: 20px;
    width: 100%;
}
.sample-img-child2 {
    width: 100%;
    margin-top: 20px;
}
.b-box-upload-btn {
    background: #fff;
    border: 2px #d92933 solid;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    width: 70%;
    color: #d61e29;
    margin-top: 20px;
    display: inline-block;
}

button.b-box-upload-btn {
    width: 100%;
}

a.b-box-upload-btn:hover {
    background: #d92933;
    color: #fff;
    text-decoration: none;
}
button.b-box-upload-btn:hover {
    background: #d92933;
    color: #fff;
    text-decoration: none;
}
.upload-btn-box {
    padding: 0;
    margin-bottom: 20px;
}
.input-unseen {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 100px;
    cursor: pointer;
}
.upload-btn {
    width: 300px;
}

.ragist-card-front-image {
    width: 100%;
}

input#chain-text-box::-webkit-input-placeholder {
    color: #d4d4d4;
    font-size: 18px;
}
input#chain-text-box {
    margin-bottom: 0px;
    color: #7d7d7d;
    font-size: 18px;
}
.b-box .no-image {
    width: 100%;
    margin-top: 20px;
}
.select-box {
    padding-left: 5px;
    padding-right: 5px;
}
.station-title-layout {
    font-size: 19px;
    color: #9c9b9b;
}
.station-title-last-margin {
    margin-top: 10px;
}
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}
.tab_item {
    width: 50%;
    height: 60px;
    border-bottom: 3px solid #e5e5e5;
    background-color: #ffff;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
.tab_item:hover {
    opacity: 0.75;
}
input[name="tab_item"] {
    display: none;
}
.tab_content {
    display: none;
    padding: 40px 0 40px 0;
    clear: both;
}
#all:checked ~ #all_content,
#survey:checked ~ #survey_content,
#design:checked ~ #design_content {
    display: block;
}
.tabs input:checked + .tab_item {
    background-color: #fff;
    color: #515c6f;
    border-bottom: 3px solid #ee7313;
    opacity: 1;
}
.favorite-box {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.favorite-job-thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    background-position: center;
    height: 100%;
}

.favorite-job-thumbnail-wrap {
    min-height: 60px;
    height: 60px;
    width: 100%;
}

.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    line-height: 1.5em;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.favorite-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: normal;
    line-height: 1.5em;
    font-size: 16px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 0px;
}

a .application-history-green-box,
a .favoritebox-none {
    color: #24231f;
    text-decoration: none;
}
.ellipsis a {
    color: #24231f;
    text-decoration: none;
}

.favorite-box .info-list {
    margin: 10px 0 0px 0px;
}

.favorite-box .info-list li i {
    width: 20px;
    display: inline-block;
    text-align: center;
}

.favorite-box .info-list ul {
    padding-left: 0;
}
.favorite-box .info-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5em;
    font-size: 16px;
}

.favorite-box .info-list li .info-list-title {
    color: #333;
}

.favorite-box .info-list li .info-list-body {
    color: #7d7d7d;
}

.favorite-box .favorite-list-title-wrap {
    margin-bottom: 0px;
}

.favorite-box .favorite-list-btn {
    padding-left: 0;
    padding-right: 0;
}

.favorite-box .favorite-list-delete-favo-btn-wrap {
    float: right;
}

.favorite-box .favorite-list-apply-btn-wrap {
    padding-left: 0;
    padding-right: 5px;
}

.favorite-box .favorite-list-details-btn-wrap {
    padding-left: 5px;
    padding-right: 0;
}

.favorite-box .favorite-list-close-btn-wrap {
    padding-left: 0;
    padding-right: 0;
}

.favorite-box .favorite-list-title {
    color: #333333;
    border-bottom: solid 1px #333333;
}

.favorite-box .favorite-list-apply-btn {
    color: #fff;
    background: #da1727;
    border: #da1727 1px solid;
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 10px 0;
    border-radius: 4px;
}

.favorite-box .favorite-list-apply-btn.disable {
    opacity: 0.65;
    pointer-events: none;
}

.favorite-box .favorite-list-details-btn {
    color: #DA1727;
    background: #fff;
    border: #DA1727 1px solid;
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 10px;
    border-radius: 4px;
}

.favorite-box .favorite-list-close-btn {
    color: #fff;
    background: #7d7d7d;
    border: #7d7d7d 1px solid;
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 10px 0;
    border-radius: 4px;
}

.favorite-list-favobtn {
    color: #7d7d7d;
    border: #7d7d7d 2px solid;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 10px 0;
    margin-bottom: 30px;
}
.favorite-list-delete-favo-btn {
    color: #b9b9b9;
    font-size: 14px;
    display: block;
    margin-bottom: 0px;
}
.favorite-delete-days {
    text-align: center;
    font-size: 12px;
    margin-bottom: 0px;
    color: #7d7d7d;
}
.favorite-number {
    font-size: 28px;
    color: #d61e29;
    text-align: center;
    margin-bottom: 10px;
}
.favorite-number-text {
    font-size: 18px;
    color: #7d7d7d;
    text-align: center;
    margin-bottom: 40px;
}
ul.pagination {
    display: inline-block;
    padding: 0;
}
ul.pagination li {
    display: inline;
}
ul.pagination li a {
    font-size: 12px;
    color: black;
    float: left;
    padding: 3px 7px;
    text-decoration: none;
    border-radius: 3px;
    margin-right: 5px;
    background: #fff;
    border: #eeeeee 1px solid;
    color: #333333;
}
ul.pagination li a.active {
    background-color: #f5f5f5;
    color: #eb7037;
    border: #f5f5f5 1px solid;
    border-radius: 3px;
}
ul.pagination li a:hover:not(.active) {
    color: #eb7037;
    background-color: #fff;
    border: #eeeeee 1px solid;
}
ul.pagination li.pagination-arrow a {
    background: #fba93a;
    color: #fff;
    font-size: 16px;
    padding: 0px 7px;
}
ul.pagination li.pagination-dot a {
    color: #333333;
    font-size: 16px;
    padding: 0px 7px;
    text-decoration: none;
    border-radius: 0;
    margin-right: 5px;
    background: #fff;
    border: none;
    position: relative;
    top: 7px;
}
.favorite-h3 {
    color: #515c6f;
    font-size: 28px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: bold;
}
.finished-h3 {
    color: #515c6f;
    font-size: 28px;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 12px;
    font-weight: bold;
}
.application-new-alert {
    color: #ee7313;
    font-size: 30px;
    vertical-align: middle;
    padding: 0;
    margin-top: -5px;
    display: inline-block;
    margin-left: -5px;
}

.application-history-orange-box {
    border: #ee7313 3px solid;
}

.bg-orange-title {
    background-color: #ee7313;
}

.bg-gray-title {
    background-color: #b9b9b9;
}

.bg-blue-title {
    background-color: #2986ea;
}

.bg-red-title {
    background-color: #dc3545;
}

.refresh-date {
    color: #b9b9b9;
}

.scheduling-border {
    border: 2px solid #007bff;
}

.scheduling-text-color {
    color: #007bff;
}

.application-history-red-box {
    border: #d61e29 3px solid;
    background: linear-gradient(
        180deg,
        #d61e29 0%,
        #d61e29 65px,
        white 65px,
        white 50%
    );
    position: relative;
}

.application-history-green-box {
    border: #94a711 3px solid;
    background: linear-gradient(
        180deg,
        #94a711 0%,
        #94a711 65px,
        white 65px,
        white 50%
    );
    position: relative;
}

.application-history-blue-box {
    border: #2665ac 3px solid;
    background: linear-gradient(
        180deg,
        #2665ac 0%,
        #2665ac 65px,
        white 65px,
        white 50%
    );
    position: relative;
    padding-bottom: 15px;
}

.application-history-title {
    color: #fff;
    text-align: center;
    margin-bottom: 19px;
    margin-top: 19px;
}
.title-margin {
    margin-bottom: 48px;
}
.title-margin-suggestion {
    margin-bottom: 36px;
}
.history-box-padding {
    padding: 24px;
}
.orange-btn {
    color: #fff;
    background: #ee7313;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    display: block;
    padding: 10px 0;
    border-radius: 5px;
}
.gray-border-btn {
    color: #b9b9b9;
    background: #fff;
    border: #b9b9b9 1px solid;
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 10px 10px;
    border-radius: 5px;
}
.to-detail-border-btn {
    color: #DA1727;
    background: #fff;
    border: #DA1727 1px solid;
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 10px 10px;
    border-radius: 5px;
}
.orange-border-btn {
    color: #ee7313;
    background: #fff;
    border: #ee7313 1px solid;
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 10px 10px;
    border-radius: 5px;
}
.red-border-btn {
    color: #b81c25;
    border: solid 1px #d61e29;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    display: block;
    padding: 10px 0;
    margin-bottom: 30px;
}
.green-border-btn {
    color: #94a711;
    border: solid 1px #94a711;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    display: block;
    padding: 10px 0;
    margin-bottom: 30px;
}
.application-history-text a {
    color: #d61e29;
    text-decoration: none;
    line-height: 1.5em;
    border-bottom: 1px solid #d61e29;
    padding-bottom: 2px;
}
.interview-date-bg {
    background: #d92933;
    background: -moz-linear-gradient(left, #d92933 0%, #f99e00 100%);
    background: -webkit-linear-gradient(left, #d92933 0%, #f99e00 100%);
    background: linear-gradient(to right, #d92933 0%, #f99e00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d92933', endColorstr='#f99e00', GradientType=1);
    margin-left: -15px;
    margin-right: -15px;
}
.interview-choise-date {
    color: #fff;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 12px;
}
.intervew-red-btn {
    border-radius: 8px;
    background: #d61e29;
    color: #fff;
    width: 80%;
    text-align: center;
    padding: 25px 0;
    font-size: 18px;
    display: block;
    margin: 30px auto 30px auto;
}
.interview_setting_btn {
    color: #fff;
    background: #007bff;
    border: #007bff 1px solid;
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 10px 10px;
    border-radius: 5px;
}
a:hover.interview_setting_btn {
    color: #fff;
    background: #007bff;
    border: #007bff 1px solid;
    opacity: 0.8;
}
.intervew-red-border-btn {
    border-radius: 8px;
    border: solid 4px #d61e29;
    color: #d61e29;
    width: 80%;
    text-align: center;
    padding: 25px 0;
    font-size: 18px;
    display: block;
    margin: 0px auto 30px auto;
    background: none;
}
.intervew-rgray-border-btn {
    border-radius: 8px;
    border: solid 4px #989898;
    color: #989898;
    width: 80%;
    text-align: center;
    padding: 25px 0;
    font-size: 18px;
    display: block;
    margin: 0px auto 30px auto;
    background: none;
}
.intervew-reject-btn {
    border-radius: 8px;
    border: solid 3px #989898;
    background: #989898;
    color: #fff;
    width: 55%;
    height: 3em;
    text-align: center;
    font-size: 18px;
    display: block;
    margin: 15px auto;
}
.intervew-cancel-btn {
    border-radius: 8px;
    border: solid 3px #989898;
    background: none;
    color: #989898;
    width: 55%;
    height: 3em;
    text-align: center;
    font-size: 18px;
    display: block;
    margin: 15px auto 30px auto;
}
.modal-interview-title {
    color: #515c6f;
    font-size: 25px;
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
    margin: 20px auto 0 auto;
    overflow-wrap: break-word;
    word-break: break-word;
}
.modal-interview-text {
    color: #515c6f;
    font-size: 20px;
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
    width: 90%;
    margin: 15px auto 0 auto;
    overflow-wrap: break-word;
    word-break: break-word;
}
#interview-decline-complete-modal .modal-content,
#other-interview-modal .modal-content,
#interview-complete-modal .modal-content,
#interview-confirmation-modal .modal-content {
    border: 2px solid #e5e5e5;
    border-radius: 35px;
}
#other-interview-confirmation-modal .gray-box,
#interview-confirmation-modal .gray-box {
    background: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 30px;
}
#other-interview-confirmation-modal .gray-box {
    margin-bottom: 30px;
}
.intervew-moldal-day {
    font-size: 25px;
    color: #d61e29;
    text-align: center;
    display: block;
    margin-bottom: 0;
}
.intervew-modal-time {
    font-size: 35px;
    color: #d61e29;
    text-align: center;
    text-align: center;
    display: block;
}
#interview-decline-complete-modal .my-page-back-btn,
#other-interview-complete-modal .my-page-back-btn,
#interview-complete-modal .my-page-back-btn {
    margin-bottom: 10px;
}
#interview-decline-complete-modal .profile-back-btn,
#other-interview-complete-modal .profile-back-btn,
#interview-complete-modal .profile-back-btn {
    margin-top: 20px;
}
#interview-complete-modal a:hover {
    color: #fff;
}
.other-interview-modal-child {
    font-size: 30px;
    padding-top: 20px;
    color: #bebebe;
    padding-left: 10px;
    padding-right: 10px;
}
.other-interview-modal-harf-child {
    padding: 0;
}
#other-interview-day1 {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    height: 70px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    background: #fff;
}
.other-interview-choice {
    color: #515c6f;
    font-size: 18px;
    text-align: center;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}
.input-after-text {
    font-size: 16px;
    color: #9c9b9b;
}
.input-after-last-text {
    margin-bottom: 40px;
    display: block;
}
.decline-radio input {
    display: none;
}
.decline-radio label {
    display: block;
    cursor: pointer;
    width: 78%;
    margin: 15px auto 0 auto;
    padding: 25px 0px;
    border: 3px solid #989898;
    background: none;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    transition: 0.2s;
    color: #989898;
    border-radius: 8px;
}
.decline-radio label:first-of-type {
    border-radius: 8px;
}
.decline-radio label:last-of-type {
    border-radius: 8px;
}
.decline-radio input[type="checkbox"]:checked + label {
    background-color: #2986EA;
    border: solid 3px #2986EA;
    color: #fff;
}
.decline-radio {
    overflow: auto;
}
.red-text {
    color: #d61e29;
}

#other-interview-modal h5,
.b-box h4.red-text {
    color: #d61e29;
}
.intervew-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: normal;
    line-height: 1.5em;
    font-size: 18px;
    margin-top: 1;
    margin-bottom: 20px;
}
.interview-setting-ul {
    margin-top: 20px;
}
.interview-setting-ul li {
    margin-bottom: 10px;
}
.interview-setting-map-btn {
    display: inline-block;
    font-size: 18px;
    color: #d61e29;
    border-radius: 8px;
    border: solid 2px #d92933;
    padding: 10px 36px;
}
a:hover.interview-setting-map-btn {
    color: #d61e29;
}
.interview-faq-btn {
    border-radius: 43px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #515c6f;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 30px;
}
a:hover.interview-faq-btn {
    color: #fff;
}
.intervew-time-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 24px;
}
.btn-interview-time {
    background-color: #fff;
    border-color: gray;
    color: gray;
    width: 20%;
    display: block;
    margin: 4px;
}
.application-history-gray-box {
    border: #9c9b9b 3px solid;
    background: linear-gradient(
        180deg,
        #9c9b9b 0%,
        #9c9b9b 80px,
        white 80px,
        white 50%
    );
}
.survey-text {
    margin-bottom: 30px;
    color: #9c9b9b;
    font-size: 14px;
    white-space: normal;
    padding: 0;
}
.b-box textarea {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 2px;
    margin-top: 10px;
}
.picture-image {
    width: 90%;
    margin: 30px auto 10px;
}
.picture-btn {
    background: #fff;
    border-radius: 3px;
    border: solid 2px #b81c25;
    font-size: 18px;
    color: #b81c25;
    padding: 15px 0;
    width: 30%;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.myself-link {
    border-bottom: 1px solid #7d7d7d;
    color: #7d7d7d;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 0;
}
.myself-sub-text {
    font-size: 16px;
    color: #515c6f;
    margin-bottom: 30px;
}
.filming-day {
    font-size: 16px;
    color: #515c6f;
    margin-top: 30px;
}
.interview-box-p {
    padding: 0;
}
.regist-box {
    padding: 0px;
    overflow: auto;
}
.uopload-box {
    padding: 0;
}
.b-box-upload-btn-regist {
    width: 100%;
}
.modal-content {
    overflow: auto;
}
select {
    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;
}
::-ms-expand {
    display: none;
}
a:hover.gray-border-btn {
    color: #fff;
    background: #b9b9b9;
    border: #b9b9b9 2px solid;
}
a:hover.to-detail-border-btn {
    color: #DA1727;
    background: #fff;
    border: #DA1727 1px solid;
    opacity: 0.8;
}
a:hover.orange-border-btn {
    color: #fff;
    background: #ee7313;
    border: #ee7313 2px solid;
}
a:hover.green-border-btn {
    color: #94a711;
}
a:hover.red-border-btn {
    color: #b81c25;
}
a:hover.favorite-list-ditail-btn,
a:hover.orange-btn {
    color: #fff;
}
a:hover.favorite-list-favobtn {
    background: #7d7d7d;
    color: #fff;
}

.badge__category_img {
    width: 40%;
    text-align: center;
    top: 5%;
    right: 0%;
    position: absolute;
}
.badge__category_img img {
    width: 100%;
}

.interview-date-white-bg p {
    font-size: 18px;
    color: #515c6f;
}

.finish-text {
    color: #515c6f;
    font-size: 18px;
}

.red-complete-btn a {
    display: block;
    border-radius: 70px;
    padding: 18px 10px;
    background: #d61e29;
    text-decoration: none;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding-right: 20%;
    padding-left: 25px;
}

.red-complete-btn a:after,
.dark-blue-btn a:after {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    vertical-align: middle;
    font-weight: 900;
    font-size: 32px;
    position: absolute;
    top: 50%;
    right: 17px;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

a.dark-blue-btn-link-question,
a.red-complete-btn-link,
a.dark-blue-btn-link {
    margin-left: auto;
    margin-right: auto;
}

.mypage-section01-box li {
    list-style: none;
    font-size: 20px;
    display: block;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding-right: 10%;
}
.mypage-section01-box li a {
    color: #515c6f;
    display: block;
}

.mypage-section01-box li a::after {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    vertical-align: middle;
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 10%;
    color: #7d7d7d;
}

li.favorite-icons::before {
}

.mypage-section01-box li a.accsept-icons::before {
    content: url("../../images/mypage/document2_hoso.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0%;
}

.mypage-section01-box li a.interview-icons::before {
    content: url("../../images/mypage/737_pe_h.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0%;
}

.mypage-section01-box li a.profile::before {
    content: url("../../images/mypage/102_h_hoso.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0%;
}

.mypage-section01-box li a.regidens-card::before {
    content: url("../../images/mypage/994_mo_h.svg");
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0%;
}

.mypage-section01-box li a.regidens-card::before {
    content: url("../../images/mypage/994_mo_h.svg");
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0%;
}

.mypage-section01-box li a.mail-pasword-chenge::before {
    content: url("../../images/mypage/gear_hoso.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0%;
}

.mypage-section01-box li.mail-magazine::before {
    content: url("../../images/mypage/838_ma_h.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0%;
}

.mypage-section01-box li.facebook::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f39e";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 8px;
    color: #515c6f;
}

.mypage-section01-box li a.favorite-icons::before {
    content: url("../../images/mypage/593_me_h.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0%;
}

.mypage-section01-box li a.mail-pasword-chenge::before {
    content: url("../../images/mypage/gear_hoso.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0%;
}

.mypage-section01-box li a.question-icons::before {
    content: url("../../images/mypage/question-mark.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0%;
}

.mypage-section01-box li a.accsept-icons::before {
    content: url("../../images/mypage/document2_hoso.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0%;
}

.mypage-section01-box li a.question-icons:before {
    content: url("../../images/mypage/question-mark.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0%;
}

a:hover.other-languege-edit {
    color: #fff;
    background: #d61e29;
}

.sub-text {
    font-size: 16px;
    color: #515c6f;
}

p.title-under-text {
    color: #515c6f;
}

.gray-box.text-center.residence-mb {
    margin-bottom: 0;
}

.residence-card-regist {
    margin-bottom: 20px;
}

.gray-box.text-center.residence-mb h4 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.regist-box .page-title {
    margin-bottom: 50px;
    color: #515c6f;
    text-align: center;
    font-size: 22px;
    line-height: 1.8em;
}

h5.sub-title {
    margin-top: 20px;
    line-height: 1em;
}

.gray-box-addition {
    background: #f3f3f3;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    margin-top: 20px;
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
    color: #7d7d7d;
}

.gray-box-addition p {
    margin-bottom: 0;
}

.gray-box video {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
    height: 225px;
}

p.addition-text {
    font-size: 16px;
    color: #515c6f;
    margin-top: 10px;
    margin-bottom: 10px;
}

.b-box-upload-btn-mb {
    margin-bottom: 30px;
}

.b-box-upload-btn-mb.pc { display:block; }
.b-box-upload-btn-mb.sp { display:none; }

button.b-box-delete-btn {
    border-radius: 8px;
    border: solid 2px #989898;
    color: #989898;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    display: block;
    margin: 0px auto 30px auto;
    background: #fff;
}

button.b-box-upload-btn:disabled {
    border-radius: 8px;
    border: solid 2px #989898;
    color: #989898;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    margin: 20px auto 30px auto;
    background: #fff;
}

.introduction-video-re-upload-alert {
    padding-top: 10px;
    font-size: 16px;
    color: #d61e29;
    font-weight: bold;
}

.introduction-video-wrapper-closed {
    border: 5px solid #d61e29;
}

.introduction-video-closed-text {
    font-size: 16px;
    padding-top: 10px;
    color: #d61e29;
    font-weight: bold;
}

.introduction-video-closed-title {
    font-size: 30px;
    padding-top: 20px;
    font-weight: bold;
}

.introduction-video-li {
    list-style: initial;
}

.part-time-apply-input-introcution-video-promite-text {
    text-align: center;
    font: normal normal bold 26px/37px Noto Sans JP;
    color: #D61E29;
    padding: 30px 0 14px 0;
}

.part-time-apply-input-introcution-video-wrapper {
    border: 1px solid #BFBFBF; margin: 20px 0;
}

.part-time-apply-input-introcution-video-promite-text {
    text-align: center;
    font: normal normal bold 26px/37px Noto Sans JP;
    color: #D61E29;
    padding: 30px 0 14px 0;
}

.part-time-apply-input-introcution-video-pr-noimage-area {
    max-width: 200px;
    margin: 30px auto 0;
    background: #F3F3F3;
    height: 80px;
    display: flex
}

.part-time-apply-input-introcution-video-introduction-link {
    color: #BFBFBF;
    font-size: 15px;
    text-decoration: underline;
}

.part-time-apply-input-introcution-video-policy {
    overflow-y: scroll;
    height: 16em;
    padding: 1em 1em;
    border: 1px solid #e9e9e9;
    margin: 30px 0;
    width: 80%;
    text-align: left !important;
}

.part-time-apply-input-introcution-video-terms-of-service {
    overflow-y: scroll;
    height: 16em;
    padding: 1em 1em;
    border: 1px solid #e9e9e9;
    margin: 30px 0;
    width: 80%;
    text-align: left;
}

.part-time-apply-input-introcution-video-webkit-center {
    text-align: -webkit-center !important;
}

.part-time-apply-input-introcution-video-pr-noimage-area img{
    width: 20.5%;
    margin: 20px auto;
}

.part-time-apply-input-introcution-video-wrapper video {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
    height: 225px;
}

.part-time-apply-input-introcution-video-wrapper div {
    text-align: center;
}

.part-time-apply-input-introcution-video-wrapper .bootstrap-filestyle {
    display: none
}

#videoWrapperNoUpload {
    display: none;
}

.filming-day {
    font-size: 16px;
    color: #515c6f;
    margin-top: 30px;
    margin-bottom: 0;
}

.other-languege-box h4 {
    margin-top: 0px;
    margin-bottom: 30px;
}

.period-text {
    margin-top: 24px;
    font-size: 30px;
    display: block;
}

.light-gray-c {
    color: #9c9b9b;
}

.job-bg-modal-sub-text {
    margin-bottom: 20px;
    margin-top: 10px;
}
.checker .check {
    display: inline-block;
    vertical-align: middle;
}
.checker .text {
    display: inline-block;
    vertical-align: middle;
    min-width: 80px;
    font-weight: 400; /* padding-top: 7px; */
    float: left;
}

.checker input {
    display: none;
}
.checker .check {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    float: left;
}
.checker .check::before {
    display: block;
    position: absolute;
    top: 2px;
    left: 1;
    width: 25px;
    height: 25px;
    border: 2px solid #bebebe;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background: #fff;
}
.checker input:checked + .check::after,
.checker input:checked + .check::after {
    display: block;
    position: absolute;
    top: 9px;
    left: 6px;
    width: 16px;
    height: 8px;
    border-left: 4px solid #d61e29;
    border-bottom: 4px solid #d61e29;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.checker input:disabled + .check:before {
    background-color: #eee;
}
.checker input:checked:disabled + .check::after {
    border-left: 3px solid #aaa;
    border-bottom: 3px solid #aaa;
}

.modal-content .b-box .checker input:checked + .check::after {
    display: block;
    position: absolute;
    top: 9px;
    left: 6px;
    width: 16px;
    height: 8px;
    border-left: 4px solid #d61e29;
    border-bottom: 4px solid #d61e29;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.school-bg-child {
    font-size: 18px;
    color: #515c6f;
    margin-bottom: 10px;
}

.sub-title {
    font-size: 18px;
    color: #515c6f;
    line-height: 1.8em;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.mail-address-setting-font {
    color: #7d7d7d;
    font-weight: 300;
}

.mypage-residence-card,
.g-border-two-btn,
.g-border-one-btn,
.red-complete-btn,
.dark-blue-btn {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.mypage-residence-card a {
    display: block;
    border-radius: 92px;
    padding: 15px 20px;
    text-align: left;
    position: relative;
    color: #515c6f;
    font-size: 13px;
    overflow: auto;
    background-color: #fff;
}

a.mypage-residence-btn-link:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../../images/mypage/994_mo_h.svg") no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    background-position: center center;
    background-size: contain;
}

a.mypage-residence-btn-link-green:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../../images/mypage/994_mo_h_g.svg") no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    background-position: center center;
    background-size: contain;
}

a.mypage-residence-btn-link-red:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../../images/mypage/994_mo_h_red.svg") no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    background-position: center center;
    background-size: contain;
}

a.mypage-residence-btn-link-gray {
    color: #9c9b9b !important;
}

a.mypage-residence-btn-link {
    width: auto;
    padding-left: 25%;
}

.light-green-text {
    color: #00a9bf !important;
}

.light-gray-text {
    color: #515c6f !important;
}

.light-gray-c {
    color: #9c9b9b;
}
.mypage-residence-card,
.g-border-two-btn,
.g-border-one-btn,
.red-complete-btn,
.dark-blue-btn {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.mypage-residence-card a {
    display: block;
    border-radius: 92px;
    padding: 15px 20px;
    text-align: left;
    position: relative;
    color: #515c6f;
    font-size: 13px;
    overflow: auto;
    background-color: #fff;
}

a.mypage-residence-btn-link-green:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../../images/mypage/994_mo_h_g.svg") no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    background-position: center center;
    background-size: contain;
}

a.mypage-residence-btn-link-red:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: urlurl("../../images/mypage/994_mo_h_g.svg") no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    background-position: center center;
    background-size: contain;
}

a.mypage-residence-btn-link-gray {
    color: #9c9b9b !important;
}

a.mypage-residence-btn-link-gray:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../../images/mypage/994_mo_h_gray.svg") no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    background-position: center center;
    background-size: contain;
}

.light-green-text {
    color: #00a9bf !important;
}

.light-gray-text {
    color: #515c6f !important;
}

.mypage-residence-card a {
    display: block;
    border-radius: 92px;
    padding: 15px 20px;
    text-align: left;
    position: relative;
    color: #515c6f;
    font-size: 13px;
    overflow: auto;
    background-color: #fff;
}

a.mypage-residence-btn-link.light-gray-text {
    width: 90%;
}

.mypage-section02-right-box {
    margin-top: 50px;
    padding-right: 0;
}

.mypage-section02 video {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    height: 150px;
}

.mypage-section02 img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

a.introduce-link {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: 1px solid #d1d1d1 !important;
    outline: 0;
}

.job-bg-info-text {
    font-size: 16px;
    color: #9c9b9b;
    margin-bottom: 30px;
}
.school-bg-day {
    color: #9c9b9b;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}

.job-bg-country {
    font-size: 14px;
}

.job-sub-title {
    margin-top: 0;
}

a:hover {
    text-decoration: none !important;
}
.modal-content.b-box input[type="checkbox"] {
    display: none;
}
.school-bg-child-last {
    margin-bottom: 30px;
}

a:hover.red-border-btn,
button:hover.btn.b-box-modal-ok-btn.add-another-collection-widget,
button:hover.other-languege-edit.edit-collection-widget,
button:hover.info-regist-btn,
button:hover#save_button.info-regist-btn {
    background: #d92933;
    color: #fff;
}

a:hover.mypage-rec-btn {
    background: #b81c25;
    color: #fff;
}

a:hover.favorite-list-favobtn,
a:hover.favorite-list-favobtn.delete-bookmark,
button:hover.btn.b-box-modal-cancel-btn,
button:hover.other-languege-delete.remove-collection-widget {
    background: #7d7d7d;
    color: #fff;
}

a:hover.favorite-list-title {
    color: #333333;
}

a:hover.favorite-list-favobtn {
    background: #7d7d7d;
    color: #fff;
}

a:hover.favorite-list-apply-btn {
    background: #da1727;
    color: #fff;
}

a:hover.favorite-list-details-btn {
    color: #DA1727;
}

a:hover.favorite-list-delete-favo-btn {
    color: #b9b9b9;
}

button:hover.add-btn,
a:hover.c-border-btn,
a:hover.orange-border-btn,
a:hover.gray-border-btn,
a:hover.favorite-list-title,
a:hover.favorite-list-apply-btn,
a:hover.favorite-list-details-btn,
a:hover.favorite-list-favobtn,
a:hover.favorite-list-delete-favo-btn a:hover.orange-btn,
a:hover.favorite-list-ditail-btn {
    opacity: 0.8;
}

.light-red-text {
    color: #d61e29 !important;
}

i#light-green-text {
    color: #20a9bf !important;
}
.modal {
    padding-right: 0 !important;
}

.yolo-upload-temp-box {
    margin-top: 30px;
}

#mypage_visa_input .hidden {
    display: none;
}

#mypage_visa_input .group-span-filestyle {
    width: 100%;
    text-align: center;
}

#mypage_passport_input .group-span-filestyle {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

label.btn.btn-danger.b-box-upload-btn {
    margin-top: 0;
}

#mypage_visa_input label.btn.btn-danger.b-box-upload-btn {
    margin-top: 20px;
}

#mypage_visa_input label.btn.btn-danger.b-box-upload-btn.gray-box-btn-mb30 {
    margin-bottom: 5px !important;
}

.favorite-box-child {
    padding-right: 0;
}

.intervew-box-mt-normal {
    margin-top: 20px;
}

h5.ellipsis.red-text a {
    color: #d61e29;
}

#mypage_bookmark .regist-box {
    padding: 0px;
    overflow: visible;
}

.favorite-box-innner {
    padding-left: 15px;
    padding-right: 15px;
}

a.mypage-residence-btn-link {
    width: auto;
    padding-left: 25%;
}

#mypage .col-6.visible-sm.visible-md.visible-lg {
    display: none !important;
}

#mypage_interview_profile_input_personal_info span.group-span-filestyle {
    width: 100%;
}

#mypage_interview_profile_input_personal_info .form-group label.checker {
    margin-top: 20px;
}

p.application-history-text {
    margin-bottom: 30px !important;
    text-align: left !important;
    color: #515c6f;
}

.application-history-text a {
    color: #d61e29;
    text-decoration: none;
    line-height: 1.5em;
    border-bottom: 1px solid #d61e29;
    padding-bottom: 2px;
}

.ellipsis.application-history-title img {
    width: 10%;
    margin-right: 2%;
}

.col-6.interview-choise-box {
    padding-left: 0;
}
.intervew-box-mt {
    margin-top: 33px;
}

.upload-box {
    padding: 0;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 15px;
}

.select2-container--default .select2-selection--multiple {
    min-height: 60px;
}

#mypage_application .regist-box {
    overflow: inherit;
}

.dark-blue-btn a {
    display: block;
    border-radius: 70px;
    padding: 18px 0 18px 30px;
    background: #515c6f;
    text-decoration: none;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
}

.dark-blue-btn a:hover {
    opacity: 0.8;
}

.newJobListArea h4 {
    margin-top: 30px;
}

.specific-skill-update-btn {
    border: 2px solid #d92933;
    border-radius: 8px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 40%;
    display: inline-block;
    clear: both;
    margin: 10px auto 10px auto;
    font-size: 1rem;
    color: #d61e29;
    background: #fff;
}

.specific-skill-update-btn:hover {
    background: #d92933;
    color: #fff !important;
    text-decoration: none;
}

.specific-skill-section .red-complete-btn {
    display: table;
    border-radius: 70px;
    padding: 5px 10px;
    background: #d61e29;
    text-decoration: none;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding-right: 6%;
    padding-left: 0px;
    border: none;
    margin-bottom: 20px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.specific-skill-section .red-complete-btn .red-complete-btn-link {
    background: none;
    border: none;
    color: #fff;
    min-width: 60%;
    padding: 5px 14px 5px 14px;
}

.specific-skill-section .red-complete-btn .red-complete-btn-link:hover {
    opacity: 0.8;
}

.specific-skill-section .red-complete-btn .red-complete-btn-link:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    vertical-align: middle;
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: auto;
    left: 90%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* 求人応募画面-新規登録- */

h2.regist-title {
    color: #515c6f;
    font-size: 28px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: bold;
    line-heigt: 1.8em;
}

.job-ditaile-back-btn i {
    margin-right: 5px;
}

.job-ditaile-back-btn {
    margin-bottom: 30px;
    display: inline-block;
}

a.job-ditaile-back-btn {
    text-decoration: none;
    font-size: 16px;
    margin-top: 10px;
    color: #9c9b9b;
}

.new-completed-title {
    color: #515c6f;
    font-size: 28px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: bold;
    line-heigt: 1.8em;
}

.new-completed-title i {
    font-size: 4.5rem;
    color: #d61e29;
    margin-bottom: 15px;
}

h1.attention-job-text {
    color: #515c6f;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

.btn-orange {
    background: #ee771a 0% 0% no-repeat padding-box;
    border-radius: 22px;
    opacity: 1;
    color: #fff;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    display: block;
    margin-bottom: 1rem;
    font-size: 14px;
}

.btn-orange:hover {
    color: #fff;
    opacity: 0.8;
}

.request-form-completed-img {
    width: 300px;
}

/* スカウト */
.scout-head-text {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}
.scout-check-icon {
    color: #504BDD;
    font-size: 1.9rem;
    padding-left: 15px;
}
.scout-entry-btn {
    border: 1px solid #007BFF;
    border-radius: 17px;
    color: #007BFF;
    font-size: 0.9rem;
    min-width: 150px;
}
.scout-entry-btn:hover {
    opacity: 0.8;
    color: #007BFF;
}
.scout-btn-box {
    border-top: 1px solid #EFEFEF;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    height: 70px;
}
.scout-btn-box.right-border {
    border-right: 1px solid #EFEFEF;
}
.scout-btn-box .text {
    font-size: 0.8rem;
    color: #333333;
}
.scout-btn-box .text-red {
    color: #D60013;
    font-size: 1rem;
    font-weight: 600;
}

.video-main-head {
    font-size: 20px;
    font-weight: 600;
}

.temporary-application-btn {
    background: #D10A1C 0% 0% no-repeat padding-box;
    color: #fff!important;
    font-size: 18px;
    width: 100%;
    min-width: 190px;
    line-height: 32px;
    height: 44px;
}
.temporary-msg {
    color: #2B2B2B;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.temporary-msg img {
    padding-right: 10px;
    transform: translate(0, -1px);
}

@media (max-width: 767.98px) {
    .carousel-card-list .card {
        margin: 0 -19.5vw;
        width: 40vw;
        height: 36vh;
        max-height: 320px;
    }
    .mypage-section01-box {
        margin: 10px auto 10px auto;
        max-width: 94%;
    }
    .mypage-section01-box li {
        font-size: 15px;
        padding-left: 30px;
    }
    .request-form-completed-img {
        width: 100%;
    }
    .scout-check-icon {
        padding-left: 15px;
    }
    .picture-image {
        width: 100%;
        margin: 15px auto 10px;
    }

    .b-box-upload-btn-mb.pc { display:none; }
    .b-box-upload-btn-mb.sp { display:block; }

    #registArea.register-btn-on-top {
        padding-top: 40px;
    }
}

/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #mypage .mypage-top {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    .mypage-top .right-text-box h3 {
        font-size: 20px;
    }

    .mypage-section02 h3 {
        font-size: 18px !important;
    }
    .mypage-section01-box li {
        font-size: 18px;
        width: 98%;
        padding-right: 12%;
        padding-left: 10%;
    }
    .balloon1-top {
        margin-left: 0%;
        margin-top: 0%;
        font-size: 14px;
        position: relative;
        padding-right: 10%;
    }
    .balloon1-top:before {
        content: "";
        position: absolute;
        top: -30px;
        left: 80%;
        margin-left: -100px;
        border: 15px solid transparent;
        border-bottom: 15px solid #d61e29;
    }
    .Button-sub-text {
        color: #9c9b9b;
        font-size: 16px;
        margin-top: 0;
        line-height: 0.9em;
    }

    .mypage-section01-box li {
        font-size: 16px;
    }

    .b-box-upload-btn {
        width: 100%;
    }

    .upload-btn {
        width: 150px;
    }

    .mypage-section01 {
        margin-left: calc(((100% - 100vw) / 2));
        margin-right: calc(((100% - 100vw) / 2));
        width: 110%;
    }

    #mypage_mail_input .pl-5,
    .px-5 {
        padding-left: 25px !important;
    }
}
/* iphoneX */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .mypage-top .right-text-box h3 {
        font-size: 25px;
    }

    a.mypage-residence-btn-link {
        padding-left: 27%;
        width: 100%;
    }

    a.mypage-residence-btn-link.light-gray-text {
        width: 95%;
    }
    #mypage a.mypage-residence-btn-link {
        padding-left: 30%;
        width: 100%;
    }

    a.red-complete-btn-link,
    a.dark-blue-btn-link {
        width: 80%;
        padding: 18px 54px 18px 18px;
    }

    .logout-box {
        margin-top: 90px !important;
        margin-bottom: 23px !important;
    }
}
/* iphone8 plus */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .mypage-section01 {
        overflow: scroll;
    }
    .balloon1-top {
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0%;
        width: 414px;
        padding-left: 17px;
    }
}
/* ipad */
@media screen and (min-width: 768px) {
    #mypage .mypage-top {
        margin-left: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .mypage-section01 {
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px;
    }
    .mypage-section01-box li {
        font-size: 15px;
    }
    .mypage-section01-box .fa-chevron-circle-right {
        margin-top: 4px;
    }
    .mypage-new-alert {
        color: #ee7313;
        font-size: 20px;
        vertical-align: middle;
    }
    .mypage-section01-box li a {
        font-size: 13px;
    }
    .global-header .container {
        height: auto;
    }
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    ::-ms-expand {
        display: none;
    }
    #IconList5 a:after {
        right: 6%;
    }
    .pc-window {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .b-box .gray-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .interview-date-bg {
        margin-left: 0;
        margin-right: 0;
    }

    .badge__category_img {
        width: 40%;
        right: 4%;
    }

    .Button-sub-text {
        line-height: 1.5em;
    }

    .Butttons-end-text {
        margin-bottom: 10px;
        line-height: 1em;
    }

    .labels-incomplet-end {
        margin-top: -50px;
    }

    #IconList7 a:after {
        top: 10%;
    }

    #IconList3 a:after {
        top: 7%;
    }

    .labels-complet,
    .labels-incomplet {
        margin-top: 8px;
    }

    .mypage-section01-box li.question-icons::before,
    .mypage-section01-box li.mail-magazine::before,
    .mypage-section01-box li.mail-pasword-chenge::before,
    .mypage-section01-box li.regidens-card::before,
    .mypage-section01-box li.profile::before,
    .mypage-section01-box li.interview-icons::before,
    .mypage-section01-box li.accsept-icons::before,
    .mypage-section01-box li.favorite-icons::before {
        width: 20px;
        height: 20px;
    }

    .mypage-section01-box li::after {
        font-size: 18px;
        right: 5px;
    }

    .mypage-section01-box li a {
        width: 98%;
        padding-right: 4%;
        padding-left: 12%;
    }

    .period-text {
        margin-top: 11px;
    }

    a.mypage-residence-btn-link {
        padding-left: 27%;
        width: 100%;
    }

    a.mypage-residence-btn-link.light-gray-text {
        width: 100%;
    }

    .mypage-section02 video {
        height: 150px;
    }
    .mypage-section02-left-box {
        padding-left: 0;
    }

    .mypage-top .right-text-box {
        padding-left: 0;
    }

    a.mypage-residence-btn-link-gray:after {
        width: 30px;
        height: 30px;
    }

    .balloon1-top {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
        text-align: left;
        position: relative;
        padding-left: 17px;
        padding-right: 10%;
    }

    .border-gray-box .sample-img-child {
        width: 100%;
    }

    .favorite-delete-days {
        margin-bottom: 0px;
    }

    .application-history-title {
        margin-bottom: 17px;
        margin-top: 17px;
    }
    .title-margin {
        margin-bottom: 48px;
    }
    .title-margin-suggestion {
        margin-bottom: 36px;
    }
    .application-history-box-padding {
        padding: 0 24px 24px 24px;
    }
}

/*ipad pro */
@media (min-width: 1024px) and (max-device-width: 1200px) {
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    ::-ms-expand {
        display: none;
    }
    .pc-window {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .b-box .gray-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .badge__category_img {
        width: 25%;
        right: 10%;
    }

    #IconList4 a:after {
        right: 5.5%;
    }

    #IconList7 a:before {
        right: 2%;
    }

    #IconList7 a:after {
        right: 3.5%;
    }

    #IconList3 a:before {
        right: 2%;
    }

    #IconList3 a:after {
        right: 3.5%;
        top: 5%;
    }

    .Butttons-end-text {
        margin-bottom: 6px;
        line-height: 1em;
        margin-top: 12px;
    }

    .Button-sub-text {
        line-height: 2em;
        display: block;
        font-size: 16px;
    }
    .Button-sub-text {
        line-height: 1em;
        display: block;
        font-size: 16px;
    }

    .labels-incomplet-end {
        margin-top: -47px;
    }

    #IconList7 a:after {
        top: 11%;
    }

    #IconList3 a:after {
        top: 7%;
    }

    a.red-complete-btn-link,
    a.dark-blue-btn-link {
        width: 50%;
        padding-right: 5%;
    }

    .mypage-section01-box li.question-icons::before,
    .mypage-section01-box li.mail-magazine::before,
    .mypage-section01-box li.mail-pasword-chenge::before,
    .mypage-section01-box li.regidens-card::before,
    .mypage-section01-box li.profile::before,
    .mypage-section01-box li.interview-icons::before,
    .mypage-section01-box li.accsept-icons::before,
    .mypage-section01-box li.favorite-icons::before {
        width: 25px;
        height: 25px;
    }

    a.mypage-residence-btn-link.light-gray-text.accsept-residence-card,
    a.mypage-residence-btn-link.light-red-text.no-residence-card {
        width: 60%;
        padding-left: 20%;
    }

    .logout-box {
        display: none;
    }
}

/* PC・タブレット */
@media (min-width: 768px) {
    .favorite-box .info-list {
        margin-top: 0px;
        margin-bottom: 0px;
        margin: 0px 0px 0px 0px;
    }

    .favorite-box .favorite-list-title-wrap {
        margin-bottom: 10px;
    }

    .favorite-box .favorite-job-thumbnail-wrap {
        min-height: 90px;
        height: 90px;
        width: 100%;
        margin-top: 4px;
    }

    .favorite-box .favorite-list-btn {
        padding-left: 15px;
        padding-right: 15px;
    }

    .favorite-box .favorite-list-delete-favo-btn-wrap {
        text-align: center;
        float: none;
    }

    .favorite-box .favorite-list-apply-btn-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .favorite-box .favorite-list-details-btn-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .favorite-box .favorite-list-close-btn-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .temporary-application-btn {
        height: 50px;
        line-height: 36px;
    }

    .temporary-msg {
        font-size: 15px;
    }
}

/*pc */
@media (min-width: 1200px) {
    .mypage-circle-img {
        border-radius: 50%;
        width: 100%;
        aspect-ratio: 1;
    }
    .mypage-top .right-text-box {
        margin-top: 20px;
    }
    #mypage .mypage-top {
        margin-left: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .mypage-section01 {
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px;
    }
    a.mypage-rec-btn {
        width: 50%;
    }
    .balloon1-top {
        width: 100%;
        margin-top: -30px;
        margin-left: 0;
        text-align: left;
        padding-left: 17px;
    }
    .mypage-section02 {
        padding-top: 30px;
    }
    .info-regist-btn,
    .info-regist-btn-disabled {
        width: 60%;
    }
    label.radio_text {
        margin-left: 0;
    }
    .b-box input[type="password"],
    .b-box input[type="email"],
    .b-box input[type="text"] {
        height: 60px;
    }
    .b-box input[type="radio"] {
        margin-left: 1em;
    }
    .my-page-back-btn {
        width: 40%;
        margin-left: 30%;
        margin-right: 30%;
    }
    .Button a {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .Button {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .labels-incomplet-end {
        margin-right: 17px !important;
        margin-top: -50px;
    }
    .labels-incomplet,
    .labels-complet {
        margin-right: 0px;
        margin-top: 8px;
    }
    .Button-dark-blue,
    .Button-red {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }
    #IconList3 a:after {
        top: 5%;
        right: 4.8%;
    }
    #IconList7 a:after {
        right: 4.5%;
        top: 7px;
    }
    .sub-title-text {
        font-size: 16px;
    }

    .input-after-last-text {
        margin-bottom: 40px;
        display: block;
    }

    .input-after-text {
        font-size: 16px;
        color: #9c9b9b;
        font-weight: 400;
    }

    .mail-address-setting-font {
        color: #7d7d7d;
        font-weight: 300;
    }

    .review-regist-btn {
        width: 70%;
    }
    .interview-date-bg {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
    }
    .b-box-upload-btn-regist {
        width: 70%;
    }
    select input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    ::-ms-expand {
        display: none;
    }
    .other-languege-box {
        clear: none;
    }
    .application-history-text {
        text-align: center;
    }
    .pc-window {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .b-box .gray-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    #mypage .global-header .container {
        height: auto;
    }
    #IconList5 a:after {
        right: 6.5%;
    }
    .badge__category_img {
        width: 25%;
        right: 3%;
    }
    a:hover.review-regist-btn {
        text-decoration: none;
    }
    .mypage-section01-box li a:hover {
        text-decoration: none;
        opacity: 0.8;
    }

    .intervew-date-white-bg,
    .interview-date-choices {
        width: 100%;
    }
    .application-history-title {
        margin-top: 18px;
    }
    .title-margin-suggestion {
        margin-top: 12px;
    }

    .fixed-job-box-innner {
        padding-top: 25%;
    }

    .info-regist-btn-margin {
        margin-bottom: 20px;
    }

    .Button-dark-blue a {
        font-size: 20px;
    }

    .b-box .text {
        text-align: left;
    }

    #IconList4 a:after {
        right: 5.5%;
    }
    #IconList3 a:after {
        top: 7%;
        right: 4.5%;
    }
    .Butttons-end-text {
        margin-bottom: 0px;
        line-height: 1em;
        margin-top: 0px;
        display: inline-block;
    }

    .Button-sub-text {
        line-height: 2em;
        display: block;
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 0;
    }

    a.red-complete-btn-link,
    a.dark-blue-btn-link {
        width: 50%;
        padding-right: 10%;
        text-align: center;
        padding-left: 25px;
    }

    .mypage-section01-box li.question-icons::before,
    .mypage-section01-box li.mail-magazine::before,
    .mypage-section01-box li.mail-pasword-chenge::before,
    .mypage-section01-box li.regidens-card::before,
    .mypage-section01-box li.profile::before,
    .mypage-section01-box li.interview-icons::before,
    .mypage-section01-box li.accsept-icons::before,
    .mypage-section01-box li.favorite-icons::before {
        width: 25px;
        height: 25px;
    }

    .regidens-subtitle-first {
        margin-top: 30px;
    }

    .b-box .gray-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gray-box-addition {
        font-size: 14px;
        padding: 25px;
    }

    .gray-box-addition p {
        margin-bottom: 0;
    }

    .mypage-new-alert {
        color: #ee7313;
        font-size: 30px;
        margin-top: -5px;
        display: inline-block;
    }

    .mypage-section01-box li a {
        font-size: 15px;
        vertical-align: middle;
        line-height: 1.8em;
    }

    a.mypage-residence-btn-link {
        padding-left: 15%;
        width: 84%;
    }

    a.mypage-residence-btn-link.light-gray-text {
        width: 60%;
    }

    a.mypage-residence-btn-link.light-gray-text.accsept-residence-card,
    a.mypage-residence-btn-link.light-red-text.no-residence-card {
        width: 39%;
    }

    a.mypage-residence-btn-link.light-gray-text.accsept-residence-card,
    a.mypage-residence-btn-link.light-red-text.no-residence-card {
        width: 48%;
    }

    .red-text.text-left.sub-text {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .intervew-box-mt-normal {
        margin-top: 0px;
    }

    .favorite-box-innner {
        padding: 45px 30px 45px 30px;
    }

    .job-thumbnail {
        height: 140px;
    }

    .ellipsis.application-history-title img {
        width: 5%;
        margin-right: 2%;
    }

    .application-history-title {
        margin-top: 17px;
        margin-bottom: 17px;
    }
    .title-margin {
        margin-bottom: 48px;
    }
    .title-margin-suggestion {
        margin-bottom: 36px;
    }

    .intervew-job-info-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .upload-box {
        padding: 0;
        margin-top: 50px;
        padding-left: 40px;
    }

    .select2-container--default
        .select2-selection--multiple
        .select2-selection__rendered {
        min-height: 50px;
    }

    .logout-box {
        display: none;
    }
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

#mypage_scout_mail_isReceiveEmail label[for="mypage_scout_mail_isReceiveEmail_0"] {
    padding-right: 3rem;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .sp-flex {
        display: flex;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mypage-section01-box {
        margin: 10px auto 20px auto;
        max-width: 96%;
    }
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 1199px) {
    .radio-inline input[type="radio"] {
        margin-left: 10px;
    }
}

@media (min-width: 767px) and (max-width: 1199px) {
    .sp-flex {
        display: flex;
        width: 50%;
    }
}

@media screen and (min-width: 560px) {
    ul.menu.menue {
        margin-top: 30px;
    }
}

@media screen and (min-width: 960px) {
    .pc-nav ul.last-child {
        border-right: none;
    }
}

.keep-all {
    word-break:keep-all
}

.under-line {
    text-decoration: underline
}

.text-red {
    color: red;
}

.text-bold {
    font-weight:bold;
}

.text-warning-small {
    font-size: 12px;
    color: #DA1727;
}

.icon-white {
    color: white;
    font-size: xx-large;
}

.icon-white-l {
    color: white;
    font-size: larger;
}

.interview-method-box {
    background-color: #ee7313;
    width: 110px;
    height: 20px;
    text-align: center;
    color: white;
    border-radius: 5px;
    font-size: 11px;
}

.calendar-link {
    color:#515c6f;
}

.calendar-link:hover {
    text-decoration: none;
    color: #7d7d7d;
}


.calendar-title {
    text-decoration: underline
}

.add-calendar-btn {
    border: 1px solid #007BFF;
    border-radius: 17px;
    color: #007BFF;
    font-size: 0.9rem;
    min-width: 150px;
    white-space: nowrap;
}

.add-calendar-btn:hover {
    opacity: 0.8;
    color: #007BFF;
}

.temporary-application-label {
    color: #fff;
    background-color: #eca13a;
    padding: 5px 15px;
    display: inline-block;
    width: fit-content;
}
.completed-application-label {
    color: #fff;
    background-color: #919191;
    padding: 5px 15px;
}