.c-form__error {
    color:red;
}

.c-form__error_center {
    justify-content: center;
    display: flex;
}

/* SP ポップアップ表示 */
@media (max-width: 768px) {
  .jconfirm-box {
    width: 65% !important;
  }
}

.user_alert_button,
.user_confirm_button {
    background: #F78F00;
    color: #fff;
}

/* 応募済み */
.applyed {
    background-color: #999999 !important;
    color: #eeeeee !important;
    border: #999999 !important;
}

/* 入社日（デザイン側ではフォームが2つに分かれていたのでまとめる）*/
@media (max-width: 768px) {
  #hiring_date {
     width: 100% !important;
  }
}

@media (min-width: 769px) {
  #hiring_date {
    width: 49% !important;
  }
}

/* ヘッダーのログインユーザ名 */
.name-erea {
    text-align:right;
}

/* チャットのメッセージの折り返し */
.mypage .outer .main-content #chats .chat-list .message p {
    word-break: break-all;
    overflow-wrap: break-word;
}


.mypage .outer .main-content #chats .input-erea .input-wrap textarea {
    resize: none;
    overflow-y: scroll;
    height: 100%;
}

@media (max-width: 768px) {
    .mypage .outer .main-content #chats .input-erea .input-wrap textarea {
        min-height: 200px;
        overflow-y: visible;
    }

    .mypage.mypage-chat#global{

    }
}

/* CKEditor */
/* comment */
.news-article .marker,
#comment .marker {
  background-color: Yellow;
}

.news-article h3,
#comment h3 {
  color: #0088D0;
  font-size: 1.8rem;
  font-weight: 500;
}

.news-article h2{
  color: #0088D0;
  font-size: 2.0rem;
  font-weight: 500;
}

.news-article h1,
#comment h1 {
  color: #0088D0;
  font-size: 2.5rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .news-article h3,
  #comment h3 {
    font-size: 1.8rem;
  }
}

@media (min-width: 769px) {
  .news-article h3,
  #comment h3 {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .news-article h3,
  #comment h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .news-article h3,
  #comment h3 {
    margin-bottom: 3.2vw;
  }
}

@media (min-width: 769px) {
  .news-article h3,
  #comment h3 {
    margin-bottom: 0.85714vw;
  }
}

@media (min-width: 1401px) {
  .news-article h3,
  #comment h3 {
    margin-bottom: 12px;
  }
}

.news-article strong,
#comment strong {
  font-weight: bold;
}

.news-article em,
#comment em {
  font-style: italic;
}

.news-article ol,
#comment ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.news-article li,
#comment li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.news-article ul,
#comment ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.news-article blockquote,
#comment blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

.job-form-comment {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 200;
}

.support-payment-table table {
    width: 100%;
    margin: 0 0 1.3vw 0;
}
.support-payment-table table tr {
    display: table-row;
}
.support-payment-table table tr th {
    width: 50%;
}
.support-payment-table .support-payment-price {
    text-align: right;
    white-space: nowrap;
    font-weight: 200;
    width: 25%;
}
@media (max-width: 768px) {
    .support-payment-table table tr th {
        padding: 0vw 0vw 4.26667vw 0vw;
    }
    .support-payment-table .support-payment-price {
        font-size: 3.73333vw;
    }
}

.mypage .outer .main-content #chats .chat-list .message article p a.send_file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    font-size: 1.2rem;
    padding-left: 25px;
}
.mypage .outer .main-content #chats .chat-list .message article p a.send_file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    font-size: 1.2rem;
    padding-left: 25px;
}
.mypage .outer .main-content #chats .chat-list .message article p a.send_file:before {
    background-image: url(/img/user/icon_condition_salary.svg);
}
.mypage .outer .main-content #chats .chat-list .message article p a.send_file:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat:no-repeat;
    position:absolute;
    top:0;
    left:0;
}

.mypage .outer .main-content #chats .chat-list .message article p a,
.mypage .outer .main-content #chats .chat-list .message article p a:hover {
    color: #0000ee;
    text-decoration: underline;
}
.mypage .outer .main-content #chats .chat-list .message article p a:visited {
    color: #551b8c;
}

.c-form table tr th .scout-up {
    color: #ff0000;
    position: relative;
    margin-left: 4px;
    font-size: 1.2rem;
    border: 1px solid #ff0000;
    padding: 0 2px;
}

@media (max-width: 768px) {
    .c-form table tr th .scout-up {
        font-size: 3.2vw;
    }
}

@media (min-width: 769px) {
    .c-form table tr th .scout-up {
        font-size: 0.85714vw;
    }
}

@media (min-width: 1200px) {
    .c-form table tr th .scout-up {
        font-size: 12px;
    }
}

#floating.profile-floating {
    left: 80%;
    width: 30%;
}

#floating.profile-floating .profile-floating-inner {
    background-color: #FF8A00;
}

#floating.profile-floating .profile-floating-text {
    white-space: nowrap
}

#floating.profile-floating .profile-floating-inner:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
  width: 0px;
  height: 0px;
  margin-right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 768px) {
    #floating.profile-floating {
        left: 50%;
        width: 100%;
    }
}

.front .bottom-register {
    display: block;
    position: relative;
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .front .bottom-register {
        padding: 0vw 0vw 21.33333vw 0vw;
    }
}

@media (min-width: 769px) {
    .front .bottom-register {
        padding: 0vw 0vw 5.71429vw 0vw;
    }
}

