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

body {
	margin: 0 auto;
	padding: 0;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体",YuGothic,"游ゴシック Medium","YuGothic M","メイリオ",Meiryo,sans-serif;
	line-height: 1.6;
}

a {color: #0073aa; text-decoration: none;}
a:hover {text-decoration: underline;}
a:hover,a:active {color: #00a0d2;}
img {border: 0; vertical-align: bottom;}
h3 a {color: white;}
h3 a:hover {color: #fda128; text-decoration: none;}
.marker {background: linear-gradient(transparent 60%, #ff0 60%); font-weight: bold;}
.red {color: #ff5555;}
article {
	margin: 0;
	padding: 0;
}
article p {
	margin:25px 0;
	font-size: 16px;
	line-height: 1.70;
	letter-spacing: 0.03em;
}
input,textarea {
  font-size: 16px !important;
}

/* ========= header ========= */
#all_wrap {
	margin-bottom: 30px;
}
header#top_nav {
	width: 100%;
	background: #f9f9f9;
	box-shadow: 0 0 6px rgba(0,0,0,0.6);
	position: relative;
	z-index: 200;
}
#title {
	background: #313131;
}
#title h1 {
	margin: 0;
	padding: 0 15px;
	width: auto;
	height: 25px;
	line-height: 25px;
	color: #94f128;
	font-size: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#logo {
	width: 16%;
	position: absolute;
	z-index: 1;
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 6px 0 9px;
	text-align: center;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
#logo a {
	display: block;
}
#logo img {
	width: 85%;
	margin: 0 auto;
	display: block;
}


/* ========= animation ========= */
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-webkit-keyframes rotate {
	0% {-webkit-transform: rotate(0deg); transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes rotate {
	0% {-webkit-transform: rotate(0deg); transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg); transform: rotate(360deg);
	}
}
@-webkit-keyframes masking {
	0% {-webkit-transform: translate(-101%, 0); transform: translate(-101%, 0);}
	42%,58% {-webkit-transform: translate(0, 0%); transform: translate(0, 0%);}
	100% {-webkit-transform: translate(101%, 0); transform: translate(101%, 0);}
}
@keyframes masking {
	0% {-webkit-transform: translate(-101%, 0); transform: translate(-101%, 0);}
	42%,58% {-webkit-transform: translate(0, 0%); transform: translate(0, 0%);}
	100% {-webkit-transform: translate(101%, 0); transform: translate(101%, 0);}
}
@-webkit-keyframes comet {
	0% {-webkit-transform: translate(0%, 0); transform: translate(0%, 0);}
	100% {-webkit-transform: translate(100%, 0); transform: translate(100%, 0);}
}
@keyframes comet {
	0% {-webkit-transform: translate(0%, 0); transform: translate(0%, 0);}
	100% {-webkit-transform: translate(100%, 0); transform: translate(100%, 0);}
}
@-webkit-keyframes heroText {
	0% {opacity: 0; -webkit-transform: translate(0, 15px); transform: translate(0, 15px);}
	100% {opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0);
	}
}
@keyframes heroText {
	0% {opacity: 0; -webkit-transform: translate(0, 15px); transform: translate(0, 15px);}
	100% {opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0);}
}

/* ========= top_fv ========= */
#top_fv {
	width: 100%;
	background: url(../../images/top_fv_bg.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
}
#top_fv::before {
	content: '';
	position: absolute;
	top: -5px;
	right: 35%;
	left: -5px;
	height: 13.5vw;
	background-image: url(../../images/battery_fv_tiangle_top.svg);
	background-size: cover;
}
.top_fv_catchbox {
	position: relative;
	display: flex;
	z-index: 0;
}
.top_fv_catchbox_2 {
	margin-top: -400px;
	padding-top: 110px;
	padding-bottom: 20px;
	position: relative;
	background-image: url(../../images/battery_fv_tiangle_bottom.svg);
	background-size: cover;
	color: #FFFFFF;
	background-position: top 25px left 0;
	background-repeat: no-repeat;
}
.top_fv_catch {
	width: 65%;
  height: auto;
  position: absolute;
  top: 40px;
  right: 0;
}
.top_fv_catch img {width: 100%;}

