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

.content a{
	color: #3377ff;
	text-decoration: underline;
}


/*-----------------------------------*/
/* moving */
/*-----------------------------------*/
.moving-tel{
	margin: 20px auto;
	padding: 0.5rem;
	color: #32cb32;
	border:2px solid #32cb32;
	font-size: 1.2em;
	width: 50%;
	text-align: center;
}
.moving-tel span{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 1.4em;
	font-weight: bold;
}
.moving-tel span::before{
	  font-family: 'icomoon';
  content: '\e90d';
	font-weight: normal;
  font-size: 1em;
	color: #32cb32;
	padding-right: 8px;
}

/*-----------------------------------*/
/* product */
/*-----------------------------------*/
.productsBox{
	width: 96%;
	margin: 10px 20px auto;
	padding: 30px;
	background: #fff;
	filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
}
.productsBox h4.title{
	margin:15px 0;
}
.productsImage{
	text-align: center;
}
.productsImage img{
	max-width: 100%;
	width: auto;
}
.table_auto{
	width:auto !important;
}


/*-----------------------------------*/
/* LP・CITY GUS */
/*-----------------------------------*/
.catchTitleArea{
	width: 100%;
}
.catchTxt{
	background: rgba(255,255,255,0.9);
	padding: 3rem;
	width: 90%;
	margin: 0 auto;
	line-height: 180%;
		color: #28a228;
}
.catchTitle_image{
	width: 100%;
}
.catchTitle_image img{
	width: 100%;
}
.catch-copy{
	text-align: center;
	font-size: 2em;
	color: #28a228;
	margin-bottom: 0.7em;
}
.gas-price em{
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	padding: 0 0.3rem;
	color: #28a228;
}

/*-----------------------------------*/
/* electric */
/*-----------------------------------*/
.centerBox{
	width: 100%;
	text-align: center;
}
.ele_otoku_box{
	background: #e5f3e5;
	padding: 30px;
	border-radius: 20px;
	margin-top: 30px;
}
.example{
	background: #fff;
	padding: 6px 1em;
	display: inline-block;
	border: 2px solid #32cb32;
}
ul.ele_otoku {
  padding: 1em 0 1em;
	text-align: left;
}
ul.ele_otoku li{
	  line-height: 1.5;
  padding: 0.3em 0;
padding-left: 1em;
    text-indent: -0.5em;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 2px dotted #999;
}
ul.ele_otoku li:before{
  font-family: "icomoon";
  content: "\e914";
  color: #32cb32;
	padding-right: 0.5em;
}
ul.ele_otoku li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
ul.ele_otoku li:last-child::before{
  content: "　";
  color: #32cb32;
	padding-right: 0.5em;
}

.ele_voice{
	background: #fff298;
	background-image:
    radial-gradient(#fff8c4 20%, transparent 20%),
    radial-gradient(#fff8c4 20%, transparent 20%);
	background-size: 30px 30px;
	background-position: 0 0, 15px 15px;
	padding: 30px 20px;
	border-radius: 20px;
	margin: 2rem 0;
	text-align: center;
}
.otoku_title,
.voice_title,
.application_title{
	font-size: 2em;
	margin-bottom: 1em;
	font-weight: bold;	
	color: #fff;
	border-radius: 35px;
	padding: 4px 2em;
	display: inline-block;
}
.otoku_title{
	background: #32cb32;
}
.voice_title{
	background: #ea6b48;
}
.application_title{
	background: #ec6b76;
}
.flow_sample{
	width: 96%;
	border: 1px solid #ddd;
	padding: 30px;
	margin:0 auto 50px auto;
	background: #fff;
}

.flow .box{
	background: #e6fae6;
	padding: 12px 20px;
	position: relative;
	border-radius: 20px;
	width: 96%;
	margin: 0 auto 35px auto;
}
.flow .box::after{
border-top: 20px solid #32cb32;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	 content: " ";
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left: -30px;
}
.flow .box:nth-child(3)::after{
	border: none;
}
.step{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2;
}
.step .step_no{
	display: block;
	font-size: 1.3em;
	color:#32cb32; 
	margin-top: -1em;
}
.em_green,.em_red,.em_orange{
	font-size: 1.4em;
}
.em_green{
	color: #51bd51;
}
.em_orange{
	color: #ef9c00;
}
.em_red{
	color: #eb6f6f;
}

.price_s{
	font-size: 1.4em;
	font-weight: bold;
}
.price_m{
	font-size: 2em;
	font-weight: bold;
}
.price_l{
	font-size: 2.4em;
	font-weight: bold;
}
.strong{
	font-size: 1.5em
}
.catch_txt{
	font-size: 1.8em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.catch-word{
	font-size: 1.4em;
	padding: 0.5em 0;
	text-align: center;
}
.yellow_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff7f 0%) repeat scroll 0 0;
display: inline;}
.yellow_line_narrow{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffff7f 0%) repeat scroll 0 0;
display: inline;
}

