@charset "utf-8";


/*PC・スマホ共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 18px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
/*トップページの背景画像*/

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}
input,textarea,select {
	font-size: 14px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*	電話ボタン
--------------------*/
.sp_button {
	display:none;
	visibility:hidden;
	height:0;
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;	/*リンクテキストの色*/
}
a:hover {
	color: #c80000;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*ヘッダー（サイトロゴ入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;
	background: #ffffff;	/*背景色*/
	/*position: fixed;	/*画面上部に固定表示させる設定。不要ならこの１行削除。*/
	height: 145px;	/*ヘッダーの高さ*/
	border-top:5px solid #3e342f;*/
        z-index: 100;
}
/*ロゴ画像の設定*/
header #logo {
	width: 40%;	/*ブロック幅*/
	float: left;	/*左に回りこみ*/
	padding: 10px 10px 0px;	/*外側にとる余白。色のついた帯とロゴ画像の余白の事。上、左右、下。*/
	font-size:12px;
}

/*ロゴ中央の設定*/
header #logo_center {
	width: 20%;	/*ブロック幅*/
	float: left;	/*右に回りこみ*/
	padding: 35px 0px 0px;	/*外側にとる余白。色のついた帯とロゴ画像の余白の事。上、左右、下。*/
}


/*ロゴ右問い合わせ画像の設定*/
header #logo_right {
	width: 35%;	/*ブロック幅*/
	float: right;	/*右に回りこみ*/
	padding: 15px 0px 0px;	/*外側にとる余白。色のついた帯とロゴ画像の余白の事。上、左右、下。*/
}

header #lead {
	width: 100%;	/*ブロック幅*/
	float: left;	/*左に回りこみ*/
	margin-top:-20px;
	padding: 0px 10px 0px;	/*外側にとる余白。色のついた帯とロゴ画像の余白の事。上、左右、下。*/
	font-size:14px;
}

header #lead2{
	display:none;
}

/*メニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar {
	float: right;	/*右寄せ*/
	margin-top: 11px;	/*上下バランスを取る為、上に少しスペースをとる。*/
	border-bottom:1px solid #fff;


}
/*メニュー１個あたりの設定*/
#menubar li {
	font-size:110%;
	float: left;	/*左に回りこみ*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定。通常がいいならこの行削除。*/
}

#menubar li.bar1 {
	background:#3a4d9b;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#menubar li.bar2 {
	background:#4f6dad;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-left:1px solid #fff;
}

#menubar li.bar3 {
	background:#3a4d9b;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-left:1px solid #fff;
}


