@charset "utf-8";

/* CSS Document */
@media (min-width: 768px) {
	.txt01 {
		font-size: 16px;
		line-height: 2.0em;
	}

	a {
		text-decoration: underline;
	}
}

a {
	padding-left: 8px;
	line-height: 2.0em;
}



/*-----------------------*/

#global_header {
	border-bottom: #10488c solid 2px;
	background-color: #fff;
}

#global_header h1 {
	margin: 0 auto;
	padding: 27px 0 24px 0;
}

#global_footer {
	margin-top: 100px;
	background-color: #f8f8f8;
	border-top: 1px solid #e7e7e7;
	padding: 20px 0 10px;
}

#global_footer .global_footer__link a {
	color: #777;
}

#global_footer .global_footer__link a:hover,
#global_footer .global_footer__link a:focus {
	color: #555;
	text-decoration: none;
}

#global_footer .global_footer__copy {
	text-align: right;
	color: #666;
}

@media (max-width: 767px) {
	#global_footer .global_footer__link {
		text-align: center;
	}

	#global_footer .global_footer__copy {
		text-align: center;
	}
}

.contents-nav {
	padding-left: 25px;
}

#simple-menu {
	position: fixed;
	top: 0;
	z-index: 999999;
}

#simple-menu img {
	position: absolute;
	top: 50px;
	width: 40px;
}

@media (min-width: 768px) {
	#simple-menu img {
		width: 50px;
	}
}

.sidr {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: none;
	overflow-y: auto;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 13px;
	background: #333;
	color: #fff;
	-webkit-box-shadow: inset 0 0 5px 5px #222;
	-moz-box-shadow: inset 0 0 5px 5px #222;
	box-shadow: inset 0 0 5px 5px #222;
}

.sidr .sidr-inner {
	padding: 0 0 15px;
}

.sidr .sidr-inner > p {
	margin-left: 15px;
	margin-right: 15px;
}

.sidr.right {
	left: auto;
	right: -260px;
}

.sidr.left {
	left: -260px;
	right: auto;
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
	font-size: 11px;
	font-weight: normal;
	padding: 0 15px;
	margin: 0 0 5px;
	color: #fff;
	line-height: 24px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: linear-gradient(#4d4d4d, #1a1a1a);
	-webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.sidr p {
	font-size: 13px;
	margin: 0 0 12px;
}

.sidr p a {
	color: rgba(255, 255, 255, 0.9);
}

.sidr > p {
	margin-left: 15px;
	margin-right: 15px;
}

.sidr ul {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #4d4d4d;
}

.sidr ul li {
	display: block;
	margin: 0;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #1a1a1a;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
	border-top-color: #000;
}

.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
}

.sidr ul li a,
.sidr ul li span {
	padding: 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}

.sidr ul li ul {
	border-bottom: none;
	margin: 0;
}

.sidr ul li ul li {
	line-height: 40px;
	font-size: 13px;
}

.sidr ul li ul li:last-child {
	border-bottom: none;
}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
	border-top: none;
	line-height: 41px;
}

.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span,
.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span,
.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
	color: rgba(255, 255, 255, 0.8);
	padding-left: 30px;
}

.sidr form {
	margin: 0 15px;
}

.sidr label {
	font-size: 13px;
}

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
	width: 100%;
	font-size: 13px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: none;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.6);
	display: block;
	clear: both;
}

.sidr input[type=checkbox] {
	width: auto;
	display: inline;
	clear: none;
}

.sidr input[type=button],
.sidr input[type=submit] {
	color: #333;
	background: #fff;
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
	background: rgba(255, 255, 255, 0.9);
}

body {
	letter-spacing: 0.1em;
}

.img-responsive_center {
	max-width: 100%;
	height: auto;
}

