@charset "utf-8";

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

/* nomal */
@font-face {
    font-family: 'LINESeedJP';
    src: url('../../../common/font/LINESeedJP_OTF_Rg.woff') format('woff'),
        url('../../../common/font/LINESeedJP_OTF_Rg.woff2') format('woff2');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}

/* bold */
@font-face {
    font-family: 'LINESeedJP';
    src: url('../../../common/font/LINESeedJP_OTF_Bd.woff') format('woff'),
        url('../../../common/font/LINESeedJP_OTF_Bd.woff2') format('woff2');
    font-weight: bold;
    font-weight: 700;
    font-style: normal;
}

/* EX bold */
@font-face {
    font-family: 'LINESeedJP';
    src: url('../../../common/font/LINESeedJP_OTF_Eb.woff') format('woff'),
        url('../../../common/font/LINESeedJP_OTF_Eb.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: 'LINESeedJP', 'Noto Sans JP', 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", "sans-serif", 'Arial', 'Helvetica', 'Tahoma', 'Verdana';
    /*max-width: 1800px;*/
    min-width: 900px;
    background: #f2f3f3;
    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_center {
    text-align: center !important;
}

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

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

.font_red {
    /* color: #ed94ab!important; */
    color: #ff0042 !important;
}

.font_blue {
    /* color: #7cb8ec!important; */
    color: #00a4db !important;
}

.font_gray {
    color: #979797 !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;
}

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

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

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

/* ステータスのフォントカラー */
.font_orange_stats {
    color: #ff6809 !important;
}
.font_blue_stats{
    color: #17a7dc !important;
}
.font_purple_stats{
    color: #b700d9 !important;
}
.font_pink_stats{
    color: #ea76c6 !important;
}
.font_green_stats{
    color: #2cbc2e !important;
}

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

/*header*/
header {
    display: flex;
    align-items: center;
    background: #0c1a49;
    position: fixed;
    width: 100%;
    min-width: 900px;
    z-index: 100;
    color: #fff;
    box-shadow: 0px 6px 16px 0px rgb(48 48 48 / 30%);
    height: 70px;
}

header h1 {
    /* background: #0c1a49; */
    color: #232f3e;
    /* width: 230px; */
    /* padding: 10px 20px; */
    width: 220px;
    padding: 10px 30px;
}

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: 10px 20px;
    /* box-shadow: 0px 6px 16px 0px rgba(48, 48, 48, 0.15); */
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

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

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

.breadcrumb ul li a {
    color: #000;
}

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: #0d1a49; */
    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: #000;
    font-weight: bold;
    border: solid 1.5px #000;
    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: 56px; */
    padding-top: 70px;
}

/*side_nav*/

/* 0704~調整中 */
/* section.main_cont の左端にくっついているfixedボタン */
/* .side_nav_toggle_btn {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
  } */
/* .side_nav の liの右端に、after要素で円を表示する */
/* .side_nav nav>ul>li {
    position: relative;
  }
  .side_nav nav>ul>li:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 15px;
    height: 15px;
    margin-top: 2.5px;
    border-radius: 50%;
    background: #5275F4;
  } */

/* .side_nav の .nav_close が削除されたとき */
/* .side_nav:not(.nav_close) {
    width: 250px;
    transition: margin-left 0.3s ease;
  }
  .side_nav:not(.nav_close) nav>ul>li>ul {
    height: 350px;
    transition: height 0.3s ease;
  }
  .side_nav:not(.nav_close) nav>ul>li:after {
    opacity: 0;
    transition: opacity 0.3s ease;
  } */
/* .side_nav に .nav_close が付与されたとき */
/* .side_nav.nav_close {
    margin-left: -220px;
    transition: margin-left 0.3s ease;
  }
  .side_nav.nav_close nav>ul>li>ul {
    overflow-y: hidden;
    height: 0px;
    transition: height 0.3s ease;
  }
  .side_nav.nav_close nav>ul>li:after {
    opacity: 1;
    transition: opacity 0.3s ease;
  } */

/* .main_cont の .nav_close が削除されたとき */
/* .main_cont:not(.nav_close) {
    width: calc(100% - 250px);
    transition: width 0.3s ease;
  } */
/* .main_cont に .nav_close が付与されたとき */
/* .main_cont.nav_close {
    width: calc(100% - 50px);
    transition: width 0.3s ease;
  } */



/*JESA*/
.side_nav a,
.side_nav span {
    color: #000;
    width: calc(100% - 20px);
}

.side_nav a.support {
    color: #00b14a;
    font-weight: bold;
}

.side_nav a.btn {
    color: #fff;
}

.page .side_nav nav>ul>li:before {
    content: '\f0da' !important;
    color: #000 !important;
}

.side_nav a.manual {
    width: 85%;
    text-align: left;
    font-size: 0.8rem;
}

.side_nav a.manual:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    content: '\f5da';
}

