﻿@charset "utf-8";


/*PC・タブレット・スマホ(全端末)共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	color: #666;	/*全体の文字色*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background : url(../images/back.jpg) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
}
a:hover {
	color: #d08047;	/*マウスオン時の文字色*/
}

/*コンテナー（ホームページを囲む一番外側のブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1000px;	/*ブロックの最大幅*/
	margin: 0 auto;
	padding: 0 0%;
background:#ffffff;	
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*headerブロック*/
header {

	text-align: center;	/*内容を中央よせ*/
background:#008e8e;
}
/*ロゴ画像設定*/
#logo img {
	width: 40%;	/*画像幅*/
	margin: 20px auto;	/*ロゴの上と下に40pxスペースを空ける設定*/
}


#box_basoto{
display:inline-block;
width:100%;
text-align:center;
margin:20px auto 10px;
}



#box_basoto .box_befo{
float:left;
width:49%;
text-align:center;
border:0px solid #000;
display:block;

}

 #box_basoto .box_afte{
float:left;
width:49%;
text-align:center;
border:0px solid #000;
border-left:0;
display:block;
margin-left:2%;
}



/*トップページのメイン画像
---------------------------------------------------------------------------*/
/*画像ブロック*/
#mainimg img {
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
	margin-bottom: 40px;	/*下に空けるスペース*/
}



/*パンくずリスト
---------------------------------------------------------------------------*/
.breadcrumb {
  margin: 5px 0 0 3%;
  padding: 0;
  list-style: none;
text-align:left;

}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;/*太字*/
  font-size:85%;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color:#ffa042;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color:#0000c1;/*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li a.disabled{
display: inline-block;
  pointer-events: none;
 /* opacity: 0.85;*/
  color:#000;/*色*/
}



/*パンくずリスト終わり）*/


/*メニュー
---------------------------------------------------------------------------*/
/*=====固定の設定*/
.fixed{
  position: fixed;
  top: 0;
  /*left: 0;*/
  width: 100%;
  z-index: 10;
width:94%;
}
/*=====メニュー下の余白の指定（今は使ってない）*/
.h100{
  height: 10px;
}

/*メニュー大画面用
---------------------------------------------------------------------------*/
/*業務内容全体を囲むブロック*/
#menubar {
	text-align: center;	/*文字をセンタリング*/
	
}
/*メニュー１個あたりの設定*/
#menubar li {
	display: inline-block;	/*横並びにさせる*/
	margin: 0px 1.5% 40px;	/*上、左右、下へのメニューの外に空けるスペース*/
width:20%;

}

#menubar li a {
	display: block;
text-decoration: none;
	font-size: 15px;	/*文字サイズ*/
	height: 40px;		/*ボタンの高さ（ここの110の数字３箇所は全て揃える）*/
	/*ボタンの幅（ここの110の数字３箇所は全て揃える）*/
	line-height: 40px;	/*行間（ここの110の数字３箇所は全て揃える）*/

	/*border-radius: 50%;	角丸のサイズ。円形になります。*/
	color:#000000;
  border-radius: 4px;/*角の丸み*/
	background:#f9ffff;	/*背景色*/
  font-weight:normal;
  border: solid 1px #c0c0c0!important;/*線色*/

}


/*マウスオン時*/
#menubar li a:hover {
	box-shadow: none;	/*ボックスの影を消す*/
	position: relative;
background:#e5e5e5;
	color:#000000;	
}

/*現在表示中（current）の設定*/
#menubar li.current a {
	color:#957711;	/*文字色*/
}

#menubar_s {
display:none;
}



/*作業例一覧（大）
---------------------------------------------------------------------------*/
/*業務内容全体を囲むブロック*/
#sagyo {
	text-align: center;	/*文字をセンタリング*/
}
/*メニュー１個あたりの設定*/
#sagyo li {
	display: inline-block;	/*横並びにさせる*/
	margin: 0px 1.5% 20px;	/*上、左右、下へのメニューの外に空けるスペース*/

	background:#ffce9d;	/*背景色*/


	font-size: 15px;	/*文字サイズ*/
	height: 110px;		/*ボタンの高さ（ここの110の数字３箇所は全て揃える）*/
	width: 110px;		/*ボタンの幅（ここの110の数字３箇所は全て揃える）*/
	line-height: 30px;	/*行間（ここの110の数字３箇所は全て揃える）*/

	/*border-radius: 50%;	角丸のサイズ。円形になります。*/
	color:#000000;
  border-radius: 4px;/*角の丸み*/

  font-weight:normal;
  border: solid 1px #c0c0c0!important;/*線色*/
}
.sil_icon{
width:80px;
height:80px;
}



#sagyo_s {
display:none;
}




