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

   mixin

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

.m-page-heading__txt {
	text-align: center;
}

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

.sec-contents__txt {
	line-height: 2.4;
}

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

.sec-contents__txt:not(:first-of-type) {
	margin-top: 30px;
}

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

.sec-contents__caption {
	margin-top: 20px;
	text-align: right;
	font-size: 11px;
}

@media only screen and (max-width: 767px) {
	.sec-contents__caption {
		text-align: left;
	}
}

.sec-contents__img {
	margin-top: 70px;
	text-align: center;
}

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