@charset "UTF-8";
/* --------------------------
    リセット
-------------------------- */
body {
    font-family: "Noto Sans JP","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* --------------------------
    共通
-------------------------- */
.inner {
    padding: 0 2.6667%;
    max-width: 600px;
    margin: 0 auto;
}
.mt30 {
    margin-top: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
a:hover {
    opacity: 0.7;
}

/* --------------------------
    キービジュアル
-------------------------- */
.kv {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.kv img {
    width: 100%;
    vertical-align: bottom;
}
a.top_link:hover {
    opacity: 1;
}


/* --------------------------
    ボタン
-------------------------- */
.application {
    padding: 20px 0 0;
}
a.application_btn {
    display: block;
    width: 270px;
    margin: 0 auto;
    background: #DE0F85;
    border-radius: 6px;
    color: #fff;
    line-height: 1.6667;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    padding: 8px 0;
}
a.application_btn + a.application_btn {
    margin: 16px auto 0;
}

.application_end {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 15px auto 30px;
}


/* --------------------------
    応募規約
-------------------------- */
.rule {
    padding: 36px 0 0;
}
.rule + .rule {
    padding: 26px 0 0;
}
.rule p {
    font-size: 15px;
    line-height: 1.4667;
}
.rule p + p {
    margin-top: 20px;
}
.rule:first-of-type {
    padding: 40px 0 0;
}
.rule a {
    text-decoration: none;
    color: #0266CC;
}
.rule_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6667;
}
.rule_title::before {
    content: "■";
}
.rule_title_num {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6667;
}

ul.rule_note {
    list-style: none;
    margin: 6px 0 0;
}
ul.rule_note li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 15px;
    line-height: 1.7333;
}
ul.rule_note li::before {
    content: "※";
}


/* --------------------------
    フォーム周り
-------------------------- */
.entry {
    background: #EFEFEF;
    border-radius: 6px;
    margin: 28px 0 0;
}
.entry_inner {
    padding: 36px 2.6667%;
}
.entry_title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.entry_note {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 20px;
}
.entry_note span {
    word-break: break-all;
    letter-spacing: -0.02em;
}
.required {
    display: inline-block;
    background: #E00000;
    color: #fff;
    line-height: 1.8;
    font-size: 14px;
    margin-left: 8px;
    padding: 0 7px;
    text-align: center;
}


/* --------------------------
    フォーム関連
-------------------------- */
.contactFormItem.consent_btn {
    text-indent: -1em;
    padding-left: 1em;
}
.contactFormItem_box {
    margin-top: 26px;
}
.contactFormItem_box p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6667;
}
.contactFormItem.consent_btn label {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6667;
    color: #DE0F85;
}
.contactFormItemImput01 {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    line-height: 2.875;
    padding: 0 15px;
    margin-top: 5px;
}
p.blank,
.contactFormItem div p.blank {
    font-size: 16px;
    font-weight: bold;
    color: #DE0D85;
    margin-top: 5px;
}
.contactFormItem div.label01 label {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6667;
}
.contactFormItemName {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6667;
    margin-top: 20px;
}
.contactFormItemName_note {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.1429;
}
.contactFormItemName_id {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4667;
    margin: 10px 0;
}
.contactFormItemName_update {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4667;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
}
.contactFormItem div {
    display: block;
}
.contactSubmit {
    width: 270px;
    margin: 40px auto 0;
}
.contactSubmit input {
    font-family: "Noto Sans JP","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
    border-radius: 6px;
    color: #fff;
    line-height: 1.6667;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 0;
    border: unset;
    border-radius: 6px;
    width: 100%;
}
.contactSubmit input.send {
    background: #DE0F85;
}
.contactSubmit input.update {
    background: #767676;
}
.contactSubmit input + input {
    margin-top: 16px;
}
.consent_btn a {
    text-decoration: none;
    color: #0266CC;
}
.contactSubmit input:hover {
    opacity: 0.7;
}
.contactFormItemConfirm {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6667;

}

