@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    vertical-align: baseline;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", "sans-serif", 'Arial', 'Helvetica', 'Tahoma', 'Verdana';
    /*max-width: 1800px;*/
    min-width: 900px;
    background: #f3f3f3;
    color: #000;
    font-size: 0.9rem;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #fff;
}

a:hover {
    opacity: 0.7;
}

/* for modern brouser */
.cf:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* IE7,MacIE5 */
.cf {
    display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

/**/


/*margin*/
.mgt0 {
    margin-top: 0px !important;
}

.mgt5 {
    margin-top: 5px !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgt15 {
    margin-top: 15px !important;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt25 {
    margin-top: 25px !important;
}

.mgt30 {
    margin-top: 30px !important;
}

.mgt35 {
    margin-top: 35px !important;
}

.mgt40 {
    margin-top: 40px !important;
}

.mgt45 {
    margin-top: 45px !important;
}

.mgt50 {
    margin-top: 50px !important;
}

.mgt55 {
    margin-top: 55px !important;
}

.mgt60 {
    margin-top: 60px !important;
}

.mgt65 {
    margin-top: 65px !important;
}

.mgb0 {
    margin-bottom: 0px !important;
}

.mgb5 {
    margin-bottom: 5px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgb15 {
    margin-bottom: 15px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.mgb40 {
    margin-bottom: 40px !important;
}

.mgb50 {
    margin-bottom: 50px !important;
}

.mgl0 {
    margin-left: 0px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgl15 {
    margin-left: 15px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgl30 {
    margin-left: 30px !important;
}

.mgl40 {
    margin-left: 40px !important;
}

.mgl50 {
    margin-left: 50px !important;
}

.mgr0 {
    margin-right: 0px !important;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgr15 {
    margin-right: 15px !important;
}

.mgr20 {
    margin-right: 20px !important;
}

.mgr30 {
    margin-right: 30px !important;
}

.mgr40 {
    margin-right: 40px !important;
}

.mgr50 {
    margin-right: 50px !important;
}

/* For padding */
.pdt0 {
    padding-top: 0px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdt25 {
    padding-top: 25px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdt35 {
    padding-top: 35px !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdb25 {
    padding-bottom: 25px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pdl0 {
    padding-left: 0px !important;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.font_bold {
    font-weight: bold !important;
}

.font_big {
    font-size: 1rem;
}

.font_center {
    text-align: center !important;
}

.font_right {
    text-align: right !important;
}

.font_left {
    text-align: left !important;
}

.font_red {
    color: #ed94ab !important;
}

.font_blue {
    color: #7cb8ec !important;
}

.font_gray {
    color: #979797 !important;
}

.font_orange {
    color: #ff6500 !important;
}

.font_green {
    color: #27c534 !important;
}

.font_deepblue {
    color: #00499f !important;
}

.font_deepgreen {
    color: #007009 !important;
}

.font_purple {
    color: #b700d9 !important;
}

.font_small {
    font-size: 0.8rem !important;
}

.break-word {
    word-break: break-word;
}

/* ---------------------------------------------------------
 common
----------------------------------------------------------*/

/*header*/
header {
    display: flex;
    background: #fff;
    position: fixed;
    width: 100%;
    min-width: 900px;
    z-index: 100;
}

header h1 {
    background: #001741;
    color: #001741;
    width: 230px;
    padding: 10px 20px;
}

header h1 img {
    display: block;
    margin: auto;
}

header h1 span {
    border-radius: 1000px;
    background: #fff;
    font-size: 0.7rem;
    display: block;
    text-align: center;
    padding: 2px;
    margin: 5px 0 0;
}

header .header_right {
    background: #fff;
    width: calc(100% - 230px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
    box-shadow: 0px 6px 16px 0px rgba(48, 48, 48, 0.15);
}

header .header_right .breadcrumb ul {
    display: flex;
    align-items: center;
}

header .header_right .breadcrumb ul li {
    font-size: 0.7rem;
    font-weight: bold;
    margin-right: 10px;
}

header .header_right .breadcrumb ul li:not(:last-child):after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    color: #c4c4c4;
    padding-left: 10px;
}

header .header_right .breadcrumb ul li a {
    color: #000;
    pointer-events: none;
}

header .header_right .exb_date {
    margin-left: auto;
    display: flex;
    align-items: center;
}

header .header_right .exb_date p {
    font-size: 0.8rem;
    font-weight: bold;
    margin-right: 20px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

header .header_right .exb_date p:before {
    font-family: "Font Awesome 5 Free";
    content: '\f1ad';
    color: #fff;
    background: #005bac;
    padding: 5px;
    border-radius: 1000px;
    margin-right: 5px;
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
}

header .header_right .exb_date span {
    font-size: 0.6rem;
    color: #005bac;
    font-weight: bold;
    border: solid 1.5px #005bac;
    border-radius: 5px;
    padding: 2px 5px;
}

header .header_right .exb_date span:before {
    font-family: "Font Awesome 5 Free";
    content: '\f005';
    margin-right: 5px;
}

/*flame*/
.page {
    display: flex;
    padding-top: 65px;
}

/*side_nav*/
.page .side_nav {
    background: #001741;
    width: 230px;
    /* min-height: 610px; */
    min-height: 890px;

    [lang=en] & {
        /* 英語のみ */
        min-height: 970px;
    }

    padding: 30px 0;
    border-top: solid 2px #000a1d;
    position: fixed;
    height: 100%;
}

/* 一定の高さより小さくなったらスクロールバーを表示 */
.page .side_nav.scroll {
    max-height: calc(100vh - 65px);
    min-height: unset;
    overflow-y: scroll;
}

.page .side_nav.scroll a.logout {
    position: unset;
    margin: 15px 0;
}

.page .side_nav.scroll .langage {
    position: unset;
}

.page .side_nav.scroll::-webkit-scrollbar {
    width: 8px;
}

.page .side_nav.scroll::-webkit-scrollbar-track {
    background-color: #031741;
}

.page .side_nav.scroll::-webkit-scrollbar-thumb {
    background-color: #48719b;
}

.page .side_nav.scroll .side_nav_06 a {
    font-size: 99%;
}

.page .side_nav nav {
    margin: 0 20px;
}

.page .side_nav nav>ul>li {
    margin-bottom: 10px;
    padding-left: 20px;
    text-indent: -20px;
}

.page .side_nav nav>ul>li:before {
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
}

.page .side_nav nav>ul>li.side_nav_01:before {
    content: '\f015';
}

.page .side_nav nav>ul>li.side_nav_02:before {
    content: '\f304';
}

.page .side_nav nav>ul>li.side_nav_03:before {
    content: '\f019';
}

.page .side_nav nav>ul>li.side_nav_release {
    text-indent: -1.9em;
    padding-left: 1.8em;
}

.page .side_nav nav>ul>li.side_nav_release:before {
    content: '\f0a1';
}

.page .side_nav nav>ul>li.side_nav_notification:before {
    content: '\f0f3';
}

.page .side_nav nav>ul>li.side_nav_04:before {
    content: '\f03a';
}

.page .side_nav nav>ul>li.side_nav_05:before {
    content: '\f013';
}

.page .side_nav nav>ul>li.side_nav_06:before {
    content: '\f15b';
}

.page .side_nav nav>ul>li.side_nav_07:before {
    content: '\f3ff';
}

.page .side_nav nav>ul>li.side_nav_08:before {
    content: '\f26c';
    font-size: 90%;
}

.page .side_nav nav>ul>li.side_nav_02>ul,
.page .side_nav nav>ul>li.side_nav_08>ul {
    margin: 5px 0 0 30px;
    margin-left: 10px;
    text-indent: 0;
}

.page .side_nav nav>ul>li.side_nav_02>ul>li,
.page .side_nav nav>ul>li.side_nav_08>ul>li {
    margin-top: 5px;
    font-size: 0.7rem;
}

.page .side_nav nav>ul>li.side_nav_02>ul>li .btn.btn_yokoham,
.page .side_nav nav>ul>li.side_nav_08>ul>li .btn.btn_yokohamaa,
.page .side_nav nav>ul>li.side_nav_02>ul>li .btn.btn_nagoya,
.page .side_nav nav>ul>li.side_nav_08>ul>li .btn.btn_nagoya {
    width: 150px;
    text-align: left;
}

.page .side_nav a.logout {
    background: #000a1d;
    display: block;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    bottom: 120px;
    width: 100%;
}

.page .side_nav a.logout:before {
    content: '\f2f5';
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
}

.page .side_nav .langage {
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
    position: absolute;
    bottom: 90px;
    width: 100%;
    color: #fff;
}

.page .side_nav .langage a:last-child {
    border-left: solid 3px #fff;
    padding-left: 10px;
    margin-left: 9px;
}


.page .main_cont {
    width: calc(100% - 230px);
    margin-left: auto;
}

.page .main_cont .main_cont_inner {
    padding: 30px;
}

.page .main_cont .alert {
    background: #52aeff;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    font-weight: bold;
    white-space: nowrap;
    font-size: 1.1rem
}

.page .main_cont .alert.error {
    background: #f15b82;
}

.page .main_cont h2 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    word-break: keep-all;
    max-width: 400px;
}

.page .main_cont section {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 6px 16px 0px rgba(48, 48, 48, 0.15);
}

.page .main_cont section.ad_exbname_cont {
    box-shadow: none;
    padding: 0;
    border: 1px solid #005bac;
    border-radius: 0;
}

.page .main_cont section.ad_exbname_cont dl {
    display: flex;
    flex-wrap: wrap;
}

.page .main_cont section.ad_exbname_cont dt {
    margin-bottom: 0;
    background-color: #005bac;
    color: #fff;
    padding: 20px;
    width: 200px;
    font-size: 0.9rem;
    text-align: center;
}

.page .main_cont section.ad_exbname_cont dd {
    width: calc(100% - 200px);
    padding: 20px;
    font-size: 0.9rem;
    color: #031741;
    font-weight: bold;
}

.page .main_cont section.btn_cont {
    background: none;
    padding-left: 15px;
    padding-bottom: 15px;
    /* border: 1px solid #30303026; */
    background: #e7e7e7;
    box-shadow: none;
}


#page_information_list dl.table h1,
#page_information .info_box h1,
#page_information_list dl.table h2,
#page_information .info_box h2,
.page .main_cont h3 {
    font-size: 1rem;
    color: #979797;
    margin-bottom: 15px;
}

#page_information_list dl.table h1,
#page_information .info_box h1 {
    font-size: 1.2rem;
}

#page_information_list dl.table h2,
#page_information .info_box h2 {
    font-size: 1.1rem;
}

#page_information_list dl.table h1:before,
#page_information .info_box h1:before,
#page_information_list dl.table h2:before,
#page_information .info_box h2:before,
.page .main_cont h3:before {
    content: '';
    border-left: solid 6px #979797;
    border-radius: 5px;
    margin-right: 10px;
    height: 23px;
}

/* 左ボーダーの見出しかぶる時用 */
.page .main_cont h3.circle:before {
    background: #979797;
    width: .5rem;
    height: .5rem;
    display: inline-block;
    border-left: none;
    font-size: 1rem;
    margin-bottom: 2px;
}

/* 左ボーダーの見出しなし */
.page .main_cont h3.border_none:before {
    border-left: none;
    margin-right: 0;
}


.page .main_cont h4 {
    font-weight: normal;
    color: #005bac;
}

.page .main_cont h4.black_text {
    color: #000;
}

.page .main_cont section dl.table {
    display: flex;
    flex-wrap: wrap;
}

.page .main_cont section dl.table dt {
    background: #d9ebfb;
    color: #7d7d7d;
    padding: 15px 10px;
    font-size: 0.8rem;
    /* width: 100px; */
    width: 135px;
    text-align: center;
    word-break: auto-phrase;
}

#page_top .page .main_cont section.box_01 dl.table dt {
    width: 200px;
}

#page_edit_02_product .page .main_cont section>.js-toggle-container dl.table>dt {
    width: 120px;
}

#page_edit_01_releaseinfo .page .main_cont section>.js-toggle-container dl.table:not(.sub_table)>dt {
    width: 200px;
}

#page_edit_01_releaseinfo .page .main_cont section>.js-toggle-container dl.table.sub_table>dt {
    width: 120px;
}

.page .main_cont section dl.table dt:not(:first-child) {
    border-top: solid 1.5px #fff;
}

.page .main_cont section dl.sub_table>dt {
    background: #ecf5fd;
}

.page .main_cont section dl.sub_table>dt {
    border-bottom: solid 1.5px #ecf5fd;
    border-right: solid 1.5px #ecf5fd;
}

.page .main_cont section dl.sub_table>dt:nth-child(2) {
    border-top: solid 1.5px #ecf5fd;
}

.page .main_cont section dl.table dt.status_open {
    background: #fbd9d9;
}

.page .main_cont section dl.table dt.status_close {
    background: #ebebeb;
}

.page .main_cont section dl.table dd {
    padding: 15px;
    font-size: 0.8rem;
    /* width: calc(100% - 100px); */
    width: calc(100% - 135px);
    border-bottom: solid 1.5px #d9ebfb;
    border-right: solid 1.5px #d9ebfb;
    word-break: break-all;
}

#page_top .page .main_cont section.box_01 dl.table dd {
    width: calc(100% - 200px);
}

#page_edit_02_product .page .main_cont section>.js-toggle-container dl.table>dd {
    width: calc(100% - 120px);
}

#page_edit_01_releaseinfo .page .main_cont section>.js-toggle-container dl.table:not(.sub_table)>dd {
    width: calc(100% - 200px);
}

#page_edit_01_releaseinfo .page .main_cont section>.js-toggle-container dl.table.sub_table>dd {
    width: calc(100% - 120px);
}

.page .main_cont section dl.table dd:nth-child(2) {
    border-top: solid 1.5px #d9ebfb;
}

.page .main_cont section dl.table dd.status_open {
    border-color: #fbd9d9;
}

.page .main_cont section dl.table dd.status_close {
    border-color: #ebebeb;
}

.page .main_cont section dl.table .col3_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page .main_cont section dl.table .col3_list li {
    width: 30%;
    margin-right: 3%;
}

.page .main_cont section dl.table .col3_list li:nth-child(n+4) {
    margin-top: .5%;
}

.page .main_cont section dl.upload {
    display: flex;
}

.page .main_cont section dl.upload dt {
    width: 30%;
    background: none;
    padding: 0;
}

.page .main_cont section dl.upload dd {
    width: 70%;
    padding-left: 20px;
    border: 0 !important;
}

.page .main_cont section dl.upload dd .sup {
    margin-top: 20px;
}

.page .main_cont h3.ico_tit {
    color: #000;
}

.page .main_cont h3.ico_tit:before {
    font-family: "Font Awesome 5 Free";
    color: #005bac;
    font-weight: bold;
    margin-right: 10px;
    border: 0;
}

.page .main_cont .errorMessage {
    margin-bottom: 25px;
    text-align: center;
    padding: 30px;
    font-weight: bold;
    font-weight: 700;
    background-color: rgba(255, 0, 0, .1);
    border: 3px solid #E21C00;
    color: #E21C00;
    font-size: 1rem;
}

.page .btn_list {
    display: flex;
    flex-wrap: wrap;
}

.page .btn_list li {
    display: inline-block;
    margin: 5px 10px 0 0;
}

.sec_indent {
    text-indent: -1em;
    padding-left: 1em;
}

.page .btn_list li a {
    display: block;
    padding: 2px 7px;
    border: solid 1.5px #005bac;
    border-radius: 5px;
    color: #005bac;
    font-size: 0.7rem;
    font-weight: bold;
}

.btn {
    display: inline-block;
    padding: 7px 10px 10px;
    background: #005bac;
    text-align: center;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: 'Noto Sans JP', 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", "sans-serif", 'Arial', 'Helvetica', 'Tahoma', 'Verdana';
    box-shadow: 0px 6px 16px 0px rgba(48, 48, 48, 0.15);
}

.btn.big {
    width: 200px;
    display: block;
    margin: 20px auto 0;
    padding: 10px;
    font-size: 1rem;
    font-weight: bold;
}

.btn.small {
    font-size: 0.6rem;
}

.btn.anchor {
    /*margin-right: 10px;*/
    margin-left: 10px;
    margin-bottom: 5px;
    background: #fff !important;
    color: #7d7d7d !important;
    border: solid 1.5px #7d7d7d;
    box-sizing: border-box;
}

.btn.anchor:last-child {
    margin-right: 0;
}

.btn:before {
    font-family: "Font Awesome 5 Free";
    color: inherit;
    font-weight: bold;
    margin-right: 5px;
}


.btn:after {
    font-family: "Font Awesome 5 Free";
    color: inherit;
    font-weight: bold;
    margin-left: 5px;
}

.btn:hover {
    opacity: 0.7;
}

.btn.edit:before {
    content: '\f304';
}

.btn.list:before {
    content: '\f03a';
}

.btn.send:before {
    content: '\f1d8';
}

.btn.back:before {
    content: '\f053';
}

.btn.download:before {
    content: '\f019';
}

.btn.import:before {
    content: '\f093';
}

.btn.search:before {
    content: '\f002';
}

.btn.release,
.btn.save,
.btn.blue {
    background: #005bac !important;
}

.btn.release:before {
    content: '\f57e';
}

.btn.private:before {
    content: '\f070';
}

.btn.confirm:before {
    content: '\f328';
}

.btn.preview:before {
    content: '\f06e';
}

.btn.save:before {
    content: '\f00c';
}

.btn.restore:before {
    content: '\f2ea';
}

.btn.anchor:before {
    content: '\f078';
}

.btn.check:before {
    content: '\f00c';
}

.btn.spinner:before {
    content: '\f110';
}

.btn.close:after {
    content: '\f07b';
}

.btn.open:after {
    content: '\f07c';
}

.btn.delete:after {
    content: '\f056';
}

.btn.sortup:after {
    content: '\f0aa';
}

.btn.sortdown:after {
    content: '\f0ab';
}

.btn.next:after {
    content: '\f054';
}

.btn.btn_yokohama {
    background: #49719b !important;
}

.btn.btn_nagoya {
    background: #a16360 !important;
}

.btn.disabled {
    pointer-events: none;
    color: #808080 !important;
    background: #d9d9d9 !important;
    opacity: 1;
}

.btn.mini_gray {
    background: #f3f3f3;
    color: #979797;
    border: solid 1px #979797;
}

.btn.mini_gray:not(:last-child) {
    margin-right: 5px;
}

.icon:before {
    font-family: "Font Awesome 5 Free";
    color: inherit;
    font-weight: bold;
    margin-right: 10px;
    border: 0;
}

.icon.link:before {
    content: '\f0c1';
}

.icon.file:before {
    content: '\f15b';
}

.icon.edit:before {
    content: '\f304';
}

.icon.calendar:before {
    content: '\f133';
}

.icon.check:before {
    content: '\f00c';
}

.icon.spinner:before {
    content: '';
    background-image: url(/common/images/icon_loding.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 1rem;
    height: 1.1rem;
    line-height: 1.4;
    vertical-align: sub;
}

.text_link {
    color: #005bac;
    text-decoration: underline;
}

.text_link_red {
    color: #e70a1c;
}

.text_link[target=_blank]:after {
    content: '\f35d';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: inherit;
    margin-left: 5px;
}

.green_text {
    color: #2cad00;
}

.red_text {
    color: #e30404;
}

#copylink {
    box-shadow: none;
    margin: 0 auto 15px 20px;
    font-size: 0.7rem;
    padding: 5px 8px 3px;
    background: #d9ebfb;
    color: #005bac;
}

#copylink:before {
    content: '\f0c1';
    color: #005bac;
}

.page .main_cont .tit_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page .main_cont .tit_wrap.btn_right {
    justify-content: flex-end !important;
}

.page .main_cont .tit_wrap .menu_btn {
    display: flex;
    z-index: 10;
    flex-wrap: wrap;
    justify-content: end;
}

.page .main_cont .btn_cont .tit_wrap .menu_btn {
    justify-content: flex-start;
}

.page .main_cont .tit_wrap .menu_btn li {
    margin-left: 10px;
    margin-bottom: 5px;
}

.page .main_cont .tit_wrap .menu_btn li {
    margin-left: 10px;
    margin-bottom: 5px;
}

.page_edit .page .main_cont .tit_wrap .menu_btn li#anchorLink {
    order: 100;
    width: 100%;
    text-align: end;
}

/*.page_edit .page .main_cont .tit_wrap .menu_btn li:nth-child(2) {
    order: 200;
}*/
#page_edit_07_online-meeting .page .main_cont .tit_wrap .menu_btn li#anchorLink {
    display: none;
}

