@charset "utf-8";


body{
	width:100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;			/*--＆footer--*/
	margin: 0;
	padding: 0;
}

/* -------------------------------------- */
/* ▼ヘッダースタイル---------------------- */
/* -------------------------------------- */
/* スマホ(320px～767px)・共通適用 */
header{
	width: 100%;
	height: auto;
	background: rgba(19, 111, 250, 0.3);
	margin: 0 auto;
	padding: 5px 0 10px 0;
}
p.header_top_text1{
	font-size: 0.8rem;
	padding-top: 4px;
	padding-left: 5px;
}
p.header_top_another_text2{
	font-size: 0.7rem;
	padding-top: 10px;
	text-align: center;
}
span.square_box{
	padding-right: 2px;
	text-decoration: underline 2px solid #fceaea;
}
h1{
	font-size: 1.3rem;
	font-weight: bold;
	-webkit-text-stroke: 1px #045bb3d6;
	letter-spacing: 0.6rem;
	text-align: center;
	margin-top: 10px;
	color: #045bb3d6;
}

/* タブレット：（768px 以上（～ 1023px） */
@media only  screen and (min-width:768px) {
	p.header_top_text1{
		font-size: 1.2rem;
		margin-top: 10px;
		margin-left: 20px;
	}
	div.header_top_another{
		padding-bottom: 10px;
	}
	p.header_top_another_text2{
		font-size: 1.3rem;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	p.header_top_another_text3{
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	h1{
		font-size: 2rem;
		letter-spacing: 1.8rem;
		padding-top: 20px;
	}
}
/* PC：（1024px 以上 ）*/
@media only  screen and (min-width:1024px) {
	header{
		box-sizing: border-box;
		padding: 5px 0 0 0;
	}
	div.header_top{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		gap: 20px;
	}
	p.header_top_text1{
		font-size: 1.3rem;
		margin-top: 0;
		white-space: nowrap; /* 崩れ防止 */
	}
	div.header_top_another{
		flex: 1;
		min-width: 0;
		text-align: center;
	}
	p.header_top_another_text2{
		font-size: clamp(1rem, 2vw, 1.5rem);
	}
	p.header_top_another_text3{
		font-size: 1.3rem;
	}
	h1{
		/*font-size: clamp(2rem, 4vw,2.8rem);*/
		font-size: 3.5vw;
		padding-top: 10px;
		/*letter-spacing: clamp(0.6rem, 2vw, 1.6rem );*/
		letter-spacing: 1.5vw;
		white-space: nowrap;
	}
}

/* -------------------------------------- */
/* ▼ wrap スタイル---------------------- */
/* -------------------------------------- */
div#wrap{
	width: 100%;
	background-color: rgba(211, 211, 211, 0.3)
}

/* -------------------------------------- */
/* ▼ mainスタイル---------------------- */
/* -------------------------------------- */
/* スマホ(320px～767px)・共通適用 */
div.main{
	width: 100%;
	box-sizing: border-box;
}
div.main_inner{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
div.main_photo{
	width: 100%;
}
div.main_photo img{
	width:100%;
	height: 150px;
	object-fit: cover;
	object-position: top;
	display: block;
	margin: 0 auto;
}
div.main_content{
	width: 90%;
	margin-left: 0;
}
div.main_content_text1{
	width: fit-content;
	height: 30px;
	background-color: #fceaea;
	border-top: 2px solid #045bb3d6;
	border-bottom: 2px solid #045bb3d6;
	border-right: 2px solid #045bb3d6;
	box-sizing: border-box;
	display: flex;
	font-size: 1rem;
	padding: 10px 5px 25px 20px;
	color: #045bb3d6;
	font-weight: bold;
	margin-bottom: 30px;
}
p.main_content_text2{
	width: 80%;
	font-size: 0.9rem;
	line-height: 1.7;
	text-align: left;
	margin: 10px auto 10px auto;
}
br.sp_only{
	display: inline;
}
br.tablet_only{
	display: none;
}
span.pc_only_space{
		display: none;
	}

/* タブレット：（768px 以上（～ 1023px） */
@media only  screen and (min-width:768px) {
	div.main_inner{
		padding-bottom: 30px;
	}
	div.main_photo img{
		height: 400px;
	}
	div.main_content_text1{
		height: 50px;
		font-size: 1.3rem;
		padding: 15px 10px 25px 80px;
	}
	p.main_content_text2{
		width: 100%;
		font-size: 1.1rem;
		text-align: left;
		line-height: 2;
		padding: 20px 30px 20px 70px;
	}
	br.sp_only{
		display: none;
	}
	br.tablet_only{
		display: inline;
	}
	span.pc_only_space{
		display: none;
	}
} 

/* PC：（1024px 以上 ）*/
@media only  screen and (min-width:1024px) {
	div.main{
		width: 85%;
	}
	div.main_inner{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
		padding-top: 50px;
	}
	div.main_hoto{
		flex: 0 0 40%;
	}
	div.main_photo img{
		width: 80%;
		max-width: 100%;
		height: 500px;
		object-fit: cover;
		object-position: top;
		display: block;
		border: 1px solid ;
		border-color: rgba(0, 0, 0, 0.5);
		border-radius: 5PX;
		/*border: 2px solid #045bb3d6;*/
		box-shadow: 10px 10px 10px #cdcccc;
	}
	div.main_content{
		flex: 0 0 40%;
		padding-top: 20px;
		width: 95%;
	}
	div.main_content_text1{
		height: 50px;
		font-size: 1.4rem;
		padding: 15px 5px 15px 5px;
		border-left: 2px solid #045bb3d6;
	}
	p.main_content_text2{
		font-size: 1.3rem;
		line-height: 2;
		padding: 0;
		padding-right: 70px;
		padding-top: 30px;
		}
	br.sp_only{
		display: none;
	}
	br.tablet_only{
		display: none;
	}
	span.pc_only_space{
		display: inline;
	}

}

/* -------------------------------------- */
/* ▼ナビ ベーススタイル　--------- */
/* ------------------------------------ */
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	display: block;
	color: #333;
}
/* -------------------------------------- */
/* ▼スマホスタイル　　　　767px以下------- */
/* ------------------------------------ */
/*--ハンバーガーボタン--*/
div.hamburger_btn{
	position: fixed;
	top: 3px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 100;
}
div.hamburger_btn span{
	position: absolute;
	left: 5px;
	width: 30px;
	height: 2px;
	background-color: #333;
	transition: all 0.3s;
}
div.hamburger_btn span:nth-child(1){
	top: 10px;
}
div.hamburger_btn span:nth-child(2){
	top: 19px;
}
div.hamburger_btn span:nth-child(3){
	top: 28px;
}

/*--スマホメニュー最初非表示--*/
#navi{
	position: fixed;
	top: 0;
	right: -100%; /* 右に隠す */
	width: 80%; /* メニューの幅 */
	height: 100vh;
	background: rgb(190, 213, 249);
	padding-top: 80px;
	transition: all 0.3s;
	z-index: 90;
	overflow-y: auto; /* メニューが長い場合スクロール可能に */
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
}

