@charset "utf-8";

/*各cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("keyframes.css");

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

/*全体の設定
---------------------------------------------------------------------------*/
html,body,#container {height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	font-family: YuGothic,'Yu Gothic',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,form,figure,form,label,#contents .box29 p  {font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;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 {transition: 0.4s;}
a:hover {color: #efd8a2;text-decoration: none;}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;overflow: hidden;
	width: 100%;
	margin: 0 auto;
}


/*ヘッダー
---------------------------------------------------------------------------*/
header {
	position: relative;
	margin: 0px 3%;
	height: 100px;	/*ブロックの高さ*/
}
/*ロゴ画像*/
header #logo img {
	width: 500px;		/*画像の幅*/
	position: absolute;
	left: 0px;			/*headerに対して左からの配置指定*/
	bottom: 36px;		/*headerに対して下からの配置指定*/
}

/*マウスオーバーしたときに画像を白みがかる*/
a.overwhite:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}

/* 文字中央寄せ */

.center{
  text-align: center;
  margin: 0 auto;
}

/* 蛍光ペン風マーカー加工 */
.keikou {
	background: linear-gradient(transparent 65%, #ffff66 50%);
}

.fs15{
	font-size: 1.5em;
}

h3 b{
	font-size: 1.2em;
	font-weight: bold;
}

.red{
  color: #880f0f;
}

.blue{
	color: #1f446a;
}

.yellow{
	color: #ffff66;
}
hr{
	color: #000;
	margin-block-start: 1.5em;
}


.telphone_br{
	background-color: #1f446a;
	width: 100%;
	padding: 30px 0 30px 0;
	color: white;
}

.boxContainer .box{
  float: left;
	width: 48%;
}
.box_left{
	margin-right: 4%;
}

.boxContainer{
  overflow: hidden;
	width: 80%;
	margin: 0 auto;
}

.row_Contenerbox{
	width: 80%;
	margin: 0 auto;
}

.box80{
	float: left;
	width: 80%;
}
.box70{
	float: left;
	width: 70%;
}
.box60{
	float: left;
	width: 60%;
}

.box40{
	float: left;
	width: 40%;
}

.box40 img {
  margin-bottom: 30px;
}

.box30{
	float: left;
	width: 30%;
}

.box20{
	float: left;
	width: 20%;
}

/*困ってませんか？
---------------------------------------*/
#contents .namami_textbox ul {
  background-color: #eeeeee;
  padding: 2.5em 3em 2.5em 6.3em;
	width: 800px;
	margin: 60px auto;
  position: relative;
}

#contents .namami_textbox ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

#contents .namami_textbox ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
	font-weight: 900;
  position: absolute;
  left : 5em; /*左端からのアイコンまで*/
  color: #880f0f; /*アイコン色*/
	padding: 0.4em 0;
}

#contents .namami_textbox ul img{
	position: absolute;
	bottom: -20px;
	right: 0;
}

/*サービス
---------------------------------------*/
#contents #serves,#contents #lawyer{
	margin:0 -200%;
	padding:60px 200%;
	background-color: #d5ebf5;
}

#contents #serves h2{
	font-size: 26px;
}

#contents #serves .serves_textbox{
	background-color: #ffffff;
	padding: 2.5em;
	width: 865px;
	margin: 30px auto;
}

.box3_left{
	width:32%;
	float:left;
	margin-right:2%;
}

.box3_right{
	width:32%;
	float:right;
}

.box_clar {
	clear:both;
}

/*4つの理由
---------------------------------------*/
#contents #riyu{
	margin: 60px auto;
	width: 100%;
}

#contents #riyu .box{
	background: #d5ebf5;
	padding: 2%;
	float: left;
	width: 44%;
}
#contents #riyu .riyu_title{
	display: flex;
	position:absolute;
	width:45%;
	height: 100px;
}

#contents #riyu h3 {
	width: 300px;
	float: left;
	font-size: 23px;
  line-height: 1.5em;
  font-weight: bold;
}

#contents #riyu .maru{
  height:67px;
  width:80px;
  border-radius:50%;
  line-height:30px;
  text-align:center;
  background:white;
  font-size:24px;
	color: #1f446a;
  margin-left:20px;
  padding-top:12px;
	float: left;
	font-weight: bold;
}

.hidden_box {
  margin: 2em auto;;
  padding: 0;
	text-align: center;
}

.hidden_box label {
  padding: 15px 40px;
  font-weight: bold;
  color: #fff;
  cursor :pointer;
	background: #1f446a;
	margin:auto;
}