.page .main_cont .tit_wrap .menu_btn li .btn {
    background: #333333;
    font-size: 0.7rem;
    max-height: 33px;
    font-family: "Font Awesome 5 Free", 'Noto Sans JP', 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", "sans-serif", 'Arial', 'Helvetica', 'Tahoma', 'Verdana';
    font-weight: bold;
}

.page .main_cont .tit_wrap .menu_btn li:not(:first-child) .btn {
    word-break: keep-all;
    min-width: 60px;
}

.page .main_cont .tit_wrap .menu_btn li:not(:first-child) .preview {
    min-width: 120px;
}

.page .main_cont .tit_wrap .menu_btn li:not(:first-child) .private {
    min-width: 75px;
}

.page .main_cont .btn_cont .tit_wrap .menu_btn li .btn {
    background: #fff;
    color: #005bac;
    border: solid 1px #005bac;
}

.page .main_cont .btn_cont .tit_wrap .menu_btn li .btn.active {
    background: #005bac;
    color: #fff;
    box-shadow: none;
    pointer-events: none;
}

.page .main_cont .btn_cont .tit_wrap .menu_btn li .btn:hover {
    background: #223d7c;
    color: #fff;
    opacity: 1;
}

.page .main_cont .tit_wrap .menu_btn.fixed:not(.relative) {
    position: fixed;
    top: 80px;
    right: 30px;
    width: 78%;
    justify-content: right;
    z-index: 900;
}

