/* CSS information ===================================================

	file name  : style.ver6_base.css

    このcssは、以下のテンプレートのレスポンシブデザイン対応版となります。
    campt/member/pc/frame.ver6_base.ini

	ブレイクポイント：768px

=================================================================== */

@charset "UTF-8";

/* 汎用設定 ここから ============================================= */

.btn_color01 {
    background-color: #cf7b6c;
}

.btn_color01:hover {
    background-color: rgba(162, 41, 19, 1.0);
}


.btn_color_line {
    background-color: #5BC754;
}

.btn_color_line:hover {
    background-color: rgba(162, 41, 19, 1.0);
}

.btn_color_facebook {
    background-color: #1978F3;
}

.btn_color_facebook:hover {
    background-color: rgba(162, 41, 19, 1.0);
}

.h2_bgcolor {
    background-color: rgba(162, 41, 19, 1.0);

}

@keyframes bggradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.stampcard_images_bgcolor {
    background-color: #F7F1E8;
}

/* 賞品一覧 */
div#goods_contents .course_box .prize_box .prize_title h3 {
    background-color: #C94247;
}

div#goods_contents .goods_box_right h4.goods_name:after {
    background-color: rgba(162, 41, 19, 1.0);
}

/* 汎用設定 ここまで ============================================= */

/* index.html ここから ============================================= */

/* #main_visual */
div#main_visual {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#main_visual .main_visual_bg {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #dddddd;
}

div#main_visual .main_visual_bg .changeImg.pc_only {
    display: none;
}

div#main_visual .main_visual_bg .changeImg.sp_only {
    width: 100%;
    max-width: 768px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

div#main_visual .main_visual_bg .changeImg.sp_only img {
    width: 100%;
    max-width: 100vw;
    height: 100%;
    max-height: 100vh;
    object-fit: contain;
}

/* #notice */
div#notice {
    width: 100%;
    max-width: 768px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 0 10px;
}

div#notice dl.error {
    border-color: #0363B0;
}

div#notice dl.error dt {
    background-color: #0363B0;
}

div#notice dl.error dd {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 0 0 3px 3px;
    line-height: normal;
    text-align: justify;
    word-break: break-all;
}

/* #content.index */
div#content.index {
    margin-top: 10px;
}

/* #goods_contents */
div#goods_contents {
    width: 100%;
    height: auto;
}

/* goods_contents_title */
div#goods_contents .goods_contents_title h2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: justify;
    word-break: break-all;
}

/* #goods_contents : h2 部分 */
div#goods_contents .course_box .course_title h2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: justify;
    word-break: break-all;
}

/* #goods_contents : h3 部分 */
div#goods_contents .course_box .prize_box {
    background-color: rgba(245, 245, 245, 0.3);
}

div#goods_contents .course_box .prize_box {
    padding-top: 10px;
}

div#goods_contents .course_box .prize_box:last-child {
    padding-bottom: 10px;
}

div#goods_contents .course_box .prize_box .prize_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

div#goods_contents .course_box .prize_box .prize_title h3 {
    width: 100%;
    height: auto;
    display: flex;
    font-size: 1.3em;
    line-height: normal;
    font-weight: bold;
    color: #ffffff;
    padding: 0.5em 1em;
    border-radius: 5px 5px 0 0;
    text-align: justify;
    word-break: break-all;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* #goods_contents : 賞品（等級）部分 */
div#goods_contents .goods_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

div#goods_contents .goods_box_line {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

div#goods_contents .goods_box_left.pc_only {
    display: none;
}

div#goods_contents .goods_box_right {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.0em;
}

div#goods_contents .goods_box_right h4.goods_name {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    line-height: normal;
    font-weight: bold;
    text-align: justify;
    word-break: break-all;
    position: relative;
    padding-bottom: 10px;
}

div#goods_contents .goods_box_right h4.goods_name:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
}

div#goods_contents .goods_box_right .goods_figure {
    margin-top: 1em;
    font-size: 1.1em;
    line-height: normal;
    font-weight: bold;
    text-align: justify;
    word-break: break-all;
}

div#goods_contents .goods_box_right .goods_figure div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

