@charset "utf-8";
/* CSS Document */
body {
    color: #545454;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
    line-height: 1.75;
    background: #ffffff;
    background-size: cover;
    font-size: 16px;
}


h1 {
    font-size: 250%;
    font-family: "新ゴ B"
}

h2 {
    font-size: 210%;
    font-family: "新ゴ B"
}

h3 {
    font-size: 150%;
    font-family: "新ゴ B"
}

h4 {
    font-size: 125%;
    font-family: "新ゴ B"
}

h5 {
    font-size: 100%;
    font-family: "新ゴ B"
}

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

    h1 {
        font-size: 200%
    }

    h2 {
        font-size: 180%
    }

    h3 {
        font-size: 150%
    }

    h4 {
        font-size: 125%
    }

    h5 {
        font-size: 100%
    }
}

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


    h1 {
        font-size: 150%
    }

    h2 {
        font-size: 130%
    }

    h3 {
        font-size: 120%
    }

    h4 {
        font-size: 100%
    }

    h5 {
        font-size: 100%
    }
}


ul.list_a01, ul.list_b01 {
    background: #fff;
    padding: 1em 0;
}

ul.list_a01 li, ul.list_b01 li {
    background: #fff;
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp02/img/list_a01.jpg);
    background-repeat: no-repeat;
    background-size: 2em;
    padding: .5em 0 .5em 3.2em;
    margin: 0;
    background-position: top .3em left .5em;
    font-size: 1em;
    border-bottom: dotted 2px #d8c9ba;
}


ul.list_b01 li {
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp02/img/list_b01.png);
}

