@charset "UTF-8";
.title-page { margin-bottom: 28px; }

.date,
.title-post,
.author,
.content {
	text-align: center;
	color: #231815;
	font-size: 13px;
}

.date {
	font-family: 'Heebo', sans-serif; font-weight: 500;
	font-size: 15px;
}

.title-post {
	font-size: 19px;
	margin: 20px 0 30px;
	line-height: 30px;
}

.title-item {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 24px;
}

.content-post { padding-bottom: 33px; }

.content-post p {
	font-size: 13px;
	line-height: 2;
	margin-bottom: 40px;
}

.content-post img {
	width: 100%;
	height: auto;
}

.list-2-items li { margin-bottom: 43px }

.list-2-items li:nth-child(n) {
	padding-right: 12px;
	text-align: left;
}

.list-2-items li:nth-child(2n) {
	padding-left: 12px;
	text-align: left;
}

.list-2-items li .title-item { margin-bottom: 12px; }

.list-2-items .content-img { margin-bottom: 14px; }

.list-2-items li:nth-child(n) .content-img{ margin-right: -12px; }

.list-2-items li:nth-child(2n) .content-img{ margin-left: -12px; }

.group-list h3 { margin-bottom: 29px; }

.group-list .content-video { margin-bottom: 85px; }

.group-list .content-video img,
.content-banner img { width: auto; }

.content-list-detail dt {
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	border-bottom: 1px solid #000;
	padding-bottom: 19px;
}

.content-list-detail dd {
	font-size: 15px;
	line-height: 30px;
	margin-left: 80px;
	margin-bottom: 88px;
}

.content-list-detail table { width: 100%; }

.content-list-detail table,
.content-list-detail table th,
.content-list-detail table td { border-collapse: collapse; }

.content-list-detail table td {
	border-top: 1px dashed #C8C5C4;
	vertical-align: top;
	padding: 14px 0;
	font-size: 13px;
	line-height: 1.6em;
}
.content-list-detail table th {
	border-top: 1px dashed #C8C5C4;
	vertical-align: top;
	padding: 14px 0;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: normal;
	text-align: left;
	width: 10em;
}

.content-list-detail table tr:first-child th { border: none; }
.content-list-detail table tr:first-child td { border: none; }

.box-border {
	border: 1px solid #878787;
	padding: 15px 20px;
	margin-bottom: 50px;
}

.content-list-detail dd:last-child { margin-bottom: 40px; }

.content-banner { margin-bottom: 50px; }

.content-banner figcaption { margin-top: 8px; }

.content-post .btn {
	min-width: 276px;
	margin-bottom: 10px;
	font-family: 'Heebo', sans-serif; font-weight: 500;
}

.box-content {
	width: 980px;
	margin-left:-40px;
}

.box-content h3 {
		font-size: 16px;
		line-height: 1.6em;
		margin-bottom: 10px;
}
.column1 .box-column p {
		width: 100%;
}
.box-content p {
		font-size: 13px;
		line-height: 1.8em;
		margin-bottom: 15px;
}

.column1 { width: 100%; padding:0 40px 30px; }
.column1 .box-column { width: 100%; }
.column1 .box-column p { width: 100%; }
.column1 .box-column .box-text	{ width: 100%;line-height: 2; }

.column2-left { width: 100%; padding:0 40px 30px; }
.column2-left	h3 { position: relative; top: -7px; }
.column2-left .box-column { width: 100%; clear: both; }
.column2-left .box-column .img { width: 48%; float: left; margin-right: 3.33%;vertical-align: top; }
.column2-left .box-column .box-text { width: 48%; float: right; }
.column2-left .box-column .box-text p	{ width: 100%; position: relative; top: -7px; }

.column2-right { width: 100%; padding:0 40px 30px; }
.column2-right	h3 { position: relative; top: -7px; }
.column2-right .box-column { width: 100%;clear: both;}
.column2-right .box-column .img { width: 48%; float: right; margin-left: 3.33%;vertical-align: top; }
.column2-right .box-column .box-text { width: 48%; float: left; }
.column2-right .box-column .box-text p	{ width: 100%; position: relative; top: -7px; }

.column3 { width: calc(50% - 80px); padding-bottom: 30px; margin-left:40px; margin-right:40px; float: left; }
.column3 .box-column { width: 100%; display: inline-block; vertical-align: top; }
.column3 .box-column:first-child { margin-right: 3%; }
.column3 .box-column p { width: 100%; }
.column3 .box-column .box-text	{ width: 100%; }



