@charset "utf-8";

/* CSS Document */

#main_content02 .h1_guide{
width: 100%;
margin: 0;
padding: 0;
line-height: 1;
height: 80px;
background: url(../guide/images/title_guide.png) no-repeat left center;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border-bottom: #ccc 1px solid;
}
.guide_contents{
	text-align:left;
	width: 730px;
	margin:0px auto;
	padding: 30px 0px;
	overflow: hidden;
}
.guide_contents section{margin-bottom: 2.5em;}
.guide_contents h2 span{font-weight: normal;font-size: 80%;}
.guide_contents h3{background: #eae4d9;padding: 0.5em 0.8em;}

.guide_contents ol{margin: 0 0 0 25px;padding: 0;list-style-type: decimal !important;}
.guide_contents ol li{margin: 0 0 0.5em;}
.guide_contents ol li p{margin: 0 1em 0 0;float: left;}
.guide_contents .note{margin: 0 0 0 0.6em;}

ul.table_hosyo{margin: 1em 0 0 0;padding: 0 0 0 0;list-style: none;border-top: #ddd 1px solid;width: 80%;}
ul.table_hosyo li{border-bottom: #ddd 1px solid;margin: 0 0 0 0;padding:1em 0.5em;display: flex;justify-content: space-between;}


