@charset "UTF-8";
/* Simple fluid media
	 Note: Fluid media requires that you remove the media's height and width attributes from the HTML
	 https://www.alistapart.com/articles/fluid-images/
*/
img, object, embed, video {
	max-width: 100%;
	height:auto;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;

	Inspiration from "Responsive Web Design" by Ethan Marcotte
	https://www.alistapart.com/articles/responsive-web-design

	and Golden Grid System by Joni Korpi
	https://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}

body {
	color: #50433F;
	font-size: 14px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	background: url(../images/body_bg.jpg);
}

a {
	font-style: normal;
	text-decoration: underline;
	outline: none;
}
a:link { color: #00AB52; }
a:visited { color: #79d0a3; }
a:hover { color: #21e9a4; }
a:active { text-decoration: none; }

/* =======================================

	 CSS BrowserReset BaseElements

	 (C)BLACKFLAG.NET ALL RIGHTS RESERVED.
	 https://black-flag.net/

 ======================================= */
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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
}

/* Common */
.clearfix:after {
	display: block;
	content: "";
	clear: both;
}

/* Display */
.pcOnly { display: block; }
.spOnly { display: none; }
@media screen and (max-width: 640px) {
	.pcOnly { display: none; }
	.spOnly { display: block; }
}

/* align */
.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

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

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
}

.mgnTop10 { margin-top: 10px; }
.mgnTop20 { margin-top: 20px; }
.mgnBtm10 { margin-bottom: 10px; }
.mgnBtm20 { margin-bottom: 20px; }

@media screen and (min-width: 641px) {
	#nav.nav_top { display: none; }
}

.text_note {
	font-size: 12px;
}

.r-mark-shift {
	font-size: 8px;
	display: inline-block;
	transform: none !important;
}

/* Top Header
-------------------------- */
#headerWrapper{
	height: 610px;
	overflow:hidden;
	background: url(../images/top_mainGraphic.png) repeat-x center bottom / auto;
}
@media screen and (max-width: 640px) {
	#headerWrapper{
		position: relative;
		margin-left: 0;
		width: 100%;
		height: auto;
		top: -22px;
		background: url(../images/top_mainGraphic.png) repeat-x -70px 50px / contain;
	}
}

.header_contents {
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.header_contents{
		max-width:640px;
	}
}

@media screen and (min-width: 641px) {
	.header_area_top {
		margin: 20px 0;
	}
}

.header_area_top a {
	display: inline-block;
}

.header_area_ttl * {
	box-sizing: border-box;
}

.header_copy {
	display: block;
	margin: 8px 0 0;
	padding: 0 1%;
	box-sizing: border-box;
}
@media screen and (max-width: 640px){
	.header_copy {
		margin: 55% auto 0;
	}
}

.header_left{
	width: 45%;
	margin-top:0px;
	float:left;
}
@media screen and (max-width: 640px) {
	.header_left{
		width: 96%;
		margin:20px auto 0;
		padding:1%;
	}
}

.h_logo_top {
	width: auto;
	height: 45px;
	padding-left:10px;
}
@media screen and (max-width: 640px) {
	.h_logo_top{
		max-width: 200px;
	}
}

.h_title {
	width: 77%;
	height: auto;
	margin-bottom: 0;
	padding-left:10px;
}
@media screen and (max-width: 640px) {
	.h_title{
		padding-left: 2.6%;
	}
}

.h_title_2nd {
	width:370px;
	height:auto;
	margin-bottom: 0;
}
@media screen and (max-width: 640px) {
	.h_title_2nd{
		max-width: 400px;
		width:100%;
		margin-bottom: 10px;
	}
}

.h_title_3rd {
	width: auto;
	height: auto;
	margin-bottom: 0;
	padding-left:10px;
}
@media screen and (max-width: 640px) {
	.h_title_3rd {
		width: 77%;
		padding-left: 2.6%;
	}
}

.h_title_4th {
	width:auto;
	height:auto;
	margin-bottom: 0;
}
@media screen and (max-width: 640px) {
	.h_title_4th{
		max-width: 400px;
		width:auto;
		margin-bottom: 10px;
	}
}

.header_right_2nd {
	float: right;
	width: 50%;
}
@media screen and (max-width: 640px) {
	.header_right_2nd {
		display: none;
	}
}

.mark_social_wrapper {
	position:relative;
	width: 200px;
	padding-right: 10px;
	float:right;
	text-align:left;
}
@media screen and (max-width: 640px) {
	.mark_social_wrapper {
		display: none;
	}
}

.mark_l {
	width:36%;
	min-width:180px;
	float:left;
	text-align:right;
}
@media screen and (max-width: 640px) {
	.mark_l {
		width:50%;
		text-align:left;
	}
}

.mark_l img {
	display: block;
	width:100%;
	height:auto;
}

.mark_r{
	float:right;
	text-align:right;
}
@media screen and (max-width: 640px) {
	.mark_r {
		width:50%;
		overflow: hidden;
		text-align: left;
	}
}