.img-responsive_center_half {
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.img-responsive_center_half {
		max-width: 60%;
	}
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb200 {
	margin-bottom: 200px;
}

.mb80_mb50 {
	margin-bottom: 80px;
}

@media (min-width: 768px) {
	.mb80_mb50 {
		margin-bottom: 50px;
	}
}

.yellow-copy {
	color: #fca933;
	font-weight: 800;
	font-size: 34px;
}

@media (max-width: 992px) {
	.yellow-copy {
		font-size: 26px;
	}

	.yellow-copy .icon {
		margin: 0 5px 0 5px;
		font-size: 28px;
	}

	.yellow-copy sup.icon {
		margin: 0 5px 0 5px;
		font-size: 17px;
	}
}

@media (max-width: 480px) {
	.yellow-copy {
		font-size: 17px;
	}

	.yellow-copy .icon {
		margin: 0 5px 0 5px;
		font-size: 20px;
	}

	.yellow-copy sup.icon {
		margin: 0 5px 0 5px;
		font-size: 12px;
	}
}

ol.yellow-copy {
	padding-left: 0;
	list-style-position: inside;
}

.yellow-read {
	font-size: 14px;
}

@media (max-width: 992px) {
	.yellow-read {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.yellow-read {
		font-size: 10px;
	}
}

.blue-title {
	color: #0b4e9f;
	font-weight: 800;
	font-size: 14px;
}

@media (max-width: 992px) {
	.blue-title {
		font-size: 12px;
	}
}

.link-box {
	border: #577eae solid 1px;
	padding: 20px;
	text-align: right;
}

.link-box img {
	margin-top: -4px;
	margin-left: 10px;
}

.link-box span {
	margin-left: 10px;
	font-size: 12px;
}

@media (max-width: 480px) {
	h3 {
		font-size: 26px;
	}
}

@media (max-width: 480px) {
	h4 {
		font-size: 21px;
	}
}

.title {
	padding: 15px 0;
}

.title .title-box {
	-webkit-box-shadow: 0px 0px 5px #808080;
	-moz-box-shadow: 0px 0px 5px #808080;
	box-shadow: 0px 0px 5px #808080;
	background-color: lightcoral;
	background-image: -moz-linear-gradient(top, #10478b 50%, #082e6c);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #10478b), color-stop(1, #082e6c));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#10478b', endColorstr='#082e6c');
	background: linear-gradient(#10478b, #082e6c);
	border: 1px solid #ffffff;
	background-color: #10478b;
	padding: 25px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 28pt;
	color: #ffffff;
	text-align: center;
	outline: 0px solid #FFC0CB;
	position: relative;
}

.subtitle-box {
	margin-top: 30px;
	margin-bottom: 10px;
}

@media (min-width: 480px) {
	.subtitle-box {
		margin-top: 20px;
	}
}

@media (min-width: 480px) {
	.subtitle-box .img-responsive {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}

.content-box {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 3px 3px silver;
	padding-bottom: 100px;
	position: relative;
}

#content0.content-box {
	padding-bottom: 0px;
}

.shadow-box {
	background-color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2', MakeShadow='true', ShadowOpacity='0.3');
	margin-bottom: 10px;
}

.list-box {
	margin-bottom: 100px;
}

.list-box h4 {
	font-weight: 600;
	margin-bottom: 22px;
}

.list-box li {
	font-size: 18px;
	padding-left: 20px;
	margin-bottom: 10px;
	background: url(../../common/images/icon-list.png) 0 8px no-repeat;
}

.image-box img {
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.image-box img {
		margin-bottom: 80px;
		height: auto;
	}
}

@media (max-width: 768px) {
	.image-box .last {
		margin-bottom: 100px;
		height: auto;
	}
}

.content-ribbon {
	background-color: #fff;
	margin: 0;
}

.content-ribbon .ribbon01 {
	background-color: #6c99d1;
	font-size: 24px;
	color: #0f478b;
	font-weight: 600;
	padding-left: 15px;
	margin-left: -15px;
	margin-right: 0;
	margin-bottom: 15px;
	width: 200px;
	line-height: 50px;
	position: relative;
	margin-top: 50px;
	background-color: #6c99d1;
	background: -webkit-gradient(linear, left top, left bottom, from(#6c99d1), to(#577faf));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#6c99d1', endColorstr='#5479a8');
	background: -webkit-linear-gradient(#6c99d1, #577faf);
	background: -moz-linear-gradient(#6c99d1, #577faf);
	background: -o-linear-gradient(#6c99d1, #577faf);
	background: linear-gradient(#6c99d1, #577faf);
}

.content-ribbon .ribbon01:before {
	position: absolute;
	top: 0;
	left: 150px;
	content: "";
	border: 25px solid transparent;
	border-right-color: #fff;
}

footer {
	margin-top: 100px;
}

footer .footer-inner {
	background: #444444 url(../../common/images/footer-center.png) top center no-repeat;
}

footer .footer-inner a {
	color: #fff;
	display: block;
}

footer .footer-inner a .mr {
	padding-right: 5px;
}

@media (min-width: 768px) {
	footer .footer-inner a .mr {
		padding-right: 30px;
	}
}

footer .footer-inner a .ml {
	padding-left: 0;
}

@media (min-width: 768px) {
	footer .footer-inner a .ml {
		padding-left: 30px;
	}
}

footer .footer-inner a p {
	color: #fff;
	padding: 10px 0 5px 0;
}

footer .footer-inner a p .icon-footer {
	margin-right: 10px;
}

footer .footer-inner a:hover {
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
	box-shadow: inset 0 0 15px 3px #222;
}

footer address {
	padding: 15px 0 0 0;
	font-size: 80%;
	color: #999999;
}

footer .icon {
	font-size: 14px;
}

@media (max-width: 992px) {
	footer .icon {
		font-size: 10px;
	}
}

@media (min-width: 992px) {
	#now_energy #content1 .content1-graph5 {
		max-width: 400px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	#now_energy #content1 .content1-graph5 img {
		max-width: 400px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	#now_energy #content2 .content2-graph1 {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	#now_energy #content2 .content2-graph1 img {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	#now_energy #content2 .content2-graph2 {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	#now_energy #content2 .content2-graph2 img {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	#now_energy #content3 .content3-graph1 {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	#now_energy #content3 .content3-graph1 img {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

#faq .title h2,
#faq .title .text {
	font-size: 28px;
	line-height: 150%;
}

#faq .title h2 .icon,
#faq .title .text .icon {
	font-size: 36px;
	padding-left: 3px;
	padding-right: 3px;
}

#faq .title h2 sup.icon,
#faq .title .text sup.icon {
	font-size: 22px;
}

@media (max-width: 992px) {

	#faq .title h2,
	#faq .title .text {
		font-size: 22px;
		line-height: 130%;
	}

	#faq .title h2 .icon #faq .title .text .icon {
		font-size: 30px;
		padding-left: 1px;
		padding-right: 1px;
		line-height: 130%;
	}

	#faq .title h2 sup.icon,
	#faq .title .text sup.icon {
		font-size: 16px;
	}
}

@media (max-width: 480px) {

	#faq .title h2,
	#faq .title .text {
		font-size: 19px;
		line-height: 110%;
	}

	#faq .title h2 .icon,
	#faq .title .text .icon {
		font-size: 28px;
		padding-left: 1px;
		padding-right: 1px;
		line-height: 130%;
	}

	#faq .title h2 sup.icon,
	#faq .title .text sup.icon {
		font-size: 14px;
	}
}

#faq .yellow-copy {
	color: #fca933;
	font-weight: 800;
	font-size: 14px;
}

@media (max-width: 992px) {
	#faq .yellow-copy {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	#faq .yellow-copy {
		font-size: 10px;
	}
}

