@charset "UTF-8";
@import url("./contact.css");

/* 
■ 濃い色、 メインカラー
#1985b7

■ 薄い色、 サブカラー
#8ccdeb
*/

body {
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: .5px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-family: 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/common/body_bg.jpg);
}


/* 画像
-------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}


/* リンク
-------------------------------------------------- */
a {
	color: #1985b7;
	text-decoration: none;
	transition: All 0.4s ease;
}

a:hover {
	color: #8ccdeb;
	text-decoration: underline;
}

a img {
	transition: All 0.4s ease;
}

a:hover img {
	opacity: .8;
}



/*==================================================
 汎用クラス
================================================== */
.bold {
	font-weight: bold;
}

.color-orange {
	color: #ff830e;
}


/*==================================================
 テーブル
================================================== */
/* テーブル01
-------------------------------------------------- */
.default-table {
	width: 100%;
	margin: 10px 0;
	line-height: 1.5;
	font-size: 90%;
	letter-spacing: 0;
}

.default-table th,
.default-table td {
	padding: 5px;
	border-bottom: 1px dotted #b3b3b3;
}

.default-table th {
	width: 30%;
	padding-right: 10px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	background: url(../images/common/table_icon.jpg) center right no-repeat;
}

.default-table td {
	padding-left: 10px;
	vertical-align: middle;
}


/* テーブル02
-------------------------------------------------- */
.default-table02 {
	width: 100%;
	margin: 20px 0;
	line-height: 1.5;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-collapse: separate;
	border-spacing: 0;
}

.default-table02:first-child {
	margin-top: 0;
}

.default-table02 th,
.default-table02 td {
	padding: 8px;
	vertical-align: top;
	border: 1px solid #e0e0e0;
	border-top-color: #fff;
	border-left-color: #fff;
	background: #fff;
}

.default-table02 th {
	width: 35%;
	background: #f3f3f3;
}

.default-table02 thead th {
	background: #e6e6e6;
}

.default-table02 caption {
	padding: 3px;
	text-align: center;
	font-size: 18px;
}


/* セルの横幅を均等にする
------------------------- */
.cell-width-fix {
	table-layout: fixed;
}

/* セルの横幅を指定しない
------------------------- */
.cell-width-fazzy th,
.cell-width-fazzy td {
	width: auto;
}

/* 縦向き
------------------------- */
.direction-vertical,
.direction-vertical thead,
.direction-vertical tbody,
.direction-vertical tfoot,
.direction-vertical tr,
.direction-vertical th,
.direction-vertical td {
	width: auto;
	display: block;
}

/* 大きいサイズのテーブルはスマホではスクロールさせる
------------------------- */
.scroll-table-wrap {
	overflow-x: scroll;
}

.scroll-table-wrap table {
	width: 700px;
	margin: 0;
}


/* リスト
-------------------------------------------------- */
ul.def {
	margin: 0 0 15px;
}

ul.def li {
	padding: 5px 0 5px 12px;
	border-bottom: 1px dotted #cfcfcf;
	background: url(../images/common/ico_arrow01.png) left center no-repeat;
}


/* 定義リスト
-------------------------------------------------- */
dl.def dt {
	margin: 0 0 5px;
	padding: 0 0 0 14px;
	font-weight: bold;
	background: url(../images/common/ico_arrow01.png) left center no-repeat;
}

dl.def dd {
	margin: 0 0 8px;
	padding: 0 0 0 25px;
}


/* バナー・ボタン
-------------------------------------------------- */
p.text-more {
	padding: 12px 0 0;
	text-align: right;
}

p.text-more a {
	padding: 0 0 0 12px;
	background: url(../images/common/ico_arrow02.png) left center no-repeat;
}


/* ページネーション
-------------------------------------------------- */
.pagenation {
	margin: 0 0 20px;
	text-align: center;
	color: #999;
	font-size: 0;
	letter-spacing: 0;
}

.pagenation li {
	width: 26px;
	margin: 0 2px;
	line-height: 30px;
	color: #999;
	font-size: 13px;
	background: #aaa;
	display: inline-block;
}

.pagenation li > * {
	color: #fff;
	text-decoration: none;
	display: block;
}

.pagenation li:hover,
.pagenation li.current {
	background: #1985b7;
}


/* パンくずリスト
-------------------------------------------------- */
.breadcrumbs {
	height: 25px;
	line-height: 25px;
	margin: 0 0 15px;
	font-size: 0;
	letter-spacing: 0;
	overflow: hidden;
	white-space: nowrap;
}