/*-JSなどで「.open」クラスがついたら画面内に表示-*/
#navi.open{
	right: 0;
}
#navi ul li a{
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

/* -------------------------------------- */
/* ▼タブレットスタイル　768px　以上---- */
/* ------------------------------------ */
@media screen and (min-width: 768px){
	/* ハンバーガー非表示 */
	div.hamburger_btn{
		display: none;
	}
	/* メニュー横並び */
	#navi{
		position: static;
		width: 100%;
		height: auto;
		padding-top: 0;
		background-color: transparent;
		display: flex;
		justify-content: center;
	}
	/* 親メニュー横並び */
	#navi ul{
		display: flex;
		gap: 5px; /* 項目間の余白 */
		/*align-items: center;*/
		/*margin: 0 auto;*/
	}
	#navi ul  li{
		text-align: center;
		box-shadow: -3px 0 8px rgba(198, 218, 250, 0.9);
	}
	#navi ul  li:last-child{
		box-shadow: 0 0 8px 2px rgba(198, 218, 250, 0.6);
	}
	#navi ul li.flex_item{
		width: auto;
		white-space: nowrap; /* テキスト重なりを回避 */
		transition: all 0.3s ease;	
	}
	li.flex_item a :hover{
		cursor: pointer;
		transform: translateY(-10px);
		transform: translateX(10px);
		opacity: 0.8;
	} 
}

