﻿@charset "utf-8";
/* CSS Document */
body {
    padding-bottom: 0;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: hidden;
}
.order {
    width: calc(100% - 30px);
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
.order input[type="tel"] {
    border: solid 1px #0a6e46;
    border-radius: 3px;
    padding: 5px;
    color: #0a6e46;
    text-align: center;
    font-weight: 500;
    margin: 0;
}
.order input[type="text"], textarea {
    border: solid 1px #0a6e46;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: left;
    color: #0a6e46;
    font-weight: 500;
    margin: 0;
}
#txt_Yubin {
    text-align: right;
}
.order h3 {
    background: #91d226;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    margin-bottom: 20px;
}
body.live span.descript_kA {
    font-size: 14px;
    display: block;
    margin-bottom: 2em;
    justify-content: center;
}
body.live span.descript_kA span.kA_note {
    display: block;
}
body.live span.descript_kB {
    font-size: 14px;
    display: block;
    margin-bottom: 2em;
    justify-content: center;
}
body.live span.descript_kB span.kB_note {
    display: block;
}
.order section {
    margin: 0 0 30px;
}
.order ul.checkbox_select {
    /* margin: 20px 0 0; */
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.order ul.checkbox_select li {
    width: 30%;
    margin-bottom: 5px;
}
body.live .order ul.checkbox_select {
    margin-bottom: 0;
}
body.live .order ul.checkbox_select li {
    width: 100%;
    border-bottom: solid 1px #91d226;
    padding-bottom: 4px;
}
.order ul.checkbox_select li input {
    display: none;
}
.order ul.checkbox_select li label {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
}
.order ul.checkbox_select li label::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 2px #91d226;
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
}
.order ul.checkbox_select li input:checked + label::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #91d226;
    display: block;
    position: absolute;
    top: 9px;
    left: 5px;
}
.order ul.lecture_order {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.order ul.lecture_order li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px
}
.order ul.lecture_order li:nth-child(even) {
    margin-right: 0;
}
.order ul.lecture_order li p {
    color: #0a6e46;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1;
}
.order ul.lecture_order li p span {
    background: #fa1e41;
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    line-height: 1;
    display: inline-block;
}
.order ul.lecture_order li div {
    display: flex;
    flex-wrap: wrap;
}
.order ul.lecture_order li div input.code {
    width: 60px;
    margin-right: 5px
}
.order ul.lecture_order li div span {
    font-size: 13px;
    display: flex;
    align-items: center;
    width: calc(100% - 70px);
    background: rgba(145, 210, 38, 0.15);
    padding: 5px;
}
.order ul.lecture_order li p span.field-validation-error, .order ul.lecture_order li p span.field-validation-valid {
    background: none;
    color: #fa1e41;
}
.order ul.lecture_order li input.text {
    width: calc(100% - 70px);
}
body.live section.place_select ul.time {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}
body.live section.place_select ul.time li {
    width: 25%;
    font-size: 14px;
}
body.live section.place_select ul.time li span.jigen {
    margin-right: 0.5em;
}
/**/
.order ul.word_order li {
    margin-bottom: 30px;
}
.order ul.word_order li > div {
    max-width: 700px;
    margin: 0 auto 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.order ul.word_order li div.message {
    max-width: 100%;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
}
.order ul.word_order li div span {
    width: 180px;
    text-align: right;
    padding-right: 10px;
    font-weight: 500;
    color: #0a6e46;
    display: block;
    font-size: 14px;
}
#form_contact > section.word_order > ul > li > div.word_request > div {
    width: 100%;
}
.order ul.word_order li div span.field-validation-error, .order ul.word_order li div span.field-validation-error span {
    color: #ff0000;
    font-size: 12px;
    display: block;
    width: 100%;
}
.order ul.word_order li div.word_request input {
    width: calc(100% - 240px);
}
.order ul.word_order li div.word_request span.icon_word {
    width: 34px;
    height: 34px;
    display: block;
    margin-left: 6px;
    background: url(../images/icon_wordorder.svg) no-repeat;
    background-size: contain;
}
.word_order .icon_word2 {
    width: 34px;
    height: 34px;
    margin-left: 6px;
    background: url(../images/icon_pdf.svg) no-repeat;
    background-size: contain;
}
div.word_request > a.btn_pdf {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/icon_pdf.svg) no-repeat;
    background-size: contain;
    margin-left: 6px;
}
.order ul.word_order li div.request_reason textarea {
    width: calc(100% - 200px);
    height: 90px;
}
#form_contact > section.word_order > ul > li > div.request_reason > div {
    width: 100%;
}
/*popup-word pickup*/
#overray {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 90px 40px 40px;
    z-index: 1000;
    /* display: none; */
}
#popup {
    position: fixed;
    width: calc(100% - 30px);
    max-width: 600px;
    height: 70vh;
    top: calc(50% - 35vh);
    left: calc(50% - 300px);
    background: #fff;
    z-index: 1001;
    padding: 0 0 10px 0;
    display: none;
}
#popup h4 {
    background: #91d226;
    color: #fff;
    padding: 7px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
}
#popup #close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ffffff7d;
    background: url(../images/icon_close.svg) no-repeat;
    background-size: contain;
}
#popup > div.popup_descript {
    font-size: 14px;
    text-align: center;
    height: 40px;
    padding: 10px;
}
#popup #reload {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #ffffff7d;
    background: url(../images/icon_refresh.svg) no-repeat;
    background-size: contain;
}
#popup ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: calc(100% - 80px);
    width: calc(100% - 10px);
    overflow-y: scroll;
    margin: auto;
}
#popup ul li {
    width: 50%;
    padding: 10px;
    border: solid 1px #efefef;
    cursor: pointer;
}
#popup ul li:nth-child(4n-1), #popup ul li:nth-child(4n-2) {
    background: #f3f3f3;
}
#popup ul li:hover {
    background: rgba(145, 210, 38, 0.5);
}
#form_contact > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}
#form_contact > div > span.use_tmss_desc {
    font-size: 14px;
    display: block;
    margin-right: 10px;
}
#form_contact > section.word_order > ul > li:nth-child(3) > div.word_request > span:nth-child(4) {
    display: block;
    width: 100%
}
section.submit button.next {
    font-size: 13px;
    /* width: 230px; */
}
section.submit button.back {
    /* width: 230px; */
}
.order.movieservice div.link {
    margin-top: 20px
}
.order.movieservice div.comment {
    font-size: 12px;
}
.order.movieservice div.link a {
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-bottom: 5px;
    border-bottom: solid 2px #00BCD4;
    color: #00BCD4;
    position: relative;
    font-size: 14px;
    word-break: break-all;
}
.order.movieservice a:hover {
    opacity: 0.8;
}
.order.movieservice div.link a::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    border-right: solid 2px #00BCD4;
    border-bottom: solid 2px #00BCD4;
    transform: rotate(-45deg);
}
.order.movieservice div.submit {
    margin-top: 20px;
    text-align: center;
    font-size: 14px
}
.order.movieservice div.submit a {
    display: inline-block;
    background: #0a6e46;
    padding: 1em;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.order.movieservice a.btn_back {
    display: block;
    background: #84b6a2;
    width: 9em;
    padding: 1em;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    margin: 10px auto;
}

::placeholder {
    color: #ccc;
}

@media only screen and (max-width: 767px) {
    .order {
        width: 92vw;
        margin: 4vw auto;
        background: #fff;
        padding: 4vw;
        border-radius: 3vw;
    }
    .order section {
        margin: 0 0 4vw;
    }
    .order input[type="tel"] {
        font-size: 3vw;
    }
    .order input[type="text"] {
        font-size: 3vw;
    }
    .order h3 {
        font-size: 4vw;
        font-weight: 500;
        padding: 1vw;
        margin-bottom: 3vw;
    }
    .order ul.checkbox_select li {
        width: 50%;
    }
    .order ul.checkbox_select li label {
        font-size: 3.6vw;
        line-height: 1;
        padding-left: 6vw;
    }
    .order ul.checkbox_select li label::before {
        content: '';
        width: 4vw;
        height: 4vw;
        top: 0;
        left: 0;
    }
    .order ul.checkbox_select li input:checked + label::after {
        content: '';
        width: 2vw;
        height: 2vw;
        top: 1vw;
        left: 1vw;
    }
    .order ul.lecture_order li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4vw;
    }
    .order ul.lecture_order li p {
        font-size: 3.4vw;
    }
    .order ul.lecture_order li p span {
        font-size: 2.8vw;
        padding: 1vw;
    }
    .order ul.word_order li {
        margin-bottom: 6vw;
    }
    .order ul.word_order li div {
        margin: 0 auto 2vw;
        font-size: 3vw;
    }
    .order ul.word_order li div span {
        font-size: 3vw;
        width: 18vw;
        padding-right: 2vw;
    }
    .order ul.word_order li div.word_request input {
        width: calc(100% - 28vw);
        height: 8vw;
        font-size: 2.8vw;
    }
    .order ul.word_order li div.word_request span.icon_word {
        width: 8vw;
        height: 8vw;
        display: block;
        margin-left: 2vw;
    }
    .order ul.word_order li div.request_reason textarea {
        width: calc(100% - 18vw);
        height: 20vw;
        font-size: 3.8vw;
    }
    .order ul.word_order li div.message {
        font-size: 3.4vw;
    }
    /*popup-word pickup*/
    #popup {
        position: fixed;
        width: 90vw;
        max-width: none;
        height: 80vh;
        top: calc(50% - 40vh);
        left: calc(50% - 45vw);
    }
    #popup #close {
        width: 10vw;
        height: 10vw;
        top: 0;
        right: 0;
        background-size: 60%;
        background-position: center;
    }
    #popup #reload {
        width: 8vw;
        height: 8vw;
        top: 1vw;
        left: 1vw;
    }
    #popup h4 {
        font-size: 3.4vw;
        height: 10vw;
    }
    #popup > div.popup_descript {
        font-size: 2vw;
        text-align: center;
        /* height: 14px; */
        padding: 10px;
    }
    #popup ul li {
        font-size: 3vw;
    }
    #popup ul li:hover {
        background: none;
    }
    .order section.submit {
        margin-top: 2vw;
    }
    section.submit button.next {
        font-size: 13px;
        width: 48%;
        margin: 1%
    }
    section.submit button.back {
        width: 48%;
        margin: 1%
    }
    #form_contact > div > span.use_tmss_desc {
        width: 100%;
        font-size: 3vw;
    }
    .order.movieservice div.link a {
        display: block;
        line-height: 1.4;
        padding-left: 6vw;
        padding-bottom: 5px;
        position: relative;
        font-size: 3.5vw;
    }
    .order.movieservice {
        font-size: 3.5vw;
    }
    .order.movieservice div.link a::before {
        content: '';
        width: 4vw;
        height: 4vw;
        left: 0;
        top: calc(50% - 2vw);
        transform: rotate(-45deg);
    }
    .order.movieservice div.submit {
        font-size: 3.2vw;
    }
    .order.movieservice div.submit a {
        font-size: 4vw;
    }
} /*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 480px) {
    #popup > div.popup_descript {
        font-size: 3.2vw;
        text-align: left;
        height: 14vw;
        padding: 10px;
    }
    #popup ul {
        height: calc(100% - 24vw);
        width: calc(100% - 10px);
        overflow-y: scroll;
        margin: auto;
    }
}
#form_contact > section.word_order > ul > li:nth-child(5) > div.word_request > span:nth-child(4) {
    display: block;
    width: 100%
}
