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

	file name  : style.common_base.css

    このcssは、下記のテンプレート以外で自動生成されるhtmlを対象としたレスポンシブデザイン対応版となります。
    frame.html
    index.html
    memeber_top.html

	ブレイクポイント：768px

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

@charset "UTF-8";

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

.btn_color_back {
    background-color: #999999;
}

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

/* 賞品選択（specify0.html） */
div#content.base .goods_box_right h4.goods_name:after {
    background: rgba(162, 41, 19, 1.0);
}

div#content.base .prize_list .goods_box .left_check .left .left_btn input+span {
    border: 1px solid #e04724;
    color: #e04724;
}

div#content.base .prize_list .goods_box .left_check .left .left_btn input:checked+span {
    border: none;
    background-color: #e04724;
    color: #ffffff;
}

div#content.base .prize_list .goods_box .left_check .left .left_btn input:checked+div#content.base .prize_list .goods_box .left_check .left {
    border: 1px solid #e04724;
}

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

/* #overview ここから ============================================= */

div#content.base .overview_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

div#content.base .overview_box:not(:first-child) h2.overview_title {
    margin-top: 1em;
}


div#content.base .overview_box .overview_text {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: justify;
    word-break: break-all;
}

/* #overview : 組込み装飾 */
div#content.base .overview_box .overview_text h3 {
    width: 100%;
    height: auto;
    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#content.base .overview_box .overview_text h4 {
    background: #fffaf4;
    padding: 0.5em 0;
    font-size: 1.1em;
}

div#content.base .overview_box .overview_text div {
    width: 100%;
    height: auto;
    font-size: 1.0em;
    line-height: normal;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 1.0em;
}

div#content.base .overview_box .overview_text ul {
    width: calc(100% - 2em);
    height: auto;
    margin-left: 2em;
    list-style-type: disc;
    margin-bottom: 1.0em;
}

div#content.base .overview_box .overview_text ol {
    width: calc(100% - 2em);
    height: auto;
    margin-left: 2em;
    list-style-type: decimal;
    margin-bottom: 1.0em;
}

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

div#content.base .overview_box .overview_text ul li:last-child,
div#content.base .overview_box .overview_text ol li:last-child {
    margin-bottom: 0;
}

/* 括弧数字（ol.kakko） */
div#content.base .overview_box .overview_text ol.kakko {
    margin-left: 3.5em;
}

div#content.base .overview_box .overview_text ol.kakko li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
}

div#content.base .overview_box .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） */
div#content.base .overview_box .overview_text ul.example {
    list-style: none;
    padding-left: 1.5em;
    margin-left: 0.5em;
}

div#content.base .overview_box .overview_text ul.example li {
    text-indent: -1.5em;
}

div#content.base .overview_box .overview_text ul.example li:before {
    content: "※";
    margin-right: 0.5em;
}

/* ○印（ul.circle） */
div#content.base .overview_box .overview_text ul.circle {
    list-style-type: circle;
}

div#content.base .overview_box .step {
    width: 100%;
    height: auto;
    max-width: 500px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 1em;
    padding: 0 1em;
}

/* #overview : 特殊装飾（dl,dt,dd） */
/* notice */
div#content.base .overview_box .overview_text dl.notice {
    width: 100%;
    height: auto;
    padding: 1em;
    background-color: #f9efe9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1.0em;
}

div#content.base .overview_box .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;
    line-height: normal;
    text-align: justify;
    word-break: break-all;
}

/* question */
div#content.base .overview_box .overview_text dl.question {
    width: 100%;
    height: auto;
    margin-bottom: 1.0em;
}

div#content.base .overview_box .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;
    line-height: normal;
    text-align: justify;
    word-break: break-all;
}

div#content.base .overview_box .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;
}

div#content.base .overview_box .overview_text dl.question dd {
    padding-left: 2.0em;
    text-indent: -2.5em;
    text-align: justify;
    word-break: break-all;
}

div#content.base .overview_box .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;
}

div#content.base .overview_box .overview_banner_image {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
}

/* #overview ここまで ============================================= */

/* #form ここから ============================================= */

div#content.base #form.form_box {
    width: 100%;
    height: auto;
}

div#content.base #form.form_box form {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* overview_text */
div#content.base #form.form_box form .overview_box .overview_text {
    padding: 1em 1em 0 1em;
}

