@charset "UTF-8";

#contet {
	padding: 208px 20px 120px;
}
.content_inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.content_inner_titlewrap {
	margin: 0 0 40px;
}
.content_inner_titlewrap_title {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 20px;
}
.content_inner_titlewrap_date {
	color: #444;
	font-family: Jost;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}
.content_inner_titlewrap {
	border-bottom: 1px solid #DBDBDB;
	margin: 0 0 40px;
	padding: 0 0 24px;
}
.content_inner_contentwrap {
	margin: 0 0 80px;
}
@media screen and (max-width:767px) {
	#contet {
		padding: 148px 20px 144px;
	}
	.content_inner_titlewrap_title {
		font-size: 20px;
		line-height: 1.6;
		margin: 0 0 12px;
	}
}


/**コンテンツ部品**/
p.content_text {
	margin: 20px 0;
	font-weight: 400;
}
.content_link {
	margin: 24px 0 20px;
	line-height: 1;
}
.content_link:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.content_internallink:after {
	background-image: url(../images/common/link_arrow.png);
}
.content_externallink:after {
	background-image: url(../images/common/link_oin.svg);
}
.content_filelink:after {
	background-image: url(../images/common/link_file.png);
}
.content_link + .content_link {
	margin: 20px 0;
}
.content_link a {
	color: #0075C1;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-decoration-line: underline;
}
.content_image {
	margin: 40px 0;
}
figure {
	margin: 0;
}
figcaption {
	color: #444;
	font-size: 16px;
	line-height: 1;
	margin: 12px 0 0;
}
.content_inner_contentwrap h2 {
	color: #0075C1;
	font-size: 24px;
	font-weight: 500;
	border-bottom: 1px solid #DBDBDB;
	margin: 64px 0 24px;
	padding: 0 0 8px;
}
.content_inner_contentwrap h3 {
	color: #0075C1;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin: 40px 0 24px;
	padding: 0 0 0 8px;
	position: relative;
}
.content_inner_contentwrap h3:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: calc(100% - 8px);
	background: #0075C1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.content_inner_contentwrap h2 + .content_inner_contentwrap h3 {
	margin: 24px 0;
}
.content_column2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: flex-start;
	margin: 40px 0;
}
.content_column2 p {
	width: 51%;
	font-weight: 400;
}
.content_column2 figure {
	width: 47.5%;
}
.content_column3imageimageimage {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: flex-start;
	margin: 40px 0;
}
.content_column3imageimageimage figure {
	width: 31.5%;
}
@media screen and (max-width:767px) {
	.content_link {
		margin: 20px 0;
	}
	.content_inner_contentwrap h2 {
		font-size: 18px;
		margin: 64px 0 20px;
	}
	.content_inner_contentwrap h3 {
		font-size: 18px;
		margin: 40px 0 20px;
	}
	.content_inner_contentwrap h2 + .content_inner_contentwrap h3 {
		margin: 20px 0;
	}
	.content_column2 p, .content_column2 figure {
		width: 100%;
	}
	.content_column2 p + figure , .content_column2 figure + p {
		margin: 20px 0 0
	}
	.content_column2 figure + figure {
		margin: 40px 0 0
	}
	.content_column3imageimageimage figure {
		width: 100%;
	}
	.content_column3imageimageimage figure + figure {
		margin: 40px 0 0
	}
}


/**戻るボタン**/
.content_inner_backbtn {
	transform: rotateZ(180deg);
}
.content_inner_backbtn span {
	transform: rotateZ(180deg);
}
