@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: #5BB92A;
    color:#FFF;
    position: fixed;
    width: 100%;
    left: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    z-index: 100;
}
a {
     color: #479121;
     text-decoration: none;
}
#menu{
    height: 65px;
    width: 65px;
    display: block;
    position: absolute;
    left: 0;
    top:0;
    padding-top:22px;
    padding-left:30px;
}

header h1 span,
header h1 {
    font-weight: 500;
    font-size: 22px;
    color: #e5ebfa;
    font-family: Gotham-Medium, Gotham;
}

header h1{
    width: fit-content;
    position: absolute;
    left: 65px;
    top:0;
    padding-top: 13px;
    font-weight: 700;
}

header form:not(#clear-all-form){
    display: block;
    position: absolute;
    width: 700px;
    top:0;
    left: 360px;
    padding-top: 7px;
}
#hdr_search{
    background-color: #51A626;
    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: 260px;
    position: fixed;
    top:82px;
    left: 0;
    padding-top: 20px;
    transition:.2s;
    z-index: 101;
    background: #FFF
}
.open-menu{
    width: 260px;
    top: 65px !important;
}
.slide-bar {
  top: 65px !important;
  height: 100% !important;
}
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;
}
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:#479121
}
.material-icons-outlined.md-blue {
    color: rgba(0, 0, 0, 0.6);
}
sub ul li a{
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding: 10px 0 10px 65px;
}

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

sub ul li a{
    color: #333
}
sub ul li.active a{
    color: #479121
}
sub footer{
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 15px;
}
main{
    position: absolute;
    top:82px;
    left: 290px;

    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{
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 15px;
}
#dashbord_pickup .item{
    background:  rgba(0,0,0,0.01);
    flex: 1;
    padding: 6px 0;
    position: relative;
}
#dashbord_pickup .item p{
    text-align: center;
    font-size: 12px;
}
#dashbord_pickup h3{
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 10px
}
.achievement_no{
    text-align: center;
    font-size: 30px;
}
.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{


}
#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;
}
table.ta1 tr:hover td{
    background: #eee;
}
.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;
}

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

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

/* 営業進捗 */
.ta3{
    width: 100%;
}
table.ta3 td{
    font-size: 15px;
    padding: 12px 8px;
}
.ta3 th{
    background: #F5F5F5;
    font-weight: normal;
    font-size: 12px;
    padding: 13px 8px;
    text-align: left;
}
table.ta3 th a{
    font-size: 15px;
    padding: 12px 8px;
}
table.ta3 td {
    border-collapse: collapse;

}

.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=month],
input[type=time],
input[type=email],
select,
textarea{
    padding: 6px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}
textarea,select{
    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: #5BB92A;
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 10px;
    font-weight: bold;
    appearance: button;
    cursor: pointer;
}
.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: #479121
}
.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 #51A626;
    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 #ccc;
    color: #5BB92A;
    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 #51A626;
}
.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 #51A626;
}
.card2 h3{
    font-size: 17px;
    margin-bottom: 10px;
}
.card2 .cnt{
    display: flex;
    /*max-height: 180px;*/
}
.card2 .inner1{
    width: 17%;
}

