@charset "UTF-8";
/* CSS Document */

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

#page-topics .intro-wrap {
	background-color: #dadada;
	padding: 20px 30px;
}
#page-topics .intro-wrap .text-wrap {
}
#page-topics .intro-wrap .text-wrap .intro-subtitle {
	font-size: 34px;
	line-height: 50px;
	font-weight: bold;
	color: #1b2c4d;
	margin-bottom: 20px;
}
#page-topics .intro-wrap .text-wrap .intro-catch {
	font-size: 26px;
	line-height: 30px;
	color: #132139;
}
#page-topics .intro-wrap ul.tag {
	overflow: hidden;
}
#page-topics .intro-wrap ul.tag li {
	float: left;
	margin-right: 10px;
}
#page-topics .intro-wrap ul.tag li span {
	display: inline-block;
	background-color: #234d96;
	min-width: 100px;
	padding: 0px 15px;
	font-size: 16px;
	line-height: 34px;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
}

#page-topics .common-content .main .block .content-subtitle {
	font-size: 26px;
	line-height: 30px;
	color: #173c7d;
	font-weight: bold;
	margin-bottom: 20px;
}
#page-topics .common-content .main .block .content-lead {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 8px 5px;
	background: linear-gradient(transparent 50%, #d0d2e2 50%);
	color: #11213c;
	font-size: 20px;
	font-weight: bold;
}
#page-topics .common-content .main .block .content-layout {
	margin-bottom: 40px;
}
#page-topics .common-content .main .block .title {
	font-size: 21px;
	line-height: 36px;
	color: #173c7d;
	font-weight: bold;
}
#page-topics .common-content .main .block p {
	color: #11213c;
}
#page-topics .common-content .main .block p.source {
	margin-top: 15px;
}
#page-topics .common-content .main .block .content-list {
	margin: 20px 0;
}
#page-topics .common-content .main .block .content-list .content-item {
	margin: 0 0 10px;
	padding-left: 6em;
	color: #11213c;
	font-size: 18px;
	line-height: 36px;
	text-indent: -6em;
}
#page-topics .content-decoration {
	margin-bottom: 30px;
}
#page-topics .content-info {
	background-color: #c6c3c3;
	text-align: center;
	padding: 40px 0px;
}
#page-topics .content-info .title {
	font-size: 20px;
	color: #0e1829;
	letter-spacing: 0.15em;
}
#page-topics .content-info .contact {
	width: 65%;
	margin: 20px auto 0;
	font-size: 13px;
	letter-spacing: 0.15em;
	line-height: 1.5;
	text-align: left;
}
#page-topics .content-info .contact a {
	position: relative;
	display: block;
	padding: 0 0 0 30px;
}
#page-topics .content-info .contact a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#page-topics .content-info .tel a::before {
	width: 17px;
	height: 12px;
	background: url(../images/icon-tel.png) no-repeat center center;
	background-size: contain;
}
#page-topics .content-info .mail a::before {
	width: 15px;
	height: 11px;
	background: url(../images/icon-mail.png) no-repeat center center;
	background-size: contain;
}
#page-topics .content-info .contact .icon {
	display: inline-block;
	margin-right: 10px;
}
#page-topics .content-info .contact .icon img {
}

#topics-other .block .contents .content-box.box07 .thumb img {
	height: 100%;
	object-fit: cover;
	object-position: 0;
}
@media (max-width: 768px) {
	#page-topics .intro-wrap {
		padding: 20px 10px;
	}
	#page-topics .intro-wrap .text-wrap .intro-subtitle {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 10px;
		font-weight: bold;
		text-align: center;
	}
	#page-topics .common-content .main .block .content-lead {
		padding: 0 4px 2px;
		background: linear-gradient(transparent 70%, #d0d2e2 50%);
		font-size: 15px;
	}
	#page-topics .intro-wrap .text-wrap .intro-catch {
		font-size: 13px;
		line-height: 15px;
		text-align: center;
	}
	#page-topics .common-content .main .block .content-subtitle {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	#page-topics.topics-07 .common-content .main .block .content-subtitle {
		order: initial;
	}
	#page-topics .common-content .main .block .content-list {
		margin: 10px 0;
	}
	#page-topics .common-content .main .block .content-list .content-item {
		margin: 0 0 5px;
		font-size: 14px;
		line-height: 22px;
	}
	#page-topics .common-content .main .block .content-text-07 {
		order: initial;
	}
	#page-topics .content-decoration {
		margin-bottom: 20px;
	}
	#page-topics .intro-wrap ul.tag {
		text-align: center;
	}
	#page-topics .intro-wrap ul.tag li {
		display: inline-block;
		float: none;
		margin: 4px 2px;
	}
	#page-topics .intro-wrap ul.tag li span {
		min-width: 70px;
		padding: 0px 15px;
		font-size: 10px;
		line-height: 28px;
	}
	#page-topics .common-content .main .block .content-layout {
		margin-bottom: 20px;
	}
	#page-topics .common-content .main .block .title {
		font-size: 17px;
		line-height: 21px;
		margin-bottom: 5px;
	}
	#page-topics .common-content .main .block p {
	}
	#page-topics .common-content .main .block p.source {
		margin-top: 8px;
	}
	#page-topics .content-info {
		padding: 20px 10px;
	}
	#page-topics .content-info .title {
		font-size: 12px;
		margin-bottom: 15px;
	}
	#page-topics .content-info .contact {
		width: 100%;
		font-size: 11px;
		letter-spacing: 0em;
		margin-top: 10px;
		text-align: left;
	}
	#page-topics .content-info .contact a {
		position: relative;
		display: block;
		width: 100%;
		background-color: #e3e3e3;
		padding: 10px 10px 10px 30px;
		border-radius: 30px;
		position: relative;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
	#page-topics .content-info .contact a::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 7px;
		margin: auto;
	}
	#page-topics .content-info .tel a::before {
		width: 17px;
		height: 12px;
		background: url(../images/icon-tel.png) no-repeat center center;
		background-size: contain;
	}
	#page-topics .content-info .mail a::before {
		width: 15px;
		height: 11px;
		background: url(../images/icon-mail.png) no-repeat center center;
		background-size: contain;
	}
	#page-topics .content-info .contact a:after {
		content: "";
		display: block;
		background: url(../../common/images/icon-right01@2x.png) left top no-repeat;
		background-size: cover;
		width: 6px;
		height: 9px;
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#page-topics .content-info .contact .icon {
		display: inline-block;
		margin-right: 10px;
	}
	#page-topics .content-info .contact .icon img {
	}

	#topics-other .block .contents .content-box.box07 .thumb img {
		height: auto;
	}
}
