/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');*/
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.12.0/css/all.css'); */

html, body{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label{
	display:inline;
}
dd {
	margin-left: 0em;
	padding-left: 0em;
}
.RequiredDisp:after{
	content:'必須';
	background: #e85050;
	border:1px solid #c02020;
	border-radius:3px;
	padding:0px 6px 1px 5px;
	color:#ffffff;
	font-size: 10px !important;
	font-weight:normal;
	margin-left:5px;
	font-style: normal;
	line-height: normal;
	word-break: keep-all;
}
.PriceDisp{
	white-space:nowrap;
	text-align:right;
}
.NoteDisp{
	font-weight: normal;
	font-size: 14px;
}
.Result{
	text-align:center;
	width:150px;
}
select{
	color: #000;
	font-size:16px;
	border-radius:5px;
	margin-bottom:2px;
	text-overflow: ellipsis;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width:100%;
	/* -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
}
#MainTitle{
	font-size: 22px !important;
	font-weight: bold !important;
}
#content button {
	width:100%;
	padding: 9px 0px;
	border-radius: 5px;
	border: 1px solid #c0c0c0;
	background: #e0e0e0;
	transition-duration:0.2s;
	margin-top: 2px;
	color: #000;
	font-style: normal;
}
#content button:hover{
	cursor: pointer;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	transition-duration:0.2s;
}
.redText{
	color:#d00;
}
.ui-widget select, .ui-widget button, .ui-widget{
	color: #000;
	font-size:14px;
	/* font-family: "Noto Serif JP", "sans-serif" !important; */
}
.ui-widget button{
	outline: 0;
}
.ui-dialog .ui-dialog-buttonpane button:hover, .ui-button:hover{
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	transition-duration:0.2s;
}
.Dialog table{
	border-top:1px #c0c0c0 solid;
	padding:0px;
	margin:0px;
}
.Dialog table tr{
	border:0px;
	padding:0px;
	margin:0px;
}
.Dialog table th{
	border-bottom:1px #c0c0c0 solid;
	padding:0px;
	margin:0px;
	font-weight:bold;
	background-color:#ffeddc;
	text-align:center;
}
.Dialog table td {
	border-bottom:1px #c0c0c0 solid;
	padding:0px;
	margin:0px;
	text-align:left;
}

.orderMessage{
	font-size: 14px;
	margin:3px 0px 3px 0px;
	line-height:130%;
}
.content h5{
	font-size:14px;
}
.content h6{
	color:#fff;
}
#content .flowBox dl dt{
	font-size:18px;
}
#content .flowBox dl dd p{
	font-size:14px;
}