.page .main_cont .btn_cont .tit_wrap .menu_btn.fixed {
    right: 0;
    left: 250px;
    justify-content: left;
    width: calc(100% - 510px);
}

.page .main_cont .tit_wrap .menu_btn_detial {
    display: flex;
    margin-bottom: 15px;
}

.page .main_cont .tit_wrap .menu_btn_detial li {
    margin-left: 10px;
}

.page .main_cont .tit_wrap .menu_btn_detial li .btn {
    background: #f3f3f3;
    color: #979797;
    box-shadow: none;
    font-size: 0.8rem;
    padding: 5px 8px;
}

.page .main_cont .tit_wrap .menu_btn_detial li .btn.edit,
.page .main_cont .tit_wrap .menu_btn_detial li .btn.private {
    background: #333333;
    color: #fff;
}

.page .main_cont .tit_wrap .menu_btn_detial li .btn.release {
    color: #fff;
}

.page .main_cont .tit_wrap .menu_btn_detial li .btn:before {
    display: none;
}

.page .main_cont .tit_wrap .menu_btn_detial li .btn:after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-left: 5px;
}

.page .main_cont .tit_wrap .menu_btn_detial li .btn.edit:before {
    content: '\f304';
    font-family: "Font Awesome 5 Free";
    color: inherit;
    font-weight: bold;
    margin-right: 5px;
    display: inline;
}

.page .main_cont .tit_wrap .menu_btn_detial li .btn.private:before {
    content: '\f070';
    font-family: "Font Awesome 5 Free";
    color: inherit;
    font-weight: bold;
    margin-right: 5px;
    display: inline;
}

.page .main_cont .tit_wrap .menu_btn_detial li .btn.release:before {
    content: '\f57e';
    font-family: "Font Awesome 5 Free";
    color: inherit;
    font-weight: bold;
    margin-right: 5px;
    display: inline;
}

.page .main_cont .btn_memo {
    text-align: right;
    margin-bottom: 20px;
    color: #e30404;
    font-weight: bold;
}

.menu_btn.page_bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.menu_btn.page_bottom li {
    width: 49%;
    margin-right: 1%;
}

.menu_btn.page_bottom li button {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 1rem;
}

.menu_btn.page_bottom li .btn {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    background: #333333;
    font-family: "Font Awesome 5 Free", 'LINESeedJP', 'Noto Sans JP', 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", "sans-serif", 'Arial', 'Helvetica', 'Tahoma', 'Verdana';
    font-weight: bold;
}

.menu_btn.page_bottom li .btn.list_back:before,
.page .main_cont .tit_wrap .menu_btn li .btn.list_back:before {
    content: '\f03a';
    font-family: "Font Awesome 5 Free";
}

.menu_btn.page_bottom li .btn.confirm,
.page .main_cont .tit_wrap .menu_btn li .btn.confirm,
.menu_btn.page_bottom li .btn.draft,
.page .main_cont .tit_wrap .menu_btn li .btn.draft,
.menu_btn.page_bottom li .btn.back,
.page .main_cont .tit_wrap .menu_btn li .btn.back {
    font-weight: bold;
    background: #031741;
}

.menu_btn.page_bottom li .btn.submit,
.page .main_cont .tit_wrap .menu_btn li .btn.submit {
    background: #005bac;
    font-family: "Font Awesome 5 Free", 'LINESeedJP', 'Noto Sans JP', 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", "sans-serif", 'Arial', 'Helvetica', 'Tahoma', 'Verdana';
    font-weight: bold;
}

