@charset "utf-8";
/* CSS Document */

/* -----------------------------------


リセット


----------------------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align:baseline;
}

article, header, footer, aside, figure, figcaption, nav, section { 
	display:block;
}

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	white-space: normal;
}

body,input,select,textarea{
	line-height: 1.8;/*下記input[type="submit"]と揃える*/
	color:#333;
	font-size:14px;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

table{width:100%;}

input,
select,
textarea {
    border: 1px solid #ccc;
	margin-bottom:20px !important;
	/*角丸*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

input[type="text"],
select{
    height: 30px;
    line-height: 30px;
	padding: 0 5px;
}

textarea{
	width:100%;
	line-height: 1.4;
	padding:10px !important;
}

input[type="submit"] {
	border:0;
	margin:0 !important;
	padding:0;
	line-height:1.8;/*上記bodyと揃える*/
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/* -----------------------------------


共通部分


----------------------------------- */

body{
	background-color:#eee;
}

a{word-break: break-all;}

.h2{
	margin:40px 0 10px 0;
	color:#82be28;
	font-size:30px;
	font-weight:bold;
	line-height:1;
}

.top_title h1/* 下層ページ上部の緑帯タイトル */{
	width:100%;
	padding:10px 20px;
	background-color:#82be28;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
}

.top_title span{
	margin-left:20px;
	font-size:14px;
	font-weight:normal;
}

.red{color:#FF0000 !important;}

/* -----------------------------------


大項目


----------------------------------- */

#wrap{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
	 overflow: hidden;}

#header,#footer{
	height:60px;
	line-height:60px;}

#header{
	background-color:#fff;
	border-top:5px solid #82be28;
	border-bottom:1px solid #DEDEDE;
	position:relative;}

#header img{
	height:40px;
	width:auto;
	margin:5px 0 5px 20px;}

.logo{width:200px !important;height:50px !important;}


#contents{
	width:90%;
	margin:0 auto;
}


	

#address{
	background-color:#414141;
	padding:20px 5%;
	color:#fff;
}

#footer{
	background-color:#2C2C2C;
	font-size:10px;
	text-align:center;
	color:#fff;
}

/* -----------------------------------


ハンバーガーボタンのメニュー


----------------------------------- */

/* ハンバーガーボタン */
.open_btn{
	display:inline;
	color:#82be28;
	font-size:30px;
	width:auto;
	height:50px;
	line-height:50px;
	position:absolute;
	top:0;
	right:20px;}

li .open_btn{top:5px !important;}

/* メニュー */
#category_list{
	display:none;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
 	position: fixed;
	z-index:999;
	top: 0;
	left: 0;
}

#category_list li{border-bottom:1px solid #ddd;}

#category_list li a{
	width:50%;
	float:left;
	text-align:center;
	color:#333;
	text-decoration:none;
}
	
#category_list li a:first-child{border-right:1px solid #ddd;}
	
#category_list li:first-child a,
#category_list li:last-child a{
	width:100%;
	background-color:#82be28;
	color:#fff;
	text-align:center;
	font-size:20px;
}
	
/* -----------------------------------


トップページ


----------------------------------- */

