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

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.mode-pc .g-header .gnav__item--03 a:after {
	width: 100%;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
.sec-nav {
	margin-top: 100px;
}

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

/*--------------------------------------------------------------------------
   sec-alignment
---------------------------------------------------------------------------*/
.sec-alignment {
	margin-top: 110px;
}

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

.sec-alignment__hdg {
	text-align: center;
	font-size: 16px;
}

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

.sec-alignment__list {
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;

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

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

.sec-alignment__list .type {
	width: 300px;
	margin: 0 0 50px 50px;
	padding: 40px 35px 30px;
	border-radius: 12px;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.sec-alignment__list .type {
		width: 46%;
		margin: 0 2% 20px;
		padding: 20px 15px 15px;
		border-radius: 8px;
	}
}

.sec-alignment__list .type:nth-child(3n + 1) {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.sec-alignment__list .type:nth-child(3n + 1) {
		margin-left: 2%;
	}
}

.sec-alignment__list .type__img {
	text-align: center;
}

.sec-alignment__list .type__img img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.sec-alignment__list .type__img img {
		width: auto;
		height: 61px;
	}
}

.sec-alignment__list .type__hdg {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

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

.sec-alignment__list .type__txt {
	margin-top: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 13px;
}

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