@charset "UTF-8";
/* デバイス共通 */
/* 初期化 */
* {
	/* 文字関連 */
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: normal;
	vertical-align: baseline;
	text-decoration: none;
	color: #333333;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	/* 背景 */
	background: none;
	/* 余白 */
	margin: 0;
	padding: 0;
	/* その他 */
	list-style: none;
	border: none;
	box-sizing: border-box;
}
/* パンくず */
.breadcrumb {
    gap: 0 15px;
    list-style: none;
    padding: 0;
    font-size: .9em;
	clear: both;
	width: 1000px;
	margin: 0 auto;
}
.breadcrumb li {
    float: left;
}
.breadcrumb li:first-child::before {
    display: inline-block;
	vertical-align: middle;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}
.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
    color: #333333;
    content: '/';
}
.breadcrumb a {
    color: #333333;
    text-decoration: none;
}
p{
	margin-bottom: 0.5em;
}
p a{
	text-decoration: underline;
}
p a:hover{
	color: #666666;
}
.fb{
	font-weight: bold;
}
.mt{
	margin-top: 10px;
}
.mb{
	margin-bottom: 10px;
}
.textright{
	text-align: right;
}
.note{
	font-size: 12px;
	margin-top: 5px;
}
div.work p, div.work a p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}
section{
	overflow: hidden;
	margin-top: 45px;
}
h1+section{
	margin-top: 0;
}
.cardlist{
	border: 2px solid #DDDDDD;
	background-color: #F2F2F2;
	padding: 10px 15px;
}
.policy{
	font-size: 18px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
}
/* reCAPTCHAのロゴ非表示 */
.grecaptcha-badge { visibility: hidden; }
/* 目次のプラグイン用 */
div#toc_container{
	width: 100% !important;
}
ul.toc_list{}
ul.toc_list li{
	display: block !important;
}
ul.toc_list li::before{
	border: 0 !important;
}
ul.toc_list li a{}
ul.toc_list li a span{}
/* 施工事例ページ用 */
.balloon-1+h2{
	margin-top: 30px;
}
.balloon-1+h2+section{
	margin-top: 15px;
}
/* コラムページ用 */
#columncontent img{
	margin-bottom: 10px;
}
#columncontent img+h1{
	margin-top: 0;
}
#columncontent h1,#columncontent h2,#columncontent h3,#columncontent h4,#columncontent h5,#columncontent h6{
	line-height: 1.4em;
}
#columncontent h1{
	margin-top: 0.5em;
}
#columncontent h2{
	margin-top: 1em;
	padding: .5em .7em;
	background-image: repeating-linear-gradient(-45deg, #bbdbfb, #bbdbfb 3px, #f2f6fc 3px, #f2f6fc 7px);
	color: #333333;
}
#columncontent h3,#columncontent h4,#columncontent h5,#columncontent h6{
	margin-top: 1.5em;
}
#columncontent h3 {
	position: relative;
	padding: 0em 1.5em;
	color: #333333;
}
#columncontent h3::before,
#columncontent h3::after {
	display: inline-block;
	position: absolute;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	border: 2px solid #0184D5;
	content: '';
}
#columncontent h3::before {
	top: calc(50% - 3px);
	left: 0;
}
#columncontent h3::after {
	top: calc(50% + 3px);
	left: 5px;
}
#columncontent h4{
	position: relative;
	padding: .3em 0 .2em 1em;
	border-bottom: 3px solid #0184D5;
	color: #333333;
}
#columncontent h4::before {
	position: absolute;
	top: 0;
	left: .3em;
	transform: rotate(55deg);
	height: 11px;
	width: 12px;
	background: #0184D5;
	content: '';
}
#columncontent h4::after {
	position: absolute;
	transform: rotate(15deg);
	top: .6em;
	left: 0;
	height: 8px;
	width: 8px;
	background: #0184D5;
	content: '';
}
#columncontent ul, #columncontent ol{
	margin: 20px 0;
}
#columncontent ul li {
	display: flex;
	align-items: center;
	column-gap: 8px;
	color: #333333;
}
#columncontent ul li::before {
	width: 0.8em;
	height: 0.4em;
	border-bottom: 4px solid #0184D5;
	border-left: 4px solid #0184D5;
	transform: rotate(-45deg) translate(2px, -2px);
	content: '';
}
#columncontent ol li{
	list-style: decimal inside;
}
#columncontent table{
	border-collapse: collapse;
	border: 1px solid #333333;
	width: 100%;
	margin-bottom: 20px;
}
#columncontent table caption{
	font-weight: bold;
}
#columncontent table th, #columncontent table td{
	padding: 0.5em 1em;
	vertical-align: middle;
}
#columncontent table th{
	background-color: #0184D5;
	border: 1px solid #015589;
	width: 30%;
	color: #FFFFFF;
}
#columncontent table td{
	border: 1px solid #015589;
	width: 70%;
}
#columncontent section{
	margin-bottom: 45px;
}
#columncontent section+section{
	margin-top: 0;
}
#columncontent h5+section{
	margin-top: 0;
}
#supervision div{
	overflow: hidden;
	padding: 15px;
	border: 3px solid #CCCCCC;
	background-color: #FAFAFA;
}
#supervision img{
	display: block;
	float: left;
	width: 20%;
	height: auto;
	border-radius: 50%;
	border: 2px solid #CCCCCC;
}
#supervision dl{
	float: left;
	width: 77%;
	margin-left: 3%;
}
#supervision dt{
	clear: both;
	color: #015589;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #015589;
	font-size: 16px;
}
#supervision dd{
	font-size: 16px;
}
#supervision dt:first-child{
	background-color: #015589;
	color: #FFFFFF;
	border: 2px solid #015589;
	line-height: 36px;
	width: 6em;
	text-align: center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
}
#supervision dt:first-child+dd{
	font-size: 20px;
	line-height: 40px;
	vertical-align: middle;
	float: left;
}
section#understanding{
	overflow: visible;
}
/* お問い合わせフォーム */
#mail table{
	border-collapse: collapse;
	border: 1px solid #333333;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
