* {
	box-sizing: border-box;
}

#tpl-contents .section-block {
	border-top: 1px solid #023462;
	margin-top: 50px;
	padding-top: 50px;
}

@media only screen and (max-width: 740px) {
	#tpl-contents .section-block {
		margin: 40px -10px 0;
		padding: 40px 10px 0;
	}
}

#tpl-contents .section-title {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #023462;
}

@media only screen and (max-width: 740px) {
	#tpl-contents .section-title {
		font-size: 18px;
		text-align: left;
	}
}

#section-feature .list-wrap {
	overflow: hidden;
	padding-top: 30px;
}

#section-feature .list-wrap ul {
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #EEE;
}

#section-feature .list-wrap .item {
	width: calc(100% / 3);
	padding: 30px;
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
}

#section-feature .list-wrap .item:nth-child(n + 4), #section-feature .list-wrap .item:nth-child(3) {
	border-bottom: 1px solid #EEE;
}

@media only screen and (max-width: 740px) {
	#section-feature .list-wrap .item {
		width: 50%;
		padding: 14px 0;
	}
	#section-feature .list-wrap .item:nth-child(3) {
		border-bottom: none;
	}
}

#section-feature .list-wrap .item .title {
	font-size: 17px;
	font-weight: bold;
	color: #023462;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}


@media only screen and (max-width: 740px) {
	#section-feature .list-wrap .item .title {
		font-size: 15px;
		line-height: 1.2;
		margin-bottom: 14px;
	}
	#section-feature .list-wrap .item .title span {
		font-size: 11px;
	}
}

#section-feature .list-wrap .item .title span {
	display: block;
	width: 100%;
}

#section-feature .list-wrap .item .img {
	width: 115px;
	height: 110px;
	border-radius: 50%;
	background-color: #163462;
	margin: 0 auto 30px;
}

@media only screen and (max-width: 740px) {
	#section-feature .list-wrap .item .img {
		width: 58px;
		height: 56px;
		margin-bottom: 15px;
	}
}

#section-feature .list-wrap .item .img img {
	width: 100%;
	height: auto;
}

#section-detail .item-wrap + .item-wrap {
	margin-top: 50px;
}

@media only screen and (max-width: 740px) {
	#section-detail .item-wrap + .item-wrap {
		margin-top: 25px;
	}
}

#section-detail .icon-wrap {
	display: flex;
	align-items: center;
	padding-left: 20px;
}

@media only screen and (max-width: 740px) {
	#section-detail .icon-wrap {
		padding-left: 12.5px;
	}
}

#section-detail .icon-wrap .img {
	width: 76px;
	height: 73px;
	border-radius: 50%;
	background-color: #163462;
	margin-right: 20px;
}

@media only screen and (max-width: 740px) {
	#section-detail .icon-wrap .img {
		width: 38px;
		height: 36px;
		margin-right: 10px;
	}
}

#section-detail .icon-wrap .img img {
	width: 100%;
	height: auto;
}

#section-detail .icon-wrap .title {
	font-size: 25px;
	color: #023462;
}

@media only screen and (max-width: 740px) {
	#section-detail .icon-wrap .title {
		font-size: 15px;
	}
}

#section-detail .icon-wrap + .tpl-box-border {
	margin-top: 13px;
}

@media only screen and (max-width: 740px) {
	#section-detail .icon-wrap + .tpl-box-border {
		margin-top: 8px;
	}
}

#section-detail .tpl-box-border {
	padding: 30px;
}

@media only screen and (max-width: 740px) {
	#section-detail .tpl-box-border {
		padding: 12.5px;
	}
}

#section-detail .tpl-box-border a {
	position: relative;
	display: block;
}

#section-detail .tpl-box-border a:hover {
	text-decoration: none;
}

#section-detail .tpl-box-border a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 7px;
	border-color: transparent transparent transparent #163462;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#section-detail .tpl-box-border a .icon-wrap {
	padding-left: 0;
	margin-left: -10px;
}

@media only screen and (max-width: 740px) {
	#section-detail .tpl-box-border a .icon-wrap {
		margin-left: 0;
	}
}

#section-detail .grid-wrap ul {
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 740px) {
	#section-detail .grid-wrap ul {
		display: block;
	}
}

#section-detail .grid-wrap .item {
	width: calc(50% - 15px);
	background-color: #ecedf1;
	position: relative;
	padding: 27px;
}

@media only screen and (min-width: 741px) {
	#section-detail .grid-wrap .item:not(:nth-child(2n)) {
		margin-right: 30px;
	}
	#section-detail .grid-wrap .item:nth-child(n + 3) {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 740px) {
	#section-detail .grid-wrap .item {
		width: 100%;
		padding: 20px 23px;
	}
	#section-detail .grid-wrap .item + .item {
		margin-top: 20px;
	}
}

#section-detail .grid-wrap .label {
	font-size: 19px;
	color: #0063bf;
	margin-bottom: 1em;
}

@media only screen and (max-width: 740px) {
	#section-detail .grid-wrap .label {
		font-size: 13px;
	}
}

#section-detail .grid-wrap .ph {
	width: 266px;
	height: auto;
	margin: 20px auto 0;
}

@media only screen and (max-width: 740px) {
	#section-detail .grid-wrap .ph {
		width: 100%;
	}
}

#section-detail .grid-wrap .ph img {
	width: 100%;
	height: auto;
}

/*# sourceMappingURL=../../../_map/asset/innovation/css/style.css.map */