/*=========================================================================

HEADER

===========================================================================*/
header {
    width: 100%;
    text-align: center;
    background: url(../img/back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: initial;
}

.header_in {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.news {
    text-align: center;
    background: rgba(255, 251, 74, 0.82);
    border-bottom: solid 1px #b2b2b2;
    padding: 0.5em;
    font-size: 120%;
    position: fixed;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 2px 7px #aaa;
    margin-top: -2.1em;
}

@media screen and (max-width: 700px) {
    /* 陦ｨ遉ｺ鬆伜沺縺�700px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
    .news {
        font-size: 90%;
        margin-top: -2.8em;
    }

}

/*=========================================================================

CONTENTS

===========================================================================*/
#contents {
    max-width: 1000px;
    margin: 2.5em auto;
    background-color: #fff;
    /* box-shadow: 0px 0px 10px #aaa; */
    /* margin-top: 2.5em; */
}

@media screen and (max-width: 435px) {
    /* 陦ｨ遉ｺ鬆伜沺縺�435px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
    #contents {
        background-color: #fff;
    }
}

p {
    white-space: pre-line;
}

.text {
    margin: 0 6%;
}

@media screen and (max-width: 435px) {
    /* 陦ｨ遉ｺ鬆伜沺縺�435px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
    .text {
        margin: 0 5%;
    }
}

.ttl {
    width: 100%;
    margin: 6rem 0 4rem;
    background-repeat: repeat-x;
    background-size: contain;
}

.ttl_in {
    margin: 0 auto;
    border-bottom: solid 3px #ffc6c7;
    position: relative;
    width: fit-content;
    display: inline-block;
    line-height: 1.6;
    padding-bottom: 0.5em;
}

.ttl_in:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #da0001;
    bottom: -3px;
    width: 10%;
    left: 0px;
}

.ttl_text {
    width: 100%;
    margin: 3em 0 3em;
    padding: 0.5em 1em 0;
    color: #353535;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
}

@media screen and (max-width: 435px) {
    /* 陦ｨ遉ｺ鬆伜沺縺�320px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
    .ttl_text {
        width: 100%;
        margin: 2em 0 1em;
        padding: 1em 6%;
        text-align: center;
    }

    .ttl {
        width: 100%;
        margin: 2.5em 0 2em;
        background-repeat: repeat-x;
        background-size: contain;
    }
}

.pcnone {
    display: none;
}

.spnone {
    display: inherit;
}

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


    .pcnone {
        display: inherit;
    }

    .spnone {
        display: none;
    }


}

/*=========================================================================

BULLET

===========================================================================*/
.bullet {
    padding: 0;
}

.bullet ul {
    background: #fff;
    padding: 1em 0;
}

.bullet ul li {
    background: #fff;
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp/img/check01.jpg);
    background-repeat: no-repeat;
    background-size: 2em;
    padding: .5em 0 .5em 2.8em;
    margin: 0;
    background-position: top .3em left .5em;
    font-size: 1em;
    border-bottom: dotted 2px #d8c9ba;
}

.bullet .fuan li {
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp/img/moya.png);
}

.bullet ul li:first-child {
    padding: .5em 0 .5em 2.8em;
}

.bullet ul li:last-child {
    padding: .5em 0 .5em 2.8em;
}


/*=========================================================================

TABLE

===========================================================================*/

.bg_gray {
    background: #f6f6f6;
    padding: 2em;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 435px) {
    .bg_gray {
        background: #ffffff;
        padding: 0em;
    }
}


table {
    border: solid 1px #f6f6f6;
}

table.table_ichiran {
    margin-bottom: 3em;
}

caption {
    background: #3e3e3e;
    color: #fff;
    padding: .5em;
    border-radius: 5px 5px 0 0;
}

table tr {
    border-bottom: solid 1px #ddd;
}

table th {
    border-right: solid 1px #ddd;
    font-weight: 400;
    background: #808080;
    /* padding: 1em 1em; */
    color: #fff;
    width: 15%;
}

th.ichiran {
    border-right: solid 1px #ddd;
    font-weight: 400;
    background: #808080;
    /* padding: 1em 1em; */
    color: #fff;
    width: auto;
}


th.on {
    background: #182851
}


table td {
    border: solid 1px #ddd;
    padding: 0.2em 1.2em;
    background: #fff;
}


@media screen and (max-width: 435px) {
    /* 陦ｨ遉ｺ鬆伜沺縺�435px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
    table:not(.table_ichiran), table:not(.table_ichiran) tr, table:not(.table_ichiran) th, table:not(.table_ichiran) td, table:not(.table_ichiran) tbody, caption {
        width: 100%;
        display: block;
        box-sizing: border-box;
        /*background: #fff;*/
    }

    table th {
        padding: .5em;
        border: 0;
    }

}

#send-table {
    border-left: 1px solid #dcdcc1;
    border-top: 1px solid #dcdcc1;
    font-size: 100%;
}

#send-table th {
    background-color: #656565;
    text-align: left;
    border-right: 1px solid #dcdcc1;
    border-bottom: 1px solid #dcdcc1;
    color: #fff;
}

#send-table td {
    background-color: #fff;
    border-right: 1px solid #dcdcc1;
    border-bottom: 1px solid #dcdcc1;
    background: #fff;
}

#send-table caption {
    background: #7FBFFF;
    padding: 8px 12px;
    margin: 5px 0;
    color: #fff;
    font-size: 130%;
    font-weight: 700;
}

.hissu {
    background: #fffc80;
    border-radius: 3px;
    padding: 0 3px;
    font-size: 80%;
    color: #080808;
}


/*=========================================================================

IMAGES

===========================================================================*/

.right_pic {
    padding: 0 0 1rem 1rem;
    float: right;
}

.left_pic {
    padding: 0 1rem 1rem 0;
    float: left;
}