.card2 .inner2{
    width: 20%;
}
.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 #51A626;
    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: 110px;
}
.btn2{
    background: #ccc;
    color: #444;
    text-align: center;
    outline: none;
    border: 0;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 3px;
    width: 100px;
}
.btn-clear-all,
.btn-search {
    position: absolute;
    top: 14px;
    padding: 12px 20px;
    cursor: pointer;
    font-weight: bold;
    appearance: button;
}
.btn-clear-all img,
.btn-search img {
    display: none;
}
.btn-clear-all {
    left: 1225px;
}
.btn-search {
    left: 750px;
}
.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: fit-content;
	margin: 6px 0 10px auto;
}
.pager .p_left,
.pager .p_right{
	display: table-cell;
	width: 37px;
}
.pager .p_center{
	display: table-cell;
	vertical-align: middle;
	width: 126px;
	text-align: center
}
.total-record {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    width: fit-content;
    padding-right: 25px;
}
.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:50%;
    transform: translateY(-50%);
	width: 27px;
	height: 20px;
	display: block;
	left: 5px;
	color: #777;
}
.btn_a{
	color: #666;
}
.btn_csv {
    min-height: 32px;
    height: fit-content;
    white-space: nowrap;
    word-break: break-word;
}
.w-165 {
    width: 16.5% !important;
}
.w-125 {
    width: 12.5% !important;
}
.text-center {
    text-align: center !important;
}
.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;
}
.alert2{
	color:#fff;
	font-size: 11px;
	padding-top: 3px;
	background: rgba(9,81,40,1.00);
	width: 60px;
	text-align: center;
	border-radius: 4px;
	display: inline-block;
	text-decoration: none;
}
.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;
}
.com{
	overflow: hidden
}
.com .cname{
	float: left;
	width: 40%;
}
.com date{
	display: block;
	font-size: 13px;
	color: rgba(62,62,62,1.00)
}
.com p{
	font-size: 13px;
}
.completed{
	background: rgba(255,255,255,0.5);
	position:fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 2000px;
	z-index: 10000;
	display: none;
}
.completed p{
	text-align: center;
	padding: 12px;
	width: 300px;
	border: 1px solid #ccc;
	line-height: 1;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	margin: 50px auto  0 auto;
	background: #FFF;
	
}
.area{
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.area h3{
	float: left;
	width: 20%;
}
.area ul{
	float: left;
	width: 80%;
	border-left: 1px solid #ccc;
}
.pref_table{

}
.pref_table td,.pref_table th{
	font-size: 12px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	padding: 3px;
}
.pref_table th{
	width: 60px;
	text-align: right
}
.tgrf{
	width: 300px;

}
.pref_table td img{
	vertical-align: middle
}
.ta8{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 10px
}
.ta8 th,
.ta8 td{
	font-size: 13px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
}
.ta8 td a{
	color: #333;
}
.ta8 th{
	background: #eee;
}
.ta8 .ta4e{
	font-size: 1.4rem;
	color: #FFF
}
.tr_d1 th{ background: #666;color: #FFF }
.tr_d2 td{ background: #E4F2FC }
.tr_d3 td{ background: #CDE7FA }
.tr_d4 td{ background: #DDDDDD }
.tr_d5 td{ background: #D1D1D1}
.tr_d6 td,.tr_d6 th{ border-top: 3px double #666;}
.tr_d6 td{ background: #FFFAE6}
.tr_d7 td{ background: #FFD2DB}

.lbl{
	font-size: 11px;
	display: inline-block;
	background: #eee;
	border-radius: 3px;
	width: 70px;
	text-align: center;
	line-height: 1;
	padding: 5px 0px 4px 0px;
	border: 1px solid #ccc;
}
.lv7{background:#FFCFBF }
.lv6{background:#FFE1D7 }
.lv5{background:#FFEFE8 }
.lv4{background:#FFF9D6 }
.lv3{background:#FFFDED }
.lv2{background:#F5F5F5 }

.is-deceased,
table.ta1 tr.is-deceased td{
    background: #999 !important;
}

table.ta1 tr.no-has-property td{
    background: #eee !important;
}

@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: 100% ;
}
#hdr_search{
    /* display: none */
}
.w50{ width: 100%; }


.tbox1{
    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%
}

}
.pref_name {
    color: #5A4E4B;
}

#consultant-performance {
    margin-bottom: 15px;
    overflow-x: auto;
}

#consultant-performance table {
    border-collapse: collapse;
}

#consultant-performance .bg-gray {
    background: #ccc;
}

#consultant-performance th {
    font-weight: 700;
    color: #000;
}

#consultant-performance table th {
    border: 1px solid #b7b4b4;
    padding: 2px 8px;
}

#consultant-performance table td {
    border: 1px solid #000;
    padding: 2px 8px;
}

#consultant-table select.flg_party {
    padding: 2px 6px;
}

.position-relative {
    position: relative !important;
}

.text-center {
    text-align: center !important;
}

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

.block-action {
    display: flex;
}

.inline-block {
    display: inline-block !important;
}

.mr-3 {
    margin-right: 3rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.float-end {
    float: right !important;
}

.custom-width-tr {
    width: calc(55% / 3) !important;
}

.seminar-table,
.client-list-table {
    overflow-x: auto;
}

.table-control {
    position: absolute;
    top: 8px;
    right: 15px;
    width: 100px;
    text-align: right;
    font-size: 12px;
}

/* Tooltip Container */
.tooltip-container,
.tooltip-container-family,
.tooltip-container-property {
    position: relative;
    display: inline-block;
    margin-left: 100px;
}

/* Trigger Text */
.trigger-text,
.trigger-text-family,
.trigger-text-property {
    cursor: pointer;
    color: #03a9f4;
}

/* Tooltip Modal */
.tooltip-modal,
.tooltip-modal-family,
.tooltip-modal-property {
    display: none; /* Hidden by default */
    position: absolute;
    top: -10px;
    left: 120%; /* Adjust to position the modal */
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    width: max-content;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
    max-height: 100px;
    overflow-y: auto; /* Enable scrolling */
}

.tooltip-container {
    margin-left: 70px;
}

.tooltip-modal {
    top: 27px;
    left: unset;
    right: 0px;
}

/* Tooltip Table */
.tooltip-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

/* Tooltip Row */
.tooltip-row {
    display: table-row;
}

/* Tooltip Cell */
.tooltip-cell {
    display: table-cell;
    padding: 4px 5px;
    vertical-align: middle;
}

.tooltip-cell:nth-child(2) {
    text-align: left;
}

/* Tooltip Cell for Column 1 */
.tooltip-cell:first-child {
    white-space: nowrap;
    width: 1%;
}

/* Tooltip Cell for Column 2 */
.tooltip-cell:last-child {
    word-break: break-all;
    overflow-wrap: break-word;
    line-height: 1.5;
}

@media screen and (min-width:1076px) and (max-width:1720px) {
    #dashbord_pickup h3 {
        height: 34px;
    }
}

@media screen and (min-width:900px) and (max-width:1076px) {
    #dashbord_pickup h3 {
        height: 51px;
    }
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-list-action .title{
    background: #F5F5F5;
    font-weight: normal;
    font-size: 12px;
    padding: 13px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-list-action .input {
    font-size: 15px;
    padding: 12px 8px;
}

.client-list-action .input input{
    width: 100%;
}

.client-list-action .group {
    display: flex;
}
.client-list-action .w-165 {
    display: flex;
    align-items: center;
}

.client-list-action .group + .group {
    border-top: 1px solid #E0E0E0;
}

/* Custom scrollbar for WebKit browsers (Chrome, Safari) */
::-webkit-scrollbar {
  width: 3px;
}

/* Custom scrollbar for Firefox */
* {
  scrollbar-width: thin;
}

/* Style for readonly inputs */
input[readonly] {
    background-color: #f5f5f5;
    color: #666;
    border: 1px solid #ccc;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Chrome, Safari, Edge, Opera */
.postal_code::-webkit-outer-spin-button,
.postal_code::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.postal_code {
    -moz-appearance: textfield;
}

@media only screen and (max-width:1024px){
  header * {
    position: static !important;
    font-size: 14px !important;
  }
  #menu {
    width: unset;
    height: unset;
    padding-left: 0;
    padding-top: 0;
  }
  header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    justify-content: space-between;
    width: 100vw;
  }
  header h1,
  header h1 span {
    font-size: 14px;
    padding-top: 0;
    display: flex;
    gap: 5px;
    max-width: fit-content;
    line-height: 18px;
  }
  .header-menu {
      display: flex;
      gap: 10px;
      align-items: center;
  }
  header form:not(#clear-all-form) { 
    display: flex;
    padding-top: 0;
  }
  header #hdr_user_info {
    width: fit-content;
  }
  header #hdr_search {
    height: 37px;
    background-position: top 10px left 12px;
    padding: 11px 4px 10px 30px;
    width: 100%;
    flex: 1;
  }
  header #hdr_search:focus {
    background-color: #2A56C6;
    color: #FFF;
  }
  header #hdr_user_info p{
    margin-top: 0;
    width: max-content;
    margin-bottom: 3px;
  }
  header .btn1.btn-search {
    /* width: unset; */
    padding: 12px 5px;
  }

  header .btn-clear-all {
    width: unset;
    font-size: 14px;
    height: 37px;
    padding: 12px 5px;
  }
  .open-menu{
  }
}
@media only screen and (max-width: 768px) {
  #loginbox {
      height: 405px;
  }
  header * {
    font-size: 12px !important;
  }
  header {
    gap: 5px;
    padding: 5px;
  }
  header .btn1.btn-search, 
  header .btn1.btn-clear-all {
    padding: 8px !important;
    width: fit-content !important;
  }
  header .btn1.btn-search span,
  header .btn1.btn-clear-all span {
    display: none !important;
  }
  header .btn1.btn-search img,
  header .btn1.btn-clear-all img {
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
  }
  header h1 {
    width: fit-content;
  }
  header #hdr_search {
    padding: 11px 4px 10px 30px;
    width: 50px;
  }
  header form:not(#clear-all-form) { 
    flex: 1;
    width: 100%;
    display: flex;
  }
  .client-list-action .group {
    flex-wrap: wrap;
  }
  .client-list-action .title,
  .client-list-action .input {
    flex: 1 1 48%; 
    border-bottom: 1px solid #E0E0E0;
  }
  .client-list-action .group + .group {
    border-top: unset;
    }
  .client-list-action .flex-center,
  .client-list-action .search-btn {
      flex: 1 1 48%; 
      padding: 12px 0;
      border-bottom: 1px solid #E0E0E0;
  }
  .tr-db-pref {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column  ;
  }
}

.scroll-area {
    overflow-x: auto;
}

.tablesorter-default {
    font: unset;
    color: unset;
    margin: unset;
}

.tablesorter-default th, .tablesorter-default thead td {
    color: #5A4E4B;
}

.tablesorter-default .header, .tablesorter-default .tablesorter-header {
    padding: 13px 8px;
}