.mark_social {
	width:180px;
	height:40px;
	margin: 0 0 0 auto;
	text-align: left;
}
@media screen and (max-width: 640px) {
	.mark_social {
		width:99px;
		min-height:50px;
		height:auto;
		overflow: hidden;
	}
}

iframe.twitter-share-button {
	width: 75px!important;
	width: 0px!important;
	margin-right: 10px;
}
@media screen and (max-width: 640px) {
	iframe.twitter-share-button{
		width: 100px !important;
	}
}

.top_copy {
	width:100%;
	position:relative;
	top:120px;
}

.top_copy img{
	height:auto;
}

.zeroMargin_desktop {
	margin-left: 0;
}

@media screen and (max-width: 640px) {
	.zeroMargin_mobile {
		margin-left: 0;
	}
}

/* Navi */
.head_nav_wrap {
	display: flex;
	flex-direction: column;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
#nav {
	position: relative;
}
#nav_menu li a {
	display: block;
}

@media screen and (min-width: 641px) {
	#nav {
		max-width: 960px;
		margin: 0 auto;
		text-align: center;
	}

	#nav_menu {
		max-width: 690px;
		margin: 0 auto;
		padding-bottom: 10px;
		overflow: hidden;
	}

	#nav_menu ul {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	#nav_menu ul:after {
		display: block;
		content: "";
		clear: both;
	}

	#nav_menu li {
		width: 32%;
		list-style: none;
		float: left;
	}

	#nav_menu li:nth-child(n+2) {
		margin-left: 2%;
	}

	#nav_toggle {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.head_nav_wrap {
		flex-direction: column-reverse;
	}
	#nav {
		width: 100%;
	}
	#nav_menu {
		display: none;
		padding-bottom: 14px;
		border-bottom: 3px solid #6C9;
		overflow: hidden;
	}

	#nav_menu ul{
		width: 95%;
		margin: 0 auto;
		overflow: hidden;
	}

	#nav_menu li{
		list-style: none;
	}

	#nav_menu li img{
		width: 46%;
		margin-left: 10px;
		float: left;
	}

	#nav_toggle {
		position: relative;
		display: block;
		width: 30%;
		min-height: 30px;
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;
		background: url(../images/nav_toggle.jpg) no-repeat top center / cover;
		float: right;
		cursor: pointer;
		z-index: 1;
	}

	#topic_path { display: none; }
}

/* top contents wrapper */
#top_contents_wrapper{
	position: relative;
	max-width:960px;
	margin:0 auto;
	padding: 30px 10px 60px;
	top: 40px;
	overflow: hidden;
	background: url(../images/cmn_contentsBg_lightgreen.gif);
}
#top_contents_wrapper_2{
	position: relative;
	max-width:960px;
	margin:20px auto 0;
	padding: 30px 10px 60px;
	top: 40px;
	background: url(../images/cmn_contentsBg_lightgreen.gif);
}
.news_block_green{
	max-width: 880px;
	margin: 0 auto;
	border-radius: 15px;
	background: url(../images/cmn_contentsBg_green.gif);
	padding: 8px;
	position: relative;
}
.news_block_white{
	max-width: 870px;
	margin: 0 auto;
	border-radius: 15px;
	background-color: #fff;
	padding: 25px 40px 15px;
}
.news_img{
	position: absolute;
	top: -75px;
	left: -30px;
}
.news_inner{
	display: flex;
	display:-webkit-box;
	display:-ms-flexbox;
	margin-bottom: 10px;
}
.news_group{
	display: flex;
	display:-webkit-box;
	display:-ms-flexbox;
}
.news_date{
	width: 80px;
	margin-top: 3px;
}
.news_text{
	font-size: 14px;
	color: #008238;
	margin-left: 15px;
	margin-top: 3px;
}
.news_hokkaido{
	background-color: #277fb8;
	color: #fff;
	padding: 4px 0px 3px 7px;
	border-radius: 5px;
	width: 150px;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
}
.news_miyagi{
	background-color: #eb6c00;
	color: #fff;
	padding: 4px 0 3px 7px;
	border-radius: 5px;
	width: 150px;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
}
.news_yamagata{
	background-color: #8d58c9;
	color: #fff;
	padding: 4px 0 3px 7px;
	border-radius: 5px;
	width: 150px;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
}
.news_fukuoka{
	background-color: #f85d84;
	color: #fff;
	padding: 4px 0px 3px 7px;
	border-radius: 5px;
	width: 150px;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
}
@media screen and (max-width: 640px) {
	#top_contents_wrapper,
	#top_contents_wrapper_2{
		position: static;
		max-width:640px;
		margin: 6% 3%;
		padding: 10px 10px 10px;
		clear:both;
	}
	.news_block_green{
		max-width: 640px;
		margin: 0 3%;
	}
	.news_block_white{
		margin: 0 auto;
		border-radius: 15px;
		background-color: #fff;
		padding: 25px 15px 15px;
	}
	.news_inner{
		display: block;
	}
	.news_text{
		margin-top: 5px;
		margin-left: 0;
	}
	.news_img{
		position: absolute;
		top: -40px;
		left: -10px;
		width: 130px;
		height: auto;
	}
	.news_date{
		width: 80px;
	}
}

