body {
    font-family: "Noto Sans JP", sans-serif;
}
#main {
    max-width: 400px;
    margin: 0 auto;
}
.site-content {
    min-height: 75vh;
    opacity: 1;
    transition: opacity 1s ease, visibility 1s ease;
    position: relative;
    z-index: 999;
}
img {
    max-width: 100%;
}
.card-info {
    padding: 0;
    margin: auto;
}
.card {
    color: #3a3a3a;
    transition: box-shadow 0.3s, transform 0.3s;
}
.card:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
    transform: translate(0, -3px);
    text-decoration: none !important;
}
.card-title {
    width: 65%;
    float: left;
    margin-right: 2%;
}
.target_date {
    border: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 4px;
}
.each_lesson {
    border: 1px solid #ededed;
    padding: 10px 0;
}
.each_lesson:nth-child(2n + 1) {
    background-color: #ededed;
}
.each_lesson .teacher_list p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.text-right {
    /* float: left; */
}
.inline {
    display: inline-block;
}

.desc_ul {
    margin-top: 20px;
}
.desc_ul li {
    list-style: none;
    margin-bottom: 5px;
}
.scroll ul li {
    list-style: none;
    margin-bottom: 10px;
}

div.scroll {
    font-size: 10px;
    height: 160px;
    width: 100%;
    padding: 5px;
    overflow-x: hidden;
    overflow-y: visible;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-overflow-scrolling: touch;
}
.contact-button {
    margin: auto;
    width: 154px;
}
@media screen and (max-width: 946px) {
    .card-title {
        width: 60%;
    }
}
@media screen and (max-width: 630px) {
    .card-title {
        width: 55%;
        margin-right: 1%;
        font-size: 0.9rem;
    }
}
.site-content {
    margin: 0;
    padding: 0;
    width: 100%;
}
.ast-container-wrap {
    padding: 10% 18%;
    background: #eee;
}
@media screen and (max-width: 921px) {
    .ast-container-wrap {
        padding: 5% 5%;
        background: #eee;
    }
}
.content-area {
    /* padding: 10% 3%; */
    background: #fff;
}
.site-main {
    padding: 4%;
}
.card-header {
    background: #f2f4ec;
}
@media screen and (max-width: 480px) {
    td {
        font-size: 8px;
        padding: 1em;
    }
}

.flash_message {
    color: #eb4628;
    font-size: 17px;
    font-weight: 600;
}

.new {
    background: #dda0dd;
    color: #fff;
    float: left;
    margin-right: 10px;
    width: 10%;
    text-align: center;
    border-radius: 30px;
}
.to-calendar {
    display: flex;
}

.view_title {
    color: #eb6a26;
    padding: 5px;
    border-bottom: solid #eb6a26 2px;
    font-size: 18px;
    margin: 10px 10px 20px 10px;
}
.small_title {
    color: #eb6a26;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.title_center {
    color: #eb6a26;
    font-size: 14px;
    font-weight: 700;
    background-color: #f2f4ec;
    padding: 7px 0px;
}
.small_annotation {
    color: #eb6a26;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 0px;
}
.course_list {
    height: 52px;
    padding: 0 20px;
    background: #f2f4ec;
    border-radius: 4px 4px 0px 0px;
    font-weight: 500;
}
.card_radius {
    background: #ffffff;
    border: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 4px;
}
.trial_select_img {
    /* width:315px; */
    max-width: calc(100% - 20px);
    /* max-width: 100%; */
}

