@charset "utf-8";
/* ==============================================
 リセット
============================================== */
* {
	margin: 0;
	padding: 0;
}
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details, main {
	display: block;
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	min-width: 970px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	color: #333;
	font-size: 62.5%; /* 10px */
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	-webkit-text-size-adjust: 100%;
}
img {
	border: none;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 160%;
	font-weight: normal;
	font-style: normal;
}
p, dt, dd, li, caption, th, td {
	font-size: 140%;
}
li, dt *, dd *, th *, td * {
	font-size: 140%;
	font-style:normal;
	list-style: none;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
}
/*
 *モーダルウィンドウ
 */
#error {
	top: 68%;
	left: 27%;
	font-size: 18px;
}

.modalwin {
	position: fixed;
	z-index: 2;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	width: 560px;
	min-height: 450px;
	padding-top: 55px;
	background-color: #fff;
	text-align: center;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.modalwin h1 {
	color: #fa7c0d;
	font-size: 18px;
}
.modalwin-contents p {
	font-size: 18px;
	color: #4e4e4e;
}
.modalwin-contents p.code {
	margin-top: 50px;
	padding-left: 90px;
	text-align: left;
}
.modalwin-contents #password {
	display: block;
	width: 360px;
	height: 45px;
	margin: 14px auto 40px;
	padding: 5px;
	font-size: 18px;
	border: 1px solid #4cbfff;
	box-sizing: border-box;
}
.modalwin-contents #login-btn {
	overflow: hidden;
	width: 252px;
	height: 68px;
	background: url(../img/btn_modal.png) no-repeat;
	border: none;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}
.modalwin-contents #login-btn:focus {
	outline: none;
}

/* 閉じるボタン */
a.modal-close {
	position: absolute;
	display: block;
	top: -22px;
	right: -22px;
	width: 44px;
	height: 44px;
	background-image: url(../img/hide_modal.png);
	background-position: 0 0;
	background-repeat: no-repeat;

}
/* シェード */
#shade {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #999;
	opacity: 0.9;
}
.fixed {
	position: fixed;
}
.wrapper-nav-global.fixed {
	width: 100%;
}

/*
 *共通
 */
ol#topic-path  {
	width: 900px;
	margin: 25px auto 0;
}
#topic-path li {
	display: inline;
}
#topic-path li:last-child:before {
	position: relative;
	padding: 0 0.5em;
	display: inline;
	content: ">"
}
#topic-path li a {
	color: #000;
	text-decoration: underline;
}

/*
 *トップページ
 */
#audenki .title {
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 60px;
	background: url(../img/main_bg.jpg) no-repeat 50%;
	text-indent: 100%;
	white-space: nowrap;
	box-sizing: border-box;
}
#audenki .title h1 {
	width: 100%;
	height: 70px;
	margin-bottom: 40px;
	background: url(../img/main_title.png) no-repeat 50% 0;
}
#audenki .title p {
	width: 100%;
	height: 50px;
	margin-bottom: 70px;
	background: url(../img/main_title.png) no-repeat 50% 100%;
}
#audenki .title ul.main-link {
	width: 505px;
	margin: 0 auto 40px;
}
#audenki .title ul.main-link li a{
	overflow: hidden;
	float: left;
	display: block;
	width: 240px;
	height: 240px;
	margin-right: 25px;
	background: url(../img/btn_page.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}
