﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	background: #FFFF;
	color:#313131;
	-webkit-font-smoothing: antialiased;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
}
img{max-width: 100%;
	height:auto;
	}
.center{text-align: center;}
.right{text-align: right;}
	
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */



/* img ------------------*/
.img_pc{}
.img_sp{display: none;}
@media screen and (max-width: 600px) {
.img_pc{display: none;}
.img_sp{display: block;}
}

/* box ------------------*/
.box{
	width: 90%;
	max-width:1100px;
	margin:0 auto 50px;
	overflow:hidden;
	box-sizing: border-box;
}
.box_maru{
	width: 90%;
	max-width:1000px;
	margin:0 auto 30px;
	overflow:hidden;
	box-sizing: border-box;
	background: #FFF;
	padding: 30px;
	border-radius: 20px;
}
.txt_left{text-align: left !important;}

@media screen and (max-width: 600px) {
.box{margin: 0 auto 20px;}
.box_maru{padding: 20px;}
}


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}
/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}
/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #2C93D9;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #ee751b;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	margin-top: -15px;
}
.header_in{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	}
.logo{max-width: 380px;}

ul.h_telmail{
	max-width: 330px;
	display: flex;
}
ul.h_telmail li{
	text-align: center;
	font-size: 16px;
}
.h_btn{width: 80px;padding-bottom: 10px;}
.nav_sp{display: none;}


@media screen and (max-width:1000px){
.header_in{padding: 0px;}
ul.h_telmail{display: none;}
.logo{
	margin: 20px;
}
.nav_sp{display:block;}
}

@media screen and (max-width:600px){
.header_in{padding: 0px;}
.logo{
	width: 70%;
	margin: 10px 10px 0px;
}
}

/*スマホ版------------------------------------*/
@media screen and (max-width:1000px){
.sp_img{/*スマホTEL*/
	font-size: 16px !important;
	color: #000;
	padding: 20px 0px!important;
	border-bottom: none!important;
}
.sp_btn{/*無料体験・資料請求ボタン*/
	display: flex!important;
	justify-content: center;
}
.sp_btn p{padding: 0px 7px;}
}

/*=============================
		footer
=============================*/
footer{
	width: 100%;
	padding-top: 50px;
	background-size: 25%;
	background: url("../img/base/minsa.png")repeat-x top #EAF3FC;
}
.footer_txt{
	font-size:13px;
	text-align:center;
	margin-bottom:40px;
}
.f_logo{
	text-align:center;
	padding:30px 15px;
	max-width: 400px;
	margin: 0 auto;
	}
.copy{
	text-align:center;
	color:#775A38;
	font-size:11px;
	padding:20px;
}
@media screen and (max-width:800px){
footer{
	
	}
.f_logo{
	width: 75%;
	margin: 0 auto;
	padding: 10px 30px;
}
.footer_txt{
	font-size:11px;
	text-align:center;
	margin-bottom:0px;
	padding: 0px 20px;
}
}

