@charset "UTF-8";

/* ====================================
	ベーススタイル
 ==================================== */


/* ====================================
	共通スタイル
 ==================================== */

/* メインタイトル */
.main-title {
	font-weight: 500;
	text-align: center;
}

/* サブセクション */
.sub-item .base-width {
	border-bottom: solid 1px #D9D9D9;
}

.sub-section:last-of-type .sub-item .base-width {
	border-bottom: none;
}

.sub-item .sub-title {
	font-weight: 700;
}

/* サブサブセクション */
.sub-sub-title {
	padding-left: 13px;
	position: relative;
}

.sub-sub-title::before {
	content: '';
	display: block;
	width: 4px;
	height: 85%;
	background: #000;
	position: absolute;
	top: 8%;
	left: 0;

}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

	article {
		font-size: 1.5rem;
		line-height: 1.6;
	}

	/* フレックスコンテナ */
	.flex-item-text, .flex-item-img {
		width: 100%;
	}

	/* メインタイトル */
	.main-title {
		margin: 5rem 0 7rem;
		font-size: 2.2rem;
		line-height: 1.4;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 5rem;
	}
	.sub-section:first-of-type {
		padding-top: 0;
	}
	.sub-item .base-width {
		padding-bottom: 5rem;
	}
	.sub-section .sub-title {
		font-size: 1.8rem;
	}
	.text-container {
		margin-top: 2rem;
	}
	.img-container {
		margin-top: 3rem;
	}

	/* 注釈セクション */
	.caption-section .base-width {
		padding-top: 5rem;
	}

	/* サブサブセクション */
	.sub-sub-title {
		margin-top: 6rem;
		font-size: 1.6rem;
	}

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {

	/* 最大幅 */
	.maxw750 {
		max-width: 750px;
	}

	/* メインタイトル */
	.main-title {
		margin: 8rem 0 8rem;
		font-size: 3.2rem;
		line-height: 1.4;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 8rem;
	}
	.sub-section:first-of-type {
		padding-top: 0;
	}
	.sub-item .base-width {
		padding-bottom: 8rem;
	}
	.sub-title {
		font-size: 2.2rem;
	}
	.text-container {
		margin-top: 4rem;
	}
	.img-container {
		margin-top: 4rem;
	}

	/* 注釈セクション */
	.caption-section .base-width {
		padding-top: 7rem;
	}

	/* サブサブセクション */
	.sub-sub-title {
		margin-top: 8rem;
		font-size: 1.8rem;
	}

}