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

#maincatch {
	width: 100%;
	height: 100%;
	z-index: 0;
	background: url(../img/background/top.jpg) center top / 100% no-repeat;
	margin-top: 60px;
}
#maincatch div h1 {
	padding: 6% 35% 0 35%;
}
#maincatch div p {
	padding: 0 38% 6% 38%;
}
 @media (max-width: 736px) {
p#close {
	position: absolute;
	top: -5px;
	right: 20px;
	display: block;
}
#maincatch {
	width: 100%;
	height: 100vh;
	margin-top: 0;
	z-index: 0;
	background: url(../img/background/top.jpg) center bottom / cover no-repeat;
}
#maincatch div h1 ,
#maincatch div p{
	padding:0;
}
#maincatch div {
	padding: 15vh 30px;
}
}
#maincatch p img, #maincatch h1 img {
	width: 100%;
}
#reason {
	overflow: hidden;
	clear: both;
}
#leftarea {
	width: 50%;
	height: 940px;
	background: url(../img/background/top_reason_pc.jpg) no-repeat center top;
	background: cover;
	float: left;
	overflow: hidden;
	position: relative;
}
#leftarea .cover2 {
	background: #EEE;
	width: 0;
	position: absolute;
	height: 100%;
	z-index: 999;
	right: 0;
}
#leftarea .cover {
	position: absolute;
	right: 0;
	background: #FFF;
	width: 100%;
	height: 100%;
	z-index: 998;
}
#leftarea img {
	display: none;
}
#rightarea {
	width: 50%;
	float: right;
	padding: 5% 5% 0 5%;
	box-sizing: border-box;
	background: #FFF;
}
 @media (max-width: 736px) {
#reason {
	background: #E6ECF1;
}
#leftarea {
	width: 100%;
	height: auto;
	float: none;
	overflow: hidden;
	background: none !important;
}
#leftarea img {
	display: block;
	width: 100%;
}
#rightarea {
	margin: -100px 30px 50px 30px;
	position: relative;
	z-index: 999;
	width: auto;
	float: none;
	padding: 5% 5% 0 5%;
	box-sizing: border-box;
	background: #FFF;
	z-index:1;
}
}
.reasontitle {
	width: 100%;
	background: url(../img/top/titlebak.png) no-repeat left bottom;
	background-size: 100% auto;
	font-weight: bold;
	display: block;
}
.reasontitle h1:before {
	content: "";
	border-top: 1px solid #004B7D;
	display: block;
	width: 30px;
	position: absolute;
	top: 50%;
	left: 0;
}
.reasontitle h1 {
	position: relative;
	color: #004B7D;
	font-size: 1.3vw;
	margin: 0 0 25px 0;
	padding-left: 40px;
}
h1.title {
	text-align: center;
}
.reasontitle h1 img, h1.title img {
	width: 20vw;
}
.reasontitle p {
	font-size: 1.1vw;
}
h1.title {
	padding: 25px 0;
}
.reasontitle h2 {
	color: #BE1E2D;
	font-style: italic;
	font-size: 2.3vw;
}
 @media (max-width: 736px) {
h1.title img {
	height: auto;
	width: 60%;
}
.reasontitle h1 img {
	height: auto;
	width: 100%;
}
.reasontitle h1 {
	position: relative;
	color: #004B7D;
	font-size: 14px;
	margin: 0 0 25px 0;
	padding-left: 40px;
}
.reasontitle p {
	font-size: 12px;
}
.reasontitle h2 {
	color: #BE1E2D;
	font-style: italic;
	font-size: 17px;
}
}
ul.reason {
	overflow: hidden;
	clear: both;
	margin: 25px 0 0 0;
}
ul.reason li {
	margin: 0 0 25px 0;
}
ul.reason li:nth-child(even) {
	margin-left: 55px;
}
ul.reason li dl dt {
	font-weight: bold;
	font-size: 1.5vw;
	font-style: italic;
}
ul.reason li dl dd {
	margin-left: 52px;
	font-size: 1.1vw;
}
 @media (min-width: 1200px) {
ul.reason li dl dt {
	font-size: 1.5w;
}
ul.reason li dl dd {
	font-size: 14px;
}
}
ul.reason li dl dt span {
	background: #BE1E2D;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
	font-size: 1.7vw;
	height: 5%;
	width: 35px;
	text-align: right;
	overflow: hidden;
	display: inline-block;
	margin: 0 20px 0 0;
	position: relative;
	top: 5px;
}
 @media (max-width: 736px) {
ul.reason li:nth-child(even) {
	margin-left: 0;
}
ul.reason li dl dt {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
ul.reason li dl dd {
	margin-left: 0;
	margin-top: 10px;
	font-size: 12px;
}
ul.reason li dl dt span {
	font-size: 12px;
	width: 20px;
	text-align: center;
	margin-right: 5px;
	top: 0;
	padding-left: 0;
	text-indent: 0;
}
}
ul.btn {
	overflow: hidden;
	clear: both;
}
ul.btn li {
	display: none;
	float: left;
	width: 33.3%;
	text-align: center;
	overflow: hidden;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
	position: relative;
	top: 50px
}
ul.btn li img {
	max-width: 100%;
}
 @media (max-width: 736px) {
ul.btn li {
	float: none;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #FFF;
}
ul.btn li img {
	max-width: 55%;
}
}
ul.btn li a {
	display: block;
}
ul.btn li a div {
	padding: 20% 20%;
	box-sizing: border-box;
	transition: all 0.3s ease-in;
}
 @media (max-width: 736px) {
ul.btn li a div {
	padding: 10%;
	box-sizing: border-box;
	transition: all 0.3s ease-in;
}
}
ul.btn li:nth-child(1) div {
	background: url(../img/btn/solar1.png) no-repeat center 50%;
	background-size: 100% auto;
}
ul.btn li:nth-child(2) div {
	background: url(../img/btn/solar2.png) no-repeat center 50%;
	background-size: 100% auto;
}
ul.btn li:nth-child(3) div {
	background: url(../img/btn/solar3.png) no-repeat center 50%;
	background-size: 100% auto;
}
ul.btn li div:hover {
	background-size: 110% auto;
}
/*選ばれる理由*/
#promise {
	background: url(../img/background/sen.png);
	padding: 50px 0;
}
 @media (max-width: 736px) {
#promise {
	padding-top: 0;
}
}
ul.promiselist {
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
ul.promiselist li {
	clear: both;
	overflow: hidden;
	padding: 0 0 10px 0;
	margin-bottom: 25px;
}
ul.promiselist li p{
word-wrap: break-word;
}
ul.promiselist li .pl {
	width: 50%;
	float: left;
}
ul.promiselist li .pl img {
	float: right;
}
ul.promiselist li .pr {
	width: 50%;
	float: right;
}
.blubk {
	background: #004B7D;
	padding: 10vh 10%;
	box-sizing: border-box;
	position: relative;
}
.blubk:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #FFF transparent transparent transparent;
}
.blubk:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #FFF transparent;
}
.down {
	margin: 50px 0 0 0;
}
ul.promiselist li:nth-child(odd) img {
	max-width: 100%;
	box-shadow: -10px 10px 0 rgba(0,75,125,.2);
}
ul.promiselist li:nth-child(even) img {
	max-width: 100%;
	box-shadow: 10px 10px 0 rgba(0,75,125,.2);
}
ul.promiselist li:nth-child(odd) {
	padding-right: 100px;
	padding-left: 10px;
}
ul.promiselist li:nth-child(even) {
	padding-left: 100px;
	padding-right: 10px;
}
.font span {
	color: #F9ED32;
	font-size: 14px;
	font-family: "Arial Black", Gadget, sans-serif
}
.font span span {
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
}
.font h2 {
	font-size: 2vw;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 15px 0;
}
.font p {
	color: #FFF;
	font-size: 1.2vw;
}
.font p a {
	color: #FFF;
}
 @media (max-width: 736px) {
ul.promiselist li:nth-child(odd), ul.promiselist li:nth-child(even) {
	padding: 0 30px;
}
.blubk:before {
	border-width: 15px 15px 0 0;
}
.blubk:after {
	border-width: 0 0 15px 15px;
}
.font span {
	font-size: 11px;
}
.font span span {
	font-size: 20px;
}
.blubk {
	padding: 5%;
}
ul.promiselist li {
	clear: both;
	overflow: hidden;
	padding: 0 30px 10px 30px;
	margin-bottom: 15px;
}
.font p {
	font-size: 11px;
}
.font h2 {
	font-size: 16px;
	margin: 5px 0;
}
}
 @media (min-width: 1200px) {
.font p {
	font-size: 14px;
}
}
ul.slider {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box
}
ul.slider li {
	padding: 10px 10px;
	margin: 0 10px;
	box-sizing: border-box;
	background: #FFF;
	position: relative
}
ul.slider li i img {
	height: 200px;
	overflow: hidden;
}
ul.slider li div span.complete_date {
	position:absolute;
	top:10px;
	font-size:12px;
	right:0 !important;
	color:#004A7C;
	width:auto !important;
}
ul.slider li span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
ul.slider li span img {
	width: 60px !important;
}
ul.slider li div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 998;
	background: rgba(255,255,255,.9);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.slider li:hover div {
	opacity: 1;
}
ul.slider li div h2 {
	margin: 35px 0 10px 0;
	font-weight: bold;
}
ul.slider li div p {
	font-size: 14px;
}
ul.slider li div img {
	max-width: 138px;
	margin: 20px auto;
}
ul.slider li div img:hover {
	opacity: .8;
}
/*施工事例*/
#example {
	overflow: hidden;
	clear: both;
	padding: 50px 0 150px 0;
	background: url(../img/background/example.jpg) no-repeat center top;
	background-size: cover;
}
p.all {
	overflow: hidden;
	clear: both;
	margin: 70px 0 0 0;
	padding-bottom: 5px;
}
p.all a {
	display: block;
	padding: 15px 0;
	width: 300px;
	background: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,75,125,1) 50%) 0 0 #FFF;
	background-size: 200% auto;
	transition: .3s;
	font-weight: bold;
	text-align: center;
	color: #004B7D;
	box-shadow: 0 5px 0 #004B7D;
	position: relative;
}
 @media (max-width:736px) {
ul.slider li div img {
	margin: 10px auto;
}
#example {
	padding: 10px 0 30px 0;
	background: url(../img/background/example.jpg) no-repeat center top;
	background-size: cover;
}
p.all a {
	padding: 10px 0;
	width: 250px;
}
}
p.all a:after {
	content: "";
	width: 11px;
	height: 22px;
	background: url(../img/btn/all.png) no-repeat right 50%;
	background-size: 11px;
	position: absolute;
	z-index: 999;
	right: 20px;
	top: 30%;
}
p.all a:hover {
	background-position: -100% 0;
	color: #FFF;
}
/*メンテナンスもお任せください！*/
#cost {
	overflow: hidden;
	clear: both;
	background: #E6ECF1;
	margin-bottom: -5px;
}
.costright {
	float: right;
	width: 50%;
}
.costright img {
	width: 100%;
}
.costleft {
	float: left;
	width: 50%;
	padding: 5% 2.5% 0 5%;
	box-sizing: border-box
}
 @media (max-width:736px) {
.costright div {
	height: 150px;
	overflow: hidden;
}
#cost {
	margin-bottom: 0;
}
.costright {
	position: relative;
	width: auto;
	float: none;
	margin: 30px 0 0 30px;
}
.costleft {
	width: auto;
	float: none;
	margin: 30px 0 30px 30px;
	padding: 0;
	box-sizing: border-box
}
}
.costleft h1 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.costleft h2 {
	font-size: 2vw;
	font-weight: bold;
}
.costleft h2 span {
	font-style: italic;
	color: #BE1E2D;
	font-size: 120%;
}
.costleft p {
	font-size: 14px;
}
.costleft div {
	border-left: 1px solid #333;
	padding: 10%;
	position: relative;
}
.costleft div:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #333;
	width: 100px;
	height: 1px;
}
ul.three {
	overflow: hidden;
	clear: both;
	margin: 20px 0;
}
ul.three li {
	float: left;
	background: #FFF;
	border: 1px solid #333;
	padding: 10px 20px;
	position: relative;
	margin: 0 25px 0 0;
	font-weight: bold;
	font-size: 16px;
}
ul.three li:last-child {
	margin-right: 0;
}
ul.three li:after {
	content: "";
	background: #333;
	width: 25px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -25px;
}
ul.three li:last-child:after {
	background: none !important;
}
 @media (max-width:736px) {
ul.three {
	overflow: hidden;
	clear: both;
	margin: 10px 0;
}
ul.three li {
	font-size: 14px;
	padding: 5px 10px;
}
.costleft h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
.costleft h1, .costleft p {
	font-size: 12px;
}
}
article#under {
	margin: 500px auto 0 auto;
}
#subcatch {
	width: 90%;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 100px 30px 0 #E5EDF2;
}
.works {
	background: url(../img/background/works.jpg) no-repeat left top;
}
.about {
	background: url(../img/background/about.jpg) no-repeat left top;
}
.selfpower {
	background: url(../img/background/selfpower.jpg) no-repeat left top;
}
.trading {
	background: url(../img/background/trading.jpg) no-repeat left top;
}
.service {
	background: url(../img/background/service.jpg) no-repeat left top;
}
.faq {
	background: url(../img/background/faq.jpg) no-repeat left top;
}
.contact {
	background: url(../img/background/contact.jpg) no-repeat left top;
}
.privacy {
	background: url(../img/background/privacy.jpg) no-repeat left top;
}
.surplus {
	background: url(../img/background/surplus.jpg) no-repeat left top;
}
#subcatch h1 {
	margin: 250px 0 0 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 40px !important;
	font-style: italic;
}
#subcatch h1 span {
	transition: all 0.3s ease-in-out;
	font-size: 15px;
	display: block;
	color: #FFF;
	font-family: 'Noto Sans Japanese', sans-serif !important;
}
ul.searchList {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
}
ul.searchList li {
	float: left;
	border: 1px solid #CCC;
	box-sizing: border-box;
	cursor: pointer;
	width: 33.3%;
}
ul.searchList li:nth-child(4), ul.searchList li:nth-child(5), ul.searchList li:nth-child(6), ul.searchList li:nth-child(7) {
	border-top: none;
}
ul.searchList li:nth-child(2), ul.searchList li:nth-child(3), ul.searchList li:nth-child(5), ul.searchList li:nth-child(6) {
	border-left: none;
}
ul.searchList li a {
	padding: 10px;
	display: block
}
.active {
	background: #004B7D;
	color: #FFF;
}
.current {
	opacity: 0.5;
}
@keyframes zoom-in {
 0% {
 transform: scale(.1);
}
 100% {
 transform: none;
}
}
 @keyframes rotate-right {
 0% {
 transform: translate(-100%) rotate(-100deg);
}
 100% {
 transform: none;
}
}
.is-animated {
	animation: .6s zoom-in;
 // animation: .6s rotate-right;
}
#works dl {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
	width: 90%;
	margin: 0 auto;
}
#works dl dt {
	width: 15%;
	float: left;
	clear: left;
	font-size: 14px;
	padding: 10px 0 0 0;
}
#works dl dd {
	width: 85%;
	float: left;
	font-size: 14px;
}
 @media (max-width:736px) {
ul.searchList li {
}
ul.searchList li a {
	padding: 5px;
	height: 40px;
}
#works dl {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
	width: auto;
	margin: 0 30px;
}
#works dl dt {
	width: auto;
	float: none;
	clear: none;
	font-size: 12px;
	padding: 10px 0 0 0;
}
#works dl dd {
	width: auto;
	float: none;
	font-size: 12px;
}
}
#works dl dd select {
	width: 100%;
}
ul.list {
	width: 90%;
	margin: 20px auto 100px auto;
	overflow: hidden;
	clear: both;
}
ul.list li {
	float: left;
	width: 20%;
	height: 371px;
	margin: 0 0 2.5% 0;
	padding: 0 1.25%;
	box-sizing: border-box;
	font-size: 14px;
	position: relative;
}
ul.list li div {
	overflow: hidden;
	height: 200px;
	margin-bottom: 15px;
	position:relative;
}
ul.list li div i{
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:12px;
	background:#FFF;

}
ul.list li a {
	background: #004A7C;
	display: block;
	width: 100%;
}
ul.list li a img {
	max-width: 120px;
	margin: 0 auto;
	display: block;
}
 @media (max-width:736px) {
ul.list li div {
	overflow: hidden;
	height: auto;
	margin-bottom: 5px;
}
ul.list {
	width: auto;
	margin: 20px 30px;
	overflow: hidden;
	clear: both;
}
ul.list li {
	float: none;
	width: auto;
	height: auto;
	margin-right: 0;
	margin-bottom: 25px;
	font-size: 13px;
	position: relative;
}
}
ul.list li p span {
	border: 1px solid #333;
	padding: 0 5px;
	font-size: 12px;
	margin-right: 10px;
}
ul.list li h2 {
	position: absolute;
	top: 0px;
	background: #004B7D;
	color: #FFF;
	padding: 10px;
}
ul.list li h3 span {
	border: 2px solid #004B7D;
	padding: 0 5px;
	font-size: 12px;
	margin-right: 10px;
}
ul.list li h3 {
	color: #004B7D;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 25px;
}
ul.list li p {
	margin-bottom: 10px;
}
/* ul.list li:nth-child(5n) {
	margin-right: 0;
} */
ul.list li img {
	width: 100%;
}
ul.list li img.img {
	height: 174px;
}
.selfpowerwrap {
	background: url(../img/background/selfpower2.jpg) no-repeat right top;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
}
.selfpowerwrap2 {
	background: url(../img/background/selfpower3.jpg) no-repeat right bottom;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
}
.selfpowerwrap3 {
	background: url(../img/background/selfpower4.jpg) no-repeat right bottom;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
}
.tradingwrap {
	background: url(../img/background/trading2.jpg) no-repeat right bottom;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
}
.tradingwrap2 {
	background: url(../img/background/trading3.jpg) no-repeat right bottom;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
}
.surpluswrap {
	background: url(../img/background/surplus2.jpg) no-repeat right bottom;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
}
.surpluswrap2 {
	background: url(../img/background/surplus3.jpg) no-repeat right bottom;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
}
.f-right {
	float: right;
	padding-right: 10% !important;
}
.f-left {
	float: left;
	padding-left: 10% !important;
}
.f-none {
}
.selfpowerwrapinside {
	padding: 5%;
	box-sizing: border-box;
	width: 70%;
	background: #FFF;
}
h2.title {
	font-weight: bold;
	font-size: 26px;
}
.selfpowerwrapinside h3 {
	margin: 30px 0;
}
.selfpowerwrapinside h3 span {
	border: 2px solid #004A7C;
	padding: 10px;
	box-sizing: border-box;
	color: #004A7C;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
p.special {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 0 0;
	font-style: italic;
}
p.special span {
	color: #BE1E2D;
}
.solarbox {
	background: #E5EDF2;
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	clear: both
}
.solarbox img {
	clear: both;
	overflow: hidden;
	margin: 20px 0 0 0;
	max-width: 100%;
}
.solarbox h2 {
	color: #BE1E2D;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
h2.subtitle + p {
	font-size: 14px;
}
h2.subtitle {
	border-top: 2px solid #004A7C;
	border-bottom: 2px solid #004A7C;
	padding: 15px 0;
	color: #004A7C;
	font-weight: bold;
	font-size: 20px;
	margin: 20px 0 10px 0;
}
dl.merit dt span {
	background: #BE1E2D;
	color: #FFF;
	padding: 0 5px;
	margin-right: 10px;
	transform: skewX(-20deg); /*transformで曲げる*/
	display: inline-block;
	width: 10px;
}
dl.merit dt {
	color: #BE1E2D;
	font-weight: bold;
	font-size: 18px;
	font-style: italic
}
dl.merit dd {
	margin: 10px 0 20px 0;
	font-size: 14px;
}
dl.flow {
	background: url(../img/zu/five.png) no-repeat left 120px;
	padding-left: 50px;
}
dl.jika {
	background: url(../img/zu/five.png) no-repeat left 80px !important;
}
dl.flow dt span {
	background: #BE1E2D;
	color: #FFF;
	padding: 0 5px;
	margin: 0 10px;
	display: inline-block;
	width: 10px;
}
dl.flow dt i {
	font-size: 12px;
}
dl.flow dt {
	color: #333;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 15px;
}
dl.flow dd {
	margin: 10px 0 20px 0;
	font-size: 14px;
}
 @media (max-width:736px) {
dl.flow {
	background: url(../img/zu/five.png) no-repeat left 75px;
	padding-left: 40px;
	background-size: 32px auto;
}
dl.jika {
	background: url(../img/zu/five.png) no-repeat left 75px !important;
	padding-left: 40px;
	background-size: 32px auto !important;
}
dl.flow dt {
	font-size: 14px;
}
dl.flow dt span {
	margin: 0 5px;
}
dl.flow dd {
	margin: 10px 0 20px 0;
	font-size: 12px;
}
.solarbox {
	background: #E5EDF2;
	max-width: 900px;
	margin: 20px auto;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	clear: both
}
.selfpowerwrapinside {
	margin: 10% 0 0 0;
	width: 90%;
}
.selfpowerwrapinside h3 {
	margin: 15px 0;
}
.selfpowerwrapinside h3 span {
	font-size: 16px;
	display: block;
}
p.special {
	font-size: 14px;
}
h2.title {
	font-weight: bold;
	font-size: 16px;
}
h2.title img {
	width: 25%;
}
h2.subtitle {
	font-size: 14px;
	padding: 10px 0;
}
dl.merit dt {
	color: #BE1E2D;
	font-weight: bold;
	font-size: 15px;
	font-style: italic
}
dl.merit dd {
	margin: 10px 0 20px 0;
	font-size: 12px;
}
h2.subtitle + p {
	font-size: 12px;
}
}
table.table {
	width: 100%;
	margin: 15px 0 0 0;
}
table.table th, table.table td {
	border: 1px solid #CCC;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: left;
	vertical-align: middle !important;
}
table.table th {
	width: 200px;
	font-weight: bold;
}
@media (max-width:736px) {
table.table th, table.table td {
	font-size: 12px;
}
table.table th {
	width: 110px;
}
}
table.table2 {
	width: 100%;
	margin: 15px 0 0 0;
}
table.table2 th, table.table2 td {
	padding: 5px 0;
	box-sizing: border-box;
	font-size: 14px;
	text-align: left;
}
table.table2 th {
	width: 120px;
	padding-right: 20px;
	font-weight: bold;
}
table.table2 th span {
	border-right: 1px solid #333;
	padding-right: 20px;
}
 @media (max-width:736px) {
table.table2 th, table.table2 td {
	font-size: 12px;
}
table.table2 th {
	width: 110px;
}
}
table.table_form {
	width: 100%;
	margin: 15px 0 0 0;
}
table.table_form th, table.table_form td {
	border: 1px solid #CCC;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: left;
	vertical-align: middle !important;
}
table.table_form th {
	width: 200px;
	font-weight: bold;
}
@media (max-width:736px) {
table.table_form th, table.table_form td {
	font-size: 13px;
}
table.table_form th{
	margin-bottom:5px;
}
table.table_form td input{
	margin-bottom:20px;
}
table.table_form{
		display: block;
	}
table.table_form thead{
			display: none;
		}
table.table_form tbody{
			display: block;
		}
table.table_form tbody tr{
				display: block;
			}
table.table_form tbody th,
table.table_form tbody td{
				display: list-item;
				list-style:none;
				border: none;
			}
table.table_form tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #000;
			}
table.table_form tbody td{
				padding: 0;
			}
}
ul.price {
	overflow: hidden;
	clear: both;
}
ul.price li {
	float: left !important;
	margin-right: 40px;
	padding-bottom: 0 !important;
	border-bottom: 1px dashed #222;
}
ul.price li:last-child {
	margin-right: 0;
}
ul.price li h4 {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: 10px 0 0 0;
}
ul.price li h4:after {
	content: "";
	border-bottom: 1px solid #333;
	width: 20px;
	margin-left: 10px;
	position: absolute;
	top: 60%;
}
ul.price li p {
	font-size: 16px;
}
ul.price li p span {
	font-weight: bold;
	color: #BE1E2D;
	font-size: 150%;
	font-style: italic;
	margin: 0 3px 0 0;
}
h3.subcatch {
	color: #BE1E2D;
	font-weight: bold;
	font-size: 22px;
	margin: 10px 0 0 0;
	padding: 0;
	font-style: italic;
}
h3.subcatch + p {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.circle {
	background: #BE1E2D;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	position: relative;
	float: left;
	margin: 10px 10px 0 0;
}
.circle span {
	position: absolute;
	top: 15px;
	left: 5px;
	color: #FFF;
	font-style: italic;
}
.rightside {
	float: left;
}
 @media (max-width:736px) {
ul.price li h4:after {
	content: "";
	border-bottom: none;
}
ul.price {
	margin-bottom: 10px;
}
ul.price li {
	border-bottom: none;
	float: none !important;
	margin: 0;
	padding: 0;
}
ul.price li h4 {
	font-size: 14px;
	background: #FFF;
	margin: 0;
	padding: 0 10px !important;
}
ul.price li p {
	font-size: 13px;
	margin: 0;
	padding: 0 10px;
}
h3.subcatch {
	font-size: 15px;
}
h3.subcatch + p {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
}
.sankaku {
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-top: 40px solid #004A7C;
	position: relative;
	top: 20px;
}
 @media (max-width:736px) {
.sankaku {
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #004A7C;
	position: relative;
	top: 20px;
}
}
.sumi {
	position: relative;
}
.sumi a {
	position: absolute;
	left: 50%;
	top: 10%;
	margin-left: -40px;
	display: none;
}
 @media (max-width:736px) {
.sumi a {
	display: block;
}
}
.sumi a img {
	width: 80px;
	display: block;
	margin: 0 auto;
}
.last {
	text-align: center;
	padding: 25px 0;
}
.last h3 {
	font-size: 20px;
	font-weight: bold;
}
.last h3:before {
	content: "";
	width: 2px;
	height: 50px;
	background: #333;
	display: block;
	margin: 10px auto;
}
.servicewrap {
	text-align: center;
	margin: 0 30px;
}
ul.servicelist {
	overflow: hidden;
	clear: both;
	margin: 50px auto;
}
ul.servicelist li:nth-child(even) img {
	float: left;
	width: 50%;
	margin-right: 2.5%;
}
ul.servicelist li:nth-child(odd) img {
	float: right;
	width: 50%;
	margin-left: 2.5%;
}
ul.servicelist li {
	text-align: left;
	clear: both;
	overflow: hidden;
}
ul.servicelist li h3 {
	font-size: 22px;
	font-weight: bold;
	color: #004A7C;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 50px;
	border-bottom: 2px solid #004A7C;
	width: 75%
}
.text-right {
	text-align: right;
}
ul.servicelist li h3 span {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	display: block;
	opacity: .5;
}
ul.servicelist li h3 + p {
	font-size: 14px;
	margin-bottom: 20px;
	width: 75%;
	line-height: 25px;
}
 @media (max-width:736px) {
	 .last h3 {
	font-size:15px;
	margin:0 30px;
	font-weight: bold;
}
ul.servicelist li h3 {
	font-size: 16px;
	width: auto;
	padding: 0 20px 10px 20px;
}
ul.servicelist li h3 span {
	font-size: 10px;
}
ul.servicelist li h3 + p {
	font-size: 13px;
}
}
aside {
	margin: 10px 0 0 0;
}
aside p {
	font-size: 11px;
}
.square {
	border: 1px solid #333;
	box-sizing: border-box;
	padding: 10px;
	margin: 10px 0;
	font-size: 14px;
}
.aboutwrap {
	max-width: 1200px;
	margin: 0 auto 50px auto;
	overflow: hidden;
	clear: both;
}
.aboutwrap p {
	font-size: 14px;
}
.aboutleft {
	width: 45%;
	float: left;
}
.aboutleft h2 {
	text-align: right;
	vertical-align: middle;
	color: #FFF;
	background: #80A5BE;
	padding: 10px;
	font-size: 20px;
	position: relative;
}
.aboutleft h2:after {
	content: "";
	background-size: 30px auto;
	width: 30px;
	height: 49px;
	top: 0;
	right: 0;
	display: block;
	position: absolute;
}
.aboutleft h2 span {
	font-size: 10px;
	opacity: 0.5;
	display: block;
	font-weight: normal;
}
.aboutright {
	width: 50%;
	float: right;
}
 @media (max-width:736px) {
.aboutleft h2 {
	font-size: 16px;
	width: 90%;
	height: auto;
	line-height: auto;
	text-align: left;
	margin-bottom: 15px;
}
.aboutleft {
	width: auto;
	float: none;
}
.aboutright {
	width: 90%;
	float: none;
}
.aboutwrap p {
	font-size: 13px;
}
}
.aboutright p a {
	margin: 20px 0 0 0;
	color: #FFF;
	padding: 10px;
	border-radius: 5px;
	font-size: 15px;
	background: #F15A29 url(../img/btn/pointer.png) no-repeat 95% 50%;
	background-size: 13px;
	transition: .3s;
	text-align: center;
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	font-style: italic;
}
.aboutright p a:hover {
	background-position: 98% 50%;
	color: #FFF;
}
.aboutright h3 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}
.leftpic {
	float: left;
	width: 70%;
}
.rightpic {
	float: right;
	width: 25%;
	text-align: center;
	font-size: 12px;
	display: block;
	margin-left: 20px;
}
.rightpic img {
	width: 100%;
}
 @media (max-width:736px) {
.aboutright h3 {
	font-size: 15px;
}
.leftpic {
	float: none;
	width: auto;
}
.rightpic {
	float: right;
	width: 40%;
	text-align: center;
	font-size: 12px;
	display: block;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 0 0 10px 10px;
}
.rightpic img {
}
}
section#group {
	background: #F7F7F7;
	overflow: hidden;
	clear: both;
	padding: 50px 0;
}
.groupwrap {
	text-align: center;
}
.groupwrap h3 {
	margin-bottom: 25px;
}
.groupwrap h3 img {
	max-width: 320px;
}
.groupwrap h3 span {
	display: block;
	font-size: 12px;
}
.groupwrap h4 {
	border-top: 2px solid #004B7D;
	border-bottom: 2px solid #004B7D;
	color: #004B7D;
	padding: 20px 0;
	max-width: 736px;
	margin: 0 auto 20px auto;
	font-weight: bold;
	font-size: 20px;
}
.faqwrap {
	padding: 50px 30px;
}
dl.accordion {
	max-width: 1200px;
	margin: 0 auto;
}
dl.accordion dt {
	display: block;
	background: #80A5BE url(../img/btn/pointer2.png) no-repeat 97% 50%;
	background-size: 16px;
	color: #FFF;
	padding: 10px 50px 10px 10px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
}
dl.accordion dt.on {
	background: #80A5BE url(../img/btn/pointer2_on.png) no-repeat 97% 50%;
	background-size: 13px;
}
dl.accordion dt span {
	font-weight: bold;
	color: #FF0;
}
dl.accordion dd {
	display: none;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 10px;
}
dl.accordion dd span {
	color: #C00;
	font-weight: bold;
}
dl.accordion dd div {
	margin: 10px 0;
}
 @media (max-width:736px) {
.groupwrap h3 img {
	max-width: 100%;
}
.groupwrap {
	text-align: center;
	margin: 0 30px;
}
.groupwrap img {
	max-width: 100%;
}
dl.accordion dt {
	font-size: 14px;
 // transform: skewX(-20deg); /*transformで曲げる*/
}
dl.accordion dd {
	font-size: 13px;
}
.faqwrap {
	padding: 20px 30px 40px 30px;
}
}
.privacywrap {
	max-width: 1200px;
	margin: 0 auto 50px auto;
}
.privacywrap p {
	font-size: 14px;
	margin-bottom: 10px;
}
.privacywrap aside {
	border: 1px solid #CCC;
	padding: 10px;
}
.privacywrap aside p {
	font-size: 12px;
	margin-bottom: 5px;
}
.ika {
	margin-left: 20px;
}
 @media (max-width:736px) {
.privacywrap {
	max-width: 1200px;
	margin: 0 30px 40px 30px;
}
.privacywrap p {
	font-size: 12px;
	margin-bottom: 10px;
}
}
.contactwrap {
	max-width: 1200px;
	margin: 0 auto 50px auto;
}
textarea {
	width: 100%;
	height: 200px;
}
.tnankstxt {
	text-align: center;
	font-size: 14px;
}
input[type="button"] {
	background: #EEE;
	box-shadow: 0 5px 0 #CCC;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 30px;
	border: none;
	margin: 10px;
	border-radius: 5px;
}
input[type="reset"] {
	background: #EEE;
	box-shadow: 0 5px 0 #CCC;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 30px;
	border: none;
	margin: 10px;
	border-radius: 5px;
}
input[type="submit"] {
	background: #F15A29;
	color: #FFF;
	font-weight: bold;
	box-shadow: 0 5px 0 #B8370C;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 30px;
	border: none;
	margin: 30px 0 10px 0;
	border-radius: 5px;
}
 @media (max-width:736px) {
.tnankstxt {
	text-align: left;
	font-size: 13px;
}
.contactwrap {
	margin: 0 30px 40px 30px;
}
input[type="button"], input[type="text"], input[type="submit"], textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="text"], textarea {
	border: 1px solid #CCC
}
}
.estimatewrap {
	text-align: center;
	margin: 0 auto 50px auto;
	overflow: hidden;
	clear: both;
	max-width: 1200px;
}
.estimatewrap h2 {
	font-weight: bold;
	font-size: 22px;
	color: #004A7C;
	margin-bottom: 20px;
	position: relative;
	margin-bottom: 50px;
}
.estimatewrap p {
	margin-bottom: 50px;
}
@media (max-width:736px) {
.estimatewrap {
	text-align: center;
	margin: 0 30px 50px 30px;
	overflow: hidden;
	clear: both
}
.estimatewrap h2 {
	font-size: 15px;
	margin-bottom: 5px;
}
.estimatewrap p {
	font-size: 13px;
	margin-bottom: 25px;
}
.estimatewrap input[type=text] {
	margin-bottom: 10px;
}
}
.estimatewrap h2:after {
	content: "";
	position: absolute;
	bottom: -20px;
	background: #004A7C;
	width: 50px;
	height: 3px;
	left: 50%;
	margin-left: -25px;
	display: block
}
ul.forming {
	overflow: hidden;
	clear: both;
	max-width: 640px;
	margin: 0 auto 25px auto;
}
ul.forming li {
	float: left;
	width: 48%;
	margin-right: 4%;
}
ul.forming li:last-child {
	margin-right: 0;
}
ul.forming li img {
	max-width: 100%;
}
ul.forming li p {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
	margin: 10px 0;
}
@media (max-width:736px) {
.estimatewrap h2:after {
	content: "";
	display: none;
}
ul.forming li p {
	font-size: 12px;
}
.bbb {
	width: 100%;
	box-sizing: border-box
}
}
ul.forming li h3 {
	border: 2px solid #333;
	padding: 10px;
	margin-bottom: 10px;
}
ul.forming li input[type=radio] {
	clear: both;
	overflow: hidden;
}
ul.forming li input[type=radio] {
	display: none;
}
.forming label {
	display: block;
	float: left;
	cursor: pointer;
	margin: 0;
	padding: 10px;
	background: none;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.forming label:first-of-type {
	border-radius: 3px 0 0 3px;
}
.forming label:last-of-type {
	border-radius: 0 3px 3px 0;
}
.forming input[type="radio"]:checked + .switch-on {
	background-color: #e67168;
	color: #fff;
}
.forming input[type="radio"]:checked + .switch-on h3 {
	border: 2px solid #FFF;
}
.forming input[type="radio"]:checked + .switch-off {
	background-color: #e67168;
	color: #fff;
}
.forming input[type="radio"]:checked + .switch-off h3 {
	border: 2px solid #FFF;
}
.www {
	max-width: 730px !important;
	margin: 0 auto !important;
}
.tab {
	overflow: hidden;
	max-width:1200px;
	margin:0 auto
}
.tab li {
	background: #F2F6F8;
	padding: 10px 25px;
	float: left;
	margin-right: 2px;
	cursor:pointer;
	font-size:15px;
}
.tab li.select {
	background: #E5EDF2;
	color:#004B7D
}
.content li {
	padding: 20px;
	max-width:1200px;
	margin:0 auto;
	background:#E5EDF2;
}
.hide {
	display: none;
}
@media (max-width:736px) {
	.tab li {
	background: #F2F6F8;
	padding: 10px;
	text-align:center;
	box-sizing:border-box;
	width:32%;
	margin-right:2%;
	float: left;
	cursor:pointer;
	font-size:12px;
}
.tab li:last-child{
	margin-right:0;
}
	.content li {
		padding:10px;
	}
}



/* 2018/04/23修正時　selfpower/index.htmlの<div class="selfpowerwrapinside"></div>内 */
.space{
	padding-left: 85px;
}
.weight-b{
	font-weight: bold;
}
.red-text{
	font-size: 13px;
	color: #BE1E2D;
}
.solarbox-subtitle span{
	margin-top: -5px;
	vertical-align: middle;
	display: inline-block;
	color: #006cb8;
	font-weight: bold;
	font-size: 20px;
}
.solarbox-subtitle span::before{
	content: "";
	background: #006cb8;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px;
}
.comment-box{
	padding: 5px;
	margin: 10px 0;
	border: 1px solid #004A7C;
}
.comment-box p{
	font-size: 13px;
}
.comment{
	font-size: 13px!important;
}
span.ballon {
	float: left;
 	position: relative;
	display: inline-block;
	margin: 20px 20px 10px 0;
	padding: 7px 10px;
 	color: #fff;
	font-size: 16px;
	background: #BE1E2D;
	border: none;
}
span.ballon:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 15px solid #BE1E2D;
}
.pa20{
	padding-top: 20px!important;
}
.tax-system .subcatch{
	margin: 15px 0 0 0;
	padding-top: 5px;
}
.tax-system-subtitle{
	margin-top: 15px;
	padding: 0 20px 0 10px;
	font-size: 16px;
}
.tax-system-subtitle span{
	padding: 0 10px;
	background: #E5EDF2;
	font-weight: bold;
}
.tax-system-box{
	border: 2px solid #004A7C;
	padding: 20px 18px 18px 18px;
	box-sizing: border-box;
	margin-top: -15px;
	font-size: 14px;
	clear: both;
	overflow: hidden;
}
.tax-system-box-left{
	float: left;
	width: 50%;
}
.tax-system-box-right{
	float: right;
	width: 48%;
	margin-left: 2%;
}
@media (max-width:736px) {
	.space{
		padding-left: 0;
	}
	.red-text{
		font-size: 11px;
	}
	.solarbox-subtitle{
		font-size: 13px;
	}
	.solarbox-subtitle span{
		font-size: 16px;
		display: block;
	}
	.solarbox-subtitle span::before{
		width: 15px;
		height: 15px;
	}
	.comment-box p{
		font-size: 12px;
	}
	span.ballon {
		font-size: 13px;
		text-align: center;
		float: none;
	 	position: relative;
		display: block;
		margin: 20px 0 0 0;
		padding: 7px 10px;
	 	color: #fff;
		background: #BE1E2D;
		border: none;
	}
	span.ballon:before{
		content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 25px solid #BE1E2D;
	}
	.tax-system h3.subcatch.pa20{
		padding-top: 5px!important;
	}
	.tax-system-box{
		margin-top: 0;
		padding: 10px;
		margin-top: 10px;

	}
	.tax-system-box-left{
		float: none;
		width: 100%;
	}
	.tax-system-box-right{
		float: none;
		width: 100%;
	}
	.tax-system-subtitle{
		padding: 0 10px 0 10px;
		box-sizing: border-box;
		margin-top: 15px;
	}
	.tax-system-subtitle span{
		font-size: 14px;
		padding: 0;
	}
}
/* 2018/04/23修正時　selfpower/index.htmlの<div class="selfpowerwrapinside"></div>内 */
