@charset "utf-8";
/* CSS Document */

/*///////////////////////////////////////////////////////////////////////////
 ログイン
///////////////////////////////////////////////////////////////////////////*/
#LOGIN,
#ERR{
  color: #00957f;
  background: 
    url("/img/login_bg_L.png") bottom left / 390px 375px no-repeat,
    url("/img/login_bg_R.png") top right / 330px 315px no-repeat;
}
#LOGIN #wrapper,
#ERR #wrapper{
  padding-top: 20px;
}
#login_div,
#err_div{
	text-align:center;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
@media (max-width: 959px) {
  #login_div,
  #err_div{
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 20px 30px 40px;
    box-sizing: border-box;
    border-radius: 10px;
  }
}
@media (min-width: 960px) {
  #login_div,
  #err_div{
    width: 500px;
    margin: 100px auto 0;
    padding: 80px 0;
    border-radius: 20px;
  }
}
#login_div table{
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 959px) {
  #login_div table{
    width : 100%;
  }
}
@media (min-width: 960px) {
  #login_div table{
    width : 350px;
  }
}
#login_div tbody{
  width: 100%;
}
#login_div tbody input{
  width: 100%;
  max-width: inherit;
}
#login_div .btnS{

  box-sizing: border-box;
  line-height: 1.2;
}
@media (min-width: 960px) {
  #login_div .btnS{
    width: 350px;
    padding: 20px 30px;
  }
}
#login_div .btnS.typeM{
  width: auto;
}

#LOGIN .login_logo{
  margin: 0 auto;
}
@media (max-width: 959px) {
  #LOGIN .login_logo{
    width: 80%;
  }
}
@media (min-width: 960px) {
  #LOGIN .login_logo{
    width: 350px;
  }
}


/*///////////////////////////////////////////////////////////////////////////
 エラー
///////////////////////////////////////////////////////////////////////////*/
#ERR .err_logo {
  width : 100px;
  margin: 0 auto;
}
#ERR .err_logo img {
  width : 100%;
  height: auto;
}
#ERR h3 {
  margin: 10px 0;
  font-size: 2rem;
  font-weight: bold;
  color: var(--clr-g);
  letter-spacing: 1px;
}


/*///////////////////////////////////////////////////////////////////////////
 トップ
///////////////////////////////////////////////////////////////////////////*/
@media (max-width: 959px) {
  #TOP{
    background-color: #f9f9f9;
  }
}
#TOP .con_box {
	text-align: left;
}
#TOP .con_box > dt {
	width: 100%;
	font-weight: bold;
  line-height: 1;
}
@media (max-width: 959px) {
  #TOP .con_box > dt {
    padding: 15px 10px;
    font-size: 1.8rem;
    box-sizing: border-box;
    background-color: #f9f9f9;
    border-bottom: 2px solid #00957f;
    color: #00957f;
  }
  #TOP .con_box + .con_box > dt{
    box-shadow: 0 5px 5px -5px #ddd inset;
  }
}
@media (min-width: 960px) {
  #TOP .con_box > dt {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 2.2rem;
  }
}

@media (min-width: 960px) {
  #TOP .apli_area {
    background-color: #e5f4f2;
    border-radius: 10px;
  }
}

#TOP .apli_list > li {
	vertical-align: top;
}
#TOP .apli_box {
	padding: 5px;
	border-radius: 10px;
	background-color: #FFF;
	box-sizing: border-box;
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.2), 0 1px 3px 1px rgba(60,64,67,.1);
	color: #333;
	text-align: center;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}
#TOP .apli_icon img {
	width: auto;
	height: auto;
	vertical-align: middle;
}

@media (max-width: 959px) {
  #TOP .apli_icon.type_s img {
    max-width  : 50px;
    max-height : 50px;
    line-height: 50px;
  }
}
@media (min-width: 960px) {
  #TOP .apli_icon.type_s img {
    max-width  : 70px;
    max-height : 70px;
    line-height: 70px;
  }
}
#TOP .apli_icon.type_ss img {
	max-width : 30px;
	max-height: 30px;
	line-height: 30px;
}
#TOP .apli_name {
	line-height: 1.2;
}

