@charset "utf-8";

/*
=======================================
  太陽光LP
  Mobile First Query
  @media screen and (min-width: 481px) { } スマホ横以上タブレットまで
  @media screen and (min-width: 769px) { } PC画面
=======================================
*/

/*  基本_SP
-----------------------------------------------------------------------------*/
section {
	width: 100%;
	padding: 3em 0 3em;
	clear: both;
}
.section__inner {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}
.section__inner.w100 {
	width: 100%;
}
.flex {
	display: flex;
  flex-direction: column;
	justify-content: center;
}
.desc {
	margin: 0 3% 2em;
	width: 94%;
	line-height: 1.8;
}

/*  基本_TAB
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 481px) {
	.flex {
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.desc {
		margin: 0 auto 40px;
		max-width: 680px;
	}
}


/*  TOPメインビュー_SP
-----------------------------------------------------------------------------*/
.mv {
	position: relative;
	margin: 0;
	padding: 0;
}
.mv picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv picture img {
	width: 100%;
}
.mv__ttl {
	display: none;
}
/*  TOPメインビュー_TAB
-----------------------------------------------------------------------------*/
@media screen and (min-width: 481px) {
	.mv__ttl {
		display: block;
		position: absolute;
		top: 12.53%;
		left: 0;
		right: 0;
		width: 57.3%;
		max-width: 688px; 
		margin: 0 auto;
	}
}


/*  蓄電池メリット_SP
-----------------------------------------------------------------------------*/
#merit {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat; 
}
.merit__topttl {
	width: 100%;
	padding:  0 1rem 2rem;
	text-align: center;
	color: #036eb8;
	font-size: 2em;
	font-weight: 700;
}
.merit__wrap {
	width: 100%;
	text-align: center;
}
.merit__icon {
	width: 60px;
	margin: .3rem auto;
	text-align: center;
}
.merit__ttl{
	margin-left: -.5em;
	margin-right: -.5em;
	margin-bottom: .2em;
	color: #036eb8;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 0 1rem 0;
	text-align: center;
	letter-spacing: -.08em;
}
.merit__txt {
	font-weight: 400;
	line-height: 1.36;
	margin: 0.2rem 1rem 2rem;
	text-align: center;
}


/* 蓄電池メリット_TAB
-----------------------------------------------------------------------------*/
@media screen and (min-width: 481px) {
	#merit {
		background-image: url(../img/pc/merit_bk-pc.jpg);
		background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
	}
	.merit__wrap {
		position: relative;
		padding-bottom: 15rem;
		text-align: left;
	}
	.merit__wrap:last-child {
		padding-bottom: 19rem;
	}
	.merit__wrap picture {
		display: block;
		width: 80%;
	}
	.merit__wrap:nth-child(odd) picture {
		margin-left: auto; 
	}
	.merit__icon {
		width: 70px;
	}
	.merit__topttl{
		font-size: 3rem;
	}
	.merit__baloon {
		position: absolute;
		top: 18%;
		right: 0;
		width: 48%;
		padding: 2.56rem;
		background-color: rgba(255,255,255,.9);
		border-radius: 9px;
	}
	.merit__wrap:nth-child(odd) .merit__baloon {
		left: 0;
		right: auto;
	}
	.merit__baloon::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: -1.98rem;
		width: 0px;
		height: 0px;
		margin: auto 0;
		border-style: solid;
		border-color: transparent rgba(255,255,255,.9)  transparent transparent;
		border-width: .81rem 1.06rem .81rem 1.06rem;
	}
	.merit__wrap:nth-child(odd) .merit__baloon::before {
		left: auto;
		right: -1.98rem;
		border-color: transparent transparent transparent rgba(255,255,255,.9) ;
	}
	.merit__icon {
		font-size: 5rem;
	}
	.merit__ttl {
		margin-bottom: .6em;
		padding: 0;
		font-size: 2rem;
		font-weight: 900;
		text-align: center;
		line-height: 1.3;
	}
	.merit__txt {
		margin: 0;
		font-size: 1.5rem;
		font-weight: 500;
		text-align: left;
	}
	.merit__imgsdgs{
		display: flex !important;
		padding: 0 1rem 0.5rem 0;
		width: 40%;
	}
	.merit__imgsdgs_sp {
		display: none !important;
	}
	ul.merit__wrap2 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.merit__ttlbox{
		position: absolute; 
		top: -2.5rem;
		left: 0;
		right: 0;
		width: 82%;
		background-color: #036eb8; 
		align-self: center;
	}
	li.merit__box {
		position: relative;
		background-color: rgba(255,255,255);
		padding: 3rem 2rem 2.3rem;
		border-radius: 10px;
		border: 2px solid #036eb8;
		width: 47%;
		margin: 4em 0 1em 0;
		text-align: center;
	}
}