#top_contents_bg{
	width: 100%;
	height: auto;
	clear:both;
	position: relative;
}
@media screen and (max-width: 640px) {
	#top_contents_bg{
		height: auto;
		padding-bottom: 15px;
		top: 0;
	}
}

#top_contents_bg .contents_block_green {
	margin: 0 auto;
}

#top_activity_wrapper {
	clear: both;
	background: #fff;
	padding: 1.5%;
	overflow: hidden;
	width: 96%;
	min-height: 120px;
	border: 1px solid #e4e4df;
}

#top_activity_wrapper h1{
	background: url(../images/top_activity_ttl.gif) repeat-x top center / auto;
	height: 28px;
	width: 100%;
	text-indent: -9999px;
}
@media screen and (max-width: 640px) {
	#top_activity_wrapper h1{
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
}

#top_activity_contents{
	width: 100%;
}

#newmark {
	float:left;
	width:40%;
	position:relative;
	top:5px;
}
@media screen and (max-width: 640px) {
	#newmark{
		top:15px;
	}
}

#top_activity_contents ul {
	margin:0;
	padding:0;
	list-style: none;
}

#top_activity_contents li {
	padding:8px 0;
	margin-bottom:5px;
	background:url(../images/top_activity_line.gif) repeat-x left bottom;
	font-size:88%;
}
@media screen and (max-width: 640px) {
	#top_activity_contents li {
		padding:5px 0;
	}
}

#top_activity_contents li a {
	display: none;
}
@media screen and (max-width: 640px) {
	#top_activity_contents li a {
		display: block;
	}
}

#top_activity_contents .date{
	font-size:88%;
	margin-right:10px;
	background:url(../images/top_activity_leaf.gif) no-repeat left center;
	padding-left:20px;
	color:#666;
}

.top_contents_cp {
	display: block;
	margin:30px 0 -10px;
}
@media screen and (max-width: 640px) {
	.top_contents_cp {
		width: 99.5%;
	}
	.top_contents_cp img {
		width: 100%;
	}
}

/* ================================================
	2nd_header
=================================================== */
@media screen and (min-width: 641px) {
	#header_2nd{
		max-width: 960px;
		width: 100%;
		height: 100px;
		margin: 0 auto;
		padding-top: 10px;
		overflow: hidden;
	}
}
@media screen and (max-width: 640px) {
	#header_2nd{
		position: relative;
		width:96%;
		height: auto;
		margin: 0 auto;
		top:-30px;
		left:0;
		z-index: 0;
	}
}

@media screen and (min-width: 641px) {
	#header_2nd .header_contents {
		display: flex;
		display:-webkit-box;
		display:-ms-flexbox;
		justify-content: space-between;
		max-width: 960px;
		margin: 0 auto;
		overflow: hidden;
	}
}
@media screen and (max-width: 640px) {
	#header_2nd .header_contents {
		width:100%;
		margin:0 auto;
	}
}

@media screen and (min-width: 641px) {
	#header_2nd .header_left{
		width: 42%;
		margin-top:0px;
		padding: 0 1% 0 10px;
		float:none;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 640px) {
	#header_2nd .header_left{
		width: 98%;
		margin: 0;
		padding: 1% 0;
		float: none;
		background: url(../images/top_bg_sp.jpg) repeat-x top left;
	}
}

#header_2nd .h_logo {
	max-width:auto;
	width:auto;
	height:45px;
	margin-bottom:10px;
	margin-top:0px;
	padding:0;
}

@media screen and (max-width: 640px) {
	#header_2nd .h_logo {
		margin: 5px 0 10px;
	}
}

#header_2nd .h_title {
	width:360px;
	height:auto;
	margin-bottom: 0px;
	padding-left:10px;
}

#header_2nd .header_right,
#header_2nd .header_right_2nd {
	position:relative;
	width:58%;
	padding: 0 0 0 1%;
	float: none;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#header_2nd .header_right {
		display: none;
	}
}


/* topic path
------------------------ */
#topic_path {
	max-width: 940px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 10px;
	margin-bottom: 10px;
}

#topic_path li {
	font-size: 88%;
	list-style: none;
	float: left;
}

#topic_path .home {
	display: block;
	width: 28px;
	height: 17px;
	margin-right: 0;
	text-indent: -9999px;
	background: url(../images/header_topicpath_bg.gif) no-repeat;
}

#topic_path a {
	display: block;
	height: 17px;
	margin-right: 12px;
	padding-right: 10px;
	background: url(../images/header_topicpath_arrow.gif) no-repeat right;
	overflow: hidden;
}


/* ========================
	2nd_layout
=========================== */
#contents_wrapper_2nd {
	max-width: 940px;
	margin: 0 auto 10px;
	padding: 0 10px;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	#contents_wrapper_2nd {
		width: 93%;
		margin: -30px auto 10px;
	}
}

#main_contents {
	width: 74.4680851064%;
	float: left;
}
@media screen and (max-width: 640px) {
	#main_contents{
		width:100%;
		float:none;
	}
}