@media (max-width: 959px) {
  #TOP .apli_icon + .apli_name {
    margin-top: 5px;
  }
}
@media (min-width: 960px) {
  #TOP .apli_icon + .apli_name {
    margin-top: 10px;
  }
}

@media (max-width: 959px) {
  #TOP .news_list  {
    background-color: #FFF;
  }
}
@media (min-width: 960px) {
  #TOP .news_list {
    border-style: solid;
    border-color: #e5f4f2;
    border-radius: 10px;
  }
}
#TOP .news_list_in {
	overflow-y: scroll;
	position: relative;
}

#TOP .kanri .apli_area {
	background-color: #f3f3f3;
}
#TOP .kanri .apli_box {
	color: var(--clr-b);
}
#TOP .kanri .top_list {
	border-color: #eee;
}
#TOP .kanri .top_list_in {
	height: 300px;
}

#TOP [request_type='20'] { background-color: #dbfbdc; color: #2b8a2e;}
#TOP [request_type='11'] { background-color: #e2e3fa; color: #3032c9;}
#TOP [request_type='10'] { background-color: #eff1ab; color: #737608;}

#TOP .typeBox {
	width: 100%;
	display: block;
}
#TOP .statusBox,
#TOP .statusBox2 {
	display: block;
	background-color: #f9f9f9;
}
#TOP .listHeadS{
	position: sticky;
	top: 0;
	z-index: 3;
}
#TOP .type_blank{
  position: relative;
}
#TOP .type_blank:before{
  content: "";
  width : 15px;
  height: 15px;
  top   :  5px;
  right :  5px;
  position: absolute;
	background-color: var(--clr-g);
	-webkit-mask-image:url("../img/icon/ic_window.svg");
	mask-image:url("../img/icon/ic_window.svg");
	-webkit-mask-position: top right;
	mask-position: top right;	
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	-webkit-mask-repeat:no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-origin:border-box;
	mask-origin: border-box;
	-webkit-mask-clip: border-box;
	mask-clip: border-box;
}
#TOP .kanri .type_blank:before{
	background-color: var(--clr-b);
}
@media (max-width: 959px) {
  #TOP .apli_box {
    width : 100px;
    height: 100px;
  }
  #TOP .apli_icon img {
    max-width  : 70px;
    max-height : 70px;
    line-height: 70px;
  }
	#TOP .apli_area {
		padding: 15px calc((100% - 330px) / 2);
	}
	#TOP .apli_list > li {
    margin-right: 15px;
    display: inline-block;
		text-align: center;
	}
	#TOP .apli_list > li:nth-child(3n) {
		margin-right: 0;
	}
  #TOP .apli_list > li:nth-child(n+4) {
		margin-top: 10px;
	}
  #TOP .news_list,
	#TOP .top_list {
		padding: 0;
	}
  #TOP .news_list_in,
	#TOP .top_list_in {
		height: 170px;
	}
}
@media (min-width: 960px) {
  #TOP .apli_box {
    width : 140px;
    height: 140px;
    border: 5px solid transparent;
    position: relative;
    transition: .2s;
  }
  #TOP .apli_box:hover {
    border: 5px solid #b2dfd8;
    box-sizing: border-box;
  }
  #TOP .kanri .apli_box:hover {
    border: 5px solid #b6d2f3;
  }
  #TOP .apli_icon img {
    max-width  : 80px;
    max-height : 80px;
    line-height: 80px;
  }
	#TOP .apli_area {
		padding: 20px;
	}
  #TOP .apli_list{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  #TOP .apli_list > li {
    margin-right: 20px;
	}
  #TOP .apli_list > li:nth-child(6n) {
    margin-right: 0;
	}
  #TOP .apli_list > li:nth-child(n+7) {
    margin-top: 10px;
	}
  #TOP .news_list,
	#TOP .top_list {
		padding: 10px;
		border-width: 5px;
	}
  #TOP .news_list_in,
	#TOP .top_list_in {
		height: 150px;
	}
}


