@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

/* page title */
/* -------------------------------------------------- */
.pageSupport {
	background: url(../../../img/support/support_title_bg.jpg) no-repeat center center / cover;
}

/* support */
/* -------------------------------------------------- */
#support {
	margin: 100px 0 160px;
}

.supportRow {
	margin-bottom: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.supportContFigure {
	width: 57.3%;
	overflow: hidden;
}

.supportContFigOdd {
	border-radius: 0 15px 15px 0;
}

.supportContDes {
	width: 42.7%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}

.supportContIn {
	width: 100%;
	max-width: 820px;
	padding: 0 16.5%;
}

.supportContHead {
	margin-bottom: 45px;
	font-size: 2.6rem;
	letter-spacing: 0.15em;
}

.supportContHead ._br:before {
	content: '\A';
	white-space: pre;
}

.supportContTxt {
	font-size: 1.6rem;
	line-height: 1.7;
}

.supportContKome {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.7;
}

.supportContFigEven {
	order: 2;
	border-radius: 15px 0 0 15px;
}

.supportContDesEven {
	order: 1;
	justify-content: flex-end;
}


@media screen and (max-width: 1150px) {
	.supportContHead ._br:before {
		content: '';
		white-space: inherit;
	}
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.supportContFigure {
		width: 100%;
		border-radius: 0;
	}

	.supportContDes {
		width: 100%;
	}

	.supportContIn {
		width: calc(100% - 100px);
		margin: auto;
		padding: 50px 0 0;
	}

	.supportContFigEven {
		order: 1;
		border-radius: 0;
	}

	.supportContDesEven {
		order: 2;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.pageSupport {
		background: url(../../../img/support/mv_sp.jpg) no-repeat center center / cover;
	}
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.pageSupport {
		background: url(../../../img/support/mv_sp.jpg) no-repeat center center / cover;
	}
	
	#support {
		margin: 60px 0 80px;
	}

	.supportRow {
		margin-bottom: 70px;
	}

	.supportContIn {
		width: calc(100% - 10%);
		margin: auto;
		padding: 30px 0 0;
	}

	.supportContHead {
		margin-bottom: 20px;
		font-size: 2.0rem;
	}

	.supportContTxt {
		font-size: 1.6rem;
	}
}