@charset "UTF-8";

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

  00.共通
  01.TOP
  02.東武のでんきの特徴
  03.料金プラン
  04.安心の供給
  05.お手続きの流れ
  06.よくある質問
  07.キャンペーン特設ページ
  
======================================================*/

body {
	font-size: 62.5%;
	line-height: 2;
	letter-spacing: 1px;
	color: #323232;
	font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	word-break:break-all;
}

a:link    {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover   {text-decoration: underline;}
a:active  {text-decoration: underline;}

.sp { display: none; }

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

  00.共通
 
======================================================*/

.topAnv {
	text-align: center;
	padding: 0 0 50px;
}

body#index {
	padding-top: 170px;
}

body.lower {
	padding-top: 214px;	
}

/*----------------------------------------
	ヘッダー
----------------------------------------*/

#header {
	background: #0756a0;
}

#header .inner {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

#header .hTitle {
	position: absolute;
	right: 0;
	top: 10px;
	font-size:1.0em;
	color: #fff;
}

#header .hSlogo {
	position: absolute;
	top: 25px;
	left: 0;
}

#header .hGlogo {
	position: absolute;
	top: 35px;
	right: 0;
}

#header .hClogo {
	position: absolute;
	top: 59px;
	right: 0;
}

#header .hBtns {
	position: absolute;
	top: 48px;
	left: 250px;
}

#header .hBtns li {
	float: left;
	padding-right: 10px;
}

#header .hBtn {
	position: absolute;
	top: 48px;
	right: 110px;
	width: 416px;
}

.fixedHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 170px;
	z-index: 9000;
}

/*----------------------------------------
	ナビ
----------------------------------------*/

#globalNav {
	background: #323232;
}

#globalNav ul {
	width: 980px;
	margin: 0 auto;
}

#globalNav li {
	float: left;
}

/*----------------------------------------
	パンくずリスト
----------------------------------------*/

#pankuzu {
	background: #f1fbff;
}

#pankuzu .inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
	padding: 10px 0;
}

.bread_crumb {
	font-size: 1.2em;
	paddng-right: 140px;
}



.bread_crumb li {
	float: left;
	padding: 0 30px 0 0;
	margin-right: 10px;
	background: url(../images/common/bg_grayarrow.png) right no-repeat;
}

.bread_crumb li.current {
	background: none;
	font-weight: bold;
}

#pankuzu .btn {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
}

#contents {
}

/*----------------------------------------
	フッター
----------------------------------------*/

#footer {
	
}

.footer01 {
	background: #323232;	
}

.footer01 .inner {
	width: 980px;
	 margin: 0 auto;
	 padding: 20px 0;
}

.footer01 ul {
	font-size: 1.4em;
	color: #fff;
}

.footer01 li {
	float: left;
	padding-right: 10px;
}

.footer01 li a {
	color: #fff;
}

.footer02 {
	background: #0756a0;
}

.footer02 .inner {
	width: 980px;
	 margin: 0 auto;
}

.f02L {
	padding: 30px 0;
	float: left;
}

.fLogo {
	padding: 0 0 20px;
}

.fBtns li {
	float: left;
	padding-right: 20px;
}

.f02R {
	float: right;
	width: 340px;
	padding: 10px 0;
}

.fGlogo {
	float: left;
	padding: 0 0 15px;
}

.fClogo {
	float: left;
	padding: 30px 0 15px 20px;
}

.fAddr {
	color: #fff;
	font-size: 1.2em;
	padding: 0 0 15px;
	text-align: right;
}

.fContact {
	text-align: right;
}

.copyRight {
	text-align: center;
	padding: 20px 0;
	color: #0756a0;
	font-size: 1.4em;
	font-weight: bold;
}

/*----------------------------------------
	ボックス
----------------------------------------*/

.bgLightBlue {
	background: #f4fdff;
}

.bgDeepBlue {
	background: #0756a0;
}

/*----------------------------------------
	見出し
----------------------------------------*/

.pageTitle {
	background:url(../images/common/page-tile_bg2.gif) bottom center repeat-x;
	height: 214px;
	text-align: center;
}

.pageTitle h2 {
	background: url(../images/common/page-title_bg.png) center bottom no-repeat;
	height: 154px;
	padding: 60px 0 0;
	background-size: 33px 56px;
}

.heading {
	text-align: center;
	margin: 0 0 60px;
}

.heading2 {
	text-align: center;
	margin: 0 0 20px;
}

.heading3 {
	text-align: center;
	margin: 0 0 30px;
}

.heading4 {
	text-align: center;
	margin: 0 0 40px;
}

.repletion {
	font-size: 1.2em;
}

.repletion2 {
	text-align: center;
	font-size: 1.6em;
	margin: 0 0 60px;
}

.repletion3 {
	text-align: center;
	font-size: 1.8em;
	margin: 0 0 60px;
	font-weight: bold;
}

.indention {
	display: block;
}

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

  01.TOP

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

.newMain {
	margin-bottom: -18px; 
	background: #0756a0;
}

/*----------------------------------------
	ヘッダー（トップ）
----------------------------------------*/

/*
#index #header {
	background: #0756a0;
}

#index #header .inner {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

#index #header .hTitle {
	position: absolute;
	right: 0;
	top: 18px;
	font-size:1.0em;
	color: #fff;
}

#index #header .hGlogo {
	position: absolute;
	top: 20px;
	left: 0;
}

#index #header .hClogo {
	position: absolute;
	right: 0;
	bottom: 20px;
}
*/

/*----------------------------------------
	メイン画像
----------------------------------------*/

#mainImage {
	background: #0756a0;
}

