html,
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
}

/*
*/
/* ボディーのBackgroundに薄いグレー */
.bg-base {
    background-color: #EEEFF3;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


/*
----------------------------------------- */
.w800px {
    width: 800px !important;
}

.w700px {
    width: 700px !important;
}

.w600px {
    width: 600px !important;
}

.w500px {
    width: 500px !important;
}

.w450px {
    width: 450px !important;
}

.w400px {
    width: 400px !important;
}

.w350px {
    width: 350px !important;
}

.w300px {
    width: 300px !important;
}

.w290px {
    width: 290px !important;
}

.w280px {
    width: 280px !important;
}

.w270px {
    width: 270px !important;
}

.w260px {
    width: 260px !important;
}

.w250px {
    width: 250px !important;
}

.w240px {
    width: 240px !important;
}

.w230px {
    width: 230px !important;
}

.w220px {
    width: 220px !important;
}

.w210px {
    width: 210px !important;
}

.w200px {
    width: 200px !important;
}

.w190px {
    width: 190px !important;
}

.w180px {
    width: 180px !important;
}

.w170px {
    width: 170px !important;
}

.w160px {
    width: 160px !important;
}

.w150px {
    width: 150px !important;
}

.w140px {
    width: 140px !important;
}

.w130px {
    width: 130px !important;
}

.w120px {
    width: 120px !important;
}

.w110px {
    width: 110px !important;
}

.w100px {
    width: 100px !important;
}

.w90px {
    width: 90px !important;
}

.w80px {
    width: 80px !important;
}

.w70px {
    width: 70px !important;
}

.w60px {
    width: 60px !important;
}

.w50px {
    width: 50px !important;
}

.w40px {
    width: 40px !important;
}

.w30px {
    width: 30px !important;
}

.w20px {
    width: 20px !important;
}



.h600px {
    height: 600px !important;
}

.h550px {
    height: 550px !important;
}

.h500px {
    height: 500px !important;
}

.h400px {
    height: 400px !important;
}

.h90px {
    height: 90px !important;
}

.h80px {
    height: 80px !important;
}

.h70px {
    height: 70px !important;
}

.h60px {
    height: 60px !important;
}

.h50px {
    height: 50px !important;
}

.h40px {
    height: 40px !important;
}

.h30px {
    height: 30px !important;
}

.w-calc-20 {
    width: calc(100% - 20px);
}

.h-calc-20 {
    height: calc(100% - 10px);
}




/** required mark */
label.required::after {
    content: " *";
    color: red;
    vertical-align: middle;
}


/**
*/
.row-5 {
    height: calc(1.3em * 5) !important;
    line-height: 1.3;
}

.row-10 {
    height: calc(1.3em * 10) !important;
    line-height: 1.3;
}


/* table */
th {
    text-align: center !important;
    vertical-align: middle !important;
}

td {
    vertical-align: middle !important;
}

.info-header {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    min-height: 50px;

    border-radius: 5px 5px 0px 0px;
    border-bottom-color: #0cc4a2 !important;
    background-color: white;
}

.info-footer {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    min-height: 40px;

    border-radius: 0px 0px 5px 5px;
    border-top-color: #0cc4a2 !important;
    background-color: white;
}

.info-table {
    background-color: #fff;
    width: 100%;
}

.info-table th {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;

    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;

    background-color: blanchedalmond;
    font-weight: normal;
    /* background-color:#212529; */
}

.info-table td {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
}

/* admin_table */
.admin-table {
    background-color: #fff;
    width: 100%;
    /* border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor; */
    margin-bottom: 0;
}


.admin-table th {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;

    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;

    background-color: #332D2D;
    font-weight: normal !important;
    color: white;
    /* background-color:#212529; */
}

.admin-table td {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
}

.div-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.td-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 0;
}



/**
*/
.icon-small {
    font-size: 1.6em;
}

/**
***************************************************
	menu custom color:green
	ユーザーカラー：グリーンベース
***************************************************
*/

.bg-user-color {
    /* 緑 */
    background-color: #69b076;

    /* 青：38a1db */
}

.text-user-color {
    /* 青：38a1db */
    color: #69b076;
}

.bg-nav-green {
    /* 青：38a1db */
    background-color: #69b076;
}

