@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body {
	width: 100%;
	margin: 0;
	padding: 0;
}

body, input, textarea {
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	color: #595757;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #069;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-style: italic;
}

hr {
	padding: 0;
	margin: 40px 0;
	border: none;
	border-bottom: 1px solid #CCC;
	display: block;
}

ul li { list-style: none; }

.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

p { margin-bottom: 1em; }

.clear {
	clear: both;
}

.none {
	display: none;
}

.opacity {
	transition: all 0.2s;
}

.opacity:hover {
	opacity:0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
	text-decoration: none;
}

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

.left { float: left; }
.right { float: right; }

.anchor {
	margin-top: -91px;
	padding-bottom: 91px;
	width: 0;
}

.sp{ display:none; }

.br_pc:after {
	content: "\A";
	white-space: pre;
}

/* 個別に調整用 */
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }

/*========== mailformpro ==========*/

form#mailformpro label {
	white-space: normal !important;
}

/*===========================================================
	ヘッダー
===========================================================*/

header {
	width: 100%;
	border-bottom: 1px solid #CCC;
	background-color:rgba(255,255,255,0.95);
}

header > .inner {
	width: 100%;
	height: 158px;
	max-width: 1135px;
	margin: 0 auto;
	position: relative;
}

header a {
	display: block;
	width: auto;
	height: auto;
	color: inherit;
}

header a:hover { text-decoration: none; }

/*========== ロゴ ==========*/

header h1 {
	background: url(https://www.sendai-elcc.jp/en/images/logo.png) center no-repeat;
	width: 208px;
	height: 98px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -49px;
}

header h1 a {
	height: 100%;
}

/*========== 外部リンクエリア ==========*/

header .link-area {
	position: absolute;
	top: 28%;
	right: 20px;
}

header .link-area ul {
	letter-spacing: -0.4em;
}

header .link-area ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 15px;
}

header .link-area ul li:first-child { margin-left: 0; }

header .link-area ul li.fb {
	background: url(https://www.sendai-elcc.jp/en/images/header_button_fb.png) no-repeat;
	width: 25px;
	height: 25px;
}

header .link-area ul li.line {
	background: url(https://www.sendai-elcc.jp/en/images/header_button_line.png) no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
}

header .link-area ul li.cao {
	background: url(https://www.sendai-elcc.jp/en/images/header_button_cao.png) no-repeat;
	width: 75px;
	height: 25px;
}

header .link-area ul li.mhlw {
	background: url(https://www.sendai-elcc.jp/en/images/header_button_mhlw.png) no-repeat;
	width: 75px;
	height: 27px;
}

/*========== グローバルメニュー ==========*/

header nav {
	position: absolute;
	left: 283px;
	bottom: 28px;
}

header nav ul {
	letter-spacing: -0.4em;
}

header nav ul li {
	font-size: 15px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #CCC;
}

header nav ul li:last-child { border-right: 1px solid #CCC; }

header nav ul li a {
	padding: 5px 12px;
	transition: all 0.15s;
}

header nav ul li a:hover,
header nav ul li.on a {
	color: #09B3AA;
}

header nav ul li.seminar,
header nav ul li.inquiry {
	color: #F15276;
	font-weight: 600;
}

/*===========================================================
	ヘッダー（スクロール後）
===========================================================*/

header.copy {
	position: fixed;
	z-index: 999;
	top: -51px;
	left: 0;
}

header.copy > .inner {
	height: 80px;
}

/*========== ロゴ ==========*/

header.copy h1 {
	background-image: url(https://www.sendai-elcc.jp/en/images/logo_small.png);
	width: 106px;
	height: 50px;
	margin-top: -25px;
}

/*========== 外部リンクエリア ==========*/

header.copy .link-area {
	display: none;
}

/*========== グローバルメニュー ==========*/

header.copy nav {
	top: 50%;
	bottom: auto;
	margin-top: -19px;
}

/*===========================================================
	メインコンテンツ
===========================================================*/

main {
	padding: 50px 20px 100px;
}

main > .inner {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
}

/*===========================================================
	お問い合わせ・ダウンロード
===========================================================*/

#footer_pre {
	padding: 0 20px 50px;
}

#footer_pre > .inner {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
}

#footer_pre h5 {
	height: 72px;
	background: url(https://www.sendai-elcc.jp/en/images/h_bg_01.png) #e3e995;
	text-align: center;
	font-size: 29px;
	letter-spacing: 5px;
	line-height: 72px;
	margin-bottom: 55px;
}

/*========== お問い合せ・アクセス ==========*/

#footer_pre section.inquiry {
	margin-bottom: 80px;
}

#footer_pre section.inquiry .left {
	width: 100%;
	margin-right: -556px;
}

#footer_pre section.inquiry .left > .inner {
	width: auto;
	margin-right: 596px;
}

#footer_pre section.inquiry .left p {
	font-size: 1.2em;
	line-height: 1.8em;
	letter-spacing: 1px;
}