div#goods_contents .goods_box_right .goods_figure span {
    font-size: 2.0em;
    color: #e98713;
    padding: 0 0.5rem;
}

div#goods_contents .goods_box_right .goods_image.sp_only {
    width: 240px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    padding: 0.5em;
    background: rgba(245, 245, 245, 0.3);
    border-radius: 5px;
}

div#goods_contents .goods_box_right .goods_image.sp_only img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

div#goods_contents .goods_box_right .goods_desc {
    margin-top: 1em;
    font-size: 1.1em;
    line-height: normal;
    text-align: justify;
    word-break: break-all;
}

/* #overview */
dl#overview.accordion {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

dl#overview.accordion dt {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #ffffff;
    padding: 0.5em 2em;
    cursor: pointer;
    background: url(../../../sp/img/sp_point_menu_ico01.png) no-repeat calc(100% - 0.5em) center;
    background-size: 20px 20px;
    text-align: justify;
    word-break: break-all;
}

dl#overview.accordion dt.opened {
    position: relative;
    color: #ffffff;
    background: url(../../../sp/img/sp_point_menu_ico02.png) no-repeat calc(100% - 0.5em) center;
    background-size: 20px 20px;
}

dl#overview.accordion dd {
    width: 100%;
    height: auto;
}

dl#overview.accordion .accordion_contents.acContent {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(245, 245, 245, 0.3);
    padding: 10px;
}

dl#overview.accordion .accordion_contents.acContent .overview_text {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 1em 1em 0 1em;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: justify;
    word-break: break-all;
}

dl#overview.accordion .accordion_contents.acContent .overview_text:last-child {
    padding-bottom: 1em;
}

/* #overview : 組込み装飾 */
dl#overview.accordion .accordion_contents.acContent .overview_text h3 {
    font-size: 1.3em;
    line-height: normal;
    padding: 0.5em;
    color: #494949;
    background: #fffaf4;
    border-left: solid 5px #ffaf58;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 0.5em;
}

dl#overview.accordion .accordion_contents.acContent .overview_text h4 {
    background: #fffaf4;
    padding: 0.5em 0;
    font-size: 1.1em;
}

dl#overview.accordion .accordion_contents.acContent .overview_text div {
    font-size: 1.0em;
    line-height: normal;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 1.0em;
}

dl#overview.accordion .accordion_contents.acContent .overview_text ul {
    margin-left: 2em;
    list-style-type: disc;
    margin-bottom: 1.0em;
}

dl#overview.accordion .accordion_contents.acContent .overview_text ol {
    margin-left: 2em;
    list-style-type: decimal;
    margin-bottom: 1.0em;
}

dl#overview.accordion .accordion_contents.acContent .overview_text ul li,
dl#overview.accordion .accordion_contents.acContent .overview_text ol li {
    margin-bottom: 0.5em;
    font-size: 1.0em;
    line-height: normal;
    text-align: justify;
    word-break: break-all;
}

dl#overview.accordion .accordion_contents.acContent .overview_text ul li:last-child,
dl#overview.accordion .accordion_contents.acContent .overview_text ol li:last-child {
    margin-bottom: 0;
}

/* 括弧数字（ol.kakko） */
dl#overview.accordion .accordion_contents.acContent .overview_text ol.kakko {
    margin-left: 3.5em;
}

dl#overview.accordion .accordion_contents.acContent .overview_text ol.kakko li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
}

dl#overview.accordion .accordion_contents.acContent .overview_text ol.kakko li:before {
    content: "(" counter(cnt) ")";
    display: inline-block;
    margin-left: -3.5em;
    width: 3em;
    text-align: right;
    position: absolute;
}

/* ※印（ul.example） */
dl#overview.accordion .accordion_contents.acContent .overview_text ul.example {
    list-style: none;
    padding-left: 1.5em;
    margin-left: 0.5em;
}

dl#overview.accordion .accordion_contents.acContent .overview_text ul.example li {
    text-indent: -1.5em;
}

dl#overview.accordion .accordion_contents.acContent .overview_text ul.example li:before {
    content: "※";
    margin-right: 0.5em;
}