.menu_btn.page_bottom li button#confirmBtn {
    background: #333;
}

.disc_list li {
    margin-top: 10px;
    display: flex;
}

.disc_list li:before {
    content: "・";
    /* 空の要素作成 */
    display: inline-block;
    /* インラインブロックにする */
}

.page .main_cont input[type="text"],
.page .main_cont input[type="password"] {
    width: 100%;
    border: solid 1.5px #f1f1f1;
    line-height: 1.7;
    padding: 3px 10px;
}

.page .main_cont input[readonly="readonly"] {
    pointer-events: none;
}

.page .main_cont input.small {
    width: 150px;
}

.page .main_cont textarea {
    width: 100%;
    border: solid 1.5px #f1f1f1;
    line-height: 1.7;
    padding: 3px 10px;
    min-height: 150px;
}

.page .main_cont section dl.table dd label {
    margin-right: 20px;
}

.page .main_cont input[type="radio"],
.page .main_cont input[type="checkbox"] {
    margin-right: 7px;
}

.page .main_cont table {
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
    /* min-width: 730px; */
    min-width: 900px;
}

.page .main_cont table .btn {
    padding: 3px 5px;
    font-size: 0.7rem;
    box-shadow: none;
}

.page .main_cont table thead tr th {
    background: #d9ebfb;
    padding: 5px 10px;
    vertical-align: middle;
}

.page .main_cont table thead tr th a.sort {
    color: #000;
}

.page .main_cont table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.page .main_cont table tbody tr td {
    padding: 10px;
    vertical-align: middle;
}

.page .main_cont table tbody tr td span.en {
    margin-top: 2px;
    color: #979797;
    font-size: 0.7rem;
}


.page .main_cont table .status {
    color: #fff;
    font-size: 0.7rem;
    padding: 2px 5px;
}

.page .main_cont table .status.approval {
    background: #ed94ab;
}

.page .main_cont table .status.denial {
    background: #7cb8ec;
}

.page .main_cont table .status.application {
    background: #65cbc2;
}

.page .main_cont table.csv_dl_list tbody tr th {
    vertical-align: middle;
}

.page .main_cont table.csv_dl_list .btn {
    padding: 7px 10px 10px;
    font-size: 0.9rem;
    box-shadow: 0px 6px 16px 0px rgb(48 48 48 / 15%);
}

.page .main_cont table.csv_dl_list .btn:nth-of-type(n+2) {
    margin-top: 20px;
}

.page .main_cont table.csv_dl_list .btn.disabled {
    box-shadow: none;
}

.page .main_cont table.csv_dl_list .btn.reserve {
    background: #4693d7;
}

.page .main_cont table.csv_dl_list .btn+p {
    margin-top: 5px;
}

/*scroll-bar*/
.table_wrap {
    overflow-x: auto;
}

.table_wrap::-webkit-scrollbar {
    width: 10px;
    background: #eaeaea;
}

.table_wrap::-webkit-scrollbar:horizontal {
    height: 10px;
    background: #eaeaea;
}

.table_wrap::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 5px;
}

.table_wrap::-webkit-scrollbar-thumb:horizontal {
    background: #c1c1c1;
    border-radius: 5px;
}

/*scroll-bar*/

.pagination {
    margin-top: 15px;
}

.pagination nav {
    border-radius: 200px;
    border: 1px solid #dedede;
    display: inline-block;
    margin: 0 auto;
    line-height: 1;
    padding: 2px;
}

.pagination nav a {
    text-align: center;
    display: inline-block;
    margin: 0 2px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 0.7rem;
    color: #005bac;
}

.pagination nav a.is-disable {
    color: #d6d6d6;
}

.pagination nav a.is-active {
    background-color: #005bac;
    color: #fff;
    border-radius: 50%;
}

.pagination>span {
    display: inline-block;
    margin-right: 10px;
    color: #979797;
    font-size: 0.7rem;
}

.pagewrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-bitween;
    -ms-flex-pack: space-bitween;
    justify-content: space-bitween;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagewrap .pagewrap-side {
    margin-left: auto;
    text-align: right;
}

.pagewrap .pagewrap-side [class*="btn-"] {
    margin: 5px 0 5px 10px;
}


.caution {
    color: #e30404;
}

.required {
    display: inline-block;
    background: #ed94ab;
    color: #fff;
    font-size: 0.6rem;
    padding: 2px 5px;
    margin-top: 2px;
}

.page .main_cont section .sup {
    color: #b7b7b7;
    font-size: 0.7rem;
    margin-top: 5px;
    display: block;
}

.error_contents {
    background: #fff1f5;
}

.page .main_cont section .error {
    color: #e30404;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 5px;
    display: block;
    background: #fff1f5;
    padding: 5px 0;
}

p.copyright {
    color: #979797;
    font-size: 0.7rem;
    text-align: right;
    margin-top: 50px;
}

.page .main_cont .supplement {
    background: none;
    box-shadow: none;
    border: solid 1px #d3d3d3;
    border-radius: 0;
    color: #7d7d7d;
    font-size: 0.8rem;
}

.page .main_cont .supplement .font_big {
    font-size: .95rem !important;
    color: #000;
}


.add_box,
.gray_box {
    display: block;
    color: #818181;
    background: #f3f3f3;
    text-align: center;
    padding: 10px;
    font-size: 0.9rem;
    cursor: pointer;
    border-radius: 3px;
}

.add_box.wide {
    color: #818181;
    margin: auto;
    background: #d4d4d4;
    padding: 20px;
    margin-bottom: 30px;
}

.add_box:after {
    content: '\f055';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-left: 5px;
}

.page .main_cont section.history_box {
    box-shadow: none;
    display: inline-block;
    border-radius: 0;
    border: solid #d3d3d3 1px;
}

.page .main_cont section.history_box ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

.page .main_cont section.history_box ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.page .main_cont section.history_box ul li span {
    width: 90px;
}

.page .main_cont section.history_box ul li .btn {
    margin-left: 10px;
    box-shadow: none;
    font-size: 0.7rem;
}

.page .main_cont section.history_box ul li .btn.confirm {
    background: #f3f3f3;
    color: #979797;
}

.page .main_cont section.history_box ul li .btn.confirm:before {
    color: #979797;
}

.page .main_cont section.history_box ul li .btn.confirm {
    background: #f3f3f3;
    color: #979797;
}

.page .main_cont section.history_box ul li .btn.restore {
    background: #333333;
}