/* -------------------------------------- */
/* ▼PC スタイル　1024px　以上---- */
/* ------------------------------------ */
@media screen and (min-width: 1024px){
	#navi{
		margin: 60px auto 0 auto;
		height: auto;
		padding-top: 0;
		/*background-color: transparent;*/
	}
	/* 親メニュー横並び */
	#navi  ul{
		width: 80%;
		gap: 24px; /* 項目間の余白 */
		margin: 0 auto;
	}
	#navi ul li{
		flex: 1;
	}
}

/* -------------------------------------- */
/* ▼対応工事紹介(title)-------- */
/* -------------------------------------- */
/* スマホ(320px～767px)・共通適用 */

/*見出し楕円とテキストの配置 */
h2.ellipse_heading{
	position: relative;
	margin-top: 20px; /* 全体の表示位置 */
	padding-left: 40px; /* テキスト位置 */
	padding-top: 12px;  /*　テキストTOP位置調整 */
}
/*疑似要素で楕円を作る */
h2.ellipse_heading::before{
	content: "";
	position: absolute;
	top: 0px; /* 楕円のTOP位置調整 */
	left: 10px;
	width: 90px; 
	height: 40px;
	background: rgb(122, 167, 245);
	border-radius: 50%;
	z-index: 0; /* 重なり順　下に */
	transform: rotate(-15deg); /* 楕円を斜めに */
}
span.h2_text{
	position: absolute;
	z-index: 50; /* 重なり順　一番上に */
	/*ol.groupが下に潜りこむためh2.ellpse_headingで指定 */
	/*left: 40px; /* テキスト位置 */
	/*top: 12px; /*　テキストTOP位置調整 */
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 1rem;
	text-decoration: underline 2px solid #045bb3d6;
}
/* タブレット適用：768px～1023px ）*/
@media only screen and (min-width: 768px){
	/*見出し楕円とテキストの配置 */
	h2.ellipse_heading{
		margin-top: 60px; /* 全体の表示位置 */
	}
	/*疑似要素で楕円を作る */
	h2.ellipse_heading::before{
		margin-left: 30px; /* 楕円の位置調整 */
	}
	span.h2_text{
		font-size: 1.2rem;
		letter-spacing: 1.5rem;
		padding-left: 25px;  /* テキストleft調整 */
	}

}

/*PC適用：1024px以上 */
	@media only screen and (min-width: 1024px){
	h2.ellipse_heading{
		margin-top: 80px; /* 全体の表示位置 */
		padding-left: 50px; /* テキスト位置 */
		padding-top: 30px;  /*　テキストTOP位置調整 */
		margin-left: 100px;
	}
	/*左下角の三角形を作る */
	h2.ellipse_heading::before{
		top: 20px; /* 楕円のTOP位置調整 */
	}
	span.h2_text{
		font-size: 1.5rem;
		letter-spacing: 1.8rem;
	}

}

/* -------------------------------------- */
/* ▼対応工事紹介 pic-------- */
/* -------------------------------------- */
/* スマホ(320px～767px)・共通適用 */
div.pic_in_box{
	margin: 60px auto 0 auto;
	width: 95%;
}
p.pic_title{
	border: 2px solid #439cf4d6;
	background: rgba(19, 111, 250, 0.1);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);		/*影*/
	padding: 10px;
	font-size: 0.9rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}
ol li.pic_content img{
	width: 60%;
	height: auto;
	border: 1px solid ;
	border-color: rgba(0, 0, 0, 0.5);
	border-radius: 5PX;
	margin: 0 auto;
}
ol.pic{
	list-style: none;
}

/* タブレット適用：768px～1023px ）*/
@media only screen and (min-width: 768px){
	#construction_pic{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	div.pic_in_box{
		width: 42%;
	}
	p.pic_title{
		padding: 10px 0;
		margin: 50px 0;
		font-size: 1rem;
	}
	ol li.pic_content img{
		width: 75%;
	}

}

/*PC適用：1024px以上 */
@media only screen and (min-width: 1024px){
	#construction_pic{
		width: 80%;
		margin: 0 auto;
	}
	p.pic_title{
		margin: 80px 0;
		font-size: 1.1rem;
		padding: 15px 0;
	}
	ol li.pic_content img{
		width: 70%;
	}

}

