@charset "utf-8";
*{
    box-sizing: border-box;
    color: #5A4E4B;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
body,h1,h2,h3,h4,h5,h6,p,form,ul,li,figure{
    margin: 0;
    padding: 0;
    list-style: none;
}
header{
    height: 65px;
    background: #3367D6;
    color:#FFF;
    position: fixed;
    width: 100%;
    left: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    z-index: 102;
}

a {
     color: #2A56C6;
     text-decoration: none;
}
.btn_download span{
    color: #2A56C6;
	font-size: 20px;
}
.show{
	display: block!important
}
.hide{
	display: none !important
}
.kingaku_henkou{
	font-size: 11px;
	color: #FFF;
	background: red;
	padding: 3px;
	width: 100px;
	text-align: center;
	line-height: 1;
	border-radius: 3px;
}
#menu{
    height: 65px;
    width: 65px;
    display: block;
    position: absolute;
    left: 0;
    top:0;
    padding-top:22px;
    padding-left:30px;
}
.img{
	width: 150px;
	height: 150px;
	object-fit: cover;
}
header h1{
    width: 140px;
    position: absolute;
    left: 65px;
    top:0;
    padding-top: 14px
}
header form{
    display: block;
    position: absolute;
    width: 725px;

    top:0;
    left: 246px;
    padding-top: 7px;
}
#hdr_search{
    background-color: #2A56C6;
    outline: none;
    border: none;
    border-radius: 5px;
    color: #FFF;
    padding: 11px 10px 10px 50px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1;
    background-image: url("../img/icon_search.svg");
    background-repeat: no-repeat;
    background-position:top 17px left 18px;
}

#hdr_search:focus {
    background-color:#FFF;
    color: #333;
    background-image: url("../img/icon_search_on.svg");
}
#hdr_search::placeholder {
    color: #FFF;
}
#hdr_search::-ms-input-placeholder {
    color: #FFF;
}
#hdr_search:-ms-input-placeholder {
    color: #FFF;
}
#hdr_search:focus::placeholder {
     color:#FFF;
}

#hdr_user_info{
    position: absolute;
    top:0px;
    right:20px;
    width:100px;
    text-align: right;
    color: #FFF;
}
#hdr_user_info p{
    color: #FFF;
    line-height: 1;
    margin-top: 20px;
    font-size: 12px;
}
#hdr_user_info a{
    color: #FFF;
    font-size: 11px;
    text-decoration: none;
}
sub{
    display: block;
    width: 200px;
    position: fixed;
    top:62px;
    left: 0;
    padding-top: 20px;
    transition:.2s;
    z-index: 101;
    background: #FFF
}
.open-menu{
    width: 200px;
}
sub ul{

}
sub ul li{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image:url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-position: left 15px center;
    position: relative;
	margin-bottom: 5px;
}
sub ul li.subitem {
	background-image:none;

}
sub ul li span{
    position: absolute;
    top:7px;
    left: 30px;
    display: block;
}
.material-icons-outlined.md-dark {
    color: rgba(0, 0, 0, 0.6);
}
.material-icons-outlined.blue {
    color:#3367D6
}
.material-icons-outlined.md-blue {
    color: rgba(0, 0, 0, 0.6);
}
sub li a{
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding: 10px 0 10px 65px;
}

sub ul li:hover{
    background-color:#E8F0FE;
}
sub ul li.active{
    background:#E8F0FE;
}

sub li a{
    color: #333
}
sub li.active a{
    color: #3367D6
}