.page .main_cont section.search_box {
    margin-top: 10px;
    padding: 20px;
    background: #dddddd;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page .main_cont section.search_box input,
.page .main_cont section.search_box select {
    width: auto;
    border: solid 1px #000;
    line-height: initial;
    margin-right: 10px;
}

.page .main_cont section.search_box .btn {
    margin-left: auto;
}

.page .main_cont section.search_box .search_list_cont {
    width: 100%;
}

.page .main_cont section.search_box .search_list_cont .search_list {
    width: 100%;
    display: flex;
}

.page .main_cont section.search_box .search_list_cont .search_list p {
    width: 75px;
    font-weight: bold;
}

.page .main_cont section.search_box .search_list_cont .search_list+.search_list p {
    padding-top: 10px;
}

.page .main_cont section.search_box .search_list_cont .search_list ul {
    width: calc(100% - 75px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #b1b1b1;
    padding-left: 15px;
}

.page .main_cont section.search_box .search_list_cont .search_list+.search_list ul {
    padding-top: 10px;
}

.page .main_cont section.search_box .search_list_cont .search_list ul li {
    margin-bottom: 10px;
    margin-right: 10px;
}

.page .main_cont section.search_box .search_list_cont .search_list:nth-child(1) ul li:nth-child(4) {
    display: none;
}

.page .main_cont section.search_box .search_list_cont .search_list input,
.page .main_cont section.search_box .search_list_cont .search_list select {
    width: auto;
    /* border: solid 1px #000; */
    line-height: initial;
    margin-right: 5px;
    accent-color: #0d1a49;
}

.page .main_cont section.search_box .search_list_cont .search_list label {
    padding: 3px 10px;
    padding-right: 13px;
    display: block;
    border-radius: 50px;
    background: #cbcbcbe6;
    cursor: pointer;
    position: relative;
}

.page .main_cont section.search_box .search_list_cont .search_list input {
    filter: contrast(80%);
}

.page .main_cont section.search_box .search_list_cont .search_list input:checked {
    filter: contrast(100%);
}

.page .main_cont section.search_box .search_list_cont .search_list label span {
    opacity: 0.5;
    filter: invert(100%) grayscale(100%) contrast(500%);
    color: #cbcbcb;
}

.page .main_cont section.search_box .search_list_cont .search_list input:checked+span {
    opacity: 1;
    font-weight: bold;
}

.page .main_cont section.search_box .btn_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.page .main_cont section.search_box .btn_cont .btn {
    width: 200px;
    margin-left: 0;
}

.page .main_cont section.search_box .btn_cont .btn+.btn {
    margin-left: 10px;
}

.page .main_cont section.search_box .btn_cont .reset {
    background: #989898;
    border: none;
}

.page .main_cont section.search_box label.long {
    display: block;
}

body:not(.administrator) .page .main_cont .orderlist td:nth-child(3) {
    text-align: left;
    font-size: 0.9rem;
}

.page .main_cont .orderlist tbody tr td span {
    white-space: nowrap;
}

.page .main_cont .orderlist tbody tr td span.font_red {
    color: #ff0042 !important;
}

.page .main_cont .orderlist .btn {
    padding: 3px 5px;
    font-size: 0.7rem;
    box-shadow: none;
    width: 100%;
}

.page .main_cont .orderlist td:nth-child(5),
.page .main_cont .orderlist td:nth-child(8) {
    font-weight: bold;
}

.page .main_cont .orderlist .tag {
    background: #ebebeb;
    min-width: 70px;
    display: inline-block;
    /* font-weight: bold; */
    font-size: 0.7rem;
    color: #000 !important;
    padding: 3px 10px;
    line-height: 1;
    border-radius: 50px;
}

.page .main_cont .orderlist .tag span {
    filter: invert(100%) grayscale(100%) contrast(500%);
}

.page .main_cont .orderlist .tag+.tag {
    margin-top: 5px;
}

.page .main_cont .orderlist .tag.red {
    color: #ff0000 !important;
    background: #ffdcdc !important;
}

.page .main_cont .orderlist .exclamation_link {
    color: #585858;
    font-weight: bold;
    font-size: 0.7rem;
    text-decoration: underline;
}

.page .main_cont .orderlist .exclamation_link:before {
    content: '\f06a';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: inherit;
    margin-right: 3px;
}

.page .main_cont .orderlist .book_link {
    font-weight: bold;
    text-decoration: underline;
    /* color: #005bac!important; */
}

.page .main_cont .orderlist .book_link:before {
    content: '\f518';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: inherit;
    margin-right: 5px;
}

.page .main_cont .orderlist .att_txt {
    /* font-size: 0.8em;
    color: #444444; */
    font-size: 0.7rem;
    color: #727272;
    margin-top: 0.25em;
    white-space: pre-wrap;
}


/* ---------------------------------------------------------
 page_login
----------------------------------------------------------*/
#page_login header {
    background: #001741;
    box-shadow: 0px 6px 16px 0px rgb(48 48 48 / 15%);
}

#page_login .page {
    display: block;
    max-width: 650px;
    margin: auto;
}

#page_login .page h1 {
    text-align: center;
    margin: 50px auto;
    width: 400px;
}

#page_login .page h1 span {
    border-radius: 1000px;
    background: #001741;
    color: #fff;
    font-size: 1.2rem;
    display: block;
    text-align: center;
    padding: 2px;
    margin: 10px 0 0;
}

#page_login .page .main_cont {
    width: 100%;
    padding: 0;
    margin-left: auto;
}

#page_login .page .main_cont p {
    margin-bottom: 15px;
}

#page_login .btn {
    min-width: 200px;
    display: block;
    margin: 20px auto;
    padding: 10px;
    font-size: 1rem;
    font-weight: bold;
}

#page_login .btn:before {
    content: '\f2f5';
}

#page_login p.copyright {
    text-align: center;
}

#page_login .page .langage {
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
    margin-bottom: 30px;
}

#page_login .page .langage a {
    color: #000;
}

#page_login .page .langage a:last-child {
    border-left: solid 3px #000;
    padding-left: 10px;
    margin-left: 9px;
}


/* ---------------------------------------------------------
 page_top
----------------------------------------------------------*/
#page_top .page .main_cont section a p {
    color: #979797;
    font-size: 0.8rem;
    line-height: 1.7;
}

#page_top .page .main_cont section a {
    display: block;
}

#page_top .page .main_cont .box_01_2 table {
    min-width: auto;
}

#page_top .page .main_cont .box_01_3 h3 {
    display: flex;
    align-items: center;
}

#page_top .page .main_cont .box_01_3 h3 .btn {
    margin-left: auto;
}

#page_top .page .main_cont .box_02 h3.ico_tit:before {
    content: '\f304';
}

#page_top .page .main_cont .box_03_2 h3.ico_tit:before {
    content: '\f0a1';
}

#page_top .page .main_cont .box_03_1 h3.ico_tit:before {
    content: '\f0f3';
}

#page_top .page .main_cont .box_03 h3.ico_tit:before {
    content: '\f019';
}

#page_top .page .main_cont .box_04 h3.ico_tit:before {
    content: '\f03a';
}

#page_top .page .main_cont .box_05 h3.ico_tit:before {
    content: '\f013';
}

#page_top .page .main_cont .box_06 h3.ico_tit:before {
    content: '\f15b';
}

#page_top .page .main_cont .box_07 h3.ico_tit:before {
    content: '\f3ff';
}

#page_top .page .main_cont .box_08 h3.ico_tit:before {
    content: '\f26c';
    font-size: 90%;
}

#page_top .page .main_cont h3.ico_tit:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    color: #000;
    font-weight: bold;
    margin-left: 10px;
    border: 0;
}

#page_top .page .main_cont .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: initial;
    justify-content: space-between;
}

#page_top .page .main_cont .flex section {
    width: 49%;
}

#page_top .exhibitor_briefing_banner {
    position: relative;
}

#page_top .exhibitor_briefing_banner img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

/* #page_top .exhibitor_briefing_banner a:hover {
    background: rgba(255,255,255,0.2);
} */

#page_top .exhibitor_briefing_banner .exhibitor_briefing_banner_btn-only {
    position: absolute;
    z-index: 2;
    text-decoration: none;
    width: 25%;
    height: 20%;
    left: 30.2%;
    top: 24%;
    border-radius: 30px;
}

#page_top .exhibitor_briefing_banner .exhibitor_briefing_banner_btn-only:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
}

/* #page_top .exhibitor_briefing_banner a.link_yokohama {
    left: 3.7%;
}
#page_top .exhibitor_briefing_banner a.link_nagoya {
    left: 25.5%;
}
#page_top .exhibitor_briefing_banner a.link_online {
    left: 47.1%;
} */

table.info_date thead tr th {
    width: 25%;
}

table.info_date tbody tr {
    background: #f9f9f9;
}

table.info_date tbody tr td span {
    font-size: 2rem;
    margin-right: 5px;
    line-height: 1;
    margin-top: -5px;
    display: inline-block;
}

/* ---------------------------------------------------------
 page_all_edit
----------------------------------------------------------*/

#page_all_edit .page .main_cont .btn {
    margin-top: 15px;
}

#page_all_edit .page .main_cont .flex {
    display: flex;
    justify-content: space-between;
}

#page_all_edit .page .main_cont .flex .text_area {
    width: 50%;
    margin-top: 20px;
}

#page_all_edit .page .main_cont .flex figure {
    width: 48%;
}

#page_all_edit .page .main_cont .flex figure figcaption {
    font-size: 0.7rem;
    text-align: right;
    margin-bottom: 5px;
}

/* ---------------------------------------------------------
 フォームパーツ個別指定
----------------------------------------------------------*/

.layout_pattern {
    display: flex;
    flex-wrap: wrap;
}

.layout_pattern label {
    width: 17%;
    margin-right: 3% !important;
    margin-bottom: 20px;
}

.layout_pattern label:nth-child(n+4) {
    margin-bottom: 0;
}

.layout_pattern label img {
    margin-top: 10px;
}

.page .main_cont section .product_img:not(:first-of-type) {
    border-top: solid 1.5px #d9ebfb;
    padding-top: 30px;
}


/* ---------------------------------------------------------
 page_edit_07-2_online-meeting
----------------------------------------------------------*/

table.online_meeting_date thead tr th:nth-child(1) {
    width: 85px;
}

table.online_meeting_date thead tr th:nth-child(2) {
    width: 120px;
}

table.online_meeting_date thead tr th:nth-child(3) {
    width: 155px;
}

table.online_meeting_date thead tr th:nth-child(6) {
    width: 65px;
}

/* ---------------------------------------------------------
 page_edit_07-2_online-meeting
----------------------------------------------------------*/