.navbar-user .navbar-brand {
    /* 青：38a1db */
    background-color: #69b076;
    color: #fff;
}

.navbar-user .navbar-brand:hover,
.navbar-user .navbar-brand:focus {
    color: #fff;
}

.navbar-user .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-user .navbar-nav .nav-link:hover,
.navbar-user .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-user .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-user .navbar-nav .show>.nav-link,
.navbar-user .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-user .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-user .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-user .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-user .navbar-text a,
.navbar-user .navbar-text a:hover,
.navbar-user .navbar-text a:focus {
    color: #fff;
}

/**
サイドメニュー 丸ボタン風
*/
.nav-menu-label {
    /* 青：38a1db */
    background-color: #69b076;
    border-radius: 25px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 2px;
    width: 210px;
    color: #fff;
}

.nav-menu-label.active {
    background-color: #75ff75;
}


/* side */
.sb-sidenav-green {
    /* 青：87ceeb */
    background-color: #a4d5bd;
    color: #ffffff;
}

.sb-sidenav-green .sb-sidenav-menu .sb-sidenav-menu-heading {
    color: #669966;
}

.sb-sidenav-green .sb-sidenav-menu .nav-link {
    color: #ffffff;

}

.sb-sidenav-green .sb-sidenav-menu .nav-link .sb-nav-link-icon {
    color: #ffffff;
}

.sb-sidenav-green .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
    color: #ffffff;
}

.sb-sidenav-green .sb-sidenav-menu .nav-link:hover {
    color: #006600;
    font-weight: 600;
}

.sb-sidenav-green .sb-sidenav-menu .nav-link.active {
    color: #006600;
    font-weight: 600;
}

.sb-sidenav-green .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
    color: #006600;
}

.sb-sidenav-green .sb-sidenav-footer {
    /* 青：38a1db */
    background-color: #69b076;
}



/**
supplier color
*/

/**
***************************************************
	menu supplier color:green
	ユーザーカラー：グリーンベース
***************************************************
*/

.bg-supplier-color {
    /* 緑 */
    background-color: #69b076;

    /* 青：38a1db */
}

.text-supplier-color {
    /* 青：38a1db */
    color: #69b076;
}

.bg-nav-blue {
    /* 青：38a1db */
    background-color: #69b076;
}

.navbar-supplier .navbar-brand {
    /* 青：38a1db */
    background-color: #69b076;
    color: #fff;
}

.navbar-supplier .navbar-brand:hover,
.navbar-supplier .navbar-brand:focus {
    color: #fff;
}

.navbar-supplier .navbar-supplier .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-supplier .navbar-nav .nav-link:hover,
.navbar-supplier .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-supplier .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-supplier .navbar-nav .show>.nav-link,
.navbar-supplier .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-supplier .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-supplier .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-supplier .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-supplier .navbar-text a,
.navbar-supplier .navbar-text a:hover,
.navbar-supplier .navbar-text a:focus {
    color: #fff;
}

/**
サイドメニュー 丸ボタン風
*/
.nav-menu-label {
    /* 青：38a1db */
    background-color: #69b076;
    border-radius: 25px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 2px;
    width: 210px;
    color: #fff;
}

.nav-menu-label.active {
    background-color: #75ff75;
}


/* side */

.sb-sidenav-green {
    /* 青：87ceeb */
    background-color: #a4d5bd;
    color: #ffffff;
}

.sb-sidenav-green .sb-sidenav-menu .sb-sidenav-menu-heading {
    color: #669966;
}

.sb-sidenav-green .sb-sidenav-menu .nav-link {
    color: #ffffff;

}

.sb-sidenav-green .sb-sidenav-menu .nav-link .sb-nav-link-icon {
    color: #ffffff;
}

.sb-sidenav-green .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
    color: #ffffff;
}

.sb-sidenav-green .sb-sidenav-menu .nav-link:hover {
    color: #006600;
    font-weight: 600;
}

.sb-sidenav-green .sb-sidenav-menu .nav-link.active {
    color: #006600;
    font-weight: 600;
}

.sb-sidenav-green .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
    color: #006600;
}

.sb-sidenav-green .sb-sidenav-footer {
    /* 青：38a1db */
    background-color: #69b076;
}




