@charset "utf-8";
.k_select{
			background-color:#fff;
			padding:10px;
			border-radius: 5px;
		}
		.p-koumoku__template .p-koumoku__link__btn {
			padding-top:1px;
		}
		.p-koumoku__title {
			margin-bottom:8px;
			font-weight: bold;
		}
		.p-koumoku__text {
			padding:10px;
			margin-bottom:15px;
			border-radius:0px;
			font-size:15px;
			background-color:#FFF;
		}
		.p-koumoku__check {
			margin-bottom:7px;
		}
		.k_modal_title{
			background-color: #a5d714;
			margin-right: 20px;
			margin-bottom: 20px;
			padding: 10px;
			font-weight: bold;
			font-size: 22px;
			border-radius: 5px;
			color: #fff;
		}
		.p-koumoku__link_btns{
			position: relative;
		}
		/*@media (min-width: 1180px) {
			.p-koumoku__link_div{
				position: absolute;
				right: 0;
			}
		}*/
		@media (min-width:550px) and (max-width: 767px) {
			.p-koumoku__link_div{
				position: absolute;
				right: 0;
			}
		}
		@media (max-width: 1279px) {
			.p-koumoku__link_sp{
				justify-content: start;
			}
		}
		.btn__control:disabled {
			opacity: 0.6;
			cursor: default;
		}
		.input__control:read-only {
  		background-color: #e9e9e9;
		}

		/** ツールチップ */
		.tooltip {
  		position: relative;
		}
		/* ツールチップのテキスト */
		.tooltip-text {
			opacity: 0;
			visibility: hidden;
			position: absolute; /* 絶対配置 */
			right: 0;
			top: 50px;
			display: inline-block;
			padding: 5px; /* 余白 */
			white-space: nowrap; /* テキストを折り返さない */
			font-size: 0.8rem; /* フォントサイズ */
			line-height: 1.3; /* 行間 */
			background: #666; /* 背景色 */
			color: #fff; /* 文字色 */
			border-radius: 3px; /* 角丸 */
			transition: 0.3s ease-in; /* アニメーション */
		}

