@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;
}

#sub02 .amami li {
	position: relative;
}

#sub02 .amami .img.bt {
	position: absolute;
	bottom: 0;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	#sub02 .img-container.suibun {
		margin-top: 0rem;
	}

	#sub02.sub-section {
		padding-top: 7rem;
	}

	#sub02 .flex-container.half .min-5 {
		min-height: 5rem;
		line-height: 3;
	}

	#sub03 .title {
		color: #305CA4;
		font-size: 1.4rem;
		font-weight: 500;
		margin-top: 1.4em;
	}

	#sub03 .flex-container.half .text {
		margin-top: 0.2rem;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {
	.main-img {
		margin-bottom: 7rem;
	}

	.flex-container.half.fix-bottom-img .img-container {
		margin-top: auto;
	}

	#sub02.sub-section {
		padding-top: 10rem;
	}

	#sub02 .flex-container.half .min-h {
		min-height: 7.6rem;
	}

	#sub02 .flex-container.half .min-5 {
		min-height: 5rem;
		line-height: 3;
	}

	#sub03 .sub-sub-title:first-of-type {
		margin-top: 4rem;
	}

	#sub03 .img-container.img-inbox {
		margin-bottom: 3rem;
	}

	#sub03 .title {
		color: #305CA4;
		font-size: 1.8rem;
		font-weight: 500;
		margin-top: 1.8em;
	}

	#sub03 .flex-container.half .text {
		margin-top: 0.8rem;
	}


	/* 専用スタイル */
	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;
	}

	/* スライダー */
	.slider {
		margin-top: 4rem;
	}

	.slider-navi .slick-list {
		padding-bottom: 1.5rem;
	}

	ul.slider-navi li {
		padding: 1rem;
		background: #dcdcdc;
		border: solid 1px #fff;
		position: relative;
	}

	ul.slider-navi li.slick-current {
		background: #00a0e9;
		color: #fff;
	}

	ul.slider-navi li.slick-current::before {
		content: "";
		position: absolute;
		bottom: -1.5rem;
		left: 50%;
		width: 0;
		height: 0;
		margin-left: -1.5rem;
		border-style: solid;
		border-color: #00a0e9 transparent transparent transparent;
		border-width: 1.5rem 1.5rem 0 1.5rem;
	}

	ul.slider-navi li .text {
		margin-top: 0.5em;
		font-size: 1.3rem;
		line-height: 1;
		text-align: center;
	}
}