#side_contents{
	width:22%;
	float:right;
}
@media screen and (max-width: 640px) {
	#side_contents{
		margin-top: 15px;
		width:100%;
		float:none;
	}
}

.lead_ttl{
	font-size: larger;
	font-weight:bold;
	margin:0;
	padding:0;
	display: block;
}

.imgL,
.alignLeft {
	float:left;
	margin-right:10px;
}

.imgR,
.alignRight{
	float:right;
	margin-left:10px;
}

#pagetop{
	max-width: 940px;
	height: 20px;
	padding: 0 10px;
	margin: 50px auto 0;
	text-align: right;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 640px){
	#pagetop {
		height: 52px;
		margin-top: 0;
	}
}

.top_nav {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	justify-content: space-between;
	width: 564px;
	margin: 30px auto 30px;
}
@media screen and (max-width: 640px){
	.top_nav {
		width: 100%;
	}
}

.top_nav li {
	list-style: none;
	width: 277px;
}
@media screen and (max-width: 640px){
	.top_nav li  {
		width: 50%;
	}
}

.top_nav a {
	position: relative;
	display: block;
}

@media screen and (min-width: 641px) {
	.top_nav_item:hover {
		opacity: .8;
	}
}

.top_nav_item.item1 a:before {
	width: 70px;
	height: 70px;
	top: -20px;
	right: -5px;
	background: url(../images/logo_obento.png) no-repeat center bottom / cover;
}
@media screen and (max-width: 640px) {
	.top_nav_item.item1 a:before {
		width: 27.4%;
		height: 49.89%;
		top: -20%;
		right: -1%;
	}
}

#ttl_wrapper{
	width:100%;
	overflow: hidden;
	margin-bottom:10px;
}
@media screen and (max-width: 640px) {
	#ttl_wrapper{
		width: 100%;
	}
}

#ttl_img{
	width:50.356%;
	float:left;
}
@media screen and (max-width: 640px) {
	#ttl_img{
		width:100%;
		float:none;
	}
}


#sub_nav{
	width:49.0425532%;
	margin-top:10px;
	text-align:right;
	float:right;
}
@media screen and (max-width: 640px) {
	#sub_nav{
		width:100%;
	}
}

@media screen and (min-width: 641px) {
	#contents_wrapper_2nd #sub_nav.event_sub_nav{
		width: 100%;
		margin: 10px 0 10px;
		text-align: left;
		overflow: hidden;
	}
}

#sub_nav li{
	display: inline-block;
	margin-right: 5px;
	list-style: none;
}
@media screen and (max-width: 640px) {
	#sub_nav li{
		margin-right:3%;
		font-size:88%;
		float:left;
	}
}

@media screen and (min-width: 641px) {
/*	#sub_nav.event_sub_nav li{
		margin: 0;
	}*/
}

#sub_nav a:link,
#sub_nav a:active,
#sub_nav a:visited {
	padding: 5px 10px 12px 10px;
	color: #2D6D46;
	font-size: 88%;
	text-decoration: none;
	border-radius: 4px;
	background: url(../images/cmn_arrow_white_btm.png) no-repeat center bottom #BBEDB3;
	float: left;
}
@media screen and (max-width: 640px) {
	#sub_nav a:link,
	#sub_nav a:active,
	#sub_nav a:visited {
		padding: 5px 12px 12px 12px;
		font-size: 90%;
		text-align: left;
	}
}
@media screen and (max-width: 350px) {
	#sub_nav a:link,
	#sub_nav a:active,
	#sub_nav a:visited {
		padding: 3px 9px 9px 9px;
		font-size: 80%;
		text-align: left;
	}
}


#sub_nav a:hover {
	color: #fff;
	background-color: #43b088;
	text-decoration: none;
}

#contents_wrapper_green{
	background:url(../images/cmn_contentsBg_lightgreen.gif);
	padding: 30px 10px 10px 10px;
	margin-bottom:30px;
}

.contents_block_green{
	position:relative;
	max-width:800px;
	margin:0 auto 48px;
	padding:10px;
	background:url(../images/cmn_contentsBg_green.gif);
}
@media screen and (max-width: 640px) {
	#contents_wrapper_green{
		padding: 15px 10px 10px 10px;
		margin-bottom:30px;
		margin-top: 30px;
	}
	.contents_block_green{
		max-width:640px;
		margin:0 auto 20px;
	}
}

.contents_block_orange{
	position:relative;
	max-width:800px;
	margin:0 auto 48px;
	padding:10px;
	background:url(../images/cmn_contentsBg_orange.gif);
}
@media screen and (max-width: 640px) {
	.contents_block_orange{
		max-width:640px;
		margin:0 auto 20px;
	}
}

.contents_block_white{
	background:#fff;
	padding:30px 10px 10px 10px;
}
@media screen and (max-width: 640px) {
	.contents_block_white{
		padding: 20px 10px 10px 10px;
	}
}

