@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
/* pciロゴありタイトル */
.pci-container {
	position: relative;
}

.pci-container::before {
	content: '';
	display: block;
	width: 5.2rem;
	height: 5.2rem;
	background-image: url(/reizo/common/images/icon-pci.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: 0;
}

/* .suibun {
	display: flex;
	flex-direction: column;
} */
.img-sub-title {
	margin-bottom: .5em;
	line-height: 1.2;
}

/* 動画 */
#video1 video {
	width: 100%;
	vertical-align: bottom;
}

/* SIAA */
.siaa-img {
	width: 140px;
	margin-right: 5%;
	margin-top: 4rem;
	position: relative;
}

.siaa-img sup {
	position: absolute;
	top: .5em;
	right: -1em;
}


.siaa-text {
	flex: 1;
	font-size: 1.4rem;
}

.g-title {
	font-weight: 500;
	background: #e6e6e6;
}
.img-container.mt-none {
	margin-top: 0;
}/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}

	.btn-arrow {
		display: block;
		text-align: center;
	}

	.btn-arrow a {
		padding: 0.7em 1em 0.7em 2em;
		display: block;
		font-size: 1.4rem;
	}

	#sub03 .flex-container.half .min-5 {
		min-height: 5rem;
		line-height: 3.2;
	}

	#sub03 .img-container.suibun {
		margin-top: 3rem;
	}

	/* SIAA */
	.siaa-img {
		width: 90px;
		margin-top: 2rem;
	}


	/* pciロゴありタイトル */
	.pci-container {
		position: relative;
	}

	.pci-container .sub-title {
		min-height: auto;
		padding-right: 6rem;
		font-size: 1.8rem;
		font-weight: 700;
	}

	.g-title {
		margin-top: 4rem;
		margin-bottom: 0rem;
		padding: .2em 0;
		font-size: 1.6rem;
		text-align: center;
	}

	.g-title+.text-container {
		margin-top: 2rem;
		margin-bottom: 3rem;
	}

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {
	.flex-container.fix-bottom-img .img-container {
		min-height: 0%;
		/* IE対応 */
		margin-top: auto;
	}

	#sub03 .flex-container.half .min-h {
		min-height: 7.6rem;
	}

	#sub03 .flex-container.half .min-5 {
		min-height: 5rem;
		line-height: 3;
	}

	/* pciロゴありタイトル */
	.pci-container .sub-title {
		font-size: 2.2rem;
	}

	.pci-container::before {
		width: 10rem;
		height: 10rem;
		top: 50%;
		right: 0rem;
		transform: translate(0, -50%);
	}

	.g-title {
		margin-top: 4rem;
		margin-bottom: 2rem;
		padding: 0.2em 0;
		font-size: 1.8rem;
		text-align: center;
	}

	.g-title+.text-container {
		margin-top: 0rem;
		margin-bottom: 4rem;
	}

}

/* ====================================
	タブレット、印刷専用スタイル
===================================== */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.pc-only {
		display: none;
	}
}

/* ====================================
	PC大画面専用スタイル
===================================== */
@media only screen and (min-width: 1200px) {
	.tab-only {
		display: none;
	}
}