.hidden_box label:hover {
  background: #1f446a60;
}

.hidden_box input {
  display: none;
}

.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
	text-align: left;
}

.hidden_box input:checked ~ .hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}


/*比較
-----------------------------------------------------*/
#contents  .hikaku_title{
	display: flex;
	/* position:absolute; */
	width:600px;
	margin: 100px auto;
	height: 100px;
}

#contents .hikaku_title h2 {
	width: 90%;
	float: left;
	font-size: 31px;
  line-height: 1.5em;
  font-weight: bold;
	margin: 0 auto;
}

.balloon3-right{
	position: relative;
  display: inline-block;
  margin: 0em 15px 1em 0px;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #ffff66;
  font-size: 34px;
  font-weight: bold;
  background: #880f0f;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #880f0f;
  z-index: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.tbl-basic thead tr:first-of-type th, .tbl-basic thead tr:first-of-type td {
  background-color: #151f2c;
  color: #fff;
}

.tbl-basic thead tr th, .tbl-basic thead tr td {
  background-color: #bfe4f7;
  color: #151f2c;
}

.tbl-basic {
  width: 100%;
  line-height: 1.4;
}

.tbl-basic td {
  padding: .6em .8em;
  border-right: 1px solid #151f2c;
  border-bottom: 1px solid #151f2c;
  text-align: center;
  vertical-align: middle;
}

.tbl-basic th {
  padding: .6em .8em;
  border-right: 1px solid #151f2c;
  border-bottom: 1px solid #151f2c;
  background-color: #bfe4f7;
  color: #151f2c;
  text-align: center;
  vertical-align: middle;
}

.tbl-standard .highlight td, .tbl-standard .highlight th {
  background-color: #fff3a4;
  font-weight: 700;
}

.tbl-standard th {
  border-bottom: 0;
  width: 20%;
}

.tbl-standard td {
  border-right: 0;
  border-bottom: 0;
  width: 40%;
}

.tbl-standard .highlight span {
  font-size: 1.25em;
}

.tbl-standard .highlight td:last-of-type {
  color: #da5219;
}


.tbl-standard .highlight td:last-of-type:after {
  content: '';
  position: absolute;
	margin: 16px;
  left: calc(50% + 6px);
  background-image: url(../images/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(10%,-50%);
  transform: translate(10%,-50%);
}


/*解決事例
---------------------------------------*/
.title-04 {
  position: relative;
  border-bottom: 2px solid #000;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 24px;
  padding: 30px 0 10px;
  margin: 0;
}
/* 下三角 */
.title-04:before{
  content: "";
  position: absolute;
  bottom: -148px;
  left: calc(50% - 80px);
  margin-left: 5px;
  border: 100px solid transparent;
  border-top: 50px solid #fff;
  z-index: 2;
}
.title-04:after {
	position: absolute;
	border: 100px solid transparent;
	border-top-color: #000;
	border-bottom-width: 0;
	border-top: 50px solid #000;
	bottom: -50px;
	content: "";
	left: calc(50% - 75px);
	z-index: 1;
}

	#jirei img{
	float: right;
	width: 30%;
	}

.bgColor01 h3{
	background: #d5ebf5;
	font-size: 2em;
	padding: 0.5em 2em 0.5em 2em;
		}

.bgColor01 .row_Contenerbox h3.hiyo{
	background: #fff !important;
	font-size: 1.3em;
	padding: 0;
}

/*インフォメーション
---------------------------------------*/
#contents .info {
	position: relative;
	margin: 0 -200%;
	padding: 60px 200%;
	background: #1f446a;
}

#contents .info h2 {
	margin: 30px 0px 20px;
	font-size: 2em;
	font-weight: normal;
	text-align: left;
	color: #fff;
	}

.info p {
	color: #fff;
}

/* section::before, */
#contents .info::after {
  position: absolute;
  content: '';
  pointer-events: none;
  left: calc(50% - 100px);
  bottom: -49px;
  z-index: 10;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 50px solid #1f446a;
}

#contents .info::before {
  top: -50px;
  background: #000;
}

/*弁護士費用
---------------------------------------*/

.bgColor01 {
  background: #fff;
	padding: 150px 0 50px;
	width: 90%;
	margin: 0 auto;
}

.bgColor01 h2{
	margin-top: 55px;
}

.box29 {
  margin: 2em 0;
  background: #d5ebf5;
	padding-bottom: 10px;
}
.box29 .box-title {
  font-size: 1.2em;
  background: #1f446a;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#contents .box29 p {
	font-size: 35px;
	font-weight: bold;
	padding: 40px 20px 20px 20px;
	margin: 0;
	line-height: 1.3;
}

