@charset "utf-8";
/* -------------
build:2015-03
version:1.0
author:
----------------
01.共通動作
02.横幅960px以上
03.横幅959px以上、769px以下
04.横幅768px以上、480px以下
05.横幅479px以下

------------- */




/* ■01.共通動作
--------------------------------------------------- */
@media print, screen and (min-width:1px) {
.bor_none{border:none!important;}

.content dl{
	display:table;
	width:100%;
	border-bottom:1px dotted #e8e8e8;
	}
.content dl dt{display:table-cell; vertical-align:top;}
.content dl dd{display:table-cell;}

.content div#anchorlink ul{list-style:none;}

.content div#anchorlink ul li{
	float:left;
	text-align:center;
	font-weight: 600;
	border: 2px solid #e5e5e5;
	border-radius: 5px;
/*	text-shadow: 0px 0px 4px #fff;
*/	padding:5px;
	-moz-box-shadow: 10px 10px 10px 10px rgba(255,255,255,0.8) inset;
	-webkit-box-shadow: 10px 10px 10px 10px rgba(255,255,255,0.8) inset;
	-o-box-shadow: 10px 10px 10px 10px rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 10px 10px 10px 10px rgba(255,255,255,0.8) inset;
	background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(250,250,250,1) 49%, rgba(240,240,240,1) 50%, rgba(248,248,248,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(49%,rgba(250,250,250,1)), color-stop(50%,rgba(240,240,240,1)), color-stop(100%,rgba(248,248,248,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(250,250,250,1) 49%,rgba(240,240,240,1) 50%,rgba(248,248,248,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(250,250,250,1) 49%,rgba(240,240,240,1) 50%,rgba(248,248,248,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(250,250,250,1) 49%,rgba(240,240,240,1) 50%,rgba(248,248,248,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(250,250,250,1) 49%,rgba(240,240,240,1) 50%,rgba(248,248,248,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
}


.content div#anchorlink ul li a{
	color:#1a1a1a;
	text-decoration:none;
	display:block;
	background: url(/common/img/contents/arrow_or.png) no-repeat right center;
	background-size:8px 14px;
}

	.content h2{
		margin-bottom: 20px;
	}
	.content h2 span{
		font-size: 24px;
		padding: 20px 0 20px 30px;
		background: url(../img/num03.gif) left top no-repeat;
		background-size: auto auto;
	}

	 h3{
		background: url(../img/bg01.gif) repeat;
		border-radius: 5px;
		padding: 14px 12px;
		color: #fff;
		font-size: 18px;
		margin: 40px 0 20px;
	}

	 h3 span{
		border-left: 8px solid #fff;
		display: block;
		padding: 0 0 0 14px;
	}

	.width_auto { width: auto; max-width: 100%; }

	.ta_center { text-align: center; }
	.ta_right { text-align: right; }
	.txt_note { font-size: 11px; }

	.green { color: #1c9019; }
	.blue { color: #0037b2; }

	.head_square {
		margin-top: 2.5em;
		margin-bottom: 1em;
		font-size: 16px;
		font-weight: bold;
	}
	.head_square:before {
		content: "■";
		color: #2045b6;
		font-size: 0.9em;
		margin-right: 0.5em;
	}

	.box_beige {
		border: solid 1px #ede8d1;
		background: url(../img/bg_beige.png);
		padding: 10px 15px;
	}

	table{
		width: 100%;
		border-right: solid 1px #b3b3b3;
		border-top: solid 1px #b3b3b3;
	}
	table tr{
		border-left: solid 1px #b3b3b3;
		border-bottom: solid 1px #b3b3b3;
	}
	table th,
	table td{
		padding: 5px 10px;
	}
	table th{
		background: #e3ebf5;
		text-align: center;
		border-right: solid 1px #b3b3b3;
		width: 30%;
		font-weight: normal;
	}
	table td{
	}

/* 冒頭文 */
.pic_and_cnt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.pic_and_cnt .cnt {
	width: auto;
}
.pic_and_cnt .pic {
	width: 273px;
	float: right;
	padding-left: 20px;
	margin-bottom: 1em;
	text-align: center;
}

/* メリット */
.example_box {}
.example_box .box {
	margin-bottom: 25px;
	background-color: #f9f9f9;
}
.example_box .box .head,
.example_box .box .txt {
	padding: 10px;
}
.example_box .box .head {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	padding-left: 70px;
	border-bottom: solid 2px #6783e2;
}
.example_box .box .head .icon {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px;
	display: inline-block;
	vertical-align: middle;
	background: #6783e2;
	color: #fff;
	font-weight: normal;
	padding: 0px 10px;
}

.example_box .box.merit .head { padding-left: 120px; font-weight: 600; }

ul.lawyer-btn {
	margin-right: -12px;
	font-size: 0;
	letter-spacing: 0;
	line-height: 0;
}
ul.lawyer-btn li {
	display: inline-block;
	width: 228px;
	margin-right: 12px;
}
ul.lawyer-btn li a,
ul.lawyer-btn li img { display: inline-block; vertical-align: bottom; }
ul.lawyer-btn li img:hover { opacity: 0.7; }


}
/* ■02.横幅1020px以上（PC用）
--------------------------------------------------- */
@media print, screen and (min-width:1020px) {
/* ▼PC用================================================================== */

/* アンカーリンク */
.content div#anchorlink{ margin-bottom:10px;}
.content div#anchorlink ul li{
	margin-right: 2%;
	width: 30%;
}
.content div#anchorlink ul li:last-child{
	margin-right:0;
}

/* アドレスリスト */
.content dl{
	line-height:170%!important;
	}
.content dl dt{
	width:25%;
	padding:12px 0 12px 10px;
	}
.content dl dd{
	padding:12px 0;
	}



/* ▲PC用================================================================== */
}


/* ■03.横幅768px以上、959px以下（Tab用）
--------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1019px) {
/* ▼Tab用================================================================= */

/* アンカーリンク */
.content div#anchorlink{ margin-bottom:10px; padding: 0 1%;}
.content div#anchorlink ul li{
	margin-right: 2%;
	width: 29%;
}
.content div#anchorlink ul li:last-child{
	margin-right:0;
}

/* 改行処理 */
span.officeinfo_spbr{
	display:block;
	}





/* ▲Tab用================================================================= */
}


/* ■04.横幅480px以上、767px以下（SP横用）
--------------------------------------------------- */
@media screen and (min-width:480px) and (max-width:767px) {
/* ▼SP横用================================================================ */

/* アンカーリンク */
.content div#anchorlink{ margin-bottom:10px; padding: 0 4%;}
.content div#anchorlink ul li{
	margin-right: 2%;
	width: 28.4%;
	font-size: 12px!important;
}

.content div#anchorlink ul li:last-child{
	margin-right:0;
}
dl.freedial{ border-bottom: none;}


/* 改行処理 */
span.officeinfo_spbr{
	display:block;
	}

.content dl dt{width:30%;}


.pic_and_cnt {
	flex-direction: column;
}

.pic_and_cnt .cnt {
	width: 100%;
}
.pic_and_cnt .pic {
	float: right;
	width: 30%;
	padding-left: 20px;
}

ul.lawyer-btn {
	margin-right: -3%;
}
ul.lawyer-btn li {
	width: 47%;
	margin-right: 3%;
}
ul.lawyer-btn li.empty { display: none; }
.example_box .box .head { font-size: 17px; }
.example_box .box .head .icon { font-size: 14px; }

/* ▲SP横用================================================================ */
}


/* ■05.横幅479px以下（SP縦用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:479px) {
/* ▼SP縦用================================================================ */
/* アンカーリンク */
.content div#anchorlink{ margin-bottom:10px;padding: 0 2%;}
.content div#anchorlink ul li{
	margin-right: 2%;
	width: 24%;
	font-size: 13px!important;
	line-height: 120%;
	text-align: left;
	padding: 5px 5px 5px 13px;
}

.content div#anchorlink ul li span{
	display: block;
}

.content div#anchorlink ul li:last-child{
	margin-right:0;
}


/* 改行処理 */
span.officeinfo_spbr{
	display:block;
	}

dl.freedial{ border-bottom: none;}


.pic_and_cnt {
	flex-direction: column;
}

.pic_and_cnt .cnt {
	width: 100%;
}
.pic_and_cnt .pic {
	float: right;
	width: 30%;
	padding-left: 20px;
}

ul.lawyer-btn {
	margin-right: -3%;
}
ul.lawyer-btn li {
	width: 47%;
	margin-right: 3%;
}
ul.lawyer-btn li.empty { display: none; }
.example_box .box .head { font-size: 17px; }
.example_box .box .head .icon { font-size: 14px; }



/* ▲SP縦用================================================================ */
}