#menubar a {
	display: block;
	color: #fff;	/*文字色*/
	text-decoration: underline;
	padding: 0px 20px;	/*上下、左右へとる余白*/
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*マウスオン時*/
#menubar a:hover {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background-image: -webkit-gradient(
                  linear
                , left top
                , left bottom
                , from(#5458de)
                , to(#5b5dae));
	color:#fff;
}



/*inner
---------------------------------------------------------------------------*/
.inner {
	width: 980px;	/*幅*/
	margin: 0 auto;
}




/*contents
---------------------------------------------------------------------------*/
.contents {
	clear: both;
	width: auto;
	padding: 0px 0px;
}
/*コンテンツのh2タグの設定*/
.contents h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 130%;
	color: #FFF;		/*文字色*/
	background: #3e342f;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));	/*グラデーション*/
	background: -webkit-linear-gradient(#222, #000);	/*同上*/
	background: linear-gradient(#222, #000);			/*同上*/
	padding: 5px 15px;	/*上下、左右への余白*/
	margin-top:25px;
}
/*コンテンツのh2タグの１文字目への設定*/
.contents h2::first-letter {
	border-left: 3px solid #fff;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}
/*コンテンツのh3タグの設定*/
.contents h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 120%;
	background: #FFF;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ededed));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #ededed);	/*同上*/
	background: linear-gradient(#FFF, #ededed);			/*同上*/
	padding: 4px 15px;	/*上下、左右への余白*/
	border: 1px solid #bcbcbc;	/*枠線の幅、線種、色*/
	margin-top:15px;
}
/*コンテンツのh3タグの１文字目への設定*/
.contents h3::first-letter {
	border-left: 3px solid #000;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}
/*コンテンツの段落タグ設定*/
.contents p {
	padding: 10px 15px 15px;	/*上、左右、下への余白*/
}
.contents p + p {
	padding-top: 0px;
}
.contents h2 + p,
.contents h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}



/**********************　弁護士一覧　ここから↓******************/
div.contents ul.lawyer{
	list-style-image: none;
	margin:0 0 0px 0px;
}

div.contents ul.lawyer li{
	display: inline-block;
	width:16%;
	font-size:80%;
}

div.contents ul.lawyer li img{
	max-width:100%;
	height:auto;
}


/*　弁護士一覧　ここまで↑　*/


/*	2個並びバナー
--------------------*/
.bannar2box {
	border-collapse: separate;
	border-spacing: 2px 0;
	display: table;
	margin:30px 0px 30px 0px;
	width:100%;
}

.bannar2in {
	display: table-cell;
	padding: 0px;
	position: relative;
	margin:0px 0px 0 0;
}

.bannar2in img{
	width:100%;
}

/*こんなお悩みありませんか----*/

.box01{
	padding:15px 30px 15px 30px;
	margin:0px 0 20px 0;
	text-align:center;
}


.box01_text1{
	margin:10px 0 0px 0;
	padding:10px 0 10px 0;
	font-size:240%;
	line-height:150%;
	text-align:center;
	font-weight:bold;
	color:#333333;
	background:#b9ac9f;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}


div.box01_text2{
	margin:0px 0 0px 0;
	padding:10px 10px 10px 10px;
	border:5px solid #b9ac9f;
	background:#fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

div.box01_text2 ul{
	list-style-image: url(img/check.png);
	margin:0 0 0px 70px;
	font-size:170%;
	line-height:170%;
	color:#3e342f;
}

div.box01_text2 li{
	text-align:left;
}


.box01_arrow{
	margin:0 auto;
	margin-top:-1px;
	padding:0;
}

.box01_arrow2{
	margin:0 auto;
	padding:0;
}


div.box01_text3{
	margin:0px 0 20px 0;
	padding:10px 10px 10px 10px;
	font-size:250%;
	line-height:100%;
	color:#ffffff;
	background:#9b1e36;
	font-weight:bold;
	text-align:center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

div.box01_text3 p span.sp_br{
	display:none;
}

/*こんなお悩みありませんか ここまで---*/

.boxwari{
	padding:15px 0px 5px 0px;
	margin:0px 0 20px 0;
	text-align:center;
}


.boxwari_text1{
	margin:10px 0 0px 0;
	padding:10px 0 0px 20px;
	font-size:200%;
	line-height:150%;
	text-align:left;
	font-weight:bold;
	color:#333333;
	background:#b9ac9f;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.boxwari_text2{
	margin:0px 0 0px 0;
	padding:0px 10px 10px 10px;
	border:5px solid #b9ac9f;
	background:#fff;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
 }

.boxwari_text3{
	margin:10px 0 0px 10px;
	padding:10px 10px 0px 10px;
	background:#fff;
     text-align:left;
     border-left:5px solid #333;
     line-height:125%;
 }

.boxwari_text4{
	text-align:left;
	line-height:125%;
	margin:10px 0 0px 10px;
	padding:10px 10px 0px 40px;
}

/* 残業代計算---*/
.box02{
	padding:15px 30px 15px 30px;
	margin:0px 0 20px 0;
	text-align:center;
}


.box02_text1{
	margin:10px 0 0px 0;
	padding:8px 0 8px 0;
	font-size:180%;
	line-height:130%;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background:#0f142f;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}


div.box02_text2{
	margin:0px 0 0px 0;
	padding:10px 10px 10px 10px;
	border:3px solid #0f142f;
	background:#fff;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
     text-align:center;
}

div.box02_text2 form{
display: inline-block;
  width:70%;
  background-color:#eaeaea;
  padding:30px 60px;
}

div.box02_text2 form dl dt{
  width:200px;
  padding:10px 0;
  float:left;
  clear:both;
   text-align:left;
}

div.box02_text2 form dl dd{
  padding:10px 0;
   text-align:left;
}

form .kyuuyo{
	width:200px;
	height:20px;
}
form .jikan{
	width:80px;
	height:20px;
}

form .month{
	width:80px;
	height:20px;
}

form .button {
  background-color: #333333;
  color: #ffffff;
  font-size: 20px;
  width: 200px;
  display: block;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  margin-left: 165px;
}
 
form .button:hover {
  cursor: pointer;
  opacity: 0.8;
}

div.box02_text2 p.text3{
	font-weight:bold;
	font-size:130%;
}
div.box02_text2 p.text3 b{
	color:#990000;
	font-weight:bold;
	font-size:180%;
}
div.box02_text2 p.text4{
	font-size:80%;
}



/* 枠線 */
.contents .box1_pc{
	border:1px solid #2a2931;
	padding:0px 0px 0px 0px;
	margin-bottom:0px;
	margin:0 auto;
}

.contents .box1_pc img{
	margin-bottom:-13px;
	padding:0;
}

.contents .box1_sp{
	display:none;
}

.contents .box2{
	padding:15px 30px 15px 30px;
	font-size:160%;
	line-height:140%;
	margin:30px 0 0px 0;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background:#9b1e36;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
}


.contents .box3{
	padding:15px 30px 15px 30px;
	font-size:150%;
	line-height:140%;
	margin:0px 0;
	text-align:center;
	font-weight:bold;
	background:#fff;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
}


.contents .box3 ol{
	list-style-type: decimal;
	margin:0 0 20px 170px;
	padding:0;
}

.contents .box3 ol li{
	padding:20px 0 20px 10px;
	font-size:140%;
	text-align:left;
}

.contents .box4{
	padding:15px 30px 15px 30px;
	font-size:90%;
	line-height:140%;
	margin:0px 0 10px 0;
	text-align:center;
	background:#fff;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
}



p.imagebox {
    display: inline-block;   /* インラインブロック化 */
    margin: 0px 0px 7px 10px; /* 外側に余白を追加 */
    background-color: #fff;  /* 背景色 */
    float:right;
}
/* ▼画像に対する装飾 */
p.imagebox img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 3px 0px; /* 下側にだけ3pxの余白を追加 */
}
/* ▼キャプションに対する装飾 */
p.imagebox span.caption {
    font-size: 0.8em;        /* 文字サイズを90%に */
    text-align: center;      /* 中身をセンタリング */
}

/*残業代払ってくれない*/
p.box2_text1{
	font-size:120%;
}

/*弁護士メッセージ*/
p.text_message{
	
}

/*下矢印*/
p.arrow{
	margin:0 auto;
	text-align:center;
}


p.center{
	text-align:center;
}

p.cap1{
	font-size:80%:
}

.box5{
	padding:15px 30px 15px 30px;
	margin:0px 0 20px 0;
	text-align:center;
	background:#fff;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
}

/*弁護士に依頼したけど*/
.box5_text1{
	margin:10px 0 0px 0;
	padding:10px 0 10px 0;
	font-size:150%;
	line-height:150%;
	text-align:center;
	font-weight:bold;
	color:#3e342f;
	background:#b9ac9f;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/*心配いりません*/
div.box5_text2{
	margin:0px 0 0px 0;
	padding:10px 10px 10px 10px;
	border:5px solid #b9ac9f;
	font-size:120%;
	line-height:150%;
	color:#3e342f;
	text-align:left;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.box5_arrow{
	margin:0 auto;
	padding:0;
}

.box5_lead01{
	margin-bottom:10px;
	font-weight:bold;
	font-size:30px;
	color:#3e342f;
	text-align:center;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

div.box5_text3{
	margin:0px 0 20px 0;
	padding:10px 10px 10px 10px;
	font-size:100%;
	line-height:120%;
	color:#ffffff;
	background:#9b1e36;
	text-align:center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.box5_lead02{
	margin-bottom:10px;
	font-weight:bold;
	font-size:130%;
	line-height:120%;
	text-align:center;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

div.box5_text3 a{
	color:#fff;
	font-size:250%;
	font-family: arial black,avant garde;
	margin:10px 0;
}

div.box5_text3 a:hover{
	color:#fdf2f4;
	text-decoration:underline;
}


/* リストの左にチェック */
.contents ul.box6{
	list-style-image: url(img/check.png);
	margin:0 0 20px 50px;
}

.contents ul.box6 li{
	font-size:150%;
}

.jirei{
	background-color:#f0f0f0;
	border:1px solid #999;
	padding:0 10px 0 10px;
}

.jirei_pc{
	display:block;
	text-align:center;
}

.jirei_sp{
	display:none;
}

.jirei_text1{
	padding:0 50px 0 50px;
	line-height:125%
}
.jirei_text2{
		font-weight:bold;
}
.jirei_text3{
		font-weight:bold;
		color:#990000;
}



/* access
---------------------------------------------------------------------------*/

#access .access_box{
	padding: 10px;
   	overflow: hidden;
}

#access .access_box1{
	float:left;
	font-size:18px;
	line-height:180%;
	padding:0 0 0px 50px;
	line-height:180%;
}

#access .access_box2{
	overflow: hidden;
	padding:0 0 0px 10px;
}

#access ul{
	list-style-image: url(img/arrow_red.png);
}

#gmap{
	width: 800px;
	height: 500px;
	margin-left:50px;
	margin-bottom:30px;
}


.access_route {
  margin: 20px 0;
  width:800px;
  margin-left:150px;
}
.route_img {
  float: left;
  margin-right: 10px;
  width: 65%;
}

.route_img img{
  width: 80%;
}

.route_txt {
  float: left;
  width: 28%;
  font-size:90%;
  line-height:150%;
  padding-right:5px;
  margin-left:-80px;
}

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

.route_arrow{
	text-align:center;
}

/* access
---------------------------------------------------------------------------*/
.qalink{
	background-image: url(img/faqlink.png);
	background-repeat: no-repeat; 
	height:399px;
}

.qalink ul{
	padding-top:110px;
	padding-left:80px;
	line-height:150%;
}

.qalink li{
	list-style-type:upper-roman;
	color:#cc0000;
}





/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	background: #3e342f;	/*背景色*/
	color: #fff;		/*文字色*/
}

footer h3 {
	padding: 15px 0 0 10px;
	margin: 0 0 0px 0; 
	background: none; 
	color: #CFD0DC; 
	width: auto; 
	font-weight: bold; 
	font-size: 110%; 
	height: auto;
	text-align:left;
}



footer .box1{
	width:50%;
	float:left;
	position:relative;
	margin:0;
	padding:0 0px 0 0px;
}

footer .box1 ul{
	width:50%;
	padding:0 0 20px 0;
	text-align:left;
}

footer .box2{
	clear:both;
	width:100%;
	text-align:center;
	border-top:1px solid #999;
	padding:10px 0 0 0;
}

footer a {
	color: #FFF; font-size: 120%; text-decoration: none;
}



footer ul{
	width:25%;
	float:left;
	position:relative;
	padding:0 0 20px 0;
}

footer ul li a {
	display: block;
	font-size:90%;
	padding: 5px 5px 5px 10px;
	background-image: url(img/li01.png);
	background-position: 98% center;
	background-repeat: no-repeat; border-radius: 5px;
	background-color: #29221F;
	margin: 2px 5px 2px 5px;
}
footer ul li a:hover {
	background-color:#4e4440;
	text-decoration:none;
	color:#fff;
}

footer address {
	text-align: center;
	font-size: 100%; 
	font-style:normal;
	color:#fff;
	line-height:130%;
	margin:0;
	padding: 0px 0 0 0;
}

small a:hover{
	text-decoration: underline !important;
	color: #fff;
}



/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding-top: 40px;
}

#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	padding: 0px 30px;
	background: #3e342f;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	border-radius: 4px 4px 0px 0px;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #4e4440;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #000;
	border-radius: 4px;
	color: #fff;
	padding: 5px;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #c80000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}


/*トップページのメイン部分*/
.mainimg  {
	/*margin:140px 0 0 0;*/
	margin:0px 0 0 0;
	padding:0px 0 0 0;
	height:610px;
	background:url(img/mainimg_l.jpg) no-repeat;
	background-position:0pt 10pt;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.bg1  {
	background: #0f142f;
	overflow: hidden;
}


.bg2  {
	background: #ebe7e0;
	overflow: hidden;
}
.bg3  {
	background: #3e342f;
	overflow: hidden;
}


.pt150 {
	padding-top: 150px !important;
}

.pt250 {
	padding-top: 250px !important;
}









/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*全体の設定
---------------------------------------------------------------------------*/
/*コンテンツの段落タグ設定*/

/*ヘッダー（サイトロゴとメニューが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	position: static;
	height: 80px;	/*ヘッダーの高さ*/
}


/*ロゴ画像の設定*/
header #logo {
	width: 48%;	/*ブロック幅*/
	padding: 0px 0px 0px;	/*外側にとる余白。色のついた帯とロゴ画像の余白の事。上、左右、下。*/

}

/*ロゴ中央の設定*/
header #logo_center {
	display:none;
/*	width: 38%;
	float: right;	/*右に回りこみ*/
	/*padding: 0px 0px 0px;*/
}


header #lead {
	width: 100%;	/*ブロック幅*/
	float: left;	/*左に回りこみ*/
	margin-top:-20px;
	padding: 0px 0px 0px 5px;	/*外側にとる余白。色のついた帯とロゴ画像の余白の事。上、左右、下。*/
	font-size:9px;
}



/*ロゴ右問い合わせ画像の設定*/
header #logo_right {
	display: block;
	margin: 0 auto;
	width: 48%;	/*ブロック幅*/
	padding: 0px 0px 0px 10px;	/*外側にとる余白。色のついた帯とロゴ画像の余白の事。上、左右、下。*/
	text-align:center;
}

