@charset "UTF-8";

.guide {
	margin: 40px auto 125px;
	width: 100%;
	max-width: 912px;
}

.guide h2 {
	background: #fff;
	border: 1px solid #000;
	display: block;
	font-size: 30px;
	letter-spacing: .03em;
	line-height: 1.2;
	padding: 17px 22px;
}

.guide .col {
	display: flex;
	align-items: center;
	gap: 46px;
	border-bottom: 1px dashed #000;
	padding: 16px 0;
}

.guide .wrap .col:first-of-type {
	margin-top: 47px;
}

.guide .wrap {
	margin: 0 auto 70px;
	width: 100%;
}

.guide .col h3 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.2;
}

.guide .col p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2.14;
	padding-top: 13px;
}

.guide .step {
	background: #FFCC00;
	border: 1px solid #000;
	box-sizing: border-box;
	width: 112px;
	height: 104px;
	flex-shrink: 0;
}

.guide .step p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.875;
	text-align: center;
	padding-top: 23px;
}

.guide .step p span {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	display: block;
}

.guide .precautions {
	width: 100%;
	margin: 33px auto 0;
}

.guide .precautions h3 {
	background: #3CCDF2;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.2;
	margin-top: 52px;
}

.guide .precautions h3:first-child {
	margin-top: 0;
}

.guide .precautions ul {
	margin-top: 12px;
}

.guide .precautions p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2.14;
	margin-top: 12px;
}

.guide .precautions li {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2.14;
	padding-left: 1em;
	position: relative;
}

.guide .precautions li::before {
	content: "・";
	position: absolute;
	left: 0;
}

@media screen and (max-width:767px) {

	.guide h2 {
		text-align: center;
		font-size: 25px;
	}

	.guide {
		margin: 23px auto 58px;
	}

	.guide>h2:first-child {
		border-top: none;
	}

	.guide .wrap {
		margin: 0 auto 52px;
		width: 90%;
	}

	.guide .wrap .col:first-of-type {
		margin-top: 0;
	}

	.guide .col {
		align-items: flex-start;
		gap: 23px;
		margin-top: 0;
	}

	.guide .col p {
		padding-top: 15px;
	}

	.guide .step {
		width: 88px;
		height: 81px;
		margin-top: 5px;
	}

	.guide .step p {
		padding-top: 11px;
	}

	.guide .precautions {
		margin-top: 25px;
		width: 90%;
	}

	.guide .precautions h3 {
		margin-top: 37px;
	}
}