<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none; }
	.contact_bana .txt span {
		display: inline-block;
		margin-left: 10px;
	}
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }

	/* ヘッダ */
	#header {
		overflow: hidden;
		height: 50px;
		padding: 0;
		background: #fff;
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 30px;
	}
	#sticky {
		z-index: 9997;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	/* お問い合わせ */
	#header .contact {
		position: relative;
	}
	#header .contact .tel,
	#header .contact .btn {
		position: absolute;
		top: 0;
		right: 90px;
		display: block;
		width: 24px;
		height: 50px;
		padding: 0 11px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#header .contact .btn {
		right: 44px;
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	/* コンテナ */
	#container h3.sub,
	#container h3.sub2 {
		margin-bottom: 30px;
		font-size: 20px;
	}
	#container h3.sub2 {
		padding-bottom: 3px;
		background-size: auto 12px;
	}
	#footer .contact_bana,
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer {
		padding-bottom: 124px;
	}
	#footer .box dt {
		margin-bottom: 20px;
	}
	#footer .box dt img {
		max-height: 30px;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
	}
	/* お問合せ */
	.contact_bana .in {
		padding: 20px 0;
	}
	.contact_bana .txt {
		text-align: center;
	}
	.contact_bana .tel_o {
		margin: 10px 0 0;
	}
	.contact_bana .tel .num {
		font-size: 30px;
	}
	.contact_bana .tel .fri {
		letter-spacing: -0.8px;
	}
	.contact_bana .btn {
		margin:  15px auto 0;
	}
	/*フッター タブレット追従*/
	#footer .footer_bana, .main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#footer .footer_bana {
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 1;
		padding: 10px;
		width: 97%;
	}
	.footer_bana::before {
		background-color: #EB3C0F;
		margin-left: 0;
}
	.footer_bana .in {
		padding: 10px;
		background-color: #fff;
	}
	.footer_bana .txt {
		text-align: center;
	}
	#footer .footer_bana .txt {
		font-size: 18px;
		color: #333;
		line-height: 1.6;
		text-align: left;
	}
	.footer_bana .txt span {
		display: inline-block;
		margin-left: 10px;
		font-size: 14px;
		color: #666;
		text-align: left;
	}
	#footer .footer_bana .tel_o {
		margin: 10px 0 0;
		text-align: left;
	}
	.footer_bana .tel {
		color: #000;
		font-weight: bold;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		position: relative;
		top: 5px;
	}
	.footer_bana .tel img {
		width: 49px;
		margin-right: 8px;
		vertical-align: middle;
		position: relative;
		top: 5px;
	}
	.footer_bana .btn a {
		color: #333;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.footer_bana .tel .fri {
		font-size: 13px;
		letter-spacing: 4.2px;
		display: block;
		text-align: right;
		line-height: 1em;
		margin-bottom: 3px;
	}
	.footer_bana .tel .num {
		font-size: 30px;
		line-height: 1em;
		display: block;
	}
	.footer_bana .btn {
		background: -webkit-linear-gradient(bottom, #fff, #e5e5e5);
		color: #000;
		font-size: 10px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-flow: column;
		flex-flow: column;
		width: 85px;
		height: 85px;
		box-sizing: border-box;
		border-radius: 50%;
		border: 3px solid #000;
		float: right;
		margin-top: -85px;
		margin-right: 20px;
	}
	/* パンくずリスト */
	#page_navi {
		margin-bottom: 20px;
		padding-top: 15px;
		font-size: 11px;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
	/* アンカーリンク用上部スペース */
	.pad_anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* コンテンツ */
	#top_contents .box {
		width: 49%;
		border-width: 5px;
		padding: 15px 15px 0;
	}
	#top_contents .box .box_title {
		font-size: 20px;
		padding: 15px;
		height: 76px;
	}
	#top_contents .box .img + .img {
		margin-top: 40px;
	}
	#top_contents .box .img + .img::before {
		border-width: 20px 40px 0 40px;
		left: calc(50% - 40px);
		top: -30px;
	}
	#top_contents .box .msg {
		-webkit-flex-flow: column;
		flex-flow: column;
		position: relative;
		padding-bottom: 110px;
	}
	#top_contents .box .msg .msg_txt {
		margin-left: 0;
		margin-bottom: 15px;
	}
	#top_contents .flex .box:last-of-type .box_title {
		padding: 15px 50px 15px 10px;
	}
	#top_contents .flex .box .msg .icon {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#top_contents .box .msg .icon img {
		max-height: 100px;
	}
	#top_contents .flex .box:last-of-type .box_title .title_img img {
		width: 50px;
	}
	/* ポイント */
	#point .in {
		padding: 30px 20px 20px;
	}
	#point .point_title {
		font-size: 24px;
		padding-bottom: 7px;
		background-size: auto 12px;
		margin-bottom: 30px;
	}
	#point .icon {
		top: -30px;
		right: 30px;
	}
	#point .icon img {
		width: 80px;
	}
	#point .box .box_title {
		font-size: 20px;
		padding: 10px 10px 10px 60px;
	}
	#point .box .box_title .point {
		width: 60px;
		height: 60px;
		font-size: 10px;
	}
	#point .box .box_title .point .num {
		font-size: 26px;
	}
	#point .box .box_contents {
		padding: 15px 15px 15px 70px;
	}
	/* メニューコンテンツ */
	#top_menu .box {
		width: 230px;
		height: 230px;
	}
	#top_menu .box .box_title {
		font-size: 20px;
	}
	#top_menu .box .box_title img {
		width: 15px;
		position: absolute;
		top: 7px;
		right: -20px;
	}
	#top_menu .box .img img {
		max-height: 100px;
	}
	/* ご挨拶 */
	#greeting .in {
		padding: 30px 20px;
	}
	/*--------------------------------------------------
		工事のながれ
	--------------------------------------------------*/
	#flow .icon1 {
		width: 110px;
		top: 15px;
		right: 20px;
	}
	#flow .box {
		padding: 20px;
		min-height: auto;
		margin-bottom: 35px;
	}
	#flow .box::before {
		border-width: 20px 40px 0 40px;
		bottom: -30px;
		left: calc(50% - 40px);
	}
	#flow .box .box_title {
		font-size: 20px;
		padding: 10px 15px 9px 55px;
		margin-bottom: 15px;
		margin-right: 0;
	}
	#flow .box .box_title .step {
		width: 55px;
		height: 55px;
		top: -10px;
		left: -10px;
	}
	#flow .box .box_title .step .num {
		font-size: 26px;
	}
	#flow .box .box_contents {
		min-height: 123px;
	}
	#flow .box .img {
		width: 30%;
		top: 89px;
		right: 20px;
	}
	#flow .box .box_txt {
		margin-right: 34%;
	}
	#flow .note_box {
		height: auto;
	}
	#flow .note_box .note_title {
		font-size: 20px;
		width: 140px;
	}
	#flow .note_box .icon2 {
		width: 80px;
		top: -15px;
		right: 15px;
	}
	#flow .note_box .note_contents {
		width: calc(100% - 140px);
		padding: 15px 15px 15px 20px;
	}
	#flow .note_box .note_txt {
		margin-right: 90px;
	}
	/*--------------------------------------------------
		施工事例
	--------------------------------------------------*/
	#case .case_box {
		padding: 15px;
		margin-bottom: 30px;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#mailform .tbl {
		border-bottom: 1px solid #BBB;
	}
	#mailform .tbl th,
	#mailform .tbl td {
		display: block;
		width: auto;
		border-bottom: none;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}

/*------------------------------------------------*/
}</pre></body></html>