@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
/* SIAA */
.siaa-container {
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}


.siaa-img {
	width: 140px;
	margin-right: 5%;
	position: relative;
}
.siaa-img sup {
	position: absolute;
	top: .5em;
	right: -1em;
}

.siaa-text {
	flex: 1;
	font-size: 1.4rem;
}

.flex-container.col3 .list-item li.maru::before {
	position: relative;
	display: inline-block;
	content: '';
	border-radius: 100%;
	background: #000;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@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;
	}



	.cap-text {
		font-size: 1.5rem;
	}


	/* SIAA */
	.siaa-container {
		display: flex;
		justify-content: space-between;
		margin-top: 4rem;
	}

	.siaa-img {
		width: 90px;
		margin-right: 5%;
	}

	.siaa-text {
		flex: 1;
		font-size: 1.4rem;
	}

	.flex-container.col3 .list-item {
		padding-bottom: .4em;
		padding-left: 12px;
		font-size: 1.3rem;
		text-indent: -0.5em;
	}

	.flex-container.col3 .flex-item.list {
		width: 48%;
		margin-top: 2rem;
	}

	.flex-container.col3 .flex-item.prod {
		width: 40%;
		margin-left: auto;
		margin-right: auto;
	}

	.flex-container.col3 .list-item li.maru::before {
		top: -1.2px;
		left: -5px;
		width: 7px;
		height: 7px;
	}

	.flex-container.col3 .list-item li.title {
		position: relative;
		left: -10px;
	}



	.flex-container>.flex-item:last-of-type {
		margin-top: 3.4rem;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {
	.flex-container.fix-bottom-img .img-container {
		min-height: 0%;
		/* IE対応 */
		margin-top: auto;
	}

	.btn-arrow {
		margin: 0 auto;
		line-height: 1.4;
	}


	.cap-text {
		font-size: 1.6rem;
	}

	/* SIAA */
	.siaa-container {
		display: flex;
		justify-content: space-between;
		margin-top: 4rem;
	}



	.siaa-text {
		flex: 1;
		font-size: 1.4rem;
	}

	.flex-container.col3 {
		display: flex;
	}

	.flex-container.col3 .flex-item.list {
		width: 40%;
	}



	.flex-container.col3 .list-item li {
		padding-bottom: .4em;
		padding-left: 12px;
	}

	.flex-container.col3 .list-item li.maru::before {
		top: -1px;
		left: -12px;
		width: 8px;
		height: 8px;
	}

	.flex-container.col3 .list-item li.title {
		position: relative;
		left: -20px;
	}

	.flex-container.col3 .flex-item.prod {
		width: 18%;
	}


}

/* ====================================
	タブレット、印刷専用スタイル
===================================== */
@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;
	}
}