@charset "utf-8";



.register-profile .l-header,
.register-company .l-header {
    padding-bottom: 0;
}

.register-profile .header-main,
.register-company .header-main {
    margin-bottom: 0;
}

.register-profile .login-btns,
.register-company .login-btns {
    display: none;
}

.register-profile .l-main,
.register-company .l-main {
    padding: 30px 15px;
}


/* 登録してあるメールアドレスの表示 */

.my-email {
    margin-bottom: 20px;
}

.my-email p {
    color: #555;
    font-size: 16px;
}

.my-email p:first-of-type {
    margin-bottom: 7.5px;
    font-weight: bold;
}

@media print, screen and (min-width: 769px) {
    .my-email {
        margin-bottom: 40px;
    }
}


/* フォーム -------------------------------------- */

.form-title {
    margin-bottom: 20px;
    color: #02a89d;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .5px;
}

.form-row {
    margin-bottom: 20px;
}

.form-button {
    display: inline-block;
    padding: 15px;
    border: 2px solid #02a89d;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    background-color: #02a89d;
    color: #fff;
    white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
    .form-title {
        font-size: 18px;
        letter-spacing: 1px;
    }
}

@media print, screen and (min-width: 960px) {
    .form-title {
        margin-bottom: 30px;
        font-size: 20px;
    }
}

/* 項目名 */

.form-head {
    margin-bottom: 7.5px;
}

.form-head label {
    color: #555;
}

.form-head label span {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}

.form-head label .form-head-note {
    font-weight: normal;
}

.form-row-occupation .form-head label .form-head-note {
    display: none;
}

@media screen and (min-width: 769px) {
    .form-row-occupation .form-head label .form-head-note {
        display: inline-block;
    }
}

.form-head label .icon-required {
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 1px;
    background-color: #ea395f;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
}

/* - 注意書き */

.form-note {
    margin-top: 5px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-decoration: underline;
}

/* 入力欄 */

.form-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-data.form-data-radio {
    justify-content: flex-start;
}

.form-data.form-data-radio label {
    margin-right: 15px;
    cursor: pointer;
}

.form-data.form-data-radio input {
    margin: 0;
}

.form-data.form-data-radio label span {
    margin-left: 5px;
    font-size: 15px;
    vertical-align: middle;
}

.form-data.form-data-check {
    display: block;
}