.box01 {
	height: 680px;
	width: 100%;
	background: url(../images/top/main_bg02.png) bottom center repeat-x;
	background-size: 4px 4px;
}

.box01 .inner {
	width: 980px;
	height: 680px;
	margin: 0 auto;
	position: relative;
	background: url(../images/top/main_bg.png) bottom right no-repeat;
	background-size: 780px 250px;
}

.mainLogo {
	position: absolute;
	top: 60px;
	left: 190px;
}

.mainCopy {
	position: absolute;
	top: 290px;
	left: 110px;
}

.box02 {
	padding: 35px 0;
	margin: 0 auto;
	width: 980px;
	position: relative;
}

.box02 ul {
	width: 840px;
	margin: 0 auto;
	padding-right: 140px;
}

.box02 li {
	float: left;
	width: 400px;
	padding: 0 20px 0 0;
}

.box02 .energy {
	position: absolute;
	right: 0;
	top: -30px;
}

.box03 {
	text-align: center;
	padding: 30px 0;
}

.springBanner {
	position: absolute;
	right: 30px;
	top: 197px;
}

.springBanner img {
	width: 290px;
	height: auto	
}

/*----------------------------------------
	トピックス
----------------------------------------*/

#topics {
	background: #323232;
	padding: 15px 0;
}

#topics .inner {
	width:785px;
	margin: 0 auto;
	padding-right: 195px;
	position: relative;
}

#topics .border {
	width:779px;
	background: #fff;
	border: 3px solid #0756a0;

}

#topics .date {
	background: #0756a0;
	color: #fff;
	padding: 5px 6px 5px;
	float: left;
	font-size: 1.4em;
	box-sizing: border-box;
	width: 120px;
}

#topics .text {
	float: left;
	font-size: 1.4em;
	line-height: 1.2;
	padding: 10px 10px;
	box-sizing: border-box;
	width: calc(100% - 120px);
}

#topics .btn {
	position: absolute;
	right: -3px;
	top: 50%;
	margin-top: -23px;
}

/*----------------------------------------
	コンテンツテキスト
----------------------------------------*/

.catchCopy {
	text-align: center;
	padding: 30px 0 60px;
}

#otokuBoxes {
	padding: 80px 0 40px;
}

.otokuBox {
	width: 980px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 40px;
}

.otokuBox .number {
	position: absolute;
	top: -25px;
	left: -25px;
}

.otokuBox .h3Wrap {
	border-top: 4px solid #0756a0;
	background: #0756a0;
}

.otokuBox h3 {
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	padding: 15px 10px 15px 110px;
}

.otokuBoxPre h3 {
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	padding: 15px 10px 15px 35px!important;
}

.otokuBox h3 img {
	margin-right: 5px;
}

.otokuBox article {
	border: 4px solid #0756a0;
	padding: 30px;
	background: #fff;
}

.otokuBox .detailBtn {
	text-align: center;
	padding: 40px 0 0;
	background: url(../images/top/icon_arrow.png) center top no-repeat;
	background-size: 30px 20px;
}

#otoku01 h3 {
	background:url(../images/top/title01_bg.png) 925px 6px no-repeat;
	background-size: 43px 54px;
}

#otoku02 h3 {
	background:url(../images/top/title02_bg.png) 900px 11px no-repeat;
	background-size: 68px 42px;
}

#otoku03 h3 {
	background:url(../images/top/title03_bg.png) 920px bottom no-repeat;
	background-size: 43px 55px;
}

#otoku04 h3 {
	background:url(../images/top/title04_bg.png) 890px 11px no-repeat;
	background-size: 84px 45px;
}

#otoku03 section {
	font-size: 14px;
	width: 440px;
}

#otoku03 h4 {
	margin: 0 0 20px;
	border-bottom: 3px dotted #ccc;
	padding: 0 0 20px;
}

#otoku03 .t03Text {
	float: left;
	width: 300px;
}

#otoku03 .t03Image {
	float: right;
	width: 130px;
}

#otoku03 .t03Image img {
	width: 130px;
	height: 130px;
}

.t03L1 {
	float: left;
}

.t03R1 {
	float: right;
	padding-bottom: 20px;
}

.t03L2 {
	float: left;
	padding-bottom: 20px;
}

.t03R2 {
	float: right;
}

.t03Detail {
	background: url(../images/top/icon_arrow.png) center top no-repeat;
	background-size: 30px 20px;
	padding: 40px 0 20px;
}

.t03Box {
	background-color: #fed700;
	background-image: url(../images/top/03_sub-image.png);
	background-position: 840px 10px;
	background-repeat: no-repeat;
	background-size: 108px 86px;
	padding: 40px 20px;
	width: 940px;
	margin: 0 auto;
}

.t03BoxTitle {
	margin: 0 0 30px;
	text-align: center;
}

.t03BoxText {
	margin: 0 0 30px;
	text-align: center;
}

.otoku04Text {
	float: left;
	width: 445px;
	font-size: 16px;
	
}

.otoku04Text img {
	margin: 0 0 30px;
}

.otoku04Image {
	float: right;
	width: 392px;
}

.otoku04L {
	width: 460px;
	float: left;
	background: #fff;
	text-align: center;
}

