@charset "UTF-8";
/* CSS Document */
#wrap h2{
font-size:24px;
font-weight:bold;
line-height:1.2em;
color:#333;
margin-bottom:20px;
position: relative;
}
#wrap h2:before {
    content: '●';
	color:#F3981C;
}
#wrap h3{
font-size:20px;
margin-bottom:20px;
	color:#333;
	border-bottom:1px solid #F3981C;
	padding:8px 0;
font-weight:bold;
}

#wrap h4{
font-size:20px;
margin-bottom:20px;
color:#333;
font-weight:bold;
	border-bottom:1px dotted #F3981C;
	padding:8px 0;
}
#wrap h5{
font-size:18px;
margin-bottom:10px;
font-weight:bold;
}
#wrap h6{
font-size:16px;
margin-bottom:10px;
}
#wrap p{
line-height:2.0em;
}
#wrap .fontL{
font-size:20px;
}
.note{
font-size:12px;
color:#333;
}
strong{
font-weight:bold;
}
.right{
text-align:right;
}
.center{
text-align:center;
}
.red{
color:#CC0000;
}
#wrap ul{
margin:0 0 16px 20px;
}
#wrap ul li{
	line-height:1.6em;
	margin-bottom:16px;
	list-style-type: disc;
}
#wrap ol{
margin:0 0 16px 40px;
}
#wrap ol li{
list-style-type: decimal;
line-height:2.0em;
margin-bottom:16px;
}
#wrap dt{
font-weight:bold;
margin-bottom:8px;
}
#wrap dd{
margin-bottom:20px;
padding-left:8px;
}
#wrap table{
width:100%;
}
#wrap table th{
background:#F5F8F8;
vertical-align:top;
width:20%;
}
@media only screen and (min-width: 768px) {
#wrap h2{
font-size:30px;
margin-bottom:30px;
}
#wrap h2:before {
  width: 520px;/*線の長さ*/
}

#wrap h3{
font-size:23px;
margin-bottom:20px;
font-weight:bold;
}

#wrap dd{
margin-bottom:30px;
padding-left:14px;
}
}

.block{
clear:both;
padding-bottom:20px;
}
.main-inner{
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
}
.main-inner2{
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
}

.bottom_bt{
text-align:center;
margin-bottom:20px;
}
.hidden{
display:none;
}

#visual{
	height:200px;
display: flex;
  justify-content: center;
  align-items: center;
  color:#FFF;
  padding-top:35px;
  margin-top:10px;
	background: url(../images/common/bg_title.jpg) no-repeat center center;
	min-height:200px;
	background-size:cover;
}
#visual h1{
	font-size:24px;
	text-shadow: 2px 2px 8px #000;
	line-height:1.4em;
}
#visual h1 span{
	font-size:16px;
}

.Lbox{
float:none;
width:100%;
padding:0 1%;
margin-bottom:20px;
}
.Rbox{
float:none;
width:100%;
padding:0 1%;
margin-bottom:20px;
}
.box3{
float:none;
width:100%;
padding:0 1%;
margin-bottom:20px;
}

@media only screen and (min-width: 768px) {
.block{
padding-bottom:62px;
}
.main-inner{
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
}
.main-inner2{
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
}
#visual{
	height:400px;
}
#visual h1{
	font-size:44px;
}
#visual h1 span{
	font-size:29px;
}

.Lbox{
float:left;
width:48%;
padding:0 1%;
margin-bottom:20px;
}
.Rbox{
float:right;
width:48%;
padding:0 1%;
margin-bottom:20px;
}
.box3{
float:left;
width:33%;
padding:0 1%;
margin-bottom:20px;
}

}


.floatL,img.floatL{
	margin:0 auto 30px;
	display: block;
	text-align:center;
}
.floatR,img.floatR{
	margin:0 auto 30px;
	display: block;
	text-align:center;
}
.aligncenter{clear: both;display: block;margin:auto;}

.center{
	text-align:center;
}
#wrap p.copy{
	font-size:24px;
}


@media only screen and (min-width: 768px) {
.floatL,img.floatL{
	float:left;
	margin:0 30px 30px 0;
}
.floatR,img.floatR{
	float:right;
	margin:0 30px 0 30px;
}
}

@media only screen and (min-width: 768px) {
.contactBox{
	width:650px;
	margin:40px auto;
}
}