#footer_pre section.inquiry .left ul { padding-top: 10px; }

#footer_pre section.inquiry .left ul li {
	min-height: 31px;
	margin-bottom: 10px;
	padding-left: 41px;
	line-height: 31px;
}

#footer_pre section.inquiry .left ul li.address {
	background: url(https://www.sendai-elcc.jp/en/images/icon_address_sp.png) 0px 3px no-repeat;
	background-size: 30px;
}
#footer_pre section.inquiry .left ul li.mail {
	background: url(https://www.sendai-elcc.jp/en/images/icon_mail_sp.png) 4px 0px no-repeat;
	background-size: 23px;
}
#footer_pre section.inquiry .left ul li.fb {
	background: url(https://www.sendai-elcc.jp/en/images/icon_fb_sp.png) 0px 0px no-repeat;
	background-size: 31px;
}

#footer_pre section.inquiry .left ul li a { color: inherit; }

#footer_pre section.inquiry .right {
	width: 556px;
}

#footer_pre section.inquiry .container_bottom {
	max-width: 892px;
	margin: 70px auto 0;
}

#footer_pre section.inquiry .container_bottom a { color: inherit; }

#footer_pre section.inquiry .container_bottom a:hover { text-decoration: none; }

#footer_pre section.inquiry .container_bottom a.button_form {
	display: block;
	background: url(https://www.sendai-elcc.jp/en/images/icon_01.png) right center no-repeat,
				url(https://www.sendai-elcc.jp/en/images/h_bg_01.png) #D86A80;
	text-align: center;
	color: #FFF;
	font-size: 29px;
	letter-spacing: 5px;
	margin-bottom: 30px;
	padding: 23px 140px;
	border-radius: 15px;
}

#footer_pre section.inquiry .container_bottom .left,
#footer_pre section.inquiry .container_bottom .right {
	width: 50%;
	text-align: center;
}

#footer_pre section.inquiry .container_bottom .left a,
#footer_pre section.inquiry .container_bottom .right a {
	background: url(https://www.sendai-elcc.jp/en/images/icon_tel_sp.png) left center no-repeat;
	background-size: 31px;
	height: 41px;
	line-height: 41px;
	display: inline-block;
	padding-left: 40px;
	font-size: 38px;
	font-weight: bold;
	cursor: default;
}

/*========== ダウンロード ==========*/

#footer_pre section.download {
	padding-bottom: 40px;
	position: relative;
}

#footer_pre section.download > .inner {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	margin: 0 -15px;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#footer_pre section.download h5 {
	margin-bottom: 30px;
}

#footer_pre section.download .left {
	box-sizing: border-box;
	width: calc(33.333% - 30px);
	padding: 1.5em 1.5em 4em;
	border: 2px solid #ADAEAE;
	text-align: center;
	position: relative;
	margin: 0 15px 30px;
}

#footer_pre section.download .left.half {
	width: calc(50% - 30px);
}

#footer_pre section.download .left h6 {
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 0.8em;
}

#footer_pre section.download .left p {
	text-align: left;
}