@media screen and (max-width: 600px) {
    /* 陦ｨ遉ｺ鬆伜沺縺�600px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
    .right_pic {
        padding: 0 0 1rem 1rem;
        float: right;
        width: 50%;
    }

    .left_pic {
        padding: 0 1rem 1rem 0;
        float: left;
        width: 50%;
    }
}

@media screen and (max-width: 435px) {
    /* 陦ｨ遉ｺ鬆伜沺縺�435px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
    .right_pic {
        padding: 0 0 1rem;
        float: none;
        width: 60%;
        display: block;
        margin: 0 auto;
    }

    .left_pic {
        padding: 0 0 1rem;
        float: none;
        width: 60%;
    }
}

.sankaku {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 2rem 0;
    border-color: #d60000 transparent transparent;
    display: block;
    text-align: center;
    margin: 0 auto -1rem;
}


/*=========================================================================

INPUT

===========================================================================*/

input {
    padding: 10px;
    font-size: 100%;
    margin: 9px 0;
    border-radius: 5px;
    border: solid 1px #bdbdbd;
    background: #ffffff;
}


input[type="number"] {
    padding: 10px;
    font-size: 100%;
    margin: 9px 0;
    border-radius: 5px;
    border: solid 1px #bdbdbd;
    width: 13%;
}


/*input[type="submit"] {
	background-color: #5DC11A;
	box-shadow: 1px 2px 0 #149421;
	text-shadow: 0 -1px #149421;
	position: relative;
	padding: .5em 1em;
	border-radius: 5px;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	border: solid 1px;
}

input[type="submit"]:hover {
	top: 3px;
	box-shadow: none;
	color: #fff;
}

/*label:hover {
	/*background: #FFEFB7;
	cursor: pointer;
	padding:1.5em;
}*/

@media screen and (max-width: 435px) {
    input[type="number"] {
        padding: 10px;
        font-size: 100%;
        margin: 9px 0;
        border-radius: 5px;
        border: solid 1px #bdbdbd;
        width: 25%;
    }
}

/*=========================================================================

radio

===========================================================================*/

input#sortorder01 {
    display: none; /*ラジオボタン非表示*/
}

input#sortorder02 {
    display: none;
}


label.radiobutton {
    background: #cacaca;
    padding: 0.5em;
    color: #fff;
    border: solid 1px #bfbfbf;
    border-radius: 5px;
}


input#sortorder01:checked + label.radiobutton {
    background: #0075ff;
}


input#sortorder02:checked + label.radiobutton {
    background: #0075ff;
}


.sortorder {
    padding: 2em 0;
}


/*=========================================================================

ポインタ（指マーク）

===========================================================================*/

label, input[type='checkbox'] {
    cursor: pointer;
    /*padding:1.5em;*/
}

label, input[type='radio'] {
    cursor: pointer;
}

label, input[type='date'] {
    cursor: pointer;
}


/*=========================================================================

input date

===========================================================================*/

.day {
    padding-bottom: 1.5em;
}

@media screen and (max-width: 435px) {
    .date {
        width: 35%;
    }
}

/*=========================================================================

space-between

===========================================================================*/

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

.space-around {
    display: flex;
    justify-content: space-around;
}

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

    .space-between {
        display: block;
    }

    .space-around {
        display: block;
        width: 83%;
        margin: 0 auto;
    }

}


/*=========================================================================

submit

===========================================================================*/
button.search {

    display: flex;
    justify-content: center;
}

.search {
    display: flex;
    justify-content: center;
}


.submit {
    background-color: #ff860e;
    box-shadow: 1px 1px 0 #ee7600;
    text-shadow: 0 -1px #ee7600;
    position: relative;
    padding: 0.7em 0.1em;
    border-radius: 5px;
    color: #FFF;
    font-weight: 500;
    text-decoration: none;
    border: solid 1px;
    font-size: larger;
    margin-top: 0.5em;
}

.submit:active, .submit:hover {
    top: 3px;
    box-shadow: none;
    color: #fff;
}

.submit02 {
    background-color: #0075FF;
    box-shadow: 1px 1px 0 #006ff2;
    text-shadow: 0 -1px #006ff2;
    position: relative;
    padding: 0.5em 0.1em;
    border-radius: 5px;
    color: #FFF;
    font-weight: 500;
    text-decoration: none;
    border: solid 1px;
    font-size: larger;
    width: 50%;
    margin: 1.5em 0;
    display: inline-block;
}