/*コンテンツ（見出しバーや文字などが入っているブロック）
---------------------------------------------------------------------------*/
#contents {
width:94%;
margin-left:3%;
}

/*コンテンツのh2タグの設定*/
#contents h2 {
	clear: both;
	margin-bottom: 20px;
	color: #fff;		/*文字色*/
	padding: 10px 20px;	/*上下、左右への余白*/
	background:#009999;	/*背景色*/
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
}
/*コンテンツのh3タグの設定*/
#contents h3 {
 display: inline-block;
font-weight:bold;
margin-top:5px;
border-left:3px solid #009999;	/*枠線の幅、線種、色*/
/*border-right:3px solid #009999;	枠線の幅、線種、色*/
padding:0 20px;
margin:5px 0 15px 5px;
}



/*家ボタン表示*/
.ie_btn{
/*background: #FFF;	背景色（古いブラウザだとここの色のみが出ます）*/
margin-bottom:15px;
padding-left:40px;	/*左から、上、右、下、左への余白*/
clear:both;
background-image : url(../images/ie_btn.png);
background-size:contain;
background-position: 0px -0.1em;
background-repeat: no-repeat;
line-height:2;
font-weight:bold;

}


/*空地ボタン表示*/
.akichi_btn{
/*background: #FFF;	背景色（古いブラウザだとここの色のみが出ます）*/
margin-bottom:15px;
padding-left:40px;	/*左から、上、右、下、左への余白*/
clear:both;
background-image : url(../images/akichi_btn5.png);
background-size: contain;
background-position: 0px -0.1em;
background-repeat: no-repeat;
line-height:2;
font-weight:bold;

}







/*コンテンツのp(段落)タグ設定*/
#contents p {
	padding: 0px 20px 20px;	/*上、左右、下への余白*/
}
/*他。微調整。*/
#contents p + p {
	margin-top: -5px;
}
#contents h2 + p,
#contents h3 + p {
	margin-top: -10px;
}
#contents section + section {
	margin-top: 30px;
}

.box_kakomihasen {
border: 1px dashed #ccc;	
padding:20px;
margin-bottom:20px;
line-height:2.5;


}

.box_kakomi {
border: 1px solid #ccc;	
padding:20px;
margin-bottom:50px;
}

#contents h4 {
 display: inline-block;
font-weight:normal;
margin-top:5px;
border-left:3px solid #009999;	/*枠線の幅、線種、色*/
border-right:3px solid #009999;	/*枠線の幅、線種、色*/
padding:0 20px;
margin:5px 0 5px 5px;
}




.kakomi_midasi {
font-weight:normal;
margin-top:5px;

}


/*料金ブロック
---------------------------------------------------------------------------*/
#box_ryokin {
width:90%;
display:inline-block;
text-align:left;
}
#box_ryokin p{
text-align:left;
}




/*テーブル料金表
---------------------------------------------------------------------------*/
/*テーブル4行目に入った見出し部分（※caption）*/
.ta4 caption {
width:90%;
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/

	background: #eee;		/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
margin-top:0;

}
/*テーブル１行目に入った見出し部分（※tamidashi）*/
.ta4 td{

	text-align: left;	/*左よせ*/
	/*background: #eee;	背景色*/
}
/*ta4テーブルブロック設定*/
.ta4 {

	width: 100%;
	margin: 0 auto 0px;
margin-left:5%;
}
.ta4, .ta4 td, .ta4 th {
	word-break: break-all;
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	padding:10px 3px;			/*テーブル内の余白*/

}
/*テーブルの左側ボックス*/
.ta4 th {
	text-align: center;	/*センタリング*/
	width:18%;			/*幅*/
}
.naiyo{
width:45%!important;
}

.kingaku{
width:18%!important;

}



#box_1{

width:90%;
display:block;
margin:10px auto;
text-align:center;
	
}




.freedi{
font-size:13px;
color:#5077fe;
font-weight:bold;
margin-bottom:10px;
}

.sonotasagyo{
	line-height:1.0;
	margin-left:8%;
	padding-left:15px;
	font-size:95%;
	background-image : url(../images/midori_btn.png);
	background-size: 10px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.sonotasagyo a{
text-decoration:none;
}



/*フッター(ページ最下部のcopyrightのパーツ)設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;	/*文字をセンタリング*/
	padding: 10px 0px 10px;	/*上、左右、下へのボックス内の余白*/
}
footer a {
	text-decoration: none;
	border: none;
}
footer .pr {
	display: block;
}



/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eee;		/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*テーブル１行目に入った見出し部分（※tamidashi）*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #eee;	/*背景色*/
}
/*ta1テーブルブロック設定*/
.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;			/*テーブル内の余白*/
}
/*テーブルの左側ボックス*/
.ta1 th {
	text-align: center;	/*センタリング*/
	width: 30%;			/*幅*/
}



