/*
株式会社スクーデリア・ノーべ
2016.08.31
*/
@charset "UTF-8";
@import "reset.css";
/*************************************************
共通
*************************************************/
html,body {
    height: 100%;
	font-family:"游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:17px;
	color:#222;
  line-height: 1.7;
}
body {
	border-top:solid 3px #00a0e4;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color:#00a0e4;
	text-decoration: none;
}
a:hover {
	color:#0070d1;
	opacity:.7;
	text-decoration: underline;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clear {
	clear: both;
}

.body {
	padding:40px 50px;
	min-height:500px;
}
.body a {
	text-decoration: underline;
}
.body a:hover {
	text-decoration: none;
}

h3 {
	position: relative;
	padding: .75em 1em .75em 1em;
	font-weight:bold;
	font-size:18px;
}
h3::after {
	position: absolute;
	top: .5em;
	left: 0;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #00a0e4;
	border-radius: 1px;
}
h4 {
	font-weight:bold;
	font-size:16px;
	margin:12px 15px;
}
h4 i{
	margin-right:5px;
}
.label {
  display: inline;
  padding: .2em .6em .2em;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 1px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}
.label-default {
  background-color: #666;
}
.label-primary {
  background-color: #4A89DC;
}
.label-success {
  background-color: #51b848;
}
.label-info {
  background-color: #4FC1E9;
}
.label-warning {
  background-color: #FF6600;
}
.label-danger {
  background-color: #d9534f;
}

#pankuzu {
	font-size:14px;
	background:#f5f5f5;
	padding:20px 50px;
}
#pankuzu i {
	margin:0 10px;
}

.parenthesis {
	border-left:solid 6px #51b848;
	border-radius: 1px;
	padding: 5px 18px;
	margin-bottom:25px;
}
.parenthesis .ttl {
	font-size:18px;
	font-weight:bold;
	padding-bottom:20px;
}

.btn-link {
	text-align:center;
}
.btn-link .btn {
	width:450px;
	border-radius: 5px;
	text-decoration: none;
}

.small-red {
  font-size: 90%;
  color: #ff0000;
}
/*************************************************
フッターお問い合わせバナー
*************************************************/
.footer-contact-pc {
	overflow: hidden;
	text-align:center;
	position:relative;
	width:900px;
	margin:50px auto 0 auto;
}
.footer-contact-pc p {
	position:absolute;
	right:28px;
	bottom:20px;
}
.footer-contact-sp {
	text-align:center;
	position:relative;
	display:none;
}
.footer-contact-sp-frame {
	margin:50px auto 50px auto;
}
.footer-contact-sp p {
	background-color: #51b848;
	color:#fff;
	font-weight:bold;
	padding:5px;
}
.footer-contact-sp img {
	display:block;
	margin:30px auto;
}

.footer-contact-pc img,
.footer-contact-sp img {
	max-width:100%;
}
@media only screen and (max-width: 800px) {
	.footer-contact-pc {
		display:none;
	}
	.footer-contact-sp {
		display:inline;
	}
}

/*************************************************
共通フレーム
*************************************************/
.comFrame {
	width:100%;
	margin:20px 0 100px 0;
}
.comFrameL {
	width:60%;
	float:left;
  font-size: 110%;
}
.comFrameR {
	width:40%;
	float:right;
	text-align:right;
}
.comFrameR img {
	max-width:315px;
}