/* -------------------------------------- */
/* ▼対応工事説明-------- */
/* -------------------------------------- */
/* スマホ(320px～767px)・共通適用 */
div#construction{
	margin-top: 50px;
}
div.work_in_box{
	margin: 0 auto 50px auto;
	width: 95%;
}
p.work_title{
	border: 2px solid #439cf4d6;
	background: rgba(193, 215, 249, 0.2);
	padding: 10px;
	font-size: 0.9rem;
	text-align: center;
	font-weight: bold;
}
ol.support{
	border-right: 2px solid #439cf4d6;
	border-left: 2px solid #439cf4d6;
	border-bottom: 2px solid #439cf4d6;
	list-style: none;
	padding: 3% 0 3% 10%;
}
ol li.work_content{
	font-size: 0.9rem;
	line-height: 1.5rem;
}

/* タブレット適用：768px～1023px */
@media only screen and (min-width: 768px){
	div#construction{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	div.work_in_box{
		width: 40%;
	}
	p.work_title{
		font-size: 1rem;
		padding: 10px 0;
	}
	ol li.work_content{
		line-height: 2.5rem;
		font-size: 1rem;
	}

}

/*PC適用：1024px以上 */
@media only screen and (min-width: 1024px){
	div#construction{
		width: 80%;
		margin: 150px auto 80px auto;
	}
	p.work_title{
		font-size: 1.1rem;
		padding: 15px 0;
	}
	ol li.work_content{
		font-size: 1.1rem;
	}

}

/* -------------------------------------- */
/* ▼appeal-------- */
/* -------------------------------------- */
/* スマホ(320px～767px)・共通適用 */
div#appeal{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}
p.appeal_tixt{
	text-align: center;
	font-size: 0.9rem;
	line-height: 2;
	margin-bottom: 10px;
}
p.appeal_tixt :last-of-type{
	margin-bottom: 0;
}
.fade {
	transition: all 6000ms;
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, 50px);
  }
.fadein {
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
} 

/* タブレット 768px～1023px */
@media only screen and (min-width: 768px){
	div#appeal{
		width: 70%;
		padding-bottom: 30px;
}
	p.appeal_tixt{
		font-size: 1rem;
		line-height: 2;
		margin-bottom: 30px;
	}

}

/*PC適用：1024px以上 */
@media only screen and (min-width: 1024px){
	div#appeal{
		width: 75%;
		padding-bottom: 40px;
		word-break: keep-all;
		overflow-wrap: break-word;

}
	p.appeal_tixt{
		font-size: 1.1rem;
		line-height: 2;
	}

}

/* -------------------------------------- */
/* ▼footer-------- */
/* -------------------------------------- */
/* スマホ(320px～767px)・共通適用 */
div#footer{
	margin:  0 auto;
	width: 100%;
	height: auto;
	padding: 5px;
	font-size: 0.9em;
	border: 1px solid #439cf4d6;
	background: rgba(19, 111, 250, 0.1);
	box-shadow: inset  0px 3px 4px 0px rgba(19, 111, 250, 0.3);
}
div.footer_1{
	width: 95%;
	line-height: 2;
	margin: 0 auto;
	text-align: center;
}
p.footer_1_text_sp{
	font-size: 0.8rem;
}
p.footer_1_text_pc{
	display: none;
}
div.footer_2{
	width: 95%;
	margin: 0 auto;
	line-height: 3;
}
p.footer_2_text{
	text-align: center;
}
p.footer_2_text_tel{
	width: 70%;
	height: auto;
	border: 2px solid #439cf4d6;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow:  0 3px 4px rgba(226, 230, 238, 0.3);
	text-align: center;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 0.9rem;
	font-weight: bold;
}
div.footer_footer{
	width: 95%;
	margin: 20px auto 5px auto;
	line-height: 2;
}
p.address_hours{
	text-align: center;
}