/* 蓄電池メリット_PC
-----------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
	#merit {
		background-image: url(../img/pc/merit_bk-pc.jpg);
		background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
	}
	.merit__icon {
		width: 83px;
	}
	.merit__ttl {
		font-size: 2.5rem;
	}

}


/*  二種類の蓄電池_SP
-----------------------------------------------------------------------------*/
#two {
	padding-bottom: 7em;
	background-color: #036eb8;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat; 
}
.two__topttl {
	width: 100%;
	padding:  0 1rem 1rem;
	text-align: center;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
}
.two__txt {
	line-height: 1.36;
	margin: 0.2rem 1rem 2rem;
	text-align: center;
	color: #fff;
}
.two__ttl {
	font-weight: 700;
	font-size: 1.2rem;
	margin: 2rem 0 0.5rem 0;
	text-align: left;
	color: #fff;
}
.two__boxbk {
	text-align: center;
	background-color: #013254;
	padding: 2rem;
}
.two__img {
	width: 80%;
	margin: 0 auto;
}
.two__txt2 {
	line-height: 1.36;
	font-size: 1.1rem;
	margin: 2rem 0 0.5rem 0;
	text-align: center;
	color: #fff;
}






/* 二種類の蓄電池_TAB
-----------------------------------------------------------------------------*/
@media screen and (min-width: 481px) {
	#two {
	padding-bottom: 12em; 
	}
	.two__topttl {
		font-size: 3rem;
	}
	.two__flex {
		display: flex;
		justify-content: space-between;
	}
	.two__ttl {
		font-size: 1.5rem;
	}
	.two__txt {
		font-size: 1.4rem;
		text-align: left;
	}
	.two__box {
		width: 48.5%;
		margin: 0 0 2em;
	}
	.two__boxbk {
    padding: 2rem 1.5rem 1.3rem
	}
	.two__txt2 {
		font-size: 1.1rem;
	}
}

/* 二種類の蓄電池_PC
-----------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
	#two {
	padding-bottom: 25rem; 
	}
	.two__imgbox {
		width: 302px;
		height: 302px;
		padding-top: 0;
	}
	.two__img {
		position: static;
		width: 68.2%;
	}
	.two__icon {
		width: 93px;
		height: 93px;
	}
	.two__icontxt{
		font-size: 67px;
	}
	.two__txt2 {
		font-size: 1.3rem;
	}
}


/*  製品紹介_product_モーダル外_SP
-----------------------------------------------------------------------------*/
#product {
	margin-top: -0rem;
	text-align: center;
	background-color: #00c8ae;
}
.product__topttl {
	width: 80%;
	margin: -9rem auto 2rem;
}
.product__ttl {
	width: 100%;
	padding: 0 1rem 1rem;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
}
.product__topimgbox {
	position: relative;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 3rem 2rem 1rem;
}
.iedenchi__img {
	width: 37%;
	margin: 0 auto;
	padding-bottom: 1rem;
}
.iedenchi__baloon {
	position: absolute;
	top: 10%;
	left: 68%;
	width: 27%;
}
.sunrage__img {
	width: 90%;
	margin: 0 auto;
	padding: 4rem 0 0;
}
.sunrage__baloon {
	position: absolute;
	top: 3%;
	right: 55%;
	width: 27%;
}
.eneblock__img {
	width: 90%;
	margin: 0 auto;
	padding: 4rem 0 0;
}
.eneblock__baloon {
	position: absolute;
	top: 3%;
	right: 55%;
	width: 27%;
}
.product__img {
	width: 80%;
	margin: 0 auto;
}
.product__toptxt {
	line-height: 1.36;
	margin: 1rem 1rem 2rem;
	text-align: center;
	color: #fff;
}
.product__button {
	right: 0;
	left: 0;
	bottom: -2rem;
	width: 94%;
	margin: 0 auto;
	padding: .5em 0;
	border-radius: .3rem;
	background-color: #fff100;
	font-size: 1.125rem;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	transition: .2s ease;
	box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.product__buttontxt {
	display: inline-block;
	color: #00c8ae;
	font-size: 1.5rem;
	font-weight: 700;
	vertical-align: middle;
}
.product__buttonicon {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin:0 auto;
	border-radius: 50%;
	background-color: #00c8ae;
	color: #fff;
	vertical-align: middle;
}
.product__buttonicon i {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1rem;
	height: 1rem; 
	margin: auto;
	transition: .3s all;
}
.product__buttonicon i.open {
	transform: rotate(180deg);
	transition: .3s all;
}

/* 製品紹介_product_モーダル外_TAB
-----------------------------------------------------------------------------*/
@media screen and (min-width: 481px) {
	#product { 
		margin-top: 0;
		padding-bottom: 4rem;
	}
	#product::before {
		top: 0em;
		font-size: 2.5rem;
	}
	.product__topttl {
		width: 80%;
		margin: -12rem auto 2rem;
	}
	.product__toptxt {
		font-size: 1.18rem;
		text-align: left;
	}
	.product__flex {
		display: flex;
  	justify-content: space-between;
	}
	.product__button {
		padding: .7em 0 .6em;
		transition: .3s all;
	}
	.product__button:hover {
		background-color: #ff7934;
		transition: .3s all;
	}
	.product__buttontxt {
		font-size: 2rem;
	}
	.iedenchi__baloon,
	.sunrage__baloon,
	.eneblock__baloon {
		top: -8%;
		left: -3%;
		width: 31%;
	}
	.iedenchi__img {
		width: 38%;
	}
	.sunrage__img {
		width: 80%;
	}
	.eneblock__img {
		width: 90%;
	}
}