#faq .blue-title_label {
	margin-bottom: 5px;
}

#faq .blue-title_label h4 {
	color: #0b4e9f;
	padding: 15px;
	background-color: #eee;
	font-size: 21px;
}

#faq .blue-title_label h4 a {
	text-decoration: none;
}

#faq .blue-title_label h4 .icon {
	font-size: 28px;
}

@media (max-width: 992px) {
	#faq .blue-title_label h4 {
		font-size: 20px;
		padding: 15px;
	}

	#faq .blue-title_label h4 .icon {
		font-size: 23px;
	}
}

@media (max-width: 768px) {
	#faq .blue-title_label h4 {
		font-size: 23px;
	}

	#faq .blue-title_label h4 .icon {
		font-size: 26px;
	}
}

@media (max-width: 480px) {
	#faq .blue-title_label h4 {
		font-size: 20px;
	}

	#faq .blue-title_label h4 .icon {
		font-size: 23px;
	}
}

#faq .blue-title {
	min-height: 5em;
}

#faq .movie-btn {
	color: #428bca;
}

#faq .movie-btn .play-img_box {
	width: 80%;
	height: auto;
	margin: 20px auto 0 auto;
}

#faq .movie-btn .play-img_box .play-img {
	height: auto;
	margin: 0 auto;
}