/*///////////////////////////////////////////////////////////////////////////
 申請システム
///////////////////////////////////////////////////////////////////////////*/

.select2-container--default .select2-selection--single .select2-selection__arrow { display: none;}
#REQUEST #selectArea{
	box-sizing: border-box;
	background-color: #e5f4f2;
}
@media (max-width: 959px) {
  #REQUEST #selectArea{
    width : calc(100% - 20px);
    margin: 10px auto;
    padding: 20px;
    border-radius: 20px;
    box-sizing: border-box;
	}
}
@media (min-width: 960px) {
  #REQUEST #selectArea{
    width : 100%;
    height: 80px;
    margin: 40px auto;
    border-radius: 100px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
	}
}


#REQUEST #selectArea .ttl{
	margin-right: 10px;
	font-weight: bold;
}

#REQUEST #selectArea select{
  background-color: #FFF;
}

@media (max-width: 959px) {
  #REQUEST #selectArea .box{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  #REQUEST #selectArea .box .ttl{
    width: 60px;
    margin-top: 10px;
  }
  #REQUEST #selectArea .box .select_lbl{
    -webkit-box-flex:1;
    -ms-flex:1 1 10%;
    flex:1 1 10%;
  }
  #REQUEST #selectArea .box select{
    width: 100%;
  }
}

@media (max-width: 959px) {
  #REQUEST #selectArea .box + .box{
    margin-top: 10px;
  }
}
@media (min-width: 960px) {
  #REQUEST #selectArea .box + .box{
    margin-left: 20px;
  }
}

#REQUEST .typeBox,
#REQUEST .statusBox,
#KANRI_REQUEST .typeBox,
#KANRI_REQUEST .statusBox{
  width: 100%;
	line-height: 1.2;
	box-sizing: border-box;
	border-radius: 3px;
	display: inline-block;
}
@media (max-width: 959px) {
  #REQUEST .typeBox,
  #REQUEST .statusBox{
    padding: 3px;
    box-sizing: border-box;
  }
}
@media (min-width: 960px) {
  #REQUEST .typeBox,
  #REQUEST .statusBox,
  #KANRI_REQUEST .typeBox,
  #KANRI_REQUEST .statusBox{
  	padding: 5px 10px;
  }
}

.typeBox[request_type='20']	{ background-color:#dbfbdc; color:#2b8a2e;}
.typeBox[request_type='11'] { background-color:#e2e3fa; color:#3032c9;}
.typeBox[request_type='10'] { background-color:#eff1ab; color:#737608;}

@media (max-width: 959px) {
  #REQUEST .tbl1 .btnS{
    padding: 5px;
    font-size: 1.2rem;
  }
  #REQUEST .tbl1 colgroup col{
    box-sizing: border-box;

  }
  #REQUEST .tbl1 colgroup col:nth-child(1){ width: 65px;}
  #REQUEST .tbl1 colgroup col:nth-child(2){ width: auto;}
  #REQUEST .tbl1 colgroup col:nth-child(3){ width: 65px;}
  #REQUEST .tbl1 colgroup col:nth-child(4){ width: 40px;}
  #REQUEST .tbl1 colgroup col:nth-child(5){ width: 45px;}

  #REQUEST .date-part{
    display: block;
    line-height: 1;
  }
  #REQUEST .date-part:nth-child(2){
    margin-top: 2px;
  }

  #REQUEST .tbl1 td:nth-child(1) {
    padding-left: 10px;
    white-space: pre-wrap;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.0rem;
    line-height: 1.1;
  }
  #REQUEST .tbl1 td:nth-child(3) {
    font-size: 1.2rem;
  }
  #REQUEST .tbl1 td:nth-child(5) {
    padding-right: 10px;
  }
  #REQUEST .tbl1 colgroup:nth-child(1){ width: 75px;}
  #REQUEST .tbl1 colgroup:nth-child(3){ width: 125px;}
  #REQUEST .tbl1 colgroup:nth-child(4){ width: 60px;}
  #REQUEST .tbl1 colgroup:nth-child(5){ width: 75px;}
	.JS_request_btn{
		margin-top: 15px;
		padding: 15px 20px;
		font-size: 1.8rem;
	}
}
@media (min-width: 960px) {
	.JS_request_btn{
		margin-left: 20px;
		padding: 15px 20px;
	}
  #REQUEST .select2-container{
    width: 100%;
  }
  #REQUEST .date-part:nth-child(2){
    margin-left: 5px;
  }
}