/*JESA*/

.page .side_nav {
    background: #ffffff;
    width: 250px;
    min-height: 610px;
    padding: 30px 0;
    /* border-top: solid 2px #775244; */
    position: fixed;
    height: 100%;
    /* border-right: solid 1px #ccc; */
}

.page .side_nav.preview,
.page .side_nav.preview+.main_cont .breadcrumb a {
    pointer-events: none;
}


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

.page .side_nav nav>ul>li {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.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_02>ul,
.page .side_nav nav>ul>li.side_nav_07>ul {
    margin: 5px 0 0 30px;
}

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

.page .side_nav nav>ul>li.side_nav_07>ul>li {
    text-indent: -.5rem;
    padding-left: .5rem;
}

.page .side_nav nav>ul>li.side_nav_02>ul>li .btn.btn_yokohama,
.page .side_nav nav>ul>li.side_nav_02>ul>li .btn.btn_nagoya {
    width: 150px;
    text-align: left;
    color: #fff;
}


/* スクロールバーを表示 */
.page .side_nav{
    max-height: calc(100vh - 65px);
    min-height: unset;
    overflow-y: scroll;
}
.page .side_nav a.logout{
    position: unset;
    margin: 15px 0;
}
.page .side_nav .langage{
    position: unset;
}
.page .side_nav::-webkit-scrollbar {
    width: 8px;
}
.page .side_nav::-webkit-scrollbar-track {
    background-color: #e3e3e3;
}
.page .side_nav::-webkit-scrollbar-thumb {
    background-color: #95a4da;
}


a.logout {
    background: #fff;
    color: #112885;
    display: block;
    text-align: center;
    font-size: 0.8rem;
    padding: 8px 15px;
    /* margin: 0 10px 0 20px; */
    margin: 0 15px;
}

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

header .langage {
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
    color: #fff;
}

.administrator header .langage {
    display: none;
}

header .langage a {
    color: #fff;
}

header .langage a:hover {
    opacity: 1;
}

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

header .langage a[href*="set-lang"] {
    color: #8c9cd6;
}

header .langage a[href*="set-lang"]:hover {
    color: #fff;
}

header .langage a:not([href*="set-lang"]) {
    pointer-events: none;
}


.page .main_cont {
    width: calc(100% - 250px);
    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 h2 .sub_tit {
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.5;
    display: inline-block;
    margin-top: 5px;
}

.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 h3 {
    font-size: 1rem;
    color: #0c1a49;
    margin-bottom: 15px;
}

.page .main_cont h3:before {
    content: '';
    border-left: solid 6px #0c1a49;
    border-radius: 5px;
    margin-right: 10px;
    height: 23px;
}

.page .main_cont h3 .sub_tit {
    font-size: 0.9rem;
    margin-left: 16px;
    font-weight: normal;
}

.page .main_cont h4 {
    font-weight: normal;
    color: #0d1a49;
}

.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: #e9e9e9;
    color: #000;
    padding: 15px 10px;
    font-size: 0.8rem;
    width: 100px;
    text-align: center;
    word-break: break-all;
}

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

#page_edit_02_product .page .main_cont dl.table:not(.sub_table)>dt {
    width: 120px;
}

#page_edit_01_releaseinfo .page .main_cont dl.table:not(.sub_table)>dt {
    width: 150px;
}

#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: #e9e9e9;
}

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

.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);
    border-bottom: solid 1.5px #e9e9e9;
    border-right: solid 1.5px #e9e9e9;
    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 dl.table:not(.sub_table)>dd {
    width: calc(100% - 120px);
}

#page_edit_01_releaseinfo .page .main_cont dl.table:not(.sub_table)>dd {
    width: calc(100% - 150px);
}

#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),
#page_edit_02_product .page .main_cont section dl.table dd:nth-child(4) {
    border-top: solid 1.5px #e9e9e9;
}

.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%;
    text-indent: -18px;
    padding-left: 18px;
}

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

.page .main_cont section dl.table .product_tags label {
    /* display: flex; */
    /* align-items: flex-start; */
}

.page .main_cont section dl.table .product_tags label input {
    margin-top: 4px;
}

.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: #0d1a49; */
    font-weight: bold;
    margin-right: 10px;
    border: 0;
}

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

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

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

.btn {
    display: inline-block;
    /* padding: 7px 15px 6px; */
    padding: 6px 15px;
    /* background: #7e5b4a; */
    background: #0c1a49;
    text-align: center;
    border: 0;
    border-radius: 1000px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 6px 16px 0px rgba(48, 48, 48, 0.15);
    font-weight: bold;
    min-width: max-content;
    transition: all .2s;
}

.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.black {
    background: #000;
}

