/*下にスクロールしたら出てくる TOPへ戻るボタン*/
#pageTop {
    position: fixed;
    bottom: 30px;/*初期値 5px*/
    right: 30px;/*初期値 5px*/
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 4px 8px 5px 8px;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: rgba(66, 173, 249, 0.71);
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#pageTop a:hover #pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* レスポンシブテーブル 不要？　@media screen and (max-width: 600px) ****************************
table.respo.respo {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 95%;
    table.respo-layout: fixed;
}
table.respo caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}
table.respo thead tr {
    background: #e9e5fb;
}
table.respo tr {
    background: #f3f3f3;
    border: 1px solid #ddd;
    padding: .35em;
}
table.respo th,
table.respo td {
    padding: .625em;
    text-align: center;
    vertical-align: middle;
}
table.respo th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    table.respo {
        font-size: 18px;
    }

    table.respo caption {
        font-size: 1.3em;
    }

    table.respo thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.respo tr {
        display: block;
        border-bottom: 3px solid #ddd;
        margin-bottom: .625em;
    }

    table.respo td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        padding: 9px 15px;
    }

    table.respo tr:first-of-type {
        display: none;
    }
        */

/*一旦不要　table.respo td:before*********************************
    table.respo td:before {
        /*レスポンシブ表示時　data-labelの表示で項目を表示させる
        /*aria-label has no advantage, it won't be read inside a  table.respo{
    content: attr(aria-label);
    width: 30%;
    text-align: center;
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    }
*/

/*一旦不要　table.respo td::before*********************************
table.respo td::before {
    /*4/30　index内のcss指定で一部に適応されていたものをここにうつした*
    margin: 0rem 100% 0rem 0rem;
    /*0.714rem→100%に　文章の回り込みなくすため
        font-size: 105%;
        background-color: #8f8e8e;
        color: #FFF;
        padding: 0.16rem;
        border-radius: 0px;
    }
*/

/*一旦不要　table.respo td:last-child*********************************
    table.respo td:last-child {
        border-bottom: 0;
    }
}
*/



/*一旦不要 #pagedown****************************************** 
#pagedown {
    position: fixed;
    top: 100px;
    right: 3px;
}

#pagedown a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#pagedown a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#pagedown a {
    display: block;
    z-index: 999;
    padding: 5px 8px 5px 8px;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: rgba(66, 173, 249, 0.71);
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
    */

/*レスポンシブ系設定---min-width--------------------------------------------------------------*/
/*画面の幅が1280px 以上のときに*/
@media screen and (min-width: 1280px) {
    #pagedown a {
        padding: 3px 8px 5px 8px;
    }
}

/*画面の幅が1280px 以上のときに*/
@media screen and (min-width: 1280px) {
    #pageTop a {
        padding: 3px 8px 5px 8px;
    }
}


/*レスポンシブ系設定---max-width--------------------------------------------------------------*/
/*画面幅が1280px以下のときだけ*/
@media screen and (max-width: 1280px) {
    .table_w70 {
        width: 100%;
    }

    .table_w90 {
        width: 100%;
    }
}

/*画面幅が980px以下のときだけ*/
@media screen and (max-width: 980px) {
    #pagedown a {
        padding: 3px 8px 5px 8px;
    }
}

@media screen and (max-width: 980px) {
    #pageTop a {
        padding: 3px 8px 5px 8px;
    }
}

/*画面幅が736px以下のときだけ*/
@media screen and (max-width: 736px) {
    .back_color_blue {
        border-left: #000080 10px solid;
    }
}

/*画面幅が600px以下のときだけ*/
@media screen and (max-width: 600px) {
    #pageTop .fa {
        padding: 0px 8px 5px 0px;
    }
}



/*一旦不要　.tbo ********************************************
.tbo {
  font-weight: bold;
  font-size: 110%;
}
*/

/*一旦不要　.font関係********************************************
.font_bold {
  /*5/1 太字指定*
font-weight: bold;
}

.font_size120 {
  /*5/1 font120%指定*
  font-size: 120%;
}

.font_size140 {
  /*5/1 font140%指定*
  font-size: 140%;
}

.font_size20px {
  font-size: 20px;
}

.font_size1_1em {
  font-size: 1.1em;
}
*/

/*グレーの外枠　全周　一旦不要　.border_around****************************************
.border_around {
  border: 2px solid #0000006e;
  color: #000;
  padding: 20px;
}
*/



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



/*+2025.11.13 headerと見出し１．２作り直しーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*+2026.02.02 com_h1とspa_h1を横並びから縦に*/
/*+ header_top.html*/

