/*@charset "UTF-8";*/
@import url('https://fonts.googleapis.com/css?family=Poppins:600');
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

/*
1:common style
-----------------------------------------------*/
/** { word-break:break-all; word-wrap:break-word; }*/
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height:100%; }
body { -webkit-text-size-adjust: 100%; min-height: 100%;
}

/*
Reset: margin, padding propaty*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0; padding: 0; }
/*
HTML5 propaty*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, small {
display: block; }
/*
Reset: border propaty*/
img,fieldset{ border:0; }
/*
Reset: List selector*/
ol,ul,li { list-style:none; }
/*
Reset: font propaty*/
address { font-style:normal;font-weight:normal; }
/*
Reset: horizontal rule display*/
hr {	display: none; }
/*
Reset: link display*/
a{ outline-style: none; }
a img{ border: none; }
/*
scrooll bar for FF*/
html {overflow-y: scroll; }
/*
2:fonts
-----------------------------------------------*/
/*
Reset: font-size, line-height propaty*/
body {
font-size: 14px; line-height: 1.8; }
h1,h2,h3,h4,h5,h6 {
font-size: 16px; line-height: 1.0; font-weight:normal; }
/*p,table,th,td {
font-size: 14px; line-height: 1.8; }
*//* 
Reset: font-family propaty*/
body {
	font-family: "メイリオ", Meiryo, '游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana !important;
/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;*/

}