.top_fv_man {
  padding-right: 20px;
	width: 35%;
  position: relative;
  top: 79px;
}
.top_fv_man img {width: 100%;}
.catchbox_inner {
  position: relative;
  display: flex;
}
.blur_panel {
  margin: auto;
  position: absolute;
  top: 185px;
}
.blur_panel ul {
	list-style: none;
	display: flex;
}
.blur_panel ul li {
	margin-left:  10px;
	width: 150px;
	height: 150px;
	color: #FFFFFF;
	border-radius: 50%;
	border: 10px solid rgba(255,255,255,.15);
	box-shadow: 1px 1px 4px rgba(0,0,0,.3);
	position: relative;
	text-align: center;
	line-height: 1.1;
	background: rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blur_panel ul li::before {
	content: "";
	background: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
}
.blur_panel ul li span {
	font-size: 36px;
	font-weight: bold;
	position: relative;
  color: #4a4a4a;
  text-shadow: 0 0 8px #fff;
}
.battery_img {
  margin-left: auto;
  position: relative;
  right: 0;
  width: 52%;
}
.battery_img img {width: 100%;}
.sp_only {display: none;}

@media (max-width: 1024px) {
	#logo {
		width: 22%;
		left: 15px;
	}
	.top_fv_catchbox_2 {
		margin-top: -280px;
		padding-top: 90px;
	}
	.simple_header .container {
		width: 100%;
	}
	.battery_img {
		width: 45%;
	}
	.blur_panel {
		top: 80px;
	}
}

@media (max-width: 768px) {
	#logo {
		width: 30%;
		left: 15px;
	}
	.top_fv_catchbox_2 {
		margin-top: -190px;
		padding-top: 50px;
	}
	.blur_panel {
		top: 60px;
		width: 50%;
	}
	.blur_panel ul li span {
    font-size: 28px;
	}
	.blur_panel ul li {
    margin-left: 10px;
    width: 120px;
    height: 120px;
	}
}

@media (max-width: 480px) {
	#logo {
    width: 39%;
    left: 10px;
		padding: 6px 0 8px;
	}
	#logo img {
		width: 89%;
	}
	#top_fv {
		height: auto;
		background: url(../../images/top_fv_bg_sp.jpg) center top no-repeat;
	}
	#top_fv .container {
		padding: 0;
	}
	.sp_only {
		display: block;
	}
	#sp_top img {
		width: 100%;
		height: auto;
	}
	#top_fv::before {
		top: 0;
		right: 0;
		left: 0;
		height: 25vw;
	}
	.top_fv_catchbox {
		display: block;
		z-index: inherit;
	}
	.top_fv_man {
		width: 100%;
		padding: 0 40px;
		margin-top: 100px;
		top: -90px;
		text-align: center;
	}
	.top_fv_man img {
		width: 90%;
	}
	.top_fv_catch {
		width: 100%;
		padding: 0 10px;
		top: auto;
		right: auto;
		bottom: 66vw;
		z-index: 2;
	}
	.top_fv_catchbox_2 {
		margin-top: -360px!important;
		padding-bottom: 10px!important;
		padding-top: 170px;
	}
	.battery_img {
		width: 90%;
		margin: 25px auto 0;
	}
	.blur_panel {
		width: 100%;
		top: -67px;
		z-index: 1;
	}
	.blur_panel ul {
		justify-content: space-evenly;
	}
	.blur_panel ul li {
		width: 105px;
		height: 105px;
		margin: 0;
	}
	.blur_panel ul li span {
		font-size: 24px;
	}
}

/* TOP一括見積りフォームエリア */
.estimate_form_area {
  padding: 50px 0;
  position: relative;
  background: #f4f8e5;
}

.postal_code_search_wrap.area {
  margin: 0 auto;
  width: 800px;
  height: 325px;
}
.postal_code_search_wrap.area.maker_page {
	height: auto;
  width: 870px;
  border: 5px solid #ddd;
}

@media (max-width: 768px) {
  .postal_code_search_wrap.area,.postal_code_search_wrap.area.maker_page {
    width:100%;
    height: auto;
    border: none;
	}
}