.form-data.form-data-check label {
    display: inline-block;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.form-data.form-data-check label span {
    vertical-align: middle;
    letter-spacing: .5px;
}

.form-birth .form-data {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-data.form-data-address {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-data.graduate {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-data.school-type-data {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* 入力欄 -.form-input */

.form-input {
    width: 100%;
    padding: 10px 0 10px 10px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-input::-webkit-input-placeholder {
    padding-top: 0.2em;
}

.form-input#last-name,
.form-input#first-name,
.form-input#last-furigana,
.form-input#first-furigana {
    width: 49%;
    width: calc(50% - 5px);
}

.form-input.p-locality {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form-input.p-street-address {
    margin-top: 5px;
}

.address-note {
    width: 100%;
    margin-top: 10px;
    letter-spacing: .5px;
}

/* 入力欄 -テキストエリア */

.form-textarea {
    width: 100%;
    min-height: 200px;
    padding: 10px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.25;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 入力欄 -ラジオボタン */

.form-radio input {
    display: none;
}

.form-radio {
    position: relative;
    width: 49%;
    width: calc(50% - 5px);
    padding: 10px 0 10px 40px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}

.form-radio span {
    color: #555;
    line-height: normal;
}

.form-radio span::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid #888;
    border-radius: 50%;
    content: "";
}

.form-radio input:checked + span::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #888;
    content: "";
}

.form-data.school-type-data .form-radio {
    margin-bottom: 10px;
}

.form-data.school-type-data .form-radio:nth-last-of-type(2),
.form-data.school-type-data .form-radio:last-child {
    margin-bottom: 0;
}

.form-data.division-data .form-radio {
    width: 32%;
    width: calc(33.3% - 5px);
}

/* 入力欄 -セレクトボックス */

.form-select::-ms-expand {
    display: none;
}

.form-select {
    max-width: 100%;
    padding: 9px 30px 9px 10px;
    border-color: #bfbfbf;
    border-radius: 3px;
    background-color: #fff;
    background-image: url(../images/arrow-select.svg);
    background-repeat: no-repeat;
    background-size: 12px 10px;
    background-position: right 10px center;
    color: #555;
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form-select-address {
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

.unit {
    margin: auto 6px;
}

/* 資格やスキルに関する表示 */

.my-skill-list li {
    line-height: 2;
    letter-spacing: 1px;
}

.my-skill-list .no-skill {
    text-decoration: underline;
}

.my-skill-edit a {
    line-height: 2;
}

/* 確認ボタン */

.join-btn {
    text-align: center;
}

.join-btn button {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border: 2px solid #ea395f;
    border-radius: 3px;
    background-color: #ea395f;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

@media print, screen and (min-width: 768px) {
    .join-btn button {
        font-size: 16px;
    }
}

@media print, screen and (min-width: 769px) {
    .register-profile .l-main,
    .register-company .l-main {
        max-width: 800px;
        padding: 60px 0;
    }
    
    .form-row {
        margin-bottom: 40px;
    }
    
    .form-head {
        margin-bottom: 10px;
    }
    
    .register-profile .join-btn button,
    .register-company .join-btn button {
        max-width: 200px;
        font-size: 15px;
    }
    
    .join-btn button {
        -webkit-transition: .2s ease;
        transition: .2s ease;
    }
    
    .join-btn button:hover {
        opacity: .8;
    }
}


/* インターンシップ情報 登録ページ
   ========================================================================== */

.register-internship .l-main {
    max-width: 800px;
    padding: 30px 15px;
}

.register-internship-image {
    margin-bottom: 60px;
}

.register-internship-note {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.75;
}

.register-internship-image-note {
    margin-bottom: 20px;
    line-height: 1.75;
    letter-spacing: 1px;
}

.register-internship-image a {
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
    background-color: #02a89d;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
    -webkit-box-shadow: 2px 2px 6px #aaa;
    box-shadow: 2px 2px 6px #aaa;
}

.form-internship-start .form-data,
.form-internship-deadline .form-data {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-row.form-internship-area {
    margin-bottom: 15px;
}

.form-internship-area .form-data {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-internship-area .form-data::after {
    display: block;
    width: 33%;
    content: "";
}

.checkbox-internship-area {
    display: block;
    margin-bottom: 5px;
    width: 33%;
    line-height: 2;
}

.checkbox-internship-area input {
    display: none;
}

.checkbox-internship-area span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    word-break: break-all;
}

.checkbox-internship-area span::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 2px;
    content: "";
}

.checkbox-internship-area input:checked + span::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 7px;
    height: 14px;
    -webkit-transform: translateY(-50%) rotate(40deg);
    transform: translateY(-50%) rotate(40deg);
    border-bottom: 3px solid #02a89d;
    border-right: 3px solid #02a89d;
    content: "";
}

.register-internship-form .join-btn button {
    max-width: 250px;
}

@media print, screen and (min-width: 769px) {
    .register-internship .l-main {
        padding: 80px 0;
    }

    .form-row.form-internship-area {
        margin-bottom: 35px;
    }
    
    .checkbox-internship-area {
        width: 25%;
    }
}


.change-link {
    margin-top: 30px;
}

.change-link a {
    border-bottom: 1px solid transparent;
    color: #06c;
    font-weight: bold;
}

@media print, screen and (min-width: 769px) {
    .change-link {
        margin-top: 60px;
    }
    
    .change-link a {
        font-size: 15px;
    }
    
    .change-link a:hover {
        border-bottom: 1px solid #06c;
    }
}

/* 削除ボタン --------------------------------- */

.delete-internship {
    margin-top: 60px;
}

.delete-internship-note {
    margin-bottom: 20px;
    line-height: 1.75;
    letter-spacing: 1px;
}

.delete-internship .join-btn button {
    max-width: 250px;
}


/* ID（メールアドレス）・パスワードを忘れた場合ページ
   ========================================================================== */

.forgot .l-main {
    max-width: 800px;
    padding: 15px;
}

.forgot-pass {
    margin-bottom: 30px;
    padding: 30px 15px;
}

.forgot-pass .forgot-note {
    margin-bottom: 20px;
}

.forgot-pass .join-btn button {
    max-width: 240px;
}

.forgot-id {
    padding: 30px 15px;
}

.forgot-note p {
    line-height: 1.5;
    letter-spacing: .5px;
}

@media print, screen and (min-width: 769px) {
    .forgot .l-main {
        padding: 60px 0;
    }
    
    .forgot-pass {
        margin-bottom: 50px;
    }
    
    .forgot-pass .forgot-note {
        margin-bottom: 40px;
    }
}


/* 退会ページ -------------------------------- */

.unsubscribe-container {
    padding: 15px;
}

.unsubscribe-form {
    padding: 30px 15px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}

.unsubscribe-guide {
    margin-bottom: 20px;
}

.unsubscribe-guide p {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: .5px;
}

@media print, screen and (min-width: 600px) {
    .unsubscribe-container {
        padding: 30px 0;
    }
    
    .unsubscribe-form {
        width: 90%;
        max-width: 750px;
        margin: auto;
    }
}

@media print, screen and (min-width: 768px) {
    .unsubscribe-form {
        padding: 60px 0;
        border: 1px solid #eee;
    }
    
    .unsubscribe-form-inner {
        width: 80%;
        max-width: 500px;
        margin: auto;  
    }
    
    .unsubscribe-guide p {
        font-size: 14px;
    }
}

@media print, screen and (min-width: 960px) {
    .unsubscribe-container {
        padding: 60px 0;
    }
}


/* 退会確認ページ ---------------------------- */

.unsubscribe-reason {
    margin-bottom: 30px;
}

.unsubscribe-reason dt {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}

.unsubscribe-reason dd {
    line-height: 1.5;
    letter-spacing: .5px;
}

.unsubscribe .complete-link {
    margin-top: 30px;
}

.unsubscribe .complete-link a {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border: 2px solid #01a89d;
    border-radius: 3px;
    background-color: #01a89d;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

@media print, screen and (min-width: 768px) {
    .unsubscribe-reason dt {
        font-size: 15px;
        letter-spacing: 1px;
    }
    
    .unsubscribe-reason dd {
        font-size: 14px;
        letter-spacing: 1px;
    }
    
    .unsubscribe .complete-link a {
        font-size: 16px;
    }
}

@media print, screen and (min-width: 960px) {
    .unsubscribe-reason dt {
        font-size: 16px;
    }
    
    .unsubscribe-reason dd {
        font-size: 15px;
    }
    
    .unsubscribe .complete-link a {
        -webkit-transition: .2s ease;
        transition: .2s ease;
    }
    
    .unsubscribe .complete-link a:hover {
        opacity: .7;
    }
}


.note--register {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 3px;
    background-color: #fbe7eb;
    color: #000;
}

.note--register p {
    text-align: justify;
    line-height: 1.75;
    letter-spacing: .5px;
}

@media screen and (min-width: 960px) {
    .note--register {
        margin-bottom: 30px;
        padding: 20px;
    }

    .note--register p {
        line-height: 2;
        letter-spacing: 1px;
    }
}