.ele_application{
	background: #ffe1e0;
	padding: 20px;
	border-radius: 20px;
}
.white_pd{
	padding: 20px;
	background: #fff;
	border-radius: 20px;
}


/*-----------------------------------*/
/* company */
/*-----------------------------------*/
iframe{
	width: 100%;
}


/* ラップトップとデスクトップ 1200px以下 */
@media only screen and (max-width:1200px) {
.catchTxt{
	padding: 2.5rem;
	width: 96%;
	line-height: 170%;
}
}


/* タブレットとデスクトップ 810px以下 */
@media only screen and (max-width:810px) {
.catchTxt{
	padding: 1rem;
	width: 100%;
	line-height: 150%;
}
.catch-copy{
	font-size: 1.7em;
}
/*-----------------------------------*/
/* product */
/*-----------------------------------*/
.productsBox{
	width: 100%;
	margin: 10px auto;
	padding: 20px;
}
.productsImage img{
	margin-top: 20px;
	max-height: 400px;
}	

/*-----------------------------------*/
/* moving */
/*-----------------------------------*/
.moving-tel{
	margin: 20px auto;
	padding: 0.5rem;
	color: #32cb32;
	border:2px solid #32cb32;
	font-size: 1.2em;
	width: 75%;
	text-align: center;
}	

/*-----------------------------------*/
/* electric */
/*-----------------------------------*/
.ele_otoku_box{
	padding: 20px;
}
ul.ele_otoku li{
	font-size: 1.0em;
}
.em_green,.em_red,.em_safety{
	font-size: 1.2em;
}
.price_s{
	font-size: 1.2em;
}
.price_m{
	font-size: 1.6em;
}
.price_l{
	font-size: 2em;
}
.strong{
	font-size: 1.5em
}
.catch_txt{
	font-size: 1.4em;
}
.catch-word{
	font-size: 1.4em;
	padding: 0;
}
.ele_voice{
	padding: 5px 5px 0 5px;
}
.otoku_title,	
.voice_title,
.application_title	{
	font-size: 1.4em;
	margin-bottom: 0.8em;
}	
.flow_sample{
	width: 100%;
	padding: 15px;
	margin:0 auto 30px auto;
}
.flow .box{
	padding: 15px;
	width: 100%;
	margin: 0 auto 35px auto;
	text-align: center;
}
.step{
	font-size: 1em;
	line-height:1.5;
	margin-top: 0.7rem;
}
.step .step_no{
	display: inline-block;
	font-size: 1.1em;
	color:#32cb32; 
	margin-top: 0em;
	padding-right: 1em;
}	
	
	
}


/* スマホ 480px以下 */
@media only screen and (max-width:480px) {
.catch-copy{
	line-height: 150%;
	font-size: 1.3em;
}
.catchTxt{
	background: #fff;
	padding: 0.5rem;
	width: 90%;
}
	
/*-----------------------------------*/
/* electric */
/*-----------------------------------*/
.ele_otoku_box{
	padding: 10px;
	border-radius: 10px;
}
.em_green,.em_red,.em_safety{
	font-size: 1.1em;
}
.price_s{
	font-size: 1.1em;
}
.price_m{
	font-size: 1.3em;
}
.price_l{
	font-size: 1.6em;
}
.strong{
	font-size: 1.3em
}
.catch_txt{
	font-size: 1.2em;
}
.catch-word{
	font-size: 1em;
	text-align: left;
}
.ele_voice{
	padding: 10px;
}
.otoku_title,
.voice_title,
.application_title{
	font-size: 1.1em;
	border-radius: 25px;
	padding: 4px 1em;
}
.flow_sample{
	padding: 10px;
}

.flow .box{
	padding: 15px 10px;
	border-radius: 10px;
}

.white_pd{
	padding: 15px 0;
	border-radius: 0px;
	background: #fff9f9;
}	

/*-----------------------------------*/
/* product */
/*-----------------------------------*/
.productsImage img{
	max-height: 300px;
}		

}