/*  製品紹介_iedenchi_モーダル内_SP
-----------------------------------------------------------------------------*/
.product__modal {
	display: none;
	opacity: 0.2;
	transition: opacity .8s;
}
.product__modal.open {
	opacity: 1;
	transition: opacity .8s;
}
.product__wrap,
.product__wrap--hosyo {
	display: flex;
	flex-wrap: wrap;
	width: 98%;
	margin: 0 auto;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.product__box {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 3rem;
}
.product__box__hosyo {
	width: 31.5%;
    margin-right: 2.6%;
    margin-bottom: 3rem;
}
.product__box:nth-child(2n) {
	margin-right: 0;
}
.product__box__hosyo:nth-child(3n) {
	margin-right: 0;
}
.product__imgbox {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 1.41rem;
	padding-top: 100%;
	background: #fff;
	border-radius: 50%;
	text-align: center;
}
.product__img01 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 75%;
	margin: auto;
}
.product__ttl01 {
	margin-bottom: 1.2rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.27;
}
.product__desc__white {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.64;
	text-align: left;
}
.product__ttl02 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.27;
	text-align: left;
}
.product__wrap--ai {
	flex-wrap: wrap;
	margin: 0 auto;
	padding-top: 1rem;
	padding-bottom: 4rem;
}
.product__wrap--sr {
	margin: 0 auto 3rem;
	padding: 2em 1em;
	background-color: #fff;
	border-radius: 1em;
}
ul.product__settei {
	flex-wrap: wrap;
	margin: 0 auto 3rem;
	padding: 2em 1em;
	background-color: #fff;
	border-radius: 1em;
}

ul.product__settei li {
	margin-bottom: 2em;
}

ul.product__imgboxai {
	position: relative;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 1.4rem;
}
.product__mode {
	position: relative;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	margin: .5rem auto 2rem;
	padding: 1.4rem;
}
.product__imgai {
	position: relative;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	margin-top: 2rem;
}
.product__ttl__color {
	margin-top: 4rem;
	margin-bottom: 1rem;
	color: #00c8ae;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.27;
	text-align: left;
	margin: 3rem auto 1rem;
}
.product__desc__color {
	color: #00c8ae;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.64;
	text-align: left;
	margin: 1rem auto 2rem;
	letter-spacing: -.05em;
}
.product__caution__white {
	margin-top: .5em;
	padding: 0 1.5em 0 2em;
	text-indent: -1em;
	color: #fff;
	font-size: .7em;
 }
 .product__caution__color {
	margin: 0 0 -1rem 1rem;
	text-indent: -1em;
	color: #00c8ae;
	font-size: .7em;
	text-align: left;
 }