@media (max-width: 992px) {
	#faq .movie-btn .play-img_box .play-img {
		max-width: 300px;
		width: 100%;
	}
}

#faq .movie-btn .play-answer {
	margin: 10px auto 80px auto;
	font-size: 28px;
}

@media (max-width: 992px) {
	#faq .movie-btn .play-answer {
		font-size: 26px;
	}
}

@media (max-width: 768px) {
	#faq .movie-btn .play-answer {
		font-size: 26px;
	}
}

@media (max-width: 480px) {
	#faq .movie-btn .play-answer {
		font-size: 23px;
	}
}

#faq .movie-btn .play-answer .icon .play {
	padding-left: 5px;
	font-size: 23px;
}

@media (max-width: 480px) {
	#faq .movie-btn .play-answer .icon .play {
		padding-left: 3px;
		font-size: 20px;
	}
}

#faq a:hover .movie-btn .play-img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#faq #movie a:hover {
	text-decoration: none !important;
}

#faq #movie a:hover .play-answer {
	color: #ccc;
}

#faq #movie a:hover .play-answer .play {
	color: #fca933;
}

#movie-body {
	overflow: hidden !important;
	height: 100%;
}

#player {
	max-width: 100%;
	height: 100%;
	overflow: hidden;
}

/**********************************************/
/*
 * base
 */
#faq a {
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
}

#faq a:active,
#faq a:hover {
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
}

/*
 * layout
 */
.box-section {
	margin: 20px 0 55px 0;
}

@media only screen and (min-width: 668px) {
	.box-section {
		margin: 40px 0 80px 0;
		padding-bottom: 40px;
	}
}

.box-section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.box-section2 {
	margin: 20px 0 20px 0;
}

@media only screen and (min-width: 668px) {
	.box-section2 {
		margin: 40px 0 40px 0;
	}
}

/*
 * module
 */
.hdg-lv2 {
	margin-top: 20px;
	margin-bottom: 5px;
	color: #0b4e9f;
	padding: 25px 10px;
	background-color: #eee;
	font-size: 21px;
	text-align: center;
}