/**
* ==========================================
* drag file area start
* ==========================================
*/
#inputFile {
    position: relative;
    padding: 65px 0 20px;
    text-align: center;
}

#dropArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 0 0;
    border: 2px dashed #494949;
    background: rgba(22, 165, 191, 0);
    transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}

#dropArea.dragover {
    border: 2px solid #16a5bf;
    background: rgba(22, 165, 191, 0.6);
}

#import_file {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 280px;
    height: 50px;
    opacity: 0;
}

#inputFileWrap {
    position: relative;
    display: inline-block;
}

#btnInputFile,
#btnChangeFile {
    display: table;
    width: 300px;
}

#btnChangeFile {
    display: none;
}

#btnInputFile span,
#btnChangeFile span {
    position: relative;
    z-index: 2;
    display: table-cell;
    width: 280px;
    height: 50px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #333;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
}

#upFileWrap.selected #btnInputFile {
    display: none;
}

#upFileWrap.selected #btnChangeFile {
    display: table;
}

/**
* ==========================================
* drag file area end
* ==========================================
*/


/**
* ==========================================
	https://webparts.cman.jp/button/onoff/
* ==========================================
*/

/* === ボタンを表示するエリア ============================== */
.switchArea {
    line-height: 32px;
    /* 1行の高さ          */
    letter-spacing: 0;
    /* 文字間             */
    text-align: center;
    /* 文字位置は中央     */
    font-size: 13px;
    /* 文字サイズ         */

    position: relative;
    /* 親要素が基点       */
    /* margin         : auto; */
    /* 中央寄せ           */
    width: 76px;
    /* ボタンの横幅       */
    background: #fff;
    /* デフォルト背景色   */
}

/* === チェックボックス ==================================== */
.switchArea input[type="checkbox"] {
    display: none;
    /* チェックボックス非表示 */
}

/* === チェックボックスのラベル（標準） ==================== */
.switchArea label {
    display: block;
    /* ボックス要素に変更 */
    box-sizing: border-box;
    /* 枠線を含んだサイズ */
    height: 32px;
    /* ボタンの高さ       */
    border: 2px solid #adb5bd;
    /* 未選択タブのの枠線 */
    border-radius: 16px;
    /* 角丸               */
}

/* === チェックボックスのラベル（ONのとき） ================ */
.switchArea input[type="checkbox"]:checked+label {
    border-color: #007bff;
    /* 選択タブの枠線     */
}

/* === 表示する文字（標準） ================================ */
.switchArea label span:after {
    content: "OFF";
    /* 表示する文字       */
    padding: 0 0 0 19px;
    /* 表示する位置       */
    color: #adb5bd;
    /* 文字色             */
}

/* === 表示する文字（ONのとき） ============================ */
.switchArea input[type="checkbox"]:checked+label span:after {
    content: "ON";
    /* 表示する文字       */
    padding: 0 19px 0 0;
    /* 表示する位置       */
    color: #007bff;
    /* 文字色             */
}

/* === 丸部分のSTYLE（標準） =============================== */
.switchArea #swImg {
    position: absolute;
    /* 親要素からの相対位置*/
    width: 24px;
    /* 丸の横幅           */
    height: 24px;
    /* 丸の高さ           */
    background: #adb5bd;
    /* カーソルタブの背景 */
    top: 4px;
    /* 親要素からの位置   */
    left: 4px;
    /* 親要素からの位置   */
    border-radius: 12px;
    /* 角丸               */
    transition: .2s;
    /* 滑らか変化         */
}

/* === 丸部分のSTYLE（ONのとき） =========================== */
.switchArea input[type="checkbox"]:checked~#swImg {
    transform: translateX(44px);
    /* 丸も右へ移動       */
    background: #007bff;
    /* カーソルタブの背景 */
}

/*
=========================================================
common.css style override
=========================================================
*/
/* Add  Start 2023/06/20 */
.page-title {
    margin-top: 2px;
    font-size: 24px;
    font-weight: bold;
}

#createBtn {
    margin-left: 1em;
    width: 100px;
    height: 34px;
}

#exportBtn {
    /* margin-left: 1em; */
    width: 100px;
    height: 34px;
}