.l0 { background: #0756a0; padding: 20px; margin: 0 0 35px;}
.l1 {padding: 0 20px 23px;}
.l2 {padding: 0 20px 23px;}
.l3 {padding: 0 20px 35px;}

.otoku04R {
	width: 460px;
	float: right;
	background: #fff;
}

.r0 { background: #0756a0; padding: 20px; margin: 0 0 20px; text-align: center;}
.r1 {padding: 0 20px 8px;}
.r2 {padding: 0 20px 8px;}
.r3 {padding: 0 20px 23px;}
.r4 {padding: 0 20px 8px;}
.r5 {padding: 0 20px 8px;}
.r6 {padding: 0 20px 20px;}

#otoku05 h3 {
	background:url(../images/top/title05_bg.png) 905px 18px no-repeat;
	background-size: 60px 30px;
}

.otoku4hosoku1 {
	font-size: 14px;
	margin: 20px 0 10px;
	text-align: left;
	border: 1px dotted #c00;
	padding: 10px;
	color: #f00;
	font-weight: bold;
}

.otoku4hosoku2 {
	font-size: 14px;
	text-align: left;
}

/*----------------------------------------
	シミュレーション
----------------------------------------*/

#forSimulation .inner {
	width: 980px;
	margin: 0 auto;
}

.simMessage {
	float: right;
	padding: 35px 0;
}

.simBtn {
	float: left;
	padding: 44px 0;
}

/*----------------------------------------
	お知らせ
----------------------------------------*/

#information {
	padding: 80px 0;
}

#information .inner {
	width: 980px;
	margin: 0 auto;	
}

#information h2 {
	text-align: center;
	margin: 0 0 40px;
}

#information ul {
	font-size: 1.6em;
	border-top: 1px solid #0756a0;
	margin: 0 0 40px;
}

#information li {
	padding: 20px 0;
	border-bottom: 1px solid #0756a0;
}

.newsD {
	float: left;
	padding-right: 20px;
	width: 120px;
}

.newsT {
	float: left;
	width: 840px;
}

.allview {
	text-align: center;
}

.infoDate {
	font-weight: bold;
}

.infoTitle {
	font-weight: bold;
	color: #0756a0;
}

.infoText {
	font-size: 1.4em;
	padding: 40px;
	border: 1px dotted #c00;
}

.infoL {
	float: left;
	width: 650px;
}

.infoR {
	float: right;
	width: 200px;
}

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

.infoMini {
	font-size: 0.8em;
}

.newsHeading {
	font-weight: bold;
	border-left: 5px solid #0756a0;
	padding: 5px 10px;
	margin: 0 0 20px;
}

.newsP {
	margin: 0 0 30px;
}

.newsF {
	background: #f6f6f6;
	padding: 30px;
}

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

  02.東武のでんきの特徴

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

.featureCopy {
	padding: 20px 0 50px;
	text-align: center;
}

.featureBox {
	background: #f1fbff;
	width: 980px;
	margin: 0 auto 60px;
	position: relative;
}

.featureTitle {
	background: #005cac;
	padding: 10px;
}

.ftD {
	padding: 20px;
}

.featureHeading {
	font-size: 1.8em;
	font-weight: bold;
	margin:  0 0 10px;
	position: relative;
	padding-left: 18px;
}

.featureHeading:before {
	background: #000;
	content: "";
	height: 15px!important;
	width: 15px!important;
	left: 0;
	position: absolute;
	top: 12px;
}

.featureHeading span {
	font-size:  75%;
}

.featureEnergy {
	position: absolute;
	top: -40px;
	right: 0;
}

.featureBoxInner {
	padding: 15px;
}

.featureSp01 {
	margin: 0 0 20px;
}

.featureSp02 {
	margin: 0 0 20px;
}

.featureSp03 {
	margin: 0 0 20px;
}

.featureSo01 {
	float: left;
	width: 490px;
	color: #c00;
	font-size: 1.4em;
}

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

.featureSo02 {
	float: right;
	width: 450px;
}

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

.featureSo02 p {
	font-size: 1.4em;
}

.featureCaution {
	text-align: right;
	font-size: 1.4em;
}

.featureCarBox {
	width: 980px;
	margin: 0 auto 60px;
}

.featureCarBox section {
	background: #f1fbff;
	width: 480px;
}

.featureCarBox h4 {
	background: #005cac;
	padding: 10px 20px;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
}

.carBoxL {
	float: left;
}

.carBoxR {
	float: right;
}

.carList {
	float: left;
	font-size: 1.4em;
	padding-bottom: 20px;
}

.carOp {
	float:right;
}

.carCaution {
	text-align: right;
	font-size: 1.4em;
	width: 980px;
	margin:  0 auto 60px;
}

.otokuWrap {
	margin:  0 0 60px;
}

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

  03.料金プラン

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

/*---------------------------------
タブ
---------------------------------*/

.tabBox {
	background: #f1fbff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px 30px;
	width: 920px;
	margin: 10px auto 50px;
}

.tab {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	margin:  0 auto;
}
.tab li {
	color: #333;
	float: left;
	width: 50%;
	padding:  10px 0;
	background: #ebeeee;
	cursor: pointer;
	list-style: none;
	transition: .3s;
	text-align: center;
	line-height: 1.1;
	color: #999;
}