.product__ttlbox {
	background-color: #00c8ae;
	margin: 0 auto -2rem;
	padding: .7em 0;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.ene__ttlbox {
	margin: 0 auto;
	padding: .7em 0;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.product__ttlbox.sun {
	background-color: #00b6c7;
}
.product__ttlbox.ene {
	background-color: #05a1db;
	margin-bottom: 0;
}


.product__imgtype {
	width: 100%;
	max-width: 600px;
	margin: 1.5rem auto 0;
	text-align: center;
	margin-bottom: 2rem;
}
.product__imgtype.mw800 {
	max-width: 800px;
}
.product__ttl__hosyo {
	text-align: center;
	width: 70%;
	margin-bottom: -3rem;
}


/*  製品紹介_iedenchi_モーダル内_TAB
-----------------------------------------------------------------------------*/
@media screen and (min-width: 481px) {

	.product__wrap,
	.product__wrap--hosyo {
  	justify-content: space-between;
	}
	.product__wrap--hosyo {
		max-width: 800px;
	}
	.product__wrap--sr {
		padding: 2em 3em;
	}
	ul.product__settei,.product__mode {
		padding: 2.5rem 2.3rem;
	}
	.product__ttlbox {
		font-size: 1.5rem;
	}
	.product__desc__color {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.product__box {
		width: 23%;
		margin-right: 0;
	}

	.product__wrap.ene {
  	justify-content: space-around;
	}
	.product__box.ene {
		width: 32%;
		margin-right: 0;
	}
	.product__box-r {
		width: 48%;
		max-width: 425px;
	}
	.product__mode {
		margin-bottom: 5em;
	}
	.product__imgai {
    width: 80%;
	}
	ul.product__imgboxai {
		display: flex;
		background-color: transparent;
	}
	.product__imgboxai li {
		width: 32%;
		margin-right: 2%;
		padding: 1.5em;
		background-color: #fff;
		border-radius: 1em;
	}
	.product__imgboxai li:nth-child(3n) {
		margin-right: 0;
	}
	.product__ttl02 {
		font-size: 2rem;
		margin-bottom: .2em;
	}
	.product__ttl__color {
		font-size: 1.4rem;
		text-align: center;
	}
	.product__ttl__hosyo {
		width: auto;
		max-height: 80px;
		margin-bottom: -2em;
	}
	.product__topimgbox {
		width: 44%;
		padding: 2rem 1rem 1rem;
	}
	.product__topimgbox.even {
		order: 1;
	}

}

/* 製品紹介_iedenchi_モーダル内・外_PC
-----------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
	#product { 
		margin-top: -13.2rem;
	}
	#product::before {
		top: -.4em;
		font-size: 2.78rem;
	}
	.product__topttl {
		width: 80%;
		margin: -12rem auto 2rem;
	}
	
	.product__ttl__color {
		font-size: 1.5rem;
		text-align: left;
	}
}


/*  サンレージ_SP
-----------------------------------------------------------------------------*/
#sun{
	background-color: #00b6c7;
	text-align: center;
}


.sun__ttl__color {
	margin-top: 4rem;
	margin-bottom: 1rem;
	color: #00b6c7;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.27;
	text-align: left;
	margin: 3rem auto 1rem;
}
.sun__desc__color {
	color: #00b6c7;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.64;
	text-align: left;
	margin: 1rem auto 2rem;
}
ul.sun__wrap {
	margin-bottom: 11em;
}
.sun__wrap li {
	margin-bottom: 6em;
}
.product__feature {
	background-color: #fff;
	border-radius: 1em;
	margin: .5em 0 3em;
	padding: 2em 1em;
}
.sun__topttl {
	margin: -1rem auto 4rem;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
}
.sun__number {
	z-index: 1;
	margin-bottom: -2.7rem;
	color: #036eb8;
	font-weight: 800;
	font-size: 6rem;
}
.sun__ttl {
	color: #036eb8;
	font-weight: 800;
	font-size: 2.1rem;
	text-align: center;
}
.sun__ttl.adjust {
	margin-bottom: -.3em;
}
.sun__ttl span {
	font-size: 2em;
	vertical-align: -.03em;
	padding: 0 .05em;
}
.sun__txt {
	padding: 1.9em .95em 1.9em 1.35em;
	background-color: rgba(3,110,184,.73);
	color: #fff;
	font-size: 1.18rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -.03em;
}
.sun__caution {
	margin-top: .5em;
	padding: 0 1.5em 0 2em;
	text-indent: -1em;
	color: #036eb8;
	font-size: .8em;
}
.sun__illustbox {
	display: flex;
  justify-content: space-between;
	margin-top: .5em;
	padding: 2em 2em 2em;
	background-color: rgba(255,255,255,.74);
	border-radius: .57rem;
}
.sun__illust-txtbox {
	width: 45%;
}
.sun__illust-img {
	width: 50%;
}
.sun__illust-ttl {
	color: #0d6fb8;
	font-size: 1.4rem;
	font-weight: 700;
}
.sun__illust-txt {
	color: #000;
	font-size: 1rem;
	line-height: 1.6;
}

/*  サンレージ_TAB
-----------------------------------------------------------------------------*/
@media screen and (min-width: 481px) {
	#sun{
		padding: 5rem 0 4rem;
		background-size: 33%;
	}
	.sun__topttl {
		font-size: 3.5rem;
	}
	.sun__box {
		position: relative;
	}
	.sun__wrap li:first-child {
		margin-bottom: 9em;
	}
	.sun__number {
		font-size: 6rem;
	}
	.sun__wrap li:nth-child(even) .sun__number {
		text-align: right;
	}
	.sun__img {
		width: 58.4%;
	}
	.sun__wrap li:nth-child(even) .sun__img {
		margin-left: auto;
	}
	.sun__txtbox {
		position: absolute;
		top: 2em;
		right: 0;
		width: 52.2%;
	}
	.sun__wrap li:first-child .sun__txtbox {
		top: .9em;
	}
	.sun__wrap li:nth-child(even) .sun__txtbox {
		left: 0;
		right: auto;
	}
	.product__feature {
		padding: 3em;
	}
	.sun__ttl {
		font-size: 2.2rem;
		text-align: left;
	}
	.sun__txt,
	.sun__illust-txt {
		font-size: 1.18rem;
	}
	.sun__caution {
		font-size: .95rem;
	}
	.sun__illustbox {
		width: 89.9%;
		margin-top: -17em;
		margin-left: auto;
		margin-right: auto;
		padding: 20em 2.8em 2em;
	}
	.sun__illust-txtbox {
		width: 48.9%;
	}
	.sun__illust-img {
		width: 46.2%;
	}
	.sun__illust-ttl {
		font-size: 1.7rem;
	}
	.sun__illust-txt {
		font-size: 1.18rem;
	}
}

/*  サンレージ_PC
-----------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
	#sun{
		background-size: inherit;
	}
	.sun__topttl {
		width: 90%;
		font-size: 4.1rem;
	}
	.sun__ttl {
		font-size: 2.6rem;
	}
	.sun__txt,
	.sun__illust-txt {
		font-size: 1.4rem;
	}
	.sun__wrap li:first-child {
		margin-bottom: 8em;
	}
	.sun__illustbox {
		margin-top: -20em;
		padding: 23em 2.8em 2em;
	}
	.sun__illust-ttl {
		font-size: 2rem;
	}
}


/*  製品紹介_エネブロック_SP
-----------------------------------------------------------------------------*/
#ene {
	background-color: #05a1db;
	margin-top: 0rem;
	text-align: center;
}

