.page_inner_Wrap {
    width: initial;
}

.ttl {
    margin-bottom: 20px;
    font-weight: normal;
    color: var(--color-main);
    padding: 0 0;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
}

.en-content {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.contactTxt {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.form50 {
    width: 100%;
}

.custom-contact-item label {
    display: block;
}

.contactItem {
    width: 260px;
}

.en-form {
    padding: 0 20px;
}

@media screen and (max-width: 1200px) {
    .contactItem {
        width: 100%;
    }

    .contactTxt.custom-contactTxt {
        flex-direction: row;
    }
}

@media screen and (max-width: 1000px) {
    .en-form {
        padding: 0;
    }

    .en-content {
        padding: 0 10px;
    }
}

.img-en01 {
    max-width: 70%;
    margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
    .img-en01 {
        max-width: 100%;
    }
}

.contactTxt.en-name {
    position: relative;
}

.contactTxt.en-name .error {
    position: absolute;
    bottom: -10px;
}

.contactTxt.en-name .error:nth-child(2) {
    display: none;
}

* {
    word-break: keep-all;
}

.page_inner_space {
    padding-top: 0;
}

.ui-datepicker-trigger {
    width: 20px;
    object-fit: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.contactTxt.contactTxt--date {
    position: relative;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 5px 0 5px 10px;
}

@media screen and (max-width: 768px) {
    .contactTxt.contactTxt--date {
        margin: 0;
    }
}

.pageBlock {
    padding-top: 0;
}

span.en-text {
    pointer-events: none;
    color: inherit;
    font-family: 'Noto Sans JP', ��, Meiryo, sans-serif;
    font-weight: inherit !important;
    font-size: inherit;
}

.list__active {
    color: var(--color-main) !important;
}

/* 20231102 ��divk�Y�style */
.header__nav__list__item a {
    padding: 0px 0;
}

/* /20231102 ��divk�Y�style */

.languages_btn {
    background-color: var(--color-red1);
    margin-right: 10px;
    transition: 0.3s;
}

.languages_btn:hover {
    background-color: var(--color-main);
    transition: 0.3s;
}

.languages_btn a {
    color: white !important;
}

.lang_zone {
    position: fixed;
    right: 0;
    padding-top: 100px;
    background-color: var(--color-main);
    text-align: center;
    z-index: 998;
    transition: 0.3s;
    max-width: 300px;
    width: 100%;
}

.lang_zone ul {
    width: 100%;
}

.lang_zone li {
    display: block;
    color: #fff;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    transition: 0.3s;
    width: 100%;
}

.lang_zone li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s;
    width: 100%;
    display: inline-block;
}

.lang_zone li a:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.batsu {
    position: absolute;
    top: 100px;
    left: 5px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .lang_zone {
        padding-top: 80px;
    }

    .batsu {
        top: 80px;
    }
}

.languages_list {
    width: fit-content;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-top: 5px;
}

/* ===============================================
# SSK�
=============================================== */
.custom-select {
    position: relative;
    padding: 5px 10px !important;
    background-color: var(--color-red1);
    border: none;
    cursor: pointer;
    margin-right: 25px;
    margin-bottom: 10px;
    width: fit-content;
    margin-left: auto;
}

@media screen and (max-width: 1600px) {
    .custom-select {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1366px) {
    .custom-select {
        margin-right: 12px;
    }
}

@media screen and (max-width: 1150px) {
    .custom-select {
        margin-right: 10px;
    }
}

.selected-value {
    color: #fff;
}

.selected-value-container {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: space-between;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.options-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
}

.option {
    padding: 10px;
    background-color: white;
    border-bottom: 1px solid #ddd;
}

.option:hover {
    background-color: #f2f2f2;
}

/* ===============================================
    #
    =============================================== */
#header {
    height: auto;
    padding: 10px 0;
}

.headerLeft {
    align-items: center;
}

.options-container.active {
    display: block;
}

@media screen and (min-width: 991px) {
    .toggle_btn {
        top: 30px;
    }
}

@media screen and (max-width: 990px) {
    #header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-lang {
        flex: 1;
        justify-content: flex-end;
        padding-right: 80px;
        margin: 0 0 0 15px;
    }

    .header-lang .custom-select {
        margin: 0;
    }
}