sub li.active li{
    background:none
}
sub li.active li a{
    padding:2px 0 2px 60px;
    font-size: 14px;

}
sub li.active li:last-child a{
	padding-bottom: 15px;
}
sub footer{
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 15px;
}
main{
    position: absolute;
    top:82px;
    left: 220px;
    padding-bottom: 40px;
}
.h1{
    font-size: 22px;
    margin-bottom: 15px;
}
.h2{
    font-size: 17px;
    margin-bottom: 15px;
	background: #eee;
	padding: 7px 12px;
	border-radius: 5px;
}
.txt{
	margin-bottom: 20px;
	font-size: 15px;
}
.nodata{
	background: rgba(229,27,30,0.42)	
}
#home_title{
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 20px;
    padding-top: 20px;
}
#home_title h1{
    font-size: 25px;
    font-weight: normal;
    padding-left: 65px;
}
#home_title p{
    padding-left: 65px;
}
#home_title figure{
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top:25px;
    left: 0;
}
#home_title figure img{
    width: 100%;
    height: 100%;
}
#dashbord{
    overflow: hidden;
}
#dashbord .item{
    float: left;
    width: 49.5%;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 20px 0;
}
#dashbord .item:nth-child(3){
    clear: both
}
#dashbord .item:nth-child(2),
#dashbord .item:nth-child(4){
    float: right;
}
#dashbord .inner{
    padding: 0 10px;

}
#dashbord h3{
    font-size:18px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-left: 10px

}
#dashbord p{
    font-size: 14px;
    padding:0 0 0 10px;
}
#dashbord ul{
    padding: 10px 0 0 0;
}
#dashbord li{

}
#dashbord li a{
    font-size: 15px;
    padding: 7px;
    display: block;
    border-radius: 3px;
}
#dashbord li a:hover{
    background: rgba(0,0,0,0.02);
}

#dashbord_pickup{

    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
	margin-bottom: 2rem
}
#dashbord_pickup .item{
    background:  rgba(0,0,0,0.01);
    width: 32%;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 1%;
    padding: 20px 0;
    position: relative;
	float: left;
	margin-right: 1%;
}
#dashbord_pickup .item p{
    text-align: center
}
#dashbord_pickup h3{
    font-size:18px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 10px
}
#dashbord2{

    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
	margin-bottom: 2rem
}
#dashbord2 .item{
    background:  rgba(0,0,0,0.01);
    width: 32%;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 1%;
    padding: 20px 0;
    position: relative;
	float: left;
	margin-right: 1%;
}
#dashbord2 .item p{
    text-align: center
	
}
#dashbord2 h3{
    font-size:18px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 10px
}
.pdf_thumb{
	padding: 1rem;
	display: block
}
.achievement_no{
    text-align: center;
    font-size: 50px;
}
.achievement_no span{
    font-size: 16px;
}
.achievement_no2{
    text-align: center;
    font-size: 50px;
}
.achievement_no2 span{
    font-size: 16px;
}
.item_detail_btn{
    display: block;
    width: 40px;
    text-align: center;
    position: absolute;
    right:10px;
    top: 10px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1;
    padding: 4px;
}    
#company_no{
    padding:0 0 10px 10px;

}

#company_no span{
    font-size: 25px;

}
.item_header{
    position: relative;
}
.item_header span{
    position: absolute;
    top:0px;
    left: 10px;
}
.item_header h3{
    margin-left: 40px
}
.item_header a{
    position: absolute;
    width: 50px;
    top:0px;
    right: 10px;
    display: inline-block;
}
ul.list{
    height: 180px;
    overflow-y: scroll
}
#dashbord  ul.list p{
    padding: 0 ;
    margin: 0;
    font-size: 12px;
}
#dashbord  ul.list a{
    display: block
}
#topic_pass{
    color: #333;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 20px
}
.box1{
    padding: 15px 15px 13px 15px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    line-height: 1
}
.ta1{
    width: 100%;
}
.ta1 th{
    background: #F5F5F5;
    font-weight: normal;
    font-size: 12px;
    padding: 13px 8px;
    text-align: left;
}
table.ta1 td{
    font-size: 15px;
    padding: 12px 8px;
}
table.ta1 th a{
    font-size: 15px;
    padding: 12px 8px;
}
table.ta1 td,
table.ta1 th {
    border-collapse: collapse;
    border-bottom:1px solid #E0E0E0;
}

.ta2{
    width: 100%;
    margin-bottom: 30px;
}
.ta2 th{
    background: #F5F5F5;
    font-weight: normal;
    font-size: 12px;
    padding: 13px 8px;

}
table.ta2 td{
    font-size: 15px;
    padding: 12px 8px;
}
table.ta2 th{
    width: 150px;

}
table.ta2,
table.ta2 td,
table.ta2 th {
    border-collapse: collapse;
    border-bottom:1px solid #E0E0E0;
}
.ta10{
    width: 100%;
}
.ta10 th{
    background: #F5F5F5;
    font-weight: normal;
    font-size: 12px;

    text-align: left;
}

