@charset "utf-8";

/* override */
@media screen and (min-width: 768px) {
	.secContentArea {
		padding-bottom: 60px;
	}
	.promomats > span {
		bottom: -50px;
	}
	.attentionWrap {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.attentionWrap {
		display: none;
	}

	.promomats_sp {display: block;}
}

/* 共通 */
.spCon {
	display: none;
}

.tac {
	font-feature-settings: "palt";
}

.tac > span {
	display: block;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.spCon {
		display: block;
	}

	.tac > span {
		font-size: 13px;
	}

	.secContentArea {
		padding: 10px 0;
	}
}

/* ページレイアウト */
.boxSkin02.productsBox {
	overflow: hidden;
	padding: 63px 0 140px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .14);
}

.text-lead {
	margin-bottom: 82px;
	color: #1d2088;
	font-feature-settings: "palt";
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
}

.secContent {
	padding-right: 50px;
	padding-left: 50px;
}

.secContent:not(:last-child) {
	margin-bottom: 95px;
}

.secContentTitle {
	margin-bottom: 34px;
	color: #0005a2;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.2594;
	text-align: center;
}

.secContentInner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}

.secContentInner:not(:last-child) {
	margin-bottom: 134px;
}

.secContentInner.reverse {
	flex-direction: row-reverse;
}

.secContentBody {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	padding-right: 46px;
	flex-basis: 42%;
	max-width: 42%;
}

.reverse .secContentBody {
	padding-right: 0;
	padding-left: 46px;
}

.secContentSubTitle,
.secContentTxt {
	width: 100%;
}

.secContentSubTitle {
	margin-bottom: 18px;
	font-feature-settings: "palt";
	color: #1d2088;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}

.secContentImg {
	flex-basis: 58%;
	max-width: 58%;
}

.secContentImg img {
	width: 100%;
}

.secContentTxt {
	font-feature-settings: "palt";
	color: #222;
	font-size: 18px;
	line-height: 1.5555;
}

.thought {}

.thoughtImg {
	margin: 0 -50px 53px;
}

.thoughtImg img {
	width: 100%;
}

.thoughtInner {
	font-feature-settings: "palt";
}

.thoughtSubTitle {
	margin-bottom: 38px;
	color: #1d2088;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.thoughtColumns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}

.thoughtColumnsCol {
	flex-basis: 46.5116%;
	max-width: 46.5116%;
}

.thoughtColumnsCol:not(:nth-of-type(-n + 2)) {
	margin-top: 54px;
}

.comment {
	color: #222;
	font-feature-settings: "palt";
	font-size: 18px;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 ProN W3","HiraMinProN-W3","MS P明朝","MS PMincho",serif;
	line-height: 1.5555;
}

.author {
	display: block;
	margin-top: 6px;
	color: #888;
	font-size: 12px;
	letter-spacing: .025em;
}

@media screen and (max-width: 767px) {
	.boxSkin02.productsBox {
		margin-top: 0 !important;
		padding: 27px 0 83px;
	}

	.text-lead {
		margin-bottom: 40px;
		font-size: 14px;
		line-height: 1.5714;
		letter-spacing: .025em
	}

	.secContent {
		padding-right: 15px;
		padding-left: 15px;
	}

	.secContent:not(:last-child) {
		margin-bottom: 58px;
	}

	.secContentTitle {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.0476;
	}

	.secContentInner {
		flex-direction: column-reverse;
		justify-content: flex-start;
		padding-right: 10px;
		padding-left: 10px;
	}

	.secContentInner.reverse {
		flex-direction: column-reverse;
	}

	.secContentInner:not(:last-child) {
		margin-bottom: 113px;
	}

	.secContentBody {
		display: block;
		padding-right: 0;
		flex-basis: auto;
		width: 100%;
		max-width: none;
	}

	.reverse .secContentBody {
		padding-left: 0;
	}

	.secContentSubTitle {
		margin-bottom: 12px;
		font-size: 16px;
	}

	.secContentImg {
		margin: 0 -10px 21px;
		flex-basis: auto;
		width: calc(100% + 20px);
		max-width: none;
		min-height: 1px;
	}

	.secContentTxt {
		font-size: 14px;
		line-height: 1.5714;
	}

	.thoughtImg {
		margin: 0 -15px 46px;
	}

	.thoughtInner {
		padding-right: 10px;
		padding-left: 10px;
	}

	.thoughtSubTitle {
		margin-bottom: 37px;
		font-size: 16px;
		letter-spacing: .05em;
		text-align: center;
	}

	.thoughtSubTitle span {
		display: inline-block;
		text-align: left;
	}

	.thoughtColumns {
		display: block;
	}

	.thoughtColumnsCol {
		flex-basis: auto;
		width: 100%;
		max-width: none;
	}

	.thoughtColumnsCol:not(:nth-of-type(-n + 2)) {
		margin-top: 0;
	}

	.thoughtColumnsCol:not(:first-child) {
		margin-top: 30px;
	}

	.comment {
		font-size: 14px;
		line-height: 1.5714;
	}

	.author {
		display: block;
		margin-top: 5px;
		font-size: 11px;
	}
}