/*+ 見出し１*/
.com_h1{
    width: 100%;
    font-size: 28px;
    height: 5em;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 縦中央 */    
    background-color: #ececff;
    border-left: #000080 10px solid;
    border-bottom: #000080 2px solid;
    padding-right: 1em;
    padding-left: 1em;
    margin-bottom: 2em;
}

/**h1内説明*/
.spa_h1{
    display: block;
    width: fit-content;
    line-height: normal;/*com_h1のline-heightリセット*/
    font-size: 16px;
    font-weight: normal;
    color: black;
    margin: 0 0 0 auto;
}

.spa_h1 span{/*改行*/
    display: block;
}

.spa_h1 a{
    color: #1A5EFF;
}

.spa_h1 a:hover{
    color: #72dbfa;
}

/**h1に追加説明*/
.div_h1{
    width: 100%;
    border: 1px solid #000080;
    padding: 1em 0;
    margin-top: -0.5em;
    margin-bottom: 3em;
}

.div_h1 p{
    width: 95%;
    margin: 0 auto;
}

/*改行*/
.spa_block{
    display: block;
}


/*+見出し２（青枠）*/
.com_h2 {
    width: 100%;
    /*height: 52px;*/
    height: 2.07em;
    line-height: 2.07em;
    font-size: 25px;
    color: #3D4449;
    border: #000080 2px solid;
    padding-left: 3em;
    position: relative;
}

/*左端の青*/
.com_h2::before {
    content: "";
    display: inline-block;
    /*width: 38px;*/
    width: 3%;
    height: 100%;
    background-color: #000080;
    position: absolute;
    left: 0;
    z-index: -1;/*border: #000080 2px solid;より下に*/
}

/*斜めの白*/
.com_h2::after {
    content: "";
    display: inline-block;
    /*2色の三角形*/
    width: 0;
    height: 0;
    border-top: 49px solid #000080;
    border-right: 19px solid white;
    position: absolute;
    left: 2.2%;
    bottom: 0;
    z-index: -1;/*border: #000080 2px solid;より下に*/
}

/**横並び*/
.div_flex{
    width: 95%;
    display: flex;
    margin: 0 auto;
}