/* table.common */
div#content.base #form.form_box form table.common,
div#content.base #form.form_box form table.common tbody {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#content.base #form.form_box form table.common {
    margin-top: 1em;
    padding: 0 1em;
}


div#content.base #form.form_box form table.common tbody tr {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#content.base #form.form_box form table.common tbody tr th {
    width: 100%;
    height: auto;
    display: flex;
    font-size: 1.1em;
    line-height: normal;
    padding: 0.5em;
    color: #494949;
    background: #fffaf4;
    border-left: solid 5px #ffaf58;
    text-align: justify;
    word-break: break-all;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

div#content.base #form.form_box form table.common tbody tr th.hissu::after {
    content: "必須";
    background-color: rgb(215, 40, 40);
    color: rgb(255, 255, 255);
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 1em;
    white-space: nowrap;
}

div#content.base #form.form_box form table.common tbody tr th.nini::after {
    content: "任意";
    background-color: rgb(105, 105, 105);
    color: rgb(255, 255, 255);
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 1em;
    white-space: nowrap;
}


div#content.base #form.form_box form table.common tbody tr td {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0.5em 0 1em 0;
    line-height: normal;
    text-align: justify;
    word-break: break-all;
}


div#content.base #form.form_box form table.common tbody tr td.error {
    background: #ffd9e1;
}

div#content.base #form.form_box form table.common tbody tr td .input_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

div#content.base #form.form_box form table.common tbody tr td input[type="text"],
div#content.base #form.form_box form table.common tbody tr td input[type="email"],
div#content.base #form.form_box form table.common tbody tr td input[type="password"],
div#content.base #form.form_box form table.common tbody tr td select.dropdown {
    width: 100%;
    height: auto;
    font-size: 1.1em;
    line-height: normal;
    padding: 0.5em;
    text-align: justify;
    word-break: break-all;
}

div#content.base #form.form_box form table.common tbody tr td .input_box input {
    width: calc(100% - 55px);
}

/* btn_passview */
div#content.base #form.form_box form table.common tbody tr td .input_box button#btn_passview,
div#content.base #form.form_box form table.common tbody tr td .input_box button#btn_passview2 {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #ffaf58;
    border-radius: 5px;
    padding: 5px;
}

div#content.base #form.form_box form table.common tbody tr td .input_box button#btn_passview:hover,
div#content.base #form.form_box form table.common tbody tr td .input_box button#btn_passview2:hover {
    background: #DF2228;
}

div#content.base #form.form_box form table.common tbody tr td .input_box button#btn_passview img,
div#content.base #form.form_box form table.common tbody tr td .input_box button#btn_passview2 img {
    width: 100%;
    height: auto;
}

/* 小見出し */
div#content.base #form.form_box form table.common tbody tr td .sample,
div#content.base #form.form_box form table.common tbody tr td .enq,
div#content.base #form.form_box form table.common tbody tr td .error {
    width: 100%;
    height: auto;
    line-height: normal;
    text-align: justify;
    word-break: break-all;
}

div#content.base #form.form_box form table.common tbody tr td .error {
    font-size: 1.1em;
    font-weight: bold;
    color: #DF2228;
}

div#content.base #form.form_box form table.common tbody tr td ul {
    width: 100%;
    height: auto;
}

/* name_box */
div#content.base #form.form_box form table.common tbody tr td ul.name_box li.family_name,
div#content.base #form.form_box form table.common tbody tr td ul.name_box li.first_name {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

div#content.base #form.form_box form table.common tbody tr td ul.name_box li.first_name {
    margin-top: 0.5em;
}


div#content.base #form.form_box form table.common tbody tr td ul.name_box li.family_name span,
div#content.base #form.form_box form table.common tbody tr td ul.name_box li.first_name span {
    width: 3em;
    height: auto;
    display: flex;
    justify-content: center;
}

/* zip_box */
div#content.base #form.form_box form table.common tbody tr td ul.zip_box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

div#content.base #form.form_box form table.common tbody tr td ul.zip_box li.zip_input {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

div#content.base #form.form_box form table.common tbody tr td ul.zip_box li.zip_input span {
    width: 2em;
    height: auto;
    display: flex;
    justify-content: center;
}