.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.external-link-alt:before {
    content: '\f35d';
}

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

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

.btn.release, .btn.save, .btn.blue {
    background: #5275f4 !important;
}

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

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

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

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

.btn.support:before {
    content: '\f059';
}

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

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

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

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

.btn.copy:before {
    content: '\f24d';
}

.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: #c3813c!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.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;
}

.icon.impossible:before {
    content: '\f00d';
}

.icon.support:before {
    content: '\f059';
    margin-right: 2px;
}

.text_link {
    color: #0d1a49;
    text-decoration: underline;
}

.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;
}

.gray_text {
    color: #808080;
}

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

#copylink:before {
    content: '\f0c1';
    color: #0d1a49;
}

.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 .tit_wrap .menu_btn li {
    margin-left: 10px;
    margin-bottom: 5px;
    position: relative;
}

.page .main_cont .tit_wrap.invitation .menu_btn li:nth-child(2) {
    display: none;
}

.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 {
    font-size: 0.7rem;
    max-height: 33px;
    height: 100%;
}

:lang(en) > .page .main_cont .tit_wrap .menu_btn li .btn {
    letter-spacing: 0.1em;
}


.page .main_cont .tit_wrap .menu_btn li .btn:not(.preview) {
    background: #333333;
}

.page .main_cont .tit_wrap .menu_btn li:not(:first-child) .btn {
    word-break: keep-all;
    min-width: 60px;
    font-family: "Font Awesome 5 Free", 'LINESeedJP', 'Noto Sans JP', 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", "sans-serif", 'Arial', 'Helvetica', 'Tahoma', 'Verdana';
}

.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 .tit_wrap .menu_btn.fixed:not(.relative) {
    position: fixed;
    top: 80px;
    right: 30px;
    width: 78%;
    justify-content: right;
    z-index: 50;
}

.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;
    height: 100%;
}

.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:last-child {
    margin-right: 0;
}

.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';
}

.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 {
    background: #0d1a49;
    font-family: "Font Awesome 5 Free", 'LINESeedJP', 'Noto Sans JP', 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", "sans-serif", 'Arial', 'Helvetica', 'Tahoma', 'Verdana';
}

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

.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 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; */
    padding: 3px 5px;
}

.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;
    accent-color: #5275f4;
}

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

.page .main_cont table thead tr th {
    background: #e3e9ff;
    padding: 5px 10px;
    vertical-align: middle;
    /* align-items: center; */
}

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

    /* display: flex; */
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.page .main_cont table thead tr th a.sort i {
    margin-right: 3px;
}

.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 .txtcenter {
    text-align: center;
}

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

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

.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;
    padding: 10px;
}

.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;
    overflow: visible !important;
}

.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: #0d1a49;
}

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

.pagination nav a.is-active {
    background-color: #0d1a49;
    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: #000;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.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 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(100);
    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;
}

.page .main_cont .orderlist th:nth-child(7) {
    width: 11em;
}

body:not(.administrator) .page .main_cont .orderlist td:nth-child(4) {
    text-align: left;
}

/* grayscaleのclassがついたタイトルは赤字に変更 */
.page .main_cont table tbody tr.grayscale td:nth-child(4){
    color:#ff0042;
    font-weight:bold;
}

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

.page .main_cont .orderlist td:nth-child(8) {
    width: 135px;
}

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

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

.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;
}

.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;
    margin-top: 0.25em;
    white-space: pre-wrap;
}

/* ---------------------------------------------------------
 switching
----------------------------------------------------------*/
#switching .page .conts {
    background: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 30px;
    box-shadow: none;
    text-align: center;
}

#switching .page .main_cont {
    display: block;
    width: 90%;
    max-width: 850px;
    margin: auto;
}

#switching h1 {
    border-radius: 1000px;
    background: #0c1a49;
    color: #fff;
    font-size: 1.5rem;
    display: block;
    padding: 2px;
    margin: 0;
    margin-bottom: 15px;
}

#switching .switchform_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

#switching .switchform_cont li {
    width: 49%;
}


#switching .switchform_cont li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0px 6px 16px 0px rgba(48, 48, 48, 0.15);
    font-weight: bold;
    transition: all .2s;
    padding: 15% 20%;
    height: 100%;
}

#switching .switchform_cont li.ceatec a {}

/* ↓ inter bee側 公開までイキ */
/* #switching .switchform_cont li.interbee a{
    pointer-events: none;
    opacity: 0.5;
    box-shadow: none;
    background-color: #e4e4e4;
} */
/* ↑ inter bee側 公開までイキ */

/* ↓ inter bee側 公開までコメントアウト */
#switching .switchform_cont:hover li>a {
    opacity: 0.7;
    background-color: #e4e4e4;
    box-shadow: none;
}