/* pran */
.pran02 div.imgBox {
	text-align:center;
}

#wrap .pran03 #reform_pran{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
}
.bt_pran{
	list-style-type: none;
	margin-bottom:30px;
	padding:0 1%;
	width:100%;
}
#wrap .pran03 #reform_pran .bt_pran p{
	padding-left:15px;
	background: url(../images/pran/ic.gif) no-repeat left center;
}

#wrap .pran03 p.copy{
	background-color:#F3981C;
	color:#FFF;
	padding:8px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-bottom:0;
}
#wrap .pran03 p.arrow{
	text-align:center;
	line-height:0;
	margin-bottom:40px;
}

@media only screen and (min-width: 768px) {
.pran02 .main-inner div.imgBox {
	flex: 0 0 380px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
.pran02 .main-inner div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 1;/* 回り込みを右へ */
	padding-right:30px;
}

#wrap .pran03 #reform_pran{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
.bt_pran{
	width:48%;
	padding:0px;
	margin:0 5px 20px;;
	overflow: hidden;
}

}

#pran_d div.imgBox {
	text-align:center;
}
#pran_d .price{
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
}
#pran_d .price span{
	font-size:24px;
}
#pran_d .main-inner div.imgBox {
	margin-bottom:30px;
}
#pran_d .main-inner div.textBox {
	margin-bottom:30px;
}

#wrap #pran_d .detBlock{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
.detBox{
	padding:0 1%;
	width:100%;
	margin-bottom:20px;
}

#wrap #pran_d .pran_price{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
}
.priceBox{
	list-style-type: none;
	margin-bottom:30px;
	padding:0 1%;
	width:100%;
	text-align:center;
}
#wrap .priceBox p.price_size{
	margin-bottom:0px;
	border: 1px solid #CC0000;
}
#wrap .priceBox p.pricepran{
	padding:10px;
	color:#FFF;
	font-weight:bold;
	background-color:#CC0000;
}
#wrap .priceBox p.pricepran span{
	font-size:28px;
}

#wrap #pran_d ul.spec{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
#wrap #pran_d ul.spec li{
	width:96%;
	padding:0px;
	margin:0 5px 20px;
}

@media only screen and (min-width: 768px) {
#pran_d .main-inner div.imgBox {
	flex: 0 0 450px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
}
#pran_d .main-inner div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 2;/* 回り込みを右へ */
	padding-left:30px;
}

.detBox{
	padding:0 20px;
	width:50%;
	margin-bottom:40px;
}

#wrap #pran_d .pran_price{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
.priceBox{
	width:31%;
	padding:0px;
	margin:0 5px 20px;
	overflow: hidden;
}
#pran_d .price span{
	font-size:36px;
}
#wrap .priceBox p.pricepran{
	line-height:44px;
}
#wrap .priceBox p.pricepran span{
	font-size:36px;
}

#wrap #pran_d ul.spec{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
#wrap #pran_d ul.spec li{
	width:48%;
	padding:0px;
	margin:0 5px 20px;
}
}


/*example*/
#example #btList{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
}
#example .btBox{
	width:96%;
	padding:2%;
	text-align:center;
}
@media only screen and (min-width: 768px) {
#example #btList{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
#example .btBox{
	width:32%;
	padding:0px;
	margin:0 5px;
	text-align:center;
	overflow: hidden;
}
}

#exampleList #btCase{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
	margin-bottom:40px;
}
#exampleList #btCase .btBox{
	width:96%;
	padding:2%;
	text-align:center;
}

#exampleList #btList{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
}
#exampleList #btList .btBox{
	width:96%;
	padding:2%;
	text-align:center;
}
@media only screen and (min-width: 768px) {
#exampleList #btCase{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
#exampleList #btCase .btBox{
	width:23%;
	padding:0px;
	margin:0 5px;
	text-align:center;
	overflow: hidden;
}
#exampleList #btList{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
#exampleList #btList .btBox{
	width:15%;
	padding:0px;
	margin:0 5px;
	text-align:center;
	overflow: hidden;
}
}



#exampledetail div.imgBox {
	text-align:center;
}
#exampledetail div.imgBox2 {
	width:98%;
	margin:0 auto 20px;
	text-align:center;
}