#audenki .title ul.main-link li a:hover {
	opacity: 0.8;
}
#audenki .title ul.main-link li:last-child a {
	margin-right: 0px;
	background-position: 100% 0;
}
#audenki .title ul.main-link:after {
	display: block;
	clear: both;
	content: "";
}
#audenki .service {
	width: 970px;
	margin: 0 auto;
}
#audenki .service .lead p + p {
	margin:  1em 0 0;
}
#audenki h3 {
	height: 48px;
	padding-top: 0px;
	text-align: center;
	background-color: #fa7c0d;
	font-size: 26px;
	color: #fff;
	box-sizing: border-box;
}
#audenki .method h4:before {
	position: absolute;
    display: block;
    top: -1px;
    width: 8px;
    height: 32px;
    margin-left: -15px;
    background-color: #fa7c0d;
    content: "";
}
#audenki .method h4 {
	position: relative;
	margin: 40px 0 15px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold
}
#audenki .method h4 span {
	display: inline-block;
	font-weight: normal;
}
#audenki .method p {
	margin-left: 35px;
}
#audenki .method p.line {
	margin-bottom: 1em;
} 
#audenki .method span {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}
#audenki .method p.indent {
	margin-left: 55px;
	text-indent: -1.5em;
}
#audenki .method p.check {
	margin: 25px 0 0 35px;
}
#audenki h3 span {
	vertical-align: middle;
	font-size: 20px;
}
#audenki h3 span.au {
	position: relative;
	top: -2px;
	font-size: 34px;
}
#audenki p.under {
	min-height: 48px;
	height: auto;
	padding-top: 10px;
	text-align: center;
	font-size: 20px;
	background-color: #fdf3e8;
	box-sizing: border-box;
}
#audenki .service h2 {
	overflow: hidden;
	width: 640px;
	height: 155px;
	margin-left: 128px;
	background: url(../img/icon_service.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}
#audenki .service h2.one {
	margin-top: 60px;
}
#audenki .service h2.two {
	margin-top: 80px;
	background-position: 0px 100%;
}
#audenki .service .inside {
	position: relative;
	width: 616px;
	margin-top: -10px;
	padding-left: 238px;
}
#audenki .service p.frame {
	width: 616px;
	height: auto;
	margin: 40px 0 0px;
	padding: 12px 0;
	text-align: center;
	font-size: 26px;
	border: 2px solid #154394;
	box-sizing: border-box;
}
#audenki .service p.btn_link.coupon a {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 70px;
	margin: 50px 0 100px 0;
	background: url(../img/btn_coupon.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}
#audenki .service p.btn_link a {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 70px;
	margin: 35px 0 100px 0;
	background: url(../img/btn_link.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}
/*
 *ホバー
 */
#audenki .service p.btn_link a:hover,
.modalwin-contents input#login-btn:hover {
	opacity: 0.8;
}
/*
 *サービスご利用専用ページ
 *(出かけて節電ページ共通)
 */
#syouene {
	width: 100%;
	min-width: 970px;
}
#syouene header.title .inner {
	position: relative;
	height: 85px;
	background-color: #fff;
}
#syouene header.title .inner p {
	overflow: hidden;
	width: 970px;
	height: 85px;
	margin: 0 auto;
	background: url(../img/img_header.png) no-repeat 0 100%;
	text-indent: 100%;
	white-space: nowrap;
}
#syouene header.title .inner:after {
	position: absolute;
	display: block;
	width: 100%;
	height: 8px;
	background-color: #fa7c0d;
	content: "";
}

#coupon.title,
#syouene header.title {
	height: auto;
	padding-bottom: 50px;
	background-color: #d9edf9;
	box-sizing: border-box;
}
#coupon.title h1,
#syouene header.title h1 {
	overflow: hidden;
	width: 100%;
	height: 125px;
	margin-top: -10px;
	background: url(../img/syouene_title.png) no-repeat 50% 0;
	text-indent: 100%;
	white-space: nowrap;
}
#coupon.title h1 {
	height: 140px;
	background: url(../img/title_audenki.png) no-repeat 50% 0;
}
#syouene .apply {
	width: 634px;
	margin: 0 auto;
	padding: 60px 0 100px;
}
#syouene .apply h2:before {
	position: absolute;
	display: block;
	top: -1px;
	width: 8px;
	height: 32px;
	margin-left: -15px;
	background-color: #2a7af3;
	content: "";
}
#syouene .apply h2 {
	position: relative;
	margin-bottom: 25px;
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
}
#syouene .apply h2 + p {
	padding-left: 35px;
}
#syouene .apply .inside {
	padding-left: 100px;
}
#syouene .apply p.offer {
	margin-top: 35px;
	color: #fa7c0d;
	font-weight: bold;
}
#syouene .apply .contact {
	width: 420px;
	height: 130px;
	margin: 5px 0 10px;
	padding: 20px 30px;
	border: 2px solid #bfbfbf;
	border-radius: 10px;
	box-sizing: border-box;
}
#syouene .apply .contact p {
	margin-top: -6px;
	font-size: 16px;
	font-weight: bold;
}
#syouene .apply .contact p.tel {
	font-size: 44px;
	font-weight: bold;
	color: #fa7c0d;
	letter-spacing: 1px;
}
#syouene .apply .contact p:last-child {
	margin-top: -10px;
}
#syouene .apply ul.hope {
	margin-bottom: 30px;
	padding-bottom: 40px;
	background: url(../img/arrow.png) no-repeat 200px 100%;
}
#syouene .apply ul.hope li {
	list-style: none;
}
#syouene .apply ul.hope li span {
	display: block;
	text-indent: 0.5em;
}
#syouene .apply h3 {
	overflow: hidden;
	width: 100%;
	height: 25px;
	margin: 60px 0 30px;
	background: url(../img/icon_syouene.png) no-repeat 50% 0;
	text-indent: 100%;
	white-space: nowrap;
}
#syouene .apply p.illust {
	height: 132px;
	margin-top: 20px;
	padding-right: 260px;
	background: url(../img/img_syouene.gif) no-repeat 100% 0;
	font-size: 14px;
}
#syouene .apply p strong {
	font-size: 18px;
}