#switching .switchform_cont li a:hover {
    opacity: 1;
    box-shadow: 0px 6px 16px 0px rgba(48, 48, 48, 0.30);
}

#switching .switchform_cont li.ceatec a:hover {
    background: #0c1a49;
}

#switching .switchform_cont li.interbee a:hover {
    background: #1d50a2;
}

/* ↑ inter bee側 公開までコメントアウト */

/* ↓ inter bee側 公開までイキ */
/* #switching .switchform_cont li a:hover{
    opacity: 1;
    box-shadow: 0px 6px 16px 0px rgba(48, 48, 48, 0.30);
}
#switching .switchform_cont li.ceatec a:hover{
    background: #0c1a49;
} */
/* ↑ inter bee側 公開までイキ */

#switching .switchform_cont li a img {
    filter: none;
    transition: all .2s;
}

#switching .switchform_cont li a:hover img {
    filter: invert(100%) grayscale(100%) contrast(100);
}

#switching .supplement p {
    margin-bottom: 15px;
}

#switching .supplement p:last-child {
    margin-bottom: 0;
}

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

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

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

#switching .bottom {
    text-align: center;
    margin-bottom: 30px;
    font-size: 0.7rem;
}

#switching .bottom img {
    width: 60px;
    margin-bottom: 5px;
}

#switching p.copyright {
    text-align: center;
    margin-top: 20px;
}

/* ---------------------------------------------------------
 page_login
----------------------------------------------------------*/
#page_login header {
    background: #0c1a49;
    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: #0c1a49;
    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:not(.logout) {
    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 {
}

#page_top .page .main_cont section.box_01_3 dd a.text_link {
    padding: 20px;
}


#page_top .page .main_cont section.box_02 {
    padding: 0;
}

#page_top .page .main_cont section a p {
    /* color: #979797; */
    color: #000000;

    font-size: 0.8rem;
    line-height: 1.7;
}

#page_top .page .main_cont section a {
    display: block;
    height: 100%;
    /* padding: 20px; */
}


#page_top .page .main_cont section > a {
    padding: 20px;
}

#page_top .page .main_cont section:has(> h3.notlink){
    padding: 20px!important;
}


#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.small.next {
    margin-left: auto;
    padding: 7px 15px 6px;
}

#page_top .page .main_cont .box_01_3 dl.table dt {
    width: 120px;
}

#page_top .page .main_cont .box_01_3 dl.table dd {
    width: calc(100% - 120px);
    padding: 0;
}

#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: '\f518';
}

#page_top .page .main_cont .box_08 h3.ico_tit:before {
    content: '\f2c1';
}

#page_top .page .main_cont .box_09 h3.ico_tit:before {
    content: '\f029';
}

#page_top .page .main_cont .box_10 h3.ico_tit:before {
    content: '\f0fe';
}

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

#page_top .page .main_cont .box_12 h3.ico_tit:before {
    content: '\f3cd';
}

#page_top .page .main_cont .box_basic h3.ico_tit:before {
    content: '\f007';
}

#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 h3.ico_tit.notlink:after{
    content:none;
}

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

#page_top:not(.administrator)  .page .main_cont .flex{
    justify-content: flex-start;
}

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


body#page_top:not(.administrator) .page .main_cont .flex section {
        width: calc((100% - 40px) / 3);
    padding: 0;
    margin-right: 13px;
}
body#page_top:not(.administrator) .page .main_cont .flex section:nth-child(2n+1){
    margin-right: 13px;
}

body#page_top:not(.administrator) .page .main_cont .flex section:nth-child(2n){
    /* margin-right: 0px; */
}
body#page_top:not(.administrator) .page .main_cont .flex section.bg_blue{
    background-color:#f3fafd;
}

body#page_top:not(.administrator) .page .main_cont .flex section.bg_orange{
    background-color:#fdeee6;
}

body#page_top:not(.administrator) .page .main_cont .flex section.bg_green{
    background-color:#e9f7e3;
}

body#page_top:not(.administrator) .page .main_cont .flex section.bg_purple{
    background-color:#e5d3e2;
}



#page_top .page .main_cont .flex section > li:nth-child(3n){
    margin-right: 0;
}

#page_top .page .main_cont .flex section.box_09 {
    /* padding: 20px; */
}

#page_top .page .main_cont .pd0 {
    padding: 0;
}

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;
}


/*box_coming*/

#page_top .page .main_cont section .info {
    display: inline-block;
    background: #889fbf;
    padding: 5px 10px;
    margin-bottom: 7px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 5px;
}

#page_top .page .main_cont .box_coming {
    background: #e2e2e2;
    box-shadow: none;
    position: relative;
}

#page_top .page .main_cont .box_coming a {
    pointer-events: none;
}

#page_top .page .main_cont .box_coming h3.ico_tit:after {
    display: none;
}

