/*MLC COMMON*/

html {
    scroll-behavior: smooth;
  }
#mlc_faq_k *,
#mlc_faq_k *:before,
#mlc_faq_k *:after {
    box-sizing: border-box;
}
#mlc_faq_k .faq_k_banner {
    margin-bottom: 34.9px;
}

#mlc_faq_k
    .faq_k_banner
    .bg_faq_button_container
    .faq_first_button {
    background: rgba(255, 255, 255, 0.9);
    color: #6b9aeb;
    padding: 13px 24px 11px 12px;
    display: flex;
    justify-content: center;
    min-width: 150px;
}
#mlc_faq_k .faq_k_banner
 .bg_faq_button_container {
    display: flex;
    position: absolute;
    bottom: 27.7976%;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
}
#mlc_faq_k
    .faq_k_banner
    .bg_faq_button_container
    .faq_first_button:nth-of-type(2) {
    margin-left: 15px;
}
#mlc_faq_k
    .faq_k_banner
    .bg_faq_button_container
    .faq_first_button:nth-of-type(2)
    .faq_first_button_text {
    margin-left: 12px;
}
#mlc_faq_k
    .faq_k_banner
    .faq_first_button
    .faq_first_button_icon {
    width: 30px;
    height: 30px;
    margin-top: 2px;
}
#mlc_faq_k
    .faq_k_banner
    .faq_first_button
    .faq_first_button_text {
    font-weight: 500;
    font-family: "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #222222;
    text-align: center;
    margin-left: 24px;
}
#mlc_faq_k .mlc_faq_main {
    position: relative;
    margin: 0px 20px -32px;
}
#mlc_faq_k .mlc_red_bg {
    background-color: #eeaaaa;
    position: relative;
    padding: 16px 13.1px;
    min-height: 85px;
}
#mlc_faq_k .mlc_common_12_white {
    font-size: 10px;
    font-family: "termina", sans-serif;
    color: #ffffff;
    font-weight: 400;
    margin-top: 1.4px;
    letter-spacing: 0.1em;
}
#mlc_faq_k .mlc_common_20_white {
    font-size: 20px;
    font-family: "Hiragino Kaku Gothic Pro", sans-serif;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0.1em;
}
#mlc_faq_k .mlc_msl_faq_title_hr {
    width: 8%;
    border: none;
    border-top: 1px #dddddd solid;
    /* margin-top: 9.5px;
    margin-bottom: 5.9px; */
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}
#mlc_faq_k .mlc_list_faq_wrap {
    position: relative;
    padding-top: 50px;
    padding-bottom: 19px;
}
#mlc_faq_k .mlc_list_faq_wrap .mlc_btn_faq_red {
    position: relative;
    display: block;
    background-color: #ffffff;
    letter-spacing: 0.1em;
    border: 1px solid #707070;
    padding: 10px;
    text-align: center;
    color: #eeaaaa;
    box-sizing: border-box;
    margin: auto 10px;
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 600;
}

#mlc_faq_k .mlc_lists_faq {
    padding: 24px 0 32.5px 0;
}
#mlc_faq_k .mlc_lists_faq:last-of-type {
    padding: 24px 0 0 0;
}
#mlc_faq_k .faq_accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 10px 10px 10px 11px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 600;
    transition: 0.4s;
    background-clip: padding-box;
    letter-spacing: -1px;
    line-height: 1.6;
}
#mlc_faq_k .faq_accordion p{
    width: 87%;
}

#mlc_faq_k .faq_accordion:hover {
    background-color: #ccc;
}

#mlc_faq_k #mlc_faq_red .faq_accordion.lazyloaded:after {
    content: '';
    background: url("/sp/images/faq/q&a_b_plus.svg");
    height: 15px;
    width: 15px;
}
#mlc_faq_k #mlc_faq_red .faq_accordion.lazyloaded.active:after {
    content: '';
    background: url("/sp/images/faq/q&a_b_minus.svg");
}

#mlc_faq_k #mlc_faq_green .faq_accordion.lazyloaded.active:after {
    content: '';
    background: url("/sp/images/faq/q&a_b_minus.svg");
}

#mlc_faq_k .faq_panel {
    font-family: "Hiragino Sans", sans-serif;
    font-size: 14px;
    color: #222222;
    line-height: 1.7;
    padding: 0px 34px 0px 11px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-weight: 300;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
