article{
	border-left: none;
}

#pageHeader h1{
	display: block;
	width: 100%;
	height: 130px;
	position: relative;
}
#pageHeader h1 img{
	display: block;
	width: 2880px;
	height: 130px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -1440px;
}
#pageHeader h2{
	font-size: 34px;
	text-align: center;
	padding: 60px 0;
	border-bottom: 1px solid #f1f1f1;
}

.pageNav{
	background: url(/img/common/bg_03.gif) repeat;
}
.pageNav h1{
	font-size: 16px;
	padding: 32px 0 24px 0;
	color: #fff;
	border-bottom: 1px solid #111111;
	box-shadow: 0px 1px 0px #424242;
	margin: 0 5%;
}
.pageNav nav{
	padding: 0 5% 16px 5%;
}
.pageNav ul{
	font-size: 13px;
}
.pageNav ul li{
	width: 50%;
	margin: 20px 0 0 0;
}
.pageNav ul li.left{
	clear: both;
	float: left;
}
.pageNav ul li.right{
	float: left;
}
.pageNav ul li img{
	margin: 0 10px 0 0;
	float: left;
}
.pageNav ul li a{
	float: left;
	font-size: 13px;
	height: 40px;
	color: #fff;
	margin: 0 0 24px 0;
	line-height: 40px;
}
.head_box {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #f1f1f1;
}
.head_box .pic img {
	object-fit: cover;
	vertical-align: top;
	width: 100%;
	height: 100%;
}
.head_box {
	/*align-items: center;*/
}
.head_box > div:nth-child(1) {
	width: 45%;
}
.head_box > div:nth-child(2) {
	width: 55%;
}
.message{
	margin: 0 0 0 -1px;
}
.message .txtBox{
	padding: 0 5% 30px;
	font-size: 13px;
	/*border-right: 1px solid #f1f1f1;*/
}
.message .txtBox p{
	line-height: 1.6em;
	margin: 2em 0 0 0;
}
.message .txtBox .txtCatch{
	color: #ed2717;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6em;
}
.message .txtBox .text_b{
	margin-top: 2em;
}

.image{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.image img{
	display: block;
	width: 100%;
	height: auto;
}

#carbon_neutral {
	padding-top: 7em;
	border-left: 1px solid #f1f1f1;
}
#carbon_neutral .inner{
	padding: 0px 5% 5% 5%;
}
#carbon_neutral .inner .txtBox{
	font-size: 13px;
}
#carbon_neutral .inner .txtBox p{
	line-height: 1.6em;
	margin: 2em 0 0 0;
}
#carbon_neutral .inner .txtBox .txtCatch{
	color: #ed2717;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6em;
	margin-top: 0;
}
#carbon_neutral .inner .txtBox .txtName{
	text-align: right;
}
#carbon_neutral .inner .txtBox .txtName span{
	font-size: 16px;
}
#carbon_neutral .inner .txtBox .img{
	margin-top: 2em;
	width: 100%;
}

#carbon_neutral .inner table{
	width: 100%;
	margin-top:2em;
}

#carbon_neutral .inner table tr{
}
#carbon_neutral .inner table tr:first-child{
	border: none;
}
#carbon_neutral .inner table tr th{
	width:80px;
	min-width: 74px;
	text-align: left;
	padding: 0 0 16px 0;
	vertical-align: top;
}
#carbon_neutral .inner table tr td{
	text-align: left;
	padding: 0 0 16px 2em;
}
#carbon_neutral .inner table tr:last-child th,
#carbon_neutral .inner table tr:last-child td{
	padding-bottom: 0;
}

#carbon_neutral .inner table tr td ul li{
	list-style: none;
	float: left;
	padding: 0 1em 0 0;
}
#carbon_neutral .inner table tr td a{
	color: #ed2717;
}

#carbon_neutral .inner table tr td ul li:first-child{
	margin: 0;
}

.pageTop{
	color: 
}

/*------------------------------
画面の横幅が639px以下の記述
------------------------------*/
@media screen and (max-width: 639px){
	.head_box > div:nth-child(1) {
		width: 100%;
	}
	.head_box > div:nth-child(2) {
		width: 100%;
	}
	.message{
		width: 100%;
	}
	.message .txtBox .txtCatch{
		text-align: center;
		font-size: 18px;
	}
	.message .txtBox img{
		width: 100%;
		margin: 2em 0;
	}
	#carbon_neutral{
		padding-top: 4em;
		width: 100%;
	}
	#carbon_neutral .inner{
		border-top: none;
	}
	#carbon_neutral .inner table tr td ul li{
		clear: both;
	}
	#carbon_neutral .inner .txtBox .txtCatch{
		text-align: center;
		font-size: 18px;
		/*margin-top: 3em;*/
	}
	#carbon_neutral .txtBox img{
		width: 100%;
		margin: 2em 0;
	}
	a.pageTop{
		clear: both;
		display: block;
		width: 100%;
		padding: 26px 0;
		text-align: center;
		color: #ed2717;
		font-size: 14px;
		line-height: 14px;
		border-top: 1px solid #f1f1f1;
	}
	a.pageTop i{
		color: #ed2717;
		line-height: 14px;
		margin: 0 1em 0 0;
	}
	#pickup{
		display: none;
	}
}