#page_top .page .main_cont .box_coming.box_management .btn {
    display: none;
}

#page_top .page .main_cont .box_coming h3 {
    /* padding-right: 170px; */
}


/*下層用*/
.page .main_cont section .box_info_tag {
    display: inline-block;
    background: #889fbf;
    padding: 5px 10px;
    margin-bottom: 7px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 5px;
    font-size: 0.8rem;
}
.page .main_cont section {
    position: relative;
}
.page .main_cont .box_coming {
    background: #e2e2e2;
    box-shadow: none;
    position: relative;
}

.page .main_cont .box_coming a {
    pointer-events: none;
}

.page .main_cont .box_coming h3.ico_tit:after {
    display: none;
}
.page .main_cont .box_coming.box_management .btn {
    display: none!important;
}
.page .main_cont .box_coming h3 {
    /* padding-right: 170px; */
}
#page_all_edit .page .main_cont .box_coming h3 {
    padding-right: 230px;
}

/*end____box_coming*/



/* ---------------------------------------------------------
 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: 22%;
    margin-right: 3% !important;
    /* margin-bottom: 20px; */
}

.layout_pattern label:nth-child(n+5) {
    margin-top: 20px;
}

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

.page .main_cont section .product_img:not(:first-of-type) {
    border-top: solid 1.5px #e9e9e9;
    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;
}

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
----------------------------------------------------------*/
.search_box label select {
    border: solid 1.5px #f1f1f1;
    line-height: 1.7;
    padding: 7px;
}

.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';
}

#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 {
    min-width: 1100px;
}

#page_exhibitor_list table.exhibitor_date thead tr th:nth-child(1),
#page_exhibitor_list table.exhibitor_date thead tr th:nth-child(5) {
    width: 45px;
}

#page_exhibitor_list table.exhibitor_date thead tr th:nth-child(2),
#page_exhibitor_list table.exhibitor_date thead tr th:nth-child(3) {
    width: 160px;
}

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

#page_exhibitor_list table.exhibitor_date thead tr th:nth-child(6) {
    min-width: 150px;
}

#page_exhibitor_list table.exhibitor_date thead tr th:nth-child(8),
#page_exhibitor_list table.exhibitor_date thead tr th:nth-child(9) {
    width: 80px;
}

#page_exhibitor_list table.exhibitor_date thead tr th:nth-child(10),
#page_exhibitor_list table.exhibitor_date thead tr th:nth-child(11) {
    width: 90px;
}

.page .main_cont table.exhibitor_date tbody tr td .btn {
    padding: 4px 10px;
    margin-right: 0;
    width: 60px;
}

table.exhibitor_date tbody tr td .btn+.btn {
    margin-top: 3px;
}

#page_information_list .search_box {}

#page_information_list .search_box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 80px);
}

#page_information_list .search_box label {
    display: flex;
    font-weight: bold;
    white-space: nowrap;
    align-items: center;
    margin-right: 2%;
}

#page_information_list .search_box label.long {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: initial;
    margin-right: 0;
}

#page_information_list .search_box label input {
    padding: 0px 5px;
}

#page_information_list .search_box label:nth-child(1) select,
#page_information_list .search_box label:nth-child(2) input {
    margin-left: 10px;
    width: 100%;
}

#page_information_list .search_box label:nth-of-type(3)>label:first-child {
    margin-right: 10px;
}

#page_information_list .search_box label:nth-of-type(3)>label:first-child input {
    margin-left: 10px;
}

#page_information_list .search_box label:nth-of-type(3) input {
    max-width: 200px;
}

#page_information_list .search_box br {
    display: none;
}

#page_information_list .page .main_cont section.search_box .btn {}

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

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

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

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

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

.page .main_cont table.information_date tbody tr td .btn {
    margin-right: 0;
    padding: 4px 10px;
}

table.information_date tbody tr td .btn+.btn {
    margin-left: 3px;
}

#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; */
    width: 120px;
}

.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;
}

#page_exhibitor_list .search_box.ad-exhibitor label {
    width: 32%;
    margin-top: 0;
}

#page_exhibitor_list table.exhibitor_date.ad-exhibitor thead tr th:nth-child(1) {
    width: 300px;
}

#page_exhibitor_list table.exhibitor_date.ad-exhibitor thead tr th:nth-child(2),
#page_exhibitor_list table.exhibitor_date.ad-exhibitor thead tr th:nth-child(3) {
    width: 100px;
}

#page_exhibitor_list table.exhibitor_date.ad-exhibitor thead tr th:nth-child(4) {
    width: 150px;
}

#page_exhibitor_list table.exhibitor_date.ad-exhibitor thead tr th:nth-child(5) {
    width: unset;
}