/* ○印（ul.circle） */
dl#overview.accordion .accordion_contents.acContent .overview_text ul.circle {
    list-style-type: circle;
}


/* #overview : 特殊装飾（dl,dt,dd） */
/* notice */
dl#overview.accordion .accordion_contents.acContent .overview_text dl.notice {
    padding: 1em;
    background-color: #f9efe9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1.0em;
}

dl#overview.accordion .accordion_contents.acContent .overview_text dl.notice dt {
    display: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    cursor: inherit;
    padding: 0 0 0 1.5em;
    background: url(../../../sp/img/sp_content_icon01.png) no-repeat left 3px;
    background-size: 1.0em 1.0em;
}

/* question */
dl#overview.accordion .accordion_contents.acContent .overview_text dl.question {
    margin-bottom: 1.0em;
}

dl#overview.accordion .accordion_contents.acContent .overview_text dl.question dt {
    display: inherit;
    font-size: inherit;
    color: #e98713;
    padding: inherit;
    cursor: inherit;
    background: inherit;
    background-size: inherit;
    padding-left: 2.0em;
    text-indent: -2.5em;
}

dl#overview.accordion .accordion_contents.acContent .overview_text dl.question dt::before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url(../../../pc/img/question_q_icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(.35rem);
    margin-left: 1.0em;
}

dl#overview.accordion .accordion_contents.acContent .overview_text dl.question dd {
    padding-left: 2.0em;
    text-indent: -2.5em;
    text-align: justify;
    word-break: break-all;
}

dl#overview.accordion .accordion_contents.acContent .overview_text dl.question dd::before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding-right: 10px;
    background-image: url(../../../pc/img/question_a_icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(.35rem);
    margin-left: 1.0em;
}


/* #inpuiry */
div#inpuiry.content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
}

div#inpuiry.content h2.content_title {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.5em 2em;
    color: #ffffff;
    text-align: justify;
    word-break: break-all;
}

div#inpuiry.content .content_contents {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 1em;
}

div#inpuiry.content .content_contents .content_text {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: justify;
    word-break: break-all;
}

/* #inpuiry : 組込み装飾 */
div#inpuiry.content .content_contents .content_text h3 {
    font-size: 1.3em;
    line-height: normal;
    padding: 0.5em;
    color: #494949;
    background: #fffaf4;
    border-left: solid 5px #ffaf58;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 0.5em;
}

div#inpuiry.content .content_contents .content_text h4 {
    background: #fffaf4;
    padding: 0.5em 0;
    font-size: 1.1em;
}

div#inpuiry.content .content_contents .content_text div {
    font-size: 1.0em;
    line-height: normal;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 1.0em;
}

div#inpuiry.content .content_contents .content_text ul {
    margin-left: 2em;
    list-style-type: disc;
    margin-bottom: 1.0em;
}

div#inpuiry.content .content_contents .content_text ol {
    margin-left: 2em;
    list-style-type: decimal;
    margin-bottom: 1.0em;
}

div#inpuiry.content .content_contents .content_text ul li,
div#inpuiry.content .content_contents .content_text ol li {
    margin-bottom: 0.5em;
    font-size: 1.0em;
    line-height: normal;
    text-align: justify;
    word-break: break-all;
}

div#inpuiry.content .content_contents .content_text ul li:last-child,
div#inpuiry.content .content_contents .content_text ol li:last-child {
    margin-bottom: 0;
}

/* 括弧数字（ol.kakko） */
div#inpuiry.content .content_contents .content_text ol.kakko {
    margin-left: 3.5em;
}

div#inpuiry.content .content_contents .content_text ol.kakko li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
}

div#inpuiry.content .content_contents .content_text ol.kakko li:before {
    content: "(" counter(cnt) ")";
    display: inline-block;
    margin-left: -3.5em;
    width: 3em;
    text-align: right;
    position: absolute;
}

/* ※印（ul.example） */
div#inpuiry.content .content_contents .content_text ul.example {
    list-style: none;
    padding-left: 1.5em;
    margin-left: 0.5em;
}

div#inpuiry.content .content_contents .content_text ul.example li {
    text-indent: -1.5em;
}