@media (max-width: 959px) {
  #REQUEST .btnS + .btnS {
    margin-top: 5px;
  }
}
#REQUEST table.tbl1 td,
#TOP table.tbl1 td {
  vertical-align: middle;
}

.select_lbl{
    position: relative;
}
.select_lbl::before,
.select_lbl::after {
    position: absolute;
    content: '';
    pointer-events: none;
}
.select_lbl::before {
    right: 0;
    display: inline-block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 10px 10px 0;
    background-color: #00957f;
    content: '';
}
.select_lbl::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -70%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}
.select_lbl .select2-selection,
.select_lbl select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: 2px solid #00957f;
    border-radius: 10px;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
.select_lbl .select2-selection:focus,
.select_lbl select:focus {
    outline: 1px solid #00957f;
}

/* select2用プルダウンデザイン */
.select_lbl .select2-selection{
	height: 2.8em!important;
	padding: .4em 3.6em .4em .8em!important;
	border: 2px solid #00957f!important;
	text-align:left;
	border-radius: 10px!important;
}

.select_lbl .select2-selection {
	background-color: #FFF;
}

.select_lbl .select2-container {
	position:static;
}

input.select2-search__field{
	max-width :90%!important;
}
	
.select_lbl .select2-selection__rendered{
	padding-left: 0!important; 
	padding-right: 0!important;
}


.histList{
  text-align: left;
  border-top: 1px solid #EEE;
}
.histList>li{
  padding: 10px 0;
  border-bottom: 1px solid #EEE;
}
.histListData>li{
  text-align: left;
}
@media (max-width: 959px) {
  .histList .data{
    font-size: 1.0rem;
    display: inline-block;
  }
}
@media (min-width: 960px) {
  .histList .data{
    font-size: 1.2rem;
  }
}
.histList .name .request_user{
  margin-left: 5px;
  font-size: 1.0rem;
  color: #777;
  line-height: 1;
}
@media (min-width: 960px) {
  .histList .name{
    line-height: 24px;
  }
}

@media (max-width: 959px) {
  .histList .btn{
    width: 80px;
  }
}

.histList .status{
  width: 100%;
  display: block;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .histList .status{
    padding: 5px;
    min-width: 300px;
    font-size: 1.2rem;
  }
}
@media (min-width: 960px) {
  .histList .status{
    padding: 5px 10px;
  }
}
.statusList>li{
  display: inline-block;
  position: relative;
}
.statusList>li + li{
  padding-left: 16px;  
}
.statusList>li + li:before{
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top : 50%;
  left: 5px;
  margin-top: -4px;
  border-top:   4px solid transparent;
  border-bottom:4px solid transparent;
  border-left:  6px solid #BBB;
}
@media (max-width: 959px) {
  .histList .status{
    padding: 5px;
    min-width: 300px;
    font-size: 1.2rem;
  }
  .histList .statusList>li + li{
    padding-left: 16px;  
  }
  .histList .statusList>li + li:before{
    left: 5px;
    margin-top: -4px;
    border-top:   4px solid transparent;
    border-bottom:4px solid transparent;
    border-left:  6px solid #BBB;
  }
}
@media (min-width: 960px) {
  .histList .status{
    padding: 5px 10px;
  }
  .statusList>li + li{
    padding-left: 26px;  
  }
  .statusList>li + li:before{
    left: 10px;
    margin-top: -4px;
    border-top:   4px solid transparent;
    border-bottom:4px solid transparent;
    border-left:  6px solid #BBB;
  }
}
.statusList>li:last-child{
  color: #00957f;
  font-weight: bold;
}