table.inquiry_date thead tr th:nth-child(1) {
    /* width: 120px; */
    width: 90px;
}

table.inquiry_date thead tr th:nth-child(7) {
    width: 65px;
}

/* ---------------------------------------------------------
 page_information
----------------------------------------------------------*/

.info_box .info_parts:not(:last-child) {
    margin-bottom: 20px;
}

.info_box p.info_parts {
    line-height: 1.7;
}

.info_box .info_parts.link,
.info_box .info_parts.file {
    background: #f0f0f0;
    padding: 10px;
}

.info_box .info_parts li {
    margin-top: 5px;
}

.info_box .info_parts h4 {
    margin-bottom: 10px;
}

.info_box .info_parts.link p,
.info_box .info_parts.link a,
.info_box .info_parts.file a {
    font-size: 0.8rem;
}

/* ---------------------------------------------------------
 administrator
----------------------------------------------------------*/
.administrator .page .side_nav nav>ul>li.side_nav_02:before {
    content: '\f1ad';
}

.administrator .page .side_nav nav>ul>li.side_nav_03:before {
    content: '\f05a';
}

.administrator .page .side_nav nav>ul>li.side_nav_04:before {
    content: '\f013';
}

#page_top.administrator .page .main_cont .box_01 h3.ico_tit:before {
    content: '\f1ad';
}

#page_top.administrator .page .main_cont .box_02 h3.ico_tit:before {
    content: '\f05a';
}

#page_top.administrator .page .main_cont .box_03 h3.ico_tit:before {
    content: '\f013';
}

table.exhibitor_date thead tr th:nth-child(2) {
    width: 100px;
}

table.exhibitor_date thead tr th:nth-child(3) {
    width: 110px;
}

table.exhibitor_date thead tr th:nth-child(4) {
    width: 255px;
}

table.exhibitor_date tbody tr td:nth-child(1) {
    text-align: left;
}

#page_information_list .search_box {
    min-width: 650px;
    margin-bottom: 0;
}

table.information_date thead tr th:nth-child(1) {
    width: 150px;
}

table.information_date thead tr th:nth-child(3) {
    width: 110px;
}

table.information_date thead tr th:nth-child(4) {
    width: 135px;
}

table.information_date thead tr th:nth-child(5) {
    width: 150px;
}

table.information_date tbody tr td:nth-child(2) {
    text-align: left;
}

#page_exhibitor_update .search_box {
    min-width: 820px;
    margin-bottom: 0;
}

table.exhibitor_update_date thead tr th:nth-child(2),
table.exhibitor_update_date thead tr th:nth-child(3) {
    width: 150px;
}

table.exhibitor_update_date thead tr th:nth-child(4) {
    width: 100px;
}

table.exhibitor_update_date tbody tr td:nth-child(1) {
    text-align: left;
}

.page .main_cont table.info_table tr td {
    text-align: left;
}

.page .main_cont table.info_table tr td a.text_link {
    display: block;
    text-align: left;
}

.page .main_cont table.info_table tr th.date {
    width: 100px;
}

.page .main_cont .menu_btn.exhibit_area_image {
    display: flex;
    flex-wrap: wrap;
}

.page .main_cont .menu_btn.exhibit_area_image li {
    width: max-content;
    margin-right: 10px;
    margin-bottom: 5px;
}

.page .main_cont .menu_btn.exhibit_area_image li .btn {
    font-size: 0.7rem;
    max-height: 33px;
}

/* ---------------------------------------------------------
 ex-download
----------------------------------------------------------*/
.dl_flex {
    display: flex;
}

.dl_img {
    max-width: 250px;
    border: solid 1px #f0f0f0;
}


/* ---------------------------------------------------------
 提出書類 管理者側
----------------------------------------------------------*/

#page_exhibitor_list .page .main_cont input[type="text"] {
    width: 100%;
    border: solid 1.5px #f1f1f1;
    line-height: 1.7;
    padding: 3px 5px;
}

#page_exhibitor_list .search_box label select {
    border: solid 1.5px #f1f1f1;
    line-height: 1.7;
    padding: 7px;
    margin-right: 0;
}

#page_exhibitor_list {}

#page_exhibitor_list .search_box {}

#page_exhibitor_list .search_box label {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin-right: 1%;
    font-weight: bold;
}

#page_exhibitor_list .search_box label:nth-child(n+3) {
    margin-top: 1%;
}

#page_exhibitor_list .page .main_cont section.search_box .btn {
    margin: auto;
    margin-top: 15px;
    min-width: min(100%, 150px);
}

#page_exhibitor_list .page .main_cont table.exhibitor_date.orderlist {
    min-width: 1100px;
}

#page_exhibitor_list .page .main_cont table.exhibitor_date.orderlist tr th {
    width: auto;
}

#page_exhibitor_list .page .main_cont table.exhibitor_date.orderlist tr td .btn {
    padding: 4px 10px;
    margin-right: 0;
}

#page_exhibitor_list .page .main_cont table.exhibitor_date.orderlist tr td .btn+.btn {
    margin-top: 3px;
}

/* ---------------------------------------------------------
 出展社一覧 管理者側
----------------------------------------------------------*/
#page_exhibitor_list .search_box.ad-exhibitor label {
    width: 32%;
    margin-top: 0;
}

/* ---------------------------------------------------------
 初回公開以外非表示対応
----------------------------------------------------------*/
/*.page .main_cont section.box_01 dl.table dt:nth-child(9),.page .main_cont section.box_01 dl.table dd:nth-child(10){
    display: none;
}
.page .main_cont section.box_01 dl.table dt:nth-child(n+12),.page .main_cont section.box_01 dl.table dd:nth-child(n+13){
    display: none;
}*/
/*.page .main_cont section dl.table dd:nth-child(8) {
    border-bottom: solid 1.5px #d9ebfb;
}*/


/* ---------------------------------------------------------
 提出書類 詳細ページ用
----------------------------------------------------------*/

.page .main_cont section dl.table dd.checkbox_flex {
    display: flex;
    flex-wrap: wrap;
}

.page .main_cont section dl.table dd.checkbox_flex label {
    width: calc(33% - 20px);
    display: inline-block;
}

.page .main_cont section dl.table dd.checkbox_flex label:nth-child(n+4) {
    margin-top: 5px;
}

/* ↓アコーディオンメニュー↓ */
.accordion {
    margin: 3em auto;
    max-width: 60vw;
}

.toggle {
    display: none;
}

.toggle_none::before,
.toggle_none::after {
    display: none;
}

.bar_title.toggle_none {
    cursor: default;
}

.option {
    position: relative;
    margin-bottom: 1em;
    width: 100%;
}

.bar_title,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.bar_title {
    font-size: 1rem;
    /* border: solid 1px #ccc; */
    padding: 1em;
    display: block;
    /* color: #333; */
    color: #fff;
    font-weight: bold;
    background-color: #7E9EBE;
    cursor: pointer;
}

.bar_title::after,
.bar_title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #fff;
    transition: all 0.3s;
}

.bar_title::after {
    transform: rotate(90deg);
}

.content {
    max-height: 0;
    overflow: hidden;
}

.content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}

.toggle:checked+.bar_title+.content {
    max-height: 500px;
    /* transition: all 1.5s; */
    transition: all 0.3s;
}

.toggle:checked+.bar_title::before {
    transform: rotate(90deg) !important;
}

/* ↑アコーディオン↑ */

.mini_field input {
    width: 150px !important;
}

.bar_title {
    /* border: solid 1px #ccc; */
    padding: 1em;
    display: block;
    /* color: #333; */
    color: #fff;
    font-weight: bold;
    background-color: #7E9EBE;
    margin-top: 20px;
    font-size: 1rem;
}

/* ↓Y-21献立↓ */

.table_y21 tbody tr th {
    width: 20%;
    padding: 10px;
    background-color: #d9ebfb;
}

.table_y21 tbody tr td {
    width: 20%;
    text-align: left;
    vertical-align: top !important;
}

.table_y21 tbody tr td p {
    text-indent: -0.8rem;
    padding-left: 1rem;
}


@media screen and (max-width: 1250px) {
    .table_container {
        overflow-x: scroll;
    }
}

/* ↑Y-21j献立↑ */

/* ↓O-2↓ オンラインプランサンプル*/
.online_plan_sample {
    display: flex;
    gap: 15px;
}

.online_plan_sample a {
    border: 1px solid #edeeed;
    border-top: none;
    display: block;
}

.online_plan_sample li p {
    text-align: center;
    background-color: #d9ebfb;
    padding: 2px;
}