/* --------------------------
    注意事項
-------------------------- */
.points {
    background: #FFE3F3;
    padding: 40px 2.6667%;
    margin: 36px auto 54px;
    max-width: 600px;
}
.points_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7333;
    text-align: center;
}
ul.points_list {
    list-style: none;
    margin: 10px 0 0;
}
ul.points_list li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.7333;
}
ul.points_list li.points_list_mt30 {
    margin-top: 30px;
}
ul.points_list li::before {
    content: "・";
}


/* --------------------------
    フッター
-------------------------- */
footer {
    background: #EFEFEF;
    max-width: 600px;
    margin: 0 auto;
    padding: 21px 0;
}
footer img {
    display: block;
    width: 140px;
    margin: 0 auto;
}
footer .copyright {
    font-size: 10px;
    margin: 13px auto 0;
    text-align: center;
}

/* --------------------------
    rule.htmlで使用
-------------------------- */

/* --------------------------
    タイトル部分
-------------------------- */
.contents_title {
    background: #FFE3F3;
    font-size: 20px;
    /* font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif; */
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 25px 0;
    max-width: 600px;
    margin: 0 auto;
}
.read {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.7333;
    margin-top: 36px;
}

ul.rule_note.rule_note_dot li::before {
    content: "・";
}
.contact_add {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6667;
    margin: 30px 0 0;
}
.contact_add a {
    color: #0266CC;
    text-decoration: none;
}


a.close {
    background: #DEDEDE;
    border-radius: 6px;
    display: block;
    width: 200px;
    margin: 40px auto;
    text-decoration: none;
    color: #333333;
    line-height: 1.6667;
    padding: 14px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.confirmation_message {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4167;
    letter-spacing: -0.02em;
    text-align: center;
}
.confirmation_note {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8571;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 30px;
}


/* --------------------------
    thanks.htmlで使用
-------------------------- */
.thanks {
    background: #FFE3F3;
    border-radius: 6px;
    margin: 25px 0 170px;
    padding: 40px 10px;
}
.thanks_message {
    font-size: 24px;
    line-height: 1.0417;
    font-weight: bold;
    letter-spacing: -0.02em;
    text-align: center;
}
.thanks_text {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    margin-top: 15px;
}
ul.thanks_note {
    list-style: none;
    margin: 26px 0 0;
}
ul.thanks_note li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    font-weight: bold;
}
ul.thanks_note li + li {
    margin-top: 26px;
}
ul.thanks_note li::before {
    content: "※";
}



/*--- inview 関連 ---*/
.inview {
    opacity: 0;
    transform: translate(0,30px);
    -webkit-transform: translate(0,30px);
    transition: .5s;
}
.effect {
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

/* --------------------------
    イベント詳細リスト
-------------------------- */
.event_list {
    list-style: none;
    counter-reset: event-counter;
    margin: 0;
}

.event_list > li {
    counter-increment: event-counter;
    margin: 26px 0 0;
}

.event_list > li::before {
    content: counter(event-counter, decimal) "．";
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4667;
}

.event_list_title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4667;
}
.event_list_title + p {
    margin-top: 6px;
}
.event_sub_list {
    list-style: none;
    margin: 6px 0 0;
}

.event_sub_list li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 15px;
    line-height: 1.7333;
}

.event_sub_list li::before {
    content: "※";
}

span.event_note {
    font-size: 15px;
    line-height: 1.7143;
    margin: 5px 0 0 0;
    text-indent: -1em;
    padding-left: 1em;
    display: block;
}
span.event_note::before {
    content: "※";
}

/* --------------------------
    通知リスト
-------------------------- */
.notice_list {
    list-style: none;
    margin: 10px 0 0;
}

.notice_list li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 15px;
    line-height: 1.7333;
    margin-bottom: 10px;
}

.notice_list li::before {
    content: "・";
}