div#content.base #form.form_box form table.common tbody tr td ul.zip_box li.zip_button input.btn_zip {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #ffaf58;
    border-radius: 5px;
    padding: 0 5px;
    margin-left: 0.5em;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

div#content.base #form.form_box form table.common tbody tr td ul.zip_box li.zip_button input.btn_zip:hover {
    background-color: #DF2228;
}

/* birthday_box */
div#content.base #form.form_box form table.common tbody tr td ul.birthday_box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

div#content.base #form.form_box form table.common tbody tr td ul.birthday_box li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

div#content.base #form.form_box form table.common tbody tr td ul.birthday_box li.birthday_year select {
    width: 5em;
}

div#content.base #form.form_box form table.common tbody tr td ul.birthday_box li.birthday_month select,
div#content.base #form.form_box form table.common tbody tr td ul.birthday_box li.birthday_day select {
    width: 4em;
}

div#content.base #form.form_box form table.common tbody tr td ul.birthday_box li span {
    width: 2em;
    height: auto;
    display: flex;
    justify-content: center;
}

/* sns_info */
div#content.base #form.form_box form table.common tbody tr td .sns_info {
    width: 100%;
    height: auto;
    font-size: 1.1em;
    text-align: justify;
    word-break: break-all
}

/* enquete : radio,checkbox */
div#content.base #form.form_box form table.common tbody tr td ul.enq_answer li {
    font-size: 1.1em;
    line-height: normal;
    text-align: justify;
    word-break: break-all;
    background: #fff0d8;
    padding: 0.5em;
}

div#content.base #form.form_box form table.common tbody tr td ul.enq_answer li:not(:first-of-type) {
    margin-top: 0.5em;
}

div#content.base #form.form_box form table.common tbody tr td ul.enq_answer li label {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

div#content.base #form.form_box form table.common tbody tr td ul.enq_answer li label input {
    position: absolute;
    width: 1.1em;
    height: 1.1em;
}

div#content.base #form.form_box form table.common tbody tr td ul.enq_answer li label span {
    margin-left: 2em;
}

/* textarea */
div#content.base #form.form_box form table.common tbody tr td textarea {
    width: 100%;
    height: auto;
    padding: 0.5em;
    font-size: 1.1em;
    line-height: normal;
    text-align: justify;
    word-break: break-all;
}

/* form_btn */
div#content.base #form.form_box .form_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
    margin: 10px 0;
}

div#content.base #form.form_box .form_btn:last-child {
    margin-top: 2em;

}

div#content.base #form.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.4em;
    font-weight: bold;
    color: #ffffff;
    text-align: justify;
    word-break: break-all;
}

div#content.base #form.form_box .form_btn button:not(:first-child) {
    margin-top: 1em;
}

div#content.base #form.form_box .form_btn button:last-child {
    margin-bottom: 1em;
}


div#content.base #form.form_box .form_btn button img.icon_arrow {
    width: 100%;
    max-width: 20px;
    height: auto;
    margin-left: 0.5em;
}

div#content.base #form.form_box .form_btn button a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
}


/* #form ここまで ============================================= */


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

    /* #form */
    div#content.base #form.form_box form table.common tbody tr {
        flex-direction: row;
        align-items: stretch;
        margin-top: 0.5em;
    }

    div#content.base #form.form_box form table.common tbody tr th {
        width: 300px;
        height: auto;
        display: flex;
        align-items: center;
    }

    div#content.base #form.form_box form table.common tbody tr td {
        width: calc(100% - 300px);
        height: auto;
        padding: 1em;
        background: #fffaf4;
        justify-content: center;
    }

    div#content.base #form.form_box form .form_btn {
        margin: 2em 0;
    }

}


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

 ページ単位設定

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

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

/* camp_error.login */
div#content.base div.camp_error.login {
    margin-top: 0;
    background-color: #DF2228;
}

/* login_info_box */
div#content.base #form.form_box form .login_info_box {
    margin: 1em 0 2em 0;
    padding: 0 10px;
}

div#content.base #form.form_box form .login_info_box .login_info {
    margin-top: 0.5em;
}

div#content.base #form.form_box form .login_info_box .login_info:first-child {
    margin-top: 0;
}