#page_exhibitor_list table.exhibitor_date.ad-exhibitor tbody tr td:nth-child(5) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .main_cont table.exhibitor_date.ad-exhibitor tbody tr td .btn {
    margin-right: 5px;
    width: auto;
}

table.exhibitor_date.ad-exhibitor tbody tr td .btn+.btn {
    margin-top: 0;

}

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

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


/* テキスト領域広めるためにコメアウト */
.dl_img + .txt{
    /* width: 46%;
    max-width: calc(100% - 270px); */
}

.dl_img.gray_img {
    aspect-ratio: 3 / 2;
    background: #f0f0f0;
    display: flex;
}
.dl_img.gray_img img{
    object-fit: contain;
    object-position: center;
    margin: auto;
    width: 100%;
    height: 100%;
}

.dl_flex_parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dl_flex_cont {
    width: 49%;
}

.dl_flex_parent>.dl_flex {
    width: 49%;
}

.dl_flex_parent>.dl_flex:nth-child(n+3) {
    margin-top: 15px;
}

/* ---------------------------------------------------------
 page_custom-invitation
----------------------------------------------------------*/

#page_custom-invitation .explanatory_block {
    display: flex;
}

#page_custom-invitation .explanatory_block .text {
    width: calc(100% - 300px);
    margin-right: 50px;
}

#page_custom-invitation .explanatory_block img {
    width: 300px;
    margin-bottom: 20px;
}


/* ---------------------------------------------------------
 初回公開以外非表示対応
----------------------------------------------------------*/
/*.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 #e3e9ff;
}*/



/* 協力会社向け */
.page .main_cont table.ptn-index thead tr th:nth-child(1) {
    width: 150px;
}

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

.page .main_cont table.ptn-index thead tr th:nth-child(4) {
    /* width: 120px; */
    width: 150px;
}

.page .main_cont table.ptn-index thead tr th:nth-child(5) {
    width: 50px;
}

.page .main_cont table.ptn-index thead tr th:nth-child(6) {
    /* width: 70px; */
    width: 80px;
}

.page .main_cont table.ptn-index thead tr th:nth-child(7) {
    /* width: 90px; */
    width: 180px;
}

.page .main_cont table.ptn-index thead tr th:nth-child(8) {
    width: 120px;
}

.page .main_cont table.ptn-index tbody tr td .btn {
    width: auto;
    min-width: unset;
}

.search_box.ptn-index label {
    width: 32%;
    display: flex;
    flex-direction: column;
    margin-right: 1%;
    font-weight: bold;
}

.page .main_cont section.search_box.ptn-index .btn {
    margin: auto;
    margin-top: 15px;
}

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

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

.page .main_cont section.search_box.ptn-documents .btn {
    margin: auto;
    margin-top: 15px;
}

.wpinner .menu_btn.page_bottom {
    display: none;
}

@media print {
    .page .main_cont section {
        box-shadow: none;
    }

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

    .page .main_cont h3:before {
        border-left: solid 6px #000000;
    }

    .page .main_cont section dl.table dt {
        background-color: #d5d5d5;
        color: #000000;
    }

    .page .main_cont section dl.table dt,
    .page .main_cont section dl.table dd {
        border-color: #d5d5d5;
    }

    .menu_btn.page_bottom {
        display: none;
    }
}

/* 出展協力会社用 用紙 */
.page .main_cont section.pass-1 {
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
}



/* 2024/07/01追加 */
/* 出展者ページ 情報入力状況 */
.attention_area {
    background: #fdf2f3;
    padding: 10px;
    display: flex;
    font-weight: bold;
}

.attention_area dt {
    font-weight: bold;
    color: #d64c5d;
    width: 100px;
    font-size: 16px;
}

.attention_area dd {
    padding-left: 25px;
    border-left: 1px solid #d23248;
    width: calc(100% - 100px);
}

.attention_area .red_txt {
    color: #d64c5d;
}

.page .main_cont table.info_input_status {
    overflow: scroll;
    /* width: inherit; */
    /* display: inline-block; */
}

.page .main_cont table.info_input_status .tag {
    padding: .4rem 1.2rem;
    border-radius: 5px;
    color: #ffffff;
    background: #000;
    font-size: .9rem;
    font-weight: bold;
    margin: 0px;
}

.page .main_cont table.info_input_status .tag.not_reflect {
        background: #d12e45;

}

.page .main_cont table.info_input_status .tag.publish {
    background: #529450;
}

.page .main_cont table.info_input_status .tag.unpublish {
    background: #d12e45;
}

.page .main_cont table.info_input_status .mini_txt {
    display: block;
    font-size: 10px;
    color: #b0b0b0;
    margin: 8px 0 0 0;
}

.page .main_cont table.info_input_status tbody tr td {
    color: #a7a7a7;
}

.page .main_cont table.info_input_status tbody tr:nth-child(n+2) td {
    border-top: solid 1.5px #e9e9e9;
}