#mlc_faq_k .faq_panel p {
    margin: 10px 0;
}
#mlc_faq_k .mlc_green_bg {
    background-color: #88ddbb;
    position: relative;
    padding: 13.1px;
    min-height: 85px;
}
#mlc_faq_k .mlc_list_faq_wrap .mlc_btn_faq_green {
    position: relative;
    display: block;
    background-color: #ffffff;
    letter-spacing: 0.1em;
    border: 1px solid #707070;
    padding: 10px;
    text-align: center;
    color: #88ddbb;
    box-sizing: border-box;
    margin: auto 10px;
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 600;
}

#mlc_faq_k #mlc_faq_green .faq_accordion:after {
    content: '';
    background: url("/sp/images/faq/green_plus.svg");
    /* content: "\002B";
    color: #ffffff;
    background-color: #88ddbb;
    border-radius: 50%;
    font-weight: bold;
    float: right; */
    height: 15px;
    width: 15px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 8px;
    padding-right: 1.5px; */
}

#mlc_faq_k .mlc_faq_main_section .mlc_faq_global_btn {
    margin: 29px auto;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 500;
}

#mlc_faq_k .mlc_faq_main_section .mlc_faq_notice_container {
    padding: 9px 32px 16px 32px;
    margin-bottom: 60px;
}
#mlc_faq_k .mlc_faq_main_section .mlc_faq_notice_container .eys_title_one {
    font-family: "Hiragino Sans", sans-serif;
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    line-height: 1.5;
    padding-top: 23px;
}
#mlc_faq_k .mlc_faq_main_section .mlc_faq_notice_container .mlc_msl_title_hr {
    width: 8%;
    border: none;
    border-top: 1px #dddddd solid;
    margin-bottom: 19.5px;
    margin-top: 16px;
}
#mlc_faq_k .mlc_faq_main_section .mlc_faq_notice_container .eys_content_text {
    font-family: "Hiragino Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: normal;
}

#mlc_faq_k .section-bottom-k {
    padding-bottom: 9px;
}

#mlc_faq_k .mlc_w_90 {
    width: 90%;
    margin: 0 auto;
}
#mlc_faq_k .mlc_w_89 {
    width: 89.33333333333333%;
    margin: 0 auto;
}
#mlc_faq_k .mlc_text_center {
    text-align: center;
}

#mlc_faq_k .mlc_common_14 {
    font-size: 18.5px;
    line-height: 1.5;
    color: #222222;
    letter-spacing: 1px;
}

#mlc_faq_k .mlc_faq_banner {
    margin: 0 !important;
    position: relative;
}
#mlc_faq_k .mlc_faq_banner img {
    width: 100%;
}
#mlc_faq_k .mlc_img_box img {
    width: 100%;
}

#mlc_faq_k .mlc_white_bg_np {
    background-color: #ffffff;
}

#mlc_faq_k .mlc_w_89.mlc_white_bg_np{
    margin-bottom: 24px;
}

#mlc_faq_k .cv_btn p {
    text-align: center;
}
#mlc_faq_k .cv_btn img {
    width: 100%;
}

#mlc_faq_k .mlc_price_section .mlc_bg_gray_box p {
    padding: 18.5px;
    background-color: #f9f9f9;
}

#mlc_faq_k .ticket_price {
    margin: 10px 10px 10px 10px;
    filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.15));
    transform: translateZ(0);
}

#mlc_faq_k .mlc_course_section .mlc_bg_box .mlc_bg img {
    width: 100%;
    vertical-align: top;
}
#mlc_faq_k .mlc_course_section .mlc_bg_box .mlc_bg span {
    position: absolute;
    font-size: 17.5px;
    top: 50%;
    transform: translateY(-50%);
    left: 120px;
    line-height: 1.5;
    z-index: 1;
    color: #222222;
}

#mlc_faq_k .love_story_images .mlc_img_box.larger_left img {
    width: 125%;
}

#mlc_faq_k .mlc_dark_gray_bg .mlc_common_14 {
    padding: 0;
    background-color: transparent;
}

#mlc_faq_k .mlc_msl_title_hr {
    width: 8%;
    border: none;
    border-top: 1px #dddddd solid;
    margin-bottom: 5px;
}

#mlc_faq_k .faq_panel ol > li {
    list-style: decimal inside;
}

a.faq_link {
    text-decoration:underline;
}

@media only screen and (max-width: 500px) {
    /*MLC COMMON*/
    #mlc_faq_k .mlc_common_14 {
        font-size: 3.7vw;
    }
}