/* ホバー時にツールチップの非表示を解除 */
.tooltip:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}
/*2020.06 追記分 */
.jikohyouka .TitleWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.jikohyouka .TitleWrap h2 {
		margin-right: 20px;
}
.jikohyouka .TitleWrap .p-koumoku__link__btn {
	font-size: 14px;
	width: auto;
	height: auto;
	padding : 10px 15px;
}
.jikohyouka #tmp_copy {
	font-size: 14px;
	width: auto;
	height: auto;
	padding : 10px 15px;
}
.jikohyouka .tempAbout {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.jikohyouka .tempAbout .items{
	margin-right: 25px;
}
.jikohyouka .tempAbout .items .p-koumoku__text {
	margin-bottom: 0;
}
.jikohyouka .tempAbout .p-koumoku__check {
	margin-bottom: 0;
}
.jikohyouka .tempAbout .check_now {
	display: inline-block;
	padding: 10px 15px;
	background: #ffffff;
	border: #cccccc solid 1px;
	line-height: 1.3;
	text-align: center;
}
.jikohyouka .tempAbout .p-koumoku__check .check_now.not_set {
	background: #d8d8d8;
	border: #bdbdbd solid 1px;
	color: #626262;
}
.jikohyouka .tempAbout .p-koumoku__check .check_now.set_up {
	background: #f3e5d1;
	border: #eac690 solid 1px;
	color: #ae7e36;
}
.jikohyouka .tempAbout .p-koumoku__check .check_now.configured {
	background: #e7f4c2;
	border: #a5d714 solid 1px;
	color: #8fb425;
}
.jikohyouka .whiteWrap {
	background: #ffffff;
}
.jikohyouka .whiteWrap.top {
	border-radius: 5px 5px 0 0;
	padding: 25px 35px;
	margin-top: 25px;
	position: relative;
}
.jikohyouka .whiteWrap.top:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:15px;
    border-right-width:15px;
    margin-left: -15px;
    border-bottom-color:#FFFFFF;
    bottom:100%;
    left:30px;
}
.jikohyouka .whiteWrap.bottom {
	border-radius: 0 0 5px 5px;
	padding: 20px 35px;
	border-top: #efefef solid 1px;
	margin-bottom: 20px;
}
.jikohyouka .whiteWrap.bottom .btnWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.jikohyouka .whiteWrap.bottom .btnWrap + .btnWrap{
	margin-top: 8px;
}
.jikohyouka .whiteWrap.bottom .btnWrap .tooltip-text {
	z-index: 3;
}
.jikohyouka .whiteWrap.bottom .btnWrap #tmp_save {
	font-size: 16px;
	margin: 0;
	width: auto;
	height: auto;
	padding: 10px 20px;
	min-width: 200px;
}
.jikohyouka .whiteWrap.bottom .btnWrap #tmp_delete{
	font-size: 14px;
	margin: 0;
	background: #777777;
	width: auto;
	height: auto;
	padding: 7px 15px;
}
.jikohyouka .whiteWrap.bottom .btnWrap #tmp_delete:disabled {
	color: #333333;
	opacity: 0.4;
}
.jikohyouka .whiteWrap.bottom .btnWrap .tooltip-text {
	top: auto;
	bottom: 105%;
}
.jikohyouka .whiteWrap .items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.jikohyouka .whiteWrap .items.alT {
	align-items: flex-start;
}
.jikohyouka .whiteWrap .items + .items {
	margin-top: 20px;
}
.jikohyouka .whiteWrap .items.tagPer {
	margin: 30px 0;
}
.jikohyouka .whiteWrap .items .p-koumoku__title{
	margin-bottom: 0;
	width: 165px;
	padding-right: 15px;
}
.jikohyouka .whiteWrap .items .p-koumoku__check{
	margin-bottom: 0;
}
.jikohyouka .whiteWrap .dataCheck {
	min-height: 34px;
}
.jikohyouka .whiteWrap .dataCheck input {
  display: none;
}
.jikohyouka .whiteWrap .dataCheck label {
  display: block;
  float: left;
  cursor: pointer;
  width: 130px;
  margin: 0;
  padding: 10px;
  background: #d6d6d6;
  color: #777777;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  transition: .2s;
}
.jikohyouka .whiteWrap .dataCheck label:hover {
  opacity: .8;
}
.jikohyouka .whiteWrap .dataCheck label:first-of-type {
  border-radius: 5px 0 0 5px;
}
.jikohyouka .whiteWrap .dataCheck label:last-of-type {
  border-radius: 0 5px 5px 0;
}
.jikohyouka .whiteWrap .dataCheck input[type="radio"]:checked + .switch-on {
  background-color: #a5d714;
  color: #fff;
}
.jikohyouka .whiteWrap .dataCheck input[type="radio"]:checked + .switch-off {
  background-color: #a5d714;
  color: #fff;
}
/* 全体設定 start*/
.jikohyouka_kijyun .dataCheck {
	min-height: 34px;
}
.jikohyouka_kijyun .dataCheck input {
  display: none;
}
.jikohyouka_kijyun .dataCheck label {
  display: block;
  float: left;
  cursor: pointer;
  width: 130px;
  margin: 0;
  padding: 10px;
  background: #d6d6d6;
  color: #777777;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  transition: .2s;
}
 .jikohyouka_kijyun .dataCheck label:hover {
  opacity: .8;
}
 .jikohyouka_kijyun .dataCheck label:first-of-type {
  border-radius: 5px 0 0 5px;
}
.jikohyouka_kijyun .dataCheck label:last-of-type {
  border-radius: 0 5px 5px 0;
}
.jikohyouka_kijyun .dataCheck input[type="radio"]:checked + .switch-on {
  background-color: #a5d714;
  color: #fff;
}
.jikohyouka_kijyun .dataCheck input[type="radio"]:checked + .switch-off {
  background-color: #a5d714;
  color: #fff;
}
.jikohyouka_kijyun  .sellists {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 85%;
	width: -webkit-calc(100% - 165px);
  width: -moz-calc(100% - 165px);
  width: calc(100% - 165px);
}
/* 全体設定 end */
.jikohyouka .whiteWrap .items .select2-kt-styled {
	width: 70%;
	width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: calc(100% - 300px);
	margin-left: 10px;
}
.jikohyouka .whiteWrap .items .select2-kt-styled .select2-container {
	width: 100% !important;
}
.jikohyouka .whiteWrap .items .select2-kt-styled .select2-container--default .select2-selection--multiple .select2-selection__choice{
	line-height: 1.2em;
}
.jikohyouka .whiteWrap .items .sellists {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 85%;
	width: -webkit-calc(100% - 165px);
  width: -moz-calc(100% - 165px);
  width: calc(100% - 165px);
}
.jikohyouka .whiteWrap .items .p-koumoku__check.tgWrap {
	width: 85%;
	width: -webkit-calc(100% - 165px);
  width: -moz-calc(100% - 165px);
  width: calc(100% - 165px);
}
.jikohyouka .whiteWrap .items .lists {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.jikohyouka .whiteWrap .items .lists + .lists {
	margin-top: 10px;
}
.jikohyouka .whiteWrap .items .lists label {
	display: inline-block;
	cursor: pointer;
}
.jikohyouka .whiteWrap .items .lists label + label {
	margin-left: 15px;
}
.jikohyouka .whiteWrap .items .lists label input[type="checkbox"] {
	display: inline-block;
	margin-right: 5px;
}
.jikohyouka .compBtn {
	width: 100%;
	padding: 0 30px 40px 30px;
	margin-bottom: 40px;
	border-bottom: solid 1px #d6d6d6;
	box-sizing: border-box;
	box-shadow: 0px 1px 0px 0px #ffffff;
}
.jikohyouka .compBtn form{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.jikohyouka .compBtn .p-koumoku__link__btn {
	width: auto;
	min-width: 250px;
	height: auto;
	padding: 15px;
}
@media (max-width: 768px) {
	.jikohyouka .TitleWrap {
		display: block;
		margin-bottom: 30px;
	}
	.jikohyouka .TitleWrap h2 {
		margin: 0 0 10px 0;
	}
	.jikohyouka .TitleWrap .p-koumoku__link {
		justify-content: flex-start;
	}
	.jikohyouka .p-koumoku__template {
		margin-bottom: 30px;
	}
	.jikohyouka .p-koumoku__template #koumoku_temp_list {
		width: 100%;
		max-width: 100%;
	}
	.jikohyouka .tempAbout {
		justify-content: space-between;
	}
	.jikohyouka .tempAbout .items {
		margin-right: 0;
	}
	.jikohyouka .tempAbout .items .p-koumoku__text {
		width: 100%;
	}
	.jikohyouka .tempAbout .items:first-of-type {
		width: 70%;
	}
	.jikohyouka .tempAbout .items:last-of-type {
		width: 25%;
	}
	.jikohyouka .tempAbout .check_now {
		width: 100%;
	}
	.jikohyouka .whiteWrap.top {
		padding: 25px 25px;
	}
	.jikohyouka .whiteWrap .items {
		display: block;
	}
	.jikohyouka .whiteWrap .items + .items {
		margin-top: 35px;
	}
	.jikohyouka .whiteWrap .items .p-koumoku__title {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.jikohyouka .whiteWrap .items .select2-kt-styled {
		width: 100%;
		margin: 10px 0 0 0;
	}
	.jikohyouka .whiteWrap .items .p-koumoku__check {
		width: 100%;
	}
	.jikohyouka .whiteWrap .dataCheck {
		width: 100%;
	}
	.jikohyouka .whiteWrap .dataCheck label {
		width: 50%;
	}
	.jikohyouka .whiteWrap .items .sellists {
		width: 100%;
	}
	.jikohyouka .whiteWrap .items .p-koumoku__check.tgWrap {
		width: 100%;
	}
	.jikohyouka .whiteWrap .items .lists label + label {
		margin-left: 0;
	}
	.jikohyouka .whiteWrap .items .lists label {
		margin: 0 15px 10px 0;
	}
	.jikohyouka .whiteWrap .items .lists + .lists {
		margin-top:0;
	}
	.jikohyouka .whiteWrap.bottom .btnWrap #tmp_save {
		font-size: 16px;
		padding: 12px 25px;
	}
	.jikohyouka .p-koumoku__link{
		margin-bottom: 15px;
		justify-content: flex-end;
	}
	.jikohyouka .p-koumoku__link .p-koumoku__link__sort{
		width: auto;
		height: auto;
		padding: 10px 15px;
	}
	.jikohyouka .compBtn {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}
.border_separate {
	margin-left: 30px;
	margin-bottom: 30px;
	width: 85%;
	font-weight: bold;
	color: #C8A063;
	border-bottom: 1px solid #C8A063;
}
.contents_top_container {
		display: flex;
	}

	.formTable {
		margin-left: 50px;
		border-collapse: separate;
		border-spacing: 10px 20px;
	}

	.formTable tr td input {
		line-height: 3;
	}


	.default_btn {
		margin-left: 50px;
	}
	.button01 a {
		display: flex;
		/* justify-content: space-between; */
		align-items: center;
		margin: 0 auto;
		padding: 1em 2em;
		width: 200px;
		color: #333;
		font-size: 18px;
		font-weight: 500;
		background-color: #cccccc;
		transition: 0.3s;

		/* display: inline-block; */
		/* display: inline; */
		/* background-color: #a5d714; */
		/* padding: 10px 70px; */
		text-align: center;
		/* margin-left: 300px !important; */
		margin-right: 50px !important;
		color: #FFF;
		/* margin: 5px; */
		/* margin: 15px; */
		border: 1px solid;
		cursor: pointer;
		font-weight: bold;
		font-size: 15px;
		border-radius: 4px;
	}