@media only screen and (min-width: 768px) {
#exampledetail .main-inner div.imgBox {
	flex: 0 0 350px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
}
#exampledetail .main-inner div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 2;/* 回り込みを右へ */
	padding-left:30px;
}

#exampledetail .main-inner div.imgBox2 {
	width:50%;
	padding:0 2% 0 0;
}

}



/*flow*/
#flow .main-inner{
	flex-flow: wrap;/* flex-flow:row;はアイテムを横に並べる */
}

#flow .main-inner div.step {
	flex: 0 0 120px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
	background-color:#EEE;
	height:120px;
	line-height:120px;
	text-align:center;
	border-radius:100px;
	font-weight:bold;
	color:#F3981C;
	margin:0 auto;
}
#flow .main-inner div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 2;/* 回り込みを右へ */
	padding-left:20px;
	padding-bottom:40px;
}

@media only screen and (min-width: 768px) {
#flow .main-inner{
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
}
#flow .main-inner div.step {
	flex: 0 0 120px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
	height:120px;
	line-height:120px;
	text-align:center;
}
#flow .main-inner div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 2;/* 回り込みを右へ */
	padding-left:30px;
}
}

/*faq*/
#wrap #news ul{
	margin-bottom:16px;
	padding-bottom:10px;
	margin-left:0;
}
#wrap #news ul li{
	margin-bottom:10px;
	border-bottom:1px dotted #333;
	padding:6px;
	list-style:none;
}
#wrap #news ul li .date{
	color:#666;
	margin-right:10px;
	padding:6px;
}

#wrap #newscontents p.date{
	color:#666;
	font-size:14px;
	text-align:right;
}

@media only screen and (min-width: 768px) {
#wrap #news ul li{
	padding:20px;
}
}
@media only screen and (max-width: 767px) {
#wrap #news ul li .date{
	display:block;
}
}

/*news*/
#wrap #faq dl dt {
	border-bottom:2px solid #F3981C;
	padding:8px;
	margin-bottom:12px;
	font-size:18px;
}
#wrap #faq dl dt:before {
    content: 'Q';
	color:#F3981C;
	margin-right:4px;
}
@media only screen and (min-width: 768px) {
#wrap #faq dl dt {
	font-size:20px;
}

}

/*contact*/
.formArea textarea{
	width:100%;
	padding:10px 10px 40px;
	background-color: #FFF;
	border:1px solid #C1C1C1;
}

.formArea input[type="text"]{
	width:100%;
	padding:10px;
	background-color: #FFF;
	border:1px solid #C1C1C1;
}
.formArea input[type="email"]{
	width:100%;
	padding:10px;
	background-color: #FFF;
	border:1px solid #C1C1C1;
	margin-right:10px;
}

#contact .bt_form{
	text-align:center;
}

#contact .bt_form input{
	width:44%;
	height:80px;
	background:#F4981D;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	margin:0 2% 40px;
}

@media only screen and (min-width: 768px) {
#wrap #faq dl dt {
	font-size:20px;
}

}
@media only screen and (max-width:768px) {
#contact table tr{
display: block;
margin-bottom: 10px;}
#contact table th{
border-bottom: none;
display: block;
width: 100%;
padding: 6px 4%;}
#contact table td{
border-bottom: 1px solid #999;
display: block;
width: 100%;
padding: 6px 4%;}

}

/*other*/
.ecocute div.imgBox {
	text-align:center;
}

#other .main-inner{
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
}

/*#other .main-inner div.step {
	flex: 0 0 60px;
	order: 1;
	background-color:#3FA9F5;
	height:60px;
	line-height:60px;
	text-align:center;
	border-radius:100px;
	font-weight:bold;
	color:#FFF;
}
#other .main-inner div.textBox {
	flex: 1 1 auto;
	order: 2;
	padding-left:20px;
}*/


#wrap #other #step{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
}
.stepBox{
	list-style-type: none;
	margin-bottom:30px;
	padding:0 1%;
	width:100%;
}
#wrap .stepBox p.step{
	text-align:center;
	margin-bottom:12px;
}
#wrap .stepBox h3{
	text-align:center;
}

#other .wak{
	background:#FEF4DB;
	padding:16px;
	text-align:center;
}
#wrap #other .wak p{
	font-weight:bold;
	font-size:18px;
	color:#CC0000;
	margin:0;
}