div#inpuiry.content .content_contents .content_text ul.example li:before {
    content: "※";
    margin-right: 0.5em;
}

/* ○印（ul.circle） */
div#inpuiry.content .content_contents .content_text ul.circle {
    list-style-type: circle;
}

/* pc表示 */
@media screen and (min-width:769px) {

    /* #main_visual */
    div#main_visual .main_visual_bg .changeImg.sp_only {
        display: none;
    }

    div#main_visual .main_visual_bg .changeImg.pc_only {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    div#main_visual .main_visual_bg .changeImg.pc_only img {
        width: 100%;
        height: 100%;
        max-height: 100vh;
    }

    /* #notice */
    div#notice {
        max-width: 960px;
    }

    /* dl#overview.accordion */
    dl#overview.accordion dt {
        padding: 0.5em 50px;
        background: url(../../../sp/img/sp_point_menu_ico01.png) no-repeat calc(100% - 1.0em) center;
        background-size: 20px 20px;
    }

    dl#overview.accordion dt.opened {
        background: url(../../../sp/img/sp_point_menu_ico02.png) no-repeat calc(100% - 1.0em) center;
        background-size: 20px 20px;
    }

    /* #goods_contents : 賞品（等級）部分 */

    div#goods_contents .goods_box_right .goods_image.sp_only {
        display: none;
    }

    div#goods_contents .goods_box_line {
        flex-direction: row;
        justify-content: space-between;
    }

    div#goods_contents .goods_box_left.pc_only {
        width: 39%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1.0em;
    }

    div#goods_contents .goods_box_right h4.goods_name {
        width: 100%;
        justify-content: flex-start;
    }

    div#goods_contents .goods_box_left.pc_only .goods_image {
        width: 240px;
        height: 240px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0.5em;
        background: rgba(245, 245, 245, 0.3);
        border-radius: 5px;
    }

    div#goods_contents .goods_box_left.pc_only .goods_image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


    div#goods_contents .goods_box_right {
        width: 60%;
        align-items: flex-start;
    }

    dl#overview.accordion .accordion_contents.acContent .overview_text {
        padding: 1em 2em 0 2em;
    }

    dl#overview.accordion .accordion_contents.acContent .overview_text:last-child {
        padding-bottom: 1em;
    }



    /* #inpuiry */
    div#inpuiry.content .content_contents {
        padding: 10px 50px;
    }

}

/* index.html ここまで ============================================= */

/* #code_input */
#code_input {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#code_input .code_input_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.5em;
    min-height: calc(100vh - 196px);
}

#code_input .code_input_box h2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: justify;
    word-break: break-all;
}

#code_input .code_input_box h3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #545454;
    font-size: 1.2em;
    font-weight: bold;
    line-height: normal;
    text-align: justify;
    word-break: break-all;
    margin: 1.2em 0;
    padding: 0 1.2em;
}

#code_input .code_input_box .form_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

#code_input .code_input_box .form_box form {
    width: 100%;
    height: auto;
}

#code_input .code_input_box .form_box .code {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0.5em;
}

#code_input .code_input_box .form_box .code .camp_code_length {
    display: block;
    padding: 0.5em;
    background-color: #cf7b6c;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
}

#code_input .code_input_box .form_box .code .camp_code_input {
    padding-left: 0.5em;
}

#code_input .code_input_box .form_box .code .camp_code_input input[type="text"] {
    display: block;
    padding: 0.5em;
    width: 12em;
    height: auto;
    font-size: 1.3em;
}

#code_input .code_input_box .form_box .code_error {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    font-weight: bold;
    line-height: normal;
    color: #e04724;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
}

#code_input .code_input_box .form_box .code_entry_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin: 10px 0;
}

#code_input .code_input_box .form_box .code_entry_btn button {
    width: 100%;
    max-width: 430px;
    height: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    font-size: 1.4em;
    font-weight: bold;
    color: #ffffff;
    text-align: justify;
    word-break: break-all;
}

#code_input .code_input_box .form_box .code_entry_btn button img.icon_arrow {
    width: 100%;
    max-width: 20px;
    height: auto;
    margin-left: 0.5em;
}

