@charset 'UTF-8';
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	height: auto;
}

a:link {
	color: #111;
	text-decoration: none;
}

a:visited {
	color: #111;
}

a:hover {
	color: #111;
}

a:active {
	color: #111;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */

.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

.vTop {
	vertical-align: top !important;
}

.vMiddle {
	vertical-align: middle !important;
}

/* フォントの太さ */

.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/

.trackTags {
	display: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #111;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
	background-color: #fff;
}

#main {
	margin: 0 10px;
}

#main:after {
	display: block;
	clear: both;
	content: '';
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	position: relative;
	z-index: 300;
	background-color: #fff;
}

#header h1 {
	padding: 5px 0 0 10px;
	float: left;
}

#header h1 img {
	width: 232px;
}

#header .menu {
	float: right;
}

#header .menu img {
	width: 55px;
}

#header .menu .close {
	display: none;
}

#header .menu.on .close {
	display: block;
}

#header .menu.on .out {
	display: none;
}

.menuBox {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	background-color: #49962C;
	z-index: 200;
}

.menuBox ul {
	padding: 95px 25px;
}

.menuBox ul li a {
	padding: 11px 5px;
	display: block;
	color: #fff;
	font-size: 1.5rem;
	background: url(../images/common/icon07.png) no-repeat 98% center;
	background-size: 6px 10px;
}

.menuBox ul li {
	border-bottom: 1px dotted #fff;
}

.menuBox ul li:first-of-type {
	border-top: 1px dotted #fff;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 52px;
	padding: 3px 9px 4px;
	background: #EBEFF0;
}

#pagePath li {
	display: inline;
	color: #858585;
	font-size: 1rem;
}

#pagePath li a {
	margin: 0 3px;
	color: #46962c;
	text-decoration: underline;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.pageTop {
	margin-bottom: 17px;
	text-align: center;
}

.pageTop a {
	padding: 18px 0 14px;
	display: block;
	background-color: #49962C;
}

.pageTop img {
	width: 20px;
}

#footer {
	text-align: center;
}

#footer p {
	margin-bottom: 13px;
}

#footer .fLogo {
	margin-bottom: 25px;
}

#footer .fLogo img {
	width: 289px;
}

#footer .tel {
	margin-bottom: 14px;
}

#footer .tel img {
	width: 234px;
}

#footer .fax {
	margin-bottom: 23px;
}

#footer .fax img {
	width: 176px;
}

#footer .copyright {
	padding: 27px 0;
	margin: 0;
	font-size: 1.1rem;
	border-top: 1px solid #ccc;
}

/*------------------------------------------------------------
	comHeading01
------------------------------------------------------------*/
#mainVisual .comHeading01 {
	padding: 32px 0 24px;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	background: url(../images/common/main_img.jpg) no-repeat center center;
	background-size: cover;
}

#mainVisual .comHeading01 span {
	margin-top: 5px;
	color: #46962c;
	display: block;
	font-size: 1.2rem;
}

/*------------------------------------------------------------
	comHeading02
------------------------------------------------------------*/
#main .comHeading02 {
	margin-bottom: 40px;
	color: #46962c;
	font-size: 2rem;
	position: relative;
}

#main .comHeading02:before {
	width: 50px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -10px;
	border-bottom: 2px solid #49962C;
	
	content: "";
}

/*------------------------------------------------------------
	comHeading03
------------------------------------------------------------*/
#main .comHeading03 {
	padding: 0 0 9px 19px;
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: normal;
	background: url(../images/common/icon08.png) no-repeat left top;
	background-size: 14px 14px;
	border-bottom: 1px dotted #ccc;
}

/*------------------------------------------------------------
	comDl
------------------------------------------------------------*/
#main .comDl {
	margin-bottom: 40px;
	line-height: 1.6;
	border: 1px solid #CECECE;
}

#main .comDl dt {
	padding: 10px 10px 9px;
	color: #fff;
	background-color: #48962C;
	border-bottom: 1px solid #CECECE;
}

#main .comDl dd {
	padding: 9px 10px 10px;
	border-bottom: 1px solid #CECECE;
}

#main .comDl dd:last-of-type {
	border: none;
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
#main .comContact {
	padding: 20px 18px;
	text-align: center;
	border: 4px solid #ccc;
}

#main .comContact .ttlBox {
	margin-bottom: 17px;
	padding-bottom: 14px;
	border-bottom: 1px dotted #ccc;
}

#main .comContact .ttl {
	margin-bottom: 2px;
	color: #49962c;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

#main .comContact p {
	font-size: 1rem;
}

#main .comContact .tel {
	margin-bottom: 12px;
}

#main .comContact .tel img {
	width: 213px;
}

#main .comContact .link img {
	width: 86%;
}
