@charset "UTF-8";

/*
クリアフィックス
--------------------------------*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  

.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 

/*
リンク画像ロールオーバー半透明
--------------------------------*/
a:hover{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
	transition: 0.75s
}

/*
ボディ文字、背景指定
--------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 2em;
}
html { scroll-behavior: smooth;}
@media(max-width:767px){
html {
	font: normal normal normal 62.5%/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	/*position: relative;*/
	text-align: left;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;/* Safari文字太さ調整 */
	font-size: 15px;
	line-height: 1.7em;
}
}

/*
ヘッダー部分
--------------------------------*/
header{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 20px 0;
	border-bottom: solid 1px #999999;
}
header img{
	max-width: 70%;
	height: auto;
}

/*
無料お見積もり・ご相談フォーム
--------------------------------*/
.quote_box{
	width: 92%;
	height: auto;
	text-align: center;
	margin: 30px auto;
}
.quote_box h1{
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}
.quote_box p{
	margin: 20px 0 28px;;
}
.btn_privacy{
	font-size: 18px;
	font-weight: bold;
	color: #006cba;
	line-height: 1;
	padding: 14px;
	border: solid 2px #006cba;
	border-radius: 5px;
}
.btn_privacy:hover {
  color: #fff;
  background: #006cba;
}

/*
チェックボックス
--------------------------------*/
/** チェックOFFなら非表示 */
.message{ 
	width: 540px;
	height: auto;
	display: none;
	margin: 30px auto;
}
@media(max-width:767px){
.message{ 
	width: 96%;
	height: auto;
}	
}	
/** チェックONなら表示 */
input:checked ~ .message{
	display: block;
}
label, input[type='checkbox'] {
    cursor: pointer;
}

.form_box{
	width: 100%;
	text-align: center;
}



/*
フォーム
--------------------------------*/
.form_table {
	width: auto;
	margin: 20px auto;
	text-align: left;
}
.form_table th{
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: center;
	background-color: #eee;
	white-space: nowrap;
	font-size: 13px;
}
.form_table td{
	padding: 10px;
	border: 1px solid #ccc;
}
.form_table input{
	border: solid 1px #ccc;
}
.form_table select{
	border: solid 1px #ccc;
	padding: 0 5px;
}
.form_table textarea{
	border: solid 1px #ccc;
	width: 100%;
}
.form_table label{
	white-space: nowrap;
}
.form_btn{
	font-size: 20px;
	font-weight: bold;
	border: solid 1px #999;
	background-color: #eee;
	margin: 10px;
	padding: 0 10px;
	border-radius: 5px;
}
.form_contact{
	width: 100%;
	text-align: center;
}
.form_contact input:hover{
	opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
	transition: 0.3s;
}
.form_contact input[type=submit] {
    text-align: center;
    background: #5EA1CC;
    width: 250px;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 0;
    border-radius: 5px !important;
	border: none;
	color: #fff;
	margin: 0 10px;
   }
.form_contact input[type=reset] {
    text-align: center;
    background: #5EA1CC;
    width: 250px;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 0;
    border-radius: 5px !important;
	border: none;
	color: #fff;
	margin: 0 10px;
   }
.tx_area{
		width: 100%;
	height: auto;
	display: inline-block;
	}

@media(max-width:767px){
.form_contact input[type=submit] {
    width: 80%;
	margin: 10px 0;
   }
.form_contact input[type=reset] {
    width: 80%;
	margin: 10px 0;
   }
}
/*
フォーム必須
--------------------------------*/
.need{
	font-size: 11px;
	line-height: 1;
	color: #ffffff;
	background-color: #ff0000;
	margin-left: 4px;
	padding: 4px;
	display: inline-block;
}


.mt0 {
	margin-top: 0;
	margin-bottom: 0px;
}
.nivoSlider {
    position: relative;
    background: url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.nivoSlider a {
    border: 0;
    display: block;
}
.top_h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}





/*---------------------------------
見出し飾り
--------------------------------*/
.h3_meigara {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #339933;
	padding: 7px 8px;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
}


/*---------------------------------
マージン
--------------------------------*/
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt22 {margin-top: 22px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}

.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
.ml55 {margin-left: 55px;}
.ml60 {margin-left: 60px;}
.ml75 {margin-left: 75px;}
.ml85 {margin-left: 85px;}
.ml90 {margin-left: 90px;}
.ml100 {margin-left: 100px;}
.ml110 {margin-left: 110px;}

.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}

.ml1em {margin-left: 1em;}
.ml2em {margin-left: 2em;}
.ml4em {margin-left: 4em;}
.ml5em {margin-left: 5em;}

.mb-3 {margin-bottom: -3px;}

.lh12 {line-height: 1.2;}
.lh17 {line-height: 1.7;}


.tx_green {color: #009933;}
.tx_orange {color: #FF6633;}
.tx_red {color: #FF0000;}
.tx_bold {font-weight: bold;}

.tx_12 {font-size: 12px !important;}
.tx_16 {font-size: 16px;}
.tx_18 {font-size: 18px;}
.tx_20 {font-size: 20px;}

.hr_dash {
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #ccc;
}

.p_left {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
.p_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.c_both {
	clear: both;
}

/*
PC、SP切り替え
--------------------------------*/
.pc{display: block}
.sp{display: none}
@media(max-width:767px){
.pc{display: none}
.sp{display: block}
}



