@charset "utf-8";
/* module ----------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-tap-highlight-color: transparent;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
}
body {
	color: #594545;
	line-height: 1.6;
	background: url(../../img/common/bg-body-01.png) 0 0 repeat;
	border-top: 5px solid #665747;
}
#wrapper {
	background: url(../../img/common/bg_header-01.png) center top repeat-x;
}
h1, h2, h3, h4, h5, h6, table, ul, ol, p, dl {
	font-size: 100%;
	margin: 0;
}
ul {
	list-style: none;
}
dd {
	margin: 0;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* list */
ul.listNum {
	list-style: inside disc;
}
/* margin */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}
table, ul, ol, p, dl {
	margin-bottom: 15px;
}
header table, header ul, header ol, header p, header dl, footer table, footer ul, footer ol, footer p, footer dl {
	margin-bottom: 0px;
}
/* clickable */
.clickable {
	cursor: pointer;
}
/* helper clearfix
-------------------------------------------------- */
.mb00 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.alignC {
	text-align: center !important;
}
.alignR {
	text-align: right !important;
}
.alignL {
	text-align: left !important;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.floatR img {
	padding-left: 10px;
}
.floatL {
	padding-right: 10px;
}
/* color
-------------------------------------------------- */
a {
	color: #665747;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a[href^="tel:"] {
	cursor: default;
}
.clickable a, .clickable a:hover {
	color: #333;
}
/* link
-------------------------------------------------- */
p.linkArrow {
	position: relative;
	padding-left: 1em;
}
.linkArrow:before {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f105";
	left: 0;
	top: 50%;
	margin-top: -0.8rem;
	padding-left: -1em;
}
.homNewsList a {
	color: #333;
}
.linkArrow01 a {
	/*position: relative;*/
	/*padding-left: 1.5rem;*/
	font-size: 80%;
}
.linkArrow01 a:before {
	color: #e98900;
	color: var(--accent1-color);
	/*position: absolute;*/
	font-family: "FontAwesome";
	content: "\f138";
	left: 0;
	/*top: 50%;*/
	margin: 0;
	letter-spacing: 0.5em;
}
/* img size
-------------------------------------------------- */
.w20 {
	width: 20% !important;
}
.w25 {
	width: 25% !important;
}
.w30 {
	width: 30% !important;
}
.w40 {
	width: 40% !important;
}
.w60 {
	width: 60% !important;
}
.w70 {
	width: 70% !important;
}