.page .main_cont table.info_input_status tbody tr:last-of-type td {
    border-bottom: solid 1.5px #e9e9e9;
}

.page .main_cont table.info_input_status tbody tr:nth-child(n+1) td {
    border-right: solid 1.5px #e9e9e9;
}


.page .main_cont table.info_input_status tbody tr td.table_ttl {
    background: #e9e9e9;
    /* color: #7d7d7d; */
    color: #000000;
    padding: 15px 10px;
    font-size: 0.8rem;
    width: 200px;
    text-align: center;
    word-break: break-all;
}

.page .main_cont table.info_input_status tbody tr td.num_input span {
    color: #000;
    font-weight: bold;
    font-size: 1.6rem;
}

.page .main_cont table.info_input_status tbody tr td.num_input .no_count {
    color: #d12e45;
}


.page .main_cont table.info_input_status tr {
    background: #fff;
}

.page .main_cont table thead tr th {
    width: 200px;
}

.page .main_cont table thead tr th.num_of_input {
    width: 150px;
}

.page .main_cont table thead tr th.input_status {
    width: calc(100% - 550px);
}

.tag_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.page .main_cont table.info_input_status tbody tr td.tag_area ul li {
    border-radius: 5px;
    font-weight: bold;
    width: max-content;
    padding: 0.2rem .4rem;
    color: #8e8e8e;
    background: #fff;
    font-size: .7rem;
    border: 1px solid #d7d7d7;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.page .main_cont table.info_input_status tbody tr td.tag_area li i.fa-check,
.page .main_cont table.info_input_status tbody tr td.tag_area .check li .num,
.page .main_cont table.info_input_status tbody tr td.tag_area .check li.uncheck i.fa-check {
    display: none;
}

.page .main_cont table.info_input_status tbody tr td.tag_area .check li i.fa-check,
.page .main_cont table.info_input_status tbody tr td.tag_area li .num {
    display: block;
}

.page .main_cont table.info_input_status tbody tr td.tag_area li.uncheck {
    color: #cdcdcd;
    border: 1px solid #cdcdcd;
}

.page .main_cont table.info_input_status tbody tr td.tag_area .num {
    font-weight: bold;
    margin-left: 5px;
    border-radius: 50px;
    width: 1.2rem;
    color: #fff;
    font-size: .6rem;
    background: #8e8e8e;
    padding: .2rem;
    line-height: 1.2;
    text-align: center;
    display: block;
    margin: 0 0 0 .4rem;
}

.page .main_cont table.info_input_status tbody tr td.tag_area .count.no_count {
    color: #cdcdcd;
    border: 1px solid #cdcdcd;
}

.page .main_cont table.info_input_status tbody tr td.tag_area .no_count .num {
    background-color: #c6c6c6;
    color: #dfdfdf;
}

/* box_02 */
.page .main_cont .box_02 div.flex_box {
    display: flex;
    align-items: center;
}

.page .main_cont .box_02 div.flex_box object {
    margin-bottom: 15px;
    margin-left: auto;
}

.page .main_cont .box_02 div.flex_box .btn {
    background: #000;
}


/* fontawsome 表示のための記述 */
.page .main_cont .fa-check:before {
    /* font-family: 'Font Awesome 5 Pro'; */
    /* バージョン古かったので下に変更 */
    font-family: 'Font Awesome 6 Free';
    font-size: .5rem;
    background: #8e8e8e;
    padding: .3rem;
    color: #fff;
    border-radius: 10px;
    display: block;
    width: .5rem;
    margin-left: .5rem;
}

#page_top .page .main_cont section.box_02 a p {
    font-size: .9rem;
    color: #000;
}

#page_top .page .main_cont .scroll_area {
    position: relative;
    overflow: auto;
}




/* ---------------------------------------------------------
 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;
    }
}


.main_cont_inner .dl_finish_txt{
    text-align: center;
    padding: 20px;
    background: #d1d1d1;
    margin-top: 20px;
    font-weight: bold;
    font-size: 1rem;
}



/* 250619〜 追加修正　　　　　基本情報の修正画面  */
/* 吹き出しスタイル */
.speech-bubble {
    display: inline-block;
    background: #ebf900;
    color: #e44124;
    font-weight: bold;
    border-radius: 2px;
    font-size: 1.3em;
    margin-right: 6px;
    width: max-content;
    /* position: relative; */
    position: absolute;
    bottom: 40px;
    right: 0;
    padding: .2em .5em;
    border: 2px solid #000;
  }
/* 矢印の枠部分 */
.speech-bubble::before {
  content: "";
  position: absolute;
  bottom: -8px;       /* 枠が少し大きいぶんだけずらす */
  right: 10px;
  border-width: 7px 8px 0px;
  border-style: solid;
  border-color: #000000 transparent;
}