.ene__desc__color {
	color: #05a1db;
	font-size: 1.2rem;
	line-height: 1.64;
	text-align: left;
	margin: 1rem auto 2rem;
}
.ene__txt__emphasis {
	display: inline-block;
	color: #05a1db;
	font-size: 1.5rem;
	margin: 1rem auto 2rem;
	font-weight: 600;
	border-bottom: solid 5px #fff68c;
}

ul.ene__wrap {
	display: flex;
	flex-wrap: wrap;
	width: 98%;
	max-width: 500px;
	margin: 0 auto;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.ene__box__hosyo {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 3rem;
}
.ene__box__hosyo:nth-child(2n) {
	margin-right: 0;
}





/*  製品紹介_エネブロック_TAB
-----------------------------------------------------------------------------*/
@media screen and (min-width: 481px) {
	#ene {
		padding: 5rem 0 10rem;
	}
}

/*  製品紹介_エネブロック_PC
-----------------------------------------------------------------------------*/
@media screen and (min-width: 769px) { 

}


/*  トーラスを選ぶ理由_SP
-----------------------------------------------------------------------------*/
#reason {
	background-image: url(../img/reason_back.jpg);
	margin-top: -0rem;
	text-align: center;
}
.reason__wrap {
	position: relative;
	width: 100%;
	background-color: rgba(255,255,255,.85);
	padding: 3rem 2rem 4rem;
}
.reason__topttl {
	width: 100%;
	padding:  0 1rem 1rem;
	text-align: center;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
}
.reason__ttl {
	color: #036eb8;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.27;
	text-align: center;
	padding-bottom: 1rem;
}
.reason__desc {
	color: #000;
	font-size: 1.2rem;
	line-height: 1.64;
	text-align: left;
	margin: -1rem auto 5rem;
}
.reason__ul li {
	width: 100%;
	margin-bottom: 3em;
}
.reason__img {
	width: 70%;
	margin: 1em auto 0;
}
.reason__txt {
	font-weight: 700;
	line-height: 1.648;
}
.reason__movie {
	width: calc(100% + 1rem);
	margin-left: -.5rem;
}

