@charset "utf-8";
/* CSS Document */

h1 {
	font-weight: normal;
	text-align: left;
}

.h2p1 {
	/*background-color:#ffb100;*/
	border:#FF983C solid;
	border-width: 1px 1px 1px 15px;
	padding:40px 20px !important;
	margin:60px 0px !important;
	font-size:34px;
	line-height: 38px;
}

.h2p2 {
	/*background-color:#ffb100;*/
	border:#FF983C solid;
	border-width: 1px 1px 1px 15px;
	padding:10px 20px!important;
	margin:60px 0px !important;
	font-size:34px;
	line-height: 38px;
}

h3 {
	font-size:28px;
	margin:80px 0px 20px 0px !important;
	line-height: 120%;
}

.b_orange{
	color: #f5911e;
	font-weight: bold;
}

button{
	cursor:pointer;
}
.w65 {
	width: 65px;
}
/* wrap */

#waku {
	width: 100%;
	min-width: 1000px;
}
.timeline-Header {
	background-color: #FF983C;
}
.header_all {
	background-repeat: repeat;
	width: 1000px;
	min-width: 100%;
}
.header_waku {
	z-index: 1;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.header_ue {
	width: 100%;
	background-color: #FF983C;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}
.menu_green_waku {
	width: 100%;
	min-width: 1000px;
	height: 36px;
	position: absolute;
	z-index: 0;
	background-color: #e4e4e4;
	border-bottom: solid 5px #39b34a;
}

.content_waku {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.header_title {
	width: 470px;
}
.header_menu {
	width: 220px;
	float: left;
}
.header_tel {
	float: left;
	width: 270px;
	margin-top: 5px;
}
.tel_mess {
	text-align: center;
	background-color: #FFFF99;
	margin-top: 10px;
	margin-left: 10px;
}
.header_left {
	width: 1000px;
	float: left;
}
.header_left_waku {
	width: 750px;
	float: left;
}
.header_left_list {
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
}
.header_list {
	overflow: hidden;
	margin-left: 20px;
}
.header_list li {
	float: left;
	padding-left: 15px;
	background-image: url("../img/common/arrow_blue.png");
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-right: 10px;
}
.header_list li a {
	margin-top: 5px;
}







.gray_waku {
	border: 2px solid #CCCCCC;
}

.counter_list{
	list-style-type: none;
	line-height: 26px;
}

.counter_list{
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}

.counter_list li{
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.counter_list li:before {
	counter-increment: item;
	content: counter(item)'.';
	/* 以下は自由に装飾... */
	padding-right: .5em;
	font-weight: bold;
	/*color: #b40000;*/
}

.counter_list{
	counter-reset: item;
	counter-reset: item 0; /*「1」からカウントし始める*/
}

.reason_black_waku{
	border:#000 solid 1px;
	padding:0px 20px;
	
}

.description{
	overflow:hidden;
}

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

.header_ue{
	font-size:20px;
	padding:10px 0px;
}

.content_waku{
	width:95%;
}

.description{
	font-size:16px;
}

.counter_list li{
	font-size:16px;
}

}