/* 2020.11.30 NAO YOSHIKAWA */
@charset "utf-8";

@import url(//db.onlinewebfonts.com/c/d7e8a95865396cddca89b00080d2cba6?family=SoDo+Sans+SemiBold);
@font-face {font-family: "SoDo Sans SemiBold"; src: url("//db.onlinewebfonts.com/t/d7e8a95865396cddca89b00080d2cba6.eot"); src: url("//db.onlinewebfonts.com/t/d7e8a95865396cddca89b00080d2cba6.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/d7e8a95865396cddca89b00080d2cba6.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/d7e8a95865396cddca89b00080d2cba6.woff") format("woff"), url("//db.onlinewebfonts.com/t/d7e8a95865396cddca89b00080d2cba6.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/d7e8a95865396cddca89b00080d2cba6.svg#SoDo Sans SemiBold") format("svg"); }

/**-----------------------------------------------
common
-----------------------------------------------**/
body {
	position:relative;
	color:#333;
	font-size: 16px;
	font-style: normal;
	font-family: 'SoDo Sans SemiBold', Meiryo, sans-serif;
	font-weight:normal;
	margin: 0;
	padding: 0;
	line-height:1.4;
	background:url(../images/bg_white.png) repeat 0 0;
	background-color: #fafafa;
}
.sp {
	display:none;
}


/**-----------------------------------------------
link
-----------------------------------------------**/
a {/*リンクされた文字*/
	color:#04B400;
	font-style:normal;
	text-decoration:underline;
}

a:link {/*未訪問のリンク*/
	color:#04B400;
	font-style:normal;
	text-decoration:underline;
}

a:visited {/*訪問後のリンク*/
	color:#04B400;
	text-decoration:underline;
}

a:hover {/*マウスをのせたとき*/
	color:#DDDDDD;
	font-style:normal;
	text-decoration:none;
}

a:active {/*クリック中*/
	text-decoration:none;
}

a img:hover {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}


/**-----------------------------------------------
header
-----------------------------------------------**/
#header {
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:100;
	padding:30px 0;
	background-color:rgba(256,256,256,0.6);
}
#header a {
	color:#333;
	text-decoration:none;
}
#header a:hover {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
#header .section {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.sp_menu_btn {
	display:none;
}
#header .menu {
	display:flex;
}
#header .menu li a {
	display:flex;
	margin-left:40px;
}

/**-----------------------------------------------
content
-----------------------------------------------**/
#content {
	display:block;
}
.section {
	width:1000px;
	margin:0 auto;
}
a.post-edit-link {
	display:block;
	position:fixed;
	top:50vh;
	right:0;
	z-index:10;
	color: #FFF;
	height:200px;
	padding:20px;
	margin:0 auto;
	text-align:center;
	text-decoration: none;
	background: #333;
	border-radius:10px 0 0 10px;
	writing-mode: vertical-rl;
}

/**-----------------------------------------------
footer
-----------------------------------------------**/
/* global */
#footer {
	background-color: #fff;
	padding:50px 0;
}
#footer .section {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
#footer .logo {
}
#footer .menu {
	display:flex;
}
#footer .menu ul {
	margin-left: 100px;
	/*margin-left:200px;*/
}
#footer .menu ul:first-child {
	margin-left: 0;
}
#footer .menu li {
	margin-bottom:30px;
}
#footer .menu a {
	color:#333;
	text-decoration:none;
}
#footer .menu a i {
	margin-right: 0.5em;
}
#footer .copyright {
	text-align: center;
	margin-top: 10px;
}


/* pagefooter */
.page_footer {
	padding:50px 0;
	margin-top:100px;
	text-align:center;
	background-color: #bfbfbf; /*#B3EAB2*/
}
.page_footer p {
	margin-bottom:30px;
}
.page_footer .btn > a {
	background-color: #fff;/*#FBDA80*/
	width: 300px;
}
.page_footer .btn > a:hover {
	/*color:#333;
	background-color:#F8C63E;*/
}
.page_footer_btn_block {
	display: flex;
	justify-content: space-around;
}

/**-----------------------------------------------
general
-----------------------------------------------**/
/* btn */
.btn {
	display:flex;
	justify-content:center;
}
.btn > a {
	display:inline-block;
	color: #008248; /*#333*/
	padding:3px 50px;
	margin-right:20px;
	font-size:22px;
	text-decoration:none;
	border:1px solid #008248; /*#F6B400*/
}
.btn > a:last-child {
	margin-right:0;
}
.btn > a:hover {
	color: #008248; /*#FFF*/
	background-color: #d4e9e2; /*#F6B400*/
}