table.ta10 td,
table.ta10 th {
    border-collapse: collapse;
    border-bottom:1px solid #E0E0E0;
    font-size: 13px;
    padding: 5px;
}

.ta3{
	width: 950px;
    margin-bottom: 20px;
    border-top:1px solid #E0E0E0;
    border-left:1px solid #E0E0E0;
}
.ta3 th{
    background: #F5F5F5;
    font-size: 14px;
    padding: 10px 5px;
	text-align: center !important
}
.ta3 td{
    font-size: 15px;
    padding: 5px;
}
.ta3 th,.ta3 td{
    border-bottom:1px solid #E0E0E0;
    border-right:1px solid #E0E0E0;
}
.ta_invoice_list{
	width: 950px;
    margin-bottom: 20px;
    border-top:2px solid #666;
    border-left:1px solid #E0E0E0;
}

.ta_invoice_list th,
.ta_invoice_list td{
    border-bottom:1px solid #E0E0E0;
    border-right:1px solid #E0E0E0;
	padding: 5px;
}
.ta_invoice_list th{
    font-size: 14px;
	padding-top: 8px;
	text-align: center !important
}

.tbox1{
    border-bottom:1px solid #E0E0E0;
    border-left:1px solid #E0E0E0;
    margin-bottom: 20px;
}
.tbox1 .tr{
    display: flex;
}
.tbox1 .th{
    background: #F5F5F5;
    width: 15%;
    text-align: center
}
.tbox1 .td{
    background: #FFF;
    width: 35%;
}
.tbox1 .td2{
    background: #FFF;
    width: 55%;
	text-align: center;
	padding: 5px;
}
.tbox1 .td2 img{
    object-fit: cover;
	width: 100%;
	height: auto
}
.tbox1 .td3{
    background: #FFF;
    width: 45%;
	text-align: center;
	padding: 5px;
}
.tbox1 .td5{
    background: #FFF;
    width: 50%;

	padding: 15px;
    border-top:1px solid #E0E0E0;
    border-right:1px solid #E0E0E0;
}
.tbox1 .td6{
    background: #FFF;
    width: 85%;
	font-size: 0.9rem;
	padding: 15px;
    border-top:1px solid #E0E0E0;
    border-right:1px solid #E0E0E0;
}
tr.teian td{
	border-top: 3px solid red;
	border-bottom: 3px solid red;
}
tr.teian td:first-child{
	border-left: 3px solid red;

}
tr.teian td:last-child{
	border-right: 3px solid red;

}
.tbox1 .th,
.tbox1 .td{
    padding: 10px;
    font-size: 14px;
    border-top:1px solid #E0E0E0;
    border-right:1px solid #E0E0E0;
}



.page_title{
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 28px;
}
select{
    padding: 10px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
input[type=text],
input[type=number],
input[type=date],
input[type=tel],
input[type=email],
select,
textarea{
    padding: 6px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}
textarea,select,input[type=text],input[type=email]{
    width: 100%
}
.save_area{
    margin-top: 30px;
    margin-bottom: 30px;
}
.pref_count{
	text-align: right;
	margin-bottom: 5px;
}
#overlay,#overlay_menu{
    background: rgba(0,0,0,0.37);
    width: 100%;
    height: 10000px;
    z-index: 1000;
    position: fixed;
    top:0;
    left: 0;
    display: none;
}
#overlay_menu{
    z-index: 100;
}
.btn_save{
    width: 150px;
    display: inline-block;
    color: #FFF;
    background: #3367D6;
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 10px;
    font-weight: bold;
    appearance: button;
    cursor: pointer;
	text-align: center
}
.btn2{
    width: 100px;
    display: inline-block;
    color: #FFF;
    background: #999;
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 10px;
    font-weight: bold;
    appearance: button;
    cursor: pointer;
}
.btn3{

    font-size: 12px;
    display: inline-block;
    color: #FFF;
    background: #666;
    border: none;
    outline: none;
    border-radius: 2px;
    padding: 5px 10px;
    font-weight: bold;
    appearance: button;
    cursor: pointer;
    text-align: center;
    line-height: 1
}
a.btn_sp_list{
    right: 35px;
    top:-5px;
}
a.btn_sp_add{
    right: 0px;
    top:-5px;
}
a.btn_sp_add span,
a.btn_sp_list span{
    font-size: 30px !important;
    color: #3367D6
}
.error{

    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #EF6154 
}
.error li{
    color: #EF6154 ;
}