/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.color1 {color: #d08047;}
.pr {font-size: 12px;}
.wl {width: 96%;}

.form_syo{
width:88%;
max-width:600px;
text-align:left;
margin:auto;
}

.form_kakoi{
max-width:600px;
width:90%;
display:block;
margin:10px auto;
text-align:center;
border: 1px solid #999;

}

.form_soroe{
width:90%;
margin:auto;
display:block;
text-align:left;
margin:30px 5%;

}

.fm{
display:block;
text-align:left;
margin-top:15px;
color:#6a1160;

}




.wll{
width:100%;
border: 1px solid #ccccff;	
height:18px;
padding:5px;
box-sizing: border-box;
height:auto;
font-size:16px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hissu{
	color:red;
}
.ninni{
	color:blue;
}

/*type=numberのスピンボタン非表示*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}

/*入力例の文字色指定*/
input::placeholder {
  color:#a5a5a5;
}

/* IE */
input:-ms-input-placeholder {
  color:#a5a5a5;
}
/* Edge */
input::-ms-input-placeholder {
  color:#a5a5a5;
}

/* textareaの大きさ変更不可 */
textarea {
	resize: none;

}

.ws {width: 50%;}
.c {text-align: center!important;}
.r {text-align: right!important;}
.l {text-align: left!important;}

/*画面幅920px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:920px){

#sagyo li {
margin-left:0.3%;
margin-right:0.3%;
}



}
/*画面幅805px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:805px){

#sagyo li {
margin-left:5%;
margin-right:5%;
}



}



/*画面幅580px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:580px){


/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 15px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}


/*ロゴ画像設定*/
#logo img {
	width: 70%;	/*画像幅*/
	margin: 10px auto;	/*ロゴの上と下に40pxスペースを空ける設定*/
}


 #box_basoto .box_befo{
width:98%;
margin-left:1%;
}
 #box_basoto .box_afte{
display:none;
}

#menubar {
display:none;
}


/*メニュー小画面用
---------------------------------------------------------------------------*/
/*業務内容全体を囲むブロック*/
#menubar_s {
display:block;
	text-align: center;	/*文字をセンタリング*/
width:100%;
}



#sagyo li {
margin-left:2%;
margin-right:2%;
}



/*メニュー１個あたりの設定*/
#menubar_s li {
	display: inline-block;	/*横並びにさせる*/
	margin: 5px 10px 20px;	/*上、左右、下へのメニューの外に空けるスペース*/
	width: 40%;	
}
#menubar_s li a {
	display: block;
text-decoration: none;
	font-size: 15px;	/*文字サイズ*/
	height: 30px;		/*ボタンの高さ（ここの110の数字３箇所は全て揃える）*/
	/*ボタンの幅（ここの110の数字３箇所は全て揃える）*/
	line-height: 30px;	/*行間（ここの110の数字３箇所は全て揃える）*/

	/*border-radius: 50%;	角丸のサイズ。円形になります。*/
	color:#000000;
  border-radius: 4px;/*角の丸み*/
	background::#448db3;	/*背景色*/
  font-weight:normal;
  border: solid 1px #c0c0c0!important;/*線色*/
}


/*マウスオン時*/
#menubar_s li a:hover {
	box-shadow: none;	/*ボックスの影を消す*/
	position: relative;
	background:#e5e5e5;	/*背景色*/
	color: #000;	
}

/*現在表示中（current）の設定*/

#menubar_s li.current a {
	color:#957711;	/*文字色*/
}





.ta4{
font-size:85%;
}


input[type="submit"],
input[type="button"],
input[type="reset"]{

	font-size: 90%;	/*文字サイズ*/
	letter-spacing: 0em;

}





}

/*========================フォームメール =========================================*/





.box1{
width:90%;
display:block;

margin-top:15px auto;
}
.box1 p{
clear:both;
color:#00007d;
margin-left:5%;
}

/*テーブル3
---------------------------------------------------------------------------*/
.ta3, .ta3 td, .ta3 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
margin-top:30px;
margin-bottom:10px;
}

.ta3{
	width:90%;
margin-left:5%;
}
.ta3, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta3 td{
	width:60%;
	padding: 5px;
	text-align: left;
}
/*テーブル内の左側*/
.ta3 th{
	width:auto;
	padding: 5px;
	text-align: left;
	background:#f3f3f3;	/*背景色*/
}

/*inputボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"]{
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 15px;	/*文字サイズ*/
	letter-spacing: 0em;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}
/*ボタンのマウスオン時の設定*/
input:hover[type="submit"],
input:hover[type="button"],
input:hover[type="reset"]{
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}

/*========================フォームメールここまで =========================================*/