.submit02:active, .submit02:hover {
    top: 3px;
    box-shadow: none;
    color: #fff;
}


@media screen and (max-width: 700px) {
    .submit {
        background-color: #ff860e;
        box-shadow: 1px 1px 0 #ee7600;
        text-shadow: 0 -1px #ee7600;
        position: relative;
        padding: .5em;
        border-radius: 5px;
        color: #FFF;
        font-weight: 500;
        text-decoration: none;
        border: solid 1px;
        font-size: larger;
        margin: 1em 0;
        width: 100%;
    }

    .submit:active, .submit:hover {
        top: 3px;
        box-shadow: none;
        color: #fff;
    }

    .submit02 {
        background-color: #0075FF;
        box-shadow: 1px 1px 0 #006ff2;
        text-shadow: 0 -1px #006ff2;
        position: relative;
        padding: .5em;
        border-radius: 5px;
        color: #FFF;
        font-weight: 500;
        text-decoration: none;
        border: solid 1px;
        font-size: larger;
        margin: 1em 0;
        width: 100%;
    }

    .submit02:active, .submit:hover {
        top: 3px;
        box-shadow: none;
        color: #fff;
    }


}


.imgbtn {
    display: block;
    margin: 30px auto;
}

.head_btn01 {
    display: block;
    right: 0;
    color: #000;
    font-size: 32px;
    background: #208F02;
    padding: 1.5em 0;
}

/*=========================================================================

footer

===========================================================================*/
/*2022.04.20-フッター追記ここから*/
footer {
    border-top: 1px solid #9a9a9a;
    width: 100%;
    padding: 50px 0 20px;
    font-size: 80%;
    color: #5F5F5F;
    margin: 5em 0 1.5em;
    background: #fff;
}

.footer_in {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 1em;
}

footer a {
    color: #787878;
}

footer a:hover {
    color: #aaa;
}

address {
    margin: 0.7rem;
}

@media screen and (max-width: 435px) {
    footer {
        padding: 35px 0 20px;
        font-size: 85%;
        line-height: 2;
        margin: 0 0 3em;
    }
}

/*2022.04.20-フッター追記ここまで*/

.page_top a {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    background: rgba(72, 187, 0, 0.83);
    color: #fff;
    padding: .5em;
    line-height: 1.4;
    width: 3.5em;
    height: 3.5em;
}

.page_top a:hover {
    background: rgba(121, 121, 121, 0.7);
}

@media screen and (max-width: 435px) {
    /* 陦ｨ遉ｺ鬆伜沺縺�320px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
    .page_top a {
        display: none;
    }

    .footer_in p img {
        max-width: 50px;
    }
}

/*=========================================================================

img

===========================================================================*/
a img {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

a img:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}


/*=========================================================================

sonota

===========================================================================*/

/* h2に背景画像 */
.ttl_text01 {
    width: 100%;
    margin: 3em 0 3em;
    padding: 1.5em 1em 1em;
    background: url(../img/back.jpg);
    background-repeat: no-repeat;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
}


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

    .ttl_text01 {
        width: 100%;
        margin: 2em 0 1em;
        padding: 1em 6%;
        text-align: center;
        background: url(../img/back.jpg);
    }

    .ttl {
        width: 100%;
        margin: 2.5em 0 2em;
        background-repeat: repeat-x;
        background-size: contain;
    }
}


h02 {
    font-size: 210%;
    font-family: "新ゴ B";
    color: #cda15a;
    text-shadow: 0 -1px #0d0d0d;
}


/*=========================================================================

HEADER

===========================================================================*/