/* 矢印の中身部分 */
.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -6px;       /* 中身の矢印が枠の内側にくるように */
  right: 13px;
  border-width: 6px 5px 0;
  border-style: solid;
  border-color: #ebf900 transparent;
}

/* ふわふわアニメーション */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-8px); }
}
.float-bubble {
    animation: float 2s ease-in-out infinite;
}

.btn.release.btn_blue{
    background-color: #2b49b7!important;
}

.marker_yellow {
  background-color: #f3fd5e;   /* イエローのマーカー色 */
  color: inherit;              /* 文字色はもとのまま */
  padding: 0 0.2em;            /* 前後にちょっと余白 */
  border-radius: 0.1em;        /* 角をほんのり丸める */
  display: block;
  width: max-content;
}

.marker_yellow .font_bold{
    font-size: 1rem;
}

.page_edit .box_text{
        border: 1px solid #ccc;
    padding: 10px;
}

.page_edit .list_tab{
    color: #000;
    /* display: block; */
    padding: 3px 10px;
    border: solid 1.5px #0d1a49;
    border-radius: 5px;
    color: #0d1a49;
    font-size: 0.7rem;
    font-weight: bold;
    position:relative;
    margin-left:10px
}

.page_edit .list_tab:before{
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 10px;
    border: 0;
     content: '\f03a';
}

.ceatec_dl .bg_blue{
    background: #f3f5ff;
    padding: 15px;
}

.page .main_cont h3.color_tit{
    color: #0c1a49;
}

.page .main_cont h3.color_tit:before{
        border-left: solid 6px #0c1a49;
}

#page_top .page .main_cont .flex section.cont_col{
    display: flex;
    flex-direction: column;
    background: none;
    box-shadow: none;
}

#page_top .page .main_cont .flex section.cont_col > section{
    width: 100%;
    margin-bottom: 0;
}

#page_top .page .main_cont .flex section.cont_col > section:first-of-type{
    margin-bottom: 12px;
}

/* 未公開（li に .unpublish が付いている）時の num 背景色 */
.page .main_cont table.info_input_status tbody tr td.tag_area li.unpublish .num {
    background-color: #d12e45;
  }


/* 提出書類、ステータスの詳細説明表示 */
/* ■ツールチップ非表示／ホバーで表示 */
.help-tooltip {
    position: relative;
    display: inline-block;
    margin-left: 6px;
    cursor: help;
    vertical-align: middle;
    font-size: 1.1rem;
  }
  /* デフォルトで非表示に */
  .help-tooltip .help-tooltiptext {
    visibility: hidden;
    opacity: 0;
    width: 225px;
    background: #ffffff;
    color: #666;
    text-align: left;
    border-radius: 4px;
    padding: 8px;
    font-size: 0.85em;
    line-height: 1.4;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    transition: opacity 0.2s;
    z-index: 9999;
    font-size: 1rem;
    border: 1px solid #000;
    /* text-align: center; */
  }
  /* ホバーしたら表示 */
  .help-tooltip:hover .help-tooltiptext {
    visibility: visible;
    opacity: 1;
    font-size: .8rem;
  }

  /* ■ help-tooltiptext に吹き出し矢印を追加 */
.help-tooltip .help-tooltiptext {
    /* 既存の定義はそのまま */
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    /* …他のプロパティ… */
  }
  
  /* 外側の矢印（ボーダー色） */
  .help-tooltip .help-tooltiptext::before {
    content: "";
    position: absolute;
    bottom: -8px;         /* ツールチップ本体の下に */
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #000 transparent;
  }
  
  /* 内側の矢印（背景色） */
  .help-tooltip .help-tooltiptext::after {
    content: "";
    position: absolute;
    bottom: -6px;         /* ::before より少し上に */
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #fff transparent;
  }



/* 詳細ページのステータスボタン */
.page .main_cont table.info_input_status.edit_page_status{
    width: inherit;
    display: inline-block;
    overflow: inherit;
} 

  .page .main_cont table.info_input_status.edit_page_status .tag {
    padding: .4rem 1.2rem;
    border-radius: 5px;
    color: #ffffff;
    /* background: #000; */
    font-size: .9rem;
    font-weight: bold;
    margin: 0;
}

.page .main_cont table.info_input_status.edit_page_status .tag.unpublish_all {
    background: #d12e45;
    padding: .2rem 1.2rem;
}

.page .main_cont table.info_input_status.edit_page_status .tag.unpublish{
    background: #2e65d0;
}

.page .main_cont table.info_input_status.edit_page_status .tag.publish{
    background: #529450;
}

.page .main_cont table.info_input_status.edit_page_status .tag.not_reflect{
    background: #d12e45;
}


.page .main_cont table.edit_page_status td{
    padding: 10px 40px;
}