/*
3:Base setting
-----------------------------------------------*/
html {
}
body {
	color: #161616;
	overflow: hidden;
	margin: 0;
	min-width:1000px;
	background-color: #ed410c;
	background-image: url(../../img/under_bg.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
img {
	vertical-align: bottom;
	width: 100%;
	-webkit-backface-visibility: hidden; /*Chromeの画像ぼやけをシャープに*/
}
a{
color:#161616;
text-decoration:none;
}
a:hover{
color:#888;
}
.texthover:hover{
color:#888;
}

em{
font-style:normal;
}
a ,a img{
/*-webkit-transition: All .3s ease-in-out;
-moz-transition: All .3s ease-in-out;
-o-transition: All .3s ease-in-out;
-ms-transition: All .3s ease-in-out;
transition: All .3s ease-in-out;*/
}
.trans:hover img{
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}
img.imgzoom {
	-webkit-transition: All .3s ease-in-out;
-moz-transition: All .3s ease-in-out;
-o-transition: All .3s ease-in-out;
-ms-transition: All .3s ease-in-out;
transition: All .3s ease-in-out;
}
img.imgzoom:hover {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 750px) {
	img.imgzoom:hover {
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}
p {
	margin: 0;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.for-pc {
	display: block;
}
.for-sp {
	display: none;
}
@media screen and (max-width: 750px) {
	body{
	  min-width: auto !important;
	}
	.for-pc {
		display: none;
	}
	.for-sp {
		display: block;
	}
}

/*header*/
header {
	width: 100%;
	height: 952px;
	margin: 0 0 0 0;
	background-image: url(../../img/header_bg.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
header>.inner {
	width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
h1 {
	width: 399px;
	position: absolute;
	top: 75px;
	left: 20px;
}
header .time {
	width: 542px;
	position: absolute;
	top: 78px;
	left: 463px;
}
header .eneos_presents {
	width: 416px;
	position: absolute;
	top: 169px;
	left: 436px;
}
header .masa {
	width: 250px;
	position: absolute;
	top: 211px;
	right: 13px;
}
header .enegori_masa {
	width: 272px;
	position: absolute;
	top: 244px;
	left: 439px;
	/*animation: enegorimasa 2.5s linear 0s 1;
	animation-name: enegorimasa; 
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-play-state: running;*/
}
header .personality_assistant {
	width: 140px;
	position: absolute;
	top: 400px;
	left: 702px;
}
header .gow {
	width: 167px;
	position: absolute;
	top: 365px;
	left: 694px;
}
@keyframes enegorimasa {
  0%   { transform: rotate(0deg); }
  18%  { transform: rotate(24deg); }
  38%  { transform: rotate(-24deg); }
  60%  { transform: rotate(16deg); }
  80%  { transform: rotate(-16deg); }
  100% { transform: rotate(8deg); }
  100% { transform: rotate(0deg); }
}


header .message {
	width: 263px;
	position: absolute;
	top: 442px;
	left: 727px;
}
header .message img:hover {
	margin: -14px 0 0 0;
}
header .message a img {
	-webkit-transition: All .3s ease-in-out;
-moz-transition: All .3s ease-in-out;
-o-transition: All .3s ease-in-out;
-ms-transition: All .3s ease-in-out;
transition: All .3s ease-in-out;	
}
header .lead {
	width: 851px;
position: absolute;
top: 658px;
left: 50px;
}

.eneos_logo {
	float: left;
	margin: 15px 0 0 15px;
	z-index: 1000;
	width: 172px;
}
.sns_area {
	float: right;
	margin: 15px 0 0 12px;
	z-index: 1000;
}
.sns_area .tw {
	float: left;
	width: 28px;
    margin-left: 6px;
}
.sns_area .fb{
	float: left;
	width: 28px;
}
.sns_area .line img,
.sns_area .tw img,
.sns_area .fb img {
	width: 100%;
}

/*PCナビゲーションメニュー*/
div.nav {
	height: 59px;
	background: #fff;
	top: 0;
	right: 0;
	left: 0;
	position: fixed;
	z-index: 9000;
}
div.nav img {
	width: 100%;
}
div.nav .inner {
	width: 1000px;
	padding: 0 5px;
	margin: 0 auto;
	box-sizing: border-box;
}
div.nav ul.menu {
	padding: 19px 0 0;
	float: left;
}
div.nav ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 2px 15px 0 0;
	height: 18px;
	width: auto;
}
div.nav ul li a {
	vertical-align: super;
}
div.nav ul li img {
	height: 18px;
	width: auto;
	vertical-align: inherit;
}

div.nav ul li:nth-child(1) {
	height: 21px;
	width: auto;
	padding: 0 15px 0 0;
}
div.nav ul li:nth-child(1) img {
	height: 21px;
	width: auto;
}
/*
div.nav ul li:nth-child(2) {
	width: 170px;
}
div.nav ul li:nth-child(3) {
	width: 202px;
}
div.nav ul li:nth-child(4) {
	width: 115px;
}*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
@media screen and (max-width: 1000px) {
	header {
		width: 1000px;
	}
	body {
		background-image: url(../../img/header_bg_pc.jpg);
		background-repeat: no-repeat;
		background-position: -239px 54px;
	}

}
@media screen and (max-width: 750px) {
	body {
		background-image: none;}
	header {
		height: auto;
		width: 100%;
		position: relative;
		z-index: 1;
		background-image: url(../../img/sp_header_bg.png);
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: 100%;
		top: 0;
		margin: 0;
	}
	header::before {
		clear: both;
		content: ".";
		display: block;
		font-size: 0.1em;
		height: 0;
		line-height: 0;
		padding-bottom: 174%;
		visibility: hidden;
	}
	header>.inner {
		width: 100%;
		padding: 0 0;
		margin: 0 auto;
	}
	div.nav {
		height: 40px;
		top: 0;
		right: 0;
		left: 0;
		position: absolute;
		z-index: 1000;
		background: none;
	}
	div.nav .logo_area {
		float: left;
		margin: 0 0 0 0;
		padding: 5px 0 0 0;
	}
	div.nav .logo_area>.logo{
		float: left;
		width: 62px;
		margin: 0 18px 0 10px;
	}
	
	h1 {
		width: 60%;
		margin: 0 auto;
		position: absolute;
		right: 0;
		top: 3.0%;
		padding: 0;
		left: 0;
	}
	header .time {
		width: 50%;
		position: absolute;
		top: 80.8%;
		left: 4%;
	}
	header .eneos_presents {
		width: 70%;
		position: absolute;
		top: 45.6%;
		left: 5%;
	}
	header .masa {
		width: 41.3%;
		position: absolute;
		top: 50.4%;
		left: 57%;
	}
	header .enegori_masa {
		width: 44.2%;
		position: absolute;
		top: 53.4%;
		left: 3.0%;
	}
	header .personality_assistant {
		width: 22.7%;
		position: absolute;
		top: 69.3%;
		left: 46%;
	}
	header .gow {
		width: 28.5%;
		position: absolute;
		top: 64.0%;
		left: 44%;
	}
	header .illust {
		width: 42%;
		position: absolute;
		top: 94.5%;
		left: 42%;
	}
	header .message {
		width: 41%;
		position: absolute;
		top: 71.4%;
		left: 57%;
	}
	header .message img:hover {
		margin: 0 0 0 0;
	}
	header .message a img {
		-webkit-transition: All .3s ease-in-out;
		-moz-transition: All .3s ease-in-out;
		-o-transition: All .3s ease-in-out;
		-ms-transition: All .3s ease-in-out;
		transition: All .3s ease-in-out;	
	}
	.lead span {
		display: block;
		/*font-size: 13.5px;*/
		line-height: 1.4;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 3.6vw;
	}
	.lead {
		width: 100%;
		/*font-size: 12px;*/
		line-height: 1.5;
	position: relative;
	top: 90%;
	left: 0;
	padding: 36px 0.2% 30px;
	box-sizing: border-box;
	background-color: #f68b4c;
	background-image: url(../../img/sp_bg1.png), url(../../img/sp_bg2.png);
		background-repeat: no-repeat, no-repeat;
		background-position: center top, center bottom;
		background-size: 100%, 100%;
		text-align: center;
font-size: 3.5vw;
	}

}

/*mainArea
main {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	display: block;
}
*/

section .inner {
	width: 1000px;
	margin: 0 auto;
}section .inner h2 {
	width: 846px;
	margin: 0 auto 20px;
	padding: 20px 0 0 0;
}
section.onairReport {
	width: 100%;
	height: 1103px;
	margin: 0 0 0 0;
	background-image: url(../../img/onairReport_bg.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
section.onairReport h2 {
	width: 846px;
	margin: 0 auto 20px;
	padding: 11px 0 0 0;
}
.report_slideWrapper {
	width: 832px;
	margin: 28px auto 0;
}
.report_slideWrapper li .img img {
	-webkit-transition: All .3s ease-in-out;
-moz-transition: All .3s ease-in-out;
-o-transition: All .3s ease-in-out;
-ms-transition: All .3s ease-in-out;
transition: All .3s ease-in-out;
}
.report_slideWrapper li .img img:hover {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 750px) {
	.report_slideWrapper li .img img:hover {
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}
.report_slideWrapper li.slide-item {
	box-sizing: border-box;
	background-color: #fff;
	width: auto;
	height: auto;
	padding: 0 6px 12px;
	margin: 0 0 20px 0;
	position: relative;
}
.report_slideWrapper li.slide-item .img {
	max-height: 514px;
	width: auto;
	margin: 0 auto 6px;
	overflow: hidden;
}
.report_slideWrapper li.slide-item .img img {
	height: 100%;
	width:;
	margin: 0 auto;
}
.report_slideWrapper li.slide-item time {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 17px;
	display: block;
}
.report_slideWrapper li.slide-item h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
	clear: both;
	margin: 0 0 5px 0;
	white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.report_slideWrapper li.slide-item p {
	font-size: 14px;
	line-height: 1.3;
	clear: both;
}

.report_slideWrapper li.thumbnail-item {
	box-sizing: border-box;
	background-color: #fff;
	width: auto;
	height: auto;
	padding: 0 6px 12px;
	margin: 0 0 0 0;
	position: relative;
}
.report_slideWrapper li.thumbnail-item .img {
	margin-bottom: 6px;
	max-height: 170px;
	overflow: hidden
}

.report_slideWrapper li.thumbnail-item time {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 15px;
	display: block;
	width: 100%;
}
.report_slideWrapper li.thumbnail-item h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	clear: both;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

/*ENERGY STATION*/
section.energyStation {
	height: auto;
	margin: 0 auto 0;
	padding: 0 0 80px;
	background-image: url(../../img/energyStation_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
section.energyStation h2 {
	padding: 0;
	margin-top: -30px;
}
section.energyStation .cornerWrapper {
	/*width: 954px;*/
	margin: 0 auto;
	box-sizing: border-box;
}
section.energyStation ul.slider2 {
    margin: 30px auto 30px;
}
section.energyStation .cornerWrapper ul.slider2 li.article {
	background: #fff;
	border-radius: 20px;
	height: 395px;
	margin: 0 5px 15px;
	padding: 30px 40px 0 44px;
	/*box-sizing: border-box;*/
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}
section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(1),
section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(4),
section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(7) {
	background-image: url(../../img/station_slide_bg2.png);
}
section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(2),
section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(5),
section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(8){
	background-image: url(../../img/station_slide_bg3.png);
}
section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(3),
section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(6),
section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(9){
	background-image: url(../../img/station_slide_bg1.png);
}
/*section.energyStation .slider2 img{
    height: auto;
    width: 100%;
}*/
/*slick setting*/
section.energyStation .slick-prev:before,
section.energyStation .slick-next:before {
    color: #000;
}

section.energyStation .cornerWrapper>a {
	display: block;
}
section.energyStation .cornerWrapper .textBox {
	float: left;
	width: 49%;
	padding: 14px 0 0 0;
}
section.energyStation .cornerWrapper .textBox .ttlBox {
	float: left;
	margin-bottom: 13px;
}
section.energyStation .cornerWrapper .textBox .ttlBox .img_map {
	width: 74px;
	height: 74px;
	margin: 0 16px 0 0;
	float: left;
}
section.energyStation .cornerWrapper .textBox .ttlBox .img_map>img {
	width: auto;
	height: 100%;
}
section.energyStation .cornerWrapper a:hover .textBox .ttlBox .img_map>img {
	opacity: 0.8;
}
section.energyStation .cornerWrapper .textBox .ttlBox .textRight {
	float: none;
	width: auto;
	display: table-cell;
}
section.energyStation .cornerWrapper time {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 17px;
	display: block;
	margin: -5px 0 3px 0;
	/*padding: 0 0 0 40px;*/
}
section.energyStation .cornerWrapper h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
	/*clear: both;*/
	margin: 0 0 0 0;
	/*padding: 0 0 0 40px;*/
}
section.energyStation .cornerWrapper p {
    font-size: 14px;
	line-height: 1.6;
	clear: both;
	margin: 0 0 16px 0;
}
section.energyStation .cornerWrapper .textBox .moreBtn {
	display: block;
	width: 192px;
}
section.energyStation .cornerWrapper a:hover .textBox .moreBtn img {
	opacity: 0.8;
}
section.energyStation .cornerWrapper .picBox {
	float: right;
	width: 300px;
	height: auto;
	max-height: 266px;
	overflow: hidden;
	padding: 19px 0px 0 0;
}
section.energyStation .cornerWrapper .picBox img {
	width: 100%;
	height: auto;
	-webkit-transition: All .3s ease-in-out;
-moz-transition: All .3s ease-in-out;
-o-transition: All .3s ease-in-out;
-ms-transition: All .3s ease-in-out;
transition: All .3s ease-in-out;
}
section.energyStation .cornerWrapper a:hover .picBox img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 750px) {
	section.energyStation {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		background: none;
		padding: 3.55% 0;
}
	section.energyStation h2 {
		padding: 20px 0 0 0;
	}
	section.energyStation > .inner {
		padding: 0 0 20px 0;
	}
	section.energyStation .cornerWrapper {
		/*padding: 20px;*/
		margin: 10px auto 0;
		border-radius: 15px;
		/*width: 95%;*/
		box-sizing: border-box;
	}
	section.energyStation ul.slider2 {
		margin: 20px auto 20px;
	}
	section.energyStation .cornerWrapper ul.slider2 li.article {
		background: #fff;
		border-radius: 8px;
		height: auto;
		margin: 0 6px 15px 0;
		padding: 18px 18px 2.2% 18px;
		/*box-sizing: border-box;*/
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100%;
	}
	section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(1),
	section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(4),
	section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(7) {
		background-image: url(../../img/station_slide_bg2_sp.png);
	}
	section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(2),
	section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(5),
	section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(8){
		background-image: url(../../img/station_slide_bg3_sp.png);
	}
	section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(3),
	section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(6),
	section.energyStation .cornerWrapper ul.slider2 li.article:nth-child(9){
		background-image: url(../../img/station_slide_bg1_sp.png);
	}
	section.energyStation .cornerWrapper .textBox {
		float: none;
		width: 100%;
		padding: 3px 0 0;
	}
	section.energyStation .cornerWrapper .textBox .ttlBox {
		float: left;
		margin-bottom: 12px;
	}
	section.energyStation .cornerWrapper .textBox .ttlBox .img_map {
		width: 63px;
		height: 63px;
		margin: 0 10px 0 0;
	}
	section.energyStation .cornerWrapper .textBox .ttlBox .textRight {
		float: none;
		width: auto;
		display: table-cell;
	}
	section.energyStation .cornerWrapper time {
		font-size: 13px;
		display: block;
		margin: -2px 0 0px 0;
	}
	section.energyStation .cornerWrapper h3 {
		font-size: 13px;
		line-height: 1.3;
		clear: both;
		margin: 0 0 0px 0;
	}
	section.energyStation .cornerWrapper p {
		font-size: 12px;
		line-height: 1.4;
		clear: both;
		margin: 0 0 9px 0;
	}
	section.energyStation .cornerWrapper .textBox .moreBtn {
		display: none;
		width: 180px;
	}
	section.energyStation .cornerWrapper a:hover .textBox .moreBtn img {
		opacity: 0.8;
	}
	section.energyStation .cornerWrapper .picBox {
		float: none;
		width: 100%;
		height: auto;
		margin: 0 auto 10px;
		padding: 1px 0px 0 0;
		max-height: none;
		overflow: hidden;
	}
}



section.energyMessage {
	/*width: 863px;*/
	/*height: 1291px;*/
	height: auto;
	margin: 0 auto 0;
	padding: 0 0 105px;
	background-image: url(../../img/energyMessage_bg3.png), url(../../img/energyMessage_bg2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center bottom, center 0;
	background-color: #f68b4c;
}
section.energyMessage form {
	width: 100%;
	display: block;
	float: right;
	margin: 0 14px 20px 0;

}
section.energyMessage .viewmore {
	display: block;
	margin: 27px 14px 20px;
}
section.energyMessage .viewmore img {
	width: 172px;
	float: right;
}

select.messageSelect {
  -moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	margin: 0px auto 0;
	padding: 5px 93px 5px 16px;
	background-color: #fff;
	background-image: url(../../img/bg-select.png);
	background-position: right;
	background-repeat: no-repeat;
	-webkit-background-size: 34px 34px;
	background-size: 34px 34px;
	font-size: 14px;
	line-height: 13px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*float: right;*/
	border: 2px solid #bbb;
	display: block;
	font-family: 'Poppins', sans-serif;
}
select.messageSelect::-ms-expand {
    display: none;
}
select.messageSelect option {
	font-family: 'Poppins', sans-serif;
}
@media all and (-ms-high-contrast: none){
  select.messageSelect {
    appearance: none; /* IE10以上 */
	font-family: 'Poppins', sans-serif !important;
  }
}
@media screen\0 { /*IE*/
  select.messageSelect {
    font-family: 'Poppins', sans-serif !important;
  }
}


select.messageSelect:hover {
  /*opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";*/
  cursor: pointer;
}

.messageWrapper {
	width: 970px;
	margin: 0 auto;
}
.messageWrapper li {
	width: 320px;
	height: 320px;
	box-sizing: border-box;
	padding: 0 ;
	margin: 0 5px 5px 0;
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
.messageWrapper li:nth-child(3),
.messageWrapper li:nth-child(6),
.messageWrapper li:nth-child(9),
.messageWrapper li:nth-child(12),
.messageWrapper li:nth-child(15),
.messageWrapper li:nth-child(18) {
	margin: 0 0 5px 0;
}
.messageWrapper li img {
	-webkit-transition: All .3s ease-in-out;
-moz-transition: All .3s ease-in-out;
-o-transition: All .3s ease-in-out;
-ms-transition: All .3s ease-in-out;
transition: All .3s ease-in-out;
}
.messageWrapper li img:hover {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 750px) {
	.messageWrapper li img:hover {
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}
.messageWrapper li .detailWrapper {
	background-color: rgba(0, 1, 0, 0.5);
	background: rgba(0, 1, 0, 0.5);
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	z-index: 1000;
	position: absolute;
	bottom: 0;
	color: #fff;
}
.messageWrapper li .img {
	margin-bottom: 6px;
	overflow: hidden
}

.messageWrapper li time {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 15px;
	display: block;
	color: #fff;
}
.messageWrapper li h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	clear: both;
	margin: 0 0 3px 0;
}
.messageWrapper li h4 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	clear: both;
}

.popupWrapper {
	height: auto;
	width: 100%;
	max-width: 450px;
	padding: 20px 20px 20px;
	background-color: #FFF;
	overflow: auto;
}
.popupWrapper .mp3 {
	width: 268px;
	margin: 10px 0 3px 0;
}
.popupWrapper .img {
	margin-bottom: 6px;
}
.popupWrapper .img img {
	height: auto;
}
.popupWrapper time {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 15px;
	display: block;
	margin: 0 0 5px 0;
}
.popupWrapper h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	clear: both;
	margin: 0 0 5px 0;
}
.popupWrapper h4 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	clear: both;
	margin: 0 0 5px 0;
}
.popupWrapper p {
	font-size: 14px;
	line-height: 1.3;
	clear: both;
	margin: 0 0 5px 0;
}
.popupWrapper p>img {
	display: none !important;
}


@media screen and (max-width: 750px) {
	section .inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
		box-sizing: border-box;
	}section .inner h2 {
		width: 95%;
		margin: 0 auto 20px;
		padding: 20px 0 0 0;
	}
	section.onairReport {
		width: 100%;
		height: auto;
		margin: 0 auto 0;
		padding: 3.55% 0;
		background-image: url(../../img/sp_bg3.png), url(../../img/sp_bg4.png);
		background-repeat: no-repeat, no-repeat;
		background-position: center 0, center bottom;
		background-size: 100%, 100%;
	}
	section.onairReport>.inner {
		padding: 0 0;
		background: #fff;
	}
	.report_slideWrapper {
		width: 88%;
		height: auto;
		margin: 20px auto 0;
		padding:0 0 20px 0;
	}
	.report_slideWrapper li.slide-item {
		box-sizing: border-box;
		background-color: #fff;
		width: auto;
		height: auto;
		padding: 0 6px 12px;
		margin: 0 0 20px 0;
		position: relative;
	}
	.report_slideWrapper li.slide-item .img {
		max-height: none;
		width: auto;
		margin: 0 auto 6px;
		overflow: hidden;
	}
	.report_slideWrapper li.slide-item .img img {
		height: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.report_slideWrapper li.slide-item time {
		font-family: 'Poppins', sans-serif;
		font-weight: bold;
		font-size: 15px;
		display: block;
	}
	.report_slideWrapper li.slide-item h3 {
		font-weight: bold;
		font-size: 14px;
		line-height: 1.3;
		clear: both;
		margin: 0 0 5px 0;
		white-space: normal;
	}
	.report_slideWrapper li.slide-item p {
		font-size: 14px;
		line-height: 1.3;
		clear: both;
	}
	
	.report_slideWrapper li.thumbnail-item {
		box-sizing: border-box;
		background-color: #fff;
		width: auto;
		height: auto;
		padding: 0 6px 12px;
		margin: 0 0 0 0;
		position: relative;
	}
	.report_slideWrapper li.thumbnail-item .img {
		margin-bottom: 6px;
		max-height: none;
		overflow: hidden
	}
	
	.report_slideWrapper li.thumbnail-item time {
		font-family: 'Poppins', sans-serif;
		font-weight: bold;
		font-size: 15px;
		display: block;
	}
	.report_slideWrapper li.thumbnail-item h3 {
		font-weight: bold;
		font-size: 14px;
		line-height: 1.3;
		clear: both;
		white-space: normal;
	}
	
	/*energyMessage*/
	section.energyMessage {
		width: 100%;
		height: auto;
		margin: 0 auto 0;
		padding: 3.55% 0;
		background-image: url(../../img/sp_bg1.png), url(../../img/sp_bg2.png);
		background-repeat: no-repeat, no-repeat;
		background-position: center 0, center bottom;
		background-size: 100%, 100%;
	}
	section.energyMessage > .inner {
		padding: 0 0 20px 0;
		background: #f68b4c;
	}
	section.energyMessage form {
		width: 100%;
		display: block;
		float: right;
		margin: 0 auto 20px;
	
	}
	section.energyMessage select {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		margin: 0px 0 0;
		padding: 5px 93px 5px 16px;
		border: none;
		background-color: #fff;
		background-image: url(../../img/bg-select.png);
		background-position: right;
		background-repeat: no-repeat;
		-webkit-background-size: 34px 34px;
		background-size: 34px 34px;
		font-size: 14px;
		line-height: 13px;
		font-weight: bold;
		border-radius: 50px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 50px;
		float: none;
		border: 2px solid #bbb;
		margin: 0 auto;
		width: 269px;
		display: block;
	
	}
	section.energyMessage .viewmore {
		margin: 19px 14px 20px;
	}
	section.energyMessage .viewmore img {
		width: 130px;
		float: right;
	}
	
/*	section.energyMessage > .inner h2 {
		width: 96%;
		margin: 0 auto 20px;
		padding: 20px 0 0 0;
	
	}
*/	.messageWrapper {
		width: 94%;
		margin: 0 auto;
	}
	.messageWrapper li {
		width: 49.5%;
		height: auto;
		box-sizing: border-box;
		padding: 0 ;
		margin: 0 5px 5px 0;
		position: relative;
		float: left;
		overflow: hidden;
		background: #161616;
	}
	.messageWrapper li:nth-child(odd) {
		margin: 0 1% 5px 0 !important;
	}
	.messageWrapper li:nth-child(even) {
		margin: 0 0 5px 0 !important;
	}
	.messageWrapper li .detailWrapper {
    background-color: #161616;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
    position: relative;
    bottom: 0;
    color: #fff;
}
	.messageWrapper li time {
		font-family: 'Poppins', sans-serif;
		font-weight: bold;
		font-size: 13px;
		display: block;
		color: #fff;
	}
	.messageWrapper li h3 {
		font-weight: bold;
		font-size: 13px;
		line-height: 1.3;
		clear: both;
		margin: 0 0 3px 0;
	}
	.messageWrapper li h4 {
		font-weight: bold;
		font-size: 13px;
		line-height: 1.3;
		clear: both;
	}

}


/*message*/
section.message {
	width: 100%;
	/*height: 545px;*/
	margin: 0 0 56px 0;
	/*background-image: url(../../img/message_bg.png);
	background-repeat: no-repeat;
	background-position: center 0;*/
}
section.message h2 {
	padding: 0px 0 0 0;
}
section.message .cornerWrapper {
	background: #fff;
	padding: 30px;
	margin: 28px auto 0;
	border-radius: 20px;
	width: 954px;
	box-sizing: border-box;
}
section.message .cornerWrapper ul {
	margin: 0 23px;

}
section.message .cornerWrapper li {
	float: left;
	width: 424px;
	text-align: center;
}
section.message .cornerWrapper li p {
	font-size: 18px;
	line-height: 1.5;
	margin: 8px 0 0;
	letter-spacing: 0.7px;
	/*font-family: "Mplus 1p";*/
	font-family: "Noto Sans JP", "メイリオ", Meiryo, '游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Helvetica !important;
	font-weight: 900;
}
section.message .cornerWrapper .btn {
	width: 747px;
	height: 109px;
	margin: 20px auto 10px;
}

@media screen and (max-width: 750px) {
	section.message {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		background: none;
	}
	section.message h2 {
		padding: 20px 0 0 0;
	}
	section.message > .inner {
		padding: 0 0 20px 0;
	}
	section.message .cornerWrapper {
		padding: 20px 10px;
		margin: 10px auto 0;
		border-radius: 15px;
		width: 96%;
		box-sizing: border-box;
	}
	section.message .cornerWrapper ul {
		margin: 0 3%;
	
	}
	section.message .cornerWrapper li {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	section.message .cornerWrapper li img {
		width: 90%;
	}
	section.message .cornerWrapper li p {
		/*font-size: 13px;*/
		font-size: 3.5vw;
		line-height: 1.4;
		margin: 8px 0 0;
		letter-spacing: 0.7px;
	}

	section.message .cornerWrapper .btn {
		width: 94%;
		height: auto;
		margin: 10px auto 0;
	}
}


/*下層ページ*/
.underWrapper {
	width: 1000px;
	margin: 78px auto 40px;
}
.underWrapper .rightArea {
	width: 699px;
	float: left;
	background: #fff;
	border-radius: 10px;
	padding: 20px 32px;
	box-sizing: border-box;
}
.underWrapper .rightArea select.messageSelect {
	float: right;
}
.underWrapper .rightArea h2 {
	margin: 0 auto 32px;
	width: 636px;
}
.underWrapper .rightArea .reportList {
	width: 100%;
}
.underWrapper .rightArea .reportList>a {
	box-sizing: border-box;
	width: 310px;
	height: auto;
	margin: 0 15px 31px 0;
	position: relative;
	float: left;
	display: block;
}
.underWrapper .rightArea .reportList>a:nth-child(even) {
	margin: 0 0px 12px;
}
.underWrapper .rightArea .reportList li .img {
	margin-bottom: 6px;
	overflow: hidden
}
.underWrapper .rightArea .reportList li .img img {
	-webkit-transition: All .3s ease-in-out;
-moz-transition: All .3s ease-in-out;
-o-transition: All .3s ease-in-out;
-ms-transition: All .3s ease-in-out;
transition: All .3s ease-in-out;
}
.underWrapper .rightArea .reportList li .img img:hover {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 750px) {
	.underWrapper .rightArea .reportList li .img img:hover {
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}
.underWrapper .rightArea .reportList li time {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 15px;
	display: block;
}
.underWrapper .rightArea .reportList li h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	clear: both;
}

.underWrapper .leftArea {
	width: 281px;
	float: right;
}
.underWrapper .leftArea>.logo {
	width: 240px;
	margin: 0 auto 30px;
}
.underWrapper .leftArea>.time {
	width: 278px;
	margin: 0 auto 30px;
}
.underWrapper .leftArea>.message_btn {
	width: 278px;
	margin: 0 auto 30px;
}
.leftArea .recententry {
    background: #fff;
	margin: 0 auto 20px;
	padding: 23px 17px 19px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
}
.leftArea .energymessage {
    background: #fff;
	margin: 0 auto 20px;
	padding: 17px 17px 19px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
}
.leftArea .recententry h3,
.leftArea .energymessage h3 {
	margin: 0 0 16px;
	width: 100%;
	padding: 0 0 15px 0;
	border-bottom: 2px solid #161616;
}
.leftArea .recententry time,
.leftArea .energymessage time {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 14px;
	display: block;
}
.leftArea .recententry li a,
.leftArea .energymessage li a {
    border-bottom: 2px dotted #161616;
    display: block;
    margin-bottom: 14px;
	padding-bottom: 14px;
}
.leftArea .recententry li:last-child a,
.leftArea .energymessage li:last-child a  {
	margin: 0;
}
.leftArea .recententry li img,
.leftArea .energymessage li img {
    display: block;
    float: left;
    height: auto;
    margin: 0 10px 0 0;
    width: 89px;
}
.leftArea .recententry li a div,
.leftArea .energymessage li a div {
    float: left;
    width: 147px;
}
.leftArea .recententry li a div p,
.leftArea .energymessage li a div p {
    font-size: 13px;
    margin-bottom: 0;
	line-height: 1.4;
}
.leftArea .recententry .backnumber,
.leftArea .energymessage .backnumber {
	width: 133px;
	float: right;
	margin: 0 0 0 0;
}
.leftArea .energymessage form {
	margin: 0 auto;
	width: 244px;
}

/*記事ページ*/
.blog .ttlWrapper {
	width: 100%;
	margin: 0 0 24px 0;
	box-sizing: border-box;
	border-top: 2px dashed #161616;
	padding: 20px 0 0 0;
}
.blog .ttlWrapper time {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	display: block;
	margin: 0 0 4px 0;
}
.blog h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
	clear: both;
}
.blog .text {
	font-size: 14px;
	display: block;
}
.blog .text .column {
	clear: both;
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
.blog .text a {
	color: #e72b72;
	text-decoration: underline;
}
.blog .text a:hover {
	color: #e72b72;
	text-decoration: none;
}
.blog b {
	display: block;
	margin: 0 0 4px 0;
}
.blog img {
	display: block;
    height: auto;
    padding: 5px 0 20px;
	width: 100%;
}
.blog .text div>img {
	width: 330px;
	height: auto;
}
.blog .leftbox,
.blog .rightbox {
	clear: both;
	float: left;
	width: 100%;
}
.blog .leftbox img {
	float: left;
	padding: 5px 20px 20px 0;
}
.blog .rightbox img {
	float: right;
	padding: 5px 0 20px 20px;
}

.blog .pic img {
	display: block;
    float: left;
    height: auto;
    margin: 0 auto;
    max-width: 330px;
    padding: 2px 25px 15px 0;
}
.blog .pic2 img {
	display: block;
    float: right;
    height: auto;
    margin: 0 auto;
    max-width: 330px;
    padding: 2px 0 0 25px;
}

@media screen and (max-width: 750px) {
	.blog .ttlWrapper {
		width: 100%;
		margin: 0 0 10px 0;
		padding: 15px 0 10px 0;
		background: none;
	}
	.blog .ttlWrapper time {
		font-size: 14px;
		display: block;
		margin: 0 0 2px 0;
	}
	.blog .ttlWrapper span {
		font-size: 12.5px;
		margin: 0 0 0 8px;
		padding: 0 10px;
		letter-spacing: 1.0px;
	}
	.blog h3 {
		margin: 0;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.1;
	}
	.blog .text {
		font-size: 13px;
		line-height: 1.6;
	}
	.blog .text .column {
		margin-bottom: 20px;
	}
	.blog b {
	}
	.blog img,
	.blog .pic img,
	.blog .pic2 img {
		display: block;
		float: none;
		height: auto;
		margin: 0 auto;
		width: 100% !important;
		max-width: 640px;
		padding: 4px 0 15px;
	}
}

/*フォーム*/
.formWrapper {
	width: 100%;
}
.formWrapper ul {
	border-top: 2px dashed #161616;
	margin: 10px 0 40px 0;
	padding: 30px 0 0 0;

}
.formWrapper li {
    width: 622px;
    margin: 0 0 33px 0;
	text-align: center;
}
.formWrapper li img {
   /* width: 312px;*/
   width: 410px;
	margin: 0 auto;
}
.formWrapper li p {
	font-size: 17px;
	line-height: 1.5;
	margin: 8px 0 0;
	letter-spacing: 0.7px;
	/*font-family: "Mplus 1p";*/
	font-family: "Noto Sans JP", "メイリオ", Meiryo, '游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Helvetica !important;
	font-weight: 900;
}

.formWrapper .iframeBox {
	/*position: relative;
  width: 100%;
  padding-top: 250.25%;*/
  overflow: hidden;
}
.formWrapper iframe {
	height: 1438px;
    margin: 0 auto;
    width: 100%;
}
/*.formWrapper iframe {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
}*/

@media screen and (max-width: 750px) {
	form select {
		float: none;
	}
}
.rightArea .messageWrapper {
	width: 100%;
	margin: 0 auto;
}
.rightArea .messageWrapper li {
    width: 315px;
    height: 315px;
    box-sizing: border-box;
    padding: 0;
    margin: 0 5px 5px 0;
    position: relative;
    float: left;
    overflow: hidden;
	cursor: pointer;
}
.rightArea .messageWrapper li:nth-child(even) {
	margin: 0 0px 5px 0;
}
.rightArea form {
    width: 100%;
    display: block;
    float: right;
    margin: 0 0 20px 0;
}


.rightWrapper a {
	width: 320px;
	height: 320px;
	box-sizing: border-box;
	padding: 0 ;
	margin: 0 5px 5px 0;
	position: relative;
	float: left;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	.underWrapper {
		width: 100%;
		margin: 99px auto 0px;
	}
	.underWrapper .rightArea {
		width: 94%;
		float: none;
		border-radius: 10px;
		padding: 20px 14px;
		margin: 10px auto 0;
	}
	.underWrapper .rightArea select.messageSelect {
		float: none;
	}
	.underWrapper .rightArea h2 {
		margin: 0 auto 8%;
		width: 100%;
	}
	.underWrapper .leftArea {
		width: 85%;
		float: none;
		border-radius: 10px;
		padding: 20px 10px;
		margin: 10px auto 0;
	}
	.leftArea .recententry {
		margin: 0 auto 20px;
		padding: 23px 17px 19px;
		width: 100%;
		border-radius: 10px;
	}
	.leftArea .energymessage {
		margin: 0 auto 20px;
		padding: 16px 17px 19px;
		width: 100%;
		border-radius: 10px;
	}
	.underWrapper .leftArea > .message_btn {
		margin: 0 auto 20px;
		width: 100%;
	}
	.underWrapper .rightArea .reportList>a {
		width: 94%;
		height: auto;
		margin: 0 auto 27px;
		position: relative;
		float: none;
	}
	.underWrapper .rightArea .reportList>a:nth-child(even) {
		margin: 0 auto 27px;
	}
	.leftArea .recententry li img,
	.leftArea .energymessage li img {
		margin: 0 4% 0 0;
		width: 33%;
	}
	.leftArea .recententry li a div,
	.leftArea .energymessage li a div {
		width: 63%;
	}
	.leftArea .recententry h3,
	.leftArea .energymessage h3 {
		text-align: center;
	}
	.leftArea .recententry h3 img,
	.leftArea .energymessage h3 img {
		max-width: 300px;
		width: 78%;
	}
	/*ENERGY MESSAGE*/
	.rightArea ul.messageWrapper li {
		width: 49.5%;
		height: auto;
		box-sizing: border-box;
		padding: 0;
		margin: 0 5px 5px 0;
		position: relative;
		float: left;
		overflow: hidden;
		background: #161616;
	}
	.rightArea .messageWrapper li:nth-child(2n+1) {
		margin: 0 1% 5px 0 !important;
	}
	.rightArea .messageWrapper li:nth-child(2n) {
		margin: 0 0 5px 0 !important;
	}
	.rightArea form {
		margin: 0 auto 20px;
    width: 238px;
	float: none;
	}
	
	/*フォーム*/
	.formWrapper ul {
		border-top: 2px dashed #161616;
		margin: 10px 0 38px 0;
		padding: 20px 0 0 0;
	
	}
	.formWrapper li {
		width: 100%;
		margin: 0 auto 26px;
	}
	.formWrapper li img {
		width: 90%;
	}
	.formWrapper li p {
		/*font-size: 13px;*/
		font-size: 3.5vw;
		line-height: 1.4;
		margin: 8px 0 0;
		letter-spacing: 0.7px;
	}
	/*.formWrapper .iframeBox {
		position: relative;
	  width: 100%;
	  padding-top: 280.25%;
	}*/
	.formWrapper iframe {
		height: 1856px;
		margin: 0 auto;
		width: 100%;
	}

}
@media screen and (max-width: 450px) {
	.formWrapper iframe {
		height: 1966px;
		margin: 0 auto;
		width: 100%;
	}
}

@media screen and (max-width: 750px) {	
	.sns_area {
		float: none;
		margin: 20px auto 60px;
		z-index: 1000;
		width: 117px;
	}
	.sns_area .tw {
		float: left;
		width: 50px;
		margin-left: 16px;
	}
	.sns_area .fb{
		float: left;
		width: 50px;
	}
	.sns_area .line img,
	.sns_area .tw img,
	.sns_area .fb img {
		width: 100%;
	}

}




/* =========================================================
footer
========================================================= */
footer {
	width: 100%;
	margin: 0 0 0 0;
	background-image: url(../../img/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
footer .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
footer .bnr {
	width: 682px;
	margin: 20px auto 60px;
}
footer .copyrightWrapper {
	background: #fff;
	height: 104px;
}
footer .copyrightWrapper .copyright {
	width: 434px;
	float: left;
	margin: 31px 0 0 0;
}
.tfm_area {
	padding: 35px 0 0 0;
float: right;
}
.tfm_area .eneos{
	float: left;
	margin-right: 34px;
	width: 187px;
}
.tfm_area .tokyofm{
	float: left;
    margin-right: 13px;
    width: 162px;
}
.tfm_area .jfn{
	float: left;
    margin-left: 23px;
    width: 59px;
}

a.pagetop {
    position: absolute;
right: 0;
bottom: 0;
width: 94px;
}
a.pagetop img {
	width: 100%;
}
a.pagetop img:hover {
	filter: alpha(opacity=10);
	-moz-opacity:1.0;
	opacity:1.0;
	animation: enegori 0.6s linear 0s 1;
animation-play-state: running;
}
@keyframes enegori {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  10%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  40%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
  50%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  60%  { transform: scale(0.9, 1.2) translate(0%, -50%); }
  75%  { transform: scale(0.9, 1.2) translate(0%, -20%); }
  85%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}


@media screen and (max-width: 750px) {
	footer{
		width: 100%;
		margin: 0;
		padding: 15px 0 0 0;
		background: none;
	}
	footer .inner {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	footer .bnr {
		width: 80%;
		margin: 0px auto 30px;
	}
	footer .copyrightWrapper {
		height: auto;
	}
	footer .copyrightWrapper .copyright {
		width: 90%;
		max-width: 500px;
		float: none;
		margin: 50px auto 0;
		padding: 0 0 20px 0;
	}
	.tfm_area {
		padding: 35px 0 0 0;
	float: none;
	}
	.tfm_area .eneos{
		float: none;
		margin: 0 auto 30px;
		width: 187px;
	}
	.tfm_area .tokyofm{
		float: none;
		margin: 0 auto 30px;
		width: 162px;
	}
	.tfm_area .jfn{
		float: none;
		margin: 0 auto 30px;
		width: 59px;
	}

	a.pagetop {
		position: relative;
		width: 20%;
	max-width: 100px;
	margin: 0 auto;
	}
}


/*.pageswitch {
	display: none;
}*/
.pageswitch {
    clear: both;
    color: #161616;
    margin: 0 auto;
    padding: 40px 0 20px;
    text-align: center;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}

/*.pageswitch strong {
    border: 1px solid #161616;
    display: inline-block;
    margin: 1px;
	padding: 0px 9px;
	border-radius: 3px;
}
.pageswitch a {
    background-color: #161616;
	color: #fff;
	display: inline-block;
	margin: 1px;
	padding: 1px 10px;
	text-decoration: none;
	border-radius: 3px;
}
.pageswitch a:hover {	
	background-color: #bbb;
}
*/


.pageswitch a {
    display: inline-block;
    margin: 1px;
	padding: 0px 9px;
	border-radius: 3px;
}
.pageswitch strong {
    background-color: #161616;
	color: #fff;
	display: inline-block;
	margin: 1px;
	padding: 1px 10px;
	text-decoration: none;
	border-radius: 3px;
}
.pageswitch a:hover {	
	color: #bbb;
}

@media screen and (max-width: 750px) {
	.pageswitch {
		font-size: 13.5px;
    padding: 30px 0 25px;
	}
	.pageswitch a {
		display: inline-block;
		margin: 1px;
		padding: 0px 6px;
		border-radius: 3px;
	}

}

