
/*=================================================
 * CSS for PC
 * ================================================= */

#cnt{	padding: 20px 0;}

#system{
	width: 1060px;
	margin: 0 auto;
}

.topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 20px 0;
}


/** sys1 **/

.sys1{
	width: 800px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.sys1 .sbox1 +  .s_title{
	margin-top: 20px;
}

.sys1 .s_title{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 360px;
	height: 80px;
	padding-top: 17px;
	border-radius: 40px;
	margin: 0 0 20px 0;
}

.sys1 .s_title:after{
	width: 300px;
	bottom: 15px;
	left: 30px;
}


.sys1 .s_title i{
	content: '';
	width: 220px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-color: #4d4223;
}
.sys1 .s_title i:nth-of-type(1){
	position: absolute;
	top: 36px;
	left: -220px;
}
.sys1 .s_title i:nth-of-type(2){
	position: absolute;
	top: 36px;
	right: -220px;
}

.sys1 .s_title + p{
	font-size: 13px;
	line-height: 20px;
	margin-bottom : 20px;
}

.sys1 .s_title + p span{
	display: inline-block;
	color: #c1b07b;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	padding-top: 5px;
}

.sbox1{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0 0 1px 0;
}

.sbox1_l,
.sbox1_r{
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	padding: 0 20px;
	box-shadow:0px 0px 0px 1px rgba(0, 0, 0, 1.0) inset;
	-moz-box-shadow:0px 0px 0px 1px rgba(0, 0, 0, 1.0) inset;
	-webkit-box-shadow:0px 0px 0px 1px rgba(0, 0, 0, 1.0) inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sbox1_l{
	text-align: left;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-color: #17130e;
	background: #17130e;
}

.sbox1_r{
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}


/** sys2 **/

.sys2{
	width: 100%;
	display: table;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
}

.sys2_l,
.sys2_r{
	display: table-cell;
	vertical-align: top;
}
.sys2_l{	padding-right: 10px;}
.sys2_r{	padding-left: 10px;}

.sys2_in{
	vertical-align: top;
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sys2 .sbox2{
	padding: 15px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sys2 .sbox2 .sbox2_in{
	border-width: 1px;
	border-style: solid;
}


/** service **/

#service > div{
	font-size: 0;
	line-height: 0;
	padding: 20px 13px 15px 20px;
	text-align: left;
}

#service > div p{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 7px);
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	margin: 0 7px 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#service > div p span{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

#service > div p span em{
	display: table-cell;
	vertical-align: middle;
	height: 38px;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	padding: 0 3px;
}


/** area **/

#area > div{
	text-align: left;
	padding: 10px 20px 20px 20px;
}

#area dl{
	display: table;
	font-size: 0;
	line-height: 0;
	width: 100%;
	margin: 0 auto;
}

#area dt,
#area dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
}

#area dt{
	width: 140px;
	font-weight: normal;
	text-align: left;
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#area dt em{	display: none;}

#area dd{
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}



/** credit **/

#credit > div{
	padding: 20px;
}

#credit > div p{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	padding: 15px 0 0 0;
}

#credit > div p span{
	color: #c1b07b;
}

#credit > div .bt_bg{	text-align: center;}

#credit > div .bt1{
	display: inline-block;
	width: 250px;
}

#credit .atxt{
	margin-bottom: 10px;
}


#credit .atxt span{
	color: #ff0000;
}


/** op **/

#op > div{
	padding: 10px 20px 20px 20px;
}

#op > div table{
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	table-layout: fixed;
}

#op > div tr{
	vertical-align: middle;
}

#op > div th{
	font-weight: normal;
	text-align: left;
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#op > div td{
	text-align: right;
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


/** notes **/

#notes > div{
	padding: 15px;
}

#notes > div p{
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0 0 10px 0;
}
#notes > div h4{
	font-size: 14px;
	line-height: 20px;
	color: #c1b07b;
	font-weight: bold;
	text-align: left;
}
#notes > div p:last-child{
	margin-bottom: 0;
}

#notes > div ul{}

#notes > div li{
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	padding: 6px 0;
	color: #e5dec8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#notes > div li:nth-of-type(1){
	border-top-width: 1px;
	border-top-style: dotted;
}

#notes > div ul + p{
	padding-top: 10px;
}


.atxt{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding: 15px 0 0 0;
}

.atxt span{	color: #ff0000;}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#system{
		width: auto;
		margin: 0;
	}
	.topimg{
		margin: 0 0 10px 0;
	}
	.topimg img{
		width: 100%;
		max-width: 1060px;
		height: auto;
	}

	/** sys1 **/
	.sys1{
		width: auto;
		margin: 0;
		padding: 0 0 10px 0;
	}
	.sys1 .sbox1 + .s_title{
		margin-top: 10px;
	}
	.sys1 .s_title{
		position: relative;
		display: block;
		width: auto;
		border-radius: 0;
		margin: 0 0 10px 0;
		height: 58px;
		font-size: 11px;
		font-weight: normal;
		line-height: 12px;
		text-align: center;
		padding-top: 11px;
	}
	.sys1 .s_title:after{
		width: 100%;
		bottom: 0;
		left: 0;
	}
	.sys1 .s_title i{	display: none;}
	.sys1 .s_title + p{
		font-size: 12px;
		line-height: 20px;
		margin-bottom : 10px;
		padding: 0 10px;
	}
	.sys1 .s_title + p span{
		font-size: 14px;
		line-height: 20px;
	}
	.sbox1{
		width: calc(100% - 20px);
		margin: 0 auto 1px auto;
	}
	.sbox1_l,
	.sbox1_r{
		height: auto;
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
		padding: 12px 10px;
	}

	/** sys2 **/
	.sys2,
	.sys2_l,
	.sys2_r{
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
	}
	.sys2_in{
		margin: 0 0 10px 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.sys2 .sbox2{
		padding: 0;
		border-left: none;
		border-right: none;
	}
	.sys2 .sbox2 .sbox2_in{	border: none;}

	/** service **/
	#service > div{
		padding: 10px 5px 5px 5px;
		text-align: center;
	}
	#service > div p{
		width: calc(100% / 2 - 10px);
		border-width: 2px;
		margin: 0 5px 5px 5px;
	}

	/** area **/
	#area > div{
		padding: 0 10px 10px 10px;
	}
	#area dl{
		display: block;
		width: 100%;
		margin: 0;
	}
	#area dt,
	#area dd{
		display: block;
	}
	#area dt{
		width: 100%;
		font-size: 14px;
		line-height: 18px;
		padding: 10px 0 0 0;
		border: none;
	}
	#area dt em{	display: inline;}
	#area dd{
		font-size: 14px;
		line-height: 18px;
		padding: 0 0 10px 0;
	}

	/** op **/
	#op > div{
		padding: 0 10px 10px 10px;
	}
	#op > div table{
		font-size: 14px;
		line-height: 20px;
	}
	#op > div th{	padding: 10px 0;}
	#op > div td{	padding: 10px 0;}

	/** credit **/
	#credit > div{	padding: 10px 0;}
	#credit > div p{	padding: 10px;}
	#credit > div img{
		display: block;
		width: 300px;
		height: auto;
		margin: 0 auto;
	}
	#credit > div .bt_bg{	padding: 0 10px;}
	#credit > div .bt1{
		display: block;
		width: auto;
	}
	#credit .atxt{
		margin-bottom: 0;
	}	

	/** notes **/
	#notes > div{	padding: 10px;}
	
	.atxt{
		font-size: 12px;
		line-height: 20px;
		text-align: center;
		padding: 10px 0 0 0;
	}
}