.tab li:nth-child(1) { background: #ddd; }
.tab li:nth-child(2) { background: #eee; }
.tab li:nth-child(3) { background: #eee; }
.tab li:nth-child(4) { background: #ddd; }

.tab li:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";	
}
.tab li.active {
  color: #fff;
  background: #005cac;
  cursor: auto;
}
.tab li.active:hover {
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.t01 {
	font-size: 1.4em;
}
.t02 {
	font-size: 2.2em;
}
 
.area ul {
  display: none;
}
.area ul.show {
  display: block;
}

.priceBox {
	display: none;
}

.show {
	display: block;
}

/*---------------------------------
プラン
---------------------------------*/

.priceTitle {
	text-align: center;
	margin:  0 0 40px;
}

.priceText  {
	text-align: center;
	font-size: 1.4em;
	margin:  0 0 40px;
}

.priceHeading {
	font-size: 2em;
	text-align: center;
	font-weight: bold;
	margin:  0 0 10px;
}

/*---------------------------------
ポイント
---------------------------------*/

.pricePoint {
	padding: 60px 0;
}

.pricePoint ul {
	margin:  0 auto;
	width: 980px;
}

.pricePoint2 ul {
	margin:  0 auto;
	width: 645px!important;
}

.pricePoint li {
	float: left;
	width: 310px;
	margin-right: 25px;
}

.pricePoint li:last-child {
	margin-right: 0;	
}

.pricePoint li h4 {
	text-align: center;
	font-size: 2.2em;
	font-weight: bold;
	padding:  10px 0;
}

.pricePoint li p {
	font-size: 1.4em;
}

/*---------------------------------
おトク
---------------------------------*/

.priceOtoku {
	padding: 60px 0;
	width: 980px;
	margin:  0 auto;
}

.priceImage01 {
	margin:  0 0 60px;
	position: relative;
	width: 980px;
	height: 513px;
}

.priceImage01 img {
	position: absolute;
	top: 0;
	left: 0;
}

.priceImage01b {
	margin:  0 0 60px;
	position: relative;
	width: 980px;
	height: 630px;
}

.priceImage01b img {
	position: absolute;
	top: 0;
	left: 0;
}

.priceImage02 {
	
}

.priceImage03 {
	margin:  0 0 60px;
}

.priceImage04 {
	position: relative;
	width: 980px;
	height: 475px;
}

.priceImage04 img {
	position: absolute;
	top: 0;
	left: 0;
}

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

  04.安心の供給

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

/*---------------------------------
4種類の発電所が稼働中
---------------------------------*/

.supplyTitle {
	text-align: center;
	margin:  0 0 40px;
	padding:  20px 0 0;
}

.supplyText {
	text-align: center;
	margin:  0 0 40px;
	font-size: 1.4em;
}

.supplyHatsudenList {
	width: 980px;
	margin:  0 auto 40px;
	border-bottom: 1px solid #ccc;
}

.supplyHatsudenList li {
	float: left;
	width: 480px;
	margin:  0 0 20px;
	line-height: 1.5;
}

.supplyHatsudenList li:nth-child(odd) {
	margin-right: 20px;
}

.supplyHatsudenList li img {
	margin:  0 0 15px;
}

.supplyHatsudenList li h4 {
	font-size: 1.6em;
	margin:  0 0 15px;
}

.supplyHatsudenList li p {
	font-size: 1.4em;
}

.supplyHatsudenOp {
	width: 980px;
	margin:  0 auto 40px;
	font-size: 1.2em;
}

/*---------------------------------
昭和シェルの電源構成
---------------------------------*/

#supplyDengen {
	margin: 0 0 40px;
}

.supplyDengenInner {
	padding: 40px 0;
	margin:  0 auto;
	width: 980px;
}

.supplyTextDate {
	padding: 15px;
	background: #fff;
	text-align: center;
	margin:  0 0 20px;
}

.supplyTextDate .st01 {
	margin:  0 0 5px;
	font-size: 1.6em;
	font-weight: bold;
}

.supplyTextDate .st02 {
	font-size: 1.2em;
}

.supplyDengenL {
	float: left;
	width: 480px;
}

.supplyDengenR img,
.supplyDengenL img {
	width: 100%;
	height: auto;
}

#supplyDengen table {
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#supplyDengen th {
	width: 40px;
	color: #c00;
}

.supplyDengenR {
	float: right;
	width: 480px;
}

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

/*---------------------------------
昭和シェルの販売実績
---------------------------------*/

#supplyJisseki {
	width: 980px;
	margin: 0 auto 40px;	
}

.jisseki01 {
	margin: 0 0 30px;
}

.jissekiL {
	width: 480px;
	float: left;
}

.jissekiR {
	width: 480px;
	float: right;
}

.jisseki02 {
	margin: 0 0 20px;
}

.jisseki02 h4 {
	font-size: 1.6em;
	margin:  0 0 20px;
	font-weight: bold;
}

.jissekiL2 {
	width: 480px;
	float: left;
}

.jissekiR2 {
	width: 480px;
	float: right;
}

.jissekiR2 p {
	font-size: 1.4em;
}

/*---------------------------------
電力がご家庭に届くまで
---------------------------------*/

#supplyShikumi {
	text-align: center;
	padding:  40px 0;
	width: 980px;
	margin:  0 auto;
}

/*---------------------------------
環境への取り組み
---------------------------------*/

#supplyTorikumi {
	padding:  40px 0;
	width: 980px;
	margin:  0 auto;
}

.supplyTorikumiR {
	float: right;
	width: 483px;
}

.supplyTorikumiL {
	float: left;
	width: 480px;
}

#supplyTorikumi h4 {
	margin:  0 0 20px;
	font-size: 1.6em;
	font-weight: bold;
}

#supplyTorikumi p {
	font-size: 1.4em;
}

/*---------------------------------
京浜バイオマス発電所
---------------------------------*/

#supplyKeihin{
	padding: 40px 0;
}

#supplyKeihin ul {
	padding: 0 10px;
	margin: 0 auto;
	width: 960px;
	display: flex;
}

#supplyKeihin li {
	float: left;
	width: 300px;
	padding: 0 10px;
	font-size: 1.4em;
}

#supplyKeihin li img {
	margin: 0 0 10px;
}