/* タブレット適用：768px～1023px */
@media only screen and (min-width: 768px){
	div#footer{
		font-size: 1em;
	}
	div.footer_in{
		width: 100%;
		margin: 1% 0 1% 0;
		text-align: center;
	}
	.footer_1_text:last-child{
		letter-spacing: 0.3rem;
	}
	div.footer_2{
		height: auto;
	}
	p.footer_2_text_tel{
		word-break: keep-all;
		line-break: strict;
	}
	br.sp_only{
		display: block;
	}

}

/* PC適用：1024px以上　*/
@media only screen and (min-width: 1024px){
	div#footer{
		font-size: 1.1em;
		padding-top: 10px;
	}
	div.footer_in{
		/*width: 80%;*/
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin: 0 auto;
		gap: 20px;
	}
	div.footer_1{
		width: 55%;
		min-width: 0;
	}
	span.company_name{
		font-size: 100%;
		font-weight: bold;
		letter-spacing: 0.05rem;
		white-space: nowrap;
	}
	.footer_1_text:last-child{
		letter-spacing: normal;
	}
	div.footer_2{
		width: 35%;
		min-width: 260px;
	}
	div.footer_footer{
		width: 90%;
		line-height: 2;
		text-align: center;
		margin: 30px auto 10px auto;
	}
	br.sp_only{
		display: none;
	}

}

/* -------------------------------------- */
/* ▼#copyright-------- */
/* -------------------------------------- */
/* スマホ：(320px～767px)・共通適用 */
div#copyright{
	width: 100%;
	height: auto;
	margin: 15px auto 8px auto;
	font-size: 0.7rem;
	text-align: center;
}

/* タブレット：（768px～1023px) */
@media only screen and (min-width: 768px){
	div#copyright{
		font-size: 0.8rem;
	}
}

/* PC適用：1024px以上　*/
@media only screen and (min-width: 1024px){
	div#copyright{
		font-size: 0.9rem;
		margin: 20px auto 10px auto;

	}
}

/* -------------------------------------- */
/* ▼トップへ戻る-------- */
/* -------------------------------------- */
/* スマホ(320px～500px)・共通適用 */
html{
    scroll-behavior: smooth;
}
.gotop{
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #4df271;
	box-sizing: border-box;
	background: #FFF;
	border-radius: 10px;
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	text-indent: -9999px;
	font-size: 0.9rem;
	text-decoration: none;
	opacity: 1;
	position: fixed;
	bottom: 10px;
	right: 1px;
	z-index: 10000;
}
.gotop::before{
	content: "";
	display: block;
	border-top: 3px solid #807e7e;
	border-right: 3px solid #807e7e;
	width: 30%;
	height: 30%;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	transform: rotate(-45deg);
}
.gotop::before{
	bottom: 0;
}

/* PCおよびタブレット適用：600px以上 */
@media only screen and (min-width:600px){
	.gotop{
   	    width: 50px;
    	height: 50px;
    	border: 1px solid #4df271;
    	opacity: 0.5;
    	bottom: 15%;
    	right: 4%;
    	z-index: 10000;
	}
	.gotop:hover{
    	opacity: 1;
	}

}

/* -------------------------------------- */
/* ▼--under_wrap(main無し下層ページ調整）- */
/* -------------------------------------- */
#under_wrap{
	padding-top: 20px;
	padding-bottom: 30px;
	width: 100%;
	background-color: rgba(211, 211, 211, 0.3)
	}

/* -------------------------------------- */
/* ▼----会社概要-------- */
/* -------------------------------------- */
/* スマホ：(320px～767px)・共通適用 */
#content{
	width:100%;
	padding-bottom: 50px;
}
table.profile_contents{
	width: 90%;
	border-collapse: collapse;
	margin: 70px auto 40px auto;
}
table.profile_contents th{
	border: 1px solid #045bb3d6;
	padding: 10px 60px;
	line-height: 1.5;
	box-sizing: border-box;
	background: rgb(221, 230, 245);/*#fceaea*/
	/*text-align: justify;
	text-align-last: justify;*/
	text-align: center;
	width: 100%;
	font-size: 0.9rem;
}
table.profile_contents td{
	border: 1px solid #045bb3d6;
	padding: 15px 30px;
	line-height: 1.5;
	box-sizing: border-box;
	text-align: justify;
	text-align-last: justify;
	vertical-align: middle;
	width: 100%;
	font-size: 0.9rem;
}
table.profile_contents th,
table.profile_contents td{
	display: block; /* 縦並びにする */
}