.box29 img{
	width: 96%;
	margin: 2%;
}


.fsbig{
	font-size: 2em;
}

.box3 {
  padding: 0.5em 4em;
  margin: 0 2em;
  color: #333;
  background: #eee;
}
#contents .box3 p {
	font-size: 16px;
	font-weight: normal;
  margin: 0;
  padding: 0;
}


/* お客様の声 */

.voice_box{
	width: 100%;
}

#contents .voice_box .imgBox {
	margin: 0 0 30px 30px;
	position: relative;
	float: right;
}

#contents .voice_box .imgBox::after {
  width: 120px;
  padding: 3px 6px;
  background: #1f446a;
  border-radius: 2px;
  color: #fff;
  content: "クリックして拡大";
  font-size: 14px;
  font-weight: bold;
  position: absolute !important;
  right: 10px;
  bottom: 10px;
  text-align: center;
}

#contents .voice_box .imgBox a img {
  margin-top: 5px;
  border-radius: 0;
  border: 1px solid #ccc;
  z-index: 0;
}


/* 弁護士紹介 */

#contents #lawyer h3{
	font-size: 1.3em;
	font-weight: bold;
}

/* アクセス */

#maps table{
	border: 1px solid #ccc;
  margin: 50px auto;
  line-height: 2;
}

#maps table th{
	border: 1px solid #fff;
}

#maps table td{
	border: 1px solid #ccc;
	text-align: left;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	overflow: hidden;margin: 0 auto;
	max-width: 1400px;	/*最大幅。これ以上広がらない。*/
	padding: 20px 3%;	/*上下、左右へのブロック内の余白*/
}
/*h2タグ*/
#contents h2 {
	clear: both;
	margin-bottom: 20px;	/*下に空けるスペース*/
	text-align: center;		/*テキストのセンタリング*/
	font-weight: bold;
	font-size: 48px;		/*文字サイズ*/
	line-height: 1.4;		/*行間を少し狭くする。デフォルトは冒頭のbody内にあります。*/
}

/*h3タグ*/
#contents h3 {
	margin-bottom: 20px;	/*下に空けるスペース*/
	padding: 5px 10px;		/*上下、左右への余白*/
}

/*h4タグ*/
#contents h4 {
	position: relative;
  background: #d5ebf5;
  padding: 2px 5px 2px 25px;
  font-size: 20px;
	font-weight: bold;
  color: #1f446a;
  border-radius: 0 10px 10px 0;
	width: 85%;
  margin: 0 auto;
}

#contents h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f24e";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #1f446a;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}

/*h5タグ*/
#contents h5{
	font-size: 1.2em;
	margin: auto;
	color: #1f446a;
	margin-top: 15px;
	width: 90%;
	font-weight: bold;
}


/*段落タグ*/
#contents p {
	padding: 0px 5% 20px;
}
/*他*/
#contents h2 + p,
#contents h3 + p,
#contents h2 + ul.disc,
#contents h3 + ul.disc {
	margin-top: -10px;
}
#contents section + section {
	padding-top: 40px;
}


/*footer（copyrightなどが入った最下部ブロック）
---------------------------------------------------------------------------*/
footer {clear: both;text-align: center;font-size: 13px;padding-bottom: 10px;}
footer a {text-decoration: none;}
footer .pr {display: block;}