/*--------------------------------
フロートボックス
---------------------------------*/
.fbox {
    overflow: hidden;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
  }

  .fbox:after,
  .clearfix:before {
    content: "";
    display: block;
    overflow: hidden;
  }

  .fbox:after {
    clear: both;
  }

  .fbox .L5 {
    float: left;
    width: 5%;
    box-sizing: border-box;
  }

  .fbox .L10 {
    float: left;
    width: 10%;
    box-sizing: border-box;
  }

  .fbox .L15 {
    float: left;
    width: 15%;
    box-sizing: border-box;
  }

  .fbox .L20 {
    float: left;
    width: 20%;
    box-sizing: border-box;
  }

  .fbox .L25 {
    float: left;
    width: 25%;
    box-sizing: border-box;
  }

  .fbox .L30 {
    float: left;
    width: 30%;
    box-sizing: border-box;
  }

  .fbox .L33 {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
  }

  .fbox .L35 {
    float: left;
    width: 35%;
    box-sizing: border-box;
  }

  .fbox .L40 {
    float: left;
    width: 40%;
    box-sizing: border-box;
  }

  .fbox .L45 {
    float: left;
    width: 45%;
    box-sizing: border-box;
  }

  .fbox .L50 {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }

  .fbox .L55 {
    float: left;
    width: 55%;
    box-sizing: border-box;
  }

  .fbox .L60 {
    float: left;
    width: 60%;
    box-sizing: border-box;
  }

  .fbox .L65 {
    float: left;
    width: 65%;
    box-sizing: border-box;
  }

  .fbox .L70 {
    float: left;
    width: 70%;
    box-sizing: border-box;
  }

  .fbox .L75 {
    float: left;
    width: 75%;
    box-sizing: border-box;
  }

  .fbox .L80 {
    float: left;
    width: 80%;
    box-sizing: border-box;
  }

  .fbox .L85 {
    float: left;
    width: 85%;
    box-sizing: border-box;
  }

  .fbox .L90 {
    float: left;
    width: 90%;
    box-sizing: border-box;
  }

  .fbox .L95 {
    float: left;
    width: 95%;
    box-sizing: border-box;
  }

/*************************************************
ヘッダー
*************************************************/
h1 {
	font-size:13px;
	color:#555;
  margin-bottom: 10px;
}
#heigyo {
  float:left;
  font-size:13px;
  font-weight: bold;
}
#heigyo span{
  background:#00A0E4;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  margin-right: 4px;
}
#hnavi {
	float:right;
	font-size:14px;
}
#hnavi li {
	display: inline;
	margin-left:1.5em;
}
#hnavi li a {
	color:#111;
}
#h1-hnavi {
	width:1000px;
	margin:12px auto 14px auto;
}

#header-index {
	height:343px;
}
#header-sub {
	height:166px;
}
#logo-index {
	text-align:center;
	float:left;
	width:280px;
	height:343px;
	box-sizing:border-box;

	position: relative;
}
#logo-index img {
	vertical-align: middle;
	width:150px;

	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#logo-sub {
	text-align:center;
	float:left;
	width:280px;
	height:166px;
	box-sizing:border-box;
	position: relative;
}
#logo-sub img {
	vertical-align: middle;
	width:95px;

	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#header-index .header-r,
#header-sub .header-r {
	float:right;
	width:720px;
	box-sizing:border-box;
}
#header-index .header-r img,
#header-sub .header-r img {
	width:100%;
}

#gnavi {
	height:83px;
	font-size:14px;
	font-weight:bold;
}
#gnavi li a {
	overflow: hidden;
	display: block;
	float:left;
	height:83px;
	line-height:83px;
	padding:0 17px;
	vertical-align: bottom;
	color:#111;
}
#gnavi li.home a {
	padding:0 37px;
	background:#f5f5f5;
}
#gnavi li a:hover,
#gnavi li.on a {
	background:#00a0e4;
	color:#fff;
	text-decoration: none;
}

h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 22px;
	background-color: #51b848;
	padding:30px 30px;
	color:#fff;
	height:83px;
}

/*************************************************
都道府県選択プルダウン
*************************************************/
#PrefSelect .ttl {
	margin:30px 0;
	padding:8px 16px;
	font-size:20px;
	font-weight: bold;
	border: 3px double #666;
	border-radius: 3px;
}
#PrefSelect .ttl i {
	margin-right:7px;
}
#PrefSelect .ttl .label {
	margin-left:7px;
}
#PrefSelect .comFrame {
	margin-bottom:0px;
}

#PrefSelect .PrefSelectFrame {
	border:solid 5px #51b848;
	font-size:16px;
	font-weight: bold;
}
#PrefSelect .PrefSelectFrame .ttl {
	border-radius: 1px;
	font-size:18px;
	font-weight: bold;
	color:#fff;
	text-align:center;
    background-color: #51b848;
	padding:15px 10px;
	margin-bottom:30px;
}
#PrefSelect .step1,
#PrefSelect .step2,
#PrefSelect .step3 {
	padding:10px 50px 15px 50px;
}

