@charset "utf-8";

article{
}


/* .cont */
.cont{
}


/* #cont1 */
#cont1{
	padding:40px 0;
}
#cont1 h3{
	margin-bottom:40px;
	font-size:30px;
	font-weight:900;
	color:#1145b2;
}


/* #cont2 */
#cont2{
	padding:40px 0 20px;
}
#cont2 h3{
	width:1000px;
	line-height:60px;
	margin:0 auto 30px;
	font-size:26px;
	background-color:#08309d;
	color:#fff;
}
#cont2 h3 span{
	color:#edba16;
}
#cont2 h3 +p {
	width:940px;
	margin:auto;
	font-size:20px;
	font-weight:bold;
	text-align:left;
}
#cont2 > ul{
	width:940px;
	margin:0 auto 0;
}
#cont2 > ul > li{
	padding:40px 0 90px;
	border-bottom:1px solid #626262;
	position:relative;
}
#cont2 > ul > li.no_link{
	padding-bottom:40px;
}
#cont2 > ul > li:last-child{
	border-bottom:none;
}
#cont2 > ul > li section{
	width:520px;
	min-height:150px;
	margin-right:40px;
	display:inline-block;
	vertical-align:middle;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cont2 > ul > li section h4{
	line-height:1.5;
	margin:0 0 20px;
	padding:3px 0;
	border:2px solid #52bcae;
	font-size:20px;
	color:#52bcae;
	background-color:#fff;
	text-align:center;
	position:relative;
}
#cont2 > ul > li section p{
}
#cont2 > ul > li section ul{
	margin-left:1.5em;
}
#cont2 > ul > li section ul li{
	font-weight:bold;
	list-style:disc;
}
#cont2 > ul > li figure{
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 10px;
}
#cont2 > ul > li a{
	width:298px;
	line-height:40px;
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	background-color:#fff;
	color:#626262;
	border:1px solid #a0a0a0;
	box-shadow:2px 2px 3px #d2d2d2;
	position:absolute;
	right:30px;
	bottom:20px;
	text-decoration:none;
}
#cont2 > ul > li a:after{
	content:'';
	display:block;
	width:10px;
	height:10px;
	border-top:2px solid #626262;
	border-right:2px solid #626262;
	transform:rotate(45deg) translateY(-50%);
	position:absolute;
	right:20px;
	top:50%;
}
#cont2 > p:last-of-type{
	width:640px;
	margin:30px auto;
	font-size:24px;
	font-weight:bold;
	color:#eb244e;
	position:relative;
}
#cont2 > p:last-of-type:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 32px 4px 0 4px;
	border-color: #eb244e transparent transparent transparent;
	position:absolute;
	left:-5px;
	bottom:0;
	transform:rotate(-30deg);
}
#cont2 > p:last-of-type:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 32px 4px 0 4px;
	border-color: #eb244e transparent transparent transparent;
	position:absolute;
	right:0;
	bottom:0;
	transform:rotate(30deg);
}

