@charset "utf-8";
/* CSS Document */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* reset    　　　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body, div, textarea, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td {
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

body {
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: bottom;
	border: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* clear fix 　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.row:before,
.doc_set:before,
.inner:before,
.cf:before,
.row:after,
.doc_set:after,
.inner:after,
.cf:after {
	content: "";
	display: table;
}

.row:after,
.doc_set:after,
.inner:after,
.cf:after {
	clear: both;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.9em;
	color: #666666;
}
p {
	margin-bottom: 10px;
}
.text_SZ_s {
	font-size: 14px;
	line-height: 1.6em;
}
.text_SZ_L {
	font-size: 18px;
}
.text_CL_green {
	color: #79A61A;
}



/* リンク */
a:link,
a:visited {
	color: #2BA4D8;
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #6BBFE3;
}
.link_pdf {
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

/* リスト */
.list_nomal  {
	list-style-type: disc;
	margin-left: 1.4em;

}

.list_ico_01 li {
	background-image: url(../images/list_ico_01.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 24px;

}

/* ボックス */
.inner {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.doc_set {
	padding-top: 100px;
	padding-bottom: 100px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.box_left {
	float: left;
}

.box_right {
	float: right;
}
.img_100 {
}
.img_100 img {
	width: 100%;
	height: auto;
}
.img_100-70 {
}
.img_100-70 img {
	width: 100%;
	height: auto;
}
.img_radius {
	border-radius: 8px;
}




/* 表組みDL */
.tbl_dl {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-repeat: repeat-y;
	background-color: #F7F7F7;
	border-top-style: none;
	margin-bottom: 20px;
}
    
.tbl_dl dt {
	float: left;
	width: 190px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCCCCC;
}
	
.tbl_dl dd {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-left: 210px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.tbl_dl dd.tbl_dd_no_padding {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.tbl_dl dd dl {
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #EFF4F9;
}

dd.tbl_dd_no_padding dt.tbl_notopline,
dd.tbl_dd_no_padding dd.tbl_notopline {
	border-top-style: none;
}

.tbl_dl dd dl dd:first-child {
	border-top-style: none;
}

/* その他 */
.over1 {
}
.pc_none {
	display: none;
}
a[href^="tel:"] { 
    cursor: default;
} 

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ヘッダー & メニュー 　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header */


#top-head {
	top: 0px;
	position: absolute;
	width: 100%;
	margin: 0px auto 0;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	line-height: 1;
	z-index: 999;
	background-color: rgba(255,255,255,0.90);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.31);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.31);
}


#top-head a,
#top-head {
	color: #6F9D35;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
	width: 100%;
}
#logo {
	float: left;
	margin-left: 20px;
}
#logo img {
	width: auto;
	height: 45px;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 14px;
}
#global-nav ul li {
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #666666;
}
#global-nav ul li:first-child  {
	border-left: 1px solid #666666;

}
#global-nav ul li:last-child  {
	border-right-style: none;


}



#global-nav ul li a {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
}
 
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	/* [disabled]height: 55px; */
	/* [disabled]background-color: #fff; */
}

#top-head.fixed #global-nav ul li a {
	color: #6F9D35;
	padding-top: 0;
	padding-bottom: 0;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #87BF42;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#global-nav li img {
	height: 30px;
	width: auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページ下部 お問い合わせ 　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bottom_contact {
	line-height: 1em;
	font-size: 14px;
	background-color: #F3F3F3;

}
#bottom_contact .inner {
	padding-left: 300px;
	background-image: url(../images/bottom_contact_bg.png);
	background-repeat: no-repeat;
	background-size: 280px auto;
	padding-top: 20px;
	padding-bottom: 10px;
	background-position: 0% center;
}
#bottom_tel {
	float: left;
	margin-top: 10px;
	color: #F3763A;
}
#bottom_tel span {
	font-size: 22px;
}

#bottom_form {
	float: right;
}
#bottom_form a {
	text-decoration: none;
	display: block;
	background-color: #95BB3F;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-radius: 5px;
	background-image: url(../images/bottom_form_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#bottom_form a:hover  {
	background-color: #86A837;
}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* フッター    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	padding-top: 50px;
	text-align: center;
	padding-bottom: 50px;
	font-size: 14px;
}
#footer_link {
	margin-bottom: 60px;
	line-height: 1em;
	font-size: 14px;
}
#footer_link ul {
	font-size: 0;

}

#footer_link li {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #666666;
	font-size: 12px;
}
#footer_link li:first-child {
	border-left: 1px solid #666666;

}
#footer_link a {
	text-decoration: none;
	color: #666666;
}
#footer_link a:hover {
	color: #888888;
}
#footer_logo {
	background-repeat: no-repeat;
	background-image: url(../images/footer_logo.png);
	background-position: center top;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	width: 400px;
	background-size: 400px auto;
	height: 60px;
}

#copy {
	font-size: 11px;
	background-color: #95BB3F;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: #FFFFFF;

}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PAGE TOP            　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#page_top {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 99;
}
#page_top img {
	width: 70px;
	height: auto;
}