/*footer内のulタグ（フッターメニュー）
---------------------------------------------------------------------------*/
footer ul li {
	display: inline;
	padding: 10px;
}
footer ul a {
	text-decoration: underline;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
body .nav-fix-pos-pagetop a {display: none;}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	bottom: 50px;		/*下からの配置場所指定*/
	right: 3%;			/*右からの配置場所指定*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事。0.6は色が60%出た状態。*/
	border-radius: 50%;	/*円形にする指定。この行削除すれば正方形になります。*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: opa1;	/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 1S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #c3b5a2;background: rgba(0,0,0,0.1);padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.clear {clear: both;}
.color1, .color1 a {color: #efd8a2 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.fl {float: left;margin-bottom: 20px;}
.fr {float: right;margin-bottom: 20px;}
.w45 {width: 45%;}
.mrl5 {margin-left:5%;margin-right:5%;}
.big1 {font-size: 30px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.link {display: block;margin-top: -100px;padding-top: 100px;}
.clearfix::after {content: "";display: block;clear: both;}
.half {width: 50%;float: left;}
.ofh {overflow: hidden;}

/*画面幅1040px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1040px){
	#contents .info {
		padding: 100px 0;
		margin: 0;
	}

	#contents .info h2 {
    font-size: 1.8em;
	}

	.row_Contenerbox {
    width: 90%;
    margin: 0 auto;
	}
}


/*画面幅989px以下の設定　困っていませんか？
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 989px) {
	#contents .namami_textbox ul {
	  padding: 2.5em 3em 2.5em 4.3em;
		width: 80%;
	}

	#contents .namami_textbox ul li {
	  line-height: 1.3;
	}

	#contents .namami_textbox ul li:before {
		left : 3em;
	}

	#contents .namami_textbox ul img{
		position: inherit;
		left: 82%;
		width: 73px;
	}

}

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

/*ヘッダー（ロゴ画像が入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ブロック*/
	header {
		position: static;
		margin: 0;
		height: auto;
		text-align: center;
		padding: 10px 3%;	/*上下、左右への余白*/
	}
	/*ロゴ画像*/
	header #logo img {
		position: static;
		width: 95%;
		margin-bottom: 10px;	/*下に空ける余白*/
	}
	.pc {display:none;}


/*サービス
---------------------------------------*/
	#contents #serves .serves_textbox{
		width: 90%;
		padding: 1em;
		line-height: 1.6;
	}

	.box3_left,.box3_right {
		display: block;
		width: 100%;
		margin-right:0;
	}

	/*4つの理由
	---------------------------------------*/
	#contents #riyu .box{
		display: block;
		width: 96%;
    margin: 30px auto;
	}

	.row_Contenerbox {
    width: 90%;
	}

	#contents #riyu .riyu_title {
    width: 80%;
	}

	/*インフォメーション
	---------------------------------------*/
	#contents .info {
    padding: 40px 0;
	}

	#contents .info h2 {
    font-size: 130%;
		}
/*比較
---------------------------------------*/
.tbl-standard {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
		margin-bottom: 30px;
    border-collapse: separate;
	}

.tbl-basic {
    font-size: 1em;
    border: 2px solid #151f2c;
	}

.tbl-standard .highlight td:last-of-type:after {
    width: 45px;
    height: 20px;
	}


	/*弁護士費用
	---------------------------------------*/
	#contents .box29 p {
	  font-size: 27px;
		padding: 10px 15px 0px 15px;
	}

	#contents .box3{
	  padding: 0.5em 1em;
	  margin: 0 1em;
	}
	#contents .box3 p {
	  font-size: 16px;
		margin-bottom
	}
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }


@media screen and (max-width:750px){
	.boxContainer .box{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		padding: 0;
	}

	.box_left{
		margin-right: 0;
	}

	.boxContainer{
		width: 95%;
	}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
	body {
		font-size: 16px;
		/* font-size: 2.93vw; */
	}

	.fs15 {
    font-size: 1.2em;
	}

	.box80,.box70,.box60,.box40,.box30,.box20{
		display: block;
		width: 100%;
	}
	.box40 {
		margin-bottom: 20px;
		}

	.box40 img {
    width: 90%;
    margin: 0 5%;
	}

	.box40 img:first-child {
		margin-right: 2%;
	}

	.pc { display: none !important; }
	.sp { display: block !important; }

/*contents（headerとfooter以外の中央コンテンツ）
---------------------------------------------------------------------------*/
/*h2タグ*/
	#contents h2 {
		font-size: 27px;
		letter-spacing: normal;
	}

/* 電話・相談ボタン
---------------------------------------------------------- */
	.telphone_br {
		margin-top: -1px;
		padding: 10px 3%;
		width: 94%;
	}

	.telphone_br h2{
		font-size: 32px;
		line-height: 1.2;
		font-weight: bold;
	}

	.telphone_br p{
		font-size: 20px;
		line-height: 1;
	}

	.boxContainer .box {
    margin-bottom: 12px;
	}
/*困っていませんか？
---------------------------------------------------------------------------*/
	#contents .namami_textbox ul {
		padding: 2.5em 1em 2.5em 2.3em;
	  width: 85%;
		margin: 20px auto;
	}

	#contents .namami_textbox ul li:before {
		padding: 0.3em 0;
		left : 1em;
	}

		#contents .namami_textbox ul li .keikou{
			background: #eeeeee;
		}

	#contents #serves h2 {
	    font-size: 20px;
	}


