@charset "utf-8";
/* --------------------------------------------------------------------------------
   Shered
-------------------------------------------------------------------------------- */
#contents-area, #contents-body, .lyt-col-1 #contents-body {
    width: 100%;
}
#apply {
	background-color: #F0F4F7;
}
.contents-inner {
  width: 950px;
  margin: 0 auto;
}
.h1_outer {
  text-align: center;
  margin-bottom: 40px;
  background: url(/energy/set/data/special/shizen-denki/apply/img/p/ttl_shizen-denki.png) no-repeat center top;
}
.h1_outer h1 {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
}
.h2_outer h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
	color: #fff;
}
.h3_outer h3 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.p-top-60 {
  padding-top: 60px!important;
}
.p-top-80 {
  padding-top: 80px!important;
}
.p-top-100 {
  padding-top: 100px!important;
}
.p-top-120 {
  padding-top: 120px!important;
}
.p-bottom-60 {
  padding-bottom: 60px!important;
}
.p-bottom-80 {
  padding-bottom: 80px!important;
}
.m-top-40 {
  margin-top: 40px!important;
}
.m-top-80 {
  margin-top: 80px!important;
}
.m-bottom-20 {
  margin-bottom: 20px;
}
.m-bottom-30 {
  margin-bottom: 30px;
}
.m-bottom-40 {
  margin-bottom: 40px;
}
.m-bottom-60 {
  margin-bottom: 60px;
}
.m-right-20 {
  margin-right: 20px;
}
.m-right-40 {
  margin-right: 40px;
}
/* --------------------------------------------------------------------------------
   Individual
-------------------------------------------------------------------------------- */
.caution-area {
    width: 100%;
    background-color: #236800;
}
.caution-list {
	padding: 40px 30px;
	border: 1px solid #fff;
}
.caution-list ul.notice-list {
	margin: 0;
	font-size: 16px;
	color: #fff;
}
.caution-area p {
    font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.btn {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 432px;
    height: 68px;
    line-height: 70px;
    font-size: 22px;
    border-radius: 6px;
    color: #fff;
    background-color: #236800;
    transition: all .2s linear;
}
.contact {
	font-weight: bold;
	color: #236800;
	background-color: #fff;
	border: none;
}
.contact img {
  display: none;
}
.contact-area h3 {
	color: #fff;
}
.btn:visited, .btn:link {
    color: #fff;
    text-decoration: none;
}
.contact:visited, .contact:link {
	color: #236800;
}
.btn:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contact:after {
	border-top: solid 3px #236800;
    border-right: solid 3px #236800;
}
.btn:hover, .contact:hover {
  background-color: #1c5300;
  color: #fff;
}
.btn:hover:after, .contact:hover:after {
    animation: .4s ease-out 0s 2 arrowR
}
.btn:hover:after, .contact:hover:after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
@-webkit-keyframes arrowR{0%{-webkit-transform:translate3d(0, 0, 0) rotate(45deg);transform:translate3d(0, 0, 0) rotate(45deg)}50%{-webkit-transform:translate3d(30%, 0, 0) rotate(45deg);transform:translate3d(30%, 0, 0) rotate(45deg)}100%{-webkit-transform:translate3d(0, 0, 0) rotate(45deg);transform:translate3d(0, 0, 0) rotate(45deg)}}