.hdg-lv3 {
	padding: 20px 20px;
	border: 1px solid #10488C;
	color: #10488C;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

@media only screen and (min-width: 668px) {
	.hdg-lv3 {
		padding: 20px 0 20px 0;
		font-size: 20px;
	}
}

.hdg-lv4 {
	margin: 20px 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
}

@media only screen and (min-width: 668px) {
	.hdg-lv4 {
		margin: 40px 0 40px;
	}
}

.paragraph01 {
	margin: 20px 0 20px;
	letter-spacing: .1em;
}

@media only screen and (min-width: 668px) {
	.paragraph01 {
		margin: 40px 0 40px;
	}
}

.ul01 {
	margin: 20px 0 20px;
	padding-left: 20px;
	letter-spacing: 0.1em;
	font-size: 14px;
}

@media only screen and (min-width: 668px) {
	.ul01 {
		margin: 40px 0 40px;
		font-size: 15px;
	}
}

.ul01 li {
	margin-bottom: 10px;
}

.table01 {
	background: #fff;
	border: 1px solid #ddd;
	font-size: 13px;
}

.table01 th,
.table01 td {
	border: none !important;
	border-right: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
}

.table01 th {
	color: #222;
	font-weight: bold;
	padding: 9px;
}

.table01 thead {
	background: #f5f5f5;
}

.table01 .toggle-select {
	display: inline;
}

.table01 .toggle-label {
	display: none;
}

.table01 .js-is-inactive {
	display: none;
}

@media (min-width: 668px) {
	.table01 .js-is-inactive {
		display: table-cell;
	}

	.table01 .toggle-select {
		display: none;
	}

	.table01 .toggle-label {
		display: inline;
	}
}

.img-bg_color {
	/*background-color: #4775aa;*/
	display: block;
	/*padding:20px 10px;*/
	max-width: 100%;
	/*border-radius: 10px;*/
}


/*
 * utility
 */
strong {
	font-weight: bold;
}

.img-responsive2 {
	max-width: 100%;
	height: auto;
}

/* Renovation of existing page 20231013*/
#faq article {
	background: #fff;
}

/* anchor link */
.box-anchor {
	padding: 20px 0 20px;
}

.box-anchor_link {
	display: flex;
	justify-content: center;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
}

.box-anchor_link li + li {
	margin-top: 10px;
}

.box-anchor_link li a {
	font-size: 14px;
	line-height: 1.5;
	padding-left: 20px;
	position: relative;
	display: inline-block;
}

.box-anchor_link li a::before {
	content: "";
	background: url('/sp/re-operation/images/icn-arrow-down.svg') top center no-repeat;
	background-size: cover;
	width: 14px;
	height: 9px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 7px;
}

@media only screen and (min-width: 668px) {
	.box-anchor {
		padding: 45px 0;
	}

	.box-anchor_link {
		flex-direction: row;
	}

	.box-anchor_link li + li {
		margin-top: 0;
	}

	.box-anchor_link li:not(:last-child) {
		margin-right: 40px;
	}

	.box-anchor_link li a {
		font-size: 20px;
		padding-left: 28px;
	}

	.box-anchor_link li a::before {
		width: 21px;
		height: 14px;
	}
}

@media (max-width: 992px) {
	.box-anchor_link {
		flex-direction: column;
	}
}

/* Map & Chart */
.section-map + .section-status {
	margin-top: 85px;
}

.box-map {
	margin-top: 40px;
}

.box-map_area {
	display: none;
}

/*
@media only screen and (min-width: 668px) {
*/

/**
  .box-map{
    margin-top: 75px;
  }
*/
.box-map_img {
	max-width: 856px;
	margin: 0 auto;
	position: relative;
}

.box-map_area {
	position: absolute;
	display: inline-flex;
	align-items: center;
	height: 5.8%;
	font-size: 0;
	padding: 0 11px;
	background: transparent;
	border: solid 2px transparent;
	transition: 0.25s !important;
}

.box-map_area:hover {
	border-color: #14b4ff;
	background: rgba(255, 255, 255, 0.2);
}

.box-map_area--01,
.box-map_area--02,
.box-map_area--03,
.box-map_area--04,
.box-map_area--05,
.box-map_area--06,
.box-map_area--07,
.box-map_area--08 {
	width: 18.27%;
	left: 2.33%;
}

.box-map_area--01 {
	/* 志賀 */
	top: 3%;
}

.box-map_area--02 {
	/* 敦賀 */
	top: 9.5%;
}

.box-map_area--03 {
	/* 美浜 */
	top: 16%;
}

.box-map_area--04 {
	/* 大飯 */
	top: 22.6%;
}

.box-map_area--05 {
	/* 高浜 */
	top: 29.1%;
}