/*
 *フッター
 */
footer p#pagetop {
	width: 970px;
	margin: 0 auto;
}
footer p#pagetop:after {
	display: block;
	clear: both;
	content: "";
}
footer p#pagetop a {
	overflow: hidden;
	display: block;
	float: right;
	width: 64px;
	height: 32px;
	margin-top: -40px;
	background: url(../img/btn_top.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}
footer.footer:before {
	position: absolute;
	display: block;
	z-index: 0;
	width: 100%;
	height: 10px;
	background-color: #2a7af3;
	content: "";
}
footer.footer {
	margin: 0 auto 4px;
	background-color: #d9edf9;
}
footer .inner {
	width: 580px;
	margin: 0 auto;
	padding: 40px 0 35px;
}
footer .inner h3 {
	margin-bottom: 20px;
	font-size: 25px;
}
footer .inner ul.au-service {
	width: 650px;
	padding-left: 1em;
}
footer .inner ul.au-service li {
	text-indent: -1.0em;
	line-height: 200%;
}
footer .inner span.call {
	position: relative;
}
footer .inner span.call {
	display: inline-block;
	top: 8px;
	width: 50px;
	height: 25px;
	background: url(../img/icon-free.gif) no-repeat 0 0;
	background-size: 48px auto;
} 
footer .inner span#fc.call {
	background-position: 0 -25px;
}
.copyright {
	height: 30px;
	padding-top: 15px;
	background-color: #154394;
}
.copyright p {
	text-align: center;
	color: #fff;
}
/*
 *フッター(サービスご利用専用ページ)
 */
footer .inner.syouene {
	width: 634px;
	margin: 0 auto;
	padding: 35px 0 30px;
}
footer .inner.syouene ul {
	color: #bfbfbf;
}
footer .inner.syouene ul li:before {
	position: absolute;
	display: block;
	content: "▶";
	font-size: 17px;
}
footer .inner.syouene ul li {
	margin-bottom: 20px;
	list-style: none;
	color: #717171;
}
footer .inner.syouene ul li a {
	padding-left: 20px;
	text-decoration: underline;
	font-size: 17px;
	color: #717171;
}
footer .inner.syouene ul li.dekakete a {
	text-decoration: none;
}
footer .inner.syouene ul li:first-child {
	text-indent: -1em;
}
/*
 *非会員
 */

#audenki .title.empty {
	padding: 60px 0 238px;
}
h4.nonuser {
	position: relative;
	overflow: visible;
	top: 70px;
	font-size: 280%;
	font-weight: bold;
	text-indent: 0;
	white-space: normal;
	text-align: center;
	color: #fa7c0d;
}