@media (max-width: 959px) {
  #REQUEST .request_select{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #REQUEST .request_select_box{
    display: inline-block;
    text-align: left;
  }
  #REQUEST .request_select .labelboxS {
    display : -webkit-inline-box;
    display : -ms-inline-flexbox;
    display : -webkit-inline-flex;
    display : inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #REQUEST .request_select select{
  padding: 3px 10px 3px 5px;
  }
  #REQUEST .request_select .labelboxS .ttl {
    display: inline-block;
  }
  #REQUEST .request_select .labelboxS + .labelboxS{
    margin-left: 10px;
  }
  #REQUEST .request_select .btnS{
    margin-left: 10px;
  }
}

#REQUEST .shinsei_pop .status{
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

@media (max-width: 959px) {
  #REQUEST .shinsei_pop {
    min-width: 280px;
  }
  #REQUEST .shinsei_pop .status{
    min-width: 200px;
  }
  #REQUEST .shinsei_pop table.tbl3 th{
    padding: 5px 0;
    line-height: 1;
  }
  #REQUEST .shinsei_pop table.tbl3 td{
    min-height: 20px;
    padding: 0 0 5px;
    line-height: 1;
  }
}
@media (min-width: 960px) {
  #REQUEST .shinseiArea{
    width: 500px;
  }
}

#REQUEST .fileArea {
}
#REQUEST .fileArea dt{
  padding: 5px;
  background-color: #b2dfd8;
  border-radius: 5px 5px 0 0;
}
#REQUEST .fileArea dt span{
  font-size: 0.8em;
}
#REQUEST .fileArea dd{
  padding: 10px;
  background-color: #e5f4f2;
  border-radius: 0 0 5px 5px;
}

#REQUEST .meishi_preview h3+h4.subttl{
  margin-top: 20px;
}

@media (max-width: 959px) {
  #REQUEST .rtndata{
    padding-right: 10px;
  }
  #REQUEST #JS_iframe_meishi>iframe{
    width: calc( 100% - 40px );
  }
}

#REQUEST .meishidataS{
  padding : 0;
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
}
#REQUEST .meishidata_dlS{
  width: auto;
}
#REQUEST .meishidata_dlS .data_img {
	width : 120px;
	height: 85px;
}
#REQUEST .meishidata_dlS .data_img img {
	max-width : 120px;
	max-height: 85px;
}


/*///////////////////////////////////////////////////////////////////////////
 アカウント作成申請
///////////////////////////////////////////////////////////////////////////*/
#ACCOUNT .rome {
  width: 150px;
  margin-right: 5px;
}
#ACCOUNT .pcnumber {
  width: 50px;
  margin-left : 5px;
  margin-right: 5px;
}
#ACCOUNT .ui-datepicker-trigger{
  width: 40px;
  height: 40px;
  margin-left: 10px;
  text-align: center;
  background: -webkit-linear-gradient(left bottom, #00957f, #00b15a);
  background: -o-linear-gradient(left bottom, #00957f, #00b15a);
  background: linear-gradient(to right bottom, #00957f, #00b15a);
  border: 0;
  border-radius: 3px;
  vertical-align: top;
  cursor:pointer;
}
@media (max-width: 959px) {
  #ACCOUNT #idf_form_date_join{
    width: calc(100% - 50px);
  }
}


/*///////////////////////////////////////////////////////////////////////////
 名刺申請
///////////////////////////////////////////////////////////////////////////*/
#CARD .cardArea {
  width: 100%;
  position: relative;
}
@media (max-width: 959px) {
  #CARD .cardArea {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
}
@media (min-width: 960px) {
  #CARD .cardArea {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.cardAreaL {
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .cardAreaL {
    width: 100%;
    padding: 30px 10px;
    text-align: center;
    order: 2;
  }
}
@media (min-width: 960px) {
  .cardAreaL {
    width: 490px;
    padding-right: 20px;
  }
}

