@charset "UTF-8";
/* ========================================================
	energy-choice.css => エネルギー替え
======================================================== */
body {
  color: #000000;
}

#topicPath {
  margin-bottom: 0;
}

a {
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

/* .energy-choice
============================================================================================================ */
.main2 {
  margin: 0 auto;
  text-align: center;
}
.pc_appear {
  display: block;
}

.sp_appear {
  display: none;
}

.main_title {
  margin: 50px 0px;
  /*height: 740px;*/
  /*background: url(../images/img-main.jpg) no-repeat center;*/
}

.main_title_inner {
  max-width: 1180px;
  /*height: 740px;*/
  margin: 0 auto;
  position: relative;
}

#topicPath {
  border-top: 0;
}

.button a {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	height: 70px;
	border-radius: 100px;
	background-color: #ff0000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 2rem;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 1100px;
  margin-bottom: 20px;
}
.button a::after {
	content: "";
	position: absolute;
	right: 22px;
	width: 26px;
	bottom: 50%;
	margin-bottom: -5px;
	border-bottom: 2px solid #fff;
}
.button a::before {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 50%;
	height: 7px;
	margin-bottom: -5px;
	border-right: 3px solid #fff;
	transform-origin: 100% 100%;
	transform: skewX(45deg);
}

.pdf a {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	height: 70px;
	border-radius: 100px;
	background-color: #000000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 2rem;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 1100px;
}
.pdf a::after {
	content: "";
	position: absolute;
	right: 22px;
	width: 26px;
	bottom: 50%;
	margin-bottom: -5px;
	border-bottom: 2px solid #fff;
}
.pdf a::before {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 50%;
	height: 7px;
	margin-bottom: -5px;
	border-right: 3px solid #fff;
	transform-origin: 100% 100%;
	transform: skewX(45deg);
}