/*  トーラスを選ぶ理由_TAB
-----------------------------------------------------------------------------*/
@media screen and (min-width: 481px) {
	#reason {
		margin: 0 auto;
		padding: 75px 0;
		width: 100%;
	}
	.reason__topttl {
		font-size: 2.5rem;
	}
	.reason__ttl {
		font-size: 2.5rem;
		padding-bottom: 2rem;
	}
	.reason__wrap {
		padding: 3rem 3.1rem 1rem;
	}
	.reason__ul li {
		margin-bottom: 4.1rem;
	}
	.reason__ul li:nth-child(even) > .reason__box > .reason__img{
		order: 1;
	}
	.reason__box {
		display: flex;
  	align-items: center;
  	justify-content: space-between;
	}
	.reason__img {
		width: 30%;
		margin: 0;
	}
	.reason__txt {
		width: 64%;
	}
}


/*  2000件の実績_SP
-----------------------------------------------------------------------------*/
#review {
	background-color: #036eb8;
	background-image: url(../img/pc/works_bk.png);
	background-size: 100% auto;
	text-align: center;
}
.review__topttl {
	text-align: center;
	width: 90%;
	margin-bottom: 1rem;
}
.review__caution__white {
	margin: 0 0 3rem 1rem;
	text-indent: -1em;
	color: #fff;
	font-size: .7em;
	text-align: center;
}
.review__wrap {
	position: relative;
	background-color: #daf4ff;
	margin-top: 6rem;
	margin-bottom: 2rem;
}
.review__txtbox {
	width: 64%;
	padding-left: 2rem;
}
.review__works {
	margin-top: .5em;
	width: 100%;
}
.review__ttl {
	position: absolute;
	top: -3rem;
	left: 0;
	right: 0;
	width: auto;
	height: 6rem;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}
.review__box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
 	margin-right: 5%;
	padding-bottom: 3rem;
}
.review__img {
	position: relative;
	width: 40%;
	margin: 3em auto 0;
	z-index: 1;
}
.review__txt {
	position: relative;
	color: #000;
	line-height: 1.64;
	text-align: left;
	margin: -.5rem auto 2rem;
}
.review__ttl01 {
	position: relative;
	color: #036eb8;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.27;
	text-align: left;
	padding-top: 5rem;
	padding-bottom: 1rem;
}

.review__buttontxt {
	display: inline-block;
	color: #05a1db;
	font-size: 1.5rem;
	font-weight: 700;
	margin:0 auto;
}
.review__buttonicon {
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #05a1db;
	color: #fff;
	margin:0 auto;
}
.review__desc__color {
	color: #05a1db;
	font-size: 1.2rem;
	line-height: 1.64;
	text-align: left;
	margin: 1rem auto 2rem;
}
.review__txt__emphasis {
	color: #05a1db;
	font-size: 1.5rem;
	margin: 1rem auto 2rem;
	font-weight: 600;
	border-bottom: solid 5px #fff68c;
}
.review__ttlbox {
	background-color: #05a1db;
	margin: 0 auto;
	padding: .7em 0;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
ul.review__wrap {
	display: flex;
	flex-wrap: wrap;
	width: 98%;
	margin: 0 auto;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.review__box__hosyo {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 3rem;
}
.review__box__hosyo:nth-child(2n) {
	margin-right: 0;
}





/*  2000件の実績_TAB
-----------------------------------------------------------------------------*/
@media screen and (min-width: 481px) {
	.review__topttl {
		text-align: center;
		width: 70%;
		max-width: 693px;
		margin-bottom: 1rem;
	}
	.review__works {
		width: 100%;
		max-width: 1000px;
	}
	.review__caution__white {
		font-size: 1em;
	}
}

/*  2000件の実績_PC
-----------------------------------------------------------------------------*/
@media screen and (min-width: 769px) { 

}














/*  光熱費０円も夢じゃない_SP
-----------------------------------------------------------------------------*/
#other {
	width: 100%;
	padding: 1.14rem 0 5rem;
	background-color: #e3e6e7;
	position: relative;
	z-index: -1;
}
.other__ttl {
	width: 90%;
	margin: 3rem auto 0;
	text-align: center;
}
.other__txt {
	width: 90%;
	margin: 0 auto 2rem;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;	
}
.other__img {
	width: 100%;
	margin: 1em auto 0;
}
.other__backimge01 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 40%;
}
.other__backimge02 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 40%;
}
a.other__picture {
	display: block;
}