#mail table caption p{
	font-weight: bold;
	font-size: 24px;
}
#mail table th, #mail table td{
	padding: 0.5em 1em;
	vertical-align: middle;
}
#mail table th{
	background-color: #0184D5;
	border: 1px solid #015589;
	width: 40%;
}
#mail table td{
	border: 1px solid #015589;
	width: 60%;
}
#mail table th p{
	color: #FFFFFF;
}
#mail table+p, #mail table+p a{
	font-size: 16px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
	width: 100%;
	padding: 1em 0;
}
textarea{
	width: 100%;
}
.wpcf7 input[type="checkbox"]{
	text-align: center;
}
.wpcf7 input[type="submit"]{
	margin-top: 30px;
	background-color: #015589;
	color: #FFFFFF;
	text-align: center;
	padding: 1em;
	cursor: pointer;
	display: block;
	margin: 30px auto;
}
/* リスト-タイトルあり */
.list-1 {
    position: relative;
    padding: 0 1.5em;
    border: 2px solid #018FE7;
}

.list-1 > div {
    position: absolute;
    top: -.75em;
    left: 1em;
    padding: 0 .5em;
    background-color: #fff;
    color: #018FE7;
    font-weight: 600;
}

.list-1 ol {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

.list-1 li {
    padding: .3em .3em .3em 0;
}

.list-1 li::marker {
    color: #018FE7;
    font-size: 1.1em;
}
/* 吹き出し-会話風右向き */
.balloon-1 {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 0 22px;
}
.balloon-1 img {
    max-width: 140px;
    height: 100%;
    border: 3px solid #018FE7;
    border-radius: 50%;
}
.balloon-1 p {
    position: relative;
    max-width: 100%;
    margin: 3px 0 0;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #F5F5F5;
    color: #333333;
}
.balloon-1 p::before {
    position: absolute;
    right: -15px;
    width: 15px;
    height: 30px;
    background-color: #F5F5F5;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: '';
}
/* ボタン装飾 */
.button{
	margin-top: 30px;
}
.button a {
	background: #015589;
	border-radius: 9999px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: auto;
	max-width: 325px;
	padding: 15px 25px;
	font-family: "Noto Sans Japanese";
	text-decoration: none;
	color: #FFFFFF;
	line-height: 1.8;
	transition: 0.3s ease-in-out;
	font-size: 16px;
}
.button a:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 1.8rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
	background: #018FE7;
	color: #FFFFFF;
}
.button a:hover:after {
	right: 1.4rem;
}
/* 文章装飾-蛍光マーカー */
.td-1 {
  position: relative;
  display: inline-block;
  font-weight:bold;
  background: linear-gradient(transparent 50%, #FFFF00 50%);
  padding: 0 5px;
}
/* よくある質問 */
.qa-1 {
    width: 100%;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}
.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}
.qa-1 summary::before {
    color: #0184D5;
    content: "Q";
}
.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}
.qa-1[open] summary::after {
    transform: rotate(225deg);
}
.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}
.qa-1[open] p {
    transform: none;
    opacity: 1;
}
.qa-1 p::before {
    color: #FF6565;
    line-height: 1.2;
    content: "A";
}
/* 続きを読むボタン */
.read-more-1 {
    position: relative;
}

.read-more-1 div {
    position: relative;
    max-height: 300px; /* 開く前に見せたい高さを指定 */
    margin-bottom: 0;
    overflow: hidden;
    transition: max-height 1s;
}

.read-more-1:has(:checked) div {
    max-height: 900vh;
}

.read-more-1 div::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
    content: '';
}

.read-more-1:has(:checked) div::after {
    content: none;
}

