/**********************************************
	ガイド
**********************************************/
#guideBlock {
	padding:5vh 0;
	background-color:#fff;
	background-color:#efebe4;
}

#guideBlockInner {
	margin:0 auto;
	padding:0 4vw;
	max-width:calc(1280px - 8vw);
}

.guideSubBlock {
}

.guideSubBlockRight {
	padding-left:10px;
}

.guideSubBlockLeft {
	padding-right:10px;
}

@media screen and (max-width:568px) {
	.guideSubBlockRight, .guideSubBlockLeft {
		padding:0;
	}
}

.guideHeader {
	margin-bottom:5px;
	padding:5px 0 5px 1em;
	color:#fff;
	background-color:#333;
	border-radius:3px;
}

.guideDetail {
	padding:10px;
	line-height:150%;
	font-size:0.85em;
}

.smallHeader {
	font-size:1.1em;
	font-weight:bold;
}

.underLine {
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px dashed #333;
}

.imageList {
	margin-bottom:10px;
	text-align:center;
}

.imageList li {
	display:inline;
	padding:0 10px;
}

.textList li {
	margin-left:2em;
	list-style-type:circle;
}

.dlList dt {
	margin-left:1em;
	font-size:90%;
	font-weight:bold;
}

.dlList dd {
	margin-left:2em;
	margin-bottom:5px;
	font-size:90%;
}

.centerImage {
	text-align:center;
}

.centerImage img {
	margin-bottom:10px;
	max-width:100%;
	height:auto;
}

.bankList {
	margin-left:1em;
	font-size:90%;
	font-weight:bold;
}

.bankList li {
	display:inline-block;
	margin-right:1em;
}

.bankList li:before {
	content:"・";
}
