/* Base
----------------------------------------------------*/



@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#1F1F1F;
	font-size: 14px;
	font-weight: 100;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{

margin:0;
padding:0;
vertical-align:baseline;
font-style:normal;
font-weight:normal;
font-family:"メイリオ", Osaka, "ヒラギノ角ゴ Pro W3",Meiryo UI,"Segoe UI Light","ＭＳ Ｐゴシック",sans-serif;
}

h1, h2, h3, h4, h5, h6{
line-height:1.3;
font-weight:normal;
font-size:100%;
}

p,
li,
dt, dd,
th, td{
}

ul, ol{
list-style-type:none;
list-style-position:outside;
}

img{
	vertical-align: bottom;
}

a img{
border:0;
}

/*　　*/

.center-text {
	text-align:center;
}

.floatright {
	float: right;
}

.floatleft {
	float:left;
}

.clearboth {
	clear:both;
}

.margin_b5 {
	margin-bottom:5px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b12 {
	margin-bottom:12px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b20{
	margin-bottom: 20px;
}

.margin_b25{
	margin-bottom:25px;
}

.margin_b30{
	margin-bottom: 30px;
}

.margin_b40{
	margin-bottom:40px;
}

.margin_b50{
	margin-bottom:50px;
}

.margin_b60{
	margin-bottom:60px;
}

.pd_b40 {
	padding-bottom: 40px;
}

.in_cont {
	clear: both;
	overflow: hidden;
}

.in_cont5 {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
}

.in_cont10 {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

.in_cont20 {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.in_cont30 {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

.in_cont50 {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}

.in_cont60 {
	clear: both;
	overflow: hidden;
	margin-bottom: 60px;
}




img.icon:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

.fs16 {
	font-size: 16px;
}

.fs12 {
	font-size: 12px;
}

.clearfix:before, .clearfix:after {
 display: table;
 content: " ";
}

.clearfix:after {
 clear: both;
}


/*　共通　*/


.access-map {
	padding: 3px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	margin-bottom:30px;
}

.midashi3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;

}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 481px){

.spDisp {
	display:none;
}

.spHide {
	display:block;
}

.cont960 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.cont_min {
	min-width: 1200px;
}

/*　見出し・画像　*/

.midashi1 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE5EA;
	font-size: 20px;
	color: #266D1E;
	font-weight: bold;
}

.midashi11 {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 30px;
	color: #249FB7;
}

.midashi2 {
	font-size: 18px;
	color: #292158;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background-image: url(../img/midashi2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.midashi2_single {
	font-size: 30px;
	color: #292158;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 20px;
	background-image: url(../img/midashi2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.midashi22 {
	font-size: 18px;
	color: #292158;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background-image: url(../img/midashi22.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.midashi2 a {
	text-decoration: none;
	font-weight: bold;
}
.midashi2 a:link, a:visited, a:hover {
	color: #292158;
}

.midashi22 a {
	text-decoration: none;
	font-weight: bold;
}
.midashi22 a:link, a:visited, a:hover {
	color: #292158;
}


.midashi4 {

}

.midashi5 {

}


.pic-r {
	float: right;
	width: 240px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #FFF;
}



/*　ヘッダー　*/

h1 {
	display: none;
}


header {
	padding-bottom: 13px;	
	min-width: 1200px;
}

.header_cont {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.header_logo {
	text-align: center;
	padding-top: 36px;
	padding-bottom: 36px;

}



/* メインイメージ */

.main_imgb {
	min-width: 1200px;
	background-image: url(../img/main_imgback1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}

.main_imgt {
	background-image: url(../img/main_imgback2.png);
	background-repeat: repeat;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

/* トップページ */

.main1 {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
	min-width: 1200px;
}

.main2 {
	background-image: url(../img/main2_back.png);
	background-position: center bottom;
	background-size: cover;
	text-align: center;
	font-size: 15px;
	padding-top: 50px;
	padding-bottom: 50px;
	min-width: 1200px;
	line-height: 24px;
}

.main3_pic {
	display:none;
}

.main3_g {
	background-color: #227017;
	height: 424px;
	color: #FFF;
}

.main3_1cont {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/main3_1p.png);
	background-repeat: no-repeat;
	height: 424px;
}

.main3_1 {
	width: 480px;
	margin-left: 640px;
	background-image: url(../img/main3_1b.jpg);
	background-repeat: no-repeat;
	background-position: right 30px;
	margin-bottom: 30px;
	padding-top: 97px;
}

.main3_1t {
	width: 350px;
	margin-bottom: 30px;
	font-weight: 100;
}

.main3_w {
	height: 424px;
}

.main3_2cont {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/main3_2p.png);
	background-repeat: no-repeat;
	height: 424px;
}

.main3_2 {
	width: 480px;
	background-image: url(../img/main3_2b.jpg);
	background-repeat: no-repeat;
	background-position: left 197px;
	margin-bottom: 30px;
	padding-top: 57px;
	margin-left: 80px;
}

.main3_2t {
	margin-bottom: 50px;
	padding-left: 153px;
	width: 270px;
}

.main3_3cont {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/main3_3p.png);
	background-repeat: no-repeat;
	height: 424px;
}

.main3_3 {
	width: 480px;
	margin-left: 640px;
	background-image: url(../img/main3_3b.jpg);
	background-repeat: no-repeat;
	background-position: right 30px;
	margin-bottom: 30px;
	padding-top: 50px;
}

.main3_3t {
	margin-bottom: 30px;
}

.main4_back {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	overflow: hidden;
	min-width: 1200px;
}

.main4 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.main4 img{
	text-align:center;
}

.main4_c1 {
	float: left;
	width: 265px;
	padding: 27px;
}

.main4_c2 {
	float: left;
	width: 265px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding: 27px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.main4_c3 {
	float: left;
	width: 265px;
	padding: 27px;
}

.main5 {
	background-color: #EBEBEB;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	min-width: 1200px;
}

.main5_p1 {
	width: 308px;
	float: left;
}

.main5_p2 {
	width: 308px;
	float: left;
	margin-right: 18px;
	margin-left: 18px;
}

.main5_p {
	padding: 3px;
	border: 1px solid #FFF;
	margin-bottom: 15px;
}

.main6 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 45px;
	padding-bottom: 65px;
	overflow: hidden;
}

.main6_1 {
	float: left;
	width: 430px;
}


.main6_2 {
	float: right;
	width: 430px;
}

.main6_midashi {
	background-image: url(../img/info_midashi.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

/*　フッター・コピーライト　*/



footer {
	min-width: 1200px;
	overflow: hidden;
	clear: both;
	
}

.footer_1 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}

.footer_2 {
	background-color: #227017;
	clear: both;
}

.footer_cont {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 23px;
	overflow: hidden;
	padding-bottom: 90px;
}

.footer_logo {
	margin-bottom: 20px;
	width: 318px;
	float: left;
}

.footer_logo img{
	height: auto;
	width: 100%;
}

.footer_navi1 {
	overflow: hidden;
	color: #FFF;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 23px;
	margin-bottom: 23px;
	text-align: center;
}

.footer_navi1 li{
	display: inline-block;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.footer_navi1 li+ li{
	  border-left: 0;
	  border-right: 1px solid #FFF;
}

.footer_navi1 li img{
	padding-bottom: 3px;
	padding-right: 12px;
	padding-left: 10px;
}

.footer_navi2 {
	color: #FFF;
	float: right;
	overflow: hidden;
}

.footer_navi2 li{
	float: left;
	font-size: 12px;
	margin-left: 10px;
}

.footer_navi2 li a{
	color: #FFF;
	text-decoration:none;
}

.copyright {
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	min-width: 1200px;
	background-color: #333333;
	clear: both;
}


/*　中ページ　*/

.page_cont {
	width: 960px;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 150px;
	padding-top: 55px;
}

.page_midashi {
	background-color: #266F1E;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
	min-width: 1200px;
}



.busi_title {
	background-image: url(../img/busi_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	background-size: cover;
	min-width: 1200px;
}

.pic_right {
	float: right;
	background-color: #FFF;
	padding-bottom: 15px;
	padding-left: 15px;
}

.busi_m1 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 66px;
}

.busi_cont1 {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}

.busi_c1 {
	float: left;
	width: 435px;
}

.busi_c2 {
	float: right;
	width: 435px;
}

.busi_p1 {
	float: left;
	width: 140px;
}

.busi_t1 {
	float: right;
	width: 282px;
}


.partner_title {
	background-image: url(../img/partner_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	background-size: cover;
	min-width: 1200px;
}

.partnet_cont {
	clear: both;
	margin-bottom: 50px;
	overflow: hidden;
}

.partnet_p {
	float: left;
	width: 170px;
}

.partnet_t {
	float: right;
	width: 755px;
}

.par_g {
	font-weight: normal;
	color: #333;
	font-size: 15px;
	padding-right: 10px;
}

.partnet_p_single {
	float: left;
	width: 255px;
}

.partnet_t_single {
	float: right;
	width: 670px;
	font-size: 18px;
}

.partnet_t_single p {
	padding-bottom: 15px;
}

.par_g_single {
	font-weight: normal;
	color: #333;
	font-size: 20px;
	padding-right: 10px;
}

.partnet_cont2 {
	clear: both;
	margin-bottom: 50px;
	overflow: hidden;
	background-color: #F5F5F5;
	padding: 20px;
}

.partnet_p2 {
	float: left;
	width: 170px;
}

.partnet_t2 {
	float: right;
	width: 715px;
}


.case_title {
	background-image: url(../img/case_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	background-size: cover;
	min-width: 1200px;
}


.gree_title {
	background-image: url(../img/gree_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	background-size: cover;
	min-width: 1200px;
}


.comp_title {
	background-image: url(../img/comp_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	background-size: cover;
	min-width: 1200px;
}

.comp_table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}

.comp_table th{
	padding: 10px;
	width: 200px;
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.comp_table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 10px;
}


.contact_title {
	background-image: url(../img/contact_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	background-size: cover;
	min-width: 1200px;
}

.page_top {
	float: right;
}

.other_title {
	background-image: url(../img/other_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	background-size: cover;
	min-width: 1200px;
}


.site_cont {
	width: 400px;
	float: left;
}

.sup_wrap {
	display: flex;
	overflow: hidden;
	clear: both;
}

.sup_name {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #266F1E;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-align: center;
}

.sup_c1 h4 {
	margin-bottom:15px;
}

.sup_c1 h4 img{
	height:30px;
	width:auto;
}

.sup_name p{
	font-size: 18px;
	font-weight: bold;
}

.sup_c1 {
	float: left;
	width: 400px;
	padding: 20px;
	border: 1px solid #CCC;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
}

.sup_t {
	width: 100%;
	margin-bottom: 20px;
}

.sup_t table{
	width: 100%;
}


.sup_t th{
	text-align: left;
	padding-bottom: 5px;
	width: 75px;
}

.sup_list p{
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #266F1E;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.sup_list li{
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 10px;
}

}


/* お問い合わせ */

#formWrap {
	width: 100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}

table.formTable{
	width: 100%;
	border-collapse: collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
}
table.formTable td,table.formTable th{
	border: 1px solid #ccc;
	padding: 12px;
}
table.formTable th{
	width: 30%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #CCC;
}

.pin {
	color: #F00;
}

.site_1 {
	font-size: 18px;
	color: #266D1E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE5EA;
	background-image: url(../img/site_arr1.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.site_1 a{
	color: #266D1E;
	text-decoration:none;
}

.site_1 a:hover{
	color: #266D1E;
	text-decoration:underline
}

.site_2 {
	font-size: 18px;
	color: #266D1E;
	background-image: url(../img/site_arr1.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	margin-bottom: 30px;
}

.site_2 a{
	color: #266D1E;
	text-decoration:none;
}

.site_2 a:hover{
	color: #266D1E;
	text-decoration:underline
}


.site_back {
	background-color: #ECEFF2;
	overflow: hidden;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 30px;
}


.site_cont li {
	font-size: 16px;
	background-image: url(../img/site_arr2.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.site_cont li a{
	text-decoration:none;
	color:#1F1F1F;
}

.site_cont li a:hover{
	text-decoration:underline;
	color:#1F1F1F;
}

/* topics */
.topics_cont .date{
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: right;
}

.topics_cont p{
	margin-bottom: 1em;
}

.topics_cont p.right{
	margin-top: 2em;
	margin-bottom: 1em;
	text-align: right;
}

.cont-pic-right {
        float: right;
        padding-left: 20px;
        height:auto;
}

.pic-frame {
        border: 1px solid #CCC;
        padding: 5px;
}

.error-page {
        align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	width: 90%;
	margin: 0 auto;
	font-family: Arial, "Helvetiva Neue", Helvetica, sans-serif;
}

.error-page h2 {
	font-size: 20vh;
	font-weight: bold;
}

.error-page h3 {
	font-size: 7vh;
	font-weight: bold;
	margin: -5vh 0 0 0;
}

.error-page p {
	font-size: 2vh;
	font-weight: medium;
	margin: 1vh;
}