/*---------------------------------
メガソーラー発電所
---------------------------------*/

#supplySolar {
	padding: 40px 0 60px;
}

#supplySolar ul {
	padding: 0 10px;
	margin: 0 auto;
	width: 960px;
	display: flex;
}

#supplySolar li {
	float: left;
	width: 300px;
	padding: 0 10px;
	font-size: 1.6em;
	text-align: center;
}

#supplySolar li img {
	margin: 0 0 10px;
}

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

  05.お手続きの流れ

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

.pageTitleN {
	margin:  0 0 40px;
}

.flowBox {
	margin:  0 auto 40px;
	width: 980px;
}

.flowTitle {
	background: #005cac;
	padding: 10px;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin:  0 0 20px;
}

.flowDetail {
	position: relative;
	background: #f1fbff;
	padding: 20px;
	margin-top: -20px;
}

.flowEnergy {
	position: absolute;
	right: 20px;
	top: -50px;
}

.flowDetailText {
	margin:  10px 0 30px;
	font-size: 1.6em;
}

.flowDetailInner {
	background: #fff;
}

.flowDetailL {
	float: left;
	padding: 20px 0;
}

.flowDetailR {
	float: right;
}

.flowBox ol {
	list-style: none;
}

.flowOne {
	position: relative;
	width: 980px;
	height: 200px;
}

.flowOne img {
	position: absolute;
	top: 0;
	right: 0;
}

.flowArrow {
	text-align: center;
	padding:  15px 0 5px;
}

.flowInfo {
	background: #f1fbff;
	width: 940px;
	margin:  0 auto 40px;
	padding:  20px;
}

.flowInfo h4 {
	font-size: 1.8em;
	font-weight: bold;
	margin:  0 0 10px;
	position: relative;
	padding-left: 18px;
	color: #005cac;
}

.flowInfo h4:before {
	background: #005cac;
	content: "";
	height: 15px!important;
	width: 15px!important;
	left: 0;
	position: absolute;
	top: 12px;
}

.flowInfo p {
	font-size: 1.4em;
}

.flowInfo p span {
}

.flowInfoL {
	float: left;
	width: 460px;
}

.flowInfoR {
	float: right;
	width: 460px;
}

.flowContact {
	width: 980px;
	margin:  0 auto 60px;
}

.flowContactL {
	float: left;
}

.flowContactR {
	float: right;
}

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

  06.よくある質問

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

#faq01 {
	width: 980px;
	margin: 0 auto;
	padding: 60px 0 40px;
}

#faq01 article {
	border: 1px solid #0756a0;
	margin: 0 0 20px;
}

#faq01 .accordion_head {
	padding: 10px;
	background: #0756a0 url(../images/faq/icon_plus.png) 10px center no-repeat;
	background-size: 23px 23px;
	cursor: pointer;
}

#faq01 .accordion_head.selected {
	background: #0756a0 url(../images/faq/icon_minus.png) 10px center no-repeat;
	background-size: 23px 23px;
}

#faq01 .accordion_head h3 {
	background:url(../images/faq/q.png) left center no-repeat;
	background-size: 32px 36px;
	margin: 0 0 0 30px;
	padding: 5px 0 5px 48px;
	color: #fff;
	font-size: 1.6em;
}

#faq01 .accordion_body {
	font-size: 1.4em;
	padding: 0 20px 20px 50px;
	background: url(../images/faq/a.png) left top no-repeat;
	background-size: 31px 34px;
	margin: 20px 0 0 40px;
}

#faq02 {
	width: 980px;
	margin: 0 auto;
	padding: 60px 0 40px;
}

#faq02 .accordion_head {
	padding: 10px;
	background: url(../images/faq/icon_plus.png) 10px center no-repeat;
	background-size: 23px 23px;
	cursor: pointer;
	padding: 5px 0 5px 45px;
	color: #0756a0;
}

#faq02 .accordion_head.selected {
	background: url(../images/faq/icon_minus.png) 10px center no-repeat;
	background-size: 23px 23px;
}

.faqCat {
	border: 1px solid #0756a0;
	padding: 15px;
	 border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background: #fff;
}

.faqCat h4 {
	font-size: 1.6em;
}

.faqInner {
	padding: 0 10px;
}

.subQ {
	background: #0756a0 url(../images/faq/q.png) 15px center no-repeat;
	background-size: 18px 20px;
	padding: 5px 5px 5px 50px;
	color: #fff;
	font-size: 1.4em;
	margin: 15px 0 10px;	
}

.subA {
	background: url(../images/faq/a.png) 5px 5px no-repeat;
	background-size: 18px 20px;
	padding: 0 5px 5px 40px;
	margin: 0 10px;
	font-size: 1.4em;
}

.faqC li,
.faqL li,
.faqR li {
	margin: 0 0 20px;
}

#faq03 {
	background: #0756a0;
	text-align: center;
	padding: 60px 0;
}

.telTitle01 {
	color: #fff;
	font-size: 30px;
	margin:  0 0 20px;
	color: #faf000;
}

.telTitle02 {
	color: #fff;
	font-size: 30px;
	margin:  40px 0 20px;
	color: #faf000;
}

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

  07.会社概要

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

#company01 {
	padding: 60px 0;
	margin: 0 auto;
	width: 980px;
}

.companyTable {
	border-top: 1px solid #323232;
	border-left: 1px solid #323232;
	width: 100%;
	margin: 0 auto;
}

.companyTable th {
	border-right: 1px solid #323232;
	border-bottom: 1px solid #323232;
	padding: 15px;
	width: 150px;
	background: #f6f6f6;
	font-weight: bold;
}

