@charset "UTF-8";
@import url("./contact.css");

/* 薄い色 #0098c9 */
/* 濃い色 #294b92 */

body {
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.3px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-family: 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*==================================================
 共通
================================================== */
/* 汎用クラス
-------------------------------------------------- */
.clear {
	clear: both;
}

/* タグ
-------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}


/* リンク
-------------------------------------------------- */
a {
	color: #294b92;
	text-decoration: none;
	transition: All 0.4s ease;
}

a:hover {
	color: #0098c9;
	text-decoration: underline;
}

a img {
	transition: All 0.4s ease;
}

a:hover img {
	opacity: .8;
}

/* テーブル
-------------------------------------------------- */
table.def caption {
	margin: 0 0 5px;
	font-size: 15px;
}

table.def {
	width: 100%;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #bfbfbf;
	margin-bottom: 10px;
}

table.def th {
	width: 20%;
	padding: 10px;
	font-weight: normal;
	vertical-align: top;
	border: 1px solid #bfbfbf;
	background: #dbdbdb;
}

table.def td {
	max-width: 350px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #bfbfbf;
	background: #f7f7f7;
}
@media screen and (max-width: 768px) {
	.scroll{
	overflow: auto;
	white-space: nowrap;
	}
	.scroll::-webkit-scrollbar{
	 height: 5px;
	}
	.scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
	}
}

/* カラムの横幅を統一 */
table.fix {
	table-layout: fixed;
}

/* カラムの横幅を指定しない */
table.fazzy th,
table.fazzy td {
	width: auto;
}


/* リスト
-------------------------------------------------- */
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;
	display: inline-block;
}

.pagenation li > * {
	color: #fff;
	text-decoration: none;
	background: #999;
	display: block;
}

.pagenation li a:hover,
.pagenation li.current > * {
	background: #0098c9;
}


