@charset "UTF-8";
/* ----------------------------
 import css
---------------------------- */ 
@import url("reset.css");
body{
font-family: "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/*=============================================================
#base
=============================================================*/
body,html{
min-width:1200px;
}
body,html{
width: 100%;
}
body {
margin: 0px;
padding: 0px;
background-color: #FFF;
font-size: 1em;
line-height: 1.8em;
color: #333333;
text-align: left;
text-size-adjust: 100%;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #66F;
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
#container {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	background-color: #FFF;
}
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #000;
}
.hd,
#sp_menu,
#sp_header {
	display: none;
}
/*=============================================================
web fonts
=============================================================*/
.font_Noto_R {
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
.font_Noto_M {
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}
.font_Montserrat {
font-family: "montserrat", sans-serif;
font-weight: 600;
font-style: normal;
}

/*=============================================================
#header
=============================================================*/
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

/*=============================================================
#NAVI
=============================================================*/
#navi {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	position: relative;
}
#navi .body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navi li {
	float: left;
	line-height: 0px;
	display: block;
	overflow: hidden;
}
#navi a {
}
#navi a:hover {
}
/*=============================================================
#contents
=============================================================*/
#mainbody {
	padding-bottom: 40px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
}
.breadcrumb-list {
	font-size: 11px;
	line-height: 100%;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
}
.breadcrumb-list ul {
	overflow: hidden;
	position: relative;
}
.breadcrumb-list li {
	display: inline;
	float: left;
	padding-right: 5px;
	color: #000;
}
.breadcrumb-list a {
	color: #5CA73C;
	text-decoration: none;
}
.breadcrumb-list a:hover {
	color: #000;
	text-decoration: underline;
}
.breadcrumb-list strong {
	font-weight: bold;
	color: #5CA63D;
}
#mainbody #title {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#mainbody #title h1 {
	font-size: 17px;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
	padding-left: 40px;
	margin: 0px;
	padding-top: 5px;
}
#mainbody #title h1 i {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #95AD63;
	font-size: 10px;
	margin-left: 15px;
}
#mainbody p {
	font-size: 1em;
	line-height: 1.7em;
	color: #333;
	margin-bottom: 2.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#contents {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 25px;
	position: relative;
	text-align: left;
}
/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
display: none;
position: fixed;
bottom: 30px;
right: 30px;
width: 50px;
height: 50px;
text-align: center;
z-index: 8000;
cursor: pointer;
}
.pagetop span {
display: block;
border-radius: 50%;
background-color: #001844;
color: #fff;
font-size: 18px;
text-align: center;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
text-decoration: none;
font-weight: bold;
height: 100%;
width: 100%;
line-height: 2.5;
font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
background-color: #8a969e;
}
#footer {
margin: 0px auto 0 auto;
background-color: #f2f2f2;
padding: 100px 0 100px 0;
overflow: hidden;
position: relative;
width: 100%;
}
#footer ul {
text-align: center;
}
#footer ul li {
font-size: 18px;
line-height: 1.5em;
margin-bottom: 30px;
}
#footer ul li .logo {
margin-bottom: 1em;
}
#footer ul li .logo img {
display: block;
margin: 0px auto 0 auto;
text-align: center;
width: 400px;
height: auto;
}





