/**********************************************
	ガイド
**********************************************/
#guide {
	background-color:#fff;
}

.guideBlock {
	margin-bottom:2rem;
}

.guideHeader {
	margin-bottom:2rem;
	padding-bottom:1rem;
	font-size:1.2rem;
	font-weight:700;
	border-bottom:1px solid #cfd2ca;
}

.smallHeader {
	padding:1rem 0;
	font-size:1.1rem;
	font-weight:500;
}

.guideText {
	font-size:0.9rem;
	margin-bottom:1rem;
}

.imageList {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:stretch;
	gap:1rem;
	margin-bottom:1rem;
}

.textList li {
	margin-left:2rem;
	margin-bottom:1rem;
	list-style-type:circle;
	font-size:0.9rem;
}

.dlList {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:stretch;
	width:100%;
}

.dlList dt {
	margin:0;
	padding:0.5rem 0;
	width:7rem;
	font-size:0.9rem;
	font-weight:500;
}

.dlList dd {
	margin:0;
	padding:0.5rem 0;
	width:calc(100% - 7rem);
	font-size:0.9rem;
}

.image img {
	max-width:100%;
	height:auto;
}

.hilightColor {
	color:#c00;
}

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