@media (max-width: 959px) {
  .cardAreaL .ttl {
    margin-bottom: 20px;
    color: #00957f;
    font-weight: bold;
    font-size: 2.2rem;
  }
}
@media (min-width: 960px) {
  .cardAreaL .ttl {
    display: none;
  }
}
.cardAreaL .subttl {
  width: 100%;
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  box-sizing: border-box;
  background-color: #EEE;
  text-align: center;
}
.cardAreaL .noteTxt {
  color: #777;
  font-size: 1.1rem;
}
@media (max-width: 959px) {
  .cardAreaL .noteTxt {
    padding-top: 10px;
    text-align: left;
  }
}
@media (min-width: 960px) {
  .cardAreaL .noteTxt {
    padding-top: 5px;
    text-align: center;
  }
}
.cardAreaR {
  position: relative;
}
@media (max-width: 959px) {
  .cardAreaR {
    order: 1;
  }
}
@media (min-width: 960px) {
  .cardAreaR {
    padding: 15px;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    background-color: #b2dfd8;
    border-radius: 15px;
  }
}
.cardAreaR>.wrap {
  background-color: #FFF;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .cardAreaR>.wrap {
    padding: 20px 10px 100px 10px;
    border-radius: 15px;
    height: 100%;  
  }
}
.card_ura{
  padding-top: 10px;
  padding-bottom: 10px;
}
.card_ura img{
  width: 80px;
  display: inline-block;
}

@media (max-width: 959px) {
  #CARD .typeArea{
    display: none;
  }
}
@media (min-width: 960px) {
  #CARD .typeArea{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 25px;
  }
}
#CARD .typeArea .typeTxt{
  width: 80px;
  padding: 5px 0;
  text-align: center;
  background-color: #00957f;
  color: #FFF;
  position: relative;
}
#CARD .typeArea .typeTxt:before{
  content : "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  border-style: solid;
  border-width: 10px 40px 0 40px;
  border-color: #00957f transparent transparent transparent;
}
#CARD .typeArea .typeTxt dd{
  font-size: 20px;
  line-height: 1;
}


@media (max-width: 959px) {
  #CARD .cardAreaBtn {
    padding: 0 10px;
    order: 3;
  }
}
@media (min-width: 960px) {
  #CARD .cardAreaBtn {
    position: absolute;
    bottom: 40px;
    right: 155px;
  }
}

#CARD .btnArea,
#ACCOUNT .btnArea{
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#CARD .btnArea li,
#ACCOUNT .btnArea li{
  display: inline-block;
}
#CARD .btnArea .btnS,
#ACCOUNT .btnArea .btnS{
  width: 100%;
	padding-left : 30px;
	padding-right: 30px;
 }
 @media (max-width: 959px) {
  .JS_btn_shikaku_pop{
    font-size: 1.8rem; 
  }
 }

 
/*///////////////////////////////////////////////////////////////////////////
 名刺管理
///////////////////////////////////////////////////////////////////////////*/
#KANRI_MEISHI .JS_meishi_file:not([href="/up/meishi//"]) + .btn_upload {
	margin-bottom: 10px;
	background-color: #999;
}
#KANRI_MEISHI .meishi_bikou_box{
	border:solid 1px #ccc;
	padding:5px;
	min-height:70px;
	max-width: 100%;
	min-width: 100%;
	text-align:left;
}

@media (min-width: 960px) {
  #KANRI_MEISHI .b_labelS .select2-selection,
  #KANRI_MEISHI .b_labelS select{
    width: 150px;
    min-width: 100px;
  }
}

#KANRI_MEISHI .JS_form_editdata{
  max-width:inherit;
}
#KANRI_MEISHI #JS_selProcessStatusMeishi{
  width: auto;
  min-width: inherit;
}

#KANRI_MEISHI .parts_send{
  min-width: 180px;
  margin-top: 5px;
	padding: 5px;
	line-height: 1;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-sizing: border-box;
  display: inline-block;
}
#KANRI_MEISHI .parts_send .JS_form_label{
   line-height: inherit;
}
#KANRI_MEISHI .parts_send .JS_editmode{
  display: inline;
}
#KANRI_MEISHI .parts_send #JS_form_date_send{
  width: 110px;
  padding: 5px;
  background-color: #FFF;
  border: 2px solid #DDD;
  border-radius: 5px;
}
#KANRI_MEISHI .parts_send .JS_form_displaydata{
  vertical-align: middle;
}
#KANRI_MEISHI .parts_send .JS_form_submit,
#KANRI_MEISHI .parts_send .JS_form_cancel{
  vertical-align: middle;
}