/* #code_input : POINT2, POINT3 ここから */
#code_input .code_input_box .form_box .code:not(:first-child) {
    margin-top: 1.0em;
}

/* POINT2, POINT3 ここまで */

/* #code_input : game_sigle ここから */
#code_input .code_input_box.game_sigle {
    margin-top: 0;
}

#code_input .code_input_box.game_sigle .form_box {
    margin-top: 0;
}


#code_input .code_input_box.game_sigle h2:not(:first-child) {
    margin-top: 1em;
}

#code_input .code_input_box.game_sigle .form_box .course {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 0.5em;
    margin-top: 0.5em;
}

#code_input .code_input_box.game_sigle .form_box .course select.course_select {
    display: block;
    padding: 0.5em;
    width: 100%;
    height: auto;
    font-size: 1.3em;
}


#code_input .code_input_box.game_sigle .form_box .select_entry_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1.2em;
    margin: 1.2em 0;
}

#code_input .code_input_box.game_sigle .form_box .select_entry_btn button {
    width: 100%;
    max-width: 430px;
    height: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    font-size: 1.4em;
    font-weight: bold;
    color: #ffffff;
    text-align: justify;
    word-break: break-all;
}

#code_input .code_input_box.game_sigle .form_box .select_entry_btn button img.icon_arrow {
    width: 100%;
    max-width: 20px;
    height: auto;
    margin-left: 0.5em;
}

/* game_sigle ここまで */

/* #limit */
div#wrapper div#limit.camp_error {
    background-color: #e98713;
}

div#wrapper div#limit.camp_error div span:first-child {
    padding: 0 0.5em;
}

/* #select_entry */
#select_entry {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#select_entry .select_entry_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    background-color: #ffffff;
}

#select_entry .select_entry_box h2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: justify;
    word-break: break-all;
}


#select_entry .select_entry_box h3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #545454;
    font-size: 1.2em;
    font-weight: bold;
    line-height: normal;
    text-align: justify;
    word-break: break-all;
    margin-top: 1em;
    padding: 0 10px;
}

#select_entry .select_entry_box .form_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

#select_entry .select_entry_box .form_box form {
    width: 100%;
    height: auto;
}

#select_entry .select_entry_box .form_box .course {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

#select_entry .select_entry_box .form_box .course select.course_select {
    display: block;
    padding: 0.5em;
    width: 100%;
    height: auto;
    font-size: 1.3em;
}

#select_entry .select_entry_box .form_box .select_entry_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin: 10px 0;
}

#select_entry .select_entry_box .form_box .select_entry_btn button {
    width: 100%;
    max-width: 430px;
    height: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    font-size: 1.4em;
    font-weight: bold;
    color: #ffffff;
    text-align: justify;
    word-break: break-all;
}

#select_entry .select_entry_box .form_box .select_entry_btn button img.icon_arrow {
    width: 100%;
    max-width: 20px;
    height: auto;
    margin-left: 0.5em;
}

/* #stampcard */
#stampcard {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#stampcard .stampcard_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    background-color: #ffffff;
}

#stampcard .stampcard_box h2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: justify;
    word-break: break-all;
}

#stampcard .stampcard_box h3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #545454;
    font-size: 1.2em;
    font-weight: bold;
    line-height: normal;
    text-align: justify;
    word-break: break-all;
    margin-top: 1em;
    padding: 0 10px;
}

#stampcard .stampcard_box .stampcard_images_box {
    width: 100%;
    height: auto;
    border: 10px solid #e04724;
}

#stampcard .stampcard_box .stampcard_images_box .stampcard_images {
    width: 100%;
    height: auto;
    max-height: 60vh;
    margin: 0 auto;
    overflow-y: scroll;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#stampcard .stampcard_box .stampcard_images_box .stampcard_images table tr {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

#stampcard .stampcard_box .stampcard_images_box .stampcard_images table tr td {
    width: calc(95% / 5);
    height: auto;
    margin: 1px;
}

#stampcard .stampcard_box .stamp_history_box {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#stampcard .stampcard_box .stamp_history_box .stamp_history_btn {
    width: 100%;
    max-width: 430px;
    height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    border-radius: 5px;
}

