
@charset "UTF-8";

/*----------------------------------------------------
 id style)SP
----------------------------------------------------*/

section#main_area {
	margin-bottom: 30px;
}
section#main_area h2 {
	height: 170px;
	background-image: url(../images/main_img.png);
	background-size: auto 170px;
}


/*----------------------------------------------------
 contents style)SP
----------------------------------------------------*/

div.top_haken {
	width: 100%;
	text-align: center;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}
div.top_haken h3 {
	width: 100%;
	height: 35px;
	background-image: url(../images/haken_ttl.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 35px;
	text-align: left;
	text-indent: -9999px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div.top_haken p {
	width: 80%;
	text-align: center;
	font-size: 16px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
div.top_haken p span {
	font-size: 16px;
	color: #F63;
	font-weight: bold;
}
div.top_haken dl {
	width: 90%;
	text-align: left;
	box-sizing: border-box;
	background-color: #f5f5f5;
	border-radius: 3px;
	margin: 0px auto 0px auto;
	padding: 20px;
}
div.top_haken dl dt {
	width: 100%;
	height: 70px;
	background-image: url(../images/haken_sub.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 70px;
	border-bottom: 2px solid #009e9f;
	text-align: left;
	text-indent: -9999px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}


div.top_haken dl dd ul {
	width: 100%;
	text-align: left; 
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div.top_haken dl dd ul li {
	width: 100%;
	text-align: center;
	line-height: 30px;
	background-color: #dfdfdf;
	border-radius: 15px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
div.top_haken dl dd ul li:last-child {
	margin-bottom: 0px;
}

div.top_haken dl dd ol {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
div.top_haken dl dd ol li {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
div.top_haken dl dd ol li a {
	width: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
div.top_haken dl dd ol li.tel a {
	height: 40px;
	background-size: auto 40px;
	background-image: url(../commons/images/header_tel.png);
}
div.top_haken dl dd ol li.btn a {
	height: 40px;
	background-size: auto 40px;
	background-image: url(../images/haken_btn.png);
}





div.top_news {
	width: 100%;
	text-align: center;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}
div.top_news h3 {
	width: 100%;
	height: 60px;
	background-image: url(../images/news_ttl.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 60px;
	text-align: left;
	text-indent: -9999px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
div.top_news ul {
	width: 80%;
	text-align: left; 
	margin: 0px auto 0px auto;
	padding: 0px;
}
div.top_news ul li {
	width: 100%;
	text-align: left;
	border-bottom: 1px dotted #666;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 10px 0px;
}
div.top_news ul li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div.top_news ul li span {
	text-align: left;
	font-size: 12px;
	display: block;
	color: #666;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
div.top_news ul li strong {
	text-align: left;
	display: block;
	color: #009e9f;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
div.top_news ul li strong a {
	text-decoration: underline;
	color: #009e9f;
}
div.top_news ul li strong strong {
	text-align: left;
	display: inline-block;
	color: #009e9f;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #009e9f;
	margin: 5px 10px 5px 0px;
	padding: 3px 5px 3px 5px;
}
div.top_news ul li p {
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.top_news ul li a p {
	text-decoration: underline;
}



div.top_link {
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div.top_link ul {
	width: 80%;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}
div.top_link ul li {
	width: 100%;
	text-align: left;
	margin: 0px auto 20px auto;
	padding: 0px;
}
div.top_link ul li:last-child {
	margin-bottom: 0px;
}
div.top_link ul a {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
div.top_link ul a img {
	width: 100%;
	height: auto;
	margin: 0px;
}


@media only screen and (min-width: 460px) {
	
}

@media only screen and (min-width: 700px) {
	


}

@media only screen and (min-width: 1001px) {

/*----------------------------------------------------
 id style)PC
----------------------------------------------------*/

section#main_area {
	margin-bottom: 50px;
}
section#main_area h2 {
	height: 550px;
	background-image: url(../images/main_img.png);
	background-size: auto 550px;
}


/*----------------------------------------------------
 contents style)PC
----------------------------------------------------*/

div.top_haken {
	width: 100%;
	text-align: center;
	margin: 0px 0px 60px 0px;
	padding: 0px;
}
div.top_haken h3 {
	width: 100%;
	height: 50px;
	background-image: url(../images/haken_ttl.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 50px;
	text-align: left;
	text-indent: -9999px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
div.top_haken p {
	width: 100%;
	line-height: 1.8em;
	text-align: center;
	font-size: 18px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
div.top_haken p span {
	font-size: 18px;
	margin: 0px 3px 0px 3px;
}
div.top_haken dl {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	background-color: #f5f5f5;
	overflow: hidden;
	border-radius: 3px;
	margin: 0px auto 0px auto;
	padding: 30px 40px 30px 40px;
}
div.top_haken dl dt {
	width: 180px;
	height: 100px;
	float: left;
	background-image: url(../images/haken_sub.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	border-bottom: none;
	text-align: left;
	text-indent: -9999px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.top_haken dl dd {
	width: 665px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.top_haken dl dd ul {
	width: 340px;
	text-align: left;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div.top_haken dl dd ul li {
	width: 100%;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	background-color: #dfdfdf;
	border-radius: 15px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
div.top_haken dl dd ul li:last-child {
	margin-bottom: 0px;
}

div.top_haken dl dd ol {
	width: 280px;
	float: right;
	overflow: hidden;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
div.top_haken dl dd ol li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div.top_haken dl dd ol li.tel {
	margin-bottom: 20px;
}
div.top_haken dl dd ol li a {
	width: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
div.top_haken dl dd ol li.tel a {
	height: 50px;
	pointer-events: none;
	background-size: contain;
	background-image: url(../commons/images/header_tel.png);
}
div.top_haken dl dd ol li.btn a {
	height: 50px;
	background-size: contain;
	background-image: url(../images/haken_btn.png);
}





div.top_news {
	width: 100%;
	text-align: center;
	margin: 0px 0px 60px 0px;
	padding: 0px;
}
div.top_news h3 {
	width: 240px;
	height: 80px;
	background-image: url(../images/news_ttl.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-align: left;
	text-indent: -9999px;
	margin: 0px auto 30px auto;
	padding: 0px;
}
div.top_news ul {
	width: 800px;
/*
	height: 300px;
	overflow: auto;
*/
	text-align: left; 
	margin: 0px auto 0px auto;
	padding: 0px;
}
div.top_news ul li {
	width: 800px;
/*
	width: 760px;
*/
	text-align: left;
	overflow: hidden;
	border-bottom: 1px dotted #666;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 10px 0px;
}
div.top_news ul li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div.top_news ul li span {
	width: 100px;
	text-align: left;
	font-size: 14px;
	display: block;
	color: #666;
	float: left;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
	padding: 0px;
}
div.top_news ul li strong {
	width: 640px;
	text-align: left;
	display: block;
	float: right;
	color: #009e9f;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
div.top_news ul li strong strong {
	width: auto;
	text-align: left;
	float:  none;
	display: inline-block;
	color: #009e9f;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #009e9f;
	margin: 0px 10px 5px 0px;
	padding: 3px 5px 3px 5px;
}
div.top_news ul li p {
	width: 640px;
	float: right;
	text-align: left;
	line-height: 1.8em;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.top_news ul li a p {
	text-decoration: underline;
}



div.top_link {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
div.top_link ul {
	width: 840px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}
div.top_link ul li {
	width: 400px;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
div.top_link ul li:last-child {
	float: right;
	margin-bottom: 0px;
}
div.top_link ul a {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
div.top_link ul a img {
	width: 100%;
	height: auto;
	margin: 0px;
}


}


/*----------------------------------------------------
 style end
----------------------------------------------------*/