/**com_h4を横並び*/
.div_flex_h3{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.div_flex_h3 div{
    width: 49%;
}
/*一旦不要.line_marker*******************************************
.line_marker {
    background: linear-gradient(transparent 60%, #78d1f3 60%)
}
*/

/*+ 共通title*/
/*一旦不要 .title_common_1 .title_common_2********************************************
.title_common_1 {
    /*概要欄にて使用
    border-bottom: #000080 solid 2px;
    line-height: 1.2;
    padding: 0.1em 0.5em;
}

/*角が青のtitle
.title_common_2 {
    position: relative;
    overflow: hidden;
    padding: 0.3rem 2rem 0.3rem 70px;
    border: solid 2px #000080;
}

.title_common_2:before {
    position: absolute;
    z-index: 100;
    content: '';
    top: -150%;
    left: -170px;
    width: 200px;
    height: 300%;
    transform: rotate(25deg);
    background: #000080;
}

.title_common_2 span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 30px;
    font-size: 3rem;
    padding-left: 16px;
    color: #fff;
}

.title_common_3 {
    border-bottom: solid 1px #000080;
    border-left: solid 15px #000080;
    text-indent: 10px;
    color: #000080;
}

.title_common_5 {
    display: inline-block;
    font-weight: 600;
    border-bottom: #8f8e8e solid 2px;
    padding: 0.3em;
}

.title_common_5::before {
    content: "■";
    color: #8f8e8e;
}*/


/*一旦不要　.title_common_blue　
.title_common_blue {
    /*5/1 共通title青
    font-size: 115%;
    font-weight: bold;
    color: #232e7a;
}

.title_common_brown {
    /*5/1 共通title茶
    font-weight: bold;
    font-family: sans-serif;
    color: #743737;
}
*/

/*h１部分セクション　背景色変更 　不要？　.back_color_blue　色設定
.back_color_blue {
    background-color: #ececff;
    border-top: #000080 15px solid;
    border-left: #000080 10px solid;
    border-bottom: #000080 2px solid;
}
    */

/*+ 共通button　2026.2.20使ってないかも*/
/** 水色ボタン*
.sbutton a {
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px 20px 10px;
    max-width: 200px;
    padding: 10px 25px;
    color: #FFF !important;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    user-select: none;
    background: rgb(149, 202, 252);
    background: linear-gradient(270deg, rgba(149, 202, 252, 1) 0%, rgba(107, 182, 255, 1) 100%);
}

/** 水色ボタン　ホバー設定*
.sbutton a:hover {
    user-select: none;
    background: rgb(117, 188, 255);
    background: linear-gradient(270deg, rgba(117, 188, 255, 1) 0%, rgba(62, 159, 252, 1) 100%);
    color: #FFF !important;
}

/*+ 紺ボタン　設定*
.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    background-color: #004b96;
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
}

/** 紺ボタン　ホバー設定*
.btn:hover {
    background-color: #fff;
    color: #004b96;
    border: #004b96 1px solid;
}

/** オレンジボタン　設定*
.btn_orange {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    background-color: #E77E23;
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
}*/

/** 表示非表示にする 一部の人のみに必要な情報などを非表示にしておく　2026.2.20 使ってないかも*
.hidden_box {
    margin: 2em 0;
    /*前後の余白*
    padding: 0;
}

/*+ ボタン装飾*
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 1px #959595;
    cursor: pointer;
}

/** ボタンホバー時*
.hidden_box label:hover {
    background: #efefef;
}

/*+ チェックは見えなくする*
.hidden_box input {
    display: none;
}

/*+ 中身を非表示にしておく*
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.hidden_box label {
    color: #7c7c7c;
}

/*+ クリックで中身表示*
.hidden_box input:checked~.hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}*/

/*+ 【END】表示非表示にする 一部の人のみに必要な情報などを非表示にしておく　2026.2.20 使ってないかも*/
/** tableの縦項目　色変更*
table tr .back_color_gr {
    color: #51585d;
    background-color: rgb(203 203 203);
}

/*頭*
/*最初のthと奇数番のtdを中央寄せに*
thead th:first-child,tbody td:nth-child(odd){
    width: 12em;
    text-align: center;
}

thead th:last-child{
    text-align: center;
}

.table_th_w50 {
    width: 50%;
}

.table_th_w40 {
    width: 40%;
}

.table_th_w30 {
    width: 30%;
}*/

table th{
    font-weight: normal;
    color: black;
}

/** リスト ２つ横並び(table)*/
.table_flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/*縦幅 */
.table_left tr,
.table_right tr{
    width: 100%;
    height: 52px;/*48px以下だと左右の縦幅がそろわない*/
    line-height: 16px;
}

/*左右*/
.table_left th,
.table_right th{
    width: 35.5%;
    font-weight: bold;
    font-family: "YuGothicM", "Yu Gothic", Meiryo, sans-serif;
    color: black;
    padding-left: 16px;
    /*background-color: #EEFAFF;*/
    background-color: #ECECFF;
}

.table_right th{
    border-left: none;
}

/*main.css(table tbody tr td)のpaddingの上書き*/
.table_left td,
.table_right td{
    padding: 0 16px;
}

.table_left td,
.table_right td{
    font-size: 13.5px;
    background-color: white;
}


/*+検索 or 表示条件 filter*/
/**表示条件（期間指定） filter div_1*/
.filter .div_1 > p:first-of-type{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

.filter .div_1 .div_flex{
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

/*右側の画像*/
.filter .div_1 .div_flex > img:last-of-type{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*table*/
.filter .div_1 .div_flex table{
    width: 50%;
    height: fit-content;
}

.filter .div_1 .div_flex table th{
    width: 25%;
    /*padding: 0.5em 0;　これだと左右に余白がつけられなかった*/
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.filter .div_1 .div_flex table th img{
    margin: 0 auto;
}

/*月単位 check_off*/
.filter .div_1 .div_flex table tr:first-of-type th{
    width: auto;
    position: relative;
}

.filter .div_1.div_flex table tr:first-of-type th::before{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../../2-sales_details/common_img/check_off.png);
    background-size: contain;
    position: absolute;
    top: 18%;
    left: 19%;
}

/**店舗・グループ選択 .filter .div_2*/
.filter .div_2 p{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

.filter > .div_2 > .div_flex{
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 2em;
}

/*all shop group共通*/
.filter .div_2 .div_flex div{
    width: 30%;
}

.filter .div_2 .div_flex div p{
    width: 95%;
    text-align: center;
    padding-right: 1em;
    margin-bottom: 0;
}

/*p左丸*/
.filter .div_2 .div_flex div p::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
}

.filter .div_2 .div_flex img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
    box-shadow: inset 0 0 0 1px #D8DCDE;/*内側に線（1pxの影）*/
}

/*table*/
.filter .div_2 table{
    width: 47.5%;
    margin-left: 2.5%;
    margin-bottom: 0;
}

.filter .div_2 table th{
    width: 25%;
    padding: 0.5em 0;
}

.filter .div_2 table th img{
    margin: 0 auto;
}

/*ALL*/
.filter .div_2 table tr:last-of-type th{
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.3em;
}

/*//パネルに検索条件を表示（店舗・グループ） on_panel*/
.on_panel{
    width: 100%;
}

.on_panel p:first-of-type{
    width: 96%;
    margin: 0 auto;
    margin-bottom: 0.5em;
}

.on_panel p:last-of-type{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding-left:2em;
}

/*p左チェックボックス*/
.on_panel p:last-of-type::before{
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(../../1-sales/common_img/check_on.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5em;
}

/*店舗、グループ表示*/
.on_panel .div_flex{
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.on_panel .div_flex div{
    width: 50%;
}

.on_panel .div_flex div h4{
    all: unset;
    color: black;
    padding-left: 3em;
}

/*h4左丸*/
.on_panel .div_flex div h4::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
}

.on_panel .div_flex div img{
    width: 90%;
}

/*移動可能範囲*/
.テーブル名 span{
    width: 150px;
    height: 30px;
    display: inline-block;
    color: #5E84C4;
    text-align: center;
    vertical-align: bottom;
    border: 2px dotted #5E84C4;
    border-radius: 4px;
    margin: 0 5px;
}

/**検索・表示条件*/
.show_if{
    width: 80%;
    border: 1px solid rgba(210, 215, 217, 0.75);
    border-top-left-radius: 5px;/*上左右だけ丸く*/
    border-top-right-radius: 5px;
    margin: 0 auto;
}

/**画像サイズ*/
.img_1200{
    width: 100%;
    max-width: 1200px;
    height: auto;
}

.img_1000{
    width: 100%;
    max-width: 1000px;
    height: auto;
}

.img_800{
    width: 100%;
    max-width: 800px;
    height: auto;
}

/**紺色の中に白字のh4*/
.com_h4{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #000080;
    border-bottom: 1px solid #D8DCDE;	
    padding-left: 1em;
}

/*↑とセットの枠*/
.com_border{
    width: 100%;
    border: 1px solid #D8DCDE;
    padding-bottom: 2em;    
}

/*テーブルthをcom_h4と同じ見た目に*/
.com_h4_th{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #000080;
    padding-left: 1em;
}

/**薄紫の中に濃いグレーの文字*/
.com_h5{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #3D4449;
    font-size: 20px;
    background-color: #ECECFF;
    border-bottom: 1px solid #D8DCDE;
    padding-left: 1em;
}

/**パネルに検索条件を表示*/
.クラス名{/*一番外のdiv*/
    width: 100%;
    border: 1px solid #D8DCDE;
}

.クラス名 h4{
    width: auto;
    height: 40px;
    line-height: 40px;
    font-family: "YuGothicM", "Yu Gothic", Meiryo, sans-serif;
    font-weight: bold;
    padding-left: 12px;
    background-color: #EDECEC;
    border-bottom: 1px solid #D8DCDE;
}

/*パネルに検索条件を表示 説明*/
.クラス名 p {
    width: 100%;
    padding-left: 15px;
    margin-left: 0;
}

/*説明内 span*/
.クラス名 p span{
    display: inline-block;
    font-size: 17px;
    font-family: "YuGothicM", "Yu Gothic", Meiryo, sans-serif;
    font-weight: bold;
    margin: 0 8px;
    position: relative;  
}

/*チェックボックス*/
.クラス名 p span:before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #4F4F4F;
    border-radius: 3px;
    margin-right: 2px;
}


/** 四角
.　{
    display: inline-block;
    content: "";
    width: 5px;
    border: 8px solid #8F8E8E;
    margin-top: 20px;
    margin-right: 10px;
}
*/

/** 線
.　{
    width: 30px;
    height: 0;
    border: 3px solid #6E6E6E;
}*/

/*+ 線/
/** 画像の周りに線*/
.img_border{
    border: 1px solid rgba(210, 215, 217, 0.75);
}

/*+ 余白*/
/** div */
/*70px*/
.space_70{
    height: 70px;
}
/*50px*/
.space_50{
    height: 50px;
}

/*30px*/
.space_30{
    height: 30px;
}

/*10px*/
.space_10{
    height: 10px;
}

/*5px*/
.space_5{
    height: 5px;
}