#footer_pre section.download .left a.button_download {
	display: block;
	padding: 5px 54px 5px 0;
	background: url(https://www.sendai-elcc.jp/en/images/icon_02.png) right center no-repeat,
				url(https://www.sendai-elcc.jp/en/images/h_bg_01.png) #D86A80;
	color: #FFF;
	letter-spacing: 2px;
	border-radius: 5px;
	position: absolute;
	bottom: 1.5em;
	left: 50%;
	width: 192px;
	margin-left: -96px;
	box-sizing: border-box;
	text-align: right;
}

#footer_pre section.download .left .page-mekuri {
	background: url(https://www.sendai-elcc.jp/en/images/corner_01_sp.png) center no-repeat;
	background-size: contain;
	width: 50px;
	height: 46px;
	position: absolute;
	right: -2px;
	bottom: -2px;
}

/*========== ページトップへ戻る ==========*/

#footer_pre .gotop {
	text-align: center;
	margin-bottom: 70px;
}

#footer_pre .gotop a {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	background: url(https://www.sendai-elcc.jp/en/images/button_gotop_sp.png) left center no-repeat;
	background-size: 52px;
	padding-left: 67px;
	font-size: 20px;
	letter-spacing: 1px;
	color: inherit;
}

/*========== サイトマップ ==========*/

#footer_pre nav {
	text-align: center;
}

#footer_pre nav ul {
	letter-spacing: -0.4em;
}

#footer_pre nav ul li {
	font-size: 18px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #CCC;
	margin: 10px 0;
}

#footer_pre nav ul li:last-child { border-right: 1px solid #CCC; }

#footer_pre nav ul li a {
	padding: 5px 20px;
	color: inherit;
}

#footer_pre nav ul li.seminar,
#footer_pre nav ul li.inquiry {
	color: #F15276;
	font-weight: 600;
}

/*===========================================================
	フッター
===========================================================*/