/* 2019FIT問題 */
section h2.ttl {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin: 0 0 35px;
  padding: 30px 0;
  color: #FFFFFF;
  background: linear-gradient(to right, #006a09,#7cc565);
}
section h3.top {
  margin: 20px 0 35px;
	padding-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
	position: relative;
	border-bottom: 4px solid #7CC565;
	text-align: center;
}
section h3.top::after {
	position: absolute;
  content: " ";
  border-bottom: solid 4px #1c7500;
  bottom: -4px;
  width:10%;
  display: block;
}
.fit2019_box {display: flex; width: 100%;}
.fit2019_txt {width: 50%; padding-right: 20px;}
.fit2019_txt h4 {
	font-size: 26px;
	font-weight: bold;
	color: #40a962;
	position: relative;
	padding-bottom: 13px;
	border-bottom: 1px solid #40a962;
	margin: 5px 0 20px;
}
.fit2019_txt p {font-size: 16px;}
.fit2019_img {width: 50%; padding-left: 10px;}
.fit2019_img img {width: 100%;}
.notice_box_wide {
	width: 100%;
	background: #e2f1e1;
	padding: 28px 0 20px;
	text-align: center;
	margin: 35px 0 35px;
	position: relative;
}
.notice_box_wide span {
	font-weight: bold;
	font-size: 24px;
	color: #40a962;
	display: block;
	margin: 12px 0;
}
.notice_box_wide::after {
	position: absolute;
	content: ' ';
	width: 0;
	height: 0;
	top: inherit;
	left: 0;
	bottom: -70px;
	border: solid transparent;
	border-width: 40px 80px;
	border-top-color: #e2f1e1;
	margin: auto;
	right: 0;
}
.notice_box_wide2 {
	width: 100%;
	background: #fff8d3;
	padding: 28px 0 20px;
	text-align: center;
	margin: 35px 0 35px;
}
.link_article_box {
	display: block;
	margin: 35px auto 55px;
	width: 500px;
	height: 70px;
	border-radius: 35px;
	background: linear-gradient(45deg, #ff9090 0%, #ff2d2d 100%);
	font-size: 22px;
	font-weight: bold;
	border: none;
	position: relative;
	overflow: hidden;
}
.link_article_box::before {
	margin: auto;
	font-family: "FontAwesome";
	content: "\f138";
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: -10px;
	right: 5px;
	bottom: 0;
	color: #FFFFFF;
	z-index: 2;
}
.link_article_box::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 35px;
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	transition: transform .3s,-webkit-transform .3s;
	z-index: 1;
}
.link_article_box:hover a {
  color: #ff2d2d;
  border: 1px solid #ff2d2d;
  text-decoration: none;
}
.link_article_box:hover::before {
  color: #ff2d2d;
}
.link_article_box:hover::after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1,1);
  transform: scale(1,1)
}
.link_article_box a {
  padding: 0 0 0;
  width: 500px;
  height: 70px;
  color: #fff;
  border-radius: 35px;
  border: none;
  background: none;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  z-index: 2;
  position: relative;
  display: block;
  text-align: center;
  line-height: 70px;
}
.notice_box {
  margin: 40px 0;
  padding: 0;
  text-align: center;
}
.notice_box span {font-weight: bold;}
.notice_box p:last-child,.notice_box2 p:last-child {margin-bottom: 0;}
.compare {
  text-align: center;
  font-weight: bold;
  color: #ff9d00;
  font-size: 200%;
}
.battery_graph img {
  width: auto;
	display: block;
	margin: 0 auto;
}

