@charset "UTF-8";
/* フォームパーツのデフォルトのアウトラインを非表示 */
input,
textarea,
select,
button {
	outline: none;
	text-indent: 0.01px;
	text-overflow: '';
	-webkit-appearance: none !important;	
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: none;
	text-indent: 0.01px;
	text-overflow: '';
	-webkit-appearance: none;	
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
}

label{
	margin-bottom: 0;
}

input[type="number"],
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
	-webkit-appearance: none;
	-moz-appearance:textfield;
}
/* --------bootstrap_cssオーバーライド------------ */



/* ボタン */

@media (min-width:768px){ /* col-sm:タブレット以上 */
	.btn{
		padding-top: 7px;
		padding-bottom: 7px;
	}
}
@media (max-width:767px){ /* col-xs:タブレット以下 */

	.btn{
		font-size: 4.375vw;
		padding-top: 2.1875vw;
		padding-bottom: 2.1875vw;
		padding-left: 3.75vw;
		padding-right: 3.75vw;
		border-radius: 1.25vw;
		border-width: 0.3125vw;
	}
	.btn-lg{
		font-size: 5.625vw;
		padding-top: 3.125vw;
		padding-bottom: 3.125vw;
		padding-left: 5vw;
		padding-right: 5vw;
		border-radius: 1.875vw;
	}
	.btn-sm{
		font-size: 3.75vw;
		padding-top: 1.5625vw;
		padding-bottom: 1.5625vw;
		padding-left: 3.125vw;
		padding-right: 3.125vw;
		border-radius: 0.9375vw;
	}
	.btn-xs{
		font-size: 3.75vw;
		padding-top: 0.3125vw;
		padding-bottom: 0.3125vw;
		padding-left: 1.5625vw;
		padding-right: 1.5625vw;
		border-radius: 0.9375vw;
	}
	
}
/* ボタン */



/*--- フォーム --------------------------------------------------------------------------------------------------------------------------*/









/* 電話番号 */
.block_form .form_split{
	margin-left: 0;
	margin-right: 0;
}
.block_form .form_split .col:first-of-type{
	position: relative;
}
.block_form .form_split .col:last-of-type{
	position: relative;
}
.block_form .form_split .col:first-of-type:after,
.block_form .form_split .col:last-of-type:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin-bottom: auto;
	margin-top: auto;
	display: block;
	background-color: #333;
}
.block_form .form_split .col:first-of-type:after{
	right: 0;
}
.block_form .form_split .col:last-of-type:before{
	left: 0;
}

.block_form .form_split_name .col:first-of-type:after,
.block_form .form_split_name .col:last-of-type:before,
.block_form .form_split_zip .col:last-of-type:before,
.block_form .form_split_time .col:last-of-type:before{
	display: none;
}

.block_form .form_split_time  .col:last-of-type{
	padding-right: 0;
}
.block_form .form_split_time  .col:first-of-type:after{
	content: ":";
	background-color: transparent;
}