.trial_img {
    /* width:315px; */
    /* max-width: calc(100% - 20px); */
    max-width: 100%;
}
.no_reservation {
    font-size: 18px;
    color: #777777;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
}
.sample_box {
    width: 114px;
    height: 66px;
}
.date_period {
    color: #eb6a26;
    font-weight: 700;
    font-size: 14px;
    margin: 0 8px;
}
.line_content {
    font-size: 12px;
}
.noimg_top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 90%;
    width: 315px;
    height: 118px;
    color: #777777;
    background: #ffffff;
    border: 1px solid #777777;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 15px;
    justify-content: space-evenly;
    flex-direction: column;
}
.noimg_small {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    width: 114px;
    height: 66px;
    color: #777777;
    background: #ffffff;
    border: 1px solid #777777;
    box-sizing: border-box;
    border-radius: 4px;
}
/*ボタン*/
.reserve_button {
    max-width: 100%;
    width: 116px;
    height: 32px;
    left: 197px;
    top: 779px;
    background: #eb4628;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*ボタン*/
.reserve_button.blue {
    color: #007bff;
    border-color: #007bff;
    border: 1px solid;
    background: none;
}
.reserved_button {
    max-width: 100%;
    width: 116px;
    height: 32px;
    left: 197px;
    top: 779px;
    background: #ffffff;
    border-radius: 4px;
    color: #eb4628;
    border: 1px solid #eb4628;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button_border_blue {
    /* Auto layout */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 90%;
    width: 315px;
    height: 48px;
    color: #007fc7;
    background: #ffffff;
    border: 1px solid #007fc7;
    box-sizing: border-box;
    border-radius: 4px;
}
.button_red {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;

    max-width: 90%;
    width: 315px;
    height: 48px;

    border: none;
    background: #eb4628;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}
.button_border_red {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 90%;
    width: 315px;
    height: 48px;
    color: #eb4628;
    background: #ffffff;
    border: 1px solid #eb4628;
    box-sizing: border-box;
    border-radius: 4px;
    text-decoration: none;
}
.button_green {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 90%;
    width: 315px;
    height: 48px;
    border: none;
    background: #8acb69;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}
.button_blue {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    width: 90%;
    height: 48px;
    border: none;
    background: #369cd6;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}
.button_line {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 90%;
    width: 315px;
    height: 48px;
    border: none;
    background: #0ac755;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}
/**/

.card_table {
    display: block;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
}
.content_name {
    text-align: center;
    margin: 0px 16px;
    padding-top: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ededed;
}
.card_table th {
    font-size: 13px;
    color: #777777;
}
.card_table td {
    font-size: 14px;
    color: #333333;
    padding: 11px 14px;
}
.complete_message {
    color: #eb6a26;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-top: 1rem;
}
.square_24 {
    width: 24px;
    height: 24px;
}
.square_16 {
    width: 16px;
    height: 16px;
}
.title_img {
    width: 114px;
    height: 66px;
}
/*フォームUI*/

.form_label {
    color: #777777;
    font-size: 16px;
}
.form_input {
    font-size: 98%;
}
.form_textarea {
    height: 95px !important;
}
.attention_text {
    color: #eb4628;
    font-size: 10px;
}
.error-message {
    color: #dc3545;
    font-size: 12px;
}
.required {
    margin-left: 10px;
    color: #777777;
    font-size: 12px;
}
.my-invalid-feedback {
    color: #e3342f;
    font-size: 12px;
}
.form_sub_label {
    font-size: 11px;
}
.form_text {
    font-size: 14px;
}
.title_input {
    position: absolute;
    left: -9999px;
}

.title_label {
    display: block;
    position: relative;
    width: 145px;
    height: 67px;
    margin: 7px 10px;
    padding: 5px 20px;
    border: 1px solid #abb5be;
    border-radius: 5px;
    color: #000000;
    background-color: #ffffff;
}
.title_label img {
    display: block;
    margin: 0 auto;
    width: 70%;
    height: 80%;
}
.title_label .noimg {
    margin-left: 15px;
    font-size: 15px;
}
.title_input:checked + .title_label {
    background-color: #e7f0fe;
}
.form-control {
    height: 52px;
}
/**/
.lesson_content {
    border-bottom: 1px solid #ededed;
}
.lesson_content #l_date,
.lesson_content #l_time,
.lesson_content #l_teacher {
    font-size: 12px;
    font-weight: 500;
}
.lesson_content #l_name {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}
.lesson_content #l_title {
    font-size: 14px;
    font-weight: 500;
}
.green_mark {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 69px;
    height: 22px;
    max-width: 100%;
    background-color: #89cb69;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
}
.yellow_mark {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 69px;
    height: 22px;
    max-width: 100%;
    background-color: #f5a50a;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
}
.red_mark {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 69px;
    height: 22px;
    max-width: 100%;
    background-color: #dd5941;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
}
/*ダイアログ*/
.base_dialogue_ui {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #333333;
    background-color: #ffffff;
    z-index: 1000;
    padding: 30px 25px;
    height: 200px;
    width: 90%;
    max-width: 400px;
    border-radius: 10px;
}
.base_dialogue_ui .dialogue_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}
.base_dialogue_ui .dialogue_content {
    font-size: 14px;
    margin-bottom: 20px;
}
.cancel_dialogue {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #333333;
    background-color: #ffffff;
    z-index: 1000;
    padding: 20px 9px;
    height: 436px;
    width: 90%;
    max-width: 400px;
}
.cancel_dialogue .user_name {
    text-align: center;
    font-size: 22px;
}
.dark {
    position: fixed;
    filter: brightness(50%);
    z-index: 200;
}
.dark .content-area {
    height: 1000px;
}
.small_url {
    text-align: center;
    font-size: 12px;
    color: #777777;
}
/*ダイアログ*/
.withdrawal_dialogue {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #333333;
    background-color: #ffffff;
    z-index: 1000;
    padding: 20px 10px;
    height: 250px;
    width: 90%;
    max-width: 400px;
    box-sizing: border-box;
}
.withdrawal_title {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 500;
}
.withdrawal_dialogue p {
    text-align: center;
    font-size: 16px;
}
.show {
    display: block;
}

.color_EB4628 {
    color: #eb4628;
}
.trial_lesson_text {
    margin: 0 10px 15px 10px;
    text-align: left;
    width: 100%;

    font-size: 10px;
}
