@charset "utf-8";
/*------------------------------------------------------------
	h1
------------------------------------------------------------*/
.new-content h1 {
	margin-bottom: 50px;
	padding: 18px 40px 17px 27px;
	position: relative;
	display: block;
	color: #464646;
	font-size: 36px;
	font-weight: bold;
	border: 3px solid #0066A8;
}

.new-content h1 .icon {
	width: 37px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.new-content h1 .icon img {
	width: 100%;
	height: 100%;
}

.new-content h1.green {
	border-color: #00777B;
}

.new-content h1.brown {
	border-color: #20307B;
}

.new-content h1.yellow {
	border-color: #4F7937;
}

.new-content h1.grey {
	border-color: #4B4A48;
}

.new-content h1.purple {
	border-color: #523865;
}

.new-content h1.pink {
	border-color: #77005C;
}

@media screen and (max-width: 767px) {
	.new-content h1 {
		margin-bottom: 30px;
		padding: 15px 35px 13px 10px;
		font-size: 24px;
		border: 2px solid #0066A8;
	}

	.new-content h1 .icon {
		width: 30px;
	}

}

/*------------------------------------------------------------
	head-line-01
------------------------------------------------------------*/
.new-content .head-line-01 {
	margin-bottom: 15px;
	padding: 10px 10px 9px;
	background-color: #DBEEFF;
}

.new-content .head-line-01 span {
	max-width: 900px;
	margin: 0 auto;
	padding: 2px 0 0 16px;
	display: block;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 1.17;
	border-left: 8px solid #0066A4;
	box-sizing: border-box;
	letter-spacing: -0.2px;
}

.new-content .head-line-01.brown {
	background-color: #DCDCF6;
}

.new-content .head-line-01.brown span {
	border-color: #20307B;
}

.new-content .head-line-01.yellow {
	background-color: #EBF5D2;
}

.new-content .head-line-01.yellow span {
	border-color: #4F7937;
}

.new-content .head-line-01.grey {
	background-color: #DCDCDC;
}

.new-content .head-line-01.grey span {
	border-color: #4D4948;
}

.new-content .head-line-01.purple {
	background-color: #E1D6F4;
}

.new-content .head-line-01.purple span {
	border-color: #533865;
}

.new-content .head-line-01.pink {
	background-color: #F5DBF4;
}

.new-content .head-line-01.pink span {
	border-color: #77005E;
}

@media screen and (max-width: 767px) {
	.new-content .head-line-01 {
		margin-bottom: 15px !important;
		padding: 10px 10px 9px;
	}

	.new-content .head-line-01 span {
		max-width: inherit;
		padding: 2px 0 0 10px;
		font-size: 20px;
		border-left: 5px solid #0066A4;
		letter-spacing: 0 !important;
	}

}

/*------------------------------------------------------------
	com-list
------------------------------------------------------------*/
.new-content .com-list {
	overflow: hidden;
	margin: -10px 0 0;
}

.new-content .com-list li {
	width: 210px;
	margin: 10px 20px 0 0;
	float: left;
	list-style: none;
	position: relative;
}

.new-content .com-list li a {
	padding: 10px 25px 9px 18px;
	display: table;
	width: 100%;
	color: #0066A7;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #0066A8;
	box-sizing: border-box;
}

.new-content .com-list li a span {
	display: table-cell;
	vertical-align: middle;
}

.new-content .com-list li .icon {
	width: 22px;
	position: absolute;
	right: 2px;
	top: 2px;
	bottom: 2px;
}

.new-content .com-list li .icon img {
	width: 100%;
	height: 100%;
}

.new-content .com-list li a:hover {
	opacity: 0.7;
}

.new-content .com-list.brown li a {
	border-color: #20307B;
	color: #20307B;
}

.new-content .com-list.yellow li a {
	color: #4f7937;
	border-color: #4F7937;
}

.new-content .com-list.grey li a {
	color: #4c4948;
	border-color: #4D4948;
}

.new-content .com-list.pink li a {
	color: #77005D;
	border-color: #77005E;
}

.new-content .com-list.purple li a {
	color: #523865;
	border-color: #523865;
}

@media screen and (max-width: 767px) {
	.new-content .com-list li {
		width: 49%;
		margin: 10px 0 0;
	}
	
	.new-content .com-list li:nth-child(2n) {
		float: right;
	}

	.new-content .com-list li a {
		padding: 10px 25px 9px 10px;
		font-size: 16px;
	}
	
}

/*------------------------------------------------------------
	sec-border
------------------------------------------------------------*/
.new-content .sec-border {
	margin-top: 40px;
    padding-top: 39px;
    border-top: 1px solid #80B3D2;
}

@media screen and (max-width: 767px) {
	.new-content .sec-border {
		margin-top: 30px;
		padding-top: 30px;
	}
	
}

@media all and (-ms-high-contrast:none){
	.new-content h1 {
		padding: 21px 40px 14px 27px;
	}
	
	.new-content .head-line-01 {
		padding: 13px 10px 6px;
	}
}
