/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.g-header .gnav__item--research a {
	background-color: rgba(255, 255, 255, .5);
}

.m-contents-nav {
	margin-top: 60px;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   #sec-contents
---------------------------------------------------------------------------*/
.sec-contents {
	margin-top: 55px;
}

@media only screen and (max-width: 767px) {
	.sec-contents {
		margin-top: 35px;
	}
}

.sec-contents__img {
	margin-left: -81px;
}

@media only screen and (max-width: 767px) {
	.sec-contents__img {
		margin: 0 -25px;
	}
}

.sec-contents__img img {
	width: 962px;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.sec-contents__img img {
		width: 100%;
		height: auto;
	}
}

.sec-contents__pdf {
	display: -ms-flexbox;
	display: flex;
	margin: 50px 0 100px;
}

@media only screen and (max-width: 767px) {
	.sec-contents__pdf {
		display: block;
		margin: 40px 0 50px;
	}
}

.sec-contents__pdf .btn {
	display: inline-block;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.sec-contents__pdf .btn {
		display: block;
		text-align: center;
		font-size: 12px;
	}
}

.sec-contents__pdf .btn:not(:first-of-type) {
	margin-left: 30px;
}

@media only screen and (max-width: 767px) {
	.sec-contents__pdf .btn:not(:first-of-type) {
		margin: 20px 0 0;
	}
}

.sec-contents__pdf .btn a {
	display: block;
	position: relative;
	padding: 12px 50px 12px 20px;
	background-color: #dfd4c4;
	transition: .3s;
}

@media only screen and (max-width: 767px) {
	.sec-contents__pdf .btn a {
		padding: 12px 20px;
	}
}

.sec-contents__pdf .btn a::after {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 25px;
	height: 32px;
	background: url('../../img/common/ico_pdf.svg') no-repeat;
	background-size: contain;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-contents__pdf .btn a::after {
		right: 10px;
		width: 18px;
		height: 22px;
	}
}

.mode-pc .sec-contents__pdf .btn a:hover {
	background: rgba(255, 255, 255, .5);
}

.sec-contents__hdg {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #231815;
	font-size: 14px;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.sec-contents__hdg {
		padding-top: 40px;
		font-size: 12px;
	}
}

.sec-contents__table {
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.sec-contents__table {
		display: block;
		font-size: 11px;
	}
}

.sec-contents__table .date {
	display: -ms-flexbox;
	display: flex;
	width: 85px;
	margin-right: 20px;

	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.sec-contents__table .date {
		display: block;
		width: auto;
		margin-right: 0;
	}
}

.sec-contents__table .date:not(:first-of-type) {
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	.sec-contents__table .date:not(:first-of-type) {
		margin-top: 15px;
	}
}

.sec-contents__table .txt {
	width: calc(100% - 105px);
}

@media only screen and (max-width: 767px) {
	.sec-contents__table .txt {
		width: auto;
		margin-top: 5px;
	}
}

.sec-contents__table .txt:not(:first-of-type) {
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	.sec-contents__table .txt:not(:first-of-type) {
		margin-top: 5px;
	}
}

.sec-contents__table--line {
	padding-bottom: 50px;
	border-bottom: 1px solid #231815;
}