.mb10{margin-bottom: 10px;}
/* モーダル */
.modal{
    width:600px;
    position: absolute;
    top:100px;
    left: 100px;
    z-index: 1001;
    background: #fff;
}
.modal .inner{
    padding: 10px;
}
.modal h2{
    background: #eee;
    text-align: center;
    padding: 10px;
    font-size: 17px;
}
.contact{
    background: hsla(159,39%,80%,0.4);
    padding: 10px;
    font-size: 14px;
}
.bdr_double td,
td.bdr_double{
    border-bottom: 3px double #ccc !important;
}
.client_form{
    border: 1px solid #ccc;
    border-radius:3px;
    padding: 15px;
    line-height: 1;
    cursor: pointer;
    width: 100%;

}
.select_modal{
    border: 1px solid #ccc;
    background: #FFF;
    border-radius:3px;
    padding: 0px;
    line-height: 1;
    cursor: pointer;
    width: 300px;
    height: 300px;
    position: absolute;
    top:10;
    left:10;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
	z-index: 1000;
}
.select_modal li:hover{
    background: #DEEBFF
}
.select_modal li a{
    display: block;
    color: #333;
    padding: 12px 12px;
    font-size: 14px;
}
#seminar .select_modal{
	    width: 600px;
}
.input_mode0,
.input_mode1{
    color: #FFF;
    background: #CA2338;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    padding: 4px 8px;
    font-size: 11px;
    margin-left: 6px;
}
.input_mode1{
    color: #FFF;
    background: #777;
}
.smlist a{
    color: rgba(18,88,139,1.00) !important
}
.smlist a:hover{
    text-decoration: underline;
    color: rgba(18,88,139,1.00) !important
}
.step{

    font-size: 14px;
    margin-bottom:30px;
}
.step h2{
    font-size: 17px;
}
.step h3{
    margin-bottom: 10px;
}
.step table{
    width: 800px;
}
.step table,.step td,.step th{
    padding: 5px;
    font-size: 13px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    font-size: 14px;
}
.step th{
    width: 160px;
    background: #F5F5F5
}
.step th.im{
    width: 60px;
    border-left: none;
}
ul.tab{
    overflow: hidden;
    width: 100%;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
ul.tab li{
    float: left;

}
ul.tab a{
    display: block;
    text-decoration: none;
    padding: 15px 20px 5px 20px;
    font-size: 14px;
    color: #333;
}
ul.tab li.active{
    border-bottom: 2px solid #2A56C6;
    font-weight: bold
}
.tab_contents{
    display: none;
}
.tab_contents.active{
    display: block
}
.ex{
    font-size: 12px;
    padding-top: 5px;
}
.h3{
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 5px;

}
.btn4{
    display: inline-block;
    background: #FFF;
    padding: 10px 20px;
    border: 1px solid #3367D6;
    color: #3367D6;
    border-radius:3px;
    line-height: 1;
    font-size: 13px;
}
.box2{
    display: table;
    padding-bottom: 10px;
    width: 100%;
}
.box2 .col:first-child{
    display: table-cell;
    width: 50%;
    vertical-align: bottom;

}
.box2 .col:first-child h1{
    margin: 0;
}
.box2 .col:last-child{
    display: table-cell;
    width: 50%;
    text-align: right
}
.card1{

}
.card1 li{
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px;
    display: flex;

    position: relative;
    border-left: 3px solid #2A56C6;
}
.card1 .inner1{
    width: 20%;
    max-width: 180px;
}
.card1 .inner2{
    width: 40%;
}
.card1 .inner2 h3 span{
    font-size: 10px;
    font-weight: normal
}
.card1 .inner3{
    width: 40%;
}
.card1 .inner3 p{
    font-size: 14px;
    padding-top: 20px;
}
.card1 .inner3 .control{
    text-align: right;
    font-size: 13px;
}

.card2{
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px;
    position: relative;
    border-left: 3px solid #2A56C6;
}
.card2 h3{
    font-size: 17px;
    margin-bottom: 10px;
}
.card2 .cnt{

    display: flex;
    max-height: 180px;
}
.card2 .inner1{
    width: 25%;

}

.card2 .inner2{
    width: 25%;
}
.card2 .inner3{
    width: 50%;
}
.card2 p{
    font-size: 14px;

}

.card2 .control{
    position: absolute;
    top:20px;
    right: 20px;
    width: 30%;
    text-align: right;
    font-size: 12px;
}
.card2 .inner2 p{
    border-left:1px solid #ccc;
    padding-left: 15px;
}
.card2 .inner3 p{
    border:1px dashed #ccc;
    padding: 10px;
    font-size: 13px;
}
.no_img{
    background: #eee;
    width: 80%;
    height: 100px;
    text-align: center;
}
.btnbox{
    text-align: right;
    padding: 0 0 10px 0;
}
.tdate{
    font-weight:normal;
    font-size: 15px;
}
.adress_edit{
    position: relative
}
.adress_edit .control{
    position: absolute;
    font-size: 12px;
    width: 100px;
    top:10px;
    right: 10px;
    text-align: right
}
.icon_area{
    position: absolute;
    top:5px;
    left: 10px;
}
.search_area{
    margin-bottom: 40px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    padding: 20px;
    border: 1px solid #eee;
    display: none;
    border: 2px solid #2A56C6;
    border-radius: 4px;
}
.search_area.active{
    display: block
}
.search_btn_area{
    text-align: right

}
.search_area h4{
	font-size: 15px;
	padding-bottom: 10px;
}
.tooltip{
	display: inline-block;
	position: relative
}
.tooltip a{
	color: #FFF;
	background: #333;
	border-radius: 10px;
	line-height: 1;
	text-decoration: none;
	padding: 2px;
	font-size: 10px;
	width: 14px;
	height: 14px;
	display: inline-block;
}
.tooltip p{
	display: none;
	position: absolute;
	width: 200px;
	padding: 10px;
	background-color: rgba(0,0,0,0.84);
	font-size: 12px;
	color: #FFF;
	border-radius: 6px;
	text-align: left;
	bottom:30px;
}
.tooltip p:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 87px;
    border: 10px solid transparent;
    border-top: 10px solid rgba(0,0,0,0.84);;
}
.btn1{
    background: #666;
    color: #FFF;
    text-align: center;
    outline: none;
    border: 0;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 3px;
    width: 100px;
}
.btn2{
    background: #ccc;
    color: #444;
    text-align: center;
    outline: none;
    border: 0;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 3px;
    width: 100px;
}
.c_icon1,.c_icon2,.c_icon3{
    display: inline-block;
    text-align: center;
    font-size: 11px;
    background: #ccc;
    color: #FFF;
    line-height: 1;
    border-radius:3px;
    margin-right: 4px;
    padding: 4px;
}