#sbattery .main-inner{
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
	margin-bottom:20px;
}

#sbattery .img{
	text-align:center;
}

#sunlight .main-inner{
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
	margin-bottom:20px;
}

#sunlight .img{
	text-align:center;
}

#ecocute .main-inner{
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
	margin-bottom:20px;
}

#ecocute .img{
	text-align:center;
}

#ih .main-inner{
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
	margin-bottom:20px;
}

#ih .img{
	text-align:center;
}

#other .bg01{
	background-color:#82ba48;
	color:#FFF;
	padding:10px;
	margin-right:10px;
}
#other .bg02{
	background-color:#6c9bd2;
	color:#FFF;
	padding:10px;
	margin-right:10px;
}
#other .bg03{
	background-color:#F3981C;
	color:#FFF;
	padding:10px;
	margin-right:10px;
}
#other p.copy{
	font-weight:bold;
	font-size:24px;
	margin-bottom:10px;
	color:#CC0000;
}
#other .price{
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
}
#other .price span{
	font-size:24px;
}
#other .price02{
	font-size:14px;
}
#other .detail{
	font-size:14px;
}



@media only screen and (min-width: 768px) {
#wrap #other_graf{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
.graf{
	width:32%;
	padding:0px;
	margin:0 5px;
	text-align:center;
	overflow: hidden;
}
#wrap #other .wak p{
	font-size:20px;
}

.ecocute .main-inner div.imgBox {
	flex: 0 0 250px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
.ecocute .main-inner div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 1;/* 回り込みを右へ */
	padding-right:30px;
}
/*#other .main-inner div.step {
	flex: 0 0 120px;
	order: 1;
	height:120px;
	line-height:120px;
	text-align:center;
}
#other .main-inner div.textBox {
	flex: 1 1 auto;
	order: 2;
	padding-left:30px;
}*/
#wrap #other #step{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
.stepBox{
	width:31%;
	padding:0px 1%;
	margin:0 5px;
	overflow: hidden;
}


#other .bg01{
	background-color:#82ba48;
	color:#FFF;
	padding:10px;
	margin-right:20px;
}
#other .bg02{
	background-color:#6c9bd2;
	color:#FFF;
	padding:10px;
	margin-right:20px;
}

#other .bg03{
	background-color:#F3981C;
	color:#FFF;
	padding:10px;
	margin-right:20px;
}
#other .price{
	color:#CC0000;
	font-weight:bold;
	font-size:17px;
}
#other .price span{
	font-size:44px;
}

#sbattery .main-inner{
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
	margin-bottom:50px;
}
#sbattery .textdetail{
	flex: 1 1 auto;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
#sbattery .img{
	flex: 0 0 400px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
	margin-right:30px;
}

#sunlight .main-inner{
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
	margin-bottom:50px;
}
#sunlight .textdetail{
	flex: 1 1 auto;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
#sunlight .img{
	flex: 0 0 400px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
	margin-right:30px;
}


#ecocute .main-inner{
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
	margin-bottom:50px;
}
#ecocute .textdetail{
	flex: 1 1 auto;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
#ecocute .img{
	flex: 0 0 400px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
	margin-right:30px;
}


#ih .main-inner{
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
	margin-bottom:50px;
}
#ih .textdetail{
	flex: 1 1 auto;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
#ih .img{
	flex: 0 0 400px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
	margin-right:30px;
}

}

/*profile*/

@media only screen and (min-width: 768px) {

}


#profile dt{
	font-size:20px;
	font-weight:bold;
}
#profile dd{
	padding-left:24px;
}

#profile #idea p{
	font-size:20px;
	font-weight:bold;
}

@media only screen and (max-width:768px) {
#profile table tr{
display: block;
margin-bottom: 10px;}
#profile table th{
border-bottom: none;
display: block;
width: 100%;
padding: 6px 4%;}
#profile table td{
border-bottom: 1px solid #999;
display: block;
width: 100%;
padding: 6px 4%;}

}

@media only screen and (max-width:768px) {
.pure-toggle-label {
background-color: rgba(242, 166, 199,0.5);
}
}


.wp-block-columns-is-layout-flex{
	margin-bottom:20px;
}
@media only screen and (min-width: 768px) {
.wp-block-columns-is-layout-flex{
	margin-bottom:40px;
}
}