div#content.base #form.form_box form .login_info_box .login_info a {
    color: #999999;
    line-height: normal;
    font-size: 1.1em;
    font-weight: bold;
    text-align: justify;
    word-break: break-all;
}

div#content.base #form.form_box form .login_info_box .login_info a:hover {
    color: #DF2228;
}

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

    div#content.base div.camp_error.login {
        margin-top: 1em;
    }

}

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

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


div#content.base #form.form_box form table.common tbody tr td.regist_answer.select div {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    background: #fff0d8;
    padding: 0.5em;
}

div#content.base #form.form_box form table.common tbody tr td.regist_answer.select div:not(:first-of-type) {
    margin-top: 0.5em;
}

div#content.base #form.form_box form table.common tbody tr td.regist_answer.select div img {
    width: 1.5em;
    height: auto;
}

div#content.base #form.form_box form table.common tbody tr td.regist_answer.select div span {
    padding-left: 0.5em;
    text-align: justify;
    word-break: break-all;
}

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

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

div#content.base .overview_box .resist_mail {
    margin-top: 0.5em;
    padding: 0 1em;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#content.base .overview_box .resist_mail div {
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    text-align: justify;
    word-break: break-all;
    line-height: normal;
}


div#content.base .overview_box .resist_mail div span {
    color: #EE0000;
}

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

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

/* calendar_ui */
div#content.base #form.form_box form .calendar_ui {
    width: 100%;
    height: auto;
}

div#content.base #form.form_box form .calendar_ui ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 0.5em;
}

div#content.base #form.form_box form .calendar_ui ul li.calendar_margin {
    padding: 0 0.5em;
}

div#content.base #form.form_box form .calendar_ui ul li input {
    width: 8em;
    height: auto;
    font-size: 1.2em;
    text-align: center;
    padding: 0.5em;
}

div#content.base #form.form_box form .calendar_ui .form_btn {
    margin: 1em 0;
}

/* pagenavi_box */
div#content.base #form.form_box .pagenavi_box {
    width: 100%;
    height: auto;
    margin-top: 1em;
}

div#content.base #form.form_box .pagenavi_box ul.pageNavi {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

div#content.base #form.form_box .pagenavi_box ul.pageNavi li {
    font-size: 1.1em;
}

div#content.base #form.form_box .pagenavi_box ul.pageNavi li.page {
    margin: 0 1em;
}

div#content.base #form.form_box .pagenavi_box ul.pageNavi li.page_last a,
div#content.base #form.form_box .pagenavi_box ul.pageNavi li.page_next a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 0.5em;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
}

div#content.base #form.form_box .pagenavi_box ul.pageNavi li.page_last a::before {
    content: "≪ ";
}

div#content.base #form.form_box .pagenavi_box ul.pageNavi li.page_next a::after {
    content: " ≫";
}


/* history_box */
div#content.base #form.form_box .history_box {
    width: 100%;
    height: auto;
}

div#content.base #form.form_box .history_box table.common {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1em;
    background: #fffaf4;
}

div#content.base #form.form_box .history_box table.common caption {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    font-weight: bold;
    line-height: normal;
    padding: 0.5em 1em;
}

div#content.base #form.form_box .history_box table.common caption span br {
    display: none;
}

div#content.base #form.form_box .history_box table.common tbody {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

div#content.base #form.form_box .history_box table.common tbody tr {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

div#content.base #form.form_box .history_box table.common tbody tr:not(:first-of-type) {
    margin-top: 1em;
}

div#content.base #form.form_box .history_box table.common tbody tr.goods_contents_second {
    margin-top: 0;
}


div#content.base #form.form_box .history_box table.common tbody tr th {
    width: 100%;
    height: auto;
    display: flex;
    font-size: 1.1em;
    line-height: normal;
    padding: 0.5em;
    color: #494949;
    background: #fff0d8;
    border-left: solid 5px #ffaf58;
    text-align: justify;
    word-break: break-all;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

div#content.base #form.form_box .history_box table.common tbody tr td {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0 0.5em;
    text-align: justify;
    word-break: break-all;
}

div#content.base #form.form_box .history_box table.common tbody tr td br {
    display: none;
}

div#content.base #form.form_box .history_box table.common tbody tr.goods_contents_second td {
    align-items: center;
}