/*  光熱費０円も夢じゃない_TAB
-----------------------------------------------------------------------------*/
@media screen and (min-width: 481px) {
	.other__ttl {
		width: 79%;
	}
	.other__txt {
		font-size: 2.6rem;
	}
	a.other__picture + a.other__picture {
		margin-top: 2.8rem;
	}
}

/*  光熱費０円も夢じゃない_PC
-----------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
	.other__txt {
		font-size: 3.1rem;
	}
}


/*  オーダー
-----------------------------------------------------------------------------*/
.order {
	padding: 1.14rem 0 3rem;
	background-color: #036eb8;
}
.order__txt {
	width: 62%;
	margin: 0 0 1.8rem .4rem;
}
.order__tel {
	position: relative;
	z-index: 1;
	margin-bottom: 8px;
}
.order__lady {
	position: absolute;
	right: 5px;
	bottom: 83%;
	z-index: -1;
	width: 31.6%;
}
.order a {
	display: block;
	position: relative;
}
.order a:hover {
	top: 2px;
	left: 1px;
	opacity: .9;
}

@media screen and (min-width: 481px) {
	.order__txt {
		width: 54.2%;
		margin: 0 0 1.8rem 12%;
	}
}

/*  申込フォーム_SP
-----------------------------------------------------------------------------*/
::placeholder {
  color: #d3d3d3;
}
#formWrap {
	width: 96%;
	max-width: 640px;
	margin: 0 auto;
	line-height:1.4;
}
table.formTable{
	width:100%;
	margin: 1em auto 0;
	border-collapse: collapse;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th{
	padding-top: 1em;
	font-weight:normal;
	text-align:left;
}
table.formTable th span {
	color: #f00;
	font-size: .6em;
	padding-left: 1em;
}
.textfield, textarea {
	display: block;
	width: 100%;
	padding: 5px;
	border: 2px solid #0d6fb8;
	border-radius: 2px;
	font-size: 1.1rem;
}
input [type=radio], input + label {
	cursor: pointer;
	font-size: 1.1rem;
}
#koumoku2 {
	margin-left: 1em;
}
.postnumber,.pre {
	width: 6em;
	padding: 5px;
	font-size: 1.1rem;
	border: 2px solid #0d6fb8;
	border-radius: 2px;
}
.pre { 
	margin-bottom: .3em;
}
.ajaxzip3 {
	display: inline-block;
	margin-left: .5em;
}
input[type="submit"], input[type="productton"] {
	font-family: "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 1em;
	text-align: center;
	cursor: pointer;
}
input[type="submit"] {
	padding-right: 1em;
	/*background-color: #F16D00;*/
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: .1em;
}
.btn-submit {
	position: relative;
	max-width : 240px;
	margin: 1em auto 2em;
}
.btn-submit::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	width: 1.4rem;
	height: 1.4rem;
	margin: auto 0;
	/*background-image: url(../img/confirmation.png);*/
}

/*  申込フォーム_TAB
-----------------------------------------------------------------------------*/
@media screen and (min-width: 481px) {
	table.formTable td,table.formTable th {
		display: table-cell;
		padding: 10px;
	}
	table.formTable th {
		width: 30%;
		margin-top:5px;
		padding-top: 0;
		border-bottom:0;
	}
	.btn-submit {
		margin: 1em 0 2em auto;
	}
	.btn-submit:hover {
		opacity: .7;
	}
}
/*  thanksページ
-----------------------------------------------------------------------------*/