/* パンくずリスト
-------------------------------------------------- */
.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%;
	height: 35px;
	margin: 0 1% 10px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid #cfcfcf;
	background: linear-gradient(#fff, #e3e3e3);
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.anchor-links a {
	display: block;
}


/* クリアフィックス
-------------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/*==================================================
 ヘッダー
================================================== */
.site-header {
	margin: 0 0 63px;
}

.lower .site-header {
	margin: 0 0 10px;
}

.header-inner {
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0 27px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.site-header {
		margin: 0 0 20px;
	}

	.header-inner {
		width: auto;
		padding: 0;
	}
}

/* ロゴ
-------------------------------------------------- */
.header-logo {
	float: left;
}

@media screen and (max-width: 768px) {
	.header-logo {
		padding: 15px 15%;
		text-align: center;
		float: none;
	}
}

/* 問い合わせ
-------------------------------------------------- */
.header-contact {
	float: right;
}

.header-contact li {
	margin: 0 0 0 15px;
	padding: 7px 0 0;
	float: left;
}

@media screen and (max-width: 768px) {
	.header-contact {
		display: none;
	}
}

/* ナビ
-------------------------------------------------- */
.header-nav {
	text-align: center;
	border-bottom: 4px solid #00479d;
	background: #f3f4f4;
	background: linear-gradient(#f3f4f4, #d5d8df);
}

.header-nav ul {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.header-nav li {
	width: 220px;
	border-left: 1px solid #c2c3c4;
	box-sizing: border-box;
	float: left;
}

.header-nav li:first-child {
	border-left: none;
}

.header-nav a {
	padding: 19px 0 10px;
	color: #313131;
	letter-spacing: 0;
	display: block;
}

.header-nav a.hover,
.header-nav a:hover {
	text-decoration: none;
	background: #c8c8c8;
}

.header-nav .nav-text {
	margin: 0 0 4px;
	font-size: 20px;
	display: block;
}

.header-nav .nav-ruby {
	font-size: 12px;
	display: block;
}

@media screen and (max-width: 768px) {
	.header-nav ul {
		width: auto;
	}

	.header-nav li:nth-child(n) {
		width: 33%;
		border: none;
		border-bottom: 1px solid #c2c3c4;
	}

	.header-nav li:nth-child(3n+2) {
		width: 34%;
		border-right: 1px solid #c2c3c4;
		border-left: 1px solid #c2c3c4;
	}

	.header-nav a {
		padding: 8px 0 6px;
		line-height: 1.3;
	}

	.header-nav .nav-text {
		margin: 0;
		font-size: 15px;
	}

	.header-nav .nav-ruby {
		font-size: 10px;
	}
}

/* メインビジュアル
-------------------------------------------------- */
.header-main-visual {
	height: 610px;
	background: url(../images/top/header_visual_bg.jpg) center top no-repeat;
}

.main-visual-inner {
	width: 1100px;
	margin: 0 auto;
	height: 610px;
}

.header-main-visual li {
	padding: 209px 0 204px;
	background: center top no-repeat;
}

.header-visual-text {
	padding: 0 10px;
	background: rgba(255,255,255,.85);
}

.header-visual-text img {
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 768px) {
	.header-main-visual,
	.main-visual-inner {
		width: auto;
		height: auto;
	}

	.header-main-visual li {
		padding: 40px 0;
		background-position: center;
		background-size: cover;
	}
}

/* サブビジュアル
-------------------------------------------------- */
.header-sub-visual {
	text-align: center;
	color: #00479d;
	font-size: 50px;
	line-height: 200px;
	background: url(../images/common/h2_bg.jpg) center top no-repeat;
}

@media screen and (max-width: 768px) {
	.header-sub-visual {
		padding: 50px;
		line-height: 1;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 0;

		background-size: cover;
		background-position: center;
	}
}

/*==================================================
 フッター
================================================== */
.site-footer {
	color: #fff;
	background: #294b92;
}

.footer-inner {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0 27px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.footer-inner {
		width: auto;
		padding: 20px 10px;
	}
}

/* ロゴ
-------------------------------------------------- */
.footer-about {
	width: 268px;
	padding: 0 0 0 11px;
	float: left;
}

.footer-logo {
	margin: 0 0 8px;
}

.footer-address {
	line-height: 1.2;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.footer-about {
		width: auto;
		margin: 0 0 15px;
		padding: 0;
		text-align: center;
		float: none;
	}
}

/* ナビ
-------------------------------------------------- */
.footer-nav {
	width: 505px;
	height: 156px;
	padding: 26px 0 0 55px;
	font-size: 0;
	letter-spacing: 0;
	background:
		url(../images/common/footer_border.jpg) left top no-repeat,
		url(../images/common/footer_border.jpg) right top no-repeat
	;
	float: left;
	box-sizing: border-box;
}

.footer-nav li {
	margin: 0 19px 0 0;
	padding: 0 19px 0 0;
	line-height: 1.9;
	font-size: 14px;
	background: url(../images/common/footer_nav_sep.jpg) right center no-repeat;
	display: inline-block;
	vertical-align: top;
}

.footer-nav li.last {
	background: none;
}

.footer-nav a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.footer-nav {
		width: auto;
		height: auto;
		margin: 0 0 15px;
		padding: 0;
		background: none;
	}

	.footer-nav li,
	.footer-nav li.last {
		width: 98%;
		margin: 0 1%;
		padding: 0 0 0 10px;
		line-height: 35px;
		letter-spacing: 0;
		font-size: 11px;
		border-bottom: 1px dotted #fff;
		background: url(../images/common/ico_arrow01_w.png) left center no-repeat;
		box-sizing: border-box;
	}

	.footer-nav a {
		display: block;
	}
}

/* 問い合わせ
-------------------------------------------------- */
.footer-contact {
	float: right;
}

/* 営業時間・定休日 */
.footer-time {
	margin: 0 0 10px;
	line-height: 1.5;
	font-size: 16px;
}

/* 電話番号・FAX番号 */
.footer-tel {
	margin: 0 0 15px;
}

.footer-tel li {
	margin: 0 0 8px;
}

@media screen and (max-width: 768px) {
	.footer-contact {
		text-align: center;
		float: none;
	}
}

/* コピーライト
-------------------------------------------------- */
.footer-copyright {
	line-height: 35px;
	text-align: center;
	color: #fff;
	letter-spacing: 0;
	display: block;
}

.footer-copyright a {
	color: inherit;
}

@media screen and (max-width: 768px) {
	.footer-copyright {
		padding: 0 5px;
		text-align: left;
		font-size: 11px;
	}
}

/* ページトップへ戻る
-------------------------------------------------- */
.footer-backtotop {
	position: fixed;
	right: -80px;
	bottom: 0;
	z-index: 999;
	transition: All 0.4s ease;
}

.footer-backtotop.view {
	right: 0;
}

@media screen and (max-width: 768px) {
	.footer-backtotop {
		width: 50px;
		right: -50px;
	}
}

/*==================================================
 コンテンツ
================================================== */
.all-wrap {
	min-width: 1100px;
}

.site-body {
	width: 1100px;
	margin: 0 auto 40px;
}

.main-contents {
	width: 804px;
	display: block;
	float: left;
}

@media screen and (max-width: 768px) {
	.all-wrap {
		min-width: 0;
	}

	.site-body {
		width: auto;
		margin: 0 5px 30px;
	}

	.main-contents {
		width: auto;
		float: none;
	}
}


/* 記事骨格
-------------------------------------------------- */
.item-box {
	margin: 0 0 30px;
}

.item-text {
	overflow: hidden;
}
.item-text span {
	color: #ff0000;
}

.samplephoto{
	width: 100%;
	margin-bottom: 10px;
}

/* 見出し
-------------------------------------------------- */
.item-title-h3 {
	margin: 0 0 15px;
	color: #4b4b4b;
	font-size: 23px;
	line-height: 1.6;
	background: url(../images/common/h3_border.jpg) bottom left no-repeat;
}

@media screen and (max-width: 768px) {
	.item-title-h3 {
		font-size: 20px;
		line-height: 1.4;
	}
}

.item-title-h4 {
	margin: 0 0 15px;
	padding: 9px 20px;
	line-height: 22px;
	font-size: 20px;
	background: url(../images/common/h4_border.jpg) left center no-repeat #f3f3f3;
	clear: both;
}

* ~ .item-title-h4 {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.item-title-h4 {
		font-size: 16px;
	}
}


/* 記事サムネイル
-------------------------------------------------- */
img.thumb-left {
	max-width: 35%;
	height: auto;
	margin: 0 15px 15px 0;
	float: left;
}

img.thumb-right {
	max-width: 35%;
	height: auto;
	margin: 0 0 15px 15px;
	float: right;
}

img.thumb-center {
	max-width: 95%;
	margin: 0 auto 15px;
	display: block;
}



img.photo {
	padding: 2px;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	box-sizing: border-box;
}


/* 記事情報
-------------------------------------------------- */
.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;
}

.item-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: #f0f0f0;
	overflow: hidden;
	clear: both;
}

