@charset "utf-8";

/*レスポンシブ*/

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

img {
	max-width: 100% !important;
	height: auto !important;
}

/*フォントサイズ*/
body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 87.5%; /*14px*/
	letter-spacing: 0;
}
#wrap {color: #2E302E;}

@media screen and (min-width:641px){ /*PC*/
	#wrap{font-size: 100%;}
}
@media screen and (max-width:640px){ /*SP*/
	#wrap{font-size: 90%;}
}

table {
	font-size:inherit;
}

figure {margin-bottom: 1em;}
/*フォントサイズ*/

.clearfix:after {
	content: " "; 
	display: block;
	height: 0.1px; 
	font-size: 0.1em; 
	clear: both;
	visibility: hidden;
}
*+html .clearfix{
  height:1%;
}
* html .clearfix,{
   height: 1%;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*共通*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
a {
	color: #040404;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
.clear {
	clear: both;
}
.pd10 {
	padding: 10px;
}



@media screen and (min-width:641px){ /*PC*/
	.fl_r {float: right;}
	.fl_l {float: left;}
}



.tx_ac {text-align: center;}
.tx_ar {text-align: right;}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*フッター固定用css*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
html,body{
	height:100%;
	margin:0;
	padding:0;

/*　検証　一時コメントアウト
	overflow: auto;
*/

}

#wrap {
	position: relative;
	height: 100%;
	min-height: 100%;
}

body > #wrap {
	height: auto;
}



/*--------------ビジュアルエディター用-----------------*/

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}



/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*確認したら削除してください*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/

@media screen and (min-width:641px){ /*PC*/}
@media screen and (max-width:640px){ /*SP*/}


/*content------------------------------------*/

div#content {
	margin: 0 auto;
	line-height: 1.5;
}

@media screen and (min-width:641px){ /*PC*/
	div#content {width: 980px;}
}

@media screen and (max-width:640px){ /*SP*/
	div#content {width: 100%;}
}

#contener{position: relative;}


.cont{
	margin: 0 auto;
	position: relative;
}

@media screen and (min-width:641px){ /*PC*/
	.cont{width: 980px;}
}

@media screen and (max-width:640px){ /*SP*/
	.cont{width: 100%;}
}

/*-----------------------------------------------------*/
/*header-----------------------------------------------*/
/*-----------------------------------------------------*/

header#top_hed {
	background: url('../img/bg_head.gif') repeat-x left top;
	background-size: contain;
	padding-bottom: 10px;
}

@media screen and (min-width:641px){ /*PC*/

	#kensaku{
		position: absolute;
		top: 23px;
		right: 0px;
		background: url('../img/search.gif') repeat-x left top;
		width: 220px;
		height:40px;
		padding: 5px;
		border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 5px;   /* Firefox用 */ 
	}

	#hd_search{
		border: none;
		width: 180px;
		height: 30px;
		background: none!important;
	}


	#hd_search_bt {
		float: right;
		margin-left: 5px;
		width: 20px;
		height: 25px;
		background: url('../img/search_bt.gif') no-repeat center center;
		border: none;
		text-indent: -10000px;
		display: block;
		cursor: pointer;
	}
}

@media screen and (max-width:640px){ /*SP*/
	#kensaku{display: none!important;}
}

/*-------------------------------------------------------------*/
/*g-nav--------------------------------------------------------*/
/*-------------------------------------------------------------*/

/*#g-nav{background: url('../img/bg_gnav.gif') repeat-x left top;}*/

#g-nav ul{}

#g-nav ul li{
	float: left;
	overflow: hidden;
}

#g-nav ul li a{display: block;}

@media screen and (min-width:641px){ /*PC*/

	#g-nav{background: url('../img/bg_gnav.gif') repeat-x left top;}

	#g-nav{
		height: 92px;
	}

	#g-nav ul{background: url('../img/pc-g-nav.gif') no-repeat left top;}

	#g-nav ul li a{
		width: 128px;
		height: 80px;
		text-indent: -10000px;
	}

	#g_home a{width: 80px!important;}

	/*hover*/
	#g_home a:hover{background: url('../img/pc-g-nav.gif') no-repeat left -92px;}
	#g_topics a:hover{background: url('../img/pc-g-nav.gif') no-repeat -80px -92px;}
	#g_com a:hover{background: url('../img/pc-g-nav.gif') no-repeat -208px -92px;}
	#g_biz a:hover{background: url('../img/pc-g-nav.gif') no-repeat -336px -92px;}
	#g_eco a:hover{background: url('../img/pc-g-nav.gif') no-repeat -464px -92px;}
	#g_sdgs a:hover{background: url('../img/pc-g-nav.gif') no-repeat -592px -92px;}
	#g_group a:hover{background: url('../img/pc-g-nav.gif') no-repeat -720px -92px;}
	#g_inq a:hover{background: url('../img/pc-g-nav.gif') no-repeat -848px -92px;}

}