.companyTable td {
	border-right: 1px solid #323232;
	border-bottom: 1px solid #323232;
	padding: 15px;
}


.companyTable ol {
	padding-left: 30px;
}

.companyTable ul {
	padding-left: 20px;
	list-style: disc;
}

#company02 {
	margin: 0 auto;
	width: 980px;
	padding: 60px 0;
}

.compMap {
	float: left;
	width: 500px;
}

#company02 h4 {
	font-size: 110%;
	font-weight: bold;
	color: #0756a0;
}

.compInfo {
	float: right;
	font-size: 1.4em;
	width: 450px;
}

#company02 h5 {
	font-weight: bold;
}

.train {
	padding: 15px;
	border: 1px solid #323232;
	margin: 20px 0 0;
}

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

  08.個人情報保護方針

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

#policy01 {
	padding: 60px 0;
	margin: 0 auto;
	width: 980px;
}

#policy01 ol {
	font-size: 1.2em;
	margin: 0 20px 20px;
}

.policyHeading {
	font-size: 1.6em;
	font-weight: bold;
}

.policyText {
	font-size: 1.4em;
	margin: 0 0 20px;
}

.policyTextFirst {
	padding: 20px;
	margin: 0 0 20px;
	font-size: 1.4em;
	background: #f4fdff;
}

.policySign {
	font-weight: bold;
	padding: 20px 0 0 ;
	border-top: 1px solid #323232;
}

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

  09.サイトマップ

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

#sitemaps01 {
	padding: 60px 0 40px;
	margin: 0 auto;
	width: 980px;
}

.sitemapsHome {
	font-size: 1.8em;
	font-weight: bold;
	padding: 0 0 10px;
	margin: 0 0 20px;
	border-bottom: 1px solid #323232;
}

.sitemapsMain {
	background: #f4fdff;
	padding: 20px 20px 20px 40px;
	font-size: 1.4em;
	margin: 0 0 20px;
	list-style: disc;
}

#sitemaps01 h3 {
	margin: 0 0 20px;
	padding: 0 10px;
	font-size: 1.6em;
	border-left: 5px solid #0756a0;
}

.sitemapsSub {
	background: #f4fdff;
	padding: 20px 20px 20px 40px;
	font-size: 1.4em;
	margin: 0 0 20px;
	list-style: disc;
}

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

  10.おトクなクーポン

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