div#content.base #form.form_box .history_box table.common tbody tr.goods_contents_second td a {
    width: 100%;
    max-width: 430px;
    height: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0.5em;
    border-radius: 5px;
    border: none;
    font-size: 1.4em;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-align: justify;
    word-break: break-all;
}

div#content.base #form.form_box .history_box table.common tbody tr.goods_contents_second td a img.icon_arrow {
    width: 100%;
    max-width: 20px;
    height: auto;
    margin-left: 0.5em;
}

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

    /* calendar_ui */
    div#content.base #form.form_box form .calendar_ui ul li input {
        width: 100%;
    }

    /* history_box */
    div#content.base #form.form_box .history_box table.common caption {
        flex-direction: row;
    }

    div#content.base #form.form_box .history_box table.common caption span:first-of-type {
        margin-right: 1em;
    }

    div#content.base #form.form_box .history_box table.common tbody tr {
        flex-direction: row;
        align-items: stretch;
        margin-top: 0.5em;
    }

    div#content.base #form.form_box .history_box table.common tbody tr th {
        width: 300px;
        height: auto;
        display: flex;
        align-items: center;
    }

    div#content.base #form.form_box .history_box table.common tbody tr:not(:last-of-type) td {
        width: calc(100% - 300px);
        height: auto;
        padding: 1em;
        background: #fff0d8;
    }

}

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

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


div#content.base .overview_box .overview_text.point_possession {
    width: auto;
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    padding: 16px;
    line-height: normal;
}

div#content.base .overview_box .overview_text.point_possession span:first-of-type {
    font-size: 1.6em;
    color: #e04724;
}

/* point_history_box */
div#content.base #form.form_box .point_history_box {
    width: 100%;
    height: auto;
    padding: 0 1em;
}

div#content.base #form.form_box .point_history_box table.common {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1em;
    background: #fffaf4;
}

div#content.base #form.form_box .point_history_box table.common caption {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    font-weight: bold;
    line-height: normal;
    padding: 0.5em 1em;
}

div#content.base #form.form_box .point_history_box table.common caption span br {
    display: none;
}

div#content.base #form.form_box .point_history_box table.common tbody {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

div#content.base #form.form_box .point_history_box table.common tbody tr {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

div#content.base #form.form_box .point_history_box table.common tbody tr:not(:first-of-type) {
    margin-top: 1em;
}


div#content.base #form.form_box .point_history_box table.common tbody tr th {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-flex-start;
    font-size: 1.1em;
    line-height: normal;
    padding: 0.5em;
    color: #494949;
    background: #fff0d8;
    border-left: solid 5px #ffaf58;
    text-align: justify;
    word-break: break-all;
}

div#content.base #form.form_box .point_history_box table.common tbody tr td {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0 0.5em;
    text-align: justify;
    word-break: break-all;
    line-height: normal;
}

div#content.base #form.form_box .point_history_box table.common tbody tr.sub_contents td {
    font-size: 1.1em;
    font-weight: bold;
    color: #e04724;
}

div#content.base #form.form_box .point_history_box table.common tbody tr.add_contents td {
    font-size: 1.1em;
    font-weight: bold;
    color: #3AA6C8;
}


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

    /* point_history_box */
    div#content.base #form.form_box .point_history_box table.common caption {
        flex-direction: row;
    }

    div#content.base #form.form_box .point_history_box table.common caption span:first-of-type {
        margin-right: 1em;
    }

    div#content.base #form.form_box .point_history_box table.common tbody tr {
        flex-direction: row;
        align-items: stretch;
        margin-top: 0.5em;
    }

    div#content.base #form.form_box .point_history_box table.common tbody tr th {
        width: 300px;
        height: auto;
        display: flex;
        align-items: center;
    }

    div#content.base #form.form_box .point_history_box table.common tbody tr td {
        width: calc(100% - 300px);
        height: auto;
        padding: 1em;
        background: #fff0d8;
    }

}

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

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

/* 演出画面 */
div#content.base .swf_container {
    width: 100%;
    height: auto;
}

div#content.base div#flash-container {
    width: 100%;
    height: auto;
}

div#content.base div#flash-container div#swf2js_0 {
    width: 100vw;
    /* jsの仕組み上、１画面の幅で指定 */
    height: 100vh;
    /* jsの仕組み上、１画面の高さで指定 */
}