.online_plan_sample_txt {
    background-color: #eeeeee;
    width: 100%;
    padding: 5px;
    text-align: center;
}

.online_plan_sample_txt_ten {
    background-color: #eeeeee;
    width: 30%;
    padding: 5px;
    text-align: center;
}



/* ↑O-2↑　オンラインプランサンプル*/


/*オンライン展示会　出展プラン*/
.on_tenplan img {
    width: 30%;
}

.tenplan_cont {}

/*--------*/

/* くるモビ プラン追加申込 */
.tmb {
    width: 30%;
}

.tmb_img {
    width: 100%;
    height: auto;
}

.tmb_img:hover {
    cursor: pointer;
}

.popup {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s, transform 0s 0.3s;
}

.popup_btn {
    display: block;
    z-index: 13;
    position: absolute;
    top: 10vh;
    right: 1vh;
    width: 5vh;
    height: 5vh;
    cursor: pointer;
}

.popup_btn::before,
.popup_btn::after {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    content: '';
}

.popup_btn::before {
    transform: rotate(45deg);
}

.popup_btn::after {
    transform: rotate(-45deg);
}

.popup_btnarea {
    z-index: 12;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup_img {
    z-index: 11;
    position: absolute;
    top: 50%;
    /* 上下中央配置 */
    left: 15%;
    /* 左側15%の余白 */
    width: 70%;
    /* 幅70%（左右15%ずつの余白） */
    transform: translateY(-50%);
    /* 完全な中央配置 */
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#kurumobi_order_form.plan_change .online_plan_sample {
    align-items: flex-end;
}

#kurumobi_order_form.plan_change input[type="checkbox"] {
    display: none;
}

#kurumobi_order_form.plan_change input[type="checkbox"]:checked~.popup {
    transform: scale(1);
    opacity: 1;
    transition: opacity 0.3s;
}

/*--------*/




/* YOKOHAMA ノース見学会申込フォーム */
.north_tour .attention .attention_sup {
    font-size: 13px;
    text-indent: 1rem;
}

.north_tour p a {
    color: #0076ec;
    text-decoration: underline;
}


/* 共同出展社の申請  flex BOX */
.att_txt .flex_cont {
    display: flex;
    justify-content: space-between;
}

.att_txt .flex_cont p {
    width: max-content;
}

.att_txt .flex_cont ul {
    width: calc(100% - 220px);
    text-indent: -1rem;
    padding-left: 1rem;
}

/* 横浜　出展者セミナー　解約料の見た目調整 */
/* li間の余白（必要に応じて調整） */
.event-list li {
    margin-bottom: 5px;
}

/* 各行をグリッドレイアウトにして3列に分割 */
.row {
    display: grid;
    grid-template-columns: 250px 200px auto;
    align-items: start;
    /* 行間の隙間（必要に応じて調整） */
    gap: 5px 10px;
}

/* 空のspanでも固定幅を確保 */
.event.empty {
    display: inline-block;
    width: 250px;
}


/* NAGOYA  JSAE Party*/
p span.cancellation_txt {
    text-decoration: line-through;
}

span.correct_txt {
    color: #ff0000;
    font-weight: 900;
}




/* ---------------------------------------------------------
 PWA ログイン用 QRコード
----------------------------------------------------------*/
.qr_more-toggle,
.hidden-content {
    display: none;
}

.qr_more-toggle:checked~.hidden-content {
    display: block;
}

@media screen and (max-width:480px) {
    .qr_more-toggle:checked~.hidden-content img {
        width: 100%;
    }
}

.qr_more-button {
    width: 170px;
    /* text-align: left; */
}

.qr_more-button::before {
    margin-right: 0;
    content: '\f029  QRコードを表示';
}

.qr_more-button:lang(en)::before {
    content: '\f029  Show QR Code';
}

.qr_more-toggle:checked~.qr_more-button::before {
    content: '\f029  QRコードを非表示';
}

.qr_more-toggle:checked~.qr_more-button:lang(en)::before {
    content: '\f029  Hide QR Code';
}


/* ---------------------------------------------------------
 PWA レスポンシブ調整
----------------------------------------------------------*/
br.sp {
    display: none;
}

/* ログインデバイス情報画面  パンくずリスト、二番目非表示 */
#pwa-device.page_pwa header .header_right .breadcrumb li:nth-of-type(2) {
    display: none;
}

@media screen and (max-width:768px) {
    body.page_pwa {
        min-width: auto;
    }

    .page_pwa header {
        flex-direction: column;
    }

    .page_pwa header h1 {
        width: 150px;
        padding: 10px;
        width: 100vw;
        display: flex;
    }

    .page_pwa header h1 img {
        width: 150px;
        margin: 0 10px 0 0;
    }

    .page_pwa header h1 span {
        font-size: .6rem;
        width: 150px;
        margin: 0 0 0 auto;
    }

    .page_pwa header .header_right {
        padding: 10px;
        flex-wrap: wrap;
        justify-content: start;
        width: 100vw;
    }

    .page_pwa header .header_right .breadcrumb {
        width: 100%;
    }

    .page_pwa header .header_right .breadcrumb ul li a {
        pointer-events: all;
    }

    .page_pwa header .header_right .exb_date {
        margin-left: 0;
        margin-top: .4rem;
    }

    .page_pwa .page {
        padding-top: 100px;
    }

    .page_pwa header .header_right .exb_date p:before {
        width: 10px;
        height: 10px;
        font-size: .6rem;
    }

    .page_pwa .page .main_cont .tit_wrap .menu_btn.fixed:not(.relative) {
        top: 120px;
        right: 0;
        left: 15px;
        width: 100%;
        justify-content: start;
    }

    .page_pwa .side_nav {
        display: none;
    }

    .page .main_cont .tit_wrap .menu_btn li:first-of-type {
        margin-left: 0;
    }

    .page_pwa .page .main_cont {
        margin-left: 0;
        width: 100%;
    }

    .page_pwa .page .main_cont .tit_wrap {
        display: block;
    }

    .page_pwa .page .main_cont h2 {
        margin-bottom: 10px;
    }

    .page_pwa .page .main_cont .tit_wrap .menu_btn {
        justify-content: start;
    }

    #signon-pwa.page_pwa .page .main_cont .tit_wrap+h3 {
        margin-top: 25px !important;
    }

    .page_pwa table.inquiry_date thead tr th:nth-child(1) {
        width: 100px;
    }

    .page_pwa .page .main_cont section {
        padding: 15px;
    }

    #pwa-device.page_pwa .page .main_cont section {
        margin-top: 15px;
    }

    .page_pwa .page .main_cont table {
        font-size: .65rem;
        min-width: 750px;
    }

    .page_pwa .page .main_cont .main_cont_inner {
        padding: 35px 15px;
    }

    .page_pwa .page .main_cont ol li {
        margin-bottom: 0.5rem;
    }

    .page_pwa .page .main_cont ol li:last-of-type {
        margin-bottom: 0;
    }

    .page_pwa .page .main_cont table thead th:nth-of-type(1) {
        width: 20%;
    }

    .page_pwa .page .main_cont table thead th:nth-of-type(2) {
        width: 25%;
    }

    .page_pwa .page .main_cont table thead th:nth-of-type(3) {
        width: 5%;
    }

    .page_pwa .page .main_cont table thead th:nth-of-type(4) {
        width: 30%;
    }

    .page_pwa .page .main_cont table thead th:nth-of-type(5) {
        width: 20%;
    }

    .page_pwa header .header_right .exb_date p {
        font-size: .65rem;
        white-space: normal;

    }



}


@media screen and (max-width:480px) {

    .page_pwa header .header_right .exb_date p {
        margin-right: 15px;
    }

    .page_pwa .page .main_cont .tit_wrap .menu_btn li .btn {
        font-size: .65rem;
    }

    br.sp {
        display: block;
    }

    .page_pwa .page .main_cont table {
        min-width: 600px;
    }

    #signon-pwa.page_pwa .page .main_cont .tit_wrap+h3 {
        padding-left: 1rem;
        /* margin-top: 30px !important; */
        margin-bottom: .5rem;
    }

    #signon-pwa.page_pwa .page .main_cont .tit_wrap+h3:before {
        content: '';
        border-left: solid 6px #979797;
        border-radius: 5px;
        margin-right: 10px;
        display: inline-block;
        height: 45px;
        position: absolute;
        left: 15px;
    }

    .page_pwa header .header_right .exb_date span {
        font-size: .55rem;
        text-indent: -.55rem;
        padding-left: 1rem;
    }

    .page_pwa .page .main_cont .main_cont_inner {
        padding: 45px 15px;
    }

}