/*fooder_menu（もくじ）-----------*/
ul.footer_menu{
	display:flex;
	justify-content:center;
	margin:0px auto 20px;
	flex-wrap:wrap;
}
ul.footer_menu li{
	font-weight: bold;
	font-size:14px;
	padding: 0px 17px;
	border-right: 1px solid #ccc;
}
.f_menu_fast{border-left: 1px solid #ccc;}

ul.footer_menu li a:link,
ul.footer_menu li a:visited {
	color:#775A38;
	text-decoration:none;
}
ul.footer_menu li a:hover,
ul.footer_menu li a:active{
	color:#775A38;
}

.footer_rental{padding:20px 0px;}
.footer_rental h2{
	color:#fff;
	font-size:14px;
	text-align:center;
}
@media screen and (max-width: 700px) {
	ul.footer_menu{display: none;}
}

/*=============================
		BG
=============================*/

.bg0{
	padding: 150px 0px;
	margin: 0 auto;
	width: 100%;
	background: url("../img/base/bg_r.png")right top no-repeat,url("../img/base/bg_l.png")left top no-repeat;
	background-size: 30%!important;
}
.bg1{
	background: url("../img/base/minsa.png")repeat-x top,url("../img/base/minsa.png")repeat-x bottom #EAF3FC;
	padding: 150px 0px;
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width: 800px) {
.bg0{padding: 80px 0px;
	background-size: 40%!important;
	}
.bg1{padding: 50px 0px 70px;}
}


/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 200%;
	padding: 0px 10px;
}
.S_big{font-size:20px;}
.S2{
	font-size:16px;
	line-height: 160%;
	padding: 0px 10px 20px;
}
.M{
	font-size:20px;
	line-height: 200%;
	padding: 0px 10px;
	margin: 10px 0px;
}
.L{
	font-size: 25px;
	line-height: 150%;
	color: #0b63a3;
	margin-bottom: 10px;
}
.red{color:#ff0000;}/*赤*/
.blue{color: #2991DC;}/*青*/
.pink{color:#ec5d6f;}/*ピンク*/

.big{font-weight: bold;}
.marker{background: linear-gradient(transparent 0%, #ffff66 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {
.S{font-size:12px;line-height: 170%;}
.S_big{font-size:17px;}
.S2{font-size:12px;line-height: 170%;}
.M{font-size:15px;line-height: 170%;}
.L{font-size:20px;line-height: 170%;}
}


/*=============================
		title（TOP）
=============================*/
.title1{
	text-align: center;
	margin: 0 auto 50px;
	max-width: 800px;
	width: 90%;
	background: #005DAB;
}
.title1 h2{
	color: #FFF;
	font-size: 30px;
	padding: 20px;
}
@media screen and (max-width: 600px) {
.title1 h2{
	font-size: 20px;
	padding: 15px;
	}
}

/* title2---------------------------------------- */

.title2{
	text-align: center;
	margin-bottom: 50px;
}
.title2 h2{
	color: #000000;
	font-size: 50px;
	margin-bottom: 5px;
	display: inline-block;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
.title2 p{
	color: #036EB8;
	font-size: 25px;
	letter-spacing: 2px;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
.title2 h2{font-size: 40px;}
.title2 p{font-size: 20px;}
}

/*=============================
		title（2ndページ）
=============================*/
.title{
	background: #036EB8;
	font-size: 23px;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
	color: #FFF;
	text-align: center;
	padding: 10px;
	margin: 0px;
	box-sizing: border-box;
}
.title_mb{
	margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
.title{
	font-size: 18px;
	padding: 15px;
	}
}


/*=============================
		PT
=============================*/

.pt1{
	background:url("../img/pt/pt1.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt2{
	background:url("../img/pt/pt3.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt3{
	background:url("../img/pt/pt5.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt4{
	background:url("../img/pt/pt4.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt5{
	background:url("../img/pt/pt2.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt6{
	background:url("../img/pt/pt6.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt1:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt5:before,
.pt6:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4); /*半透明のフィルターをかける*/
}
.pt-inner {
  text-align: center;
  position: absolute;
  width: 100%;
}
.pt-inner h1{
	color: #FFFF!important;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 45px;
	line-height: 160%;
}
.pt-inner p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
}

@media screen and (max-width: 600px) {
.pt1,.pt2,.pt3,.pt4,.pt5,.pt6{
	padding: 50px 0px 120px; /*背景画像の高さを確保*/
	background-attachment: scroll;
}
.pt-inner h1{font-size: 30px;}
.pt-inner p{font-size: 18px;}
}

/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #036EB8;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*=============================
		ボタン（大）
=============================*/
.btn1{
	background-color:#F38200;
	padding: 1.5em 4em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:20px;
	line-height: 130%;
	color:#FFFFFF!important;
	transition: all .2s;/* ふんわり */
}
.btn1 a:hover{
	color:#FFFFFF!important;
	text-decoration: none;
}
.btn1:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.btn1 i{padding-left: 10px;}

.btn_mini{
	padding: 1em 2em!important;
	font-size: 14px!important;
}
@media screen and (max-width: 600px) {
.btn1{
	font-size:16px;
	padding: 1em 3em;
	border-radius: 30px;
	white-space: nowrap;
	}
.btn_mini i{padding-left: 3px!important;}
}

/*=============================
		ボタン（小）
=============================*/
.btn2{
	background-color:#c30d23;
	padding: 1em 3em;
	display: inline-block;
	text-decoration: none;
	font-size:14px;
	line-height: 130%;
	color:#FFFFFF!important;
	transition: all .2s;/* ふんわり */
}
.btn2 a:hover{
	color:#FFFFFF!important;
	text-decoration: none;
}
.btn2:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.btn2 i{padding-left: 10px;}

@media screen and (max-width: 600px) {
.btn2{
	font-size:14px;
	padding: 1em 3em;
	border-radius: 30px;
	white-space: nowrap;
	}
}
/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	margin:10px auto 10px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
    font-size:18px;
	line-height:140%;
	border-top: solid 1px #ccc;
}
table.type01 th {
	padding: 20px;
	vertical-align:middle;
	text-align:center;
	color: #036EB8;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
}
table.type01 td {
	padding: 10px;
	vertical-align:middle;
	border-bottom: solid 1px #ccc;
}
table.type01 th img{width:100%}
table.type01 td img{width:100%}
.t_br{display: none;}

@media screen and (max-width: 800px) {/*タブレット*/
table.type01{font-size:13px;}
}
@media screen and (max-width: 600px) {/*タブレット*/
table.type01 th {padding: 10px;}
.t_br{display: block;}
}

/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
}
.vegas_text{
	max-width: 1100px;
	width: 95%;
	height:600px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	}
.vegas_pc{}
.vegas_sp{display: none;}


@media screen and (max-width: 1000px) {
.vegas_text{height:500px;}
}
@media screen and (max-width: 600px) {
.vegas_text{
	height:450px;
	width: 80%;
	}
.vegas_pc{display: none;}
.vegas_sp{display: block;}
}
@media screen and (max-width: 500px) {
.vegas_text{height:350px;}	
}




/*=============================
		top
=============================*/

/*TOＰ1--------------------------------*/
.top_info{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 100px;
}
.top_info h2{
	font-size: 33px;
	font-weight: bold;
	color: #005DAB;
	text-align: center;
	margin-bottom: 50px;
}
.top_info p{
	font-size: 18px;
	line-height: 200%;
	margin: 0px auto;
	text-align: center;
	max-width: 800px;
}

@media screen and (max-width: 700px) {
	.top_info{margin: 0 auto 70px;}
	.top_info h2{font-size: 28px;margin-bottom: 30px;}
	.top_info p{font-size: 16px;}
}
@media screen and (max-width: 500px) {
	.top_info h2{font-size: 20px;}
	.top_info h2 br{display: none;}
	.top_info p{font-size: 15px;text-align: left;}
}

/* TOP/強み-------------------------------------------*/
ul.top_tuyomi{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	max-width: 1500px;
	margin: 0 auto 80px;
}
ul.top_tuyomi li{
	width: 30%;
	background: #EAF3FC;
	padding-bottom: 30px;
}
ul.top_tuyomi li h3{
	font-size: 25px;
	color: #005DAB;
	text-align: center;
	margin: 15px 20px 10px;
}
ul.top_tuyomi li p{
	font-size: 16px;
	margin: 0px 20px;
}
@media screen and (max-width: 1200px) {
	ul.top_tuyomi{
		justify-content: center;
		margin: 0 auto 50px;
		}
	ul.top_tuyomi li{
		width: 48%;
		margin-bottom: 30px;
	}
	.tuyomi1{margin-right: 2%;}
	.tuyomi2{margin-left: 2%;}
}
@media screen and (max-width: 800px) {
	ul.top_tuyomi li h3{font-size: 20px;}
	ul.top_tuyomi li p{font-size: 14px;}
}
@media screen and (max-width: 600px) {
	ul.top_tuyomi{margin: 0 auto 20px;}
	ul.top_tuyomi li{width: 90%;}
	.tuyomi1{margin-right: 0%;}
	.tuyomi2{margin-left: 0%;}	
}


/* TOP/塗装について-------------------------------------------*/
.top_tosou{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
}
.top_tosou_txt{width: 55%;}
.top_tosou_txt h2{
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 30px;
	color: #005DAB;
}
.top_tosou_txt p{
	font-size: 16px;
	line-height: 180%;
}
.top_tosou_img{width: 40%;}
.tosou_kiken{
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 100px;
}
@media screen and (max-width: 900px) {
.top_tosou{
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
	.top_tosou_txt{width: 90%;}
	.top_tosou_img{width: 50%;}
}
@media screen and (max-width: 900px) {
	.top_tosou_txt{width: 100%;margin-bottom: 50px;}
	.top_tosou_img{width: 70%;}
	.top_tosou_txt h2{font-size: 25px;}
}
@media screen and (max-width: 600px) {
	.top_tosou_txt{margin-bottom: 20px;}
	.top_tosou_txt h2{font-size: 20px;}
	.top_tosou_txt p{font-size: 14px;}
	.tosou_kiken{margin: 0 auto 50px;}
}


/* TOP/施工実績-------------------------------------------*/
ul.top_works{
	display: flex;
	margin: 50px auto;
	max-width: 1300px;
	width: 90%;
}
ul.top_works li{
	margin: 0px 10px;
	background: #FFFF;
	text-align: center;
}
ul.top_works h2{
	color: #40220F;
	font-size: 20px;
	line-height: 130%;
	margin: 10px 0px;
}

ul.top_works li p{
	font-size: 16px;
	padding-bottom: 15px;
}
ul.top_works li p span{
	font-size: 25px;
	font-weight: bold;
	color: #E4007F;
}
.top_works_txt{
	text-align: center;
	font-size: 16px;
	margin-bottom: 50px;
	padding: 0px 20px;
}
@media screen and (max-width: 1000px) {
ul.top_works{
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px auto;
	}
ul.top_works li{
	width: 45%;
	margin-bottom: 30px;
	}
}

@media screen and (max-width: 700px) {
ul.top_works li{width: 85%;}
}
@media screen and (max-width: 500px) {
ul.top_works{margin: 50px auto 0px;}
ul.top_works h2{font-size: 18px;}
ul.top_works li p{font-size: 13px;}
.top_works_txt{font-size: 13px;}
}


/* TOPお問い合わせ---------------------------- */
.contact_box{
	background:url("../img/base/con.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	width: 100%;
	padding: 100px 0px;
}
.contact_box h2{
	text-align: center;
	font-size: 30px;
	color: #FFFF;
	margin-bottom: 50px;
	padding: 0px 20px;
}
.contact_box h2 br{
	display: none;
}
ul.contact_btn{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
ul.contact_btn li{
	background: #FFFFFF;
	text-align: center;
	padding: 30px 0px 20px;
	width: 45%;
	border-radius: 20px;
	font-size: 20px;
}
ul.contact_btn li i{
	font-size: 50px;
	color: #0B4898;
	margin-bottom: 25px;
}
ul.contact_btn img{
	text-align: center;
	width: 80%;
	box-sizing: border-box;
}

@media screen and (max-width: 700px) {
	.contact_box{
		padding: 50px 0px;
		background:url("../img/base/con_sp.jpg") no-repeat center center;
		background-size:auto;
	}

	ul.contact_btn{flex-wrap: wrap;}
	ul.contact_btn li{width: 85%;margin-bottom: 30px;}
	.contact_box h2{font-size: 25px;}
	.contact_box h2 br{
		display: block;
		font-size: 25px;
		margin-bottom: 30px;
	}
}


/* MAP -------------------------------------------*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:50px auto;
	width: 95%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 施工事例 -------------------------------------------*/
.work_box{
	background: #EAF3FC;
	padding: 20px 0px 50px;
	margin-bottom: 50px;
}
ul.works{/* 写真二つ */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 0 auto 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
ul.works_w{
	align-items: baseline!important;
}
.works2{
	width: 40%;
	background: #FFF;
	padding: 10px;
}
.works3{/* 写真三つ */
	width: 280px;
	background: #FFF;
	padding: 10px;
	margin: 0px 10px 30px;
}
.ya i{
	font-size: 50px;
	color:  #036EB8;
	padding: 0px 20px;
}
.ya2{
	text-align: center;
	margin: 0 auto;
	font-size: 50px;
	color:  #036EB8;
	padding: 0px!important;
}
.before{color: #036EB8;}
.after{color: #E73278;}
.works_txt{
	font-size: 16px;
	line-height: 120%;
	padding-top: 10px;
}
.price{
	font-size: 25px;
	line-height: 120%;
	text-align: center;
	margin-bottom: 10px;
}
.price span{
	font-size: 30px;
	font-weight: bold;
	color: #E73278;
}
.price_br{display: none;}
.price_comment{
	font-size: 16px;
	text-align: center;
	width: 90%;
	margin: 0 auto 50px;
}
@media screen and (max-width: 1200px) {
.works3{width: 230px;}
}

@media screen and (max-width: 900px) {
.works3{width: 40%;}
.works_txt{font-size: 16px;}
.ya i{font-size: 30px;padding: 0px 10px;}
.price_comment{font-size: 14px;margin: 0 auto 30px;}
}

@media screen and (max-width: 600px) {
	.work_box{padding: 30px 0px;}
	ul.works{font-size: 20px;}
	.works2{padding: 5px;}
	.works3{padding: 5px;}
	.works_txt{font-size: 12px;}
	.price{font-size: 20px;}
	.price span{font-size: 20px;}
	.price_br{display: block!important;}
	.ya i{font-size: 20px;}
	.ya2{font-size: 30px;padding: 0px;}
	.price_comment{font-size: 12px;margin: 0 auto 20px;}
}


/* 強み -------------------------------------------*/
.strong_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.strong_img{width: 40%;}
.strong_txt{width: 55%;}
.strong_txt h2{
	margin-bottom: 10px;
	max-width: 500px;
}
.strong_txt p{
	font-size: 18px;
	padding: 0px 10px;
}
@media screen and (max-width: 800px) {
.strong_box{flex-wrap: wrap;justify-content: center;}
.strong_img{width: 80%;}
.strong_txt{width: 100%;margin-bottom: 20px;}
.strong_txt h2{padding: 0 10px;}
}
@media screen and (max-width: 600px) {
.strong_txt p{
	font-size: 14px;
	padding: 0px 10px;
}	
}

/*塗り替えの時期-----------------------------------------*/
.title_jiki{
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
	color: #036EB8;
}
.jiki{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 95%;
	margin: 0 auto 50px;
}
.jiki_txt{width: 48%;}
.jiki_img{width: 48%;}

ul.jiki_ul{}
ul.jiki_ul li{
	font-size: 20px;
	padding-bottom: 10px;
}
ul.jiki_ul li i{padding-right: 10px;}

.jiki_img2{
	margin: 0 auto 30px;
}
.jiki_p{
	font-size: 18px;
	margin-bottom: 50px;
	padding: 0px 10px;
}

@media screen and (max-width: 900px) {
	ul.jiki_ul li{font-size: 18px;}
	.jiki_p{font-size: 16px;}
}
@media screen and (max-width: 700px) {
	.title_jiki{font-size: 25px;margin-bottom: 30px;}
	.jiki{
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 auto 30px;
	}
	.jiki_txt{width: 80%;margin-bottom: 30px;}
	.jiki_img{width: 70%;}
}
@media screen and (max-width: 500px) {
	.title_jiki{font-size: 20px;margin-bottom: 30px;}
	ul.jiki_ul li{font-size: 14px;}
	.jiki_p{font-size: 14px;}
}

/*よくあるご質問-----------------------------------------*/
.qa_box{
	background: #F2F2F2;
	border-radius: 20px;
	width: 95%;
	margin: 0 auto 20px;
	padding: 20px 30px;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {
.qa_box{
	width: 100%;
	margin: 0 auto 20px;
	padding: 10px 15px;
}
}


/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border-bottom: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.faq_title{
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}
.faq_title span{
	color: #005DAB!important;
	font-weight: bold;
	font-size:1.5rem;
	padding-right: 5px;
}
/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
}
.faq_title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
}
.faq_title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.faq_title.close::before{
  transform: rotate(45deg);
}
.faq_title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.faq_box{
    display: none;/*はじめは非表示*/
    background: #FFFFFF;
    margin:0 3% 3% 3%;
    padding: 3%;
	font-size:1rem;
}
.faq_box p span{
	color: #FF0004;
	font-weight: bold;
	font-size:1.5rem;
	padding-right: 5px;
}
@media screen and (max-width: 600px) {
.faq_title{font-size:0.9rem;}
	.faq_box{font-size:0.8rem;}
}

/* 施工の流れ ------------------------------*/

.flow_allbox{
	display: flex;
	justify-content: center;
	margin: 50px 0px;
}
.flow_img{width: 40%;text-align: center;}
.flow_img img{width: 80%;margin: 0 auto;}
.flow_sp{display: none;}
.flow_pc{}

.flow_design03 {
	width: 40%;
}

@media screen and (max-width: 700px) {
.flow_allbox{
	flex-wrap: wrap;
	justify-content: center;
}
.flow_img{width: 100%;}
.flow_img img{width: 95%;}
.flow_sp{display: block;}
.flow_pc{display: none;}

.flow_design03 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
}
.flow_design03 {
	width: 100%;
	margin-bottom: 50px;
	}
	
}



.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 50px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #F38200;
  display: inline-block;
  margin-right: 0.5em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #F38200;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.5em;
	line-height: 150%;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 600px) {
.flow03 > li dl {
  padding-left: 45px;
  position: relative;
}
.flow03 > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}	
.flow03 > li dl dt {
  font-size: 1.0em;
	line-height: 150%;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
}

/* 施工実績（写真多い） -------------------------------------------*/
ul.works_big{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}
ul.works_big li{
	margin: 1.5%;
	background: #ccc;
	text-align: center;
}
ul.works_big li img{
	object-fit: cover; /* トリミング */
	width: 250px;
	height: 250px;
}

@media screen and (max-width: 1200px) {
ul.works li_big img{
	width: 200px;
	height: 200px;
	}	
}
@media screen and (max-width: 1000px) {
ul.works_big li img{
	width: 180px;
	height: 180px;
	}	
}
@media screen and (max-width: 700px) {
ul.works_big li img{
	width: 150px;
	height: 150px;
	}	
}