@media (min-width:768px){ /* col-sm:タブレット以上 */

	.block_form .form_split .col:first-of-type{
		padding-right: 14px;
	}
	.block_form .form_split .col:nth-of-type(2){
		padding-left: 7px;
		padding-right: 7px;
	}
	.block_form .form_split .col:last-of-type{
		padding-left: 14px;
	}
	.block_form .form_split .col:first-of-type:after,
	.block_form .form_split .col:last-of-type:before{
		height: 1px;
		width: 7px;
	}
	
	/* 名前 */
	.block_form .form_split_name .col:first-of-type{
		padding-right: 6px;
	}
	.block_form .form_split_name .col:last-of-type{
		padding-left: 6px;
		padding-right: 0;
	}

	/* zip */
	.block_form .form_split_zip .col:last-of-type{
		padding-left: 5px;
	}
	.block_form .form_split_zip .col:last-of-type .btn{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	
	/* 時間 */
	.block_form .form_split_time  .col:first-of-type{
		padding-right: 7px;
	}
	.block_form .form_split_time  .col:last-of-type{
		padding-right: 0;
		padding-left: 7px;
	}
	.block_form .form_split_time  .col:first-of-type:after{
		height: 36px;
		line-height: 36px;
		width: 3px;
		position: absolute;
		right: -1px;
		text-align: center;
	}
	
/*
	.block_item_list_filter_option .form_split_kara{
		width: 12px;
	    line-height: 36px;
	    height: 36px;
	    padding-left: 0 !important;
		padding-right: 0 !important;
	}
*/
	
}
@media (max-width:767px){ /* col-xs:タブレット以下 */
		
	.block_form .form_split .col{
		padding: 0;
	}
	.block_form .form_split .col:first-of-type{
		padding-right: 4.375vw;
	}
	.block_form .form_split .col:nth-of-type(2){
		padding-left: 2.1875vw;
		padding-right: 2.1875vw;
	}
	.block_form .form_split .col:last-of-type{
		padding-left: 4.375vw;
	}
	.block_form .form_split .col:first-of-type:after,
	.block_form .form_split .col:last-of-type:before{
		height: 0.3125vw;
		width: 2.1875vw;
	}
	

	/* 名前 */
	.block_form .form_split_name .col:first-of-type{
		padding-bottom: 3.125vw;
		padding-right: 0;
	}
	.block_form .form_split_name .col:last-of-type{
		padding-right: 0;
		padding-left: 0;
	}
	
	/* zip */
	.block_form .form_split_zip .col:last-of-type{
		padding-left: 1.5625vw;
	}
	.block_form .form_split_zip .col:last-of-type .btn{
		padding-left: 3.125vw;
		padding-right: 3.125vw;
	}
	
	
	/* 時間 */
	.block_form .form_split_time  .col:first-of-type{
		padding-right: 1.5625vw;
	}
	.block_form .form_split_time  .col:last-of-type{
		padding-right: 0;
		padding-left: 1.5625vw;
	}
	.block_form .form_split_time  .col:first-of-type:after{
		height: 11.25vw;
		line-height: 11.25vw;
		width: 0.9375vw;
		position: absolute;
		right: -0.3125vw;
		text-align: center;
	}
	
	
}

.form_split_zip button {

}
/* 電話番号 */












/* ラベル */
/* フォームの中のラベル */
.label:empty{
	display: inline-block;		
}
.label{
	color: white;	
	text-align: center;	
}
.label_hissu{
	background-color: #e11102;
}
.label_hissu:before{
	content: '必須';
}
.label_ninni{
	background-color: #39c4ff;
}
.label_ninni:before{
	content: '任意';
}
.label_suisyou{
	background-color: #93C54B;
}
.label_suisyou:before{
	content: '推奨';
}

/* 無効化されているラベル */
.label.label_disabled{
	background-color: #ccc !important;
}
@media (min-width:768px){ /* col-sm:タブレット以上 */

	.label{
		border-radius: 3px;
		font-size: 11px;	
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 3px;
		padding-bottom: 3px;			
	}
	h5>.label,
	h6>.label{
		margin-left: 3px;		
	}
	
}
@media (max-width:767px){ /* col-xs:タブレット以下 */

	.label{
		border-radius: 0.9375vw;
		font-size: 3.125vw;	
		padding-left: 0.625vw;
		padding-right: 0.625vw;
		padding-top: 0.625vw;
		padding-bottom: 0.625vw;
		line-height: 1;
	}
	h5>.label,
	h6>.label{
		position: absolute;
		left: 3.125vw;
	}
	
}
/* ラベル */



/* プレースホルダの文字色 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color: #ddd;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #ddd;
}
input::-moz-placeholder,
textarea::-moz-placeholder{
	color: #ddd;
}




/* テキストボックス */
.textbox{
	width: 100%;
	border-style: solid;
	border-color: #a6a6a6;
}

/* アドオン付きテキストボックス */
.addon_input_group{
	display: table;
	width: 100%;
	position: relative;
}
.addon_input_group .textbox{
	display: table-cell;
}
.addon_input_group .textbox:last-child,
.addon_input_group .select:last-child{    
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.addon_input_group .textbox:first-child,
.addon_input_group .select:first-child{    
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.addon_input_group .textbox:not(:first-child):not(:last-child){
	border-radius: 0;
}
.input_addon{
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	display: table-cell !important;
	white-space: nowrap;
	vertical-align: middle;
	border-style: solid;
	border-color: #a6a6a6;
}
.addon_input_group .input_addon:first-child{    
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
}
.addon_input_group .input_addon:last-child{    
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}
.input_addon button{
	border: none;
	display: block;
	background-color: transparent;
	box-sizing: border-box;
	padding: 0 !important;
}

.addon_hidden .input_addon{
	width: auto;
	background-color: transparent;
	border: none;
}


.addon_hidden .input_addon{
	padding-right: 0;
	padding-left: 0;
}




/* テキストエリア */
.textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 1.5;
	border-style: solid;
	border-color: #a6a6a6;
}
@media (min-width:768px){ /* col-sm:タブレット以上 */
	
	/* テキストボックス */
	.textbox{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 14px;
		box-shadow: 0 5px 10px -10px rgba(0,0,0,0.6) inset;		
		height: 36px;
		border-width: 1px;
		border-radius: 4px;
	}
	
	/* アドオン付きテキストボックス */
	.input_addon{
		padding-left: 8px;
		padding-bottom: 5px;
		padding-right: 8px;
		padding-top: 5px;
/* 		font-size: 1px; */
		width: 1px;/* 1px以上のコンテンツがあれば自動で大きくなる */
		border-width: 1px;
		border-radius: 4px;
		font-size: 12px;
		min-width: 36px;
	}
	.addon_hidden .textbox:first-child,
	.addon_hidden .textbox:last-child,
	.addon_hidden .select:first-child,
	.addon_hidden .select:last-child{
		border-radius: 4px;
	}
	.addon_hidden .input_addon:first-child{
		padding-right: 5px;
	}
	.addon_hidden .input_addon:last-child{
		padding-left: 5px;
	}
	.addon_hidden .input_addon:first-child,
	.addon_hidden .input_addon:last-child{
		font-size: 11px;	
	}
	
	.addon_hidden .textbox:not(:first-child):not(:last-child){
		border-radius: 4px;
	}
	
	.input_addon button{
		margin-left: -8px;
		margin-right: -8px;
		margin-top: -5px;
		margin-bottom: -5px;
		line-height: 34px;
		width: 46px;
		font-size: 12px;

	}
	
	/* テキストエリア */
	.textarea{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 14px;
		box-shadow: 0 5px 10px -10px rgba(0,0,0,0.6) inset;	
		height: 120px;
		border-width: 1px;
		border-radius: 4px;
	}
	
}
@media (max-width:767px){ /* col-xs:タブレット以下 */

	:root {
	  --scaleDown: 0.875;
	}

	/* テキストボックス */
/*
	.textbox{
		padding-left: 3.125vw;
		padding-right: 3.125vw;
		padding-top: 1.875vw;
		padding-bottom: 1.875vw;
		font-size: 5vw;
		border-width: calc(1px / var(--scaleDown));
		border-radius: calc(4px / var(--scaleDown));
		box-shadow: 0 calc(1.5625vw / var(--scaleDown)) calc(3.125vw / var(--scaleDown)) calc(-3.125vw / var(--scaleDown)) rgba(0,0,0,0.6) inset;		
		transform: scale(var(--scaleDown));
		transform-origin: left top;
		width: calc(100% / var(--scaleDown));
		height: calc(11.25vw / var(--scaleDown));
		margin-bottom: -calc(11.25vw * 0.125);
	}
*/
	
	.textbox{
		padding-left: 3.125vw;
		padding-right: 3.125vw;
		padding-top: 1.875vw;
		padding-bottom: 1.875vw;
		font-size: 4.375vw;
		box-shadow: 0 1.5625vw 3.125vw -3.125vw rgba(0,0,0,0.6) inset;		
		width: 100%;
		height: 11.25vw;
		border-width: 0.3125vw;
		border-radius: 1.25vw;
	}
	
	/* アドオン付きテキストボックス */
	.input_addon{
		padding-left: 3.125vw;
		padding-bottom: 1.875vw;
		padding-right: 3.125vw;
		padding-top: 1.875vw;
		font-size: 4.375vw;
		width: 0.3125vw;/* 1px以上のコンテンツがあれば自動で大きくなる */
		border-width: 0.3125vw;
		border-radius: 1.25vw;
		font-size: 3.75vw;
		height: 11.25vw;
	}
	.addon_hidden .textbox:first-child,
	.addon_hidden .textbox:last-child,
	.addon_hidden .select:first-child,
	.addon_hidden .select:last-child{
		border-radius: 1.25vw;
	}
	.addon_hidden .input_addon:first-child,
	.addon_hidden .input_addon:last-child{
		font-size: 3.4375vw;	
	}

	.addon_hidden .textbox:not(:first-child):not(:last-child){
		border-radius: 1.25vw;
	}

	.input_addon button{
		display: block;
		margin-left: -3.125vw;
		margin-top: -1.875vw;
		margin-bottom: -1.875vw;
		margin-right: -3.125vw;
		padding-left: 3.125vw;
		padding-bottom: 1.875vw;
		padding-right: 3.125vw;
		padding-top: 1.875vw;
		height: 10.625vw;
	}
	
	
	
	/* テキストエリア */
	.textarea{
		padding-left: 3.125vw;
		padding-right: 3.125vw;
		padding-top: 2.1875vw;
		padding-bottom: 2.1875vw;
		font-size: 4.375vw;
		box-shadow: 0 1.5625vw 3.125vw -3.125vw rgba(0,0,0,0.6) inset;	
		height: 37.5vw;	
		border-width: 0.3125vw;
		border-radius: 1.25vw;
	}
	
}





/* セレクトボックス */
label.select{
	position: relative;
	overflow: hidden;
	display: inline-block;
	color: inherit;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	width: 100%;
	background-color: white;
	vertical-align: top; /*overflow: hiddenを指定するとインラインブロック要素がずれるためvertical-align: topを指定する*/
	border-style: solid;
	border-color: #a6a6a6;
}


label.select select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	margin:0;
	background: transparent;
	border:0;
	outline:none;
	font-weight: normal;
}



label.select select:-moz-focusring { 
	color: transparent;
	text-shadow: 0px 0px 0px #000;
}
	
label.select:before{
	content: "\f0d7";    
	/* font-family: FontAwesome; */
	font-family: Font Awesome\ 5 Free;
	position:absolute;
	z-index:1;
	line-height: 1;
	color: inherit;
	text-align: right;
	top: 0;;
	bottom: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	font-weight: bold;
}

@media (min-width:768px){ /* col-sm:タブレット以上 */
	
	label.select{
		height: 36px;
		box-shadow: 0 5px 10px -10px rgba(0,0,0,0.6) inset;
		border-width: 1px;
		border-radius: 4px;
		padding-right: 25px;
	}
	label.select select {
		font-size: 14px;
		line-height: 1.5;
		width: 120%;/* IE8以下とAndroid4.3以下用フォールバック */
		width: -webkit-calc(100% + 20px);
		width: calc(100% + 45px);
		height: 34px;
		padding-left: 10px;
	}
	label.select:before{
		font-size: 18px;
		width: 19px;
		height: 18px;
		padding-right: 7px;
	}
	
}
@media (max-width:767px){ /* col-xs:タブレット以下 */

	label.select{
		height: 11.25vw;
		box-shadow: 0 1.5625vw 3.125vw -3.125vw rgba(0,0,0,0.6) inset;
		border-width: 0.3125vw;
		border-radius: 1.25vw;
		padding-right: 5.9325vw;	
	}
	label.select select {
		font-size: 4.375vw;
		line-height:1.5;
		width: 120%;/* IE8以下とAndroid4.3以下用フォールバック */
		width: -webkit-calc(100% + 6.25vw);
		width: calc(100% + 14.0625vw);
		height: 10.625vw;
		padding-left: 3.125vw;
	}
	label.select:before{
		font-size: 5.625vw;
		width: 5.9325vw;
		height: 5.625vw;
		padding-right: 2.1875vw;
	}
	
}

label.select_red{
	background-color: #d9534f !important;
	border-color: #d43f3a;
	color: white;
}
label.select_green{
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: white;
}
label.select_yellow{
	background-color: #f0ad4e;
	border-color: #eea236;
	color: white;
}
label.select_blue{
	background-color: #337ab7;
	border-color: #3270a6;
	color: white;
}
label.select_water{
	background-color: #5bc0de;
	border-color: #46b8da;
	color: white;
}
label.select_red:hover{
	background-color: #c9302c;
	border-color: #ac2925;
}
label.select_green:hover{
	background-color: #449d44;
	border-color: #398439;
}
label.select_yellow:hover{
	background-color: #ec971f;
	border-color: #985f0d;
}
label.select_blue:hover{
	background-color: #286090;
	border-color: #204d74;
}
label.select_water:hover{
	background-color: #31b0d5;
	border-color: #269abc;
}










/* チェックボックス,ラジオボタン */
/* フォームパーツのラッパー(チェックボックス,ラジオボタン) */
label.checkbox,
label.radio{
	cursor: pointer;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
}

/* 本来のフォームパーツ非表示に */
label.checkbox input[type=checkbox],
label.radio input[type=radio] {
	display: none;
}

/* 各項目のラベル */
label.checkbox .item_label,
label.radio .item_label{
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	position: relative;
	display: inline-block;
	font-weight: normal;
}
label.checkbox .item_label:hover,
label.radio .item_label:hover{
	/* color: #444; */
	color: #0171bd;
}

/* チェックボックス 共通 */
label.checkbox .item_label:after,
label.radio .item_label:after{
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	background-color: white;
	z-index: 0;
	border-style: solid;
	border-color: #a6a6a6;
}

/* チェックボックス チェックボックス */
label.checkbox .item_label:after{

}

/* チェックボックス ラジオボタン */
label.radio .item_label:after{
	border-radius: 100%;
}

label.checkbox .item_label:hover:after,
label.radio .item_label:hover:after{
	border-color: #0089ff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(0, 137, 255, 0.6) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(0, 137, 255, 0.6) !important;
}

/* チェックマーク 共通 */
label.checkbox .item_label:before,
label.radio .item_label:before{
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	display: block;
	content: '';
	opacity: 0;
	z-index: 1;
}

/* チェックマーク レ点 */
label.checkbox .item_label:before{
	border-color: #0089ff;
	border-style: solid;
	border-left-width: 0;
	border-top-width: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* チェックマーク ラジオボタン */
label.radio .item_label:before{
	border-radius: 100%;
	background-color: #0089ff;
}
label.checkbox input[type=checkbox]:checked + .item_label:before,
label.radio input[type=radio]:checked + .item_label:before{
	opacity: 1;
}





@media (min-width:768px){ /* col-sm:タブレット以上 */
	
	/* 各項目のラベル */
	label.checkbox .item_label,
	label.radio .item_label{
		line-height: 20px;
		padding-left: 25px;
	}
	
	/* チェックボックス 共通*/
	label.checkbox .item_label:after,
	label.radio .item_label:after{
		width: 20px;
		height: 20px;
		box-shadow: 0 5px 10px -10px rgba(0,0,0,0.6) inset;
		border-width: 1px;
	}
	
	/* チェックボックス チェックボックス */
	label.checkbox .item_label:after{
		border-radius: 4px;
	}
	
	/* チェックマーク レ点 */
	label.checkbox .item_label:before{
		width: 9px;
		height: 12px;
		border-right-width: 3px;
		border-bottom-width: 3px;
		top: 2px;
		left: 5.5px;
	}
	
	/* チェックマーク ラジオボタン */
	label.radio .item_label:before{
		width: 12px;
		height: 12px;
		top: 4px;
		left: 4px;
	}
	
}
@media (max-width:767px){ /* col-xs:タブレット以下 */
	
	/* 各項目のラベル */
	label.checkbox .item_label,
	label.radio .item_label{
		line-height: 6.26vw;
		padding-left: 7.8125vw;
	}
	
	/* チェックボックス 共通*/
	label.checkbox .item_label:after,
	label.radio .item_label:after{
		width: 6.26vw;
		height: 6.25vw;
		box-shadow: 0 1.5625vw 3.125vw -3.125vw rgba(0,0,0,0.6) inset;
		border-width: 0.3125vw;
	}
	
	/* チェックボックス チェックボックス */
	label.checkbox .item_label:after{
		border-radius: 1.25vw;
	}
	
	/* チェックマーク レ点 */
	label.checkbox .item_label:before{
		width: 2.8125vw;
		height: 3.75vw;
		border-right-width: 0.9375vw;
		border-bottom-width: 0.9375vw;
		top: 0.625vw;
		left: 1.5625vw;
	}
	
	/* チェックマーク ラジオボタン */
	label.radio .item_label:before{
		width: 3.75vw;
		height: 3.75vw;
		top: 1.25vw;
		left: 1.25vw;
	}
	
}




/* フォーカスのあたっている要素の枠線 */
.focus,
.has_error.focus {
	-webkit-transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear;
	border-color: #0089ff !important;
	outline: 0 !important;
}
@media (min-width:768px){ /* col-sm:タブレット以上 */

	.focus,
	.has_error.focus {
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(0, 137, 255, 0.6) !important;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(0, 137, 255, 0.6) !important;
	}
	
}
@media (max-width:767px){ /* col-xs:タブレット以下 */
	
	.focus,
	.has_error.focus {
		-webkit-box-shadow: inset 0 0.3125vw 0.3125vw rgba(0,0,0,.075), 0 0 1.25vw rgba(0, 137, 255, 0.6) !important;
		box-shadow: inset 0 0.3125vw 0.3125vw rgba(0,0,0,.075), 0 0 1.25vw rgba(0, 137, 255, 0.6) !important;
	}
	
}



/* エラー時のcss */
.has_error {
	-webkit-transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear;
	border-color: #e00000 !important;
	outline: 0 !important;
}
@media (min-width:768px){ /* col-sm:タブレット以上 */

	.has_error {
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(224, 0, 0, 0.6) !important;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(224, 0, 0, 0.6) !important;
	}
	
}
@media (max-width:767px){ /* col-xs:タブレット以下 */

	.has_error {
		-webkit-box-shadow: inset 0 0.3125vw 0.3125vw rgba(0,0,0,.075), 0 0 1.25vw rgba(224, 0, 0, 0.6) !important;
		box-shadow: inset 0 0.3125vw 0.3125vw rgba(0,0,0,.075), 0 0 1.25vw rgba(224, 0, 0, 0.6) !important;
	}
	
}

/* ラジオボタンやチェックボックスを囲っている部分にエラー表示する */
.wrapper_control_buttons.has_error{
	border-color: #e00000 !important;
	border-style: solid;
	outline: 0 !important;
}
@media (min-width:768px){ /* col-sm:タブレット以上 */

	.wrapper_control_buttons.has_error{
		border-width: 1px !important;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(224, 0, 0, 0.6) !important;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(224, 0, 0, 0.6) !important;
	}
	
}
@media (max-width:767px){ /* col-xs:タブレット以下 */

	.wrapper_control_buttons.has_error{
		border-width: 0.3125vw !important;
		border-radius: 1.25vw;
		-webkit-box-shadow: inset 0 0.3125vw 0.3125vw rgba(0,0,0,.075), 0 0 1.875vw rgba(224, 0, 0, 0.6) !important;
		box-shadow: inset 0 0.3125vw 0.3125vw rgba(0,0,0,.075), 0 0 1.875vw rgba(224, 0, 0, 0.6) !important;
	}
	
}





/* 操作禁止時のcss */
input[disabled],
textarea[disabled]{
	cursor: not-allowed !important;
	color: #999 !important;
	-webkit-transition: none !important;
	transition: none !important;
	background-color: #efefef !important;
	border-color: #ccc;
	-webkit-text-fill-color: rgba(153, 153, 153, 1);
	-webkit-opacity: 1;
	box-shadow: none;
}



label.disabled{
	cursor: not-allowed !important;
	color: #999 !important;
	-webkit-transition: none !important;
	transition: none !important;
	border-color: #ccc;
}
label.disabled select{
	cursor: not-allowed !important;
	background-color: #efefef !important;
}
label.disabled .item_label:hover{
	color: #999 !important;
}
label.disabled .item_label:after{
	background-color: #eee !important;
	-webkit-transition: none !important;
	transition: none !important;
	box-shadow: none !important;
}
label.disabled .item_label:hover:after{
	border-color: #a6a6a6 !important;
}
label.disabled .item_label:before{
	display: none !important;
}
label.disabled .item_label:hover:after{
	-webkit-box-shadow: inset 0 0 0 rgba(255,255,255,0), 0 0 6px rgba(255,255,255,0) !important;
	box-shadow: inset 0 0 0 rgba(255,255,255,0), 0 0 6px rgba(255,255,255,0) !important;
}




/* リードオンリーのcss */
input[readonly]{
	cursor: not-allowed !important;
	color: #999 !important;
	-webkit-transition: none !important;
	transition: none !important;
	background-color: #efefef !important;
	border-color: #ccc;
}






.custom_selectbox{
	width: 100%;
	margin-bottom: 0 !important;
}
.custom_selectbox .selectbox{
	position: relative;
	overflow: hidden;
	display: flex;
	color: inherit;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	width: 100%;
	background-color: white;
	vertical-align: top; /*overflow: hiddenを指定するとインラインブロック要素がずれるためvertical-align: topを指定する*/
	border-style: solid;
	border-color: #a6a6a6;
	cursor: default !important;
	align-items: center;
	align-content: center;
	letter-spacing: normal;
	line-height: 1.2;
}	
.custom_selectbox .selectbox:before{
	content: "\f0d7";    
	/* font-family: FontAwesome; */
	font-family: Font Awesome\ 5 Free;
	position:absolute;
	z-index:1;
	line-height: 1;
	color: inherit;
	text-align: right;
	top: 0;;
	bottom: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
	font-weight: bold;
}
.custom_selectbox .selectbox img{
	width: auto !important;
}
.custom_selectbox .dropdown-menu{
	border-style: solid;
	border-color: #aaa;
}
.custom_selectbox .dropdown-menu li{
	display: flex;
	align-items: center;
	align-content: center;
	letter-spacing: normal;
	line-height: 1.2;
}
.custom_selectbox .dropdown-menu li:hover{
	cursor: default;
	background-color: #0089ff;
}
.custom_selectbox .dropdown-menu li img{
	width: auto !important;
	justify-content: flex-start;
}
.custom_selectbox .dropdown_label_price{
	font-weight: bold;
	color: #bf0000;
	display: inline-block;
}
@media (min-width:768px){ /* col-sm:タブレット以上 */
	
	.custom_selectbox .selectbox{
		height: 36px;
		box-shadow: 0 5px 10px -10px rgba(0,0,0,0.6) inset;
		border-width: 1px;
		border-radius: 4px;
		padding-right: 25px;
		padding-left: 10px;
		font-size: 12px;
	}
	.custom_selectbox .selectbox:before{
		font-size: 18px;
		width: 19px;
		height: 18px;
		padding-right: 7px;
	}
	.custom_selectbox .selectbox img{
		height: 32px;
		margin-right: 6px;
	}
	.custom_selectbox .dropdown-menu{
		width: 100%;
		border-width: 1px;
		border-radius: 4px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 2px;
	}
	.custom_selectbox .dropdown-menu li{
		padding-top: 2px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 2px;
		font-size: 12px;
		min-height: 30px;
	}
	.custom_selectbox .dropdown-menu li img{
		height: 32px;
		margin-right: 6px;
	}
	.custom_selectbox .dropdown_label_price{
		margin-left: 3px;
	}
	
}
@media (max-width:767px){ /* col-xs:タブレット以下 */

	label.select{
		height: 11.25vw;
		box-shadow: 0 1.5625vw 3.125vw -3.125vw rgba(0,0,0,0.6) inset;
		border-width: 0.3125vw;
		border-radius: 1.25vw;
		padding-right: 5.9325vw;	
	}


	.custom_selectbox .selectbox{
		height: 11.25vw;
		box-shadow: 0 1.5625vw 3.125vw -3.125vw rgba(0,0,0,0.6) inset;
		border-width: 0.3125vw;
		border-radius: 1.25vw;
		padding-right: 5.9325vw;
		padding-left: 3.125vw;
		font-size: 3.75vw;
	}
	.custom_selectbox .selectbox:before{
		font-size: 5.625vw;
		width: 5.9325vw;
		height: 5.625vw;
		padding-right: 2.1875vw;
	}
	.custom_selectbox .selectbox img{
		height: 8.125vw;
		margin-right: 1.25vw;
	}
	.custom_selectbox .dropdown-menu{
		/*width: 140%;*/
		width: auto;
		min-width: 100%;
		border-width: 0.3125vw;
		border-radius: 1.25vw;
		padding-top: 1.5625vw;
		padding-bottom: 1.5625vw;
		margin-top: 0.625vw;
	}
	.custom_selectbox .dropdown-menu li{
		padding-top: 0.625vw;
		padding-left: 3.125vw;
		padding-right: 3.125vw;
		padding-bottom: 0.625vw;
		font-size: 3.75vw;
		min-height: 9.375vw;
	}
	.custom_selectbox .dropdown-menu li img{
		height: 8.125vw;
		margin-right: 1.25vw;
	}
	.custom_selectbox .dropdown_label_price{
		margin-left: 0.9375vw;
	}
	
}
.innerbox_select_items{
	overflow: auto !important;
}
.block_select_items{
	overflow: auto !important;
}



.custom_selectbox .disabled{
	
}
.custom_selectbox .disabled{
	cursor: not-allowed !important;
	color: #999 !important;
	-webkit-transition: none !important;
	transition: none !important;
	border-color: #ccc;
	background-color: #efefef !important;
}

/*-- カスタムセレクトボックスに付随するポップオーバー(botstrap)のオーバライド --*/
.relation_custom_selectbox .popover {
	z-index: 1;
	width: auto;
	max-width: initial !important;
/*	left: auto !important;
	right: 0; */
	border-style: solid;
	background-color: #f2dede;
	border-color: #ebccd1;
	/*
	background-color: #e17f7c;
	border-color: #a94442;
	*/
	
}
.relation_custom_selectbox .popover-title {
	margin: 0;
	background-color: #f7f7f7;
}
.relation_custom_selectbox .popover-content {
	/*color: #fff;*/
	color: #a94442;
}
.relation_custom_selectbox .popover>.arrow:after {
	/*border-top-color: #e17f7c !important;*/
	border-top-color: #f2dede !important;
}
.relation_custom_selectbox .popover.top>.arrow {
	/*border-top-color: #a94442;*/
	border-top-color: #ebccd1;
}
.relation_custom_selectbox .popover.top>.arrow {
	border-bottom-width: 0 !important;
}
.relation_custom_selectbox .popover.top>.arrow:after {
	border-bottom-width: 0 !important;
}



@media (min-width:768px){ /* col-sm:タブレット以上 */

	.relation_custom_selectbox .popover {
		padding: 1px;
		font-size: 1px !important;
		border-width: 1px;
		/*border: 1px solid rgba(0,0,0,.2);*/
		border-radius: 6px;
		-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
		box-shadow: 0 5px 10px rgba(0,0,0,.2);
	}
	.relation_custom_selectbox .popover-title {
		padding: 6px;
		font-size: 12px;
		border-bottom: 1px solid #ebebeb;
		border-radius: 5px 5px 0 0;
	}
	.relation_custom_selectbox .popover-content {
	    padding: 6px;
	    font-size: 13px;
	}
	.relation_custom_selectbox .popover>.arrow {
		border-width: 11px;
	}
	.relation_custom_selectbox .popover.top>.arrow {
		bottom: -11px;
		margin-left: -11px;
	}


}
@media (max-width:767px){ /* col-xs:タブレット以下 */

	.relation_custom_selectbox .popover {
		padding: 0.3125vw;
		font-size: 3.75vw !important;
		border-width: 0.3125vw;
		/*border: 0.3125vw solid rgba(0,0,0,.2);*/
		border-radius: 1.875vw;
		-webkit-box-shadow: 0 1.5625vw 3.125vw rgba(0,0,0,.2);
		box-shadow: 0 1.5625vw 3.125vw rgba(0,0,0,.2);
	}
	.relation_custom_selectbox .popover-title {
		padding: 1.875vw;
		font-size: 3.75vw;
		border-bottom: 0.3125vw solid #ebebeb;
		border-radius: 1.5625vw 1.5625vw 0 0;
	}
	.relation_custom_selectbox .popover-content {
	    padding: 1.875vw;
	}
	.relation_custom_selectbox .popover.top>.arrow {
		bottom: -3.4375vw;
		margin-left: -3.4375vw;
	}
	.relation_custom_selectbox .popover>.arrow {
		border-width: 3.4375vw;
	}

	.relation_custom_selectbox .popover.top>.arrow:after {
		bottom: 0.3125vw;
		margin-left: -3.4375vw;
	}

	.relation_custom_selectbox .popover>.arrow:after {
		border-width: 3.4375vw;
	}

}