@media screen and (max-width:300px) {
    .page_pwa .page .main_cont .tit_wrap .menu_btn li {
        width: 75px;
    }
}






/* ---------------------------------------------------------
TOP　レジストへのリンク
----------------------------------------------------------*/
.exhib_info-txt {
    margin-bottom: 35px;
    padding: 15px 20px;
    border: 5px solid #082c7c;
    background-color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.8;
    background: #e1ecff;
}

.exhib_info-txt p>span {
    font-size: .9rem;
    color: #555555;
}

.exhib_info-txt_btn {
    background-color: #082c7c;
    border-radius: 25px;
    /* width: 20%; */
    width: 24%;
    text-align: center;
    padding: 6px;
    margin: 8px 8px 8px 0;
}

.exhib_info-txt_btn a {
    color: #fff;
}

.exhib_btn_right {
    position: relative;
    display: inline-block;
}

.exhib_btn_right:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    right: 15px;
    bottom: 0;
    margin: auto;
}


/* ---------------------------------------------------------------------
事務局からのお知らせ - リスト要素
--------------------------------------------------------------------- */
#page_information .info_box ul,
#page_information .info_box ol {
    margin: 0 0 1em 2em;
    /* 左側のインデントと段落下スペース */
}

#page_information .info_box li {
    margin-bottom: 0.5em;
    /* 項目間の余白 */
}

/* ---------------------------------------------------------------------
事務局からのお知らせ - テーブル
--------------------------------------------------------------------- */
#page_information .info_box table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

#page_information .info_box th,
#page_information .info_box td {
    border: 1px solid #ccc;
    padding: 0.5em;
    text-align: left;
}

#page_information .info_box th {
    background-color: #f5f5f5;
    font-weight: bold;
}

/* ---------------------------------------------------------------------
事務局からのお知らせ - 画像やメディア
--------------------------------------------------------------------- */
#page_information .info_box img,
#page_information .info_box video,
#page_information .info_box iframe {
    max-width: 100%;
    height: auto;
    display: block;
    /* ブロック要素化で余白調整をしやすくする */
    margin: 0 auto 1em;
    /* 中央寄せ＆余白サンプル */
}

/*画像にstyle:float-leftが付いていて、枠から下にはみ出してしまうため、img直下の<br>タグにclear:bothを指定*/
#page_information .info_box img+br {
    clear: both;
}



/* ---------------------------------------------------------------------
事務局からのお知らせ - コードブロック (pre)
--------------------------------------------------------------------- */
#page_information_list dl.table pre,
#page_information .info_box pre {
    background-color: #f5f5f5;
    padding: 1em;
    overflow-x: auto;
    /* 横スクロール可能にする */
    white-space: pre-wrap;
    /* 改行を保持しつつ、幅に合わせて折り返す */
    font-family: monospace;
    /* 等幅フォント */
}

/* ---------------------------------------------------------------------
事務局からのお知らせ - 引用（blockquote）
--------------------------------------------------------------------- */
#page_information_list dl.table blockquote,
#page_information .info_box blockquote {
    margin: 1em 0;
    padding: 0.5em 1em;
    border-left: 4px solid #ccc;
    background-color: #f9f9f9;
}

/* ---------------------------------------------------------------------
事務局からのお知らせ - 強調表示
--------------------------------------------------------------------- */
#page_information_list dl.table em,
#page_information .info_box em {
    font-style: italic;
}

#page_information_list dl.table strong,
#page_information .info_box strong {
    font-weight: bold;
}

/* ---------------------------------------------------------------------
事務局からのお知らせ - aタグ (.btnは除外)
--------------------------------------------------------------------- */
#page_information_list dl.table a:not(.btn),
#page_information .info_box a:not(.btn) {
    color: #0076ec;
    text-decoration: underline;
}

#page_information_list dl.table a:not(.btn):hover,
#page_information .info_box a:not(.btn):hover {
    text-decoration: none;
    color: #0056b3;
}

#page_information_list dl.table a:not(.btn):active,
#page_information .info_box a:not(.btn):active {
    color: #0056b3;
}

/* ---------------------------------------------------------
 申込情報変更フォーム用
----------------------------------------------------------*/
.toggle:checked+.bar_title::after {
    transform: rotate(180deg);
}

/* ===== セクション用トグル機能 ===== */
/* セクションラッパー */
.section_wrapper {
    margin-bottom: 2rem;
}

/* セクションヘッダー（label） */
.section_header {
    display: block;
    position: relative;
    /* border: solid 1px #ccc; */
    padding: 0;
    /* background: #f8f9fa; */
    cursor: pointer;
    margin-bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}

/* ラベル内のh3スタイルリセット */
.page .main_cont .section_wrapper .section_header h3 {
    margin: 0;
    /* padding: 1em; */
    /* font-size: 1.2rem; */
    font-weight: bold;
    display: inline-block;
    width: calc(100% - 120px);
}

/* 詳細が開いているとき */
.page .main_cont .section_wrapper .toggle:checked+.section_header h3 {
    margin-bottom: 15px;
}

/* トグルボタン */
.content p.bar_title.toggle_none {
    padding: 1em;
    display: block;
    /* color: #333; */
    color: #fff;
    font-weight: bold;
    background-color: #7E9EBE;
    font-size: 1rem;
}

.section_header .toggle_button {
    position: absolute;
    right: 1.25em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9rem;
    color: #666;
    width: 150px;
    text-align: right;
}

/* デフォルト状態（閉じている） */
.section_header .toggle_button .close_text {
    display: none;
}

.section_header .toggle_button .open_text {
    display: inline;
}

/* チェック状態（開いている） */
.toggle:checked+.section_header .toggle_button .open_text {
    display: none;
}

.toggle:checked+.section_header .toggle_button .close_text {
    display: inline;
}

/* コンテンツの表示制御 */
.section_wrapper .content {
    overflow: hidden;
    transition: all 0.3s ease;
}

.toggle:checked+.section_header+.content {
    max-height: 100%;
    transition: all 0.3s ease;
}

/* 既存の.toggleクラスと競合しないよう調整 */
.section_wrapper .toggle {
    display: none;
}

/* 事務局からのお知らせを3件に制限 */
.box_01_3 .table dt:nth-child(n+7),
.box_01_3 .table dd:nth-child(n+7) {
    display: none;
}

/* ---------------------------------------------------------
 名古屋展示会追加申込フォーム用
----------------------------------------------------------*/
.page .main_cont section.nagoya dl.table dt {
    background: #ffefed;
}

.page .main_cont section.nagoya dl.table dd {
    border-bottom: solid 1.5px #ffefed;
    border-right: solid 1.5px #ffefed;
}

.page .main_cont section.nagoya dl.table dd:nth-child(2) {
    border-top: solid 1.5px #ffefed;
}

.nagoya .bar_title {
    background-color: #e19692;
}

.page .main_cont section.nagoya h4 {
    color: #E51B0F;
    font-size: 1rem;
    font-weight: bold;
}

.gray_cont {
    background-color: #EDEDED;
    padding: 15px;
}

/* ---------------------------------------------------------
 1フォームで横浜・名古屋の色分け（h4 dlに.nagoya付与）
----------------------------------------------------------*/
.page .main_cont h4.nagoya {
    color: #E51B0F;
}

.page .main_cont dl.nagoya.table dt {
    background: #ffefed;
}

.page .main_cont dl.nagoya.table dd {
    border-bottom: solid 1.5px #ffefed;
    border-right: solid 1.5px #ffefed;
}

.page .main_cont section dl.nagoya.table dd:nth-child(2) {
    border-top: solid 1.5px #ffefed;
}

/* Order form coming soon message */
.order_form_commingsoon {
    text-align: center;
    padding: 40px 0;
    color: #666;
    font-size: 18px;
    font-weight: bold;
}

/* ---------------------------------------------------------
バナー掲載エリア
----------------------------------------------------------*/
.page .main_cont section.banner_area {
    margin: -20px 0 30px;
    width: 100%;
    background: unset;
    padding: unset;
    border-radius: unset;
    box-shadow: unset;
}

.banner_area .banner_container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.banner_area .banner_item {
    display: block;
    flex: 1;
    min-width: 0;
}

.banner_area .banner_item:hover {
    opacity: 0.9;
}

.banner_area .banner_item img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0px 0px 16px 0px rgba(48, 48, 48, 0.5);
}

.banner_area .banner_item.disabled {
    pointer-events: none;
    cursor: default;
}

.banner_area .banner_item.disabled:hover {
    transform: none;
    opacity: 1;
}

.banner_area .banner_item img.comingsoon {
    box-shadow: none;
}