.page-breadcrumb {
    padding-top: 0px;
    padding-bottom: 0px;
}

/*
.operation-area {
    border-bottom: 1px solid #808080;
}
*/
.bootstrap-select {
    border-radius: 4px;
    margin: 7px 10px !important;
    border: 1px solid !important;
    border-color: #ced4da !important;
}

.edit-table {
    margin-top: 1em;
    margin-bottom: 1em;

}

.edit-table th {
    width: 180px !important;
    height: 42px;
    padding: 1px 3px 1px 3px;
    align-items: center;
    background-color: #FCE4D6;
    border: 1px solid #808080;
}

.edit-table td {
    padding: 1px 3px 1px 3px;
    border: 1px solid #808080;
}

.print-table {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    border: 1px solid #808080;
}

.print-table th {
    width: 180px;
    /* height: 50px; */
    height: 30px;

    padding: 1px 3px 1px 3px;

    align-items: center;
    background-color: #FCE4D6;
    border: 1px solid #808080;
}

.print-table td {
    padding: 1px 3px 1px 3px;
    border: 1px solid #808080;
}

#returnIndexBtn {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100px;
}

.submitBtn {
    margin-top: 5px;
    margin-bottom: 5px;

    width: 100px;
}

#clearBtn {
    margin-left: 0.5em;
    width: 100px;
}

#searchBtn {
    margin-left: 0.5em;
    width: 100px;
}


.detail-top span {
    font-size: 14px;
}

#exportBtn {
    margin-left: 0.5em;
}

.floatleft {
    float: left;
}

.floatright {
    float: Right;
}

.floatclear {
    clear: both;
}

.padding_0_5px {
    padding: 0 5px !important;
}

.padding_right_0px {
    padding-right: 0 !important;
}

.err_msg {
    margin-top: 6px;
    color: #ff0000;
}

.err_msg ul {
    margin: 0
}

.err_msg2 {
    color: #363636;
}

.mt6 {
    margin-top: 6px;
}

.center {
    text-align: center;
}

/* 上書き */
#holiday_index .holiday-table thead tr {
    height: 30px;
}

.page-breadcrumb .breadcrumb .breadcrumb-item {
    color: #363636 !important;
}

.detail-top {
    display: flex;
    justify-content: space-between;
    border-bottom: none !important;
}

.detail-bottom {
    display: flex;
    justify-content: flex-end;
    border-top: none !important;
}


.tableList input[readonly] {
    background-color: #999999;
}
.card input[readonly] {
    background-color: #999999;
}

.form-switch input[type="radio"] {
    width: 3em;
    height: 1.9em;
    margin: 11px 5px;
}

.form-switch input[type="checkbox"] {
    width: 3em;
    height: 1.9em;
    margin: 11px 5px;
}

.disabled-span1 {
    width: auto;
    margin: 9px !important;
}

.btn-min60px {
    min-width: 60px;
    max-width: 61px !important;
}

.btn-min70px {
    min-width: 70px;
}

.ptb5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pl25 {
    padding-left: 25px;
}

.form-common {
    width: 100%;
}

.form-common th {
    width: 13%;
    min-width: 120px;
    font-weight: normal;
    background-color: #FCE4D6 !important;
    line-height: 30px;
    text-align: left !important;
    padding-left: 5px;
    border: 1px solid #808080;
}

.form-common td {
    line-height: 30px;
    padding: 2px 5px !important;
    border: 1px solid #808080;
    border-left: none;
}

.first-content {
    flex: 1;
}

.error-message-area-1 {
    width: 30%;
    height: 2.0rem;
}

.error-message-area-2 {
    height: 4.0rem;
}

.error-message-area-3 {
    height: 6.0rem;
}

.error-message-area-4 {
    height: 8.0rem;
}

.error-message-area-5 {
    height: 10.0rem;
}

.error-message-area-6 {
    height: 12.0rem;
}

.error-message-area-7 {
    height: 14.0rem;
}

.error-message-area-8 {
    height: 16.0rem;
}

.error-message-area-9 {
    height: 18.0rem;
}

/* Add  End 2023/06/20 */

/* Add start 2023/09/13 */
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
    appearance: none !important;
}

/* Add end 2023/09/13 */