#navi {
    font-size: 80%;
    line-height: 1.2;
    padding: 10px 0;
    overflow-y: auto;
    background: #f4f4f4;
    width: 100%;
    height: 64px;
    box-shadow: 0px 0px 9px #aaa;

}


@media screen and (max-width: 435px) {
    #navi {
        font-size: 80%;
        line-height: 1.2;
        padding: 10px 0px 50px 0px;
        overflow-y: auto;
        background: #f4f4f4;
        width: 100%;
        height: 50px;
        box-shadow: 0px 0px 9px #aaa;
    }
}


p, h1 {
    white-space: pre-wrap;
}


.navilink {
    /* width: 300px; */
    padding: 10px;
    text-align: center;
    border: solid 1px #b0b0b0;
    color: #666;
    background: #f4f4f4;
    margin-right: 2em;
}


.fix_menu {
    background: url(../img/fix_menu.png);
    width: 100%;
    position: fixed;
    height: 44px;
    box-shadow: 0px 0px 9px #aaa;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}


.fix_menu_text02 {
    position: absolute;
    top: 13px;
    left: 8px;
    font-size: 16px;
    color: #626262;
}

a.head_logo img {
    width: auto;
    height: 90%;
    margin-left: 1em;
}


/*=========================================================================

icon

===========================================================================*/


.l-ml5 {
    margin-left: 5px;
}


.r-ml5 {
    margin-right: 5px;
}


img.icon {
    vertical-align: middle;
    width: 20px;
}


img.icon02 {
    width: 19%;
}


img.icon04 {
    width: 8%;
}

@media screen and (max-width: 435px) {
    img.icon02 {
        width: 30px;
        height: 30px;
    }

    img.icon04 {
        width: 30px;
        height: 30px;
    }
}


/*=========================================================================

.error

===========================================================================*/

.error {
    background: #fffdf0;
    color: #e15000;
    padding: 1.5em 2em;
    margin: 1.5em 0em;
}


/*=========================================================================

.checkbox

===========================================================================*/


tr.unselected th {
    background-color: #808080;
    color: #FFFFFF;
}

tr.selected th {
    background-color: #2d364d;
    color: #FFFFFF;
}

tr.unselected td {
    background-color: #ffffff;
    color: #545454;
}

tr.selected td {
    background-color: #f0eee7;
    color: #292929;
}


/*チェックボックス大きくするときはtransformで大きくすると楽ですよ*/
label, input[type='checkbox'] {
    cursor: pointer;
    transform: scale(1.6);
    margin-right: 0.4em;
    padding-left: 0.4em;
}


/*========　↓　2022.06～　↓　=========*/

/*=========================================================================

NAVI_2

===========================================================================*/

* {
    box-sizing: border-box;
}

main {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

main div {
    width: 20%;
    padding: .7em;
    background: #466495;
    color: #fff;
    cursor: pointer;
}

main div:hover {
    background: #1b3c71;

}

img.navi_icon {
    width: 2rem;
    display: block;
    margin: 4px auto 0px;
}

@media screen and (max-width: 435px) {
    main {
        margin-bottom: 15px;
    }

    main div {
        padding: 0.5em;
        font-size: 12.5px;
    }

    img.navi_icon {
        width: 1.5rem;
    }
}

/*=========================================================================

INFO

===========================================================================*/
img.info_icon {
    width: 1.5rem;
    display: inline-block;
    margin: 0px 8px 2px 0;
}

a.info {
    font-size: 90%;
    color: #545454;
}

a.info:hover {
    color: #aaa;
}

.info_text {
    text-align: right;
    margin-bottom: 20px;
}

@media screen and (max-width: 435px) {
    .info_text {
        text-align: center;
    }
}

@media screen and (max-width: 435px) {
    img.info_icon {
        width: 1.5rem;
    }
}

/*=========================================================================

BTN_2

===========================================================================*/
button.button.i-left1 {
    background-color: #ff860e;
    box-shadow: 1px 1px 0 #ee7600;
    text-shadow: 0 -1px #ee7600;
    position: relative;
    padding: 0.7em 0.1em;
    border-radius: 5px;
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    border: solid 1px;
    font-size: larger;
    margin-top: 0.5em;
    background-image: url(../img/icon02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 15px center, 0 0;
    background-size: 30px 30px, contain;
    width: 20%;
    display: inline-block;
    text-align: center;
}

button.button.i-left1:hover, button.button.i-left1:active {
    background-image: url(../img/icon02.png);
    top: 3px;
    box-shadow: none;
}

@media screen and (max-width: 435px) {
    button.button.i-left1 {
        width: 100%;
    }
}

/* ↓ 2024.05追加 ↓ */

.wrapper {
    display: inline-block;
    width: 100%;
    height: auto;
    overflow-x: scroll;
    transform: rotateX(180deg);
    cursor: grab;
    overflow: scroll;
    white-space: nowrap;
}

.wrapper:active {
    cursor: grabbing;
}

.tbody {
    width: auto;
    height: auto;
    align-self;
}

table.table_ichiran {
    width: auto;
    transform: rotateX(180deg);
}

/* ↑ 2024.05追加 ↑ */

/* ↓ 2024.08追加 ↓ */

button.button.i-left1.save {
    background-color: #fff;
    box-shadow: 1px 1px 0 #ff860e;
    border: solid 1.5px #ff860e;
    color: #ff860e;
    text-shadow: none;
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon05.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left 20px center, 0 0;
    background-size: 30px 30px, contain;
    width: 30%;
    padding-left: 25px;
}

button.button.i-left1.save:hover, button.button.i-left1.save:active {
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon05.svg);
    top: 3px;
    box-shadow: none;
}


button.button.i-left1.re-search {
    background-color: #fff;
    box-shadow: 1px 1px 0 #0075FF;
    border: solid 1.5px #0075FF;
    color: #0075FF;
    text-shadow: none;
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon06.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left 20px center, 0 0;
    background-size: 30px 30px, contain;
    width: 40%;
    padding-left: 25px;
    margin: 0;
    top: 20px;
}

button.button.i-left1.re-search:hover, button.button.i-left1.re-search:active {
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon06.svg);
    top: 23px;
    box-shadow: none;
}

button.button.i-left1.save {
    background-color: #fff;
    box-shadow: 1px 1px 0 #ff860e;
    border: solid 1.5px #ff860e;
    color: #ff860e;
    text-shadow: none;
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon05.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left 20px center, 0 0;
    background-size: 30px 30px, contain;
    width: 30%;
    padding-left: 25px;
}

button.button.i-left1.save:hover, button.button.i-left1.save:active {
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon05.svg);
    top: 3px;
    box-shadow: none;
}