@media screen and (max-width:640px){ /*SP*/
	#g-nav{background: linear-gradient(#529b24,#428a12);}

	#g-nav ul li{
		width: 33.3%;
		float: left;
		text-align: center;
		border-right: 1px solid #68b336;
		border-bottom: 1px solid #68b336;
	}
	#g-nav ul li:nth-of-type(1 + 3n) {border-right: none;}
	#g-nav ul li:nth-of-type(4 + 1n) {border-bottom: none;}

	#g-nav ul #g_home{ width: 100%;}

	#g-nav ul li a{
		display: block;
		padding: 20px 2%;
	}

	#g-nav ul li a img {max-height: 16px;}
	#g-nav ul li a[href*="sdgs"] {
		padding: 13px 2%;
	}
	#g-nav ul li a[href*="sdgs"] img {
		max-height: 30px;
	}
}


/*-----------------------------------------------------------------------*/
/*main-------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
#main{z-index: 10000;}

#main_box {}


@media screen and (min-width:641px){ /*PC*/
	#main_box {width: 660px;}
}
@media screen and (max-width:640px){ /*SP*/
	#main_box {width: 100%;}
}

.box{
	background: url('../img/skin.png')repeat left top;
	padding: 20px;
}


/*ボタン*/

.btn{
	text-align: center;
	margin: 0 auto;
}

.btn input:focus{
	background: #c3e3f2;
}

.btn input,.btn a{
	background: #52a7de;
	border: none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    padding: 15px 25px 15px 20px;
    text-align: center;
    text-decoration: none!important;
    position: relative;
}

.btn input{width: 200px;}

.btn input:hover, .btn a:hover{
	background: none repeat scroll 0 0 #0069ad;
}

.btn a:after{
	font-family: FontAwesome;
	content: "\f101";
	position: absolute;
	top: 30%;
	right: 10px;
}



/*-----------------------------------------------------------------------*/
/*side------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/

.s_bn{}
.s_bn li{margin-bottom: 10px;}

#area_infomation,#area_group{margin-bottom: 15px;}

#area_group h3{
	border-top: 1px solid #7bc34a;
	margin-bottom: 10px;
}

@media screen and (min-width:641px){ /*PC*/
	#side {width: 260px;}
}

@media screen and (max-width:640px){ /*SP*/
	#side {width: 100%;}
	#area_infomation{
		width: 100%;
		background: #efefef;
		padding: 10px 10px 0;
	}

	#area_infomation .s_bn,#area_group .s_bn{}
	#area_infomation .s_bn li,#area_group .s_bn li{
		float: left;
		width: 50%;
		padding: 0 10px;
	}
}





/*-----------------------------------------------------------------------*/
/*footer-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/

footer {
	background: #499019;
	padding: 10px 0;
	color: white;
}


#p_up{
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 30px;
	right: 15px;
}

#f_top{
	padding: 10px 0;
	border-bottom: 1px solid #73c03f;
	display: table;
	table-layout: fixed;
	width: 100%;
}

#f_top li{
	display: table-cell;
	vertical-align: middle;
}

@media screen and (min-width:641px){ /*PC*/
	#f_top li{padding: 0 15px;}
	#f_top li:first-child{width: 23%;}
	#f_top li:last-child{text-align: right;}
}

@media screen and (max-width:640px){ /*SP*/
	#f_top li{padding: 0 10px;}
	#f_top li:first-child{width: 23%;}
	#f_top li:last-child{display: none;}
}

#f_bottom{
	padding: 20px 0;
	border-bottom: 1px solid #73c03f;
}




@media screen and (min-width:641px){ /*PC*/
	#f_bottom li{
		float: left;
		padding: 0 15px;
	}
}

@media screen and (max-width:640px){ /*SP*/
	#f_bottom li{
		margin-bottom: 20px;
		padding: 0 10px;
	}
}





@media screen and (min-width:641px){ /*PC*/}
@media screen and (max-width:640px){ /*SP*/}