/* table */
.table_style {
	width:100%;
}
.table_style th {
	color:#FFF;
	padding:20px;
	text-align:left;
	border:1px solid #CCC;
	background-color:#04B400;
}
.table_style td {
	padding:20px;
	line-height:1.8;
	border:1px solid #CCC;
}

/**-----------------------------------------------
top
-----------------------------------------------**/
/* mv */
.top_mv {
	position:relative;
	margin-bottom:50px;
}
.top_mv .img {
	display:flex;
	align-items:center;
	width:100%;
	max-height:600px;
	overflow:hidden;
}
.top_mv .img img {
	width:100%;
	height:auto;
}
.top_mv .section {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.top_mv .section h1 {
	color: #fff;
	font-size:60px;
	line-height: 60px;
	/*padding:5px 10px;*/
	/*margin-bottom:10px;*/
	/*background-color:rgba(256,256,256,0.6);*/
}
.top_mv .section span {
	display:block;
	color: #fff;
	font-size: 16px;
	/*padding:5px 10px;*/
	/*background-color:rgba(256,256,256,0.6);*/
}

/* block */
.top_block {
	margin-bottom:50px;
}
.top_block > p {
	padding:0 10px;
	margin-bottom:20px;
}
.top_block .btn {
	justify-content:flex-end;
}
.main_title {
	padding:10px;
	font-size:30px;
	margin-bottom:10px;
	border-bottom:10px solid #bfbfbf; /*#B3EAB2*/
}

/**-----------------------------------------------
about
-----------------------------------------------**/
.profile_block {
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.profile_block .sns_block {

}
.profile_block .sns_block a {
	margin-right: 30px;
}
.profile_block .sns_block a:last-child {
	margin-right: 0px;
}
.profile_block .sns_block i {
	color: #bfbfbf;
	font-size: 50px;
	line-height: 50px;
}

/**-----------------------------------------------
product
-----------------------------------------------**/
.product_block {
	box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.4);
	padding: 10px;
}
.product_block::after {
  display: block;
  content: '';
  clear: both;
}
.product_block  img {
  background-color: #fafafa;
  float: left;
  padding-right: 30px;
  padding-bottom: 10px;
}
.product_block  img::after {
  display: block;
  content: '';
  clear: both;
}
.product_block h3 {
  border-bottom: 8px solid #bfbfbf;
  margin-bottom: 20px;
}
.product_block  p {}

/**-----------------------------------------------
dealer
-----------------------------------------------**/
.dealer_block {
	margin-bottom: 50px;
	padding: 0 10px;
}
.dealer_block .area_name {
	display: inline-block;
	border-bottom: 3px solid #bfbfbf;
	margin-bottom: 20px;
	padding-right: 50px;
}
.dealer_block table {
	table-layout: fixed;
	width: 100%;
}

/**-----------------------------------------------
requirement
-----------------------------------------------**/
.requirement_message {
	width: 1000px;
	margin: 0 auto 50px;
}
.requirement_block {
	box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.4);
	padding: 20px;
}
.requirement_block .requirement_title {
	margin-bottom: 20px;
}
.requirement_block .requirement_title h2 {}
.requirement_block .requirement_title h2 span {
	font-size: 1.25em;
	margin-right: 20px;
}
.requirement_block .requirement_content {
	display: flex;
}
.requirement_block .requirement_content  .requirement_icon {
	margin-right: 50px;
}
.requirement_block .requirement_content  .requirement_text {
	padding: 20px;
}
.application_form {
	background-color: #d4e9e2;
	width: 300px;
	padding: 30px;
	text-align: center;
	margin: auto;
}

/**-----------------------------------------------
faq
-----------------------------------------------**/
.qa_block {
	background-color: #bfbfbf;
	padding: 20px;
}
details {
}
details > summary {
	color: #fff;
	cursor: pointer;
	list-style: none;
	padding: 0px 10px;
}
details > summary::-webkit-details-marker {
	display: none;
}
details > p {
	background-color: #fff;
	margin-top: 20px;
	padding: 20px 30px;
}

/**-----------------------------------------------
contact
-----------------------------------------------**/
.contact_block {
	padding: 0 10px;
}
.contact_block dl {}
.contact_block dl dt {}
.contact_block dl dd {
  margin-bottom: 20px;
}
.contact_block dl dd input {
  background-color: #fafafa;
  border: 1px solid #ccc;
  width: 100%;
  padding: 5px;
}
.contact_block dl dd textarea {
  background-color: #fafafa;
  border: 1px solid #ccc;
  width: 100%;
  height: 5em;
  padding: 5px;
}
.contact_block .contact_submit {}
.contact_block .contact_submit input[type="submit"] {
  background-color: #fff;
  border: 1px solid #008248;
  color: #008248;
  cursor: pointer;
  width: 100%;
  padding: 20px;
}