[uploaded='1'] [viewtype="notup"]{ display:none!important; }
[uploaded='0'] [viewtype="up"]{ display:none!important; }


/*** 入稿データ ***/
#KANRI_MEISHI .meishidata_s{
  margin: 0 10px;
}
#KANRI_MEISHI .meishidata_s_dl{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
#KANRI_MEISHI .meishidata_s_dl + .meishidata_s_dl{
	margin-top: 5px;
}
#KANRI_MEISHI .meishidata_s_dl>dt,
#KANRI_MEISHI .meishidata_s_dl>dd{
	text-align: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#KANRI_MEISHI .meishidata_s_dl>dt{
  padding: 5px;
	background-color: #b6d2f3;
  color: var(--clr-b);
}
#KANRI_MEISHI .meishidata_s_dl>dd{
	padding: 3px 8px;
	box-sizing: border-box;
	background-color: #e6f0fb;
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
}
#KANRI_MEISHI .meishidata_s_dl .data_img {
	width : 50px;
  height: 35px;
	position: relative;
  background-color: #CCC;
}
#KANRI_MEISHI .meishidata_s_dl .data_img img {
	width : auto;
  max-width : 50px;
  max-height: 35px;
  vertical-align: middle;
}
#KANRI_MEISHI .meishidata_s_dl .data_img .data_cancel{
	width : 10px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	display: block;
	position: absolute;
	top : 0;
	left: -3px;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #777;
	color: #FFF;
	font-size: 10px;
}
#KANRI_MEISHI .meishidata_s_dl .data_btn{
  padding-left: 5px;
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
}
#KANRI_MEISHI .meishidata_s_dl .data_btn .icS{
  width : 20px;
  height: 20px;
  margin-right: 0;
	background-color: var(--clr-b);
}
#KANRI_MEISHI .meishidata_s_dl .data_day{
	margin-top: 10px;
	color: #999;
	font-size: 1.2rem;
	line-height: 1;
}
#KANRI_MEISHI .meishidata_s_dl a:hover,
#KANRI_MEISHI .meishidata_s_dl label:hover,
#KANRI_MEISHI .meishidata_s_dl button{
  cursor : pointer;
}
#KANRI_MEISHI .meishidata_s_dl button{
  border: 0;
  background: none;
  padding: inherit;
}


/*///////////////////////////////////////////////////////////////////////////
 アカウント管理
///////////////////////////////////////////////////////////////////////////*/
#KANRI_ACCOUNT .parts_pw{
	padding: 2px 5px;
	line-height: 1;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
#KANRI_ACCOUNT .parts_id{
	font-size: 1.2rem;
}


/* スイッチON */
#KANRI_ACCOUNT .slide-switch {
  position: relative;
  display: inline-block;
  width: 3em;
  height: 1.5em;
  border-radius: 1.5em;
  overflow: hidden;
}
#KANRI_ACCOUNT .slide-switch:hover{ 
	cursor : pointer;
  /*
	opacity:0.7;
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	text-decoration:none;
  */
}
#KANRI_ACCOUNT .slide-switch input {
  display: none;
}
#KANRI_ACCOUNT .slide-switch span {
  position: absolute;
  display: block;
  width: 4.5em;
  height: 100%;
  left: 0;
  background-color: #BBB;
  transition: all 100ms linear;
}
#KANRI_ACCOUNT .slide-switch span::before {
  content: 'ON';
  position: absolute;
  display: inline-block;
  right: .4em;
  color: white;
  font-size: 0.7em;
  line-height: 2.2em;
}
#KANRI_ACCOUNT .slide-switch span::after {
  content: '';
  position: absolute;
  display: block;
  width: 1.3em;
  height: 1.3em;
  border-radius: 1.3em;
  left: 1.6em;
  top: 0.1em;
  background-color: white;
}
#KANRI_ACCOUNT .slide-switch input:checked ~ span {
  left: -1.5em;
  background: -webkit-linear-gradient(left, var(--clr-b), #0b88df);
  background: -o-linear-gradient(left, var(--clr-b), #0b88df);
  background: linear-gradient(to right, var(--clr-b), #0b88df);
}


/*///////////////////////////////////////////////////////////////////////////
 お知らせ管理
///////////////////////////////////////////////////////////////////////////*/
#KANRI_NEWS table.tbl1 td {
    height: 35px;
}
#KANRI_NEWS #submitArea {
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #f5f5f5;
}
#KANRI_NEWS #submitArea .ttl {
    font-weight: bold;
}
#KANRI_NEWS textarea {
    border: 2px solid #ddd;
}
#KANRI_NEWS .JS_editmode {
    display: block;
}
#KANRI_NEWS .form_error {
    font-size: 10px;
}
#KANRI_NEWS #idf_form_date_news {
    padding: 5px;
    max-width: inherit;
    text-align: center;
    border: 2px solid #DDD;
    background-color: #FFF;
    border-radius: 5px;
    cursor: pointer;
}