button.button.i-left1.re-search {
    background-color: #fff;
    box-shadow: 1px 1px 0 #0075FF;
    border: solid 1.5px #0075FF;
    color: #0075FF;
    text-shadow: none;
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon06.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left 20px center, 0 0;
    background-size: 30px 30px, contain;
    width: 40%;
    padding-left: 25px;
    margin:0;
    top: 20px;
}

button.button.i-left1.re-search:hover, button.button.i-left1.re-search:active {
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon06.svg);
    top: 23px;
    box-shadow: none;
}


.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal {
    opacity: 0;
    visibility: hidden;

    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    z-index: 999;
    padding: 5% 0;
    top: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_bg{
    background: #fff;
    width: 50%;
    margin: 0 auto;
    padding: 50px 80px;
    position: relative;
    border-radius: 5px;
}

.modal_h{
    font-size: 130%;
    font-weight: bold;
    color: #292929;
}

input[type="text"] {
    background: #fff !important;
    padding: .5em !important;
    width: 100%;
    box-sizing: border-box;
    border: solid #0075FF;
    color: #292929;
}

label, input[type='text'] {
    padding-left: 0.4em !important;
}

input.ristname_cancel {
    background: #282828;
}

.ristname_ok {
    background: #E1E3EA;
    color: #B5B7BF;
    border: solid 1.5px #E1E3EA;

    padding: 10px;
    margin: 9px 0;
    border-radius: 5px;
}

.ristname_ok:hover, .ristname_ok:active {
    background: #0075FF;
    color: #fff;
    border: solid 1.5px #0075FF;
}

input.ristname_cancel {
    background: #ffffff;
    color: #292929;
    border: solid 1.5px #E1E3EA;
}

input.ristname_cancel:hover, input.ristname_cancel:active {
    background: #808080;
    color: #fff;
    border: solid 1.5px #808080;
}

table.re-search{
    border-collapse: collapse;
    border-spacing: 0;
    width: fit-content;
}



table.re-search tr.re-search {
    border-bottom: solid 1.5px #eee;
    cursor: pointer;
}

table.re-search tr.re-search:hover{
    background-color: #F0EEE7;
}


table.re-search th,table.re-search td{
    text-align: left;
    /*width: 25%;*/
    /*padding: 15px 0;*/
}

table td.icon{
    background-size: auto;
    background-position: left 5px center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

table th.icon{
    background-size: auto;
    background-position: left 5px center;
    background-repeat: no-repeat;
    padding-left: 10px;
}

table td.border {
    border-left: #fff;
    border-right: #fff;
    min-width: 80px;
}

table td.border button {
    min-width: 70px;
    white-space: nowrap;
    padding: 4px 6px;
    font-size: 12px;
}




table td.icon.replace {
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon08.svg);
}

table td.icon.favorite_a {
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon09.svg);
}