footer {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

footer > .inner {
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 20px;
	position: relative;
}

/*========== 左カラム ==========*/

footer > .inner > .left {
	width: 246px;
	position: relative;
}

footer > .inner > .left a {
	display: block;
	width: 145px;
	height: 218px;
	background: url(https://www.sendai-elcc.jp/en/images/logo_footer.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 35px;
}

/*========== 右カラム ==========*/

footer .right {
	width: 100%;
	position: relative;
	margin-left: -246px;
}

footer .right .inner {
	width: auto;
	margin-left: 246px;
}

footer .right .text_elcc {
	width: 361px;
	height: 89px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(https://www.sendai-elcc.jp/en/images/footer_img_01.png) no-repeat;
	margin-bottom: 25px;
}

footer .right ul.ul1 li {
	min-height: 29px;
	margin-bottom: 10px;
	padding-left: 41px;
	padding-bottom: 5px;
	line-height: 29px;
}

footer .right ul.ul1 li.tel {
	margin-bottom: 5px;
	padding-left: 4px;
}

footer .right ul.ul1 li.tel a {
	background: url(https://www.sendai-elcc.jp/en/images/icon_tel_sp.png) left center no-repeat;
	background-size: 24px;
	height: 33px;
	line-height: 33px;
	display: inline-block;
	margin-bottom: 15px;
	padding-left: 32px;
	font-size: 36px;
	cursor: default;
}

footer .right ul.ul1 li.tel .br:after {
	content: "\A";
	white-space: pre;
}

footer .right ul.ul1 li.tel a:first-child {
	margin-right: 1em;
}

footer .right ul.ul1 li.tel a:hover { text-decoration: none; }

footer .right .ul1 li.mail {
	background: url(https://www.sendai-elcc.jp/en/images/icon_mail_sp.png) 4px 0px no-repeat;
	background-size: 23px;
	font-size: 1.2em;
}
footer .right .ul1 li.address {
	background: url(https://www.sendai-elcc.jp/en/images/icon_address_sp.png) 0px 3px no-repeat;
	background-size: 30px;
}
footer .right .ul1 li.time {
	background: url(https://www.sendai-elcc.jp/en/images/icon_time_sp.png) 1px 0px no-repeat;
	background-size: 29px;
}

footer .right .ul1 li.time span { font-size: 0.8em; }

footer .right .ul1 li a { color: inherit; }

footer .right .link-area {
	position: absolute;
	top: -17px;
	right: 0;
}

footer .right .link-area ul {
	letter-spacing: -0.4em;
}

footer .right .link-area ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden;
}

footer .right .link-area ul li img {
	vertical-align: top;
}

footer .right .link-area ul li.cao {
	background: url(https://www.sendai-elcc.jp/en/images/footer_button_cao.png) no-repeat;
	width: 140px;
	height: 46px;
	margin-right: 40px;
}

footer .right .link-area ul li.mhlw {
	background: url(https://www.sendai-elcc.jp/en/images/footer_button_mhlw.png) no-repeat;
	width: 141px;
	height: 50px;
}

footer .right .link-area ul li.banner {
	text-indent: 0;
	display: block;
	margin-top: 10px;
}

footer .right .link-area ul li.line {
	margin-top: 10px;
}

footer .right .link-area ul li.line a {
	background: url("https://www.sendai-elcc.jp/en/images/banner_line.jpg") center no-repeat;
	background-size: contain;
	width: 321px;
	height: 95px;
}

footer .right .link-area ul li a {
	display: block;
	height: 100%;
}

/*===========================================================
	コピーライト
===========================================================*/

#copyright {
	text-align: center;
	padding: 30px 20px;
}

@media screen and (max-width:1125px) {
	
	/*===========================================================
		ヘッダー
	===========================================================*/
	
	/*========== グローバルメニュー ==========*/
	
	header nav ul li {
		font-size: 13px;
	}
	
	header nav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	
}
	
@media screen and (max-width:999px) {
	
	body {
		font-size: 13px;
	}
	
	hr {
		margin: 30px 0;
	}
	
	.anchor {
		margin-top: -70px;
		padding-bottom: 70px;
	}
	
	.left { float: none; }
	.right { float: none; }
		
	.pc { display: none !important; }
	.sp { display: block; }
	
	.br_pc:after {
		content: "";
		white-space: normal;
	}
	
	.br_sp:after {
		content: "\A";
		white-space: pre;
	}
	
	#wrapper { padding-top: 61px; }
	
	/*===========================================================
		ヘッダー
	===========================================================*/
	
	header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}
	
	header > .inner {
		height: 60px;
	}
	
	/*========== ロゴ ==========*/
	
	header h1 {
		background: url(https://www.sendai-elcc.jp/en/images/logo_sp.png) left top no-repeat;
		background-size: contain;
		width: 100px;
		height: 40px;
		text-indent: -9999px;
		overflow: hidden;
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -20px;
	}
	
	/*========== 外部リンクエリア ==========*/
	
	header .link-area {
		position: absolute;
		top: 50%;
		right: 55px;
		margin-top: -14px;
	}
	
	header .link-area ul li {
		margin-left: 0;
	}
	
	header .link-area ul li.fb {
		background: url(https://www.sendai-elcc.jp/en/images/header_button_fb_sp.png) left top no-repeat;
		background-size: cover;
	}
	
	header .link-area ul li.line {
		margin-left: 12px;
	}
	
	header .link-area ul li.cao {
		background: url(https://www.sendai-elcc.jp/en/images/header_button_cao_sp.png) left top no-repeat;
		background-size: cover;
		width: 29px;
		margin-left: 12px;
		margin-right: 8px;
	}
	
	header .link-area ul li.mhlw {
		background: url(https://www.sendai-elcc.jp/en/images/header_button_mhlw_sp.png) left top no-repeat;
		background-size: cover;
		width: 25px;
	}
	
	/*========== グローバルメニュー ==========*/
	
	header nav {
		width: 100%;
		top: 61px;
		left: 0;
		bottom: auto;
		background-color: rgba(255,255,255,0.95);
		border-bottom: 1px solid #CCC;
		box-sizing: border-box;
		padding: 30px 15px;
		display: none;
	}
	
	header nav ul {
		letter-spacing: normal;
	}
	
	header nav ul li {
		font-size: 1.1em;
		display: block;
		border-left: none;
		border-top: 2px solid #CCC;
		background: url(https://www.sendai-elcc.jp/en/images/icon_03_sp.png) right center no-repeat;
		background-size: 17px;
	}
	
	header nav ul li:last-child {
		border-right: none;
		border-bottom: 2px solid #CCC;
	}
	
	header nav ul li a {
		padding: 10px 10px;
	}
	
	/*========== SP用グローバルメニューボタン ==========*/
	
	#button_global-menu{
		width: 41px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 5px;
	}
	
	#panel-btn-icon{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 26px;
		height: 3px;
		margin: -2px 0 0 -13px;
		background-color: #999;
		transition: .2s;
	}
	
	#panel-btn-icon:before, #panel-btn-icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 26px;
		height: 3px;
		background-color: #999;
		transition: .3s;
	}
	
	#panel-btn-icon:before{
		margin-top: -11px;
	}
	
	#panel-btn-icon:after{
		margin-top: 8px;
	}
	
	#button_global-menu .close{
		background: transparent;
	}
	
	#button_global-menu .close:before, #button_global-menu .close:after{
		margin-top: 0;
	}
	
	#button_global-menu .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	
	#button_global-menu .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	
	/*===========================================================
		メインコンテンツ
	===========================================================*/
	
	main {
		padding: 30px 15px 30px;
	}
	
	/*===========================================================
		お問い合わせ・ダウンロード
	===========================================================*/
	
	#footer_pre {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
	}
	
	#footer_pre > .inner {
		width: auto;
	}
	
	#footer_pre h5 {
		height: auto;
		background: url(https://www.sendai-elcc.jp/en/images/h_bg_01_sp.png) left top #e3e995;
		background-size: 1500px;
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 1.6em;
		margin-bottom: 20px;
		padding: 5px 10px;
	}
	
	/*========== お問い合せ・アクセス ==========*/
	
	#footer_pre section.inquiry {
		margin-bottom: 30px;
	}
	
	#footer_pre section.inquiry .left {
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	#footer_pre section.inquiry .left > .inner {
		margin-right: 0;
	}
	
	#footer_pre section.inquiry .left p {
		font-size: inherit;
		line-height: inherit;
		letter-spacing: normal;
	}
	
	#footer_pre section.inquiry .left ul { padding-top: 0; }
	
	#footer_pre section.inquiry .left ul li {
		margin-bottom: 5px;
	}
	
	#footer_pre section.inquiry .left ul li.address {
		line-height: 1.6em;
		margin-bottom: 0;
		padding-top: 5px;
	}
	
	#footer_pre section.inquiry .right {
		width: auto;
	}
	
	#footer_pre section.inquiry .right iframe {
		width: 100%;
		height: 200px;
	}
	
	#footer_pre section.inquiry .container_bottom {
		margin-top: 30px;
	}
	
	#footer_pre section.inquiry .container_bottom a.button_form {
		background: url(https://www.sendai-elcc.jp/en/images/icon_01_sp.png) right center no-repeat,
					url(https://www.sendai-elcc.jp/en/images/h_bg_01_sp.png) left top #D86A80;
		background-size: 23px, 1500px;
		font-size: 15px;
		letter-spacing: 0px;
		margin-bottom: 10px;
		padding: 10px 33px;
		border-radius: 10px;
	}
	
	#footer_pre section.inquiry .container_bottom .left,
	#footer_pre section.inquiry .container_bottom .right {
		width: auto;
	}
	
	#footer_pre section.inquiry .container_bottom .left { margin-bottom: 5px; }
	
	#footer_pre section.inquiry .container_bottom .left a,
	#footer_pre section.inquiry .container_bottom .right a {
		background: url(https://www.sendai-elcc.jp/en/images/icon_tel_sp.png) left center no-repeat;
		background-size: 20px;
		height: auto;
		line-height: 1.6em;
		padding-left: 25px;
		font-size: 20px;
	}
	
	/*========== ダウンロード ==========*/
	
	#footer_pre section.download {
		padding-bottom: 20px;
	}
	
	#footer_pre section.download > .inner {
		display: block;
		margin: 0 auto;
	}
	
	#footer_pre section.download h5 {
		margin-bottom: 20px;
	}
	
	#footer_pre section.download .left {
		width: auto;
		margin: 0 auto 10px;
		padding: 15px;
		border-width: 1px;
	}
	
	#footer_pre section.download .left.half {
		width: auto;
	}
	
	#footer_pre section.download .left h6 {
		font-size: 1.3em;
		margin-bottom: 0.3em;
	}
	
	#footer_pre section.download .left p {
		margin-bottom: 1em;
		min-height: 0;
	}
	
	#footer_pre section.download .left a.button_download {
		padding-right: 30px;
		padding-left: 1.2em;
		background: url(https://www.sendai-elcc.jp/en/images/icon_02_sp.png) right center no-repeat,
					url(https://www.sendai-elcc.jp/en/images/h_bg_01_sp.png) #D86A80;
		background-size: 25px, 1500px;
		width: auto;
		position: relative;
		display: inline-block;
		bottom: auto;
		left: auto;
		margin-left: 0;
		margin-top: 5px;
	}
	
	#footer_pre section.download .left .page-mekuri {
		width: 25px;
		height: 23px;
		right: -1px;
		bottom: -1px;
	}
	
	/*========== ページトップへ戻る ==========*/
	
	#footer_pre .gotop {
		margin-bottom: 25px;
	}
	
	#footer_pre .gotop a {
		height: 30px;
		line-height: 30px;
		background-size: 30px;
		padding-left: 40px;
		font-size: 18px;
	}
	
	/*========== サイトマップ ==========*/
	
	#footer_pre nav ul li {
		font-size: inherit;
		margin-bottom: 0px;
	}
	
	#footer_pre nav ul li a {
		padding: 5px 10px;
	}
	
	/*===========================================================
		フッター
	===========================================================*/
	
	footer > .inner {
		padding: 15px 15px;
	}
	
	/*========== 左カラム ==========*/
	
	footer > .inner > .left {
		width: 100%;
	}
	
	footer > .inner > .left a {
		width: 80px;
		height: 150px;
		background: url(https://www.sendai-elcc.jp/en/images/logo_footer_sp.png) left top no-repeat;
		background-size: contain;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	/*========== 右カラム ==========*/
	
	footer .right {
		width: 100%;
		margin-left: 0;
	}
	
	footer .right .inner {
		margin-left: 0;
	}
	
	footer .right .text_elcc {
		width: 190px;
		height: 47px;
		background: url(https://www.sendai-elcc.jp/en/images/footer_img_01_sp.png) left top no-repeat;
		background-size: contain;
		margin-bottom: 15px;
	}
	
	footer .right ul.ul1 li {
		margin-bottom: 5px;
		padding-bottom: 0;
		line-height: 1.6em;
	}
	
	footer .right ul.ul1 li.tel { padding-left: 0; }
	
	footer .right ul.ul1 li.tel a {
		background-size: 20px;
		background-position: 6px center;
		height: 27px;
		line-height: 27px;
		margin-bottom: 5px;
		padding-left: 30px;
		padding-right: 10px;
		font-size: 20px;
	}
	
	footer .right ul.ul1 li.tel a:last-child { padding-right: 0; }
	
	footer .right ul.ul1 li.tel a:first-child {
		margin-right: 0;
	}
	
	footer .right ul.ul1 li.tel .br:after {
		content: none;
		white-space: normal;
	}
	
	footer .right ul.ul1 li.address,
	footer .right ul.ul1 li.time {
		margin-bottom: 0;
		padding-top: 5px;
		line-height: 1.4em;
	}
	
	footer .right ul.ul1 li.address {
		background-position: 0 0;
	}
		
	footer .right .link-area {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		margin-top: 10px;
	}
	
	footer .right .link-area ul li.cao {
		background: url(https://www.sendai-elcc.jp/en/images/footer_button_cao_sp.png) top left no-repeat;
		background-size: contain;
		width: 90px;
		height: 29px;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	footer .right .link-area ul li.mhlw {
		background: url(https://www.sendai-elcc.jp/en/images/footer_button_mhlw_sp.png) top left no-repeat;
		background-size: contain;
		width: 90px;
		height: 32px;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	footer .right .link-area ul li.line a {
		width: 234px;
		height: 69px;
	}
	
	footer .right .link-area ul li.banner img {
		margin: 0 auto;
		max-width: 100%;
	}
	
	/*===========================================================
		コピーライト
	===========================================================*/
	
	#copyright {
		padding: 15px 15、px;
		font-size: 12px;
		line-height: 1.6em;
	}
		
}