@media screen and (max-width: 768px) {
	.box-content {
		width: 100%;
		margin-left:0;
	}
	.title-post {
		font-size: 15px;
		line-height: 1.6em;
		margin: 5px 0;
		text-align: left;
	}

	.author { margin-bottom: 20px; }

	.content {
		text-align: center;
		color: #231815;
		font-size: 12px;
		padding: 0 10px;
	}

	.content figcaption { margin: 5px 0 8px; }

	.content figure img {
		width: 80%;
		height: auto;
	}

	.link-bottom-post { color: #808080; }

	.dummy {
		padding: 70px 10px;
		font-size: 18px;
		line-height: 1;
		border: 2px solid #231815;
		margin-bottom: 20px;
	}

	.group-list h3 {
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 20px;
		text-align: center;
		padding-bottom: 5px;
		border-bottom: 1px solid #231815;
	}

	.group-list .content-video { margin-bottom: 30px; }
	.group-list .content-video iframe {
		width:100%;
		height: calc((377 / 668) * 375px);
	}

	.content-list-detail dt {
		font-weight: normal;
		font-size: 16px;
		line-height: 1.4;
		border-bottom: none;
		padding-bottom: 0;
		text-align: center;
	}

	.content-list-detail dd {
		font-size: 13px;
		line-height: 1.3;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.content-list-detail table th {
		border-top: none;
		vertical-align: top;
		padding: 10px 0 0;
		display: block;
		font-size: 12px;
		line-height: 1.6em;
	}

	.content-list-detail table td {
		border-top: none;
		vertical-align: top;
		padding: 10px 0 0;
		display: block;
		font-size: 12px;
		line-height: 1.6em;
	}

	.content-list-detail table tr td:last-child {
		border-bottom: 1px solid #231815;
		padding: 0 0 10px;
	}

	.content-list-detail table tr:last-child td:last-child { border: none; }

	.content-list-detail dd:last-child { margin-bottom: 20px; }

	.content-post p {
		font-size: 11px;
		line-height: 1.6em;
		padding: 10px;
		margin-bottom: 10px;
	}

	.box-border {
		border: none;
		background-color: #E5E6E6;
		padding: 0;
		margin-bottom: 20px !important;
	}

	.content-banner { margin-bottom: 20px; }

	.content-banner figcaption {
		font-size: 11px;
		line-height: 1.2;
		margin-top: 5px;
	}

	.content-post .btn {
		min-width: 210px;
		margin-bottom: 2px;
		font-size: 16px;
		padding: 10px;
	}

	.content-post .display-block {
		font-size: 11px;
		line-height: 1.2;
		margin-top: 5px;
	}
	
	.column1 { width: 100%; padding: 0 0 20px; }
	.column1 .box-column { width: 100%; }
	.column1 .box-column p { width: 100%; }
	.column1 .box-column .box-text	{ width: 100%; }

	.column2-left { width: 100%; padding: 0 0 20px; }
	.column2-left	h3 { position: relative; top: 0; }
	.column2-left .box-column { width: 100%; clear: both; }
	.column2-left .box-column .img { width: 100%; float: none; margin-right: 0;vertical-align: top; }
	.column2-left .box-column .box-text { width: 100%; float: none; }
	.column2-left .box-column .box-text p	{ width: 100%; position: relative; top: 0; }

	.column2-right { width: 100%; padding: 0 0 20px; }
	.column2-right	h3 { position: relative; top: 0; }
	.column2-right .box-column { width: 100%; clear: both;}
	.column2-right .box-column .img { width: 100%; float: none; margin-left: 0;vertical-align: top; }
	.column2-right .box-column .box-text { width: 100%; float: none; }
	.column2-right .box-column .box-text p	{ width: 100%; position: relative; top: 0; }

	.column3 { width: 100%; padding-bottom: 20px; margin-left:0; margin-right:0; }
	.column3 .box-column { width: 100%; display: auto; padding-bottom: 20px;}
	.column3 .box-column:first-child { width: 100%; display: auto; margin-right: 0; }
	.column3 .box-column p { width: 100%; }
	.column3 .box-column .box-text	{ width: 100%; }


	.content-post {
			padding-bottom: 0;
	}
	
}