@charset "utf-8";

/* #cont110 */
#cont110{
	padding:100px 0 130px;
	background-color:#e3f5ff;
}
#cont110 h2{
	color:#002ad3;
}

#cont110 h2 + dl{
	width:1000px;
	margin:30px auto;
	padding:15px 0;
	background-color:#fff;
	border-radius:20px;
}
#cont110 h2 + dl dt{
	font-size:20px;
	font-weight:bold;
}

#cont110 .cat{
	width:950px;
	margin:10px  auto 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont110 .cat li{
	width:220px;
	margin:2px 0;
}
#cont110 .cat li a{
	display:block;
	padding:12px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
#cont110 .cat .cat1{
	background-color:#3dbee8;
}
#cont110 .cat .cat2{
	background-color:#56af7a;
}
#cont110 .cat .cat3{
	background-color:#c17cb2;
}
#cont110 .cat .cat4{
	background-color:#ef8aa1;
}
#cont110 .cat li a figure figcaption{
	width:4em;
	display:inline-block;
	vertical-align:middle;
}
#cont110 .cat li a figure figcaption:after{
	content:'';
	display:block;
	margin:auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #fff transparent transparent transparent;
}

#cont110 > ul{
	width:1000px;
	margin:auto;
}
#cont110 > ul li{
	padding:20px 0;
	border-bottom:1px dotted;
}
#cont110 > ul li:last-child{
	border-bottom:none;
}
#cont110 > ul li a{
	display:block;
	text-align:left;
}
#cont110 > ul li a dt{
	width:86px;
	line-height:25px;
	margin-top:4px;
	font-size:12px;
	background-color:#002ad3;
	color:#fff;
	text-align:center;
	float:left;
}
#cont110 > ul li a dd{
	padding-left:100px;
	color:#000;
}

/* #cont111 */
#cont111{
	padding:100px 0 60px;
	background:url(../images/top/cont7_bg.jpg) center top;
}
#cont111 h2{
	color:#000;
}
#cont111 h2 + dl{
	width:1000px;
	margin:30px auto;
	padding:15px 0;
	background-color:#fff;
	border-radius:20px;
}
#cont111 h2 + dl dt{
	font-size:20px;
	font-weight:bold;
}

#cont111 .cat{
	width:950px;
	margin:5px  auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#cont111 .cat li{
	width:6.5em;
	line-height:28px;
	margin:2px 4px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
}
#cont111 .cat li a{
	display:block;
	line-height:28px;
	color:#fff;
}
#cont111 .cat .cat1{
	background-color:#3dbee8;
}
#cont111 .cat .cat2{
	background-color:#56af7a;
}
#cont111 .cat .cat3{
	background-color:#7fbf26;
}
#cont111 .cat .cat4{
	background-color:#6a97d0;
}
#cont111 .cat .cat5{
	background-color:#c17cb2;
}
#cont111 .cat .cat6{
	background-color:#ef8aa1;
}
#cont111 .cat .cat7{
	background-color:#ed757c;
}
#cont111 .cat .cat8{
	background-color:#f4a034;
}

#cont111 > ul{
	width: 100%;
	max-width: 1000px;
	margin:auto;
}
#cont111 > ul > li{
	margin:20px 0;
	padding-top:20px;
	background-color:#fff;
	border-radius:20px;
	box-shadow:5px 5px 10px rgba(0,0,0,0.5);
}

#cont111 > ul > li section{
	height:290px;
	padding:20px 30px 0 220px;
	text-align:center;
	position:relative;
}
#cont111 > ul > li section h3{
	margin-bottom: 20px;
	text-align: left;
	font-size:30px;
	color:#002ad3;
	background: linear-gradient(transparent 60%, #fff45e 60%);
}
#cont111 > ul > li section h4{
	margin-bottom: 10px;
	padding-left: 20px;
	border-left: 15px solid #002ad3;
	text-align: left;
	line-height: 30px;
}
#cont111 > ul > li section figure{
	position:absolute;
	left:30px;
	top:20px;
}
#cont111 > ul > li section figure figcaption{
	font-weight:bold;
	line-height:1.2;
	text-align:center;
}
#cont111 > ul > li section p{
	margin-bottom: 40px;
	font-size: 18px;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing:-0.05em;
}

#cont111 table{
	text-align: left;
}