header #lead2{
	display:block;
	float:left;
	font-size:10px;
	color:#6d5a50;
	font-weight:bold;
	padding-left:5px;
	line-height:10px;
}


/*メニュー
---------------------------------------------------------------------------*/
#menubar {
	margin-top: 3px;	/*上下バランスを取る為、上に少しスペースをとる。*/
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}


#menubar li {
	float: left;	/*左に回りこみ*/
	letter-spacing: 0;	/*文字間隔を少し広くとる設定。通常がいいならこの行削除。*/
	font-size:85%;
	text-align:center;
}

#menubar a {
	display: block;
	text-decoration:underline;
	padding: 0px 10px;	/*上下、左右へとる余白*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}

/*マウスオン時*/
#menubar a:hover {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	text-decoration:underline;
}


/*	電話ボタン
--------------------*/
.sp_button {
	display:none;
	visibility:visible;
	bottom: 0px;
	position: fixed;
	z-index: 1;
	width:auto;
	height:auto;
}


/*inner
---------------------------------------------------------------------------*/
.inner {
	width: auto;
	margin: 0 10px;
}

/*contents
---------------------------------------------------------------------------*/
.contents {
	padding: 10px 0px;
}


/*トップページのメイン部分*/
.mainimg  {
	margin:0px 0 0 0;
	padding:0px 0 0 0;
	background:url(img/mainimg_s.jpg) no-repeat;
	background-size:100% auto;
	height:300px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.bg1  {
	background: #0f142f;
	overflow: hidden;
}

div.contents ul.lawyer{
	width:100%;
}


div.contents ul.lawyer li{
	float:left;
	font-size:35%;
	width:16%;
}

/*こんなお悩みありませんか----*/
.box01{
	padding:10px 10px 10px 10px;
}



.box01_text1{
	font-size:140%;
	line-height:125%;
}
div.box01_text2 ul{
	list-style-image: url(img/check_s.png);
	margin:0 0 0px 20px;
	font-size:100%;
	line-height:140%;
}

.box01_arrow img{
	width:30%;
	margin-top:-5px;
	height:auto;
}

div.box01_text3{
	margin:0px 0 0px 0;
	font-size:130%;
	line-height:120%;
	padding:10px 0px 10px 0px;
}

.boxwari{
	margin:0px 0 0px 0;
}

.boxwari_text1{
	font-size:130%;
}
.boxwari_text3{
	margin:10px 0 0px 3px;
	padding:10px 10px 0px 5px;
}
.boxwari_text4{
	font-size:85%;
}





/* 残業代計算---*/
.box02{
	padding:10px 10px 10px 10px;
	margin:0px 0 0px 0;
	text-align:center;
}

.box02_text1{
	font-size:110%;
}

div.box02_text2{
	font-size:90%;
	line-height:100%;
}

div.box02_text2 form{
 padding:10px 10px;
    width:90%
}

div.box02_text2 form dl dt{
  width:80%;
    float:none;
    line-height:100%;
    padding:0px 0;
}

form .button {
  background-color: #333333;
  color: #ffffff;
  font-size: 120%;
  width: 200px;
  display: block;
  text-align: center;
  line-height: 120%;
  border-radius: 2px;
  margin-left: 20px;
}
div.box02_text2 p.text3{
	line-height:140%;
	font-size:100%;
}

div.box02_text2 p.text3 b{
	font-size:150%;
}





/*コンテンツのh2タグの設定*/
.contents h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	line-height:120%;
	color: #FFF;		/*文字色*/
	background: #3e342f;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));	/*グラデーション*/
	background: -webkit-linear-gradient(#222, #000);	/*同上*/
	background: linear-gradient(#222, #000);			/*同上*/
	padding: 5px 15px;	/*上下、左右への余白*/
	margin-top:5px;
}
/*コンテンツのh2タグの１文字目への設定*/
.contents h2::first-letter {
	border-left: 3px solid #fff;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}
/*コンテンツのh3タグの設定*/
.contents h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	background: #FFF;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ededed));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #ededed);	/*同上*/
	background: linear-gradient(#FFF, #ededed);			/*同上*/
	padding: 4px 15px;	/*上下、左右への余白*/
	border: 1px solid #bcbcbc;	/*枠線の幅、線種、色*/
	margin-top:15px;
}
/*コンテンツのh3タグの１文字目への設定*/
.contents h3::first-letter {
	border-left: 3px solid #000;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}


.contents ul{
	list-style-image: url(img/check_s.png);
	margin:0 0 20px 50px;
}

.contents ul li{
	font-size:100%;
}




/* 枠線 */
.contents .box1_sp{
	display:block;
	border:1px solid #2a2931;
	padding:0px;
	margin-bottom:10px;

}

.contents .box1_sp img{
	margin-bottom:-13px;
	padding:0;
}

.contents .box1_pc{
	display:none;
}


p.imagebox {
    display: inline-block;   /* インラインブロック化 */
    margin: 0px 0px 0px 0px; /* 外側に余白を追加 */
    background-color: #fff;  /* 背景色 */
    float:right;
    width:38%;
}
/* ▼画像に対する装飾 */
p.imagebox img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 3px 0px; /* 下側にだけ3pxの余白を追加 */
}
/* ▼キャプションに対する装飾 */
p.imagebox span.caption {
    font-size: 60%;        /* 文字サイズを90%に */
    text-align: center;      /* 中身をセンタリング */
}

/*弁護士メッセージ*/
p.text_message{
	font-size:85%;
	line-height:120%;
}


.contents .box2{
	padding:15px 0px 15px 0px;
	font-size:100%;
	line-height:100%;
	margin:30px 0 0px 0;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background:#9b1e36;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/*残業代払ってくれない*/
p.box2_text1{
	font-size:100%;
}

.contents .box3{
	padding:15px 30px 15px 30px;
	font-size:100%;
	line-height:140%;
	margin:0px 0px;
	text-align:center;
	font-weight:bold;
	background:#fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}


.contents .box3 ol{
	list-style-type: decimal;
	margin:0 0 20px 30px;
	padding:0;
}

.contents .box3 ol li{
	padding:20px 0 0px 10px;
	font-size:100%;
	text-align:left;
}

.contents .box4{
	padding:15px 10px 15px 10px;
	font-size:80%;
	line-height:140%;
	margin:0px 0 0px 0;
	text-align:center;
	background:#fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/*下矢印*/
p.arrow{
	width:100px;
	margin:0 auto;
	text-align:center;
}

/*残業代　表*/
.box4_tbl{
	margin:0 auto;
	border-top:1px solid #dedede;
	text-align:left;
	width:100%;
}

.box4_td01{
	font-size:95%;
	width:50%;
	font-weight:bold;
	line-height:115%;
	padding:0 0 0 5px;
	border-bottom:1px solid #dedede;
}

.box4_td02{
	padding:10px 0 10px 0px;
	width:50%;
	border-bottom:1px solid #dedede;
	font-size:95%;
	line-height:115%;
	font-weight:bold;
	color:#a40035;
	padding-left: 1.5em;
	text-indent: -1.5em;
}


.contents .box5{
	padding:15px 10px 15px 10px;
	margin:0px 0 10px 0;
	text-align:center;
	background:#fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/*弁護士に依頼したけど*/
.box5_text1{
	margin:0px 0 0px 0;
	padding:10px 0 10px 0;
	font-size:80%;
	line-height:120%;
	text-align:center;
	font-weight:bold;
	color:#3e342f;
	background:#b9ac9f;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/*心配いりません*/
div.box5_text2{
	margin:0px 0 0px 0;
	padding:5px 0px 5px 10px;
	border:5px solid #b9ac9f;
	font-size:90%;
	line-height:125%;
	color:#3e342f;
	text-align:left;
}

.box5_arrow{
	margin:0 auto;
	padding:0;
	width:20%;
	margin-top:-10px;
}

.box5_lead01{
	margin-bottom:0px;
	font-weight:bold;
	font-size:110%;
	color:#3e342f;
	text-align:center;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

div.box5_text3{
	margin:0px 0 20px 0;
	padding:0x 0px 0px 0px;
	font-size:85%;
	line-height:100%;
	color:#ffffff;
	background:#9b1e36;
	text-align:center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.box5_lead02{
	margin-bottom:0px;
	font-weight:bold;
	font-size:90%;
	line-height:110%;
	text-align:center;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

div.box5_text3 a{
	color:#fff;
	font-size:200%;
	font-weight:bold;
	font-family: arial black,avant garde;
	margin:5px 0;
}

div.box5_text3 a:hover{
	color:#fdf2f4;
	text-decoration:underline;
}

/* リストの左にチェック */
.contents ul.box6{
	list-style-image: url(img/check_s.png);
	margin:0 0 10px 20px;
}

.contents ul.box6 li{
	font-size:110%;
	line-height:130%;
}

.jirei_pc{
	display:none;
}

.jirei_sp{
	display:block;
	text-align:center;
}


/* access
---------------------------------------------------------------------------*/
#access .access_box1{
	float:left;
	font-size:100%;
	line-height:120%;
	padding:0 0 0px 0px;
}
#access ul{
	margin-left:10px;
}

#access li{
	margin-left:0;
}

#gmap{
	width: 95%;
	height: 250px;
	margin-left:0px;
	margin-bottom:0px;
}

.access_route {
  margin: 5px 0;
  width:98%;
  margin-left:0px;
}

.route_img {
  float: none;
  margin-right: 0px;
  width: 98%;
}

.route_img img{
  width: 98%;
}


.route_txt {
  float: none;
  width: 95%;
  font-size:90%;
  line-height:120%;
  padding-right:0px;
  margin-left:0px;
}


/*	2個並びバナー
--------------------*/
.bannar2box {
	border-collapse: separate;
	border-spacing: 2px 0;
	display: table;
	margin:10px 0px 0px 0px;
	width:100%;
}

.bannar2in {
	display: table-cell;
	padding: 0px;
	position: relative;
	margin:0px 0px 0 0;
}

.bannar2in img{width:100%;}

/* qa
---------------------------------------------------------------------------*/
.qalink{
	background-color:#fff;
	background-image: url(img/faqlink_sp.png);
	background-size:cover;
	height:auto;
	padding:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin:10px 0;;
}

.qalink ul{
	margin-top:80px;
	margin-left:30px;
	padding-top:0px;
	padding-left:15px;
	padding-right:50px;
	font-size:90%;
	line-height:140%;
}

.qalink li{
	list-style-image:none;
	list-style-type:upper-roman;
	color:#cc0000;
}





/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	width: auto;
	margin-right: 10px;
	padding-top: 0px;
	margin-bottom:0;
}




/*footer
---------------------------------------------------------------------------*/
footer {
	margin-top:-10px;

}


footer h3 {
	padding: 0px 0 0 10px;
	font-size: 90%; 
}

footer .box1{
	width:100%;
}
footer .box1 ul{
	width:100%;
	padding:0 0 0px 0;
	text-align:left;
}
footer address{
	font-size:80%;
	line-height:110%;
	word-break: break-all;
}

footer address a{
	font-size:80%;
}

small{
	font-size:50%;
	line-height:100%;
	padding:0 0 1em 0;
}


/*その他
---------------------------------------------------------------------------*/
.ws {
	width: 96%;
}
.pt150 {
	padding-top: 30px !important;
}
/*トップページで使っている大きな文字*/
h1.type1 {
	font-size: 30px;
}

}