.sns-sharerbtn-list li {
	margin: 0 4px;
	vertical-align: top;
	display: inline-block;
}


/* 詳細ページ 前後の記事へのリンク
-------------------------------------------------- */
.paginated-link {
	margin: 0 5px;
	overflow: hidden;
}

.paginated-link li {
	width: 48%;
	padding: 0 5px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	background: #f0f0f0;
	box-sizing: border-box;
}

.paginated-link li.prev-link {
	float: left;
}

.paginated-link li.next-link {
	float: right;
}

.paginated-link li a {
	height: 35px;
	line-height: 35px;
	display: block;
	overflow: hidden;
}

/*==================================================
 サイドバー
================================================== */
.site-sidebar {
	width: 253px;
	float: right;
}

@media screen and (max-width: 768px) {
	.site-sidebar {
		width: auto;
		float: none;
	}
}

/* 問い合わせ
-------------------------------------------------- */
.side-mail-bnr {
	margin: 0 0 30px;
	text-align: center;
}

/* コンテンツ
-------------------------------------------------- */
.side-contents-section {
	margin: 0 0 40px;
}

.contents-title {
	margin: 0 0 9px;
	background: #3f4397;
	background: linear-gradient(#3f4397, #1d2187);
}

.contents-list {
	padding: 0 6px;
}

.contents-list li a {
	padding: 0 0 0 31px;
	line-height: 40px;
	color: #1b1b1b;
	font-size: 15px;
	border-bottom: 1px solid #d3d3d3;
	background: url(../images/common/ico_arrow03.png) left 6px center no-repeat;
	display: block;
}

.contents-list li.line2 a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 21px;
}