.content form table{
	margin:0px;
}
.content form input[type=text], .content form input[type=email], .content form input[type=tel], .content form textarea {
	margin:0px 0px 2px 0px;
}
.content table {
	background:none;
	border:none;
	border-top: 1px solid #d0d0d0;
	border-collapse: collapse;
	opacity: 1.0;
	padding:1px;
}
.content table tr {
	border: none;
}
.content table td{
	font-size:14px;
	padding:3px 0px 3px 0px;
	vertical-align:middle;
	border:none;
	border-bottom: 1px solid #d0d0d0;
	line-height:120%;
}
.content table th, .content table thead th {
	border:none;
	font-size:14px;
	font-weight: normal;
	text-align:center;
	border-bottom: 1px solid #d0d0d0;
	background-color: #ff6000;
	color:#fff;
	padding: 5px;
	opacity: 1.0;
}
.content form table td, .content form table th {
	padding: 3px 15px;
	text-align:left;
	font-size:14px;
}
.content form table.CardForm th{
	background-color: #ff8000;
	border: 1px solid #ccc;
}
.content form table.CardForm td{
	border: 1px solid #ccc;
}
#OrderDisp table td{
	border-bottom: 1px solid #d0d0d0;
}
#OrderDisp table th{
	text-align:center;
	background: #ff6000;
	color: #fff;
}
#OrderDisp table td.PriceDisp{
	text-align:right;
}
.Entry span{
	font-size: 16px;
}
.Entry input[type="tel"], .Entry input[type="email"], .Entry input[type="password"], .Entry input[type="text"], .Entry select, .Entry textarea {
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	padding: 5px 5px;
	outline: 0;
	margin: 0px 0px 2px 0px;
	-webkit-appearance: none;
	display:inline-block;
	line-height: 1.5;
}
.Entry select{
	-webkit-appearance: menulist;
}
.Entry input {
	font-size:16px;
	width:90%;
}
.Entry table{
	border:0px;
	padding:0px;
	margin:0px;
}
.Entry table tr{
	border:0px;
	padding:0px;
	margin:0px;
}
.Entry table th{
	border:0px;
	padding:0px;
	margin:0px;
	font-weight:bold;
	background-color:transparent;
	text-align:left;
	color:#000;
	line-height:120%;
	white-space: normal;
	border-bottom: none !important;
	/*font-size: 0.9em; */
}
.Entry table td{
	border:0px;
	padding:0px;
	margin:0px;
	text-align:left;
	color:#000;
	line-height:120%;
	border-bottom: none !important;
}
.Entry textarea {
	font-size:16px;
}
.Entry .thInput{
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 5px 0px;
	font-weight:bold;
	background-color:transparent;
	text-align:left;
	color:#000;
	line-height:120%;
	white-space: normal;
	border:0px;
	border-bottom: none !important;
}
.Entry .tdInput{
	margin:0px;
	padding: 0px 0px 5px 0px;
	text-align:left;
	color:#000;
	line-height:120%;
	border:0px;
	border-bottom: none !important;
}