.contents_block_green.batch_obento:before {
	position: absolute;
	content: "";
	width: 106px;
	height: 106px;
	top: -12px;
	right: -12px;
	background: url('../images/logo_obento.png') no-repeat center / cover;
	z-index: 10;
}
@media screen and (max-width: 640px) {
	.contents_block_green.batch_obento:before {
		width: 60px;
		height: 60px;
		top: -20px;
		right: -19px;
		background-size: 100% auto;
	}
}

.contents_block_orange.batch_mori:before,
.contents_block_green.batch_mori:before {
	position: absolute;
	content: "";
	width: 124px;
	height: 87px;
	top: -10px;
	right: -12px;
	background: url('../images/logo_chikyu.png') no-repeat center / cover;
	z-index: 10;
}
@media screen and (max-width: 640px) {
	.contents_block_orange.batch_mori:before,
	.contents_block_green.batch_mori:before {
		width: 72px;
		height: 55px;
		top: -15px;
		right: -14px;
		background-size: 100% auto;
	}
}


#sec_1,
#sec_2,
#sec_3,
#sec_4 {
	position: relative;
	text-align: center;
	height: 20px;
	z-index: 10;
}

.topBtnMg {
	margin-top: 60px;
}
@media screen and (max-width: 640px) {
	.topBtnMg {
		margin-top: 40px;
	}
}

.top_omoi_text{
	line-height:2.3em;
}
@media screen and (max-width: 640px) {
	.top_omoi_text p {
		margin-bottom: 22px;
		font-size: 88%;
		line-height: 1.8em;
		text-align: left;
	}
}

@media screen and (min-width: 641px) {
	.top_omoi_ttl{
		position: relative;
	}
	.top_omoi_ttl:before,
	.top_omoi_ttl:after {
		position: absolute;
		content: "";
		width: 114px;
		height: 64px;
		background: url(../images/cmn_cloud_s.gif);
	}

	.top_omoi_ttl:before{
		top: 0;
		left: 60px;
	}
	.top_omoi_ttl:after{
		right: 40px;
		bottom: -50px;
	}
}

.omoi_b1_btn_wrap{
	position: absolute;
	top:100px;
	right:50px;
}
@media screen and (max-width: 640px) {
	.omoi_b1_btn_wrap{
		position:static;
		display:inline-block;
		width:100%;
		text-align:right;
	}
}

.omoi_b1_copy{
	width: 70.89743589%;
	height:auto;
}
@media screen and (max-width: 640px) {
	.omoi_b1_copy{
		width: 100%;
		height:auto;
	}
}

.gotoTop{
	width:95%;
	margin:0 auto;
	text-align:right;
	padding:0 0 20px 0;
	font-size:88%;
}
@media screen and (max-width: 640px) {
	.gotoTop{
		width:100%;
	}
}

.contents_block_orange .gotoTop,
.contents_block_green .gotoTop {
	position: absolute;
	content: "";
	top: -68px;
	right: -55px;
	z-index: 8;
}
@media screen and (max-width: 940px) {
	.contents_block_orange .gotoTop,
	.contents_block_green .gotoTop {
		right: -18px;
	}
}
@media screen and (max-width: 640px) {
	.contents_block_orange .gotoTop,
	.contents_block_green .gotoTop {
		top: -58px;
	}
	.contents_block_orange .gotoTop img,
	.contents_block_green .gotoTop img {
		width:94px;
	}
}


/* ====================================================================
		森にGood！でサポート
======================================================================= */
#skm_b1_text{
	width:90%;
	margin:0 auto;
	margin-bottom:15px;
	line-height:1.6em;
	text-align: left;
	overflow: hidden;
}

#obento_wrapper{
	max-width: 760px;
	margin: 0 auto;
	background: url(../images/skm_b1_sub_bg.gif);
	padding: 10px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
}

#obento_ttl{
	background:url(../images/skm_b1_sub_ttl_bg.gif) repeat-x center;
	margin-bottom:0px;
}
@media screen and (max-width: 640px) {
	#obento_ttl{
		margin-bottom:10px;
	}
}

@media screen and (min-width: 641px) {
	#obento_L{
		float:left;
		width: 52.89473684%;
		text-align: left;
		margin: 10px 0 0 10px;
	}
}

#obento_L p{
	font-size: 88%;
	line-height: 1.7em;
}
@media screen and (max-width: 640px) {
	#obento_L p {
		text-align:left;
	}
}

