@charset "UTF-8";
/* ====================================
	共通スタイル
 ==================================== */
 table.table-spec.table-kim1800 th {
	width: 20%;
 }
 table.table-spec.table-kim1800 td {
	width: 20%;
 }

 .size-container:nth-of-type(n+2) {
	margin-top: 10rem;
 }

 .maxw500 {
	max-width: 500px;
	width: 90%;
 }

 .maxw500 small {
	display: block;
	text-align: right;
 }

 .img_col2 {
	display: flex;
	justify-content: center;
	align-items: top;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 4rem;
}

.img_col2 > div {
	width: 47.5%;
	font-size: 1.4rem;
}

/* 転倒防止 */

.tentou-title {
	margin: 8rem auto 6rem;
	padding: 10px 0;
	background: #eeeddf;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
}

.tentou-flow {
	margin: 4rem auto;
}

.tentou-flow h3 {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	font-size: 2rem;
	font-weight: bold;
}

.tentou-flow h3 span {
	display: inline-block;
	margin-right: .6em;
	font-size: 2.4rem;
}

.tentou-flow h4 {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	font-size: 1.6rem;
}

.tentou-flow h4 em {
	display: inline-block;
	margin-right: .6em;
	padding: 3px 10px;
	color: #fff;
	background: #000;
}

.tentou-flow h4 span small {
	display: block;
}

.tentou-flow-flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 4rem auto 6rem;
}

.tentou-flow-flex-box > div {
	width: 47.5%;
	font-size: 1.4rem;
	text-align: center;
}

.tentou-flow:nth-of-type(n+2) {
	padding-top: 6rem;
	border-top: 1px solid #D9D9D9;
}

.tentou-flow-flex-box  > div h5 {
	padding: 4px 0;
	background: #D9D9D9;
}

.tentou-flow-flex-box  > div img {
	margin-top: 1em;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	
	 .size-container:nth-of-type(n+2) {
		margin-top: 5rem;
	 }
	
	 .maxw500 {
		width: 100%;
	 }
	
	 .img_col2 {
		margin-top: 2rem;
	}
	
	.img_col2 > div {
		width: 100%;
	}

	.img_col2 > div:nth-of-type(n+2) {
		margin-top: 2rem;
	}
	
	/* 転倒防止 */
	
	.tentou-title {
		margin: 4rem auto 3rem;
		padding: 5px 0;
		font-size: 1.8rem;
	}
	
	.tentou-flow {
		margin: 2rem auto;
	}
	
	.tentou-flow h3 {
		margin-bottom: 1em;
		font-size: 1.6rem;
	}
	
	.tentou-flow h3 span {
		margin-right: .6em;
		font-size: 2rem;
	}
	
	.tentou-flow h4 {
		display: block;
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	
	.tentou-flow h4 em {
		display: block;
		margin: 0 auto .5em;
		padding: 2px 4px;
		text-align: center;
	}
	
	.tentou-flow-flex-box {
		display: block;
		width: 100%;
		margin: 2rem auto 3rem;
	}
	
	.tentou-flow-flex-box > div {
		width: 100%;
		font-size: 1.4rem;
	}
	
	.tentou-flow:nth-of-type(n+2) {
		padding-top: 3rem;
	}
	
	.tentou-flow-flex-box  > div h5 {
		padding: 3px 5px;
	}
	
	.tentou-flow-flex-box  > div img {
		margin-top: 1em;
	}
	
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {}

/* ====================================
	768px以上1023以下専用スタイル
===================================== */
@media screen and (min-width: 768px) and (max-width: 1023px) {}