.box-map_area--06 {
	/* 島根 */
	top: 35.5%;
}

.box-map_area--07 {
	/* 上関 */
	top: 42%;
}

.box-map_area--08 {
	/* 玄海 */
	top: 48.55%;
}

.box-map_area--09,
.box-map_area--10 {
	width: 15.42%;
	top: 80.57%;
}

.box-map_area--09 {
	/* 川内 */
	left: 2.33%;
}

.box-map_area--10 {
	/* 伊方 */
	left: 19.97%;
}

.box-map_area--11 {
	/* 泊 */
	width: 13.43%;
	top: 6.1%;
	right: 37.73%;
}

.box-map_area--12,
.box-map_area--13,
.box-map_area--14,
.box-map_area--15,
.box-map_area--16,
.box-map_area--17,
.box-map_area--18,
.box-map_area--19,
.box-map_area--20,
.box-map_area--21 {
	right: 2.33%;
	width: 23.55%;
}

.box-map_area--12 {
	/* 大間 */
	top: 6.1%;
	width: 16.35%;
}

.box-map_area--13 {
	/* 東通(東京電力HD) */
	top: 12.89%;
}

.box-map_area--14 {
	/* 東通(東北電力) */
	top: 19.57%;
}

.box-map_area--15 {
	/* 柏崎刈羽 */
	top: 26.25%;
	height: 9.8%;
}

.box-map_area--16 {
	/* 女川 */
	top: 37%;
}

.box-map_area--17 {
	/* 福島第一 */
	top: 43.85%;
	height: 9.8%;
}

.box-map_area--18 {
	/* 福島第二 */
	top: 54.32%;
}

.box-map_area--19 {
	/* 東海 */
	top: 61.2%;
}

.box-map_area--20 {
	/* 東海第二 */
	top: 67.83%;
}

.box-map_area--21 {
	/* 浜岡 */
	top: 74.66%;
}

/*
}
*/

.box-chart {
	display: flex;
	flex-direction: column;
	margin: 30px 0 45px;
}

.box-chart_text {}

.box-chart_text p {
	font-size: 14px;
	line-height: 2;
}

.box-chart_text p + p {
	margin-top: 30px;
}

.box-chart_img {
	margin-top: 60px;
}

@media only screen and (min-width: 668px) {
	.box-chart {
		flex-direction: row;
		margin: 50px 0 50px;
	}

	.box-chart_text {
		width: 65%;
		padding-right: 60px;
	}

	.box-chart_text p {
		font-size: 16px;
		line-height: 2;
	}

	.box-chart_text p + p {
		margin-top: 40px;
	}

	.box-chart_img {
		width: 35%;
		margin-top: 0;
	}
}



/* Accordion */
html {
	scroll-behavior: smooth;
}

.accordion {
	cursor: pointer;
	background: #6893B0;
	margin: 10px 0;
	font-size: 16px;
	color: #fff;
	padding: 8px 45px;
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
}

.accordion.is-active {
	background: #10488c;
	font-weight: bold;
}

.accordion.is-active .icon-arrow::before {
	transform: translateY(-50%) rotate(270deg);
}

.panel {
	display: none;
	margin-bottom: 40px;
	border-radius: 0;
	box-shadow: none;
}

.accordion-hdg {
	background: none;
	padding: 0 15px;
	color: #10488C;
	font-size: 20px;
	font-weight: bold;
	border-left: solid 5px #10488C;
}

.panel iframe {
	width: 100%;
	height: 250px !important;
}

.panel-block {
	border-bottom: dotted 1px #aaa;
	padding-top: 25px;
	padding-bottom: 35px;
}

.panel-block:last-child {
	border-bottom: dotted 2px #10488C;
}