/* これ以降を修正しています */
.ui-tooltip {
	text-align:left;
}
.ui-dialog-title{
	line-height:150%;
}
.ui-dialog .ui-dialog-titlebar{
	font-size:15px;
	padding:3px 3px;
	height:auto;
}
.ui-widget-header{
	border: 1px solid #ff6000;
	background: #ff6000;
}
.ui-widget-header .ui-state-hobver{
	color:#ff6000;
}
.ui-widget-content {
	border: none;
}
.ui-dialog .ui-dialog-buttonpane button{
	border: 1px solid #ecdbc5;
	background: #fcefdf;
	font-weight: normal;
	color: #9e6e2e;
	padding: 0.3em 2em !important;
}
.ui-button-text-only .ui-button-text{
	padding: 0px;
	line-height: 100%;
}
.ui-state-default .ui-icon{
	background: none;
}
.ui-dialog-titlebar-close{
	border: 1px solid #ecdbc5;
	background: #fcefdf;
}
.ui-button-icon-only .ui-button-text{
	display: none;
}
.ui-dialog-titlebar-close:before{
	content: "\F00D";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-style:normal;
	font-weight: bold;
	padding-right:0px;
	color: rgb(255,160,128);
	top:-10px;
	position: relative;
}
.ui-dialog-titlebar-close:hover{
	background: rgb(200,200,200) !important;
}
.ui-dialog{
	box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.3);
}
#content .flowBox dl{
	border-radius: 8px;
}
.content h5 {
	margin-bottom: 2px;
}
.EstabNote{
	opacity: 1 !important;
	position: relative !important;
	left: initial !important;
	bottom: initial !important;
	box-shadow: initial !important;
	margin-top: 3px !important;
	display: inline-block;
	text-align:left;
}
.EstabIconPosActive{
	position: absolute;
	left: 3px;
	bottom: 3px;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius:5px;
	background: #888;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	Opacity: 0.6;
}
.EstabIconPos{
	position: absolute;
	left: 3px;
	bottom: 3px;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius:5px;
	background: #a00;
	box-shadow: 2px 2px 2px rgba(64,0,0,0.4);
	Opacity: 0.6;
}
.EstabIcon{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.FreeIconPos{
	position: absolute;
	left: 3px;
	bottom: 3px;
	padding: 2px;
	border: none;
	border-radius: initial;
	background: none;
	box-shadow: none;
	Opacity: 0.8;
}
.FreeIconGold{
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	color: #e2d06e;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	font-weight: bold;
	transition-duration:0.2s;
}
.FreeIconSilver{
	background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
	color: #e2d06e;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	font-weight: bold;
	transition-duration:0.2s;
}
.FreeIconBack, .GradeUpIconBack{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0px 0px 3px #000;
}
.GradeUpIcon{
	background: linear-gradient(25deg, #F13F79, #FFC778);
	color: #F13F79;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	font-weight: bold;
	transition-duration:0.2s;
}
.borderNone{
	border: none !important;
	border-bottom: none !important;
}
.fontWhite{ color: #fff; }
.fontGray{ color: #aaa; }
.fontGray2{ color: #888; }
.fontBlack{ color: #000; }
.fontRed{ color: red; }
.fontBolder{ font-weight: bolder; }
.fontBold{ font-weight: bold; }
.fontSubTitle{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	background: linear-gradient(transparent 70%, #2b72d8 100%);
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 10px;
	&:before{
		content: "　";
	}
	&:after{
		content: "　";
	}
}
.alignL{ text-align: left !important; }
.alignR{ text-align: right !important; }
.alignC{ text-align: center !important; }
.floatL{ float: left; }
.floatR{ float: right; }
.floatC{ clear: both; }
.noDisp{ display:none; }
.noWrap{ white-space: nowrap !important; }
.scrollAuto{ overflow: auto; }
.scrollW{ overflow-x: auto !important; }
.w1{ width: 1em; }
.w4{ width: 4em; }
.w6{ width: 6em; }
.w8{ width: 8em; }
.w10{ width: 10em !important; }
.w13{ width: 13em !important; }
.w15{ width: 15em !important; }
.w20{ width: 20em !important; }
.w45pm{
	width: 45% !important;
	min-width: 160px;
}
.w17p{ width: 17% !important; }
.w28p{ width: 28% !important; }
.w47p{ width: 47% !important; }
.w49p{ width: 49% !important; }
.w50p{ width: 50% !important; }
.w85p{ width: 85% !important; }
.w90p{ width: 90% !important; }
.w95p{ width: 95% !important; }
.w100p{ width: 100% !important; }
.w100mp{
	width: 100% !important;
	max-width: 100% !important;
}
.wAuto{ width: auto !important; }
.font12{ font-size: 12px !important; }
.font14{ font-size: 14px !important; }
.font16{ font-size: 16px !important; }
.font18{ font-size: 18px; }
.fontW400{ font-weight: 400 !important; }
.pad0{ padding: 0px; }
.pad5{ padding:5px 5px 0px 5px; }
.padR10{ padding-right: 10px; }
.padL10{ padding-left: 10px; }
.padL1{ padding-left: 1em !important; }
.padL2{ padding-left: 2em !important; }
.padLR3{ margin-right: 3px; margin-left: 3px; }
.padTB15{ padding: 15px 0px !important; }
.padT1px{ padding-top: 1px !important; }
.padT1{ padding-top: 1em !important; }
.padT5{ padding-top: 5px !important; }
.padT10{ padding-top: 10px !important; }
.padB10{ padding-top: 10px !important; }
.padB0{ padding-bottom: 0px !important; }
.padFlow{ padding:37px 5px 0px 5px; }
.margin0{ margin: 0px; }
.marginL1{ margin-left: 1em; }
.marginL5{ margin-left: 5px; }
.marginL20{ margin-left: 20px; }
.marginR05{ margin-right: 0.5em !important; }
.marginR1{ margin-right: 1em; }
.marginLR20{ margin-right: 20px; margin-left: 20px; }
.marginT5{ margin-top: 5px; }
.marginT10{ margin-top: 10px; }
.marginT20{ margin-top: 20px; }
.marginB10{ margin-bottom: 10px; }
.marginB20{ margin-bottom: 20px; }
.marginCW{ margin: 0 auto; }
.borderT{ border-top: 1px solid #000; }
.borderB{ border-bottom: 1px double #000; }
.lineEnd{
	border: none;
	height: 1px;
	background-color:#c0c0c0;
}
.PlanPriceDisp{
	padding-top: 0.5em !important;
	padding-left: 1em !important;
	padding-right: 1em !important;
}
.arrowBtnDisp{
	clear: both;
	padding-top: 20px;
	width: 100%;
}
.arrowBtn{
}
.arrowBtn button{
	width: 11em !important;
	font-size: 14px;
	padding: 10px 0px !important;
	text-align: center;
	/* vertical-align: middle !important; */
	&:disabled{
		opacity: 0.5;
		/* filter: brightness(0.7); */
		cursor: not-allowed;
	}
	&:hover:disabled{
		/* background: unset !important;
		font-style: unset !important;
		color: unset !important; */
	}
}
.arrowBtn button span{
	font-weight: bold;
	vertical-align: middle;
}
.arrowBtn i{
	font-size: 24px;
	vertical-align: middle;
}
.sectionFrame{
	padding: 20px 20px 20px;
	border-radius: 5px;
	box-shadow: inset 0px 0px 0px 4px rgba(0, 0, 0, 0.05);
	border: 1px solid #ccc;
	margin-bottom: 20px;
	background-color: #f0f8ff;
}
.inputBox {
	padding-bottom: 30px;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 5px;
	height: 100%;
	animation-name: inputBoxOpen;
	animation-duration: 1s;
}
@keyframes inputBoxOpen{
	from {opacity: 0}
	to {opacity: 1}
}
.inputBox dl {
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 8px;
	display: block;
	overflow: hidden;
	padding: 15px 20px;
	box-shadow: inset 0px 0px 0px 4px rgba(0, 0, 0, 0.05);
	border: 1px solid #ccc;
	background-color: #f0f8ff;
}
.inputBox dl dt {
	font-size: 26px;
	font-weight: bold;
	border-left: none;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
.inputBox dl dd {
	border-left: none;
}
#QuoteNameDisp{
	animation-name: inputBoxOpen;
	animation-duration: 1s;
}
.flowBtnDisp{
	padding-bottom: 10px;
	transform: rotateX(180deg);
}
.flowBtnContens{
	display: flex;
	/* justify-content: center; */
	overflow-x: auto;
	scroll-snap-type: x mandatory;
}
.flowBtnContens a{
	cursor: pointer;
	text-decoration: none;
	color: #aaa !important;
}
.flowBtnDispActive{
	font-size: 12px;
	/* color: #aaa; */
	color: #000;
	scroll-snap-stop: always;
	scroll-snap-align: start;
	transform: rotateX(180deg);

	&:before{
		content: "";
		flex-grow: 1;
		height: 5px;
		display: block;
		margin-left: 1px;
		margin-right: 1px;
		background: #00398A;
	}
}
.flowBtnDispDiactive{
	font-size: 12px;
	color: #aaa;
	scroll-snap-stop: always;
	scroll-snap-align: start;
	transform: rotateX(180deg);

	&:before{
		content: "";
		flex-grow: 1;
		height: 5px;
		display: block;
		margin-left: 1px;
		margin-right: 1px;
		background: #aaa;
	}
}
.flowBtnDispDiactive2{
	font-size: 12px;
	color: #aaa;
	scroll-snap-stop: always;
	scroll-snap-align: start;
	transform: rotateX(180deg);

	&:before{
		content: "";
		flex-grow: 1;
		height: 2px;
		display: block;
		margin-left: 1px;
		margin-right: 1px;
		background: #aaa;
		margin-top: 3px;
	}
}

.TableItemParent{
	padding: 0px !important;
	border:2px solid rgba(255,160,128,0.6) !important;
	margin:0px 0px 1px 0px !important;
	border-radius: 5px !important;
	background: none;
	transition-duration:0.2s;
	overflow: hidden;
}
.TableItemParent .TableItem .TableItemCellImage img{
	opacity: 0.3 !important;
}
.TableItemParentActive{
	padding: 0px !important;
	border:2px solid #ff6000 !important;
	margin:0px 0px 1px 0px !important;
	border-radius: 5px !important;
	background: rgba(255,230,200,0.4) !important;
	transition-duration:0.2s;
}
.TableItemParentActive .TableItem .TableItemCellImage img{
	opacity: 1.0 !important;
}
.TableItem{
	width: 100%;
	display: table;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #000;
}
.TableItemRight{
	float: right;
	display: table;
	margin: 0px;
	padding: 0px;
	border: none;
}
.TableItemCellImage{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	min-width: 96px !important;
	width: 96px !important;
	border: none;
	/*padding-left:2px;*/
	/*padding-bottom:2px;*/
	padding: 1px;
}
.TableItemCellImage img{
	min-width: 96px !important;
	width: 96px !important;
}
.TableItemCell{
	display: table-cell;
	vertical-align: top;
	border: none;
}
.TableItemCellCenter{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: none;
}
.TableItemCellRight{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	border: none;
}
.TableItemCellRightTop{
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
	border: none;
}
.TableItemCellRightMiddle{
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	text-align: right;
	border: none;
}
.TableItemRow{
	display: table-row;
	border: none;
}

.TableItemHR{
	border: 0.5px dashed #d0d0d0;
	margin: 3px auto !important;
	width: 98%;
}
.TableItemCount{
	width:160px;
	user-select:none;
}
.TableItemCount select{
	width:50px !important;
}

.PicFrame {
	display: inline-block;
	position: relative;
	border-radius: 10px;
}
.PicFrame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	box-shadow:
	  inset 0 0 10px #fff,
	  inset 0 0 10px #fff,
	  inset 0 0 10px #fff,
	  inset 0 0 10px #fff;
}
.RadioBox input{
	display: none;
}
.RadioBox label{
	display: block;
	float: left;
	cursor: pointer;
	margin: 1px 1px 1px 1px;
	padding: 9px 5px;
	border: 2px solid #abc7ee;
	background: rgba(255, 255, 255);
	/* background: none; */
	font-size: 14px;
	text-align: center;
	line-height: 1;
	border-radius: 3px 3px 3px 3px;
	white-space: nowrap;
	overflow: auto;
	opacity: 0.7;
	color: #2b72d8 /*#abc7ee*/;
	transition-duration: 0.2s;
}
.RadioBox input[type="radio"]:checked + label {
	text-decoration: none;
	background: rgba(220, 240, 255, 0.4);
	border: 2px solid #2b72d8;
	opacity: 1.0;
	color: #2b72d8;
	transition-duration: 0.2s;
}
.RadioBox input[type="radio"] + label span:before {
	content: "\F14A";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-style:normal;
	font-weight: 400;
	padding-right:5px;
}
.RadioBox input[type="radio"]:checked + label span:before {
	content: "\F14A";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-style:normal;
	font-weight: 900;
	padding-right:5px;
}
.RadioBox label:hover{
	/* background: none; */
	border: 2px solid #2b72d8;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	color: #2b72d8;
	font-style: normal;
	opacity: 1.0;
	transition-duration: 0.2s;
}
.PlanPriceDisp{
	font-weight: bold !important;
	font-size: 16px !important;
}
.PlanPriceDisp span:before{
	content: "" !important;
}

.TabsBox input{
	display: none;
}
.TabsBox label{
	display: block;
	float: left;
	cursor: pointer;
	margin: 0px -2px 0px 0px;
	padding: 9px 5px 9px 7px;
	border: 2px solid #aaa;
	border-bottom: none;
	background: none;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	border-radius: 20px 10px 0px 0px;
	white-space: nowrap;
	overflow: hidden;
	transition-duration:0.2s;
	position: relative;
	top: 2px;
}
.TabsBox input[type="radio"]:checked + label {
	text-decoration: none;
	background: #f05000;
	color: #ffffff;
	transition-duration:0.2s;
}
.TabsBox label:hover{
	background: #eee;
	transition-duration:0.2s;
}

#content .flowBox dl dd p{
	margin-bottom: 0px;
}
.RadioBox label p{
	font-size: 14px;
}


.ButtonMark{
	font-size: 18px;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	color: rgba(255,160,128,0.6);
}
.ButtonMark:hover{
	color:#ff6000;
	transition-duration:0.2s;
}


/* PC */
.RadioBoxItem img{
	width:100px;
	height:30px;
}
.RadioBoxItem label{
	width:95%;
}
.RadioBoxPlan label{
	width:47%;
}
.RadioBoxEstab label, .RadioBoxClass label{
	width:47%;
}
.RadioBoxSafety label{
	padding-left:15px;
	padding-right:15px;
}
@media only screen and (max-width: 979px) {
}
/*デバイスの横幅が979px以下の場合*/
@media only screen and (min-width: 531px) and (max-width: 768px) {
	.RadioBoxPlan label{
		width:92%;
	}
	.RadioBoxEstab label, .RadioBoxClass label{
		width:45%;
	}
	.TaxPriceDisp{
		display: none;
	}
}
/*デバイスの横幅が321以上391以下の場合*/
@media only screen and (min-width: 321px) and (max-width: 530px) {
	.RadioBoxRental label{
		width:45% !important;
	}
	.RadioBoxPlan label{
		width:92%;
	}
	.RadioBoxEstab label, .RadioBoxClass label{
		width:92%;
	}
	.TableItemCount{
		width:100px;
		text-align: center;
		float: left;
	}
	.TaxPriceDisp{
		display: none;
	}
}
/*デバイスの横幅が321以上768以下の場合*/
@media only screen and (max-width: 320px) {
	.RadioBoxRental label{
		width:45% !important;
	}
	.RadioBoxPlan label{
		width:92%;
	}
	.RadioBoxEstab label, .RadioBoxClass label{
		width:92%;
	}
	.TableItemCount{
		width:100px;
		text-align: center;
		float: left;
	}
	.TaxPriceDisp{
		display: none;
	}
}
/* Smart */
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (orientation:portrait) {
	.RadioBoxRental label{
		width:45% !important;
	}
	.RadioBoxPlan label{
		width:92%;
	}
	.RadioBoxEstab label, .RadioBoxClass label{
		width:45%;
	}
	.TableItemCount{
		width:60px;
		text-align: center;
		float: right;
	}
	.ButtonMark{
		display:none;
	}
	.TaxPriceDisp{
		display: none;
	}
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (orientation:landscape) {
	.RadioBoxPlan label{
		width:46%;
	}
	.RadioBoxEstab label, .RadioBoxClass label{
		width:46%;
	}
	.TableItemCount{
		width:150px;
		text-align: center;
		float: left;
	}
	.ButtonMark{
		display:none;
	}
	.TaxPriceDisp{
		display: none;
	}
}
/* Tablet */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
	.RadioBoxPlan label{
		width:46%;
	}
	.RadioBoxEstab label, .RadioBoxClass label{
		width:46%;
	}
	.ButtonMark{
		display:none;
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.RadioBoxPlan label{
		width:46%;
	}
	.RadioBoxEstab label, .RadioBoxClass label{
		width:46%;
	}
	.ButtonMark{
		display:none;
	}
}
@media (min-width: 992px){
	.entry-body {
		width: 660px;
		margin: 0 auto;
	}
}
@media (min-width: 768px){
	.entry-body {
		width: 660px;
		margin: 0 auto;
	}
}

.ToggleSwitch {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
	line-height: 150%;
}
.ToggleSwitch + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	user-select: none;
}
#DialogModal{
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
}
#DialogModalContent{
	background-color: #ff6000;
	margin: 20% auto;
	/* width: 50%; */
	width: calc(100% - 40px);
	max-width: 400px;
	max-height: 400px;
	/* border-radius: 3px; */
	border: 3px solid #666;
	box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
	animation-name: DialogModalOpen;
	animation-duration: 1s;
}
#DialogModalHeader{
	width: 100%;
}
#DialogModalCloseBtn{
	position: relative;
	float: right;
}
#DialogModalCloseBtn{
	padding: 0px 8px;
	box-shadow: none !important;
	border-radius: 0px !important;
}
#DialogModalCloseBtn:before{
	content: "\F00D";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ff6000;
	top: 0px;
	position: relative;
}
#DialogModalCloseBtn:hover:before{
	color: #fff !important;
}
#DialogModalTitle{
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	padding: 0px 0px;
	text-align: center;
	vertical-align: middle;
}
#DialogModalTitle div{
	display: inline;
	width: auto;
	line-height: 30px;
}
#DialogModalBody{
	background-color: #f4f4f4;
	padding: 10px 20px;
	color: black;
	height: 50%;
	max-height: 450px;
	overflow-y: auto;
	clear: both;
}
#DialogModalClose{
	background-color: #f4f4f4;
	border-top: 1px solid #ccc;
	padding: 10px 20px;
	text-align: right;
}
@keyframes DialogModalOpen{
	from {opacity: 0}
	to {opacity: 1}
}
#DialogModal h5{
	font-size: 1.1em;
	font-weight: bold;
	border-left: none;
	margin-bottom: 10px;
	padding: 0px 15px 0px;
	border-bottom: 1px solid #aaa;
	box-shadow:0px 8px 20px -10px rgba(0,0,0,0.4);
	background-color: transparent;
	border-radius: 0px;
	color:#006;
	overflow:hidden;
}
#DialogModal h6{
	margin: 0px;
	line-height: 1em;
	font-size: 1em;
	font-weight: normal;
}