@media (min-width: 1401px) {
    .front .bottom-register {
        padding: 0px 0px 80px 0px;
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .front .bottom-register {
        padding: 0vw 0vw 12.8vw 0vw;
    }
}

@media (max-width: 768px) and (min-width: 769px) {
    .front .bottom-register {
        padding: 0vw 0vw 3.42857vw 0vw;
    }
}

@media (max-width: 768px) and (min-width: 1401px) {
    .front .bottom-register {
        padding: 0px 0px 48px 0px;
    }
}

.front .bottom-register .container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 84%;
    margin: 0 auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.front .bottom-register .container .content a {
    width: 100%;
}

@media (max-width: 768px) {
    .front .bottom-register .container .content a {
        padding: 5.33333vw 0vw 5.33333vw 0vw;
        font-size: 4.26667vw;
    }
}

@media (min-width: 769px) {
    .front .bottom-register .container .content a {
        padding: 1.42857vw 0vw 1.42857vw 0vw;
        font-size: 1.28571vw;
    }
}

@media (min-width: 1401px) {
    .front .bottom-register .container .content a {
        padding: 20px 0px 20px 0px;
        font-size: 18px;
    }
}

.front .bottom-register .container .content a.buttons--register:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0;
    right: 0%;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-image: url(/img/user/icon_register.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .front .bottom-register .container .content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .front .news-pickup .container .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.near-conditions {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 0;
}

.near-conditions li {
    width: 50%;
    padding: 10px 5%;
}

.near-conditions a {
    color: #0088D0;
    font-size: 14px;
}

@media (max-width: 768px) {
    .near-conditions li {
        width: auto;
        padding: 3.2vw 3.2vw 0vw 3.2vw;
    }
    .near-conditions a {
        font-size: 3.73333vw;
    }
}

.mypage-side-button .c-button {
    padding: 7px 8px;
    font-size: 1.07143vw;
    color: #00C8D9;
    border: solid 1px #00C8D9;
}
@media (min-width: 1200px) {
    .mypage-side-button .c-button {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .mypage-side-button a {
        display: block !important;
        text-align: center;
    }
    .mypage-side-button a::before {
        display: none !important;
    }
}

.mypage-bottom-button {
    padding-top: 60px;
}

.mypage-bottom-button .c-button {
    font-size: 14px;
    padding: 20px 12px;
}

@media (max-width: 768px) {
    .mypage-bottom-button {
        padding-top: 16vw;
    }
    .mypage-bottom-button .c-button {
        font-size: 2.73333vw;
        padding: 3.73333vw 3.2vw 3.73333vw 3.2vw;
    }
    .menus-area .mypage-side-button .c-button {
        font-size: 4vw;
        padding: 2.13333vw 0vw 2.13333vw 0vw;
        margin-top: 2.13333vw;
    }
}

.notfound-item .notfound-item-button {

}

.notfound-item .notfound-item-button:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0;
    right: 0%;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-image: url(/img/user/icon_register.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.notfound-item .notfound-item-text {
    padding-top: 20px;
}

@media (max-width: 768px) {
    .notfound-item .notfound-item-button {
        padding: 5.33333vw 0vw 5.33333vw 0vw;
        font-size: 4.26667vw;
    }
    .notfound-item .notfound-item-text {
        font-size: 3.56667vw;
        font-weight: bold;
    }
}

@media (min-width: 769px) {
    .notfound-item .notfound-item-button {
        padding: 1.42857vw 0vw 1.42857vw 0vw;
        font-size: 1.28571vw;
    }
    .notfound-item .notfound-item-text {
        font-size: 1.28571vw;
    }
}

@media (min-width: 1401px) {
    .notfound-item .notfound-item-button {
        padding: 20px 0px 20px 0px;
        font-size: 18px;
    }
    .notfound-item .notfound-item-text {
        font-size: 22px;
    }
}

.around-address-orange {
    margin-top: 24px !important;
    background-color: #00C8D9;
    border: solid 1px #00C8D9;
}

#pop__around__address {
    height: 0;
    width: 0;
    overflow: hidden;
}
#pop__around__address.activate {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #ffffff8f;
}
#pop__around__address.activate .pop_content_area {
    background-color: #fff;
    width: 90%;
    box-shadow:  30px 30px 60px #cccccc;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

#pop__around__address__close {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #00C8D9;
    cursor: pointer;
}
#pop__around__address__close:before {
    content: '×';
    font-weight: bold;
    position: absolute;
    top: -2px;
    left: 3px;
    color: #fff;
}
#pop__around__address.activate .pop_content_area h2 {
    font-size: 2rem;
    padding-bottom: .5rem;
    text-align: center;
}
#pop__around__address.activate .pop_content_area p {
    font-size: 1.1rem;
}
#pop__around__address.activate .pop_content_area a {
    max-width: 80%;
    margin: 1rem auto;
    padding: 15px 10px;
    border-radius: 30px;
}
#pop__around__address.activate .pop_content_area a.c-button.c-button--aqua.pop_orange {
    background-color: #FF8A00;
    border-color: #FF8A00;
    color:#FFFFFF;
}
#pop__around__address.activate .pop_content_area a.c-button.c-button--aqua {
    background-color: #00C8D9;
    border-color: #00C8D9;
    color:#FFFFFF;
}

@media (min-width: 769px) {
    #pop__around__address.activate .pop_content_area {
        background-color: #fff;
        width: 50%;
        box-shadow:  30px 30px 60px #cccccc;
        padding: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
    }
    #pop__around__address.activate .pop_content_area p {
        font-size: 1.3rem;
        text-align: center;
    }
}

.delete-address-button {
    margin: 0.5vw 0vw 0.5vw 0vw;
    padding: 0.57143vw 0.5vw 0.57143vw 0.5vw;
    width: 60px;
}

@media (max-width: 768px) {
    .delete-address-button {
        width: 50px;
    }
}
@media (min-width: 425px)  and (max-width: 768px) {
    .delete-address-button {
        width: 80px;
    }
}

.delete-address-button[data-number="0"] {
    display: none;
}