.read-more-1 label {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #4f96f6;
    font-size: .8em;
}

.read-more-1 label:hover {
    color: #c7511f;
    text-decoration: underline;
    cursor: pointer;
}

.read-more-1:has(:checked) label {
    display: none;
}

.read-more-1 label::after {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #b6bdc3;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.read-more-1 input {
    display: none;
}
/* ボックス装飾-タイトル吹き出し */
.box-1 {
    position: relative;
    margin-top: 2em;
    padding: 1.8em 1.5em 1em 1.5em;
    border: 2px solid #0184D5;
}
.box-1 > div {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #0184D5;
    color: #fff;
    font-size: 1em;
	margin-left: .4em;
}
.box-1 > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #0184D5;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
/* 見出し装飾-四角形 */
.hd-1 {
	position: relative;
	padding: .3em 0 .2em 1em;
	border-bottom: 3px solid #0184D5;
	color: #333333;
}
.hd-1::before {
	position: absolute;
	top: 0;
	left: .3em;
	transform: rotate(55deg);
	height: 11px;
	width: 12px;
	background: #0184D5;
	content: '';
}
.hd-1::after {
	position: absolute;
	transform: rotate(15deg);
	top: .6em;
	left: 0;
	height: 8px;
	width: 8px;
	background: #0184D5;
	content: '';
}
/* 見出し装飾-冠アイコン */
.hd-2 {
    display: flex;
    align-items: center;
    gap: 0 7px;
    color: #333333;
}
.hd-2::before {
    width: 1.25em;
    height: 1.25em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2.00488 19H22.0049V21H2.00488V19ZM2.00488 5L7.00488 8L12.0049 2L17.0049 8L22.0049 5V17H2.00488V5Z' fill='%23ffb500'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}
/* 見出し装飾-1文字目が大文字 */
.hd-3 {
    color: #333333;
}
.hd-3:first-letter {
    color: #0184D5;
    font-size: 2em;
}
/* 見出し装飾-チェックアイコン */
.hd-4 {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #333333;
}
.hd-4::before {
    width: 0.8em;
    height: 0.4em;
    border-bottom: 4px solid #0184D5;
    border-left: 4px solid #0184D5;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}
/* 見出し装飾-重なる正方形 */
.hd-5 {
    position: relative;
    padding: 0em 1.2em;
    color: #333333;
}
.hd-5::before,
.hd-5::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #0184D5;
    content: '';
}
.hd-5::before {
    top: calc(50% - 3px);
    left: 0;
}
.hd-5::after {
    top: calc(50% + 3px);
    left: 5px;
}
/* 見出し装飾-左右斜線 */
.hd-6 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
}
.hd-6::before,
.hd-6::after {
    width: 3px;
    height: 40px;
    background-color: #FF9900;
    content: '';
}
.hd-6::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
.hd-6::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
/* 見出し装飾-下線 */
.hd-7 {
    border-bottom: 3px solid #0184D5;
    color: #333333;
}
/* 見出し装飾-大きいラベル */
.hd-8 {
    color: #333333;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: .04em;
    text-align: center;
}
.hd-8::before {
    display: block;
    font-weight: 700;
    font-size: 1.65rem;
    line-height: 1.5;
    letter-spacing: .02em;
    content: attr(data-label);
}
/* 見出し装飾-テープ風 */
.hd-9 {
    display: inline-block;
    position: relative;
    transform: rotate(-5deg);
    padding: .5em 1.5em;
    border-left: 2px dotted rgba(0, 0, 0, .1);
    border-right: 2px dotted rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    background-color: rgba(0, 0, 0, .01);
    color: #015589;
	margin-top: 0.3em;
	margin-left: 0.3em;
}
/* 見出し装飾-ストライプ背景 */
.hd-10 {
    padding: .5em .7em;
    background-image: repeating-linear-gradient(-45deg, #bbdbfb, #bbdbfb 3px, #f2f6fc 3px, #f2f6fc 7px);
    color: #333333;
}
/* 見出し装飾-チェック柄 */
.hd-11 {
    padding: .5em .7em;
    border-top: 2px solid #5ba9f7;
    border-bottom: 2px solid #5ba9f7;
    background-image: linear-gradient(45deg, #5ba9f712 25%, transparent 25%, transparent 50%, #5ba9f712 50%, #5ba9f712 75%, transparent 75%, transparent), linear-gradient(-45deg, #5ba9f712 25%, transparent 25%, transparent 50%, #5ba9f712 50%, #5ba9f712 75%, transparent 75%, transparent);
    background-color: #5ba9f70d;
    background-size: 20px 20px;
    color: #5ba9f7;
}
@media only screen and (max-width: 600px) {
	/* 横幅600px以下の場合(スマートフォン向け) */
	/* 見出し装飾-左右斜線 */
	.hd-6::before {
		margin-right: 12px;
	}
	.hd-6::after {
		margin-left: 12px;
	}
	/* Gナビ用 */
	/*============
	nav
	=============*/
	nav {
		display: block;
		position: fixed;
		top: 0;
		left: -300px;
		bottom: 0;
		width: 300px;
		background: #ffffff;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all .5s;
		z-index: 3;
		opacity: 0;
	}
	.open nav {
		left: 0;
		opacity: 1;
	}
	nav .inner {
		padding: 25px;
	}
	nav .inner ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	nav .inner ul li {
		position: relative;
		margin: 0;
		border-bottom: 1px solid #333;
	}
	nav .inner ul li a {
		display: block;
		color: #333;
		font-size: 14px;
		padding: 1em;
		text-decoration: none;
		transition-duration: 0.2s;
	}
	nav .inner ul li a:hover {
		background: #e4e4e4;
	}
	/*============
	.toggle_btn
	=============*/
	.toggle_btn {
		display: block;
		position: absolute;
		top: 30px;
		right: 30px;
		width: 30px;
		height: 30px;
		transition: all .5s;
		cursor: pointer;
		z-index: 3;
	}
	.toggle_btn span {
		display: block;
		position: absolute;
		left: 0;
		width: 30px;
		height: 2px;
		background-color: #333;
		border-radius: 4px;
		transition: all .5s;
	}
	.toggle_btn span:nth-child(1) {
		top: 4px;
	}
	.toggle_btn span:nth-child(2) {
		top: 14px;
	}
	.toggle_btn span:nth-child(3) {
		bottom: 4px;
	}
	.open .toggle_btn span {
		background-color: #fff;
	}
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}
	.open .toggle_btn span:nth-child(2) {
		opacity: 0;
	}
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(315deg);
		transform: translateY(-10px) rotate(315deg);
	}
	/*============
	#mask
	=============*/
	#mask {
		display: none;
		transition: all .5s;
	}
	.open #mask {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .8;
		z-index: 2;
		cursor: pointer;
	}
	/* ヘッダー */
	header{
		overflow: hidden;
		width: 75%;
		padding: 20px 15px;
	}
	header img{
		display: block;
	}
	header a#logo+picture img{
		display: none;
	}
	/* メインビジュアル */
	#mainv{
		width: 100%;
		background-image: url("../images/mainv_backimg.png");
		background-size: cover;
		background-position: center;
	}
	#mainv img{
		display: block;
		width: 95%;
		margin: 0 auto;
		padding-top: 10px;
	}
	/* 画面いっぱい電話バナー */
	.fulltell{
		clear: both;
		background-color: #0184D5;
		margin-top: 0;
	}
	.fulltell img{
		display: block;
		width: 96%;
		margin: 0 auto;
		padding: 10px 0;
	}
	/* サイドバー */
	aside{
		overflow: hidden;
	}
	aside picture{
		display: block;
		width: 48%;
		height: auto;
		margin: 40px 1%;
		float: left;
	}
	aside h4{
		clear: both;
		font-size: 20px;
		line-height: 60px;
		color: #FFFFFF;
		background-color: #0184D5;
		text-align: center;
		margin-top: 40px;
	}
	aside div.list{
		overflow: hidden;
	}
	aside div.list a{
		display: block;
		border-bottom: 1px solid #CCCCCC;
	}
	aside div.list a:last-child{
		border-bottom: 0;
	}
	aside div.list div{
		overflow: hidden;
		padding: 10px 5px;
	}
	aside div.button{
		margin-top: 30px;
	}
	aside div div img{
		display: block;
		margin-bottom: 5px;
	}
	aside div.workslist div img{
		float: left;
		width: 60px;
		height: auto;
		margin-bottom: 0;
		margin-right: 5px;
	}
	aside div div p{
		font-size: 16px;
		line-height: 26px;
	}
	/* フッター */
	footer{
		background-color: #015589;
	}
	footer div{
		overflow: hidden;
		padding: 20px 10px 0 10px;
	}
	footer ul:last-child{
		margin-bottom: 0;
	}
	footer li{
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
		border-bottom: 1px solid #FFFFFF;
	}
	footer li:first-child{
		border: 0;
		background-color: #0184D5;
		padding: 10px 0 10px 5px;
		text-align: center;
	}
	footer li:last-child{
		border: 0;
	}
	footer li a{
		display: block;
		color: #FFFFFF;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 5px;
	}
	footer p#address{
		background-color: #000000;
		color: #FFFFFF;
		text-align: center;
		padding: 20px 0 180px 0;
		font-size: 14px;
	}
	.arrow{
		position: relative;
		padding-right: 30px;
	}
	.arrow::before{
		content: "";
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 6px;
		height: 6px;
		border-radius: 2px;
		border-left: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
		transform: rotate(-135deg);
		box-sizing: content-box;
		transition: 0.6s cubic-bezier;
	}
	/* パンくず */
	.breadcrumb {
		width: 98%;
	}
	.breadcrumb a {
		color: #333333;
		text-decoration: none;
		font-size: 12px;
	}
	.breadcrumb a span {
		font-size: 12px;
	}
    /* ページネーション用 */
	.pagination {
		width: 100%;
		margin: 20px auto;
		position: unset;
		opacity: 1;
	}
	.nav-links {
		display: flex;
	}
	.page-numbers {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 15px;
		padding: 10px 15px;
		color: #333333;
		border-radius: 3px;
		box-shadow: 2px 2px 6px #999999;
		background: #fff;
	}
	.current {
		padding: 10px 15px;
		background: #004B79;
		color: #FFFFFF;
	}
	.prev, .next {
		background: transparent;
		box-shadow: none;
		color: #004B79;
	}
	.dots {
		background: transparent;
		box-shadow: none;
	}
	/* コンテンツ */
	#wrap{
		width: 98%;
		margin: 20px auto 60px auto;
	}
	article{
		width: 100%;
	}
	.servicelist{
		overflow: hidden;
	}
	.servicelist a{
		overflow: hidden;
		float: left;
		display: block;
		width: 50%;
		text-align: center;
		margin: 0 auto 30px auto;
	}
	.servicelist a:nth-of-type(3n){
		margin-bottom: 0;
	}
	.servicelist a img{
		border-radius: 15%;
		width: 94%;
		height: 100%;
	}
	.servicelist a p{
		display: inline-block;
		margin-top: 10px;
	}
	/* サービスの流れ */
	.flow{
		overflow: hidden;
		margin-bottom: 30px;
	}
	.flow+.flow+.flow{
		margin-bottom: 15px;
	}
	.flow img{
		display: block;
		float: left;
		width: 34%;
		height: auto;
		margin-right: 10px;
	}
	.flow h3{
		font-weight: bold;
	}
	/* コンテンツ内の電話番号 */
	.contenttel{
		clear: both;
		border-top: 4px solid #015589;
		border-bottom: 4px solid #015589;
		padding: 20px 0;
		background-image: linear-gradient(45deg, #5ba9f712 25%, transparent 25%, transparent 50%, #5ba9f712 50%, #5ba9f712 75%, transparent 75%, transparent), linear-gradient(-45deg, #5ba9f712 25%, transparent 25%, transparent 50%, #5ba9f712 50%, #5ba9f712 75%, transparent 75%, transparent);
		background-color: #5ba9f70d;
		background-size: 20px 20px;
	}
	.contenttel p{
		color: #015589;
		text-align: center;
		margin: 0;
	}
	.contenttel .storename{
		font-size: 18px;
	}
	.contenttel .storename+p{
		font-size: 22px;
		line-height: 40px;
		font-weight: bold;
	}
	.contenttel .telnumber{
		background-image: url("../images/mark_tel.png");
		background-repeat: no-repeat;
		background-size: 32px;
		font-size: 34px;
		line-height: 38px;
		font-weight: bold;
		width: 340px;
		margin: 0 auto;
	}
	.contenttel .time{
		font-size: 16px;
	}
	.contenttel .button{
		margin-top: 10px;
	}
	/* 料金表 */
	.feelist{
		width: 100%;
		padding: 1%;
		border-collapse: collapse;
	}
	.feelist th, .feelist td{
		width: 50%;
		padding: 1%;
		text-align: center;
		vertical-align: middle;
		line-height: 36px;
	}
	.feelist th{
		background-color: #015589;
		color: #FFFFFF;
	}
	.feelist td{
		border-bottom: 2px solid #015589;
	}
	.feelist td+td{
		border-bottom: 2px solid #BBBBBB;
	}
	.feelist td span{
		font-size: 0.8em;
		vertical-align: middle;
	}
	div.work{
		overflow: hidden;
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 4%;
	}
	div.work:nth-of-type(2n){
		margin-right: 0;
	}
	div.work img{
		border-radius: 14px;
	}
	div.work p{
		width: 160px;
		margin: 7px auto;
		line-height: 1.6em;
	}
	div.work+div.button{
		clear: both;
	}
	table.companyprofile{
		border-collapse: collapse;
		border: 1px solid #333333;
		width: 100%;
		margin-bottom: 20px;
	}
	table.companyprofile th, table.companyprofile td{
		padding: 0.5em 1em;
		vertical-align: middle;
	}
	table.companyprofile th{
		background-color: #0184D5;
		border: 1px solid #015589;
		width: 30%;
		color: #FFFFFF;
	}
	table.companyprofile td{
		border: 1px solid #015589;
		width: 70%;
	}
	table.companyprofile+iframe{
		width: 100%;
	}
	/* 施工事例ページ用 */
	#worksdetail h1{
		color: #0184D5;
		font-size: 24px;
		line-height: 1.4em;
		margin-top: 12px;
	}
	section#process{
		overflow: hidden;
	}
	#process div{
		position: relative;
		overflow: hidden;
		display: block;
		margin: 0 4% 4% 0;
		width: 48%;
		float: left;
	}
	#process div:nth-of-type(2n){
		margin-right: 0;
	}
	#process div p{
		background-color: #015589;
		color: #FFFFFF;
		border-right: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
		width: 2em;
		text-align: center;
		margin-bottom: 0;
		position: absolute;
		top: 0;
	}
	#process+.box-1{
		clear: both;
		margin-top: 40px;
		padding: 1.8em 1em 0 1em;
	}
	#process+.box-1 dl{
		overflow: hidden;
	}
	#process+.box-1 dt, #process+.box-1 dd{
		vertical-align: middle;
	}
	#process+.box-1 dt{
		border-bottom: 2px solid #0184D5;
		color: #015589;
		margin-bottom: 4px;
	}
	#process+.box-1 dd{
		margin-bottom: 10px;
	}
	/* コラムページ用 */
	div.column{
		overflow: hidden;
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 4%;
	}
	div.column:nth-of-type(2n){
		margin-right: 0;
	}
	div.column img{
		border-radius: 14px;
	}
	div.column p{
		width: 160px;
		margin: 7px auto;
		line-height: 1.6em;
	}
	div.column+div.button{
		clear: both;
	}
	#columncontent ul li::before {
		width: 0.8em;
		height: 0.3em;
	}
	#columncontent h5{
		font-size: 20px;
	}
	#supervision img{
		float: none;
		width: 60%;
		margin: 0 auto 16px auto;
	}
	#supervision dl{
		float: none;
		width: 100%;
	}
	/* 会社概要-資格・許可 */
	.read-more-1+.read-more-1 h3{
		margin-top: 30px;
	}
	#license picture img{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
		vertical-align: middle;
	}
	#license picture:nth-of-type(2n) img{
		margin-right: 0;
	}
	/* トップへ戻るボタン */
	#inquiryImg, .pagetop{
		display: none;
	}
	/* 追従フッター */
	.footer_fix_btn {
		position:fixed;
		left: 2%;
		bottom:1%;
		width:96%;
	}
	.footer_fix_btn ul{
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.footer_fix_btn a {
		display:block;
		width:100%;
	}
	.footer_fix_btn li img{
		max-width: 100%;
		height: auto;
	}
	.footer_fix_btn li:first-child a{
		background-color: #0184D5;
		color: #FFFFFF;
		text-align: center;
		line-height: 50px;
		margin-bottom: 7px;
		border-radius: 18px;
		border: 2px solid #FFF;
	}
	
	img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	h1,h2,h3,h4,h5,h6{
		margin-bottom: 0.5em;
	}
	h1{
		font-size: 20px;
	}
	h2, #columncontent h2 span{
		font-size: 20px;
	}
	h3, h3 a, #columncontent h3 span{
		font-size: 18px;
	}
	h3 a{
		text-decoration: underline;
	}
	h4, #columncontent h4 span{
		font-size: 18px;
	}
	h5, #columncontent h5 span{
		font-size: 16px;
	}
	h6, #columncontent h6 span{
		font-size: 16px;
	}
}
@media only screen and (min-width: 601px) {
	/* 横幅601px以上の場合(PC・タブレット向け) */
	*{
		font-size: 18px;
	}
	/* ヘッダー */
	header{
		overflow: hidden;
		width: 1000px;
		min-width: 1000px;
		margin: 0 auto;
		padding: 20px 0;
	}
	header img{
		display: block;
		float: left;
	}
	header a#logo+picture img{
		float: right;
	}
	/* Gナビ用 */
	#navArea{
		overflow: hidden;
		min-width: 1000px;
		background-color: #0184D5;
	}
	nav{
		width: 962px;
		margin: 0 auto;
	}
	nav ul{
	}
	nav ul li{
		display:inline-flex;
		padding: 20px 0;
	}
	nav ul li a{
		display: block;
		color: #FFFFFF;
		font-size: 20px;
		line-height: 22px;
		padding: 0 1em;
		border-right: 1px solid #FFFFFF;
	}
	nav ul li:first-child a{
		padding-left: 0;
	}
	nav ul li:last-child a{
		border: 0;
		padding-right: 0;
	}
	nav ul li a:hover{
		opacity: 0.8;
	}
	/* メインビジュアル */
	#mainv{
		min-width: 1000px;
		background-image: url("../images/mainv_backimg.png");
		background-size: cover;
	}
	#mainv img{
		display: block;
		margin: 0 auto;
	}
	/* 画面いっぱい電話バナー */
	.fulltell{
		min-width: 1000px;
		clear: both;
		background-color: #0184D5;
		margin-top: 0;
	}
	.fulltell img{
		display: block;
		margin: 0 auto;
		padding: 25px 0;
	}
	/* サイドバー */
	aside{
		float: left;
		width: 230px;
		margin-left: 30px;
	}
	aside picture{
		display: block;
		margin-top: 20px;
	}
	aside picture:hover{
		opacity: 0.8;
	}
	aside h4{
		font-size: 16px;
		line-height: 46px;
		color: #FFFFFF;
		background-color: #0184D5;
		text-align: center;
		margin-top: 30px;
	}
	aside div.list div{
		overflow: hidden;
		padding: 10px 5px;
	}
	aside div.list a{
		display: block;
		border-bottom: 1px solid #CCCCCC;
	}
	aside div.list a:last-child{
		border-bottom: 0;
	}
	aside div.button{
		margin-top: 15px;
	}
	aside div div img{
		display: block;
		margin-bottom: 5px;
	}
	aside div.workslist div img{
		float: left;
		width: 60px;
		height: auto;
		margin-bottom: 0;
		margin-right: 5px;
	}
	aside div div p{
		font-size: 14px;
		line-height: 20px;
	}
	/* フッター */
	footer{
		background-color: #015589;
		min-width: 1000px;
	}
	footer div{
		overflow: hidden;
		width: 1000px;
		margin: 0 auto;
		padding: 35px 0;
	}
	footer ul{
		float: left;
		width: 30%;
		margin-right: 2%;
	}
	footer li{
		color: #FFFFFF;
		font-size: 20px;
		margin-bottom: 10px;
	}
	footer li:first-child{
		margin-bottom: 15px;
		border-left: 6px solid #0184D5;
		line-height: 20px;
		padding: 3px 10px;
	}
	footer li a{
		color: #FFFFFF;
	}
	footer li a:hover{
		opacity: 0.8;
	}
	footer p#address{
		background-color: #000000;
		color: #FFFFFF;
		text-align: center;
		padding: 15px 0;
		font-size: 16px;
	}
	#address {
		color: #fff;
		text-align: center;
		font-size: 10px;
		font-weight: normal;
	}
	#address a {
		color: #fff;
		font-size: 10px;
	}
	#address::before {
		content: "";
	}
    /* ページネーション用 */
    .pagination {
		width: 740px;
		margin: 40px auto;
    }
    .nav-links {
		display: flex;
    }
	.page-numbers {
		display: inline-block;
		margin-right: 20px;
		padding: 20px 25px;
		color: #333;
		border-radius: 3px;
		box-shadow: 2px 2px 6px #999999;
		background: #fff;
	}
	.current {
		padding: 20px 25px;
		background: #004B79;
		color: #fff;
	}
	.prev, .next {
		background: transparent;
		box-shadow: none;
		color: #004B79;
	}
	.dots {
		background: transparent;
		box-shadow: none;
	}
	/* コンテンツ */
	#wrap{
		width: 1000px;
		margin: 30px auto 100px auto;
	}
	article{
		float: left;
		width: 740px;
		margin-bottom: 100px;
	}
	section{
		overflow: hidden;
	}
	.servicelist{
		margin-top: 30px;
	}
	.servicelist a{
		float: left;
		display: block;
		width: 230px;
		text-align: center;
		margin-right: 25px;
	}
	.servicelist a:last-child{
		margin-right: 0;
	}
	.servicelist a img{
		border-radius: 15%;
	}
	.servicelist a p{
		display: inline-block;
		margin-top: 10px;
		font-size: 20px;
	}
	.flow{
		overflow: hidden;
		margin-bottom: 30px;
	}
	.flow+.flow+.flow{
		margin-bottom: 15px;
	}
	.flow img{
		float: left;
		display: block;
		width: 190px;
		height: 100%;
		margin-right: 20px;
	}
	/* コンテンツ内の電話番号 */
	.contenttel{
		border-top: 4px solid #015589;
		border-bottom: 4px solid #015589;
		padding: 30px 0;
		background-image: linear-gradient(45deg, #5ba9f712 25%, transparent 25%, transparent 50%, #5ba9f712 50%, #5ba9f712 75%, transparent 75%, transparent), linear-gradient(-45deg, #5ba9f712 25%, transparent 25%, transparent 50%, #5ba9f712 50%, #5ba9f712 75%, transparent 75%, transparent);
		background-color: #5ba9f70d;
		background-size: 20px 20px;
	}
	.contenttel p{
		color: #015589;
		text-align: center;
		margin: 0;
	}
	.contenttel .storename{
		font-size: 24px;
	}
	.contenttel .storename+p{
		font-size: 30px;
		line-height: 50px;
		font-weight: bold;
	}
	.contenttel .telnumber{
		background-image: url("../images/mark_tel.png");
		background-repeat: no-repeat;
		padding-left: 84px;
		font-size: 48px;
		line-height: 72px;
		font-weight: bold;
		width: 458px;
		margin: 0 auto;
	}
	.contenttel .time{
		font-size: 24px;
	}
	.contenttel .time+div{
		margin: 10px auto 0 auto;
	}
	.contenttel .time+div a{
		display: block;
		max-width: 458px;
		background-color: #015589;
		color: #FFFFFF;
		font-size: 24px;
		line-height: 72px;
		text-align: center;
	}
	.contenttel .time+div a:hover{
		background-color: #0184D5;
	}
	.feelist{
		width: 100%;
		padding: 1%;
		border-collapse: collapse;
	}
	.feelist th, .feelist td{
		width: 50%;
		padding: 1%;
		text-align: center;
		font-size: 1.2em;
		vertical-align: middle;
	}
	.feelist th{
		background-color: #015589;
		color: #FFFFFF;
	}
	.feelist td{
		border-bottom: 2px solid #015589;
	}
	.feelist td+td{
		border-bottom: 2px solid #BBBBBB;
	}
	.feelist td span{
		font-size: 0.8em;
		vertical-align: middle;
	}
	div.work{
		overflow: hidden;
		float: left;
		width: 170px;
		margin-right: 20px;
		margin-bottom: 40px;
	}
	div.work:nth-of-type(4n){
		margin-right: 0;
	}
	div.work img{
		border-radius: 14px;
	}
	div.work p{
		width: 160px;
		margin: 7px auto;
		font-size: 16px;
		line-height: 1.6em;
	}
	div.work+div.button{
		clear: both;
	}
	table.companyprofile{
		border-collapse: collapse;
		border: 1px solid #333333;
		width: 100%;
		margin-bottom: 20px;
	}
	table.companyprofile th, table.companyprofile td{
		padding: 0.5em 1em;
		vertical-align: middle;
	}
	table.companyprofile th{
		background-color: #0184D5;
		border: 1px solid #015589;
		width: 30%;
		color: #FFFFFF;
	}
	table.companyprofile td{
		border: 1px solid #015589;
		width: 70%;
	}
	aside .button{
		margin-top: 10px;
	}
	/* 施工事例ページ用 */
	#worksdetail h1{
		color: #0184D5;
		line-height: 1.4em;
		margin-top: 15px;
	}
	#process div{
		position: relative;
		overflow: hidden;
		display: block;
		margin: 0 20px 20px 0;
		width: 170px;
		float: left;
	}
	#process div:last-child{
		margin-right: 0;
	}
	#process div p{
		background-color: #015589;
		color: #FFFFFF;
		border-right: 3px solid #FFFFFF;
		border-bottom: 3px solid #FFFFFF;
		width: 2em;
		text-align: center;
		margin-bottom: 0;
		position: absolute;
		top: 0;
	}
	#process+.box-1{
		clear: both;
	}
	#process+.box-1 dl{
		overflow: hidden;
	}
	#process+.box-1 dt, #process+.box-1 dd{
		float: left;
		border: 1px solid #FFFFFF;
		vertical-align: middle;
		padding: 0.5em; 
	}
	#process+.box-1 dt{
		width: 20%;
		text-align: center;
		background-color: #015589;
		color: #FFFFFF;
	}
	#process+.box-1 dd{
		width: 80%;
		padding-left: .5em;
	}
	/* コラムページ用 */
	div.column{
		overflow: hidden;
		float: left;
		width: 240px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	div.column:nth-of-type(3n){
		margin-right: 0;
	}
	div.column img{
		border-radius: 12px;
	}
	div.column p{
		width: 240px;
		margin: 7px auto;
		font-size: 16px;
		line-height: 1.6em;
	}
	div.column+div.button{
		clear: both;
	}
	#columncontent h5{
		font-size: 28px;
	}
	/* 会社概要-資格・許可 */
	.read-more-1+.read-more-1 h3{
		margin-top: 40px;
	}
	#license picture img{
		width: 30%;
		margin-right: 4%;
		margin-bottom: 4%;
		vertical-align: middle;
	}
	#license picture:nth-of-type(3n) img{
		margin-right: 0;
	}
	/* トップへ戻るボタン */
	#pagetop{
		width: 75px;
		position:fixed;
		right:0px;
		bottom:160px;
		cursor:pointer;
	}
	#inquiryImg{
		margin-bottom: 20px;
	}

	img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	h1,h2,h3,h4,h5,h6{
		margin-bottom: 0.5em;
	}
	h1{
		font-size: 30px;
	}
	h2, #columncontent h2 span{
		font-size: 28px;
	}
	h3, h3 a, #columncontent h3 span{
		font-size: 26px;
	}
	h3 a{
		text-decoration: underline;
	}
	h4, #columncontent h4 span{
		font-size: 20px;
	}
	h5, #columncontent h5 span{
		font-size: 18px;
	}
	h6, #columncontent h6 span{
		font-size: 18px;
	}
}