img.img-center {
	margin: 0 auto 15px;
	display: block;
}

@media screen and (max-width: 768px) {
	.side-contents-section {
		margin: 0 0 16px;
	}

	.contents-list li a,
	.contents-list li.line2 a {
		padding-top: 0;
		padding-bottom: 0;
		line-height: 40px;
	}

	.contents-list li.line2 a br {
		display: none;
	}
}

/* バナーリスト
-------------------------------------------------- */
.side-bnr-list {
	margin: 0 0 16px;
	text-align: center;
}

/* facebook
-------------------------------------------------- */
.side-facebook-wrap {
	max-width: 500px;
	margin: 0 auto;
}


/*==================================================
 トップページ
================================================== */
/* トピックス
-------------------------------------------------- */
.top-topics-wrap {
	width: 1100px;
	margin: 0 auto 36px;
	overflow: hidden;
}

.top-topics-wrap .topics-card {
	width: 358px;
	margin: 0 10px 0 0;
	border: 1px solid #c9c9c9;
	background:
		url(../images/top/topics_corner.png) right bottom no-repeat,
		linear-gradient(#fff, #e5e5e5)
	;
	float: left;
}

.top-topics-wrap .topics-card:last-child {
	margin: 0;
}

.top-topics-wrap .topics-card a {
	color: #383838;
	display: block;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.top-topics-wrap {
		width: auto;
		margin: 0 5px 20px;
	}

	.top-topics-wrap .topics-card {
		width: auto;
		margin: 0 0 10px;
		float: none;
	}
}

/* サムネ */
.top-topics-wrap .topics-thumb {
	float: left;
}

@media screen and (max-width: 768px) {
	.top-topics-wrap .topics-thumb {
		max-width: 45%;
	}
}

/* テキスト */
.top-topics-wrap .topics-text {
	width: 178px;
	padding: 20px 0 0 10px;
	letter-spacing: 0;
	box-sizing: border-box;
	float: left;
}

.top-topics-wrap .topics-text dt {
	margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
	.top-topics-wrap .topics-text {
		max-width: 55%;
		padding: 8px;
		font-size: 11px;
		line-height: 1.3;
	}
}

/* リード
-------------------------------------------------- */
.top-lead-section {
	margin: 0 0 45px;
	padding: 30px 15px 22px 27px;
	background: #f3f3f3;
	overflow: hidden;
}

.top-lead-section .lead-left {
	width: 515px;
	line-height: 1.2;
	font-size: 16px;
	float: left;
}

@media screen and (max-width: 768px) {
	.top-lead-section {
		padding: 10px;
	}

	.top-lead-section .lead-left {
		width: auto;
	}
}

/* テキスト */
.top-lead-section .lead-title {
	width: 451px;
	margin: 0 0 33px;
	padding: 0 0 13px;
	font-size: 0;
	letter-spacing: 0;
	background: url(../images/top/greeting_title_border.jpg) bottom left no-repeat;
}

@media screen and (max-width: 768px) {
	.top-lead-section .lead-title {
		width: auto;
		margin: 0 0 15px;
	}

	.top-lead-section .lead-text {
		font-size: 13px;
		letter-spacing: 0;
		line-height: 1.4;
	}
}

/* サムネ */
@media screen and (max-width: 768px) {
	.lead-thumb {
		max-width: 50%;
		margin: 0 auto;
		display: block;
	}
}

/* リンク
-------------------------------------------------- */
.top-link-wrap {
	margin: 0 0 48px;
	overflow: hidden;
}

.top-link-wrap li {
	width: 394px;
	border: 1px solid #c9c9c9;
	float: left;
	box-sizing: border-box;
}

.top-link-wrap li:nth-child(even) {
	float: right;
}

.top-link-wrap .link-title {
	padding: 12px 0 8px 21px;
	background: linear-gradient(#fdfdfd, #f5f5f5);
}

@media screen and (max-width: 768px) {
	.top-link-wrap {
		margin: 0 0 20px;
	}

	.top-link-wrap li:nth-child(n) {
		width: auto;
		margin: 0 0 10px;
		float: none;
	}

	.top-link-wrap .link-thumb {
		width: 100%;
	}
}

/* バナー
-------------------------------------------------- */
/* 問い合わせ */
.top-contact-section {
	height: 213px;
	margin: 0 0 32px;
	padding: 157px 0 0 479px;
	background: url(../images/top/contact_bg.jpg);
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.top-contact-section {
		height: auto;
		margin: 0 0 10px;
		padding: 0;
		text-align: center;
		background: none;
	}
}

/* ネットショッピング */
@media screen and (max-width: 768px) {
	.top-netshopping-section {
		margin: 0 0 10px;
		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;
}

@media screen and (max-width: 768px) {
	.sitemap-list a {
		display: block;
	}
}


/*==================================================
 よくある質問
================================================== */
dl.faq-list {
	padding: 20px 0;
	border-bottom: 1px dotted #cfcfcf;
}

dl.faq-list dt {
	margin: 0 0 10px;
	padding-left: 40px;
	color: #294b92;
	font-weight: bold;
	background: url(../images/faq/ico_q.png) left top no-repeat;
}

dl.faq-list dd {
	padding-left: 40px;
	background: url(../images/faq/ico_a.png) left top no-repeat;
}


/*==================================================
 ギャラリー
================================================== */
ul.gallery {
	font-size: 0;
	letter-spacing: 0;
}

ul.gallery > li {
	width: 23%;
	margin: 0 1% 8px;
	font-size: 13px;
	vertical-align: top;
	display: inline-block;
}

ul.gallery.column2 > li {
	width: 48%;
}

ul.gallery.column3 > li {
	width: 31%;
}


/*==================================================
 施工事例
================================================== */
.case-box {
	width: 48%;
	margin: 0 0 15px;
	float: left;
}

.case-box.after {
	float: right;
}


/* タイトル
-------------------------------------------------- */
.case-box dt {
	margin: 0 0 10px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #294b92;
}


/* サムネリスト
-------------------------------------------------- */
.case-list {
	font-size: 0;
	letter-spacing: 0;
}

.case-list li {
	width: 32%;
	margin: 0 0 6px;
	display: inline-block;
	vertical-align: top;
}

.case-list li:first-child {
	width: 100%;
}

.case-list li:nth-child(3n) {
	margin-right: 2%;
	margin-left: 2%;
}

.case-list li a {
	width: 100%;
	height: 0;
	padding: 0 0 70%;
	display: block;
	overflow: hidden;
}

.case-comments {
	clear: both;
}


/*==================================================
 お問い合わせ
================================================== */
/* table設定
-------------------------------------------------- */
@media screen and (max-width: 768px) {
	table.contact-form,
	table.contact-form tbody,
	table.contact-form tr,
	table.contact-form th,
	table.contact-form td {
		width: auto;
		display: block;
	}

	table.contact-form {
		border: none;
	}

	table.contact-form th {
		border-bottom: none;
	}

	table.contact-form td {
		margin: 0 0 10px;
	}
}

/* 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;
}

/*==================================================
 会社概要
================================================== */
/* アクセスマップ
-------------------------------------------------- */
.about-map-wrap {
	width: 49%;
	float: left;
}

.about-map-desc {
	width: 49%;
	float: right;
}

@media screen and (max-width: 768px) {
	.about-map-wrap,
	.about-map-desc {
		width: auto;
		margin: 0 0 15px;
		float: none;
	}
}

/*==================================================
 リンク集
================================================== */
.blank-icon {
	margin: 10px 0 0;
	padding: 0 0 0 20px;
	background: url(../images/common/ico_window.jpg) left center no-repeat;
}

/*==================================================
 ボタン
================================================== */
.salesbtn {
	width: 230px;
	height: 20px;
	padding:20px 20px 15px;
	background-color: #2948ce;
	border-radius: 10px;
	margin: 10px auto 0;
	color: #fff;
	font-size:20px;
	text-align: center;
}
.salesbtn a:link {
	color: #fff;
}
.salesbtn a:visited {
	color: #fff;
}
.salesbtn a:hover {
	color: #f7ff15;
	text-decoration: none;
}
.salesbtn a:active {
	color: #fff;
}

.caution{
	margin: 10px 0 50px 0;
}
.caution p{
	text-align: center;
	line-height: 1.6rem;
}
.caution p span{
	color: red;
	font-size: 1.5rem;
	font-weight: bold;
}