#PrefSelect .step {
	font-family: 'Arial', 'Tahoma', sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-bottom:8px;
}
#PrefSelect .step i {
	color:#51b848;
	margin-right:5px;
}
#PrefSelect .PrefSelectFrame .btn-link {
	margin-top:30px;
	margin-bottom:30px;
	padding:0 30px;
}

/*************************************************
会社概要
*************************************************/
#OUTLINE .catch-copy {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.6;
	padding: 15px 0;
	color:#0070d1;
}
#OUTLINE .exp,
#OUTLINE table {
	margin-bottom:30px;
}
#OUTLINE table th {
	width:220px;
}
#OUTLINE img.photo {
	float:left;
	padding:0 20px 10px 0;
}

/*************************************************
お客様の声
*************************************************/
#VOICE .exp {
	margin-bottom:50px;
}
#VOICE .frame {
	width:100%;
	margin-bottom:40px;
}
#VOICE .frameL {
	width:150px;
	float:left !important;
	text-align:center;
}
#VOICE .frameL img {
	width:100px;
	margin-top:35px;
}
#VOICE .frameR {
	width:750px;
	float:left;
}

#VOICE .popover-title {
	padding:0 20px;
}
#VOICE .popover-content {
	padding:20px;
	line-height:1.6;
}


/*************************************************
プライバシーポリシー
*************************************************/
#PV ol {
	margin:30px 0 0 1.7em;
	list-style-type: decimal;
	font-weight: bold;
	font-size: 16px;
}
#PV ol li {
	margin-bottom:1.5em;
}
#PV ol li p {
	font-weight: normal;
	font-size: 16px;
	margin-top:5px;
}

/*************************************************
ホーム
*************************************************/
#HOME .catch-copy1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	margin-top:0;
	margin-bottom:1.2em;
	font-size: 23px;
	line-height: 1.6;
	padding: 30px 0;
	border-top: 4px solid #00a0e4;
	border-bottom: 1px solid #00a0e4;
	text-align:left;
}
#HOME .catch-copy2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.6;
	padding: 15px 0;
	color:#0070d1;
}
#HOME .catch-txt {
	margin-bottom:30px;
}
#HOME table.frame {
	margin:20px 0;
  width: 100%;
}
#HOME table.frame td {
	width: 50%;
}
.area {
	margin-top: 1em;
}
.area2 li{
	color: #0070d1;
	font-weight: 600;
	border: 2px solid #0070d1;
	text-align: center;
	display: inline-block;
	margin: 3px;
	padding: 3px;
	border-radius: 5px;
}
.area li{
	color: #111;
	font-weight: 600;
	border: 3px solid #ed690f;
	text-align: center;
	display: inline-block;
	margin: 3px;
	padding: 3px 5px;
	border-radius: 5px;
}
.area-exp {
	font-size: 14px;
	margin-top: 2em;
	margin-bottom: 2em;
}
/*************************************************
フッター
*************************************************/
#footer {
	border-top:solid 3px #51b848;
	background: #fff;
	padding:30px 20px;
	margin-top:50px;
	font-size:13px;
}
#footer .footer-logo img {
	width:295px;
	margin-bottom:15px;
}
#footer .footer-tel {
	padding:3px 0;
}

#footer .footerL {
	float:left;
	box-sizing:border-box;
	border-right:solid 3px #ebebeb;
	padding-right:15px;
	margin-right:15px;
}
#footer .footerR {
	float:left;
	box-sizing:border-box;
}
#footer .footerR a {
	color:#111;
}
#footer .footerR  ul {
	margin:0 0 10px 0;
}
#footer .footerR  li {
	float:left;
  width:207px;
}

/*************************************************
コピーライト
*************************************************/
#copyright {
	text-align:center;
	padding:10px 0;
	background: #00a0e4;
	color:#fff;
	font-size:12px;
	font-family: 'Arial', 'Tahoma', sans-serif;
}

/* 「無料査定のご依頼はこちらから！」ボタン */
.form-ttl {
	text-align:center;
	margin:40px 0 20px 0;
}
.form-btn {
	text-align:center;
	margin:20px auto;
}
.form-btn a ,
.form-btn2 a {
	text-decoration: none;
}
.form-btn a:hover ,
.form-btn2 a:hover {
	opacity:1;
	color:#fff;
}
.form-btn2 p {
    font-size: 13px;
}
.formbutton {
	font-weight:bold;
	font-size:22px;
	margin:5px 10px;
	display: inline-block;
	width: 430px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	text-decoration: none;
	outline: none;

	position: relative;
	-webkit-perspective: 430px;
	perspective: 430px;
}
.formbutton::before,
.formbutton::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.formbutton,
.formbutton::before,
.formbutton::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}