/* #obento_R */
#obento_R{
	float:right;
	width: 40%;
	text-align: left;
	margin-right:10px;
	padding:20px 0 0 0;
}
@media screen and (max-width: 640px) {
	#obento_R {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

.btn,
.btn:link,
.btn:visited,
.btn:active {
	display: inline-block;
	padding: 10px 40px 10px 15px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 6px;
	background: url(../images/cmn_arrow_white_R.png) no-repeat center right #e10600;
}
@media screen and (max-width: 640px) {
	.btn {
		width: 100%;
		padding: 0;
	}
}

.obent_btn,
.obent_btn:link,
.obent_btn:visited,
.obent_btn:active {
	display: block;
	margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
	.obent_btn {
		margin: 10px 0 0;
	}
}

.obent_btn:hover {
	opacity: .7;
	text-decoration:none;
}


@media screen and (min-width: 641px) {
	.skm_b2_bird{
		width:17.10526315%;
		height:auto;
	}

	.skm_b2_ttl{
		width:59.34210526%;
		height:auto;
		padding:0 0 20px 0;
	}
}

.skm_cloud1{
	width:15%;
	height:auto;
	padding:0 0 10px 0;
}
@media screen and (max-width: 640px) {
	.skm_cloud1{ display: none; }
}

.skm_b2_txt{
	width: 90%;
	margin: 20px auto 30px;
	text-align: left;
}
@media screen and (max-width: 640px) {
	.skm_b2_txt{
		margin: 10px auto;
		text-align:left;
	}
}

.skm_b2_txt strong {
	display: block;
	font-weight: bold;
}

.skm_b3_cloud1{
	width:14.6153841%;
	height:auto;
	margin-right:10px;
}

.skm_b3_cloud2{
	width:18.2051282%;
	height:auto;
	margin-left:10px;
}
@media screen and (max-width: 640px) {
	.skm_b3_cloud1,
	.skm_b3_cloud2{
		display: none;
	}
}

#skm_b3_wrapper{
	width:93.42105263%;
	margin:0 auto;
	overflow: hidden;
	margin-bottom:30px;
}

#skm_b3_wrapper .logo{
	width:45%;
	min-height:110px;
	text-align: center;
	background:url(../images/skm_b3_logo.jpg) no-repeat center / auto;
	float:left;
}
@media screen and (max-width: 640px) {
	#skm_b3_wrapper .logo{
		margin-bottom:15px;
		min-height:60px!important;
	}
}

#skm_b3_wrapper .text{
	text-align: left;
	line-height:1.6em;
}
@media screen and (min-width: 641px) {
	#skm_b3_wrapper .text{
		float:right;
		width:55%;
	}
}

#skm_b3_wrapper .link{
	clear:both;
	text-align: right!important;
}

#skm_b3_wrapper a:link,
#skm_b3_wrapper a:visited {
	display: block;
	margin-top: 15px;
	padding: 10px 45px 10px 15px;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	background: url(../images/cmn_arrow_white_R.png) no-repeat center right #23A25B;
	float: right;
}

#skm_b3_wrapper a:hover {
	background:url(../images/cmn_arrow_white_R.png) no-repeat center right #40df85;
	text-decoration:none;

}
#skm_b3_wrapper a:active {
	text-decoration:none;
}

@media screen and (min-width: 641px) {
	#titleText {
		font-size: 1.4em !important;
		line-height: 1.4em !important;
	}

	#captionText {
		font-size: 1.2em !important;
		line-height: 1.4em !important;
		font-weight: normal !important;
	}

	#numberDisplay { padding-bottom: 10px; }
}

