@charset "utf-8";


/* ---------- トップ画像 ---------- */
.hojo15_text{
	font-size: 32px;
	background-color:#ff9500;
	color: #fff;
	padding: 8px;
	margin: 30px auto -20px auto;
	width: 95%;
	max-width: 800px;
	border-radius: 5px;
}
.hojo15_text span{
	font-size: 25px;
}
.tokyo_top_img {
	margin-top: -5px;
}
.tokyo_top_img .PC {
	background-image: url("../images_tokyo/T_top_pc_haikei.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;	
}
.tokyo_top_img img{
	line-height: 0;
	max-width: 1400px;
}
.tokyo_top_img .smartphone {
	display: none;
	line-height: 0;
}

@media screen and (max-width: 900px){
	.hojo15_text{
	font-size: 40px;
	line-height: 50px
}
	.tokyo_top_img .PC {
		display: none;
	}	
	.tokyo_top_img .smartphone {
		display: block;
	}	
}

/* ---------- エコバスくん ---------- */
.eco_icon{
	display: block;
	margin: -120px auto 0 auto;
}

/* ---------- レスポンシブ ---------- */
@media screen and (max-width: 1300px){
	.eco_icon{
	margin: -80px auto 0 auto;
}		
}

/* ---------- レスポンシブ ---------- */
@media screen and (max-width: 900px){
	.eco_icon{
	margin: -130px auto 0 auto;
}
}
/* ---------- 経済産業省補助 ---------- */

.cool_waku{
	border:#2CB3A7 solid 3px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	flex-flow:column; 
	width: 1023px;
	margin: auto;
}
.cool_keizai{
	background-color: #FF609A;
	line-height: 0;	
}
.background_orange{
	background-color: #FF891E;
}	
.cool_keizai .bana{
	margin: -70px auto 0 auto;
	position: relative;
	display: block;
}
.cool_keizai .img{
	margin: -70px auto 0 auto;
	display: block;
}
.cool_top_text{
	width: 776px;
	margin: 0 auto 50px auto;
}

/* ---------- レスポンシブ ---------- */

@media screen and (max-width: 1250px){
	.cool_waku{
	width: 900px;
}
	.cool_top_text{
	width: 700px;
	margin: 0 auto 50px auto;
}	
}


@media screen and (max-width: 1000px){
	.cool_waku{
	width: 680px;
}	
	.cool_keizai .bana{
	margin: -50px auto 0 auto;
}
	.cool_keizai .img{
	margin: -40px auto 0 auto;
}
	.cool_top_text{
	width: 600px;
	margin: 0 auto 30px auto;
}
}




/* ---------- レスポンシブ ---------- */

@media screen and (max-width: 900px){
	
}