@media (max-width: 768px) {
  section h2.ttl {
    font-size: 20px;
    margin: 0 0 15px;
    padding: 12px 0;
    line-height: 1.4;
  }
  section h3.top {
		margin: 0 0 20px;
		font-size: 22px;
		text-align: left;
		line-height: 1.3;
		padding-bottom: 10px;
	}
  .fit2019_txt h4 {
    font-size: 18px;
    line-height: 1.3;
    border: none;
    padding: 0;
    margin: 25px 0 15px;
	}
  .fit2019_box {
		display: block;
	}
  .fit2019_txt,.fit2019_img {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
  .link_article_box a {
    width: 100%;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
  .link_article_box {
   	margin: 20px 0 25px;
    width: 100%;
    height: 50px;
  }
  .link_article_box::before {
    width: 14px;
    height: 14px;
    font-size: 14px;
    top: -10px;
    right: 10px;
  }
  .battery_graph {
    width: 100%;
    margin: 20px 0;
  }
	.battery_graph img {
		width: 100%;
	}
  .notice_box {
    margin: 20px 0;
    padding: 10px 0;
    font-size: 16px;
    text-align: left;
  }
	.notice_box_wide {
		padding: 20px 0 10px;
		margin: 0 0 10px;
	}
	.notice_box_wide2 {
		padding: 20px 0 10px;
		margin: 0 0 25px;
	}
	.notice_box_wide p br {
		display: none;
	}
	.notice_box_wide span,.notice_box_wide2 span {
		font-size: 18px;
		margin: 7px 0;
		line-height: 1.4;
	}
	.notice_box_wide::after {
		bottom: -51px;
    border-width: 30px 60px;
	}
}

/* 停電リスク */
.disaster_txt {
  padding: 20px;
  text-align: center;
}
.disaster_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.disaster_box div {
  padding: 0 10px;
  width: 25%;
}
div.disaster_inner {
  padding: 10px;
  width: 100%;
  background: #7CC565;
}
.disaster_box div:nth-child(1) .disaster_inner {background: #49d9d9;}
.disaster_box div:nth-child(2) .disaster_inner {background: #36b1c0;}
.disaster_box div:nth-child(3) .disaster_inner {background: #f4a403;}
.disaster_box div:nth-child(4) .disaster_inner {background: #f1385a;}
.disaster_box p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
div.disaster_img {
  width: 95%;
  height: 180px;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #E5E5E5;
}
.disaster_img img {
  width: auto;
  height: 100%;
}
.disaster_days {
  margin: 15px 5px;
  padding: 10px 0;
  background: #FFFFFF;
  border-radius: 2px;
}
.disaster_box div:nth-child(1) .disaster_days {color: #49d9d9;}
.disaster_box div:nth-child(2) .disaster_days {color: #36b1c0;}
.disaster_box div:nth-child(3) .disaster_days {color: #f4a403;}
.disaster_box div:nth-child(4) .disaster_days {color: #f1385a;}
.top_sns_twitter {
  margin: 40px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top_sns_twitter div {
  padding: 0 10px;
  width: 500px;
}
.twitter-tweet {margin-bottom: 20px;}
.mt_adjust {margin-top: -78px;}

@media (max-width: 1024px) {
  .top_sns_twitter {
    display: block;
		margin: 20px 0 30px;
  }
  .top_sns_twitter div {
    width: 100%;
    padding: 0;
		display: flex;
    justify-content: space-between;
  }
	.twitter-tweet {
		width: 49%!important;
	}
  .mt_adjust {
    width: 49%;
  }
}

@media (max-width: 768px) {
  .disaster_box {
    display: block;
  }
  .disaster_box div {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  div.disaster_inner {
    padding: 10px;
  }
  .disaster_box div
  .disaster_img img{
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
	.top_sns_twitter div {
		display: block;
	}
	.twitter-tweet {
		width: 100%!important;
	}
}

/* 蓄電池価格低下 */
.price_drop_bg {
  margin-top: -40px;
  padding: 40px 0;
  background: url(../../images/price_drop_bg.png) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.price_drop_img img {
  width: 100%;
}
.price_drop_bg .notice_box {
	padding: 30px 110px;
	margin: 20px 0;
  background: rgba(255,255,255,.7);
}
.price_drop_bg .notice_box span {
	font-size: 22px;
	color: #40a962;
	display: inline-block;
	margin: 10px 5px 12px;
}
.price_drop .battery_graph {
	margin: 25px 0;
}

/* TOP補助金 */
.subsidy .notice_box:first-child {
	margin: 0 0 -10px;
}
.subsidy .notice_box_wide {
	margin: 0 0 15px;
}
.subsidy_table {
  width: 90%;
  margin: 40px auto;
}
.subsidy_table table {
  width: 100%;
  font-size: 16px;
}
.subsidy_table table th {
  padding: 15px;
  width: 30%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #DDDDDD;
  background: #f1f1ef;
}
.subsidy_table table td {
  padding: 15px;
  width: 70%;
  border: 1px solid #DDDDDD;
}
.subsidy_table table ul {
  margin-inline-start: 15px;
}
.subsidy_table .quote {
	margin: 10px 0 0;
	font-size: 13px;
	color: #777777;
	text-align: right;
}
.subsidy_table h3 {
  font-size: 17px;
  text-align: center;
  margin: 0 0 15px;
}
.subsidy_table h3 span {
	color: #40a962;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 5px 0 0;
}
.big {
	font-size: 30px;
	font-weight: bold;
	position: relative;
	margin: -10px 0 30px;
}
.big span {
	color: #40a962;
}
.big::after {
	position: absolute;
	content: ' ';
	width: 0;
	height: 0;
	top: inherit;
	left: 0;
	bottom: -100px;
	border: solid transparent;
	border-width: 40px 80px;
	border-top-color: #fff;
	margin: auto;
	right: 0;
	z-index: 1;
}

@media (max-width: 768px) {
  .subsidy_table {
    width: 100%;
    margin: 20px 0;
  }
  .subsidy_table table {
    border-bottom: 1px solid #dddddd;
  }
	.subsidy_table table th {
	    padding: 5px 15px;
	}
  .subsidy_table table th,.subsidy_table table td {
    width: 100%;
    display: block;
  }
  .subsidy_table table td {
    border-top: none;
    border-bottom: none;
		padding: 10px 15px 5px;
  }
  .price_drop_bg {
    margin-top: -20px;
		padding: 0;
  }
	.price_drop_bg .notice_box {
		padding: 15px;
	}
	.price_drop_bg .notice_box span {
		font-size: 19px;
		margin: 3px 5px 0;
		display: block;
	}
	.big {
		font-size: 20px;
		text-align: center;
		line-height: 1.4;
		margin: -10px 0 10px;
	}
	.big::after {
		display: none;
	}
}

/* メディア掲載 */
.media_published {padding: 0 0 20px;}
.media_published .ttl {text-align: center;}
.bnr_wrap {
	margin: 40px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bnr {height: 50px;}
.bnr a {vertical-align: middle;}
.bnr img {
  width: 100%;
  position: relative;
  top: 50%;
}

@media (max-width: 767px) {
  .media_published {padding-bottom: 20px;}
  .bnr_wrap {margin: 15px 0;}
}

@media (max-width: 480px) {
	.bnr_wrap {
		display: block;
		margin: 15px 0 -30px;
	}
	.bnr_wrap .bnr {
		display: flex;
		align-items: center;
		margin: 10px 0;
	}
	.bnr_wrap .bnr img {
		top: inherit;
	}
}

/*運営会社*/
.company_wrap {
	display: flex;
	justify-content: space-between;
}
.company_wrap ul {
  width: 100%;
  background: #edf7ec;
  padding: 15px 25px 10px;
  list-style: none;
  margin: 15px 0 18px;
  border-radius: 8px;
}
.company_wrap li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 0 0 3px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 28px;
}
.company_wrap li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #61b151;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.com_data {
	width: 60%;
	margin: 0 30px 0 0;
}
.com_data .red {
	font-weight: bold;
}
.com_image {
	width: 40%;
}
.com_image img {
	width: 100%;
}

@media (max-width: 767px) {
	.company_wrap {
		display: block;
	}
	.com_data {
		width: 100%;
		margin: 0 0 20px;
	}
	.com_image {
		width: 100%;
		margin: 0 0 30px;
	}
	.company_wrap ul {
		padding: 15px 15px 15px;
	}
	.company_wrap li {
		line-height: 1.5;
	}
}

/* 一括見積もりフォーム */
.postal_code_search_wrap {
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  background: rgba(37, 40, 59, .85);
  border: 10px solid rgba(138, 135, 146, .6);
}
.postal_code_search_wrap.top {
  max-width: 730px;
  height: 325px;
  position: absolute;
  bottom: 20px;
  z-index: 3;
}
.postal_code_search_wrap.maker_page {
  padding-bottom: 0;
	background: #f2f2f0;
	border: none;
}
.postal_code_search_wrap.page_include {
  background: #FFFFFF;
  border: 1px solid #ddd;
  padding: 0 10px 30px;
	margin: 25px 0;
}
.postal_code_search_wrap > p {
  margin: 0 0 15px;
  padding: 0;
  line-height: 1;
	font-size: 28px;
  color: #ffd800;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.postal_code_search_wrap.maker_page > p {
  color: #ff9d00;
}
.postal_code_search_wrap > p::before {
  content: "簡単1分";
  display: block;
  padding: 25px 20px 20px;
  color: #0e9a00;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255,224,122,1.00);
  position: absolute;
  top: -67px;
  left: -50px;
}
.postal_code_search_wrap.maker_page > p::before {
  top: -36px;
  left: -10px;
}
.maker_page form {
  display: flex;
  width: 100%;
}
.postal_code_search_image {
  padding-right: 20px;
  width: 50%;
}
.postal_code_search_image img {
  width: 100%;
}
.postal_code_search_inner {
  display: flex;
  justify-content: space-around;
}
.maker_page .postal_code_search_inner {
	display: block;
  width: 50%;
}
.page_include .postal_code_search_inner {
	display: block;
  width: 100%;
  margin-bottom: 15px;
}
.postal_code {
  padding: 10px 15px 10px 55px;
  width: 45%;
  height: 100px;
  background: #FFF;
  position:relative;
}
.maker_page .postal_code {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
.page_include .postal_code {
  padding: 30px;
  width: 100%;
  height: inherit;
  display: flex;
  border-bottom: 1px dotted #DDDDDD;
}
.maker_page .install_location {
  width: 100%;
  height: 100px;
}
.page_include .install_location {
  padding: 30px;
  width: 100%;
  display: flex;
  border-bottom: 1px dotted #DDDDDD;
  margin-bottom: 30px;
}
.postal_code::before,.install_location::before {
	width: 40px;
	height: 100%;
	color: #FFFFFF;
	content:"1";
	display: inline-block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 100px;
	background: #2d75b2;
	position: absolute;
	top: 0;
	left: 0;
}
.page_include .postal_code::before,.page_include .install_location::before {
  display: none;
}
.postal_code p {
	margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
	font-size: 12px;
	letter-spacing: 0;
}
.page_include .postal_code p {
  width: 200px;
  font-size: 16px;
	margin: 0;
}
.postal_code span {
  color: #ff5555;
}
.postal_code span.required {
  background: #ff5555;
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
}
.page_include .postal_code span.required,.page_include .install_location span.required {
  font-size: 16px;
  background: #ff5555;
  color: #fff;
  padding: 1px 3px 0;
  border-radius: 3px;
  margin-right: 10px;
}
.postal_code input {
  width: 100%;
  padding: 7px 2px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.page_include .postal_code input {
  width: 60%;
  height: 36px;
}
.install_location {
  padding: 10px 15px 10px 55px;
  width: 45%;
  background: #FFF;
  position:relative;
}
.install_location::before {
  content: "2";
}
.install_location p {
	margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}
.page_include .install_location p {
  width: 200px;
	margin: 0;
}
.install_location span {
  color: #ff5555;
}
.install_location select {
	width: 100%;
	height: 36px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}
.page_include .install_location select {
  width: 60%;
}
p.postal_caution {
	margin: 0;
	color: #FFFFFF;
}
a.japan_post {
  margin: 12px 0;
  padding: 0 0 0 15px;
  display: inline-block;
  color: #ff5555;
	font-size: 14px;
}
.postal_code_btn {
  display: block;
  margin: auto;
  width: 500px;
  height: 70px;
  border-radius: 35px;
  background: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  font-size: 36px;
  font-weight: bold;
  border: none;
  position: relative;
  overflow: hidden;
}
.maker_page .postal_code_btn {
  width: 100%;
  font-size: 26px;
}
.page_include .postal_code_btn {
  font-size: 34px;
}
.postal_code_btn::before {
  margin: auto;
  font-family: "FontAwesome";
  content: "\f138";
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: -17.5px;
  right: 20px;
  bottom: 0;
  color: #FFFFFF;
  z-index: 2;
}
.maker_page .postal_code_btn::before {
  width: 25px;
  height: 25px;
  top: -12px;
  right: 12px;
}
.page_include .postal_code_btn::before {
  top: -14.5px;
}
.postal_code_btn::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 35px;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  transition: transform .3s,-webkit-transform .3s;
  z-index: 1;
}
.postal_code_btn:hover button {color: #ff8b07;}
.page_include .postal_code_btn:hover button {border: 1px solid #ff8b07;}
.postal_code_btn:hover::before {color: #ff8b07;}
.postal_code_btn:hover::after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1,1);
  transform: scale(1,1)
}
.postal_code_btn button {
  padding: 4px 0 0;
  width: 500px;
  height: 70px;
  color: #fff;
  border-radius: 35px;
  border: none;
  background: none;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
.maker_page .postal_code_btn button {
  padding: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .estimate_form_area {
    padding: 20px 0;
  }
  .postal_code_search_wrap {
    padding: 15px;
    margin-top: 0;
  }
  .postal_code_search_wrap.maker_page {
  	padding-bottom: 20px
  }
  .maker_page form {
  	display: block;
  }
  .postal_code_search_wrap.top {
    position: relative;
    height: auto;
    bottom: 0;
  }
  .postal_code_search_wrap > p {
    font-size: 18px;
  }
  .postal_code_search_wrap > p::before {
		padding: 15px 10px 0;
		width: 60px;
		height: 60px;
		top: -20px;
		left: -20px;
  }
  .postal_code_search_wrap.maker_page > p::before {
		top: 20px;
		left: -10px;
	}
  .postal_code_search_image {
  	width: 100%;
  	padding: 0;
  }
  .postal_code_search_inner {
    display: block;
    width: 100%;
  }
  .maker_page .postal_code_search_inner {
  	width: 100%;
  	padding: 0;
  }
  .postal_code {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .page_include .postal_code {
    display: block;
    margin-bottom: 0;
	  padding-top: 0;
  }
  .install_location {
    width: 100%;
  }
  .page_include .install_location {
    display: block;
	  padding-top: 0;
  }
  .page_include .postal_code input,.page_include .install_location select {
    width: 100%;
  }
	p.postal_caution {
		margin-top: 10px;
		text-align: center;
		font-size: 12px;
		letter-spacing: 0;
	}
  .postal_code_btn,.maker_page .postal_code_btn,.page_include .postal_code_btn {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
  .postal_code_btn button {
    padding: 0;
    width: 100%;
    height: 50px;
  }
  .postal_code_btn::before,.page_include .postal_code_btn::before {
    width: auto;
    height: auto;
    top: 12px;
    right: 15px;
  }
}

/* ========= footer ========= */

.copyright {
	margin: 0;
	color: #969696;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	border-top: 1px solid #222222;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	background: #333333;
}

@media (max-width: 480px){
	.copyright {
		line-height: 1.3;
		padding: 5px 10px;
	}
}

/*ここからgeneral用に追加したもの*/

.simple_header .container {
	padding: 0;
	margin: 0 auto;
}
.simple_top::before {
	top: 0!important;
}
.amazon_form .postal_code_search_wrap {
	padding: 0;
}
.amazon_form .postal_code_search_wrap.area.maker_page {
	width: 890px;
 	border: 5px solid #ffcd3c;
	background: #fff;
}
.amazon_form .postal_code_search_wrap > p {
	background: #ffcd3c;
	color: #333;
	padding: 10px 10px 15px;
	margin: 0;
}
.amazon_form .postal_code_search_wrap > p::before {
	display: none;
}
.amazon_form .maker_page .postal_code_search_inner {
	background: #f1f1ef;
	padding: 30px 25px 30px 35px;
	width: 55%;
}
.amazon_form .postal_code_search_image {
	width: 45%;
	background-image: url(../images/amazon_form.jpg);
	background-repeat: no-repeat;
	background-position: bottom 0 left 45%;
	position: relative;
	background-size: 350px;
}
.amazon_form .postal_code_search_image .fukidashi {
	position: relative;
	display: inline-block;
	width: 115px;
	height: 96px;
	line-height: 100px;
	text-align: center;
	color: #FFF;
	background-color: #2db0a5;
	border-radius: 56%;
	font-weight: bold;
	top: -10px;
	left: 10px;
	font-size: 22px;
	transform: rotate(-7deg);
}
.amazon_form .postal_code_search_image .fukidashi:before {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: #2db0a5 transparent;
	border-width: 25px 6px 0px 20px;
	bottom: -17px;
	left: 50%;
	margin-left: -10px;
}
.amazon_form .postal_code_search_image::after {
	position: absolute;
	left: 100%;
	top: 105px;
	content: ' ';
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 30px 17px;
	border-left-color: #fff;
}
.amazon_form .postal_code_search_image img {
	margin: -8px auto 0;
	display: block;
	position: absolute;
	width: 94%;
	display: block;
	height: auto;
	left: -8px;
	right: 0;
}
.amazon_form .postal_code p,.amazon_form .install_location p {
	font-size: 14px;
}
.amazon_form .postal_code input,.amazon_form .install_location select {
	padding: 7px;
	height: auto;
	font-size: 16px;
}
.amazon_form .postal_code_btn {
	position: relative;
	background: linear-gradient(45deg, #ffa707 0%, #ff613e 100%);
}
.amazon_form .postal_code_btn .icon {
	display: block;
	padding: 11px 0 0;
	color: #333;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 7px;
	left: 10px;
	right: inherit;
	font-size: 15px;
	text-align: center;
	line-height: 1.2;
}
.amazon_form .postal_code_btn .icon span {
	color: #ff5555;
}
.last_part {
	width: 100%;
	padding: 40px 0;
	background-image: url(../images/sky_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom 0 left 45%;
  background-size: cover;
	text-align: center;
}
.amazon_form .postal_code_btn:hover .icon {
	background: rgba(255,224,122,1.00);
}
.fit2019_txt p {
	line-height: 1.5;
}
.fit2019_txt .bold {
	font-weight: bold;
}
.battery_graph_sp {
	padding: 5px 0 0;
	text-align: right;
}
.kaidoki .fit2019_box {
	margin: 0 0 30px;
}
.kaidoki .fit2019_txt {
	width: 55%;
	padding: 10px 0 0;
}
.kaidoki .fit2019_img {
	width: 45%;
}
.kaidoki .fit2019_img img {
	width: 95%;
}

@media (max-width: 768px){

	.simple_header .container {
		width: 100%;
		padding: 0;
	}
	.estimate_form_area {
		padding: 0;
	}
	.amazon_form .postal_code_search_wrap > p {
		font-size: 20px;
		background: #ffcd3c;
		color: #333;
		padding: 7px 0 10px;
		margin: 0;
		line-height: 1.3;
	}
	.amazon_form .postal_code_search_wrap.area.maker_page {
		width: 100%;
		border: none;
	}
	.amazon_form .postal_code_search_image {
		background-size: 330px;
	}
	.battery_graph_sp {
		width: 100%;
		margin: 30px 0 20px;
		padding: 0 10px 0 10px;
		text-align: center;
	}
	.battery_graph_sp img {
		width: 100%;
	}
	.maker_page .postal_code {
		margin-bottom: 15px;
	}
	.amazon_form .postal_code_btn,.amazon_form .postal_code_btn button {
		height: 60px;
		font-size: 18px;
		line-height: 1.9;
	}
	.amazon_form .postal_code_btn .icon {
		width: 48px;
		height: 48px;
		top: 5px;
		left: 10px;
		font-size: 14px;
		line-height: 1;
	}
	.last_part {
		margin: 0;
		padding: 30px 0 15px;
		font-size: 16px;
		background-image: url(../images/sky_bg_sp.jpg);
		background-repeat: no-repeat;
		background-position: bottom 0 left 45%;
		background-size: cover;
		text-align: center;
	}
	.kaidoki .fit2019_box {
		margin: 0 0 20px;
	}
	.kaidoki .big::after {
		display: block;
		bottom: -65px;
    border-width: 33px 60px;
	}
	.kaidoki .fit2019_txt {
		width: 100%;
	}
	.kaidoki .fit2019_img {
		width: 100%;
	}
}

@media (max-width: 480px){
.amazon_form .maker_page form {
	display: block;
}
.amazon_form .maker_page .postal_code_search_inner {
	width: 100%;
	padding: 25px 15px 30px 15px;
}
.amazon_form .postal_code_search_image {
	width: 100%;
	background-image: url(../images/amazon_form_sp.jpg);
	background-repeat: no-repeat;
	background-position: bottom 0 left 0px;
	position: relative;
	padding-bottom: calc(100%*436/680);
	background-size: 100% auto;
}
.amazon_form .postal_code_search_image .fukidashi {
	width: 110px;
  height: 87px;
  line-height: 92px;
	font-size: 20px;
	top: -8px;
	left: 7px;
	position: absolute;
}
.amazon_form .postal_code_search_image .fukidashi:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #2db0a5 transparent;
  border-width: 20px 4px 0px 27px;
  bottom: -11px;
  left: 54%;
  margin-left: -10px;
}
.amazon_form .postal_code_search_image::after {
	top: inherit;
	left: 0;
	bottom: -40px;
	border-width: 20px 40px;
	border-top-color: #ffcd3c;
	border-left-color: #efefeb;
	margin: auto;
	right: 0;
}
}