@media only screen and (min-width: 668px) {
	.accordion {
		margin: 10px 0;
		font-size: 20px;
		color: #fff;
		padding: 10px 60px;
	}

	.accordion:hover {
		background: #10488c;
		font-weight: bold;
	}

	.accordion-hdg {
		font-size: 25px;
		padding: 0 20px;
		border-left: solid 7px #10488C;
	}

	.panel iframe {
		height: 450px !important;
	}

	.panel-block {
		padding-top: 30px;
		padding-bottom: 40px;
	}
}

.icon {
	position: relative;
	display: inline-block;
	letter-spacing: 0;
}

.icon-arrow::before {
	content: '';
	background: url('/sp/re-operation/images/icn-arrow.svg') top center no-repeat;
	background-size: cover;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: -35px;
	transform: translateY(-50%) rotate(180deg);
	transition: all 0.3s ease;
}

@media only screen and (min-width: 668px) {
	.icon-arrow::before {
		width: 28px;
		height: 28px;
		font-size: 10px;
		left: -50px;
	}
}

.title {
	color: #10488C;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding: 0;
}

@media only screen and (min-width: 668px) {
	.title {
		font-size: 18px;
	}
}

.tbl {
	width: 100%;
	overflow-x: auto;
}

.tbl table {
	width: 100%;
	max-width: none;
	table-layout: fixed;
}

.tbl table.is-scroll {
	width: 1100px;
}

.tbl table.is-scroll_type1 {
	width: 800px;
}

.tbl table th,
.tbl table td {
	font-size: 14px;
	text-align: center;
	padding: 10px;
	border: solid 1px #6C91BB;
	word-break: break-word;
}

.tbl table th {
	color: #fff;
	background: #2B6F9E;
	font-weight: bold;
}

.tbl table td {
	color: #707070;
}




.tbl table.is-scroll {
	width: 1100px;
}

.tbl table.is-scroll_type1 {
	width: 800px;
}

.tbl table.is-scroll_1line {
	max-width: 100%;
}

@media only screen and (min-width: 668px) {
	.tbl table.is-scroll {
		width: 1500px;
	}

	.tbl table.is-scroll_type1 {
		width: 1130px;
	}

	.tbl table.is-scroll_1line {
		max-width: 500px;
	}

	.tbl table th,
	.tbl table td {
		font-size: 15px;
		padding: 12px;
	}

}





/* back to top */
.nav-backtotop {
	position: fixed;
	bottom: 0px;
	right: 20px;
	width: 44px;
	opacity: 0;
	z-index: -1;
	transition: 0.5s;
}

.nav-backtotop a {
	outline: none;
}

.nav-backtotop.show {
	opacity: 1;
	z-index: 99;
	bottom: 20px;
}

.no-touchevents .nav-backtotop:hover {
	opacity: 0.8;
}

.nav-backtotop img {
	width: 100%;
}

@media only screen and (min-width: 668px) {
	.nav-backtotop {
		width: 52px;
	}
}





/*# sourceMappingURL=common.scss.map */

/*# sourceMappingURL=common.css.map */



/*▼AQ ADD 23125*/

.txt_address {
	font-size: 120%
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.box-map_note {
	max-width: 815px;
	display: block;
	color: #6893b0;
	margin: 10px 0 0 11px;
	font-size: 10px;
}

@media only screen and (min-width: 668px) {

	.box-map_note {
		margin: 10px 0 0 18px;
		font-size: 14px;
	}
}

@media only screen and (min-width: 992px) {

	.box-map_note {
		margin: 10px auto;
		font-size: 14px;
	}

	.accordion-content {
		margin-bottom: 50px;
	}

}

/*▲AQ ADD 23125*/


/*▼AQ ADD 240419*/
.info_box {
	margin: 0 auto 0 auto;
	background: #fff;
	padding: 32.5px 40px 24.5px;
	border: dotted 3px #7E7E7E;
}

@media only screen and (max-width: 767px) {
	.info_box {
		margin: 38px 0 0;
		font-size: 15px;
		letter-spacing: 0.04em;
		line-height: 1.45;
		padding: 24px 16px;
	}
}
/*▲AQ ADD 240419*/