.breadcrumbs li {
	font-size: 14px;
	display: inline;
}

.breadcrumbs a {
	background: url(../images/common/ico_arrow01.png) right center no-repeat;
	margin: 0 7px 0 0;
	padding: 0 10px 0 0;
}


/* ページ内リンク
-------------------------------------------------- */
.anchor-links {
	margin: 0 0 15px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}

.anchor-links li {
	width: 30%;
	margin: 0 1% 10px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.anchor-links a {
	line-height: 35px;
	font-size: 13px;
	border: 1px solid #1985b7;
	display: block;
}

.anchor-links a:hover {
	color: #fff;
	text-decoration: none;
	background: #1985b7;
}


/* クリアフィックス
-------------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/*==================================================
 ヘッダー
================================================== */
.site-header {
	width: 100%;
	padding: 3.33% 5.55%;
	background: #fff;
	overflow: hidden;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.header-logo {
	width: 33.33%;
	float: left;
}

.header-sidr-btn {
	width: 8.33%;
	float: right;
}

.header-visual {
	margin: 0 0 8.33%;
	text-align: center;
	background: url(../images/common/visual_bg.jpg) center / cover;
}

.lower .header-visual {
	margin: 0 0 10px;
	padding: 5% 10%;
}

.header-visual-text {
	margin: 0 auto;
	padding: 10px 15px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: rgba(0,0,0,.6);
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	display: table;
}



/*==================================================
 フッター
================================================== */
.site-footer {
	background: url(../images/common/footer_bg.jpg);
}

.footer-inner {
	padding: 7% 2.7% 11.1%;
}

/* コピーライト
-------------------------------------------------- */
.footer-copyright {
	padding: 2px 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
	background: #007cbb;
}

.footer-copyright a {
	color: inherit;
}

/* ロゴ
-------------------------------------------------- */
.footer-logo {
	margin: 0 0 8px;
	text-align: center;
}

/* 所在地
-------------------------------------------------- */
.footer-address {
	margin: 0 0 8px;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0;
}

/* お問い合わせ
-------------------------------------------------- */
.footer-contacts li {
	margin: 0 0 8px;
	text-align: center;
}


/* ページトップへ戻る
-------------------------------------------------- */
.footer-backtotop {
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 999;
	transition: All 0.4s ease;
	opacity: 0;
}

.footer-backtotop.view {
	opacity: 1;
}



/*==================================================
 コンテンツ
================================================== */
.all-wrap {
	min-width: 0;
}

.site-body {
	width: auto;
	margin: 0 2.77%;
}

.main-contents {
	width: auto;
	float: none;
}


/*==================================================
 通常セクション
================================================== */
.section {
	margin: 0 0 7.91%;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	overflow: hidden;
}

.section-contents {
}

.section-footer {
	padding: 15px 0 0;
	clear: both;
}

.section-more-link {
	margin: 10px 0 0;
	padding: 0 8px 0 0;
	text-align: right;
	background: url(../images/common/ico_arrow01.png) right center no-repeat;
}


/* 見出し
-------------------------------------------------- */
/* h2
------------------------- */
h2.section-title {
	margin: 0 0 15px;
	padding: 6px 10px 6px 15px;
	font-size: 18px;
	position: relative;
}

h2.section-title:before {
	content: '';
	width: 5px;
	height: 100%;
	border: 1px solid #ccc;
	background: linear-gradient(#007cbb, #015986);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/* h3
------------------------- */
h3.section-title {
	margin: 0 0 15px;
	padding: 8px 0;
	color: #006284;
	background: url(../images/common/section_title_border.jpg) bottom left no-repeat;
}

* ~ h3.section-title {
	margin-top: 30px;
}


/* アイキャッチ画像
-------------------------------------------------- */
.section-thumb-center {
	margin: 0 auto 15px;
	display: block;
}

.section-thumb-left {
	max-width: 35%;
	margin: 0 15px 15px 0;
	float: left;
}

.section-thumb-right {
	max-width: 35%;
	margin: 0 0 15px 15px;
	float: right;
}


/* 記事情報
-------------------------------------------------- */
.post-data {
	height: 21px;
	margin: 0 0 15px;
	line-height: 21px;
	font-size: 0;
	letter-spacing: 0;
	overflow: hidden;
}

.post-data li {
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	font-size: 12px;
	border-right: 1px dotted #aaa;
	display: inline-block;
}

.post-data .item-date {
	margin: 0;
	display: inline;
}

.post-date {
	margin: 0 0 8px;
	padding: 0 0 0 10px;
	font-size: 13px;
	background: url(../images/common/ico_arrow01.png) left center no-repeat;
	display: block;
}


/* 詳細ページ SNSシェアボタン
-------------------------------------------------- */
.sns-sharerbtn-list {
	margin: 8px 0;
	padding: 8px 0;
	text-align: center;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background: #f6f6f6;
	overflow: hidden;
	clear: both;
}

.sns-sharerbtn-list li {
	margin: 0 4px;
	vertical-align: top;
	display: inline-block;
}


/* 詳細ページ 前後の記事へのリンク
-------------------------------------------------- */
.paginated-link {
	overflow: hidden;
}

.paginated-link li {
	width: 49%;
}

.paginated-link li.prev-link {
	float: left;
}

.paginated-link li.next-link {
	float: right;
}

.paginated-link li a {
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #1985b7;
	border-radius: 2px;
	background: #fff;
	display: block;
	overflow: hidden;
}

.paginated-link li a:hover {
	color: #fff;
	text-decoration: none;
	background: #1985b7;
}



/*==================================================
 サイドバー
================================================== */



/*==================================================
 トップページ
================================================== */
.top-section {
	margin: 0 0 7.91%;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}

.top-section-title {
	margin: 0 0 5px;
}

/* 法人向け業務
-------------------------------------------------- */
.top-section-corporation .corporation-thumb {
	margin: 0 0 5px;
	text-align: center;
}

/* 事業内容
-------------------------------------------------- */
.top-section-business .business-item {
	margin: 0 0 15px;
}

.top-section-business .business-bnr {
	margin: 0 0 5px;
	text-align: center;
}

/* リンク
-------------------------------------------------- */
.top-bnr-list {
	margin: 0 0 8.3%;
	padding: 0 2.5%;
}

.top-bnr-list li {
	margin: 0 0 2.5%;
	text-align: center;
}

/* 対応エリア
-------------------------------------------------- */
.top-section-area .area-thumb {
	margin: 0 0 5px;
	text-align: center;
}

.top-section-area .area-lits {
	font-size: 110%;
	font-weight: bold;
}

/* 新着情報
-------------------------------------------------- */
.top-section-news .news-list li {
	padding: 11px 0;
	border-bottom: 1px solid #ccc;
}

.top-section-news .news-list li:last-child {
	border-bottom: none;
}

.top-section-news .news-list span {
	color: #007cbb;
	font-weight: bold;
	display: block;
}

.top-section-news .news-list a {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: inherit;
	display: inline-block;
	vertical-align: top;
}

.top-section-news .news-more {
	max-width: 45%;
	margin: 0 auto;
	text-align: center;
}


/*==================================================
 サイトマップ
================================================== */
.sitemap-list li {
	padding: 0 0 0 15px;
	line-height: 40px;
	border-bottom: 1px dotted #ccc;
	background: url(../images/common/ico_arrow01.png) 5px center no-repeat;
}

.sitemap-list a {
	display: block;
}



/*==================================================
 お問い合わせ
================================================== */

/* input設定
-------------------------------------------------- */
.input-big,
.input-mid,
.input-min {
	padding: 5px;
	box-sizing: border-box;
}

.input-big {
	width: 100%;
}

.input-mid {
	width: 60%;
}

.input-min {
	width: 60px;
}


/* 必須マーク
-------------------------------------------------- */
.required-mark {
	padding: 1px 3px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	border-radius: 5px;
	background: #f00;
	float: right;
}


/* 未記入エラー文
-------------------------------------------------- */
.error-text {
	margin: 0 0 5px;
	color: #f00;
}


/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits {
	padding: 15px 0 0;
	text-align: center;
}

.contact-submits input {
	margin: 0 5px;
	padding: 5px;
}


/* セキュリティエラー
-------------------------------------------------- */
.sec-error-text {
	line-height: 50px;
	text-align: center;
	color: #f00;
	font-size: 16px;
	border: 2px solid #f00;
}


/*==================================================
 cssで画像をトリミング
================================================== */
.img-trim {
	height: 0;
	padding: 100% 0 0; /* 正方形 */
	padding: 61.80% 0 0; /* 黄金比 */
	padding: 70.711% 0 0; /* 白銀比 */
	background: #dfdfdf;
	display: block;
	overflow: hidden;
	position: relative;
}

.img-trim img {
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}



/*==================================================
 ギャラリー表示
================================================== */
ul.gallery-list {
	margin: 15px 0;
	font-size: 0;
	letter-spacing: 0;
}

ul.gallery-list li {
	width: calc((100% - 30px) / 4);
	margin: 0 10px 20px 0;
	font-size: 14px;
	vertical-align: top;
	display: inline-block;
}

ul.gallery-list li:nth-child(4n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	ul.gallery-list li:nth-child(n) {
		width: calc((100% - 20px) / 3);
		margin: 0 10px 20px 0;
		font-size: 14px;
		vertical-align: top;
		display: inline-block;
	}

	ul.gallery-list li:nth-child(3n) {
		margin-right: 0;
	}
}


/* 2カラム
------------------------- */
ul.gallery-list.column2 li:nth-child(n) {
	width: calc((100% - 10px) / 2);
	margin-right: 10px;
}

ul.gallery-list.column2 li:nth-child(2n) {
	margin-right: 0;
}


/* 3カラム
------------------------- */
ul.gallery-list.column3 li:nth-child(n) {
	width: calc((100% - 20px) / 3);
	margin-right: 10px;
}

ul.gallery-list.column3 li:nth-child(3n) {
	margin-right: 0;
}


/* 4カラム
------------------------- */
ul.gallery-list.column4 li:nth-child(n) {
	width: calc((100% - 30px) / 4);
	margin-right: 10px;
}

ul.gallery-list.column4 li:nth-child(4n) {
	margin-right: 0;
}


/* ホバーアニメーション
------------------------- */
ul.gallery-list a {
	display: block;
	position: relative;
}

ul.gallery-list a:before {
	content: '';
	width: 100%;
	height: 100%;
	border: 0 solid rgba(255,255,255,.5);
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: All 0.3s ease;
}

ul.gallery-list a:hover:before {
	border-width: 10px;
}


/* タイトル
------------------------- */
ul.gallery-list .gallery-photo-title {
	margin: 8px 0 0;
	text-align: center;
}


/* キャプション
------------------------- */
ul.gallery-list .gallery-photo-caption {
	margin: 8px 0 0;
	line-height: 1.3;
	font-size: 13px;
}


/*==================================================
 会社案内
================================================== */
.career-table {
	width: 100%;
}

.career-table th {
	padding: 5px 5px 0;
	text-align: center;
	color: #007cc3;
	font-size: 90%;
	font-weight: normal;
}

.career-table td {
	padding: 5px;
}

/*==================================================
 法人向け業務
================================================== */
.flow-list li {
	margin: 0 0 25px;
	padding: 8px;
	background: linear-gradient(#059814, #90d81d);
	position: relative;
}

.flow-list li:after {
	content: '';
	width: 100%;
	height: 15px;
	background: url(../images/corporate/flow_arrow_icon.png) center / auto 100% no-repeat;
	display: block;
	position: absolute;
	top: calc(100% + 5px);
	left: 50%;
	transform: translateX(-50%);
}

.flow-list li:last-child:after {
	display: none;
}

/* 工事事例
-------------------------------------------------- */
.beforafter-item {
	margin: 0 0 10px;
}

.beforafter-item dt {
	margin: 0 0 5px;
	padding: 3px 5px;
	border-left: 5px solid #ffad2c;
}

.beforafter-item dd {
	overflow: hidden;
}

.beforafter-item-text {
	padding: 8px 0 0;
}

/* 施工前後写真
------------------------- */
.beforeafter-list {
	background: url(../images/corporate/beforafter_arrow.jpg) center top 35% no-repeat;
	overflow: hidden;
}

.beforeafter-list li {
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
	text-align: center;
	float: left;
}

.beforeafter-list li:nth-child(2n) {
	margin-right: 0;
}

.beforeafter-list li a {
	margin: 0 0 5px;
	display: block;
}

/* バナー
------------------------- */
.vertical-bnr-list li {
	margin: 0 0 8px;
	text-align: center;
}
.pagenation{
	margin:10px 0 20px;
	overflow:hidden;
	text-align:center;
}



.pagenation li{
	border:#CCC 1px solid;
	border-radius:2px;
	margin:0 2px;
	padding:2px 6px;
	background:#FFF;
	display:inline-block;
	
}
.pagenation li a{color:#369;}

.pagenation li.current{
	background:#666;
	color:#FFF;
}