.gray td{
    background: #eee
}
.c_icon1{background:#F7B34C;width:40px; }
.c_icon2{background:#6DC193;width:40px; }
.c_icon3{background:#AEB5C1;width:80px; }
.w40{ width: 40% !important; }
.w50{ width: 50% !important; }
.w85{ width: 85% !important;  }
.w100{ width: 100% !important;}
.fnt_s{ font-size: 12px;}

tr.absence td{
    background: #eee
}
.box{
    border: 1px dashed #ccc;
    padding: 20px;
    margin-bottom: 10px;
}
.btn_on{
    color: #fff;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 4px;
    background: #666;
}
.btn_off{
    color: #ccc;
    border: 1px solid #ccc;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 4px;
}
.no_hover tr:hover td{
    background: #FFF !important
}
input[name=current_page]{
	width: 4em;
	padding: 3px;
	border: 1px solid #ccc;
	font-size: 14px;
	text-align: center;
}
.pager{
	display: table;
	width: 200px;
	margin: 0 0 10px auto;
}
.pager .p_left,
.pager .p_right{
	display: table-cell;
	width: 40px;
}
.pager .p_right{
	padding-top: 6px;	
}
.pager .p_center{
	display: table-cell;
	vertical-align: middle;
	width: 140px;
	text-align: center
}
.exp{
	margin-bottom: 20px;
	font-size: 13px;
}
.search_word{
	width:100%;
	margin-bottom:10px;
	padding: 10px !important;
}
.box50{
	display: flex;
	margin-bottom: 10px;
}
.box50 .item{
	width: 50%
}
.box50 .item:last-child{
	width: 50%;
	text-align: right
}
.btn_a{
	border: 1px solid #888;
	display: inline-block;
	border-radius: 4px;
	line-height: 1;
	font-size: 14px;
	position: relative;
	padding: 9px 17px 2px 36px;
	height: 32px;
	
}
.btn_a span{
	position: absolute;
	top:2px;
	width: 27px;
	height: 20px;
	display: block;
	left: 5px;
	color: #777;
}
.btn_a{
	color: #666;
}
.no_data{

	padding-top: 20px;
}
#form_preview{
	width: 900px;
	height: 600px;
	background: #FFF;
	position: absolute;
	top:0;
	left: 0;
	border: 1px solid #ccc;
	z-index: 10000;
	display: none;
	padding: 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
}
#form_preview iframe{
	border: none;
}
#form_preview p{
	text-align: right;
}
.scroll_area {
	overflow-x: scroll !important;
	height: 500px;
	-webkit-overflow-scrolling: touch;
}
.st1,.st2{
	font-size: 11px;
	border-radius: 3px;
	background:#FDB9B9;
	display: inline-block;
	line-height: 1;
	padding: 6px 12px;
}
.st1 a,.st2 a{
	color: #333;
}
.st2{
	background: #D4EAB9
}
.alert1{
	color: indianred;
	font-size: 11px;
	padding-top: 3px;
}
.biko{
	font-size: 11px;
	padding-top: 7px;
	color: #666;
}
#client_modal{
	display: none;
	position: fixed;
	left: 100px;
	top:100px;
	width: 600px;
	background: #FFF;
	z-index: 2000;
	border-radius: 5px;
	overflow: hidden
}
#client_modal .inner{
	padding: 0 10px;
}
#client_modal h2{
	background: #eee;
	text-align: center;
	font-size: 18px;
	padding: 15px;
	margin-bottom: 10px;
	line-height: 1
}
#client_modal th{
	font-weight: bold;
	background: #FFF;
}
#client_modal .save_area{
	text-align: right;
	padding: 10px 0;
	margin: 0;
}