/* 個別設定 */
div#content.base .lots_image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

div#content.base .lots_image picture,
div#content.base .lots_image picture img {
    width: 100%;
    height: auto;
}

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

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

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

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

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

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

/* 賞品（等級）表示 */

div#content.base .prize_list {
    width: 100%;
    height: auto;
}

div#content.base .prize_list .goods_box {
    width: 100%;
    height: auto;
    padding: 0 10px;
    margin-top: 20px;
}

div#content.base .prize_list .goods_box .left_check .left {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border: 1px solid #d8dad9;
}

div#content.base .prize_list .goods_box .left_check .empty {
    width: 100%;
    height: auto;
    background-color: #efefef;
}

div#content.base .prize_list .goods_box .left_check .left .goods_box_line,
div#content.base .prize_list .goods_box .left_check .empty .goods_box_line {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


div#content.base .prize_list .goods_box .left_check .goods_box_left.pc_only {
    display: none;
}

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

div#content.base .prize_list .goods_box .left_check .goods_box_right h4.goods_name {
    font-size: 1.3em;
    line-height: normal;
    font-weight: bold;
    text-align: justify;
    word-break: break-all;
    position: relative;
    padding-bottom: 10px;
}

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

div#content.base .prize_list .goods_box .left_check .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#content.base .prize_list .goods_box .left_check .goods_box_right .goods_figure span {
    font-size: 2.0em;
    color: #e98713;
    padding: 0 0.5rem;
}

div#content.base .prize_list .goods_box .left_check .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: #f1f3f2;
    border-radius: 5px;
}

div#content.base .prize_list .goods_box .left_check .goods_box_right .goods_image.sp_only img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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


div#content.base .prize_list .goods_box .left_check .left .left_btn,
div#content.base .prize_list .goods_box .left_check .empty .empty_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
    margin: 10px 0;
}

div#content.base .prize_list .goods_box .left_check .left .left_btn span,
div#content.base .prize_list .goods_box .left_check .empty .empty_btn span {
    width: 100%;
    max-width: 430px;
    height: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: justify;
    word-break: break-all;
}

div#content.base .prize_list .goods_box .left_check .left .left_btn input[type="radio"] {
    display: none;
}

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

    /* 賞品（等級）部分 */
    div#content.base .prize_list .goods_box .left_check .left:hover {
        background: #fff0d8;
    }

    div#content.base .prize_list .goods_box .left_check .goods_box_right .goods_image.sp_only {
        display: none;
    }

    div#content.base .prize_list .goods_box .left_check .left .goods_box_line,
    div#content.base .prize_list .goods_box .left_check .empty .goods_box_line {
        flex-direction: row;
        justify-content: space-between;
    }

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

    div#content.base .prize_list .goods_box .left_check .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: #f1f3f2;
        border-radius: 5px;
    }

    div#content.base .prize_list .goods_box .left_check .goods_box_left.pc_only .goods_image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


    div#content.base .prize_list .goods_box .left_check .goods_box_right {
        width: 60%;
        align-items: flex-start;
    }

}

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

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

div#content.base #form.form_box .serial_box {
    width: 100%;
    height: auto;
}

div#content.base #form.form_box .overview_box.specify_amazon .coupon_image.amazon_gift {
    width: 100%;
    max-width: 700px;
    height: auto;
    padding: 2em;
}

/* table.common */
div#content.base #form.form_box .overview_box.specify_amazon table.common tbody tr td {
    font-size: 1.1em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

div#content.base #form.form_box .overview_box.specify_amazon .overview_text a {
    color: #000000;
}

/* pc表示 */
@media screen and (min-width:769px) {
    div#content.base #form.form_box .overview_box.specify_amazon .overview_text {
        padding: 1em 3em;
    }

}

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

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

div#content.base #form.form_box .overview_box.specify_coupon .prize_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em 1em 0 1em;
}

div#content.base #form.form_box .overview_box.specify_coupon .prize_list .goods_box {
    width: 100%;
    max-width: 50vh;
    height: auto;
    padding: inherit;
    margin-top: inherit;
}


/* table.common */
div#content.base #form.form_box .overview_box.specify_coupon table.common tbody tr td {
    font-size: 1.1em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

