@charset "utf-8";

.mtRem1 { margin-top:1rem !important; }
.mtRem1Half { margin-top:1.5rem !important; }
.mtRem2 { margin-top:2rem !important; }
.mtRem2Half { margin-top:2.5rem !important; }
.mtRem3 { margin-top:3rem !important; }
.mtRem3Half { margin-top:3.5rem !important; }
.mtRem4 { margin-top:4rem !important; }
.mtRem4Half { margin-top:4.5rem !important; }
.mtRem5 { margin-top:5rem !important; }
.mtRem5Half { margin-top:5.5rem !important; }


/* content */
.content .wrapper {
	padding: 8rem 0 10rem;
}
.newsTtl {
	margin-top: 6rem;
	padding: 0.3rem 0 0.3rem 1.6rem;
	border-left: 4px solid #bfbfbf;
	line-height: 1.5;
}
.newsTtl span {
	display: block;
}
.newsTtl .txt {
	font-size: 2rem;
	font-weight: bold;
}
.newsBlock p ,
.newsBlock ul,
.newsBlock dl {
	margin-top: 3rem;
}
.newsBlock dl dt {
	font-weight: bold;
	margin-bottom: 1rem;
}
.newsBlock a {
	color: #2a89c0;
}
.newsBlock .skyblue {
	color: #2a89c0;
}
.newsBlock .red {
	color: #dc143c;
}
.newsBlock .underline {
	text-decoration: underline;
}
.newsBlock strong {
	font-weight: bold;
}
.content .btnMore {
	margin-top: 7rem;
	margin-left: auto;
	margin-right: auto;
	width: 25.8%;
}
.content .btnMore a {
	display: block;
	padding: 1.3rem 2.8rem 1.3rem 1.3rem;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
	border: solid 1px #666666;
	border-radius: 2.5rem;
	text-align: center;
	position: relative;
}
.content .btnMore a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	background-image: url(../../common/img/arrow_black.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	width: 0.8rem;
	height: 1.4rem;
	margin-top: -0.7rem;
}
@media screen and (max-width: 768px) {
	.content .wrapper {
		padding: 6rem 0 8rem;
	}
	.newsTtl {
		margin-top: 5rem;
		padding-left: 2.4rem;
		border-left: 4px solid #bfbfbf;
	}
	.newsTtl .txt {
		font-size: 2.8rem;
		font-weight: bold;
	}
	.newsBlock {
		font-size: 2.4rem;
	}
	.newsBlock p:first-child {
		margin-top: 5rem;
	}
	.content .btnMore {
		margin-top: 6rem;
		width: 54.4%;
	}
	.content .btnMore a {
		padding: 1.6rem 2.8rem 1.6rem 1.3rem;
		font-size: 2.6rem;
		border-radius: 3.3rem;
	}
	.content .btnMore a:after {
		width: 1.1rem;
		height: 1.9rem;
		margin-top: -1rem;
	}
}
