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

   mixin

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

.c-btn::before {
	transform: translateY(-50%) scale(-1, 1);
}

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

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

.sec-contents__img {
	display: -ms-flexbox;
	display: flex;
	margin: -30px 0 50px 0;
}

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

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

.sec-contents__img-item:nth-child(1) {
	margin: 80px 0 0 -10px;
}

@media only screen and (max-width: 767px) {
	.sec-contents__img-item:nth-child(1) {
		margin-top: 35px;
	}
}

.sec-contents__img-item:nth-child(2) {
	margin-left: 40px;
}

@media only screen and (max-width: 767px) {
	.sec-contents__img-item:nth-child(2) {
		margin-left: 10px;
	}
}

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

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

.sec-contents__txt + .sec-contents__txt {
	margin-top: 40px;
}

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

/*--------------------------------------------------------------------------
   #sec-link
---------------------------------------------------------------------------*/
.sec-link {
	margin-top: 95px;
	text-align: center;
}

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