/* ==============================================
 SP Layout: < 767px
============================================== */
@media screen and (max-width: 768px) {
	body {
	min-width: 320px;
	}
	h1, h2, h3, h4, h5, h6 {
		font-size: 120%;
		font-weight: normal;
		font-style: normal;
	}
	p, dt, dd, li, caption, th, td {
		font-size: 120%;
	}
	li, dt *, dd *, th *, td * {
		list-style: none;
		font-size: 100%;
	}
	.sp-none {
		display: none;
	}
   /*
    *モーダルウィンドウ
	*/
	#error {
		top: 65%;
		left: 20%;
		font-size: 12px;
	}
	.modalwin {
		position: fixed;
		z-index: 2;
		width: 285px;
		min-height: 205px;
		padding: 14px;
		background-color: #fff;
		text-align: center;
		box-sizing: unset;
	}
	.show {
		display: block;
	}
	.hide {
		display: none;
	}
	.modalwin h1 {
		color: #fa7c0d;
		font-size: 12px;
	}
	.modalwin-contents p {
		font-size: 12px;
		color: #4e4e4e;
	}
	.modalwin-contents p.code {
		margin-top: 25px;
		padding-left: 45px;
		text-align: left;
	}
	.modalwin-contents #password {
		display: block;
		left: 55px;
		width: 180px;
		height: 22px;
		margin: 7px auto 20px;
		padding: 2px;
		font-size: 12px;
		box-sizing: border-box;
	}
	.modalwin-contents #login-btn {
		overflow: hidden;
		width: 126px;
		height: 34px;
		margin-top: 35px;
		background: url(../img/btn_modal.png) no-repeat;
		background-size: 126px auto;
	}
	.modalwin-contents #login-btn:focus {
		outline: none;
	}
	
	/* 閉じるボタン */
	a.modal-close {
		position: absolute;
		display: block;
		top: -11px;
		right: -11px;
		width: 22px;
		height: 22px;
		background-image: url(../img/hide_modal.png);
		background-size: 22px auto;
	}
	/* シェード */
	#shade {
		position: fixed;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #999;
		opacity: 0.9;
	}
	.fixed {
		position: fixed;
	}
	.wrapper-nav-global.fixed {
		width: 100%;
	}

   /*
    *共通
	*/
	ol#topic-path  {
		width: 100%;
		margin: 12px auto 0;
		padding-left: 20px;
		box-sizing: border-box;
	}
	#topic-path li {
		display: inline;
	}
	#topic-path li:last-child:before {
		position: relative;
		display: inline;
		content: ">"
	}
	#topic-path li a {
		color: #000;
	}

   /*
    *トップページ
    */
	#audenki .title {
		overflow: hidden;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 30px;
		background: url(../img/main_bg_sp.jpg) no-repeat 50%;
		background-size: 507px auto;
	}
	#audenki .title h1 {
		width: 100%;
		height: 30px;
		margin-bottom: 15px;
		background: url(../img/main_title_sp.png) no-repeat 50% 0;
		background-size: 284px;
	}
	#audenki .title p {
		width: 100%;
		height: 20px;
		margin-bottom: 15px;
		background: url(../img/main_title_sp.png) no-repeat 50% 100%;
		background-size: 284px;
	}
	#audenki h3 span.au {
		position: relative;
		top: -2px;
		font-size: 21px;
	}
	#audenki p.under {
		height: auto;
		padding: 5px 16px;
		text-align: left;
		font-size: 12px;
		background-color: #fdf3e8;
		box-sizing: border-box;
	}
	#audenki .title ul.main-link {
		width: 308px;
		margin: 0 auto 20px;
	}
	#audenki .title ul.main-link li a{
		width: 148px;
		height: 145px;
		margin-right: 12px;
		background: url(../img/btn_page_sp.png) no-repeat;
		background-size: 295px auto;
	}
	#audenki .title ul.main-link li a:hover {
		opacity: 0.8;
	}
	#audenki .title ul.main-link li:last-child a {
		margin-right: 0px;
		background-position: 100% 0;
	}
	#audenki .title ul.main-link:after {
		display: block;
		clear: both;
		content: "";
	}
	#audenki .service {
		width: 100%;
		margin: 0 auto;
	}
	#audenki .service br {
		display: none;
	}
	#audenki .service br.sp {
		display: block;
	}
	#audenki .method h4 span {
		display: block;
		font-weight: normal;
	}
	#audenki .method p {
		margin-left: 0px;
	}
	#audenki .method span {
		display: block;
		margin-bottom: 5px;
		font-weight: bold;
	}
	#audenki .method p.indent {
		margin-left: 16px;
		text-indent: -1.5em;
	}
	#audenki .method p.check {
		margin: 12px 0 0 0px;
	}
	#audenki h3 {
		height: 32px;
		padding-top: 3px;
		text-align: center;
		background-color: #fa7c0d;
		font-size: 18px;
		color: #fff;
		box-sizing: border-box;
	}
	#audenki h3 span {
		font-size: 12px;
		vertical-align: middle;
	}
	#audenki .service h2 {
		overflow: hidden;
		width: 100%;
		height: 60px;
		margin-left: 0px;
		background: url(../img/icon_service_sp.png) no-repeat 50% 0;
		background-size: 265px auto;
	}
	#audenki .service h2.one {
		margin-top: 27px;
	}
	#audenki .service h2.two {
		margin-top: 40px;
		background-position:  50% 100%;
	}
	#audenki .service .inside {
		position: relative;
		width: 100%;
		margin-top: 15px;
		padding: 0 16px 0;
		box-sizing: border-box;
	}
	#audenki .service p.frame {
		width: 100%;
		height: auto;
		margin: 16px 0 0px;
		padding: 6px;
		text-align: center;
		font-size: 12px;
		border: 1px solid #154394;
		box-sizing: border-box;
	}
	#audenki .service p.check img {
	width: 100%;
	height: auto;
	}
	#audenki .service p.btn_link.coupon a {
		overflow: hidden;
		display: block;
		width: 100%;
		height: 35px;
		margin: 25px 0 50px 0;
		background: url(../img/btn_coupon.png) no-repeat 50% 0;
		background-size: contain;
	}
	#audenki .service p.btn_link a {
		overflow: hidden;
		display: block;
		width: 100%;
		height: 36px;
		margin: 32px 0 58px 0;
		background: url(../img/btn_link_sp.png) no-repeat 50% 0;
		background-size: 308px auto;
	}

  /*
   *サービスご利用専用ページ
   */
	#syouene {
		width: 100%;
		min-width: 0;
	}
	#syouene header.title .inner {
		position: relative;
		height: 45px;
		background-color: #fff;
	}
	#syouene header.title .inner p {
		overflow: hidden;
		width: 100%;
		height: 21px;
		margin: 0 auto;
		padding-top: 20px;
		background: url(../img/img_header_sp.png) no-repeat 0 100%;
		background-size: 320px auto;
	}
	#syouene header.title .inner:after {
		position: absolute;
		display: block;
		width: 100%;
		height: 8px;
		background-color: #fa7c0d;
		content: "";
	}
	#syouene header.title {
		height: auto;
		padding-bottom: 25px;
		background-color: #d9edf9;
		box-sizing: border-box;
	}
	#syouene header.title h1 {
		overflow: hidden;
		width: 100%;
		height: 61px;
		margin-top: -5px;
		background: url(../img/syouene_title_sp.png) no-repeat 50% 0;
		background-size: 320px auto;
	}
	#syouene .apply {
		width: 100%;
		margin: 0 auto;
		padding: 30px 16px 58px;
		box-sizing: border-box;
	}
	#syouene .apply h2:before {
		position: absolute;
		display: block;
		top: 2px;
		width: 4px;
		height: 16px;
		margin-left: -7px;
		background-color: #2a7af3;
		content: "";
	}
	#syouene .apply h2 {
		position: relative;
		margin-bottom: 12px;
		padding-left: 0px;
		font-size: 14px;
		font-weight: bold;
	}
	#syouene .apply h2 + p {
		padding-left: 0px;
	}
	#syouene .apply .inside {
		padding: 0;
	}
	#syouene .apply p.offer {
		margin-top: 25px;
		color: #fa7c0d;
		font-weight: bold;
	}
	#syouene .apply .contact {
		width: 280px;
		height: auto;
		margin: 5px auto 10px;
		padding: 12px 10px 12px 20px;
		border: 2px solid #bfbfbf;
		border-radius: 5px;
		box-sizing: unset;
	}
	#syouene .apply .contact p {
		margin-top: -6px;
		font-size: 12px;
		font-weight: bold;
	}
	#syouene .apply .contact p.tel {
		font-size: 26px;
		font-weight: bold;
		color: #fa7c0d;
	}
	#syouene .apply .contact p:last-child {
		margin-top: -5px;
	}
	#syouene .apply ul.hope {
		margin-bottom: 15px;
		padding-bottom: 20px;
		background: url(../img/arrow_sp.png) no-repeat 50% 100%;
		background-size: 25px auto;
	}
	#syouene .apply ul.hope li {
		list-style: none;
	}
	#syouene .apply ul.hope li span {
		display: block;
		text-indent: 0.5em;
	}
	#syouene .apply h3 {
		overflow: hidden;
		width: 100%;
		height: 20px;
		margin: 40px 0 20px;
		background: url(../img/icon_syouene_sp.png) no-repeat 50%;
		background-size: 155px auto;
	}
	#syouene .apply h3:before {
		position: absolute;
		display: block;
		z-index: -1;
		width: 90%;
		min-width: 288px;
		height: 1px;
		margin-top: 10px;
		border-top: 1px solid #b3b3b3;
		content: "";
	}
	#syouene .apply p.illust {
		height: 100%;
		margin-top: 20px;
		padding-right: 0px;
		background: none;
		font-size: 12px;
	}
	#syouene .apply p.illust:after {
		position: relative;
		display: block;
		width: 131px;
		height: 100px;
		margin-top: 20px;
		padding-right: 0px;
		background: url(../img/img_syouene_sp.gif) no-repeat 100% 0;
		background-size: 161px;
		content: "";
	}
	#syouene .apply p strong {
		font-size: 15px;
	}

   /*
    *フッター
	*/
	footer p#pagetop {
		width: 100%;
		margin: 0 auto;
	}
	footer p#pagetop:after {
		display: block;
		clear: both;
		content: "";
	}
	footer p#pagetop a {
		overflow: hidden;
		display: block;
		float: right;
		width: 51px;
		height: 26px;
		margin: -35px 16px 0 0;
		background: url(../img/btn_top_sp.png) no-repeat;
		background-size: 51px auto;
	}
	footer.footer:before {
		position: absolute;
		display: block;
		z-index: 0;
		width: 100%;
		height: 5px;
		background-color: #2a7af3;
		content: "";
	}
	footer.footer {
		margin: 0 auto;
		background-color: #d9edf9;
	}
	footer .inner {
		width: 100%;
		margin: 0 auto 2px;
		padding: 32px 16px 25px;
		box-sizing: border-box;
	}
	footer .inner h3 {
		margin-bottom: 10px;
		font-size: 15px;
	}
	footer .inner ul.au-service {
	width: 100%;
	padding-left: 1em;
	}
	footer .inner ul.au-service li {
		text-indent: -1.0em;
		line-height: 200%;
	}
	footer .inner span.call {
		display: inline-block;
		top: 2px;
		width: 25px;
		height: 12px;
		background: url(../img/icon-free.gif) no-repeat 0 0;
		background-size: 24px auto;
	} 
	footer .inner span#fc.call {
	background-position: 0 -12px;
	}
	.copyright {
		height: auto;
		padding-top: 0px;
		background-color: #154394;
		box-sizing: border-box;
	}
	.copyright p {
		text-align: center;
		font-size: 10px;
		color: #fff;
	}
   /*
    *フッター(サービスご利用専用ページ)
	*/
	footer .inner.syouene {
		width: 100%;
		margin: 0 auto 2px;
		padding: 25px 16px 20px;
	}
	footer .inner.syouene ul {
		color: #bfbfbf;
	}
	footer .inner.syouene ul li:before {
		position: absolute;
		display: block;
		content: "▶";
		font-size: 17px;
	}
	footer .inner.syouene ul li {
		margin-bottom: 20px;
		list-style: none;
		color: #717171;
	}
	footer .inner.syouene ul li:last-child {
		margin-bottom: 0px;
	}
	footer .inner.syouene ul li a {
		padding-left: 20px;
		font-size: 12px;
		color: #717171;
	}
	}