table td.icon.favorite_b {
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon10.svg);
}

table td.icon.delete {
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon13.svg);
}

table td.icon.delete:hover {
    color:#0075FF;
    text-decoration: underline;
}

table td.icon.edit {
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon11.svg);
}

table td.icon.edit:hover {
    color:#0075FF;
    text-decoration: underline;
}


.icon.re-search {
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon12.svg);
    background-position: left 18px center;
}

.icon.re-search:hover {
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon12.svg);
    background-position: left 18px center;
    background-repeat: no-repeat;
}

.replace_btn {
    background: #848484;
    border-radius:50px;
    color:#fff;
    background-size: auto;
    background-position: left 5px center;
    background-repeat: no-repeat;
    padding: 4px;
    padding-left: 40px;
    width: 68%;
}

.replace_btn:hover {
    background: #0075FF;
}


input[type="search"]::before{
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon07.svg);
    background-position: left 18px center;
}

#sortable tr:hover td {
    background-color: #F0EEE7;
}

.imput_searchbox {
    display: inline-block;
    position: relative;
    width: 100%;
}

.imput_searchbox::before{
    content: "";
    width: 20px;
    height: 20px;
    background: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon07.svg) no-repeat center center / auto 100%;
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 20px;
}

.imput_searchbox input {
    padding: 10px 500px 10px 50px;
}

tr.odd > td {
    background-color: #F7F7F7;
}

/* ↑ 2024.08追加 ↑ */


input.business-days {
    border: none;
    background-color: transparent;
    text-align: right;
    padding: 0;
    margin: 0;
    width: 3rem;
}

button.button.logout {
    background-color: #616161;
    border: solid 1.5px #616161;
    border-radius: 5px;
    color: #FFF;
    text-shadow: none;
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/trade-labo.jp/mr-k/peakfinder/sample/icon14.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left 20px center, 0 0;
    background-size: 20px 20px, contain;
    padding: 10px 25px;
    padding-left: 55px;
    margin: 0;
    top: 20px;
    margin-right: 2em;　/* 2024.10.22 追加しています */
}

button.button.logout:hover, button.button.logout:active {
    background-color: #717171;
    border: solid 1.5px #717171;
    cursor:pointer;
}