.support_txt {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.support_thinning {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
	max-width: 740px;
	width: 100%;
	margin: 15px auto 30px;
}
@media screen and (max-width: 640px) {
	.support_thinning {
		display: block;
	}
}

.support_thinning_item {
	padding: 2%;
	width: 47.3%;
	border-radius: 6px;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.support_thinning_item {
		width: 100%;
	}
	.support_thinning_item:nth-child(n+2) {
		margin-top: 7%;
	}
}

.support_thinning_item.item1 {
	background: #efecd6;
}
.support_thinning_item.item2 {
	background: #fee892;
}

.support_thinning_item_txt {
	text-align: left;
	line-height: 1.5em;
	font-size: 88%;
	margin: 10px 0;
}

.support_inner {
	max-width: 740px;
	margin: 0 auto;
}

.support_inner .skm_b2_txt {
	width: 94.9%;
}

.support_image_with_text {
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	text-align: left;
}

@media screen and (max-width: 640px) {
	.support_image_with_text {
		flex-direction: column;
	}
}

.support_image_with_text img {
	width: 50%;
}

@media screen and (max-width: 640px) {
	.support_image_with_text img {
		width: 100%;
	}
}

.support_image_with_text p {
	margin: 0 0 0 20px;
}

@media screen and (max-width: 640px) {
	.support_image_with_text p {
		width: 90%;
		margin: 10px auto 0;
	}
}

@media screen and (max-width: 640px) {
	.support_ttl_small {
		width: 50%;
	}
}

/* ====================================================================
		森にGood！な活動報告
======================================================================= */
.arcv_text_wrapper {
	max-width: 750px;
	margin: 10px auto;
	text-align: left;
}

.arcv_event_wrapper {
	width: 100%;
	margin: 10px 0px;
	padding: 20px;
	box-sizing: border-box;
	border: 3px #FBE9BE solid;
	border-radius: 6px;
	background: url(../images/arcv_repo_bg.jpg);
	overflow: hidden;
}

.arcv_event_wrapper .read{
	background: rgba(255,255,255,0.6);
	padding: 20px;
	margin-bottom: 18px;
}

@media screen and (max-width: 640px) {
	.arcv_event_wrapper{
		padding: 10px;
	}
}


.event_ttl_wrapper{
	background: url(../images/arcv_repo_icon.jpg) no-repeat top left;
	min-height:46px;
	padding-left:50px;
	padding-bottom:10px;
	border-bottom:2px solid #FBE9BE;
	margin-bottom:15px;
	overflow: hidden;
}

.event_ttl_wrapper .date{
	font-size:88%;
	line-height:1.5em;
}

.event_ttl_wrapper .ttl{
	font-size:130%;
	font-weight:bold;
}
.ttl span{
	font-size: 80%;
	background-color: #8d58c9;
	color: #fff;
	padding: 4px 3px 3px 10px;
	border-radius: 5px;
	display: inline-block;
}

.event_article_block {
	width:46%;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.event_article_block {
		width:100%;
		margin-bottom:20px;
	}
	.event_ttl_wrapper .ttl{
		font-size:100%;
		font-weight:bold;
	}
}

.event_article_block_L{ float:left; }
.event_article_block_R{ float:right; }
@media screen and (max-width: 640px) {
	.event_article_block_L,
	.event_article_block_R {
		float:none;
	}
}

@media screen and (min-width: 641px) {
	.arcv_event_wrapper .event_article_block_btn{
	margin: 0 auto;
	text-align: center;
	clear:both;
	padding-top:10px;
	}
}

.event_article_block .ttl{
	font-weight:bold;
	border-left:5px solid #609FD8;
	padding-left:10px;
	margin-bottom:15px;
}

.event_article_block p,
.event_article_block img { margin-bottom:10px; }
.event_article_block img.mb0{
	margin-bottom: 0;
}
.event_article_block .center{ text-align: center; }

.event_article_block p{ line-height:170%; }

.event_article_block_half{
	width: 46%;
	box-sizing: border-box;
}

.arcv_map {
	position: relative;
	margin-bottom:15px;
}
.btn1{
	position: absolute;
	top: 16%;
	left: 40.5%;
}
.btn2{
	position: absolute;
	top: 45.5%;
	left: 17%;
}
.btn3{
	position: absolute;
	top: 48.5%;
	right: 20.5%;
}
.btn4{
	position: absolute;
	top: 33%;
	right: 48.3%;
}
.sec2_text{
	padding-top: 20px;
}
.sec2_text:after{
	content: "";
	clear: both;
	display: block;
}
.sec2_dotted:after{
	border-bottom: 1px dotted #a8a8a8;
	padding-top: 20px;
}
.sec2_text img{
	float: left;
}
.sec2_text dl{
	margin-top: 12px;
}
.sec2_text dl dt{
	float: left;
	color: #50433f;
}
.sec2_text dl dd{
	margin-left: 90px;
}
.sec2_text_link{
	color: #008238;
}
.sec2_text_title{
	font-size: 16px;
	font-weight: bold;
}
.sec2_text_box{
	padding: 10px 0 0 100px;
}
.sec2_hokkaido{
	color: #277fb8;
}
.sec2_miyagi{
	color: #eb6c00;
}
.sec2_yamagata{
	color: #8d58c9;
}
.sec2_fukuoka{
	color: #f85d84;
}
.sec2_last{
	margin-bottom: 30px;
}

.arcv_hamidasu_area {
	margin: 20px 0;
	padding: 0 10px;
	text-align: center;
}

.arcv_hamidasu_area .btn {
	margin-top: 10px;
}

#newmark_list {
	float:left;
	width:40%;
	position:relative;
}
@media screen and (max-width: 640px) {
	.btn1{
		top: 39.3%;
		left: 0;
	}
	.btn2{
		top: 78.8%;
		left: 0;
	}
	.btn3{
		top: 52.8%;
		right: 0;
	}
	.btn4{
		top: 65.5%;
		right: 0;
	}
	.sec2_padding{
	padding-top: 0px;
	}
	.sec2_text dl{
		margin-top: 5px;
	}
	.sec2_text dl dt{
		margin-right: 5px;
	}
	.sec2_text dl dd{
		margin-left: 0;
	}
	.map_text{
		text-align: left;
	}
}


/* ==============================================================================
		FOOTER
============================================================================== */
#footer{
	background:url(../images/footer_bg.jpg) repeat-x top center;
	padding:200px 10px 0px 10px;
}
@media screen and (max-width: 640px) {
	#footer {
		padding-top: 24%;
		background: url(../images/footer_bg.jpg) repeat-x top left #7CC9E7 / 100% auto;
	}
}

#footer_bg{
	width:100%;
	background:url(../images/footer_bg_lightblue.gif);
}

#footer_contents{
	max-width:960px;
	margin:0 auto;
	padding:0 0 10px 0;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	#footer_contents{
		width:95%;
	}
}

#footer_bnr{
	width:100%;
	margin-bottom:10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

#footer_bnr li{
	list-style:none;
	margin:0;
	padding:0;
	line-height:0;
}

#footer_bnr .bnr1 {
	width:28.125%;
	text-align:center;
	float:left;
	background:#fff;
}
@media screen and (max-width: 640px) {
	#footer_bnr .bnr1{
		width:30.125%;
		margin-right:5.8125%;
	}
}