.rows-truncate-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.linkbtn {
    border-radius: 15px;
    background-color: lightblue;
    padding: 10px;
    text-decoration: none;
    color: black;
    display: inline-table;
    width: 200px;
}

.custom-span {
    display: inline-block;
    /* spanをブロック要素のように扱う */
    width: 200px;
    /* 幅を指定 */
}

.min_w70 {
    min-width: 70px;
}
.gift_admin_input{
    padding: 0px 0px;
}

@media print {

    th,
    td {
        font-size: 0.9rem;
    }

    tr {
        page-break-inside: avoid;
        /* 行内でページを分割しない */
    }

    .no-print {
        display: none;
    }

    .small_table_order_details {
        width: 675px !important;
    }

    /*
    @page {
        margin: 6px;
    }
    @page :after {
        content: none;
    }
    */
}

/* Responsive start 2023/09/27 */
/* width768px以下 769px */
@media screen and (max-width:591px) {
    .all_area_responsive {
        width: 320px !important;
    }

    .w_title {
        width: 65px !important;
    }

    .small_table {
        width: 335px !important;
    }

    .edit-table th {
        width: 110px !important;
        height: 38px;
        padding: 1px 3px 1px 3px;
        align-items: center;
        background-color: #FCE4D6;
        border: 1px solid #808080;
        font-size: 0.7rem;
    }

    .edit-table td {
        padding: 1px 3px 1px 3px;
        border: 1px solid #808080;
        font-size: 0.9rem;
    }

    .all_area_responsive td,
    th {
        width: auto !important;
        /*font-size: calc(8px + 8 * (100vw - 500px) / 600);*/
        padding: 1px !important;
    }

    .small_table_order_details {
        width: 100% !important;
        max-width:100vw;
    }

    .small_table_order_details td,
    th {
        width: auto !important;
        font-size:0.5em;
        /*font-size: calc(8px + 8 * (100vw - 500px) / 600);*/
        padding: 0px !important;
        overflow-wrap:break-word;
    }

    input.responsive {
        font-size: 6px;
        width: 25px;
        height: 100%;
    }

    input.sp_input {
        max-width: 30px !important;
        min-width: 30px !important;
        padding: 3px 1px;
        font-size: 1.0em;
    }

    .details_btn {
        font-size: calc(8px + 8 * (100vw - 500px) / 600);
        padding: 1px !important;
        margin: 0 !important;
    }


    /* 履歴注文,発注履歴詳細 */
    thead.column_3 th:first-child,
    tbody.column_3 td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
    }

    thead.column_3 th:nth-child(-n+2),
    tbody.column_3 td:nth-child(-n+2) {
        position: sticky;
        left: 0;
        z-index: 2;
    }

    tbody.column_3 th:nth-child(2) {
        background-color: #363636;
    }

    tbody.column_3 td:nth-child(2) {
        background-color: #fff;
    }


    /* 商品別発注一覧 */
    thead.column_2 th:first-child,
    tbody.column_2 td:first-child {
        position: sticky;
        left: 0;
        z-index: 2;
    }

    thead.column_2 th:nth-child(1) {
        background-color: #363636;
    }
    tbody.column_2 td:nth-child(1) {
        background-color: #fff;
    }


    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .fexible_width {
        width:90px !important;
    }

    .page-link {
        border: 0 !important;
        padding: 0.25rem 0.4rem !important;
    }

}

/* width768px以上なら 768px */
@media screen and (min-width:590px) {

    .all_area_responsive {
        width: 100%;
    }

    .small_table {
        width: 100%;
    }

    .small_table_order_details {
        width: 100% !important;
    }

    .small_table_order_details td,
    th {
        width: auto !important;
        /*font-size: calc(8px + 8 * (100vw - 500px) / 600);*/
        padding: 1px !important;
    }

    input.responsive {
        font-size: 6px;
        width: 25px;
        height: 100%;
    }

    input.sp_input {
        width: 100% !important;
        padding: 6px 2px;
    }

    .details_btn {
        /*font-size: calc(8px + 8 * (100vw - 500px) / 600);*/
        /*padding: 1px !important;*/
        margin: 0 !important;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    .fexible_width {
        width:auto;
    }


}