/*4つの理由
---------------------------------------*/
	#contents #riyu .box{
		display: block;
		width: 96%;
		margin: 30px auto;
	}

	#contents #riyu .riyu_title {
		width: 100%;
	}

	#contents #riyu h3 {
	    font-size: 19px;
	}

	#contents #riyu .maru {
    height: 58px;
		width: 73px;
    line-height: 26px;
    font-size: 24px;
    padding-top: 12px;
		margin-left: 0;
	}

/*インフォ
---------------------------------------------------------------------------*/
	#contents .info {
    padding: 0;
	}

	.row_Contenerbox {
    width: 95%;
	}

	#contents .info h2 {
    font-size: 139%;
	}

	#contents .info .telphone_br h2{
		font-size: 30px;
		font-weight: bold;
	}

	#contents .info .telphone_br p{
		margin-bottom: -0.7em;
    font-size: 19px;
	}


/*比較
---------------------------------------------------------------------------*/
	.bgColor01 {
	    width: 100%;
		}

		#contents .hikaku_title {
    width: 100%;
    margin: 40px auto;
    height: 55px;
	}

	.balloon3-right {
    display: none;
	}

	.balloon3-right:before {
    display: none;
	}

	#contents .hikaku_title h2 {
    font-size: 23px;
	}

	.tbl-standard .highlight td:last-of-type:after {
    content: "　";
    width: 30px;
    margin: 17px;
    left: 50%;
	}

	/*解決事例
	---------------------------------------------------------------------------*/

	#contents #jirei h2 {
    margin-top: -71px;
	}

	.bgColor01 .row_Contenerbox h3.hiyo {
    font-size: 1.1em;
	}

	#contents h4 {
    padding: 2px 5px 2px 40px;
    font-size: 20px;
    line-height: 1.4em;
    width: 74%;
	}

	#contents h4:before {
		width: 56px;
    height: 56px;
    line-height: 54px;
    left: -0.8em;
    font-size: 1.8em;
	}

	#jirei img {
	  width: 55%;
	}


	/*弁護士費用
	---------------------------------------------------------------------------*/
	#contents .box29 p {
    font-size: 23px;
    padding: 13px 12px;
	}

	.box29 {
    padding-bottom: 10px;
	}

	.box30 img {
  width: 45%;
	}

	#contents .box3 p {
		font-size: 13px;
	}
	.spmgt30{
		margin: -55px 0 50px 0;
	}

		/*弁護士紹介
		---------------------------------------------------------------------------*/
	#contents #lawyer h4 {
    width: 73%;
	}


/*その他
---------------------------------------------------------------------------*/
	.title-04:before {
    bottom: -114px;
    left: 25%;
    margin-left: 5px;
    border: 80px solid transparent;
    border-top: 35px solid #fff;
	}

	.title-04:after {
    border: 80px solid transparent;
    border-top: 35px solid #000;
    bottom: -116px;
    left: calc(25% + 5px);
	}
}


/* フォーム */

.container{
	margin: 0 30px;
}

.container h2,.container h3{
	font-size: 36px;
	text-align: center;
}

.container h3{
	font-weight: bold;
}

table {
  border-collapse: collapse;
	margin: 0 auto;
}


input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}


input[type="text"],
textarea {
  background: #e9f5fb;
  display: block;
  font-size: 16px;
  padding: 21px 15px;
  width: 480px;
  transition: 0.8s;
  border-radius: 0;
	border: 1px #ccc solid;
}

input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-table {
	width: 800px;
}

.form-table th,
.form-table td {
  padding: 20px;
}

.form-table th {
  position: relative;
  text-align: left;
  width: 300px;
}

button.btn{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #1f446a;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #1f446a;
  border-radius: 3px;
	margin: 30px calc(50% - 150px);
	width: 300px;
}
.btn:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
.table-responsive{
		width: 800px;
    margin:2em auto;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.table-responsive:before, .table-responsive:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.table-responsive:before {left: 10px;}
.table-responsive:after {right: 10px;}
.table-responsive p {
    margin: 0;
    padding: 0;
}
@media screen and (max-width:480px){
	.container{
		margin: 0 5px;
	}
	.container h1 #logo img{
		width: 100%
	}
	.form-wrap{
		padding: 10px;
	}
.form-table th,
.form-table td{
	font-size: 18px;
  display: block;
	max-width: 95%;
}

.form-table{
	width: 100%;
}
.table-responsive{
		max-width: 85%;
		word-wrap:break-word;
	}
	.form-table th, .form-table td {
    padding: 8px;
	  border-top: none;
	}
	.form-table th {
    padding-left: 13px;
}

	input[type="text"],
	textarea {
	  width: 92%;
	}
}
