@charset "UTF-8";

ul.list-figures .title {
	text-align: center;
}

ul.list-effect li .text {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.6em;
	border: solid 1px #b2b2b2;
	text-align: center;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	#sub01 .text-container {
		margin-top: 0rem;
	}
	#sub02.sub-section {
		padding-top: 7rem;
	}
	#sub03.sub-section .sub-sub-title+.flex-container {
		margin-top: 0rem;
	}
	#sub03 .flex-container .img-container:first-of-type {
		margin-top: 2rem;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media
print
,
screen
and
(min-width:
768px)
{
#sub02.sub-section {
	padding-top: 10rem;
}

#sub03 .flex-container .text+.img-container {
	margin-top: auto;
}

#sub01 .flex-container.half>.flex-item .caption {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}
/* 専用スタイル */
ul.list-effect {
	display: flex;
	flex-wrap: wrap;
}

ul.list-effect li {
	flex-basis: calc(100%/ 6 - 1%);
	margin-left: 1%;
	font-size: 1.4rem;
	line-height: 1.4;
}

ul.list-effect li:nth-child(6n-5) {
	margin-left: 0;
}

ul.list-effect li .memo {
	font-size: 0.8em;
	text-align: right;
}
}