/* タブレット：（768px～1023px) */
@media only screen and (min-width: 768px){
	table.profile_contents{
		width: 90%;
		margin-top: 80px;
	}
	table.profile_contents th,
	table.profile_contents td{
		display: table-cell; /* 横並びに戻す（テーブルは元元横並び） */
		/* 1文字だけの改行を防ぐ */
		word-break: keep-all;
		overflow-wrap: break-word;
	}
	table.profile_contents th{
		padding: 20px 10px;
		width: 30%;
		text-align: left;
		text-align-last: left;
		font-size: 1rem;
	}
	table.profile_contents td{
		padding: 20px 10px;
		width: 70%;
		text-align: left;
		text-align-last: left;
		font-size: 1rem;
	}
	table.profile_contents tr:last-child th,
	table.profile_contents tr:last-child td{
		border-bottom: 1px solid #045bb3d6;
	}
	br.sp_only{
		display: none;
	}
	
}

/*PCスタイル：（1024px～) */
@media only screen and (min-width: 1024px){
		table.profile_contents{
			width: 75%;
			margin-top: 90px;
		}
		table.profile_contents th{
			font-size: 1.1rem;
			letter-spacing: 1rem;
		}
		table.profile_contents td{
			padding: 20px 15px;
			font-size: 1.1rem;
	}

}

/* -------------------------------------- */
/* ▼----工事実績-------- */
/* -------------------------------------- */
/* スマホ：(320px～767px)・共通適用 */
p.customer{
	font-size: 1rem;
	letter-spacing: 0.3rem;
	margin-top: 60px;
	margin-bottom: 15px;
}
ul.customer_contents{
	width: 100%;
	background-color: #e9e4e4;
	line-height: 1.5;
	margin: 0 auto;
	padding: 10px;
}
li.customer_name{
	font-size: 0.9rem;
	text-indent: -1rem;
	padding-left: 1rem;
	line-height: 2;
}
table.results_contents{
	width: 90%;
	border-collapse: collapse;
	margin: 40px auto;
	border: 2px solid #045bb3d6;
}
table.results_contents th{
	width: 45%;
	height: 60px;
	border-right: 2px solid #045bb3d6;
	box-sizing: border-box;
	background: rgb(221, 230, 245);
	font-size: 0.9rem;
	letter-spacing: 0.4rem;
	padding-left: 2px;
}
br.sp_only{
	display: block;
}
table.results_contents td.year,
table.results_contents td.answer{
	box-sizing: border-box;
	display: block;
	font-size: 0.9rem;
}
table.results_contents td.year{
	height: 30px;
	background-color: #e9e4e4;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 2rem;
	vertical-align: middle;
}
table.results_contents td.answer{
	height: 30px;
	border-bottom: 1px solid #045bb3d6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	vertical-align: middle;
}
table.results_contents tr th td.answer:last-of-type{
	border-bottom: none;
}

/* タブレット：（768px～1023px) */
@media only screen and (min-width: 768px){
	p.customer{
		font-size: 1.1rem;
		letter-spacing: 0.5rem;
		margin-top: 80px;
		margin-bottom: 20px;
		margin-left: 30px;
	}
	ul.customer_contents{
		height: 100px;
		margin: 30px auto;
		padding-left: 40px;
	}
	li.customer_name{
		font-size: 1rem;
		margin-top: 10px;
	}
	table.results_contents{
		margin: 50px auto;
	}
	table.results_contents th{
		width: 40%;
		font-size: 1rem;
		letter-spacing: 0.5rem;
		text-align: left;
		padding-left: 10px;
		padding-top:15px;
	}
	br.sp_only{
		display: none;
	}
	table.results_contents td.year,
	table.results_contents td.answer{
		font-size: 1rem;
		display: table-cell;
	}
	table.results_contents td.year{
		height: 40px;
		border-bottom: 1px solid #045bb3d6;
	}
	table.results_contents td.answer{
		height: 40px;
		padding-top: 10px;
	}
	table.results_contents tr th td.answer:last-of-type{
		border-bottom: none;
	}

}