div#content.base #form.form_box .overview_box.specify_coupon .overview_text a {
    color: #000000;
}


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

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

div#content.base div#specify_hand.overview_box h2.overview_title:not(:first-of-type) {
    margin-top: 1em;
}

div#content.base div#specify_hand.overview_box .goods_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

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

div#content.base div#specify_hand.overview_box .goods_box_left.pc_only {
    display: none;
}

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

div#content.base div#specify_hand.overview_box .goods_box_right h4.goods_name {
    font-size: 1.3em;
    line-height: normal;
    font-weight: bold;
    text-align: justify;
    word-break: break-all;
    position: relative;
    padding-bottom: 10px;
}

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

div#content.base div#specify_hand.overview_box .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#content.base div#specify_hand.overview_box .goods_box_right .goods_figure span {
    font-size: 2.0em;
    color: #e98713;
    padding: 0 0.5rem;
}

div#content.base div#specify_hand.overview_box .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: #f1f3f2;
    border-radius: 5px;
}

div#content.base div#specify_hand.overview_box .goods_box_right .goods_image.sp_only img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

/* モーダル */
div#content.base .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

div#content.base .modal .modal_bg {
    background: rgba(0, 0, 0, 0.32);
    /* メインコンテンツを暗転させる */
    height: 100vh;
    position: absolute;
    width: 100%;
}

div#content.base .modal .modalScroll {
    background: #ffffff;
    height: 95vh;
    width: 95vw;
    max-height: 600px;
    max-width: 800px;
    padding: 1em;
    border-radius: 8px;
}

/* 画面の中央に寄せるCSS。ウィンドウに適応 */
div#content.base .modal .modalScroll,
div#content.base .modal .modalScroll .ScrollContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ウィンドウ内のコンテンツ。スクロールの範囲はここになります。 */
div#content.base .modal .modalScroll .ScrollContent {
    overflow-y: scroll;
    height: calc(100% - 2em);
    width: 100%;
    padding: 0 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#content.base .modal .modalScroll .ScrollContent::-webkit-scrollbar {
    border-radius: 8px;
    width: 0.5em;
    /* スクロールバーの幅 */
}

/* スクロールバーのツマミ部分 */
div#content.base .modal .modalScroll .ScrollContent::-webkit-scrollbar-thumb {
    background-color: #b6b6b6;
    /* ツマミの色を変更 */
    border-radius: 8px;
    /* 角を丸くする */
}

div#content.base .modal .modalScroll .ScrollContent .modal_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    word-break: break-all;
}

div#content.base .modal .modalScroll .ScrollContent .modal_content .passcode_input {
    margin-top: 30px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

div#content.base .modal .modalScroll .ScrollContent .modal_content .passcode_input input.input_code {
    width: 100%;
    height: auto;
    max-width: 24em;
    min-height: 2em;
    padding: 10px;
    font-weight: bold;
    border: 1px solid;
    font-size: 1.2em;
}

div#content.base .modal .modalScroll .ScrollContent .modal_content .passcode_input .passcode_error {
    margin-top: 10px;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #d72828;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

div#content.base .modal .modalScroll .ScrollContent .modal_content .staff_check {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

div#content.base .modal .modalScroll .ScrollContent .modal_content .staff_check div#specify_pass2 {
    margin-top: 10px;
    min-width: 275px;
    padding: 10px;
    color: #d22902;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 5px;
    display: none;
}

div#content.base .modal .modalScroll .ScrollContent .modal_content .staff_check .submit_dummy {
    display: none;
}

div#content.base #form.form_box .modalScroll .ScrollContent .modal_content .form_btn {
    margin: 1em 0;
}

div#content.base #form.form_box .modal .modalScroll .ScrollContent .modal_content .form_btn button {
    margin: 0;
}


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

    div#content.base div#specify_hand.overview_box .goods_box_right .goods_image.sp_only {
        display: none;
    }

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

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

    div#content.base div#specify_hand.overview_box .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: #f1f3f2;
        border-radius: 5px;
    }

    div#content.base div#specify_hand.overview_box .goods_box_left.pc_only .goods_image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


    div#content.base div#specify_hand.overview_box .goods_box_right {
        width: 60%;
        align-items: flex-start;
    }

}

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