#footer_bnr .bnr2 {
	background:#fff;
	width:28.125%;
	text-align:center;
	float:left;
	margin-right:7.8125%;
}
@media screen and (max-width: 640px) {
	#footer_bnr .bnr2{
		width:30.125%;
		margin-right:5.8125%;
	}
}

#footer_bnr .bnr3 {
	background:#fff;
	width:28.125%;
	text-align:center;
	float:left;
}

#footer_textlink{
	width:100%;
	margin:10px 0 10px 0;
	display: block;
	overflow: hidden;
}

#footer_textlink li {
	margin:0;
	padding:0;
	list-style:none;
}

#footer_textlink a:link,
#footer_textlink a:active,
#footer_textlink a:visited {
	margin-right:3.125%;
	padding-left:15px;
	color:#fff;
	font-size:88%;
	text-decoration: underline;
	float:left;
	background:url(../images/footer_arrow.png) no-repeat center left;
}
@media screen and (max-width: 640px) {
	#footer_textlink a:link,
	#footer_textlink a:active,
	#footer_textlink a:visited {
		font-size:70%;
	}
}

#footer_textlink a:hover {
	color:#baebef;
	text-decoration:none;
}

#footer_copyright {
	width:100%;
	text-align: left;
	padding:20px 0;
	background:url(../images/footer_bg_blue.gif);
	font-size:88%;
	overflow: hidden;
	color:#fff;
}

#footer_copyright .contents {
	max-width:960px;
	margin:0 auto;
	padding:0 10px;
}
@media screen and (max-width: 640px) {
	#footer_copyright .contents{
		width:95%;
	}
}

#footer_copyright .text{
	float:left;
}
@media screen and (max-width: 640px) {
	#footer_copyright .text{
		width:70%;
		font-size:75%;
	}
}

#footer_copyright .logo {
	float:right;
}
@media screen and (max-width: 640px) {
	#footer_copyright .logo {
		width: 30%;
		text-align: right;
	}
}
.factory_relative{
	position: relative;
}
.factory_absolute{
	position: absolute;
	top: -20px;
	left: -24px;
}
.hukidashi_relative{
	position: relative;
	height: 45px;
}
.hukidashi_absolute{
	position: absolute;
	bottom: -34px;
	left: 0;
	z-index: 100;
}
.link_chimei{
	list-style: none;
	width: 49.0425532%;
	margin-top: 10px;
	text-align: right;
	float: right;
}
.link_chimei li{
	float: right;
}
a.btn_chimei{
	display: inline-block;
	padding: 8px 38px 8px 18px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	color: #fff;
	text-decoration: none;
}
.btn_chimei_fukuoka{
	position: relative;
	background-color: #f85d84;
}
.btn_chimei_fukuoka:after{
	content: "";
	position: absolute;
	top:10px;
	right: 10px;
	width: 16px;
	height: 16px;
	background-image: url(../images/yazirushi_2.png);
	background-size:cover;
}
.btn_chimei_miyagi{
	position: relative;
	background-color: #eb6c00;
}
.btn_chimei_miyagi:after{
	content: "";
	position: absolute;
	top:10px;
	right: 10px;
	width: 16px;
	height: 16px;
	background-image: url(../images/yazirushi_3.png);
	background-size:cover;
}
.btn_chimei_hokkaido{
	position: relative;
	background-color: #277fb8;
}
.btn_chimei_hokkaido:after{
	content: "";
	position: absolute;
	top:10px;
	right: 10px;
	width: 16px;
	height: 16px;
	background-image: url(../images/yazirushi_1.png);
	background-size:cover;
}
.btn_chimei_yamagata{
	position: relative;
	background-color: #8d58c9;
}
.btn_chimei_yamagata:after{
	content: "";
	position: absolute;
	top:10px;
	right: 10px;
	width: 16px;
	height: 16px;
	background-image: url(../images/yazirushi_4.png);
	background-size:cover;
}
img[usemap] {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 640px) {
	.hukidashi_absolute{
		position: absolute;
		bottom: -20px;
		left: 0;
		z-index: 100;
		width: 25%;
		height: auto;
	}
	.hukidashi_relative{
		height: 35px;
	}
	.link_chimei{
		width: 100%;
	}
	.link_chimei li{
		margin-left: -25px;
	}
	a.btn_chimei{
		padding: 8px 35px 8px 14px;
		margin-left: 35px;
		margin-bottom: 0;
		font-size: 12px;
	}
	.factory_absolute{
		top: -55px;
		left: -15px;
		width: 90px;
		height: auto;
	}
	.hukidashi_absolute{
		bottom: -27px;
		left: 0;
		z-index: 100;
		width: 60px;
		height: auto;
	}
	.btn_chimei_fukuoka:after{
		top: 24%;
	}
	.btn_chimei_miyagi:after{
		top: 24%;
	}
	.btn_chimei_hokkaido:after{
		top: 24%;
	}


}
@media screen and (max-width: 350px) {
		a.btn_chimei{
			padding: 6px 30px 6px 11px;
			margin-left: 35px;
			font-size: 11px;
		}
	}