/*PCスタイル：（1024px～) */
@media only screen and (min-width: 1024px){
		p.customer{
		font-size: 1.2rem;
		letter-spacing: 0.8rem;
		padding-left: 230px;
	}
	ul.customer_contents{
		height: auto;
		
		/*width: 70%;*/
	}
	li.customer_name{
		font-size: 1.1rem;
		text-align: center;
	}
	table.results_contents{
		width: 70%;
	}
	table.results_contents th{
		font-size: 1.1rem;
		padding-left: 50px;
	}
	table.results_contents td.year,
	table.results_contents td.answer{
		font-size: 1.1rem;
	}

}

/* -------------------------------------- */
/* ▼----工事施工例----------------------- */
/* ------------------------------------ */
/* スマホ(320px～767px)・共通適用 */
ol.group{
	list-style: none;
	line-height: 2rem;
	margin-top: 50px;
	padding-left: 10px;
}
/* 疑似要素で三角を作るためrelativeを指定 */
span.triangle{
	position: relative;
}
/* 疑似要素で三角を作る */
span.triangle::after{
	content: "";
	position: absolute;
	top: 7px;  /* 三角の上からの配置 */
	left: 10px; /* 三角の左からの配置 */
	width: 20px; /* 図の切り抜く大きさ */
	height: 15px; /* 図の切り抜く大きさ */
	background-color: #045bb3d6;
	clip-path: polygon(0 0, 100% 50%, 0 100%); /* 右向き三角 */
}
li.midasi1 a,
li.midasi2 a{
	padding-left: 40px; /* 図形とテキストの間隔 */
}
ol.group li.midasi1,
ol.group li.midasi2{
	transition: all 0.3s ease;	
}
ol.group li.midasi1 a:hover,
ol.group li.midasi2 a:hover{
	cursor: pointer;
	transform: translateY(-10px);
	transform: translateX(10px);
	opacity: 0.8;
}
h3{
	margin: 40px auto 30px auto;
	background: rgb(221, 230, 245);
	padding: 2%;
	border: 1px solid #045bb3d6;
	font-size: 0.9rem;
}
p.work img{
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid ;
	border-color: rgba(0, 0, 0, 0.5);
	border-radius: 5PX;
}
p.work_text{
	width: 90%;
	margin: 10px auto 30px auto;
	font-size: 0.9rem;
	line-height: 1.5;
}
div.flex{
	width: 95%;
	margin: 0 auto;
}

/* タブレット　768px～1023px */
@media only screen and (min-width: 768px){
/*見出し楕円とテキストの配置 */
	ol.group{
		display: flex;
		flex-wrap: wrap;
		font-size: 1rem;
		margin-top: 70px;
	}
	ol li.midasi1{
		flex-basis: 30%; /* flex内のアイテムの基本サイズ指定 */
	}
	ol li.midasi2{
		flex-basis: 40%;
	}
	h3{
	padding: 2%;
	font-size: 1rem;
	padding-left: 50px;
	}
	div.flex{
		width: 95%;
		display: flex;
		align-items: center;
		/*justify-content: space-between;*/
		gap: 40px;
	}
	p.work{
		width: 50%;
	}
	p.work img{
		width: 90%;
		height: auto;
		display: block;
	}
	p.work_text{
		width: 50%;
		line-height: 2;
		font-size: 1rem;
	}

}

/*PCスタイル：（1024px～) */
@media only screen and (min-width: 1024px){
	ol.group{
		width: 95%;
		font-size: 1rem;
		padding-left: 150px;
	}
	h3{
		padding: 35px;
		font-size: 1.2rem;
		padding-left: 220px;
	}
	div.flex{
		width: 80%;
		margin-top: 100px;
		margin-bottom: 50px;
	}
	/*p.work img{
		width: 100%;
		margin-bottom: 30px;
	}*/
	/*p.work_text{
		/*width: 90%;
		padding-left: 30px;
		font-size: 1.1rem;
		line-height: 2;
		word-break: keep-all;
		line-break: strict;
	}*/

}