/* スマホ・タブレット（～959px） */
@media (max-width: 959px) {
    #KANRI_NEWS #submitArea {
        width: calc(100% - 20px);
        margin: 20px auto;
        padding: 20px;
        border-radius: 20px;
        box-sizing: border-box;
    }
    #KANRI_NEWS .JS_form_editdata {
        width: 100%;
        min-height: 150px;
    }
    #KANRI_NEWS #idf_form_date_news {
        width: 100%;
        height: 40px;
        border-radius: 0 0 5px 5px;
    }
    #KANRI_NEWS .tbl1 td:nth-child(1) {
        font-size: 1.2rem;
    }
    #idf_form_txt_news {
        width: 100%;
        min-height: 150px;
        margin-bottom: 10px;
        border-radius: 0 0 5px 5px;
    }
    #KANRI_NEWS #submitArea .ttl {
        width: 100%;
        padding: 5px 0;
        background-color: #ddd;
        border-radius: 5px 5px 0 0;
        line-height: 1;
    }
    #KANRI_NEWS .submitArea_dl + .submitArea_dl {
        margin-top: 10px;
    }
    #KANRI_NEWS #JS_submit_btn {
        font-size: 1.6rem;
    }
}

/* PC（960px～） */
@media (min-width: 960px) {
    #KANRI_NEWS #submitArea {
        width: 980px;
        min-height: 80px;
        margin: 20px auto;
        border-radius: 50px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    #KANRI_NEWS .JS_form_editdata {
        width : calc(100% - 80px);
        min-width: calc(100% - 80px);
        min-height: 100px;
    }
    #KANRI_NEWS #idf_form_date_news {
        width: 100px;
        height: 40px;
        padding: 5px;
    }
    #KANRI_NEWS #idf_form_txt_news {
        width: 450px;
        max-width: 450px;
        min-height: 62px;
    }
    #KANRI_NEWS #submitArea .ttl {
        margin-right: 10px;
    }
    #KANRI_NEWS #JS_submit_btn {
        margin-left: 10px;
    }
    #KANRI_NEWS .submitArea_dl dt,
    #KANRI_NEWS .submitArea_dl dd {
        display: inline-block;
    }
    #KANRI_NEWS .submitArea_dl + .submitArea_dl {
        margin-left: 20px;
    }
}


/*///////////////////////////////////////////////////////////////////////////
 JSON
///////////////////////////////////////////////////////////////////////////*/
#KANRI_JSON .w980{
  width : 980px;
  margin: 0 auto;
}
#KANRI_JSON .input_div{
	float:left;
	width:40%;
}
#KANRI_JSON .btn_div{
	float:left;
	width:20%;
	text-align:center;
}
#KANRI_JSON .output_div{
	float:right;
	width:40%;
}
#KANRI_JSON .input_div textarea,
#KANRI_JSON .output_div textarea{
	width:100%;
	height:400px;
}
#KANRI_JSON .output_div textarea{
	background-color:#fafafa;
}
#KANRI_JSON .btn_div button{
	width:120px;
}