@charset "utf-8";


/*---------------------------------------------------------------------------------------
	conntents
----------------------------------------------------------------------------------------*/

/* h2 */
#contents h2{
	height: 130px;
	color: #fff;
	font-size: 36px;
	line-height: 130px;
	background: #006BB7;
}
/* section */
#contents section{
	background: #C8E9FA;
	position: relative;
	padding-top: 60px;
}
section article{
	clear: both;
	max-width: 1000px;
	text-align: left;
	padding: 50px 45px 60px;
	background: #fff;
	overflow: hidden;
	margin: 0 auto 30px;
	border-left: 8px solid #fff;
	box-shadow:6px 6px 0px 0px #B0CDDC;
	-moz-box-shadow:6px 6px 0px 0px #B0CDDC;
	-webkit-box-shadow:6px 6px 0px 0px #B0CDDC;
	position: relative;
	z-index: 2;
}
#contents section article h3{
	border-left: 10px solid #006BB7;
	padding-left: 5px;
	background: url(../common2/images/title-bg.png) repeat left top;
	margin-bottom: 35px;
}
#contents section article h3 span{
	color: #006BB7;
	font-size: 28px;
	display: block;
	padding: 5px 30px;
	background: url(images/title-bd.png) repeat-y left top;
}
#contents section article h4{
	color: #006BB7;
	font-size: 20px;
	margin-bottom: 5px;
}
#contents section article .link{
	margin-bottom: 60px;
}
#contents section article .link a{
	color: #372BB6;
}
#contents section article .link a:before{
	content: ">";
	margin-right: 0.5em;
}
#contents section article ul.flow{
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
#contents section article ul.flow li{
	display: inline-block;
	background: #EEEEEE;
	margin: 0 12px 10px;
}
#contents section article ul.flow li p{
	width: 200px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
}
#contents section article ul.flow li:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 6px;
	border-color: transparent transparent transparent #EEEEEE;
	position: relative;
	right: -15px;
}
#contents section article ul.flow li:last-child:after{
	content: none;
}
#contents section article ul.flow li.active{
	background: #FFD302;
}
#contents section article ul.flow li.active:after{
	border-color: transparent transparent transparent #FFD302;
}
#contents section article .hissu,
#contents section article table th span{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 8px;
	border-radius: 5px;
	background: #FB7000;
	margin-right: 8px;
	vertical-align: middle;
}
#contents section article table{
	width: 100%;
	margin-bottom: 35px;
}
#contents section article table th,
#contents section article table td{
	border-bottom: 1px solid #BEBEBE;
	text-align: left;
}
#contents section article table tr:first-child th,
#contents section article table tr:first-child td{
	border-top: 1px solid #BEBEBE;
}
#contents section article table th{
	width: 300px;
	box-sizing: border-box;
	position: relative;
	padding: 20px 10px 20px 0;
	vertical-align: top;
}
#contents section article table th span{
	position: absolute;
	top: 24px;
	right: 0;
	padding: 0 8px;
}
#contents section article table td{
	padding: 10px 0;
	vertical-align: middle;
}
#contents section article table td input[type="text"],
#contents section article table td textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	border-radius: 5px;
}	
#contents section article table td input[type="text"]{
	border: 1px solid #ccc;
}
#contents section article table td input[type="text"].name{
	width: 270px;
}
#contents section article table td textarea{
	padding: 15px 20px;
	height: 200px;
}
#contents section article table td input[type="text"].bgdefault,
#contents section article table td textarea.bgdefault{
	background: #FDE5E5;
}
#contents section article table td input[type="text"].bgchange,
#contents section article table td textarea.bgchange{
	background: #fff;
}
#contents section .btn{
	text-align: center;
}
#contents section .btn a{
	color: #fff;
	font-size: 19px;
	background: #C9002A;
	padding: 25px 50px;
	text-align: center;
	border-radius: 7px;
	margin: 0 10px;
	cursor: pointer;
}
#contents section .btn a:hover{
	opacity: 0.6;
}
/* aside */
aside{
	margin-top: -100px;
	z-index: 1;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	/* h2 */
	#contents h2{
		height: 70px;
		font-size: 18px;
		line-height: 70px;
		margin-bottom: 0;
	}
	/* section */
	#contents section{
		padding-top: 5%;
	}
	/* article */
	section article{
		clear: both;
		max-width: 1000px;
		text-align: left;
		padding: 20px;
		background: #fff;
		overflow: hidden;
		margin: 0 3% 15px;
		border-left: none;
		box-shadow:3px 4px 0px 0px #B0CDDC;
		-moz-box-shadow:3px 4px 0px 0px #B0CDDC;
		-webkit-box-shadow:3px 4px 0px 0px #B0CDDC;
	}
	#contents section article h3{
		border-left: 5px solid #006BB7;
		padding-left: 3px;
		background: url(../common2/images/title-bg.png) repeat left top;
		margin-bottom: 20px;
	}
	#contents section article h3 span{
		color: #006BB7;
		font-size: 18px;
		line-height: 1.4;
		display: block;
		padding: 5px 15px;
		background: url(images/title-bd.png) repeat-y left top;
	}
	#contents section article h4{
		color: #006BB7;
		font-size: 18px;
		margin-bottom: 5px;
	}
	#contents section article .link{
		margin-bottom: 30px;
	}
	#contents section article ul.flow{
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
	}
	#contents section article ul.flow li{
		display: inline-block;
		background: #EEEEEE;
		margin: 0 6px 10px;
		font-size: 12px;
	}
	#contents section article ul.flow li:first-child{
		margin-left: 0;
	}
	#contents section article ul.flow li:last-child{
		margin-right: 0;
	}
	#contents section article ul.flow li p{
		width: 76px;
		height: 25px;
		line-height: 25px;
		display: inline-block;
	}
	#contents section article ul.flow li:after{
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3.5px 0 3.5px 3px;
		border-color: transparent transparent transparent #EEEEEE;
		position: relative;
		right: -7px;
	}
	#contents section article .hissu,
	#contents section article table th span{
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		padding: 2px 5px;
		border-radius: 5px;
		background: #FB7000;
		margin-right: 8px;
		vertical-align: middle;
	}
	#contents section article table{
		width: 100%;
		margin-bottom: 20px;
	}
	#contents section article table th,
	#contents section article table td{
		border-bottom: 1px solid #BEBEBE;
		text-align: left;
		display: block;
	}
	#contents section article table tr:first-child td{
		border-top: none;
	}
	#contents section article table th{
		width: 100%;
		box-sizing: border-box;
		position: relative;
		padding: 15px 10px 10px 0;
		vertical-align: top;
		border-bottom: none;
	}
	#contents section article table th span{
		position: static;
		top: 0;
		right: 0;
		padding: 2px 8px;
		margin-left: 10px;
	}
	#contents section article table td{
		padding: 0 0 10px;
		vertical-align: middle;
	}
	#contents section article table td input[type="text"],
	#contents section article table td textarea{
		width: 100%;
		box-sizing: border-box;
		padding: 10px 20px;
		border-radius: 5px;
	}	
	#contents section article table td input[type="text"]{
		border: 1px solid #ccc;
	}
	#contents section article table td input[type="text"].name{
		width: 100%;
	}
	#contents section article table td textarea{
		padding: 15px 20px;
		height: 150px;
	}
	#contents section .btn a{
		color: #fff;
		font-size: 16px;
		background: #C9002A;
		padding: 12px 15px;
		text-align: center;
		border-radius: 7px;
		margin: 0 10px;
		cursor: pointer;
	}
	#contents section .btn a:hover{
		opacity: 1;
	}
}