/* -------------------------------------- */
/* ▼----お見積りから完了まで-------- */
/* -------------------------------------- */
/* スマホ(320px～767px)・共通適用 */
span.h2_estimate_text{
	position: absolute;
	z-index: 50; /* 重なり順　一番上に */
	/*ol.groupが下に潜りこむためh2.ellpse_headingで指定 */
	/*left: 40px; /* テキスト位置 */
	/*top: 12px; /*　テキストTOP位置調整 */
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.5rem;
	text-decoration: underline 2px solid #045bb3d6;
}
div#estimate{
	width: 95%;
	margin: 80px auto;
}
h3.heading_box{
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 1rem;
	margin: 40px auto 30px auto;
	background: transparent;
	padding: 2%;
	border: none;
}
span.number_box{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	background-color: #045bb3d6;
	color: #ffffff;
	font-weight: bold;
	border-radius: 4px;
}
span.titel_text{
	color: #045bb3d6;
	font-weight: bold;
	letter-spacing: 1.2rem;
}
div.box{
	width: 95%;
	margin-bottom: 25px;
	opacity: 0;
}
div.box:last-child{
	margin-bottom: -50px;
}
div.delay-time02{
	animation-delay: 0.5s;
}
div.delay-time04{
	animation-delay: 1s;
}
div.delay-time06{
	animation-delay: 1.5s;
}
div.delay-time08{
	animation-delay: 2s;
}
div.delay-time10{
	animation-delay: 2.5s;
}
div.delay-time12{
	animation-delay: 3s;
}
div.delay-time14{
	animation-delay: 3.5s;
}
div.fadeup{
	animation-name: fadeUpAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
	from{
		opacity: 0;
		transform: translateY(100px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}

ol.border_box{
	width: 100%;
	border: 2px solid #045bb3d6;
	padding: 10px 5px;
	list-style: none;
	margin: 0 8px 0 10px;
}
span.titel_text{
	font-family: 1.1rem;
}
ol li.box_content{
	margin-bottom: 4%;
	font-size: 0.9rem;
	line-height: 2rem;
	text-indent: -0.4rem;
	padding-left: 0.9rem;
}
i.my_color{
	font-size: 0.8rem;
	color: #045bb3d6;
	font-weight: bold;
}

/* タブレット適用：768px～1023px */
@media only screen and (min-width: 768px){
	span.h2_estimate_text{
		font-size: 1.2rem;
		padding-left: 25px;
		padding-top: 3px;
 	}
	div.box{
		width: 95%;
		display: flex;
		justify-content: space-between;
		margin-left: 30px;
		margin-top: 50px;
	}
	h3.heading_box{
		font-size: 1.1rem;
		width: 40%
	}
	span.titel_text{
		letter-spacing: 0.9rem;
}
	ol.border_box{
		width: 60%
	}
	ol li.box_content{
		font-size: 1rem;
		text-indent: -0.4rem;
		padding-left: 1rem;
}
	ol li.box_content>span{
		font-size: 0.9rem;
	}

}

/* PC適用：1024px以上　*/
@media only screen and (min-width: 1024px){
	span.h2_estimate_text{
		font-size: 1.5rem;
 	}
	div.box{
		width: 80%;
		margin: 50px auto 
	}
	div.box:first-of-type{
	margin-top: 150px;
	}
	div.box:last-of-type{
		margin-bottom: 100px;
	}
	h3.heading_box{
		font-size: 1.2rem;
	}
	span.titel_text{
		letter-spacing: 1.1rem;
	}
	ol li.box_content{
		font-size: 1.1rem;
	}
	/*ol li.box_inquiry{
		font-size: 100%;
		width: 50%;
		margin-left: 25%;
	}*/
}
/* -------------------------------------- */
/* ▼----お問い合わせ-------- */
/* -------------------------------------- */
/* スマホ(320px～767px)・共通適用 */
div.inquiry{
	width: 90%;
	margin: 100px auto 50px auto;
	line-height: 2rem;
	text-align: center;
	font-size: 0.9rem;
	/* 1文字だけの改行を防ぐ */
	word-break: keep-all;
	overflow-wrap: break-word;
} 
div.inquiry span{
	display: inline-block;
}


/* タブレット適用：768px～1023px */
@media only screen and (min-width: 768px){
	div.inquiry{
		font-size: 1.1rem;
	}

}

/* PC適用：1024px以上　*/
@media only screen and (min-width: 1024px){
	div.inquiry{
		width: 70%;
		font-size: 1.3rem;
		line-height: 3rem;
	}

}