.couponList {
	margin: 0 auto;
	width: 980px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.couponList li {
	float: left;
	width: 280px;
	background: #f1fbff url(../images/coupon_bg.png) center center;
	padding: 15px;
	margin-right: 25px;
	margin-bottom: 25px;
}

.couponList li.li03 {
	margin-right: 0px!important;
}

.couponList .image {
	margin: 0 0 10px;
	height: 93px;
	overflow: hidden!important;
}

.couponList .image img {
	width: 100%;
	height: auto;
}

.couponList .title {
	font-size: 1.4em;
	margin: 0 0 5px;
	font-weight: bold;
	color: #0756a0;
}

.couponList .text {
	font-size: 1.2em;
	margin: 0 0 5px;
}

.couponMain {
background: #fed700;
	width: 980px;
	padding: 20px 0;
	text-align: center;
	margin: 30px auto;
	 border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.couponMessage {
	text-align: center;
	padding: 20px 0 60px;
}

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

  11.うまとくキャンペーン規約

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

.umatokuArea {
	width: 980px;
	margin: 30px auto;
}

.umatokuArea h2 {
	font-size: 220%;
	color: #fff;
	background: #0756a0;
	margin: 0 0 20px;
	padding: 5px 10px;
}

.mainUmatoku {
	border: 1px solid #ccc;
	padding: 20px;
	background: #f6f6f6;
}	

.umatokuArea ul  {
	padding-left: 20px;
}

.umatokuArea ul li {
	list-style: disc inside;
}

.umatokuArea table {
	border-top: 1px solid #323232;
	border-left: 1px solid #323232;
	width: 100%;
	margin: 0 0 20px;
}

.umatokuArea table th {
	border-right: 1px solid #323232;
	border-bottom: 1px solid #323232;
	padding: 10px;
	background: #f6f6f6;
	vertical-align: middle;
}

.umatokuArea table td {
	border-right: 1px solid #323232;
	border-bottom: 1px solid #323232;
	padding: 10px;
	vertical-align: middle;
}

.umatokuArea h3 {
	font-size: 180%;
	border-left: 5px solid #0756a0;
	margin: 0 0 10px;
	padding: 10px;
	line-height: 1;
}

.umatokuArea h4 {
	font-size: 160%;
	color: #0756a0;
	font-weight: bold;
}

.umatoku0 {
	font-size: 140%;
}

.umatoku1 {
	margin: 0 0 10px;
	font-size: 140%;
}

.umatoku2 {
	margin: 0 0 20px;
	font-size: 140%;
}

.umatoku3 {
	margin: 0 0 30px;
	font-size: 140%;
}

/*----------------------------------------
	秋の夜長
----------------------------------------*/

.box01yonaga {
	width: 1280px;
	margin: 0 auto;
	padding: 30px 0;
}

.yonagaWrap1 {
	background: url(../images/akino-yonaga/bg02.png) bottom center repeat-x;
	background-size: 100px 190px;
}

.yonagaWrap2 {
	background: url(../images/akino-yonaga/bg01.png) bottom left no-repeat;
	background-size: 680px 190px;
	width: 1280px;
	margin: 0 auto;
}

.box02yonaga {
}

.box02yonaga .inner {
	height: 75px;
	width: 980px;
	margin: 0 auto;
}

.box02yonaga ul {
	float: right;
}

.box02yonaga li {
	float: left;
	padding-left: 20px;
}

.box02yonaga img {
	width:300px;
	height: auto;
}

.chuiBox {
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 20px;
	margin-top: 30px;
}

.informationWrap {
	width: 980px;
	margin: 0 auto;
}

/* pager */
.wp-pagenavi {
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last  {
	padding: 7px 10px;
}

.wp-pagenavi a {
	color: #0756a0!important;
	margin: 0 5px 0 0;
	padding: 7px 10px;
	border: solid 1px #0756a0;
}

.wp-pagenavi a:hover {
	color: #fff!important;
	background: #0756a0;
	border: solid 1px #0756a0;
	text-decoration: none;
}

.wp-pagenavi .current {
	color: #fff!important;
	background: #0756a0;
	margin: 0 5px 0 0;
	padding: 7px 10px;
	border: solid 1px #0756a0;
}

.wp-pagenavi .extend {
	margin: 0 5px 0 0;
	padding: 7px 10px;
}

.pdf {
	padding-right: 35px;
	background: url(../images/common/icon_pdf.png) right center no-repeat;
	background-size: 26px 26px;
}

.clink {
	padding-right: 35px;
	background: url(../images/common/icon_clink.png) right center no-repeat;
	background-size: 26px 26px;
}

.centerBtn {
	text-align: center;
	font-size: 16px;
	padding: 30px 0 0;
}

.kiyakuPdf {
	background: url(../images/common/arrow_blue.png) left center no-repeat;
	padding-left: 15px;
	margin-top: 10px;
}

.kiyakuPdf a{
	background: url(../images/common/icon_pdf.png) right 5px no-repeat;
	background-size: 26px 26px;
	font-size: 12px;
	padding: 10px 30px 10px 0;
}

/*----------------------------------------
	春のキャンペーン
----------------------------------------*/

.springBox {
	background: #0756a0;
	text-align: center;
	padding: 20px;
	 border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 30px 0 0;
}

.spring01 {
	margin: 0 0 20px;	
}

.spr {
	border: 3px double #0756a0;
	margin: 0 0 20px;
	padding: 15px;
}

.spr01 {
	font-size: 16px;
	color: #0756a0;
	font-weight: bold;
}

.spr02 {
	font-size: 14px;
	font-weight: bold;	
}

.springBannerNews {
	text-align: center;	
	margin: 0 0 30px;
}

.btnInEvent {
	background: #0756a0;
	padding: 40px 0;
	position: relative;
}

.btnInEvent ul {
	margin: 0 auto;	
	width: 880px;
}

.btnInEvent li {
	width: 440px;
	text-align: center;
	float: left;
}

.co_otokuBox {
	width: 980px;
	margin: 0 auto 40px;
}

.co_img {
	padding:  15px;
	background: #f1fbff;
	margin:  0 0 15px;
}

.co_otokuBox li img {
	width: 100%;
	height: auto;
}

.co_otokuBox li h5 {
	font-size: 16px;
	font-weight: bold;
	margin:  0 0 5px;
	color: #2d6aae;
}

.co_otokuBox li p {
	font-size:  14px;
}

.co_otokuBox li:nth-child(1) {
	width: 480px;
	float: left;
}

.co_otokuBox li:nth-child(2) {
	width: 480px;
	float: right;
	padding:  0 0 20px;
}

.co_otokuBox li:nth-child(3) {
	width: 980px;
	clear: both;
	padding:  0 0 20px;
}

.co_photo {
	margin:  0 0 30px;
	text-align: center;
}

.co_step1 {
	float: left;
	width: 310px;
}

.co_step2 {
	float: left;
	width: 310px;
	padding:  0 25px;
}

.co_step3 {
	width: 310px;
	float: left;
}

.faqTel {
	border-top: 1px solid #333;
	/*
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	*/
	padding: 30px 0;
	background: #f1fbff;
}

.faqTel table {
	margin: 10px 0 0;
}

.faqTel th {
	vertical-align: middle;
	font-weight: bold;
}

.faqTel td {
	vertical-align: middle;
}

.faqTel .inner {
	width: 980px;
	margin: 0 auto;
}

.faqTel h3 {
	font-size: 18px;
	font-weight: bold;
}

.faqTel p {
	font-size: 14px;
}

.faqTelL {
	float: left;
}

.faqTelR {
	float: right;
}

.sml {
	font-size: 100%!important;
}

.newsB {
	padding: 30px;
	border: 1px solid #ccc;
	margin: 0 0 20px;
}

.smallTable {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 10px 0 20px;
	font-size: 13px;
}

.smallTable th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	background: #f6f6f6;
}

.smallTable th.head {
	background: #eee;
}

.smallTable td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

/*----------------------------------------
	キャンペーン特設ページ
----------------------------------------*/

.groupNetCampaign {
	width: 984px;
	margin: 30px auto;
	font-size: 14px;
}

.groupNetCampaign h2 {
	margin: 0 0 30px;
}

.off200Box {
	display: table;
	margin: 0 0 30px;
	width: 100%;
}

.off200BoxL {
	display: table-cell;
	width: 297px;
	vertical-align: middle;
	padding-right: 20px;
}

.off200BoxR {
	display: table-cell;
	vertical-align: middle;
}

.groupNetCampaign h3 {
	margin: 0 0 20px;
	background: #0756a0;
	padding: 5px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.groupNetCampaign .sec {
	margin: 0 0 20px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.groupNetCampaign .sec h4 {
	border-bottom: 4px double #0756a0;
	text-align: center;
	padding: 10px;
	margin: 0 0 20px;
	font-size: 16px;
	color: #0756a0;
}

.groupNetCampaign .sec .p1 {
	padding: 0 30px 20px;
}

.groupNetCampaign .sec .p2 {
	padding: 0 30px 30px;
	text-align: center;
}

.groupNetCampaign .sec .p2 img {
	max-width: 410px;
	height: auto;
}

.groupNetCampaign .secR,
.groupNetCampaign .secL {
	width: 480px;
	border: 1px solid #0756a0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.groupNetCampaign .secL {
	margin-right: 20px;
}

.groupNetCampaign .pLink {
	padding: 40px 0 0;
	text-align: center;
}

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

/*----------------------------------------
	ジャンプ
----------------------------------------*/

.groupNetJump {
	width: 984px;
	margin: 30px auto;
	font-size: 14px;
}

.jumpBoxA {
	border: 2px dotted #999;
	background: #fff6b3;
	padding: 20px 60px;
	margin: 0 0 30px;
}

.ja01 {
	text-align: center;
	color: #e63636;
	font-size: 18px!important;
	margin: 0 0 20px;
}

.ja01 {
	font-size: 14px;
}

.ja02 span {
	color: #e63636;
}

.jumpBoxB {
	background: #f8f8f8;
	padding: 30px 0;
	text-align: center;
}

.jb01 {
	font-size: 20px;
	color: #0756a0;
	margin: 0 0 20px;
}

.jb02 {
	margin: 0 0 30px;
}

.jb03 {
	position: relative;
	width: 920px;
	height: 160px;
	margin: 0 auto 20px;
	text-align: center;
}

.jb03 .en {
	position: absolute;
	left: -20px;
	bottom: -20px;
}

.jb03 .bn {
	width: 100%;
	height: auto;
}

.bn:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

.newMainPC {
	padding: 20px;
}



.h2 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.h2p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-bottom: 30px;
}

.btnInEvent .inr {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.egy {
	position: absolute;
	top: -80px;
	right: -30px;
}

.egy img {
	width: 175px;
	height: auto;
}

@media screen and (max-width:1000px) { 
	.egy {
		display: none;
	}
}

.main202211 {
	background: #0756a0;
	text-align: center;
	padding: 30px 20px 0;
}

.main202211 img {
	max-width: 1000px;
	width: 100%;
	height: auto;
}

.planCmt {
	max-width: 860px;
	border: 2px solid #c00;
	padding: 30px 60px;
	font-size: 12px;
	margin: 0 auto 50px;
}

.planCmt ul {
	list-style: disc outside;
}

@media screen and (max-width:984px) { 
	.planCmt {
		margin: 0 20px 50px;
	}
}

.main202212 {
	width: 100%;
	background: url(/file/images/main202212/main_bg.jpg) center center no-repeat;
	background-size: cover;
}

.main202212 .inner {
	max-width: 1000px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

.main202212 .inner .main202212_logo {
	text-align: center;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -55px;
}

.main202212 .inner .main202212_logo img {
	width: auto;
	height: 110px;
}

.main202212 .inner .main202212_energy {
	position: absolute;
	right: -20px;
	bottom: -20px;
	z-index: 10;
}

.main202212 .inner .main202212_energy img {
	width: 200px;
	height: auto;
}

.main202212 .inner .main202212_name {
	position: absolute;
	right: 120px;
	bottom: 30px;
	z-index: 12;
}

.main202212 .inner .main202212_name img {
	width: 100px;
	height: auto;
}




.mainWrapBox {
	background: #0756a0;
	padding: 40px 20px 0;
}

.main202212.photo {
	width: 980px;
	background: url(/file/images/main202212/main_bg.png) center center no-repeat;
	background-size: 100% auto;
	margin:0 auto;
}

.main202212.photo .inner {
	max-width: 1000px;
	height: 410px;
	margin: 0 auto;
	position: relative;
}

.main202212.photo .inner .main202212_logo {
	text-align: center;
	width: 100%;
	height: 410px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -55px;
}

.main202212.photo .inner .main202212_logo img {
	width: auto;
	height: 110px;
}

.main202212.photo .inner .main202212_energy {
	position: absolute;
	right: -70px;
	bottom: -80px;
	z-index: 10;
}

.main202212.photo .inner .main202212_energy img {
	width: 200px;
	height: auto;
}

.main202212.photo .inner .main202212_name {
	position: absolute;
	right: -50px;
	bottom: -140px;
	z-index: 12;
}

.main202212.photo .inner .main202212_name img {
	width: 100px;
	height: auto;
}

.main202212.photo .inner .main202212_blank {
	display: none;
}

.jissekiEnergy2 {
	margin-top: 30px;
	border-radius: 10px;
	padding: 20px;
	background: #ffe100;
	color: #005cac;
	font-size: 16px;
	font-weight: bold;
	text-align: center!important;
}

.faqInner .accordion_body {
	line-height: 1;
}

.faqInner .accordion_body img {
	width: 100%;
	vertical-align:top;
}

.backBtn {
	font-size: 1.1rem;
	text-align: center;
	margin: 0 0 75px;
}

.cats {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 -2px 45px;
}

.cats li {
	width: 20%;
	box-sizing: border-box;
	padding: 2px;
	font-size: 14px;
}

.cats li a {
	padding: 10px;
	position: relative;
	display: block;
	background: #f6f6f6;
	color: #222;
}

.cats li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.cats li a:after {
	content: '▼';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	line-height: 1;
	font-size: 10px;
	color: #0756a0;
}