::placeholder {
  color: #eee;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #eee;
}
#preview{
	background: #eee;
}
#preview_box{
	width: 800px;
	margin: 0 auto;
	background: #FFF;
	padding: 2rem 3rem
}
#preview_box .date{
	text-align: right
}
#preview_box p{
	margin-bottom: 2rem
}
#preview_box figure{
	margin-bottom: 1rem
}
.news_category{
	background: #3367D6;
	color: #FFF;
	font-size: 11px;
	line-height: 1rem;
	padding: 4px 15px;
	border-radius: 3px;
	display:inline-block;
	margin-bottom: 8px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.li_bdr{
	padding-top:5px;
	border-bottom: 1px dashed #3367D6;
	margin-bottom: 5px;
	background: none;
	border-radius:0
}
.searchbox{
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
	display: flex;
	font-size: 15px;
	justify-content: space-between;
	background: #eee;
}
.searchbox p{
	margin-bottom: 10px;
}
.searchbox .item1{
	
}
.searchbox .item2{
	text-align: center;
	width: 110px;
}

.searchbox ::placeholder {
  color: #ccc;
}
/* 旧Edge対応 */
.searchbox ::-ms-input-placeholder {
  color: #ccc;
}.no_bdr{
	border: none !important	
}
.memo{
	border: 2px dashed #ccc;
	padding: 15px;
	margin-bottom: 30px;
}
.s{
	font-size: 12px;
	padding-top: 4px;
}
.state0 td{
	background-color: rgba(255,198,198,0.6 )
}
.gmap iframe{
	width: 100%	
}
/* Pageer ------------------------------------------- */
.pager{
	display: flex;
	width: 100%;
	font-size: 14px;
}
.pager_info{
	width: 350px;


}
.pager nav{

	display: block;
	margin-left: auto;

	text-align: right
}
.pager nav a{
	text-decoration: none;
	display: inline-block;
	line-height: 1;
	padding: 6px 9px;
	background: #FFF;
	border: 1px solid #3367D6;
	border-radius: 2px;
	font-size: 14px;
	margin-right: 3px;
	color: #3367D6;
}
.tr_error td{
	background:red;	
}
input.payment_amount{
	font-size: 16px;
	border: none
}
input.payment_amount.on{
	font-size: 16px;
	border: 1px solid #ccc;
}

/* 未入金 */
.payment_state0 td{
	
}
/* 入金済み */
.payment_state1 td{
	background: rgba(203,206,242,0.7)
}
/* 一部入金 */
.payment_state2 td{
	background: rgba(250,222,222,1.00)
}
.nbox{
	padding-top: 4px	
}
.fa td{
	background: rgba(201,207,235,0.2);
	font-weight: bold;
	font-size: 12px !important;
}
.nn1{
	font-size: 11px;

	border: 1px dashed #ccc;
	padding: 3px;
	border-radius: 4px;
	text-align: left;

}
.bdr_right{
	border-right: 3px double #333;
}
.bdr_left{
	border-left: 3px double #333;
}
#dbox{
	display: flex;
	margin-bottom: 20px
}
.dbox_item{
	width: 350px;
	border: 1px solid #ccc;
	padding: 10px;
	margin-right: 5px
}
.dbox_item h2{
	font-size: 17px;
	text-align: center;
	padding: 10px;
	background: #eee;
}
.s_table{
	width: 100%;
}
.s_table th{
	font-size: 13px;
	text-align: left;
	width: 110px;
}
.s_table td{
	
}
.s_table td,.s_table th{
	border-top: 1px solid #ccc;
	padding: 10px 5px;
}
.conf_date{
	font-size: 12px;
	line-height: 130%;
}
#tr_document_date{
	display: none	
}
#user-list{
	color: #FFF;
	background: rgba(134,21,23,1.00);
	text-align: center;
	width: 100%;
	font-size: 12px;
	position: absolute;
	top:0;
	left: 0;
	display: none
}
#sortableTable th{
	text-decoration: underline;
	cursor: pointer;
}
.no-sort{
	text-decoration:none !important;
	cursor: not-allowed !important;
}

