@charset "utf-8";
/* CSS Document */
#sec_01 {
	clear: both;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#sec_01 .img {
	float: right;
	padding-bottom: 20px;
	padding-left: 30px;
}
#sec_01 .txt {
	padding-top: 1em;
}
#sec_02 {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#sec_02 .reason {
	clear: both;
	list-style-type: none;
}
#sec_02 .reason li {
	padding-top: 20px;
}
#sec_02 .reason li img {
	float: right;
	padding-left: 20px;
}
#sec_03 {
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#sec_03 .img {
	float: right;
}

#sec_03 .check {
	list-style-type: none;
	font-size: 145%;
	padding-top: 5px;
}
#sec_03 .check li {
	background-image: url(/common/img/arrow_circle.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
	padding-bottom: 15px;
}
#sec_04 {
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#sec_04 .img {
	float: right;
	padding-bottom: 10px;
	padding-left: 30px;
}
#sec_05 {
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#sec_05 .flow {
	list-style-type: none;
	font-size: 145%;
}
#sec_05 .flow li {
	padding-bottom: 15px;
}
#sec_05 .flow li span {
	font-size: 70%;
	padding-left: 10px;
}
#sec_05 .flow li p {
	font-size: 65%;
	padding-left: 1.5em;
	padding-top: 2px;
}
#inquiry_area {
	text-align: center;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#voice_area {
	clear: both;
}
#voice_area h5 {
	text-align: center;
}
#voice_area .txt {
	text-align: center;
	padding-bottom: 20px;
}

#voice_area .voice {
	width: 500px;
	float: left;
}
#voice_area .voice dt {
	font-weight: bold;
	padding-bottom: 6px;
	text-indent: -3em;
	padding-left: 3em;
}
#voice_area .voice dd {
	border: 3px solid #239190;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/common/PIE.htc);
	padding: 10px;
	margin-bottom: 15px;
	font-size: 115%;
	margin-left: 24px;
	display: block;
	position: relative;
}
#voice_area .voice dd img {
	position: absolute;
	left: -24px;
	top: 8px;
}



#voice_area .autograph {
	float: right;
	width: 187px;
}
#voice_area .autograph a:link,
#voice_area .autograph a:visited {
	text-decoration: none;
	background-color: #CCC;
	padding: 5px;
	display: block;
}
#voice_area .autograph a:hover,
#voice_area .autograph a:active {
	text-decoration: none;
	background-color: #4FAAAB;
}
#voice_area .autograph span {
	font-weight: bold;
	color: #239190;
	text-align: center;
	display: block;
	padding-bottom: 6px;
}
