@charset "utf-8";
.sp{
	display:none !important;
}

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	list-style-type:none;
	font-size: medium;
	color: #333;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
	line-height: 1.9;
	outline:none;
	letter-spacing:0.04em;
	font-size:15px;
}
a{
	text-decoration:none;
	color:#333;
	display:block;
}
a:hover{
	opacity:0.7;
}
img{
	display:block;
	width:100%;
}
p{
	margin:0 0 20px;
}
.red{
	color:#aa0000;
}
.main_container,
header{
	width:1200px;
	margin:0 auto;
}
header{
	background:url(../img/header_bg.png) no-repeat center/100%;
	padding:175px 0;
}
header .header_top{
	width:70%;
	margin:0 auto 0 4%;
}
header .header_top .logo{
	width:50%;
}
header .header_top .lead,
header .header_top .lead span{
	font-size:30px;
	font-weight:bold;
}
header .header_top p{
	margin:30px 0 30px 60px;
}
header .header_top p,
header .header_top p span{
	font-size:13px;
}

header .header_top p strong{
	letter-spacing:2px;
	margin:auto 2px;
}

section{
	margin:60px 0 80px;
}
.inner{
	width:80%;
	margin:auto;
}
.float_block{
	overflow:hidden;
	width:100%;
	margin:0 0 60px;
}
.left{
	float:left;
	width:50%;
	margin:0 3% 0 0;
}
.right{
	float:right;
	width:47%;
}
section h2{
	font-size:30px;
	letter-spacing:0.15em;
	margin:0 0 15px;
	line-height:1.6;
	text-align:center;
}
.about h2,
.license h2{
	text-align:left;
}
.profile h2{
	margin:0 0 40px;
}
section h2 span{
	display:block;
	color:#c7c7c7;
	font-weight:bold;
	font-size:20px;
	line-height:1;
}
section h2 span::after{
	content:url(../img/h2_deco.png);
	display:block;
	margin:10px auto;
}
.about h2 span::after{
	margin:10px auto 10px 25px;
}
.about .right{
	margin:50px auto 0;
}
.about p span,
.claim p span{
	color:#959595;
	font-size:20px;
	font-weight:bold;
	margin:0 0 8px;
	display:block;
}
.about .ex .lead{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:1.7;
}
.about .ex big{
	text-align:center;
	font-size:30px;
}
.about .ex li,
.about .ex p{
	text-align:left;
}
.about .ex ul{
	width:90%;
	margin:50px auto 80px;
}
.about .ex li{
	border: 1px solid #c7c7c7;
	position: relative;
	border-left: none;
	margin:0 auto 25px;
	padding:5px 10px 20px 90px;
}
.about .ex li:nth-child(2){
	padding:0 10px 8px 90px;
}
.about .ex li .img{
	width: 6%;
	position: absolute;
	top: -8px;
	bottom: 0;
	left:0;
	margin: auto;
}
.about .ex li dl{
	width:95%;
}
.about .ex li dt{
	font-size:30px;
	font-weight:bold;
}
.about .ex li dd{
	line-height:1.3;
}
.restoration .left{
	width:38%;
	margin:130px 2% 0 0%;
}
.restoration .right{
	width:57%;
}
.restoration p span{
	text-decoration:underline;
}
.restoration p span,
.restoration p big,
.license p big{
	font-weight:bold;
}
.restoration p big,
.license p big{
	font-size:28px;
	line-height:1.6;
}
.license .inner p{
	text-align:center;
}
.nego p{
	text-align:center;
	color:#959595;
}
.nego .border,
.about .border{
	width:65%;
	margin:50px auto ;
}
.border li{
	margin: 0 0 30px;
}
.border li::before{
	content:"";
	width:3px;
	height:100px;
	margin:0 10px 0 0;
}
.nego li::before{
	height:100px;
}
.profile li::before{
	height:110px;
}
.about .border li::before{
	height:35px;
}
.border li::before,
.flow .tel_flow ol li .tel_step{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d86f6f), color-stop(0.00, #a00));
	background: -webkit-linear-gradient(#a00, #d86f6f);
	background: -moz-linear-gradient(#a00, #d86f6f);
	background: -o-linear-gradient(#a00, #d86f6f);
	background: -ms-linear-gradient(#a00, #d86f6f);
	background: linear-gradient(#a00, #d86f6f);
}
.about .border li dl{
	width:97%;
	vertical-align:top;
}
.border li dl,
.border li::before{
	display:inline-table;
	vertical-align:middle;
}
.border li dt{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 10px;
}
.nego .img{
	width:96%;
	margin:auto;
}
.cost{
	background:#ffeff1;
	border-radius:15px;
	padding:65px 0;
	text-align:center;
}
.cost ul{
	width:80%;
	margin:40px auto 20px;
	text-align:center;
}
.cost li{
	width:23%;
	display:inline-table;
	margin:0 7px;
}
.cost p{
	font-weight:bold;
	font-size:20px;
	line-height:1.4;
}
.cost p big{
	font-size:50px;
	letter-spacing:0.1em;
}
.cost p small{
	font-size:15px;
	font-weight:normal;
}
.cost p small,
.cost p big{
	display:block;
	margin:20px auto 10px;
}
.flow ul{
	text-align:center;
	margin:60px auto 30px;
}
.flow ul li:first-child{
	margin:0 4% 0 0;
	position: relative;
}
.flow ul li:first-child::after{
	content: "";
	width: 100%;
	height: 8px;
	background: #b6bac5;
	position: absolute;
	right: -55%;
	top: 51%;
	margin: auto;
	z-index:-1;
}
.flow ul li{
	width:42%;
	display:inline-block;
}
.flow .tel_flow{
	font-size:0;
	width:80%;
	margin:auto;
}
.flow .tel_flow .bg_gray{
	background: #e6e9f2;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	border-radius: 15px;
	width: 190px;
	margin: 0 auto 40px;
	text-align: center;
}
.flow .tel_flow ol{
	width:50%;
	display:inline-table;
}
.flow .tel_flow ol li{
	height:100px;
}
.flow .tel_flow ol li .tel_step{
	border-radius: 50%;
	width: 53px;
	color: #fff;
	text-align: center;
	padding: 0 0;
	font-size: 28px;
}
.flow .tel_flow ol li .tel_step,
.flow .tel_flow ol li p{
	display:inline-block;
	vertical-align:top;
}
.flow .tel_flow ol .middle .tel_step,
.flow .tel_flow ol .middle p{
	vertical-align:middle;
}
.flow .tel_flow ol li p{
	margin:0;
	font-weight:bold;
}
.claim p span,
.claim p{
	text-align:center;
	color:#959595;
}
.claim p{
	margin:0 0 50px;
}
.claim .img{
	width:96%;
	margin:auto;
}
.profile li dd{
	line-height:1.6;
}
.profile .left{
	margin: 0 4% 0 0;
}
.profile .right{
	width: 46%;
	margin: 6px 0 0;
}
.profile .profile_text{
	margin:0 0 0 30px;
}
/*footer*/
footer{
	clear:both;
	background:#a00;
	margin-top:60px;
}
.footer_to_toi_logo{
	display:block;
	float:left;
	height:auto;
	background:#fff;
	width:80px;
	margin:5px 10px 0 0;
	border-radius:3px;
}
#footer_left{
	width: 440px;
	margin-left:10px;
}
#footer_text li,
#footer_left,
.footer_to_fm{
	display: inline-block;
	vertical-align:middle;
}
#footer_text li{
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height:1.4;
}
#footer_text li:first-child span{
	font-weight: bold;
	color: #a00;
	background:#fff;
	border-radius: 20px;
	padding: 3px 15px;
	margin-right:5px;
}
.footer_tel{
	margin:5px 0 0;
	width:100%;
	overflow:hidden;
	position: relative;
	display: block;
	color: #fff;
	float:left;
	font-size: 45px;
	line-height: 1em;
	letter-spacing:0.05em;
	font-weight:bold;
}
.footer_tel:before{
	content: url(../img/tel_icon.png);
	position:relative;
	top:-1px;
	left:0;
	margin-right:10px;
}
.footer_tel>li.soudan_wrapper{
	width:240px;
	float:left;
	margin-top:12px;
}
.to_toi{
	clear:both;
	background:#a00;
	margin-top:60px;
}
.footer_to_toi .footer_to_fm{
	width:240px;
	text-align:center;
	color:#fff;
	line-height:1.2;
	position:relative;
	padding:0 0 0 40px;
}
.footer_to_toi .footer_to_fm:before{
	position:absolute;
	content:"";
	border-right:solid 1px #fff;
	width:1px;
	height:100%;
	left:0;
}
.footer_to_toi .footer_to_fm a{
	display:block;
	background:#720d0d;
	color:#fff;
	position:relative;
	width:100%;
	margin:10px auto ;
	padding:20px 0;
	box-shadow:0 -23px 0 #600 inset;
	border-radius:5px;
}

.footer_to_toi .footer_to_fm a:after{
	content:"";
	width:6px;
	height:6px;
	right:20px;
	top:21px;
	border-right:solid 2px #fff;
	border-top:solid 2px #fff;
	transform:rotate(45deg);
	position:absolute;
}

.footer_to_toi .footer_to_fm a:hover{
	opacity:0.8;
}

.toi_btn{
	font-size: 14px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	color: #fff;
	height: 50px;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #025302), color-stop(0.50, #004300));
	background: -webkit-linear-gradient(top, #025302 50%, #004300 50%);
	background: -moz-linear-gradient(top, #025302 50%, #004300 50%);
	background: -o-linear-gradient(top, #025302 50%, #004300 50%);
	background: -ms-linear-gradient(top, #025302 50%, #004300 50%);
	background: linear-gradient(to bottom, #025302 50%, #004300 50%);
}
.toi_btn:hover{
	opacity: 0.8;
}
#toi_form li a{
	display: block;
}

.footer_to_toi{
	width:826px;
	margin:auto;
	overflow:hidden;
	padding:30px 0;
	position:relative;
}
.footer_to_toi>img{
	display:block;
	float:left;
	width:600px;
	height:auto;
}
.footer_info{
	background:#fff;
	overflow:hidden;
}
.footer_info .info_area{
	width:980px;
	margin:40px auto;
	overflow:hidden;
}
.footer_info .info_area .info{
	float:left;
	width:600px;
}
.footer_info .info_area .info address{
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	margin:10px auto;
}
.footer_info .info_area .info dl{
	overflow:hidden;
	margin:25px auto;
	width:100%;
}
.footer_info .info_area .info dl dd,
.footer_info .info_area .info dl dt{
	display:table-cell;
}
.footer_info .info_area .info dl dd li,
.footer_info .info_area .info dl dt{
	font-size:18px;
}
.footer_info .info_area .info dl dt{
	width:35%;
	color:#a00;
	font-weight:bold;
	padding-left:25px;
	background:url(../img/train.png) no-repeat left top;
}
.footer_info .info_area .info dl dd li{
	margin-bottom:10px;
}
.footer_info .footer_map{
	float:right;
	width:380px;
}
.footer_info .footer_map img{
	display:block;
	width:auto;
	margin:auto;
}
.copyright{
	background:#300;
	color:#fff;
	padding:10px 0;
	text-align:center;
	font-style:normal;
	font-size:small;
}
.copyright a{
	display:inline-block;
	color:#fff;
}













.jirei_table th{background:#a00;color:#fff;}
.jirei_table tr:nth-child(2n) td{background:#ffeff1;}
.jirei_table{border-collapse:collapse;}
.jirei_table th,.jirei_table td{border:solid 1px #333;padding:15px 10px;}
.jirei_table{width:100%;}


.bengoshi_li li p{
	margin:0;
}
.bengoshi_li li dd dt,
.bengoshi_li li dd dd{
	display:inline-table;
	vertical-align:top;
}
.bengoshi_li li dd dt{
	width:25%;
}
.bengoshi_li li dd dd{
	width:75%;
}
.bengoshi_li.honorary li dd dt{
	width:13%;
}
.bengoshi_li.honorary li dd dd{
	width:87%;
}



.bengoshi_li{
	width:80%;
	margin:0 auto 30px;
}
.bengoshi_li ul{
	font-size:0;
}
.bengoshi_li li{
	margin:0 auto 50px;
	display:inline-block;
	vertical-align:top;
	width:48%;
}
.bengoshi_li.honorary li {
	display:block;
	width:100%;
}
.bengoshi_li li:nth-child(odd){
	margin-right:4%;
}
.bengoshi_li li > dl > dt{
	font-size:28px;
	color:#a00000;
	font-weight:bold;
	border-bottom:2px dotted #b1b1b1;
	margin:0 auto 15px;
	padding:0 0 8px;
}
.bengoshi_li li > dl > dt small{
	font-size:18px;
	margin:0 0 0 5px;
	color:#b1b1b1;
	font-weight:normal;
}
.bengoshi_li li > dl > dt span{
	background: #666;
	color: #fff;
	padding: 5px 10px 3px;
	float: right;
	border-radius: 25px;
	font-size: 14px;
	font-weight: normal;
	margin:12px 0 0;
}
.bengoshi_li li > dl > dd{
	width:96%;
	margin:0 auto;
}

.nego h2 em{font-style:normal;}