/* ●ファーストビュー部分● */
.mainV{margin:0;}
.mainV img{width:100%;border-bottom:3px solid #DEDEDE;}
/*
.mainmenu{
	margin:0 10px 40px 10px;
	background-color:#fff;
}
.mainmenu li{
	font-size:16px;
	padding:0 20px;
	height:50px;
	line-height:50px;
	border-bottom: 1px solid #ddd;
}
.mainmenu li span{font-size:12px;}

.mainmenu li a{
	display:block;
	text-decoration:none;
	color:#333;
	background-image:url(../images/btn2.gif);
	background-repeat:no-repeat;
	background-size:auto 40%;
	-webkit-background-size:auto 40%;
	-moz-background-size:auto 40%;
	-o-background-size:auto 40%;
	-ms-background-size:auto 40%;
	background-position:right center;
}
*/

/* -----------------------------------


.paper　（#contentsのdlの枠の部分）


----------------------------------- */
.paper{
	background-color:#fff;
	width:auto;
	padding:40px 20px;}
	
.note > dt{
	font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #82be28;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 5px solid #82be28;
}

.note > dt:first-child{margin-top:0;}

.note > dd{margin:0 0 40px 0;}

.note > dd:last-child{margin-bottom:0;}

.note > dd a{
	color: #00599a;
    text-decoration: underline;
    display: inline;
}

.note > dd img{
	display:block;
	width:80%;
	margin:0 auto 20px auto;
}

.note > dt span{
	font-size:12px;
	color:#666666;
	display:block;
}

.paper > p{margin-bottom:40px;}

.mini_title{
	font-size:18px;
	font-weight:bold;
	margin-top: 20px;
}

/*
.note th,
.note td{
	text-align:left;
	vertical-align: top;}

.note th{color:#A3CD20;font-size:16px;}

.paper2{border:3px dotted #FF9999 !important;}
.paper2 dt{color:#FF6666 !important;}

.paper3{margin-top:40px !important;}

.list_in_paper dt,
.list_in_paper dd{
	padding:0.4em 10px;
	border:0;
	color:#333333;
	font-size:14px;}

.list_in_paper dt{background-color:#eeeeee;}

.rec_point{
	padding:10px;
	margin:10px 0 20px 0;
	border:1px dotted #A3CD20;
}
*/

/* -----------------------------------


お問い合わせフォーム


----------------------------------- */
form{
	margin-top:40px;
}

form dt{
	color:#333 !important;
	margin-bottom:5px !important;
	font-size: 16px !important;
}

form dt span{
	font-size:14px !important;
	font-weight:bold;
	display:inline !important;
	color:#FF0000 !important;
}

input,textarea,select{width:100%;}


/* -----------------------------------


会社概要


----------------------------------- */
.simplelist{background-color:#fff;}

.simplelist dl{margin:40px 0;}

.simplelist dt{
	background-color:#eee;
	padding:5px 10px;
}

.simplelist dd{padding:10px 10px 20px 10px;}


/* -----------------------------------


ボタン


----------------------------------- */
.btn{
	display:block !important;
	margin:20px 0 40px 0 !important;
	padding:10px !important;
	text-align:center;
	color:#fff !important;
	text-decoration:none !important;
	background-color:#82be28;
}

/* -----------------------------------


ボタンリスト


----------------------------------- */
.btn_list li a{
	position:relative;
	display: block;
	background-color:#fff;
	margin:0 0 5px 0;
    padding:10px 1em 10px 2.5em;
	border: 1px solid #A3CD20;
	/*文字*/
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	/*border-radius*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.btn_list li:last-child a{
	margin-bottom:0;
}

.btn_list li a:after {
    content: "\f054";
    font-family: FontAwesome;
    color: #82be28;
    position: absolute;
    left: 1em;
    top: 50%;
    margin-top: -15px;
}

.btn_list li a span{
	font-size: 12px;
	color: #999;
}

/* -----------------------------------


アイコン付きの見出し


----------------------------------- */
.icon{
	background-repeat:no-repeat;
	background-position:20px 12px;
	background-size:auto 26px;
	-webkit-background-size:auto 26px;
	-moz-background-size:auto 26px;
	-o-background-size:auto 26px;
	-ms-background-size:auto 26px;
	padding-left:60px;}

/*.news_icon{background-image:url(../images/news_icon.gif);}*/
.blog_icon{background-image:url(../images/blog_icon.gif);}
.column_icon{background-image:url(../images/column_icon.gif);}

/* -----------------------------------


パンくずリスト


----------------------------------- */
.pankuzu{
	margin: 10px 20px;
    line-height: 2em;
    font-size: 12px;
}

.pankuzu a{
	display:inline;
	text-decoration:underline;
	color:#00599a;
}


/* -----------------------------------


clearfix


----------------------------------- */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;}

.clearfix {min-height: 1px;}

* html .clearfix {height: 1px;}

/* -----------------------------------


その他


----------------------------------- */

.m0_20{margin:0 20px;}

.mt40{margin-top:40px;}
.mb40{margin-bottom:40px;}

.ceoname{
	margin-bottom:0 !important;
}
.ceoname img{
	width:60% !important;
	margin-left:40% !important;
}




/*2016.04.15 水木　企業理念*/

dl.sengen{
	padding-bottom:0 !important;
}

dl.sengen dt,
dl.sengen dd{
	font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

dl.sengen dt{
	color:#333;
	border-bottom: 3px double #ccc;
	font-size:30px;
	font-weight:bold;
}

dl.sengen dd{
	margin: 10px 0 20px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

dl.sengen dd:last-child{
	margin-bottom:0;
}

/*2016.10.21 水木*/

/*トップページ　最新情報*/
.news{
	background-color:#fff;
}
.news li{
	padding:10px 20px;
	border-bottom:1px solid #ddd;
}
.news li span{
	display:block;
	font-weight:bold;
}
.news li a{
	display:inline;
	color:#00599a;
}

/*メイン画像スライダー*/
.sp-buttons {
    background-color: #eee;
}

/*コンテンツページ*/
.title_box{
	margin:40px 0 20px 0;
	padding:10px 15px;
	border-left:6px solid #82be28;
	background-color:#fff;
	font-size:20px;
	font-weight:bold;
}

.app_link{
	margin-top:20px;
	padding:20px 10px 0 10px;
	background-color:#eee;
	/*border-radius*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
}

.app_link li:first-child{
	text-align:center;
	font-size:18px;
	color:#333;
	margin-bottom:10px;
	font-weight:bold;
}

.app_link li:nth-child(2),.app_link li:nth-child(3){width:49%;}
.app_link li:nth-child(2){float:left;}
.app_link li:nth-child(3){float:right;}

.app_link a img{
	width:100%;
}

/*ページトップに戻るボタン*/
#pagetop{
    position: fixed;
    right: 20px;
    bottom: 20px;
}

#pagetop a img{
	width:50px;
	height:50px;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}