.readonly {
	pointer-events: none; /* クリック無効化 */
	opacity: 0.5; /* 見た目を薄くする */
}


@media only screen and (max-width:900px){
sub{
    width: 0;
    overflow: hidden
}
main{
    left: 0;
    padding: 0 15px;
}
#dashbord ,
#dashbord_pickup{
    display: block;
}
#dashbord .item,
#dashbord_pickup .item{
     width: 48% ;
}
#hdr_search{
    display: none
}
.w50{ width: 100%; }


.tbox1{
	width: 100%;
    background: #F5F5F5
}
.tbox1 .tr{
    flex-wrap:wrap;

}
.tbox1 .th{
    width: 30%;
}
.tbox1 .td{
    width: 70%;
    background: #FFF
}
.w85.td{ width: 70% !important;  }
.tbox1 .th{

    border-right:none;
}


.card1 li{
    display: block;
    overflow: hidden;
    max-height: none;
    height: auto
}
.card1 .inner1{
    max-width: auto;
    width: 30%;
    float: left;
}
.card1 .inner2{
    width: 70%;
    float: right;
}

.card1 .inner3{
    width: 100%;
    clear: both
}

.card2 .cnt{
    display: block;
    overflow: hidden;
    max-height: none;
    height: auto
}
.card2 .inner1{
    max-width: auto;
    width: 30%;
    float: left;
}
.card2 .inner2{
    width: 70%;
    float: right;
}

.card2 .inner3{
    width: 100%;
    clear: both
}

.com .cname{
	float: none;
	width: 100%;
}

.com p{
	float: none;
	width: 100%;
	font-size: 13px;
}
.tr .td5{
	font-size: 0.6rem;
    width: 100%;
}
.tbox1 .tr .td2,.tbox1 .tr .td3{
    width: 100%;
}
.tbox1 .tr .td{
	font-size: 0.6rem;
}
.scroll_area2{
	overflow-x: scroll;
	width: 100%
}
#preview_box{
	width: 96%;
	margin: 0 auto;
}

}