@charset "UTF-8";

/* --------------------------------------------------------
	Setting
-------------------------------------------------------- */

/*///// 共通設定 /////*/
* {
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.Clear {
	clear: both;
}

/*---ボーダー---*/
img {
	border-width: 0;
	line-height: 0;
	vertical-align: top;
	max-width: 100%;
}


h3 {
	clear: both;
	font-size: 20px;
	color: #495d76;
	background: url(../img/h2_bg.png) no-repeat left top;
	height: 29px;
	padding: 6px 0px 0px 24px;
	margin-bottom: 20px;
}

h4 {
	border-left: 8px solid #999;
	font-size: 18px;
	color: #000;
	/*height:22px;*/
	padding: 2px 0px 0px 10px;
}

/*---リストスタイル---*/
ul {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

/*---リスト(黒丸)---*/
.Disc {
	margin: 0px 0px 0px 15px;
}

.Disc li {
	list-style-type: disc;
	margin: 0px 0px 10px 0px;
}

/*---リンク---*/
a {
	color: #b9e600;
	text-decoration: none;
}

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

a:active {
	color: #b9e600;
}

a:visited {
	color: #b9e600;
}

.clear {
	clear: both;
}

/* 文字サイズ */
.f_size20 {
	font-size: 20px;
}

.f_size24 {
	font-size: 24px;
}

/* Margin */
.mt10 {
	margin-top: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

/*///// レイアウト /////*/
body {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	font-size: 15px;
	color: #000;
}

/* ヘッダー
---------------------------- */
.header_sp {
	display: none;
}

.header {
	background: #fff;
	border-top: solid 4px #003279;
}

.header_wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	height: 40px;
}

.header_wrapper h1 {
	width: 250px;
	float: left;
}

/* ナビゲーション */
/*
.nav{
	float:right;
	display:table;
	height:45px;
}
.nav li{
	display:table-cell;
	vertical-align:middle;
}
.nav li a{
	display:inline-block;
	font-size:17px;
	color:#000;
	text-decoration:none;
	line-height:45px;
	height:45px;
	padding:0 20px;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(185,230,0,1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	border-radius: 6px;
	margin-right:10px;
}
.nav li:last-child a{margin-right:0;}
.nav li a:hover{
	background-position: -100% 0;
	color: #fff;
}
*/
.nav {
	margin: 0;
	padding: 0;
	float: right;
}

.nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	float: left;
	position: relative;
	width: 144px;
	/*親メニューの幅*/
	height: 40px;
	/*親メニューの高さ*/
	line-height: 40px;
	text-align: center;
}

.nav li a {
	color: #000;
	display: block;
	text-decoration: none;
}

.nav li:hover,
.nav li a:hover {
	background: #b9e600;
	/*ホバー時の親メニューの背景色*/
	color: #fff;
	/*ホバー時の親メニューの文字色*/
}

.nav li ul {
	position: absolute;
	top: 39px;
	/*親メニューの高さと同じにする*/
	width: 144px;
	z-index: 10;
}

.nav li ul li {
	visibility: hidden;
	overflow: hidden;
	width: 144px;
	/*サブメニューの幅*/
	height: 0;
	background: #9ab81e;
	/*サブメニューの背景色*/
	border-top: solid 1px #fff;
}

.nav li ul li a {
	color: #fff;
}

.nav li ul li:hover,
.nav li ul li a:hover {
	background: #aace14;
	/*ホバー時のサブメニューの背景色*/
}

.nav li:hover ul li,
.nav li a:hover ul li {
	visibility: visible;
	overflow: visible;
	height: 40px;
	/*サブメニューの高さ*/
	z-index: 10;
}

.nav * {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}


/* フッター
---------------------------- */
.footer {
	background: #003279;
}

.footer_wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}

.footer_wrapper img {
	width: 138px;
	height: auto;
	float: left;
	margin-right: 24px;
}

.footer_wrapper p {
	color: #fff;
	font-size: 20px;
}

.footer_wrapper p span {
	font-size: 12px;
}

.copy {
	background: #fff;
}

.copy_wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	font-size: 12px;
}

/* まずは相談してみませんか */
.section_contact {
	background: #003279;
}

.section_contact_wrapper {
	max-width: 560px;
	box-sizing: border-box;
	padding: 30px 0;
	margin: 0 auto;
	overflow: hidden;
}

.section_contact_wrapper .left {
	width: auto;
	float: left;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.section_contact_wrapper .right {
	width: auto;
	float: right;
	text-align: center;
}

.section_contact_wrapper .right a {
	display: inline-block;
	padding: 4px 14px 0;
	font-size: 18px;
	color: #003279;
	background: #b9e600;
	text-decoration: none;
	line-height: 50px;
	transition: .2s;
}

.section_contact_wrapper .right a:hover {
	color: #b9e600;
	background: #fff;
}

/*---ページの先頭へ---*/
#back-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 5;
}

#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	background: url(../img/pagetop.png) no-repeat left top;
	text-indent: -9999px;
	z-index: 5;
}

#back-top a:hover {
	background: url(../img/pagetop.png) no-repeat left -60px;
	z-index: 5;
}


/* 第二階層 */
.cover {
	background: #b9e600;
}

.cover h2 {
	max-width: 1200px;
	margin: 0 auto;
}

.contents {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0 30px;
}

.contents h3 {
	border-bottom: solid 4px #b9e600;
	color: #003279;
	font-size: 30px;
	letter-spacing: 9px;
}

.contents .main {
	max-width: 72.5%;
	margin: 0 auto;
	padding: 30px 0 50px 0;
	overflow: hidden;
}

.contents .main .left {
	max-width: 44%;
	float: left;
}

.contents .main .right {
	max-width: 48%;
	float: right;
}

/*---テーブル（基本）---*/
.table_basic {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
}

.table_basic th,
.table_basic td {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding: 16px;
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.table_basic th {
	width: 24%;
	background-color: #f5f5f5;
}

.table_basic .taC {
	text-align: center;
}

@media screen and (max-width:767px) {
	.table_basic {
		width: 100%;
	}

	.table_basic,
	.table_basic thead,
	.table_basic tbody,
	.table_basic tr,
	.table_basic th,
	.table_basic td {
		width: 100%;
		display: block;
	}

	.table_basic th,
	.table_basic td {
		border-top: none;
		border-left: none;
		padding: 10px;
	}

	.table_basic th {
		text-align: left;
	}
}

/* テーブル */
.table01 {
	width: 100%;
	border-collapse: collapse;
	border-bottom: solid 1px #ddd;
}

.table01 th {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding: 16px;
	width: 20%;
	background: #f5f5f5;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	box-sizing: border-box;
}

.table01 td {
	padding: 16px;
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
	box-sizing: border-box;
}

/* お問い合わせ */
.contact {
	overflow: hidden;
	padding-top: 40px;
	color: #003279;
}

.contact_tel {
	display: inline-block;
	float: left;
	padding-right: 40px;
	font-size: 48px;
}

/* 実績 */

.inline-block {
	float: left;
	width: 50%;
}

.inline-block ul {
	display: table;
	width: 100%;
}

.inline-block li {
	display: table-cell;
	text-align: center;
	padding: 0 3px;
	box-sizing: border-box;
	width: 33.3%;
}

.inline-block li img {
	width: 139px;
}

.inline-block_4items {
	float: left;
	width: 50%;
}

.inline-block_4items ul {
	display: table;
	width: 100%;
}

.inline-block_4items li {
	display: table-cell;
	text-align: center;
	padding: 0 3px;
	box-sizing: border-box;
	width: 50%;
}

.inline-block li img {
	width: 214px;
}