.formbutton {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #111;
	color: #111;
	line-height: 64px;
	overflow: hidden;
}
/*
.formbutton span {
	background: linear-gradient(transparent 80%, #b6f0fc 80%);
}
*/
.formbutton:hover {
	color: #fff;
}
.formbutton::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.formbutton:hover::after {
	background: #111;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*************************************************
スマホ対応
*************************************************/
/* スマホ以上 */
@media ( min-width : 800px ){
	#sponly-logo {
		display:none;
	}
}
#sponly-logo {
	text-align:center;
	padding-bottom:15px;
}
#sponly-logo img {
	width:98%;
}
/*************************************************
アコーディオンメニュー
*************************************************/
dl.acordion {
	display:none;
}

@media only screen and (max-width: 800px) {
	.container,
	.container-fluid {
		max-width:100%;
		padding:10px !important; /* spadd */
	}
	img {
		max-width:100%;
	}
}



a.bt-samp35{
  font-size:22px;
	font-weight:bold;
	-webkit-transition: none;
	transition: none;
  display: block;
  position: relative;
  text-decoration: none;
  height:120px;
  line-height:120px;
  text-align: left;
  color: #fff;
  background: #00A0E4;
  overflow: hidden;
  padding-left: 10px;
  border-radius: 1px;
  border:solid 2px #fff;
  text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
a.bt-samp35 span{
  font-size:20px;
}
a.bt-samp35:before{
  content:"";
  position: absolute;
  top: -35px;
  left: -65px;
  height:250px;
  width:17px;
  background : #fff;
  opacity: 0.3;
  transform: rotate(40deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt-samp35:hover:before{
  left:95%;
}

.marker {
	background:linear-gradient(transparent 60%, #ff6 60%);
	font-weight: 600;
	font-size: 18px;
}


@media only screen and (max-width: 800px) {

    .fbox .L5,
    .fbox .L10,
    .fbox .L15,
    .fbox .L20,
    .fbox .L25,
    .fbox .L30,
    .fbox .L33,
    .fbox .L35,
    .fbox .L40,
    .fbox .L45,
    .fbox .L50,
    .fbox .L55,
    .fbox .L60,
    .fbox .L65,
    .fbox .L70,
    .fbox .L75,
    .fbox .L80,
    .fbox .L85,
    .fbox .L90,
    .fbox .L95 {
      display: block;
      width: 100% !important;
    }

  a.bt-samp35{
    font-size:16px;
  	font-weight:bold;
  	-webkit-transition: none;
  	transition: none;
    display: block;
    position: relative;
    text-decoration: none;
    height:100px;
    line-height:100px;
    text-align: left;
    color: #fff;
    background: #00A0E4;
    overflow: hidden;
    padding-left: 10px;
    border-radius: 1px;
    border-bottom:solid 5px #fff;
  }
	.formbutton {
		width: 95%;
		-webkit-perspective: 95%;
		perspective: 95%;
	}

	dl.acordion {
		display: inline;
	}
	dl.acordion p {
		margin: 0;
	}

	dl.acordion {
		margin: 0px;
		box-sizing:border-box;
		width:100%;
	}

	dt.trigger {
		text-align: right;
		padding: 10px 0px;
		cursor: pointer;
	}

	dt.trigger .op {
		font-size: 25px;
		color: #0e0e0e;
		padding: 0px 10px;
	}
	dt.trigger .spmenu {
		font-size: 20px;
		font-family: 'Arial', 'Tahoma', sans-serif;
		padding:0 0 0 5px !important;
	}

	dd.acordion_tree {
		padding: 10px 0px 30px;
		display: none;
		overflow: hidden;
		top:0px;
		width:100%;
		box-sizing:border-box;
		text-align:left;
	}

	.acordion_tree ul.menu li {
		float: none;
		font-size: 15px;
		padding: 10px 10px 10px 15px;
		list-style:none;
		border-bottom:dotted 1px #e5e5e5;
	}
	.acordion_tree ul.menu li i {
		margin-right:5px;
	}
	.acordion_tree ul.menu li .fa {
	    min-width: 1em;
	}

	.acordion_tree ul.menu li a {
		text-decoration: none;
		color:#0e0e0e;
	}
	/*************************************************
	共通フレーム
	*************************************************/
	.comFrame {
		width:100%;
		margin:20px 0 50px 0;
	}
	.comFrameL {
		width:auto;
		float:none;
		margin-bottom:10px;
	}
	.comFrameR {
		width:auto;
		float:none;
		text-align:center;
	}
	.comFrameR img {
		max-width:auto;
		width:100%;
	}

	/*************************************************
	共通
	*************************************************/
	.parenthesis {
		padding: 0 0 0 10px;
	}
	.form-control {
		width:100% !important;
	}
	table.mobile-block {
		margin-right:auto;
		margin-left:auto;
		width:100%;
	}
	table.mobile-block th {
		background:#f3f3f3;
		font-weight:bold;
	}
	table.mobile-block th,
	table.mobile-block td {
		display: block;
		width:100% !important;
	}
	.btn-link .btn {
		width:80%;
	}
	.pconly {
		display:none;
	}
	/*************************************************
	ヘッダー
	*************************************************/
	h2 {
		font-size: 22px;
		padding:15px 20px;
		height:auto;
	}
	#pankuzu {
		padding:15px 20px;
	}

	#gnavi,
	#header .header-r ul {
		display: none;
	}
	.body {
		padding:10px 0;
		min-height:auto;
	}
	#hnavi {
		display:none;
	}
  #heigyo {
    float:none;
    text-align: right;
  }
	#h1-hnavi {
		width:100%;
		margin:0;
		padding:10px;
	}
	#header-sub {
		height:auto;
		margin-bottom:0;
	}
	#header-index {
		height:auto;
		margin-bottom:15px;
	}
	#header-index .header-r,
	#header-sub .header-r {
		float:none;
		width:100%;
	}
	#logo-index,
	#logo-sub {
		text-align:center;
		float:none;
		width:100%;
		height:auto;
		position: static;
	}
	#logo-index img,
	#logo-sub img {
		display:none;
		width:100px;
		position: static;
		-webkit-transform: none;
		transform: none;
	}

	.container {
	    width: 100%;
	    margin:0 auto;
	    box-shadow:none;
	    -webkit-box-shadow:none;
	    -moz-box-shadow:none;
	    border:none;
	}
	#HOME .catch-copy1 {
		margin-bottom:.5em;
		font-size: 20px;
		padding: 15px 0;
	}
	#HOME .catch-copy2 {
		font-size: 18px;
		padding: 15px 0;
	}

	#HOME table.frame {
		width:100% !important;
	}
	#HOME table.frame td {
		width:100% !important;
		display:block;
	}
	/*************************************************
	都道府県選択プルダウン
	*************************************************/
	#PrefSelect .ttl {
		margin:30px 0;
		padding:8px 8px;
		font-size:20px;
	}
	/*************************************************
	お客様の声
	*************************************************/
	#VOICE .frame {
		margin-bottom:30px;
	}
	#VOICE .frameL {
		width:13%;
		text-align:center;
		margin-top:45px;
	}
	#VOICE .frameL img {
		width:auto;
	}
	#VOICE .frameR {
		width:87%;
		float:left;
	}
	#VOICE .popover-content {
		padding:10px;
		line-height:1.6;
	}

	/*************************************************
	フッター
	*************************************************/
	#footer {
		padding:20px 0;
		margin-top:20px;
	}
	#footer .footer-logo {
		text-align:center;
	}

	#footer .footer-logo img {
		width:90%;
		margin-bottom:15px;
	}
	#footer .footer-tel {
		padding:10px 0;
		font-size:14px;
	}
	#footer .footerL {
		float:none;
		border-right:none;
		padding-right:0;
		margin-right:0;
		width:auto;
	}
	#footer .footerR {
		float:none;
		width:auto;
	}
	#footer .footerR  ul {
		margin:0;
	}
	#footer .footerR  li {
    display: block;
		width:100%;
	}
	#footer .footerR  li a {
		display:block;
		font-size:16px;
		padding:5px;
	}
}