#stampcard .stampcard_box .stamp_history_box .stamp_history_btn a {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-align: justify;
    word-break: break-all;
}

#stampcard .stampcard_box .stamp_history_box .stamp_history_btn a img.icon_arrow {
    width: 100%;
    max-width: 20px;
    height: auto;
    margin-left: 0.5em;
}

/* #qrcode */
#qrcode {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#qrcode .qrcode_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    background-color: #ffffff;
}

#qrcode .qrcode_box h2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: justify;
    word-break: break-all;
}

#qrcode .qrcode_box h3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #545454;
    font-size: 1.2em;
    font-weight: bold;
    line-height: normal;
    text-align: justify;
    word-break: break-all;
    margin-top: 1em;
    padding: 0 10px;
}

#qrcode .qrcode_box .qrcode_input_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin: 10px 0;
}

#qrcode .qrcode_box .qrcode_input_btn label {
    width: 100%;
    max-width: 430px;
    height: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    font-size: 1.4em;
    font-weight: bold;
    color: #ffffff;
    text-align: justify;
    word-break: break-all;
}

#qrcode .qrcode_box .qrcode_input_btn label input {
    display: none;
}

#qrcode .qrcode_box .qrcode_input_btn label img.icon_arrow {
    width: 100%;
    max-width: 20px;
    height: auto;
    margin-left: 0.5em;
}

/* #stampcard rally_stamp */



/* pc表示 */
@media screen and (min-width:769px) {

    /* #code_input */
    #code_input .code_input_box {
        max-width: 960px;
        min-height: calc(100vh - 276px);
    }

    #code_input .code_input_box h2 {
        padding: 0.5em 50px;
    }

    #code_input .code_input_box h3 {
        padding: 0 50px;
    }

    /* #code_input : game_sigle ここから */
    #code_input .code_input_box.game_sigle .form_box .course {
        padding: 0 50px;
    }

    #code_input .code_input_box.game_sigle .form_box .course select.course_select {
        display: block;
        padding: 0.5em;
        width: 100%;
        height: auto;
        font-size: 1.3em;
    }


    #code_input .code_input_box.game_sigle .form_box .select_entry_btn {
        padding: 0 50px;
    }

    /* game_sigle ここまで */

    /* #select_entry */
    div#select_entry .select_entry_box {
        max-width: 960px;
    }

    #select_entry .select_entry_box h3 {
        padding: 0 50px;
    }

    #select_entry .select_entry_box .form_box .course {
        padding: 0 50px;
    }

    select.course_select {
        width: auto;
        min-width: 430px;
        max-width: 100%;
    }

    /* #stampcard */
    #stampcard .stampcard_box {
        max-width: 960px;
    }

    #stampcard .stampcard_box h3 {
        padding: 0 50px;
    }

    #stampcard .stampcard_box .stampcard_images_box .stampcard_images table tr {
        display: inherit;
    }

    #stampcard .stampcard_box .stampcard_images_box .stampcard_images table tr td {
        width: calc(95% / 10);
        margin-bottom: inherit;
    }

    /* #qrcode */
    #qrcode .qrcode_box {
        max-width: 960px;
    }

    #qrcode .qrcode_box h3 {
        padding: 0 50px;
    }

}

/* index.html ここまで ============================================= */


/* kurashikicp2024 追加分 */
#code_input .code_input_box.game_sigle .form_box .form_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1.2em;
    margin: 3.6em 0;
}

#code_input .code_input_box.game_sigle .form_box .form_btn button {
    width: 100%;
    max-width: 430px;
    height: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    font-size: 1.3em;
    font-weight: bold;
    color: #ffffff;
    text-align: justify;
    word-break: break-all;
    background-color: rgba(162, 41, 19, 1.0);
}

#code_input .code_input_box.game_sigle .form_box .form_btn button img.icon_arrow {
    width: 100%;
    max-width: 20px;
    height: auto;
    margin-left: 0.5em;
}

#code_input .code_input_box.game_sigle .form_box .form_btn button:hover {
    background-color: #cf7b6c;
}