/* Lighting用 */
select{
	width: auto !important;
	display: inline-block !important;
}
#MainForm, #DialogModal, .CardForm{
	/* font-family: "Noto Serif JP", "sans-serif" !important; */
}
#MainForm{
	margin: 0 auto;
}
#MainForm .sectionBox {
	padding: 0px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	clear: both;
}
#MainForm .flowBox {
	padding-bottom: 30px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	background: url(/alulu/images/arrow_down.png) center bottom no-repeat;
	height: 100%;
}
#MainForm .flowBox:last-child {
	background: 0 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#MainForm .flowBox dl {
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 8px;
	display: block;
	overflow: hidden;
	padding: 15px 20px;
	border: 3px solid #e5e5e5;
}
#MainForm .flowBox dl dt {
	font-size: 1.1em;
	font-weight: bold;
	border-left: none;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
#MainForm .flowBox dl dd {
	border-left: none;
}
#MainForm select{
	width:auto;
	display: inline-block;
	color: #000;
	font-size: 16px;
	padding: 5px 5px;
	border: 1px solid #ccc;
	/* height: 30px; */
	height: auto;
	/* -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
}
#MainForm p{
	margin-bottom: 0px;
	line-height: 1.4em;
	font-size: 14px;
	text-indent: 0em;
}
#MainForm h5{
	font-size: 14px;
	line-height: 100%;
	font-weight: normal;
	border: 1px solid #005ae0;
	background-color: #e9f2ff;
	margin: 0px 5px 3px 5px;
	border-radius: 5px;
	padding: 8px;
	clear: both;
}
#MainForm table {
	background: none;
	border: none;
	border-top: 1px solid #d0d0d0;
	border-collapse: collapse;
	border-spacing: 1px;
	opacity: 1.0;
	padding: 1px;
	margin: 0px 0px 5px 0px;
	width: 100%;
	text-align: left;
	line-height: 140%;
}
#MainForm table td, #MainForm table th {
	padding: 5px 5px;
	border: none;
	margin: 0px 0px 0px 2px;
	vertical-align: top;
}
#MainForm table td {
	font-size: 14px;
	padding: 3px 0px 3px 0px;
	vertical-align: middle;
	border: none;
	border-bottom: 1px solid #d0d0d0;
	line-height: 120%;
}
#MainForm button {
	width: 100%;
	padding: 9px 0px;
	border-radius: 5px;
	border: 1px solid #c0c0c0;
	background: #e0e0e0;
	transition-duration: 0.2s;
	margin-top: 2px;
	color: #000;
	font-style: normal;
}
.Dialog table th {
	border-bottom: none;
}
.Dialog p{
	line-height: 1.1em;
}
.Dialog .redText {
	line-height: 1.1em;
}
#DialogModal table td{
	padding-bottom: 10px;
	border-bottom: none;
}
.ui-dialog-title{
	text-align: center;
	font-size: 1.1em;
	line-height: 100%;
}
label{
	font-weight: normal;
}
#OrderMenu label {
	display: initial;
	padding-left: 0.3em;
}
.entry-body p{
	line-height: 1.4em;
}
.fa-stack {
	width: 2em !important;
}
