/*
Theme Name: みらい総合法律事務所のテーマ
*/

/*----------------------------------
reset
----------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/*----------------------------------
全体
----------------------------------*/

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	src: url('web-fonts/noto-sans-jp-regular.otf');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	src: url('web-fonts/noto-sans-jp-bold.otf');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 900;
	src: url('web-fonts/noto-sans-jp-black.otf');
}

@font-face {
	font-family: 'Noto Serif JP';
	font-weight: 400;
	src: url('web-fonts/noto-serif-jp-regular.otf');
}

@font-face {
	font-family: 'Noto Serif JP';
	font-weight: 700;
	src: url('web-fonts/noto-serif-jp-bold.otf');
}

@font-face {
	font-family: 'Noto Serif JP';
	font-weight: 900;
	src: url('web-fonts/noto-serif-jp-black.otf');
}

body {
	background: url(images/bg.png);
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 28px;
	word-break: break-word;
	text-size-adjust: none;
}

.wrapper {
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	width: 960px;
}

.sp-wrapper {
	overflow: hidden;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

.aligncenter,
.alignnone {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.t-center {
	text-align: center !important;
}

.t-left {
	text-align: left !important;
}

.t-right {
	text-align: right !important;
}

.pc-t-center {
	text-align: center !important;
}

.clear {
	clear: both;
}

.inline {
	display: inline !important;
}

.inline-b {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

img,iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

.img-banner {
	background-size: 100% !important;
	box-sizing: border-box;
	height: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

a:hover .img-banner {
	opacity: 0.6;
}

a.bo {
	text-decoration: underline;
}

a.bo:hover {
	text-decoration: none;
}

a.no-bo {
	text-decoration: none;
}

a.no-bo:hover {
	text-decoration: underline;
}

.full {
	height: auto;
	width: 100%;
}

.full-sp {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}

.list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.list li {
	box-sizing: border-box;
	list-style: disc !important;
	margin-left: 19px !important;
}

_::-webkit-full-page-media, _:future, :root .list li {
	margin-left: 23px !important;
}

.num-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list li {
	box-sizing: border-box;
	list-style: decimal !important;
	margin-left: 20px !important;
}

.num-list li:nth-child(n+10) {
	margin-left: 28px !important;
}

.num-list-2 {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list-2 li {
	box-sizing: border-box;
	padding-left: 33px;
}

.num-in {
	left: 0;
	position: absolute;
}

.check-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.check-list li {
	box-sizing: border-box;
	margin-bottom: 10px;
	min-height: 25px;
	padding-left: 40px;
	position: relative;
}

.check-list li:last-child {
	margin-bottom: 0;
}

.check-list li::before {
	background: #fff;
	box-sizing: border-box;
	border: 3px solid #000;
	content: "";
	left: 0;
	height: 25px;
	position: absolute;
	top: 3px;
	width: 25px;
}

.check-list li::after {
	box-sizing: border-box;
	border-right: 4px solid #ff0000;
	border-bottom: 4px solid #ff0000;
	content: "";
	left: 12px;
	height: 22px;
	position: absolute;
	top: -1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 14px;
}

.douga {
	margin: 0 auto;
}

.douga iframe {
	margin: 0 auto;
}

.text-base {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 18px;
	position: relative;
}

.text-base-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 36px;
	position: relative;
}

.text-base-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 54px;
	position: relative;
}

.text-base-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 72px;
	position: relative;
}

.text-base-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 90px;
	position: relative;
}

.text-in {
	left: 0;
	position: absolute;
	top: 0;
}

.indent-1 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.indent-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 2em;
	text-indent: -2em;
}

.indent-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 3em;
	text-indent: -3em;
}

.indent-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 4em;
	text-indent: -4em;
}

.indent-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 5em;
	text-indent: -5em;
}

.indent-6 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 6em;
	text-indent: -6em;
}

.indent-7 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 7em;
	text-indent: -7em;
}

.indent-8 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 8em;
	text-indent: -8em;
}

.indent-9 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 9em;
	text-indent: -9em;
}

.indent-10 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 10em;
	text-indent: -10em;
}

.pc {
	display: block;
}

.pc.tab {
	display: block;
}

.pc.tab.mobi {
	display: block;
}

.tab {
	display: none;
}

.tab.mobi {
	display: none;
}

.pc.mobi {
	display: block;
}

.mobi {
	display: none;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.m80 {
	margin: 80px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.m100 {
	margin: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.p80 {
	padding: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.p100 {
	padding: 100px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

/*----------------------------------
文字スタイル
----------------------------------*/

.gothic {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.minchou {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; 
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

strong,b,.strong {
	font-weight: 700;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.magenta {
	color: #F37C92;
}

.cyan {
	color: #5DBFF2;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.fs15 {
	font-size: 15px !important;
	line-height: 25px !important;
}

.fs23 {
	font-size: 23px !important;
	line-height: 33px !important;
}

.fs30 {
	font-size: 30px !important;
	line-height: 40px !important;
}

.fs40 {
	font-size: 40px !important;
	line-height: 50px !important;
}

.fs50 {
	font-size: 50px !important;
	line-height: 60px !important;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?n30han');
  src:  url('fonts/icomoon.eot?n30han#iefix') format('embedded-opentype'),
	url('fonts/icomoon.ttf?n30han') format('truetype'),
	url('fonts/icomoon.woff?n30han') format('woff'),
	url('fonts/icomoon.svg?n30han#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* > */
.icon-cheveron-up:before {
	content: "\e001";
}

/* ▲ */
.icon-triangle-right:before {
	content: "\e002";
}

/* 正三角形な▲ */
.icon-triangle-1:before {
	content: "\e003";
}

/* 短めの▲ */
.icon-triangle-2:before {
	content: "\e004";
}

/* ○ */
.icon-maru-1:before {
	content: "\e005";
}

/* ● */
.icon-maru-2:before {
	content: "\e006";
}

/* ◎ */
.icon-maru-3:before {
	content: "\e007";
}

/* ◎の中の丸が黒 */
.icon-maru-4:before {
	content: "\e008";
}

/* □ */
.icon-shikaku-1:before {
	content: "\e009";
}

/* ■ */
.icon-shikaku-2:before {
	content: "\e010";
}

/* → */
.icon-yazirushi-1:before {
	content: "\e011";
}

/* 短めの→ */
.icon-yazirushi-2:before {
	content: "\e012";
}

/* かなり短めの→ */
.icon-yazirushi-3:before {
	content: "\e013";
}

/* 線だけの→ */
.icon-yazirushi-4:before {
	content: "\e014";
}

/* 本体ありの電話 */
.icon-old-phone:before {
	content: "\e015";
}

/* 受話器のみの電話 */
.icon-phone:before {
	content: "\e016";
}

/* 背景ありの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed2:before {
	content: "\e017";
}

/* 背景なしの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed3:before {
	content: "\e018";
}

/* 背景ありの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed:before {
	content: "\e019";
}

/* 背景なしの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed1:before {
	content: "\e020";
}

/* ＋ */
.icon-plus:before {
	content: "\e021";
}

/* － */
.icon-minus:before {
	content: "\e022";
}

/* × */
.icon-batsu:before {
	content: "\e023";
}

/*----------------------------------
画像関連
----------------------------------*/

/*----------------------------------
header・TOPスライダー
----------------------------------*/

.top-img-base {
	background: #363D45;
	box-sizing: border-box;
	border-top: 2px solid #000;
	height: 356px;
	position: relative;
	width: 100%;
}

.top-img-wrapper {
	left: 0;
	height: 356px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.head-logo {
	box-sizing: border-box;
	display: block;
	margin-top: 80px;
	width: 528px;
}

.head-logo .img-banner {
	background: url(images/header_logo.png) no-repeat;
	padding-bottom: 20.643%;
}

.top-img-btn-info {
	background: url(images/hd_nav_bg.png) no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	height: 31px;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 0;
	width: 423px;
}

.top-img-btn-info ul {
	box-sizing: border-box;
	height: 31px;
}

.top-img-btn-info ul li {
	box-sizing: border-box;
	float: left;
	margin-right: 20px !important;
}

.top-img-btn-info ul li:last-child {
	margin-right: 0 !important;
}

.top-img-btn-info ul li.top-img-btn-info-li-1 a {
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 23px;
	margin: 4px 0;
	padding-left: 18px;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.top-img-btn-info ul li.top-img-btn-info-li-1 a::before {
	box-sizing: border-box;
	color: #fff;
	content: "\e010";
	font-family: 'icomoon';
	left: 0;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.top-img-btn-info ul li.top-img-btn-info-li-1 a::after {
	box-sizing: border-box;
	color: #000;
	content: "\e001";
	font-family: 'icomoon';
	left: 0;
	position: absolute;
	text-shadow: none;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
}

.top-img-btn-info ul li.top-img-btn-info-li-1 a:hover {
	opacity: 0.6;
}

.top-img-btn-info ul li.top-img-btn-info-li-2 {
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	line-height: 23px;
	margin: 4px 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.top-img-btn-info ul li.top-img-btn-info-li-3 {
	box-sizing: border-box;
	margin-top: -3px;
}

.top-img-btn-info ul li.top-img-btn-info-li-3 button {
	background: #fff;
	box-sizing: border-box;
	border: 0;
	border-radius: 5px;
	box-shadow: rgba(179, 180, 181, 0.65098) 0px 0px 6px 3px inset;
	-webkit-box-shadow: rgba(179, 180, 181, 0.65098) 0px 0px 6px 3px inset;
	-moz-box-shadow: rgba(179, 180, 181, 0.65098) 0px 0px 6px 3px inset;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	line-height: 20px;
	-webkit-appearance: none;
}

.top-img-btn-info ul li.top-img-btn-info-li-3 button:hover,
.top-img-btn-info ul li.top-img-btn-info-li-3 button.textresizer-active {
	background: #018eda;
	background: -moz-linear-gradient(top, #018eda 0%, #08348c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#018eda), color-stop(100%,#08348c));
	background: -webkit-linear-gradient(top, #018eda 0%,#08348c 100%);
	background: -o-linear-gradient(top, #018eda 0%,#08348c 100%);
	background: -ms-linear-gradient(top, #018eda 0%,#08348c 100%);
	background: linear-gradient(to bottom, #018eda 0%,#08348c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018eda', endColorstr='#08348c',GradientType=0 );
	color: #fff;
}

.top-slider {
	box-sizing: border-box;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1310px;
}

.pc-menu {
	background: url(images/nav_bt.png);
	box-sizing: border-box;
	bottom: -2px;
	left: 0;
	height: 60px;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.pc-menu ul {
	box-sizing: border-box;
	margin: 0 auto;
	width: 960px;
}

.pc-menu ul li {
	box-sizing: border-box;
	border-right: 2px dotted #fff;
	float: left;
	width: 14.3%;
}

.pc-menu ul li:first-child {
	border-left: 2px dotted #fff;
	width: 14.2%;
}

.pc-menu ul li a {
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.pc-menu ul li a:hover {
	background: #363D45;
}

.pc-menu ul li .pc-menu-mini-1 {
	background: #363D45;
	box-sizing: border-box;
	display: none;
	padding: 10px 0;
	position: absolute;
	top: 60px;
	width: 210px;
}

.pc-menu ul li .pc-menu-mini-1 ul {
	width: 100%;
}

.pc-menu ul li .pc-menu-mini-1 li,
.pc-menu ul li .pc-menu-mini-2 li,
.pc-menu ul li .pc-menu-mini-3 li {
	border: 0;
	float: none;
	width: 100% !important;
}

.pc-menu ul li .pc-menu-mini-1 li a {
	font-size: 13px;
	line-height: 23px;
	padding: 5px 10px;
	text-align: left;
	text-shadow: none;
}

.pc-menu ul li .pc-menu-mini-1 li a:hover,
.pc-menu ul li .pc-menu-mini-2 li a:hover,
.pc-menu ul li .pc-menu-mini-3 li a:hover {
	background: #0090aa;
	text-decoration: underline;
}

.pc-menu ul li .pc-menu-mini-2 {
	background: #363D45;
	box-sizing: border-box;
	display: none;
	font-size: 13px;
	line-height: 23px;
	padding: 10px;
	position: absolute;
	top: 60px;
	width: 685px;
}

.pc-menu-mini-2 section {
	box-sizing: border-box;
	float: left;
	width: 50%;
}

.pc-menu-tb {
	box-sizing: border-box;
	color: #fff;
	width: 100%;
}

.pc-menu-tb th {
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
	width: 40%;
}

.pc-menu .pc-menu-tb td ul {
	width: auto;
}

.pc-menu ul li .pc-menu-mini-3 {
	background: #363D45;
	box-sizing: border-box;
	display: none;
	font-size: 13px;
	line-height: 23px;
	padding: 10px;
	position: absolute;
	top: 60px;
	width: 548px;
}

.pc-menu ul li .pc-menu-mini-3 .pc-menu-tb th {
	width: 20%;
}

.pc-menu ul li .pc-menu-mini-3 .pc-menu-tb td ul {
	box-sizing: border-box;
	float: left;
	width: 50%;
}

.pc-menu ul li .pc-menu-mini-2 li a,
.pc-menu ul li .pc-menu-mini-3 li a {
	font-size: 13px;
	line-height: 23px;
	padding: 0 5px;
	text-align: left;
	text-shadow: none;
}

.pc-menu ul li .pc-menu-mini-3 .pc-menu-mini-3-ul {
	margin-left: -10px;
	width: 548px;
}

.pc-menu ul li .pc-menu-mini-3 .pc-menu-mini-3-ul li a {
	font-size: 13px;
	line-height: 23px;
	padding: 5px 10px;
	text-align: left;
	text-shadow: none;
}

/*----------------------------------
共通部分
----------------------------------*/

.main-content {
	background: #d4d4d4;
	box-sizing: border-box;
}

.content {
	background: url(images/bg.png);
	box-sizing: border-box;
	float: left;
	min-height: 880px;
	padding: 0 54px 100px 0;
	width: 674px;
}

.page-img-base {
	box-sizing: border-box;
	height: 355px;
	position: relative;
}

.page-img-base-bar {
	background: url(images/hd_box_Bg.png);
	box-sizing: border-box;
	left: 0;
	height: 65px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.page-img-base-bar .wrapper {
	position: relative;
}

.page-img-base-bar-logo {
	box-sizing: border-box;
	display: block;
	margin: 10.5px 0;
}

.page-img-base-bar .top-img-btn-info {
	background: none;
	margin: 17px 0;
	padding: 0;
	width: 393px;
}

.page-img-base-mv {
	left: 0;
	height: 357px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.page-img-base-wrapper {
	left: 0;
	height: 355px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 960px;
	z-index: 1;
}

.page-img-base-title {
	left: 0;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: auto;
}

.page-img-base-title.about {
	width: 224px;
}

.page-img-base-title.about .img-banner {
	background: url(images/top-img/about-title-img.png) no-repeat;
	padding-bottom: 37.053%;
}

.page-img-base-title.access {
	width: 274px;
}

.page-img-base-title.access .img-banner {
	background: url(images/top-img/access-title-img.png) no-repeat;
	padding-bottom: 29.927%;
}

.page-img-base-title.lawyers {
	width: 225px;
}

.page-img-base-title.lawyers .img-banner {
	background: url(images/top-img/lawyers-title-img.png) no-repeat;
	padding-bottom: 36.888%;
}

.page-img-base-title.areas {
	width: 189px;
}

.page-img-base-title.areas .img-banner {
	background: url(images/top-img/areas-title-img.png) no-repeat;
	padding-bottom: 43.915%;
}

.page-img-base-title.publication {
	width: 151px;
}

.page-img-base-title.publication .img-banner {
	background: url(images/top-img/publication-title-img.png) no-repeat;
	padding-bottom: 54.966%;
}

.page-img-base-title.seminar {
	width: 210px;
}

.page-img-base-title.seminar .img-banner {
	background: url(images/top-img/seminar-title-img.png) no-repeat;
	padding-bottom: 39.523%;
}

.page-img-base-title.newcolumn {
	width: 132px;
}

.page-img-base-title.newcolumn .img-banner {
	background: url(images/top-img/newcolumn-title-img.png) no-repeat;
	padding-bottom: 46.969%;
}

.page-img-base-title.privacy {
	width: 377px;
}

.page-img-base-title.privacy .img-banner {
	background: url(images/top-img/privacy-title-img.png) no-repeat;
	padding-bottom: 21.750%;
}

.page-img-base-title.careers {
	width: 190px;
}

.page-img-base-title.careers .img-banner {
	background: url(images/top-img/careers-title-img.png) no-repeat;
	padding-bottom: 43.684%;
}

.page-img-base-title.sitemap {
	width: 238px;
}

.page-img-base-title.sitemap .img-banner {
	background: url(images/top-img/sitemap-title-img.png) no-repeat;
	padding-bottom: 34.453%;
}

.page-img-base-title.contact {
	width: 259px;
}

.page-img-base-title.contact .img-banner {
	background: url(images/top-img/contact-title-img.png) no-repeat;
	padding-bottom: 32.046%;
}

.page-img-base-title-in {
	box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	font-size: 45px;
	line-height: 55px;
	text-shadow: 2px  2px 2px #000000,
				-2px  2px 2px #000000,
				 2px -2px 2px #000000,
				-2px -2px 2px #000000,
				 2px  0px 2px #000000,
				 0px  2px 2px #000000,
				-2px  0px 2px #000000,
				 0px -2px 2px #000000;
}

.breadcrumbs {
	box-sizing: border-box;
	font-size: 12px;
	line-height: 22px;
	padding: 10px 0 25px;
}

.breadcrumbs a {
	color: #398505;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/*----------------------------------
TOPページ
----------------------------------*/

.content.top-page {
	padding-top: 40px;
}

.content-box {
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
	margin: 0 0 13px 13px;
}

.content-box-title {
	background: #0b5ba3; /* Old browsers */
	background: -moz-linear-gradient(top, #0b5ba3 0%, #377bb8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0b5ba3 0%,#377bb8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0b5ba3 0%,#377bb8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5ba3', endColorstr='#377bb8',GradientType=0 ); /* IE6-9 */
	box-sizing: border-box;
	border-top: 5px solid #09174D;
	padding: 10px 10px;
	padding-left: 37px;
	position: relative;
}

.content-box-title::before {
	box-sizing: border-box;
	border-left: 7px solid #0b5ba3;
	content: "";
	left: 15px;
	height: 70%;
	position: absolute;
	top: 15%;
}

.content-box-title .title {
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 23px;
	line-height: 33px;
}

.large-text .content-box-title .title {
	font-size: 28px;
	line-height: 38px;
}

.medium-text .content-box-title .title {
	font-size: 23px;
	line-height: 33px;
}

.small-text .content-box-title .title {
	font-size: 18px;
	line-height: 28px;
}

.content-box-title .title-in {
	box-sizing: border-box;
	color: #09174D;
	display: block;
	font-weight: 700;
	font-size: 13px;
	line-height: 23px;
	margin-top: -5px;
}

.large-text .content-box-title .title-in {
	font-size: 16px;
	line-height: 26px;
}

.medium-text .content-box-title .title-in {
	font-size: 13px;
	line-height: 23px;
}

.small-text .content-box-title .title-in {
	font-size: 10px;
	line-height: 20px;
}

.content-box-in {
	background: #eee;
	box-sizing: border-box;
	padding: 10px 20px;
}

.topix-list {
	box-sizing: border-box;
}

.topix-list li {
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
}

.topix-list li::after {
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.topix-list li:last-child {
	border-bottom: 0;
}

.topix-list li:last-child::after {
	content: none;
}

.topix-list-date {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 25px;
	width: 100px;
}

.large-text .topix-list-date {
	font-size: 18px;
	line-height: 28px;
}

.medium-text .topix-list-date {
	font-size: 15px;
	line-height: 25px;
}

.small-text .topix-list-date {
	font-size: 12px;
	line-height: 22px;
}

.topix-list-cate {
	background: #000;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	font-size: 10px;
	line-height: 25px;
	margin-right: 20px;
	text-align: center;
	width: 80px;
}

.topix-list-cate.seminar {
	background: #e79418;
}

.topix-list-cate.newcolumn {
	background: #666600;
}

.topix-list-cate.publication {
	background: #5A9C64;
}

.topix-list-cate.info {
	background: #003E7B;
}

.large-text .topix-list-cate {
	font-size: 13px;
	line-height: 28px;
}

.medium-text .topix-list-cate {
	font-size: 10px;
	line-height: 25px;
}

.small-text .topix-list-cate {
	font-size: 10px;
	line-height: 25px;
}

.topix-list-title {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 25px;
	width: 367px;
}

.topix-list-title a {
	color: #0000ff;
}

.topix-list-title a:hover {
	text-decoration: none;
}

.large-text .topix-list-title {
	font-size: 18px;
	line-height: 28px;
}

.medium-text .topix-list-title {
	font-size: 15px;
	line-height: 25px;
}

.small-text .topix-list-title {
	font-size: 12px;
	line-height: 22px;
}

/*----------------------------------
投稿・固定ページ
----------------------------------*/

.page-content {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 28px;
}

.large-text .page-content {
	font-size: 23px;
	line-height: 33px;
}

.medium-text .page-content {
	font-size: 18px;
	line-height: 28px;
}

.small-text .page-content {
	font-size: 13px;
	line-height: 23px;
}

.page-content p {
	margin-bottom: 20px;
}

.page-content p:last-child {
	margin-bottom: 0;
}

.page-content p + h2,
.page-content p + h3,
.page-content p + h4,
.page-content ul + h2,
.page-content ul + h3,
.page-content ul + h4,
.page-content ol + h2,
.page-content ol + h3,
.page-content ol + h4,
.page-content dl + h2,
.page-content dl + h3,
.page-content dl + h4,
.page-content table + h2,
.page-content table + h3,
.page-content table + h4,
.page-content img + h2,
.page-content img + h3,
.page-content img + h4,
.page-content iframe + h2,
.page-content iframe + h3,
.page-content iframe + h4,
.page-content div + h2,
.page-content div + h3,
.page-content div + h4,
.page-content a + h2,
.page-content a + h3,
.page-content a + h4,
.page-content center + h2,
.page-content center + h3,
.page-content center + h4 {
	margin-top: 60px;
}

.page .page-content h2,
.single .page-content h2 {
	box-sizing: border-box;
	border-left: 5px solid #085BA7;
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 20px;
	padding: 5px 0;
	padding-left: 10px;
}

.large-text .page .page-content h2,
.large-text .single .page-content h2 {
	font-size: 28px;
	line-height: 38px;
}

.medium-text .page .page-content h2,
.medium-text .single .page-content h2 {
	font-size: 23px;
	line-height: 33px;
}

.small-text .page .page-content h2,
.small-text .single .page-content h2 {
	font-size: 18px;
	line-height: 28px;
}

.page .page-content h3 {
	background: #7C94AB;
	box-sizing: border-box;
	color: #fff;
	margin-bottom: 20px;
	padding: 5px 10px;
}

.large-text .page .page-content h3 {
	font-size: 23px;
	line-height: 33px;
}

.medium-text .page .page-content h3 {
	font-size: 18px;
	line-height: 28px;
}

.small-text .page .page-content h3 {
	font-size: 13px;
	line-height: 23px;
}

.single .page-content h3 {
	background: #D8E0EB;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	padding: 5px 10px;
}

.large-text .single .page-content h3 {
	font-size: 25px;
	line-height: 35px;
}

.medium-text .single .page-content h3 {
	font-size: 20px;
	line-height: 30px;
}

.small-text .single .page-content h3 {
	font-size: 15px;
	line-height: 25px;
}

.page .page-content h4 {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 23px;
	line-height: 33px;
	padding-left: 25px;
	position: relative;
}

.page .page-content h4::before {
	background: #085ba7;
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 20px;
	position: absolute;
	top: 7px;
	width: 20px;
}

.blog .page-content h2 {
	background: #085BA7;
	box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 20px;
	padding: 10px 15px;
}

.large-text .blog .page-content h2 {
	font-size: 28px;
	line-height: 38px;
}

.medium-text .blog .page-content h2 {
	font-size: 23px;
	line-height: 33px;
}

.small-text .blog .page-content h2 {
	font-size: 18px;
	line-height: 28px;
}

.page-content img {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}

.cnt_box {
	box-sizing: border-box;
	margin-top: 60px;
}

.cnt_box:first-child {
	margin-top: 0;
}

.cnt_box table {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 28px;
	table-layout: fixed;
	width: 100%;
}

.large-text .cnt_box table {
	font-size: 23px;
	line-height: 33px;
}

.medium-text .cnt_box table {
	font-size: 18px;
	line-height: 28px;
}

.small-text .cnt_box table {
	font-size: 13px;
	line-height: 23px;
}

.cnt_box table th {
	background: #EAEFF4;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 15px 10px;
	vertical-align: middle;
	text-align: left;
	width: 25%;
}

.cnt_box table.book-tb th {
	text-align: center;
}

.cnt_box table.book-tb th.th-1 {
	background: #666;
	color: #fff;
	width: 22%;
}

.cnt_box table.book-tb th.th-2 {
	background: #666;
	color: #fff;
	width: 58%;
}

.cnt_box table.book-tb th.th-3 {
	background: #666;
	color: #fff;
	width: 20%;
}

.cnt_box table td {
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 15px 10px;
	vertical-align: middle;
}

.cnt_box .img_box {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}

.cnt_box .img_box li {
	box-sizing: border-box;
	float: left;
	font-size: 15px;
	line-height: 25px;
	margin: 0 20px 40px 0;
	width: 300px;
}

.cnt_box .img_box li:nth-child(2n) {
	margin-right: 0;
}

.cnt_box .img_box li:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.page-content .cnt_box .img_box li img {
	height: auto;
	width: 100%;
}

.large-text .cnt_box .img_box li {
	font-size: 20px;
	line-height: 30px;
}

.medium-text .cnt_box .img_box li {
	font-size: 15px;
	line-height: 24px;
}

.small-text .cnt_box .img_box li {
	font-size: 10px;
	line-height: 20px;
}

.writer-info {
	box-sizing: border-box;
	color: #666;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
	text-align: right;
}

.writer-info-date {
	box-sizing: border-box;
}

.writer-info-text {
	box-sizing: border-box;
}

.writer-info-text span {
	box-sizing: border-box;
	display: inline-block;
	margin-left: 15px;
}

.mokuji {
	box-sizing: border-box;
}

.mokuji dt {
	background: #085BA7;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	padding: 5px 10px;
}

.mokuji dd {
	background: #fff;
	box-sizing: border-box;
	border: 3px solid #085BA7;
	border-top: 0;
	padding: 10px;
}

.mokuji dd ol {
	box-sizing: border-box;
}

.mokuji dd ol li {
	box-sizing: border-box;
	list-style: decimal !important;
	margin-left: 20px !important;
}

.mokuji dd ol li:nth-child(n+10) {
	margin-left: 28px !important;
}

.large-text .mokuji dd ol li {
	margin-left: 25px !important
}

.large-text .mokuji dd ol li:nth-child(n+10) {
	margin-left: 33px !important;
}

.medium-text .mokuji dd ol li {
	margin-left: 20px !important
}

.medium-text .mokuji dd ol li:nth-child(n+10) {
	margin-left: 28px !important;
}

.small-text .mokuji dd ol li {
	margin-left: 15px !important
}

.small-text .mokuji dd ol li:nth-child(n+10) {
	margin-left: 23px !important;
}

.page-thumb-img {
	height: auto;
	margin: 0 auto 20px;
	width: 100%;
}

.blog-tb {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 25px;
	margin: 0 auto 20px;
	width: 100%;
}

.large-text .blog-tb {
	font-size: 20px;
	line-height: 30px;
}

.medium-text .blog-tb {
	font-size: 15px;
	line-height: 25px;
}

.small-text .blog-tb {
	font-size: 10px;
	line-height: 20px;
}

.blog-tb th {
	background: #e6e6fa;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-align: left;
	width: 40%;
}

.blog-tb td {
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 5px 10px;
}

.check-box {
	background: #ffc;
	box-sizing: border-box;
	border: 1px dashed #000;
	margin-bottom: 20px;
	padding: 10px;
}

.info-tb {
	box-sizing: border-box;
	margin-bottom: 20px;
	width: 100%;
}

.info-tb.w-25 {
	width: 25%;
}

.info-tb.w-50 {
	width: 50%;
}

.info-tb.w-75 {
	width: 75%;
}

.info-tb:last-child {
	margin-bottom: 0;
}

.info-tb th {
	background: #b0c4de;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 1px solid;
	font-size: 18px;
	line-height: 28px;
	padding: 5px 10px;
	vertical-align: middle;
	text-align: left;
	width: 30%;
}

.info-tb.th-25 th {
	width: 25%;
}

.info-tb.th-50 th {
	width: 50%;
}

.info-tb.th-60 th {
	width: 60%;

}

.info-tb.th-70 th {
	width: 70%;

}

.info-tb.th-75 th {
	width: 75%;
}

.info-tb td {
	background: #fff;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 1px solid;
	font-size: 18px;
	line-height: 28px;
	padding: 5px 10px;
	vertical-align: middle;
}

.info-tb.td-t-right td {
	text-align: right;
}

.toc-box {
	background: #ffc;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 2px solid;
	padding: 20px;
}

/*--------------------
所属弁護士
--------------------*/

.lawyers-itiran-list {
	box-sizing: border-box;
}

.lawyers-itiran-list li {
	box-sizing: border-box;
	border-bottom: 1px dashed #000;
	overflow: hidden;
	padding: 5px 10px;
	padding-left: 27.5px;
	position: relative;
}

.lawyers-itiran-list li::before {
	background: #000;
	box-sizing: border-box;
	border-radius: 3px;
	content: "";
	left: 10px;
	height: 7.5px;
	position: absolute;
	top: 17px;
	width: 7.5px;
}

.large-text .lawyers-itiran-list li::before {
	top: 20px;
}

.medium-text .lawyers-itiran-list li::before {
	top: 17px;
}

.small-text .lawyers-itiran-list li::before {
	top: 14px;
}

.lawyers-itiran-list-title:hover {
	color: #ff8000;
}

.lawyers-itiran-list-title-mini {
	box-sizing: border-box;
	color: #0C5EA9;
	font-size: 15px;
	line-height: 28px;
}

.large-text .lawyers-itiran-list-title-mini {
	font-size: 20px;
	line-height: 33px;
}

.medium-text .lawyers-itiran-list-title-mini {
	font-size: 15px;
	line-height: 28px;
}

.small-text .lawyers-itiran-list-title-mini {
	font-size: 10px;
	line-height: 22px;
}

.lawyers-content {
	box-sizing: border-box;
}

.lawyers-content-title {
	box-sizing: border-box;
	border-left: 5px solid #085BA7;
	margin-bottom: 20px;
	padding: 5px 0;
	padding-left: 10px;
}

.lawyers-content-title-in {
	box-sizing: border-box;
	font-size: 23px;
	line-height: 33px;
}

.large-text .lawyers-content-title-in {
	font-size: 28px;
	line-height: 38px;
}

.medium-text .lawyers-content-title-in {
	font-size: 23px;
	line-height: 33px;
}

.small-text .lawyers-content-title-in {
	font-size: 18px;
	line-height: 28px;
}

.lawyers-content-title-in span {
	box-sizing: border-box;
	display: inline-block;
	font-size: 15px;
}

.large-text .lawyers-content-title-in span {
	font-size: 20px;
}

.medium-text .lawyers-content-title-in span {
	font-size: 15px;
}

.small-text .lawyers-content-title-in span {
	font-size: 10px;
}

.lawyers-content-title-mini {
	box-sizing: border-box;
	color: #0659A5;
	font-size: 15px;
	line-height: 33px;
}

.large-text .lawyers-content-title-mini {
	font-size: 20px;
	line-height: 38px;
}

.medium-text .lawyers-content-title-mini {
	font-size: 15px;
	line-height: 33px;
}

.small-text .lawyers-content-title-mini {
	font-size: 10px;
	line-height: 28px;
}

.lawyers-content-tb {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 28px;
	width: 100%;
}

.large-text .lawyers-content-tb {
	font-size: 23px;
	line-height: 33px;
}

.medium-text .lawyers-content-tb {
	font-size: 18px;
	line-height: 28px;
}

.small-text .lawyers-content-tb {
	font-size: 13px;
	line-height: 23px;
}

.lawyers-content-tb th {
	background: #EAEFF4;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px 10px;
	text-align: left;
	width: 25%;
}

.lawyers-content-tb td {
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px 10px;
}

.lawyers-itiran-content {
	box-sizing: border-box;
	margin-top: 80px;
}

.lawyers-itiran-content section {
	box-sizing: border-box;
	margin-bottom: 40px;
}

.lawyers-itiran-content section:last-child {
	margin-bottom: 0;
}

.lawyers-itiran-content-title {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
}

.lawyers-itiran-content-list {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -10px;
}

.lawyers-itiran-content-list li {
	box-sizing: border-box;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 10px 0;
	width: 305px;
}

.lawyers-itiran-content-list li:nth-child(2n) {
	margin-right: 0;
}

.lawyers-itiran-content-list li a {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 15px;
	line-height: 25px;
	padding: 10px 10px;
	padding-left: 35px;
	position: relative;
	text-decoration: none;
}

.lawyers-itiran-content-list li a::before {
	box-sizing: border-box;
	color: #206098;
	content: "\e002";
	font-family: 'icomoon';
	font-size: 20px;
	line-height: 20px;
	left: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.lawyers-itiran-content-list li a:hover {
	opacity: 0.6;
}

/*--------------------
取扱業務
--------------------*/

.areas-content {
	box-sizing: border-box;
	margin-top: 40px;
}

.areas-content-tb {
	box-sizing: border-box;
	margin-bottom: 40px;
	width: 100%;
}

.areas-content-tb:last-child {
	margin-bottom: 0;
}

.areas-content-tb tr {
	background: url(images/ttl_bg.png) repeat-x;
	box-sizing: border-box;
	border: 1px solid #ccc;
	overflow: hidden;
}

.areas-content-tb th {
	box-sizing: border-box;
	color: #fff;
	float: left;
	font-size: 23px;
	line-height: 33px;
	letter-spacing: -0.25vw;
	min-height: 225px;
	padding: 15px 15px;
	padding-right: 18px;
	text-align: left;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	width: 70px;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
}

.areas-content-tb td {
	background: #fff;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	float: left;
	padding: 10px;
	width: 548px;
}

.areas-content-list {
	box-sizing: border-box;
	margin-top: 80px;
}

.areas-content-list-title {
	background: url(images/areas-title-bg.png) repeat-x;
	box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	font-size: 23px;
	line-height: 40px;
	height: 40px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	width: 100%;
}

.areas-content-list ul {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -10px;
}

.areas-content-list ul li {
	box-sizing: border-box;
	border-bottom: 1px dashed #000;
	float: left;
	font-size: 18px;
	line-height: 28px;
	margin: 0 20px 10px 0;
	padding-bottom: 5px;
	padding-left: 27.5px;
	position: relative;
	width: 300px;
}

.areas-content-list ul li:nth-child(2n) {
	margin-right: 0;
}

.areas-content-list ul li::before {
	background: #000;
	box-sizing: border-box;
	border-radius: 3px;
	content: "";
	left: 10px;
	height: 7.5px;
	position: absolute;
	top: 12px;
	width: 7.5px;
}

.areas-content-list ul li a {
	color: #000;
}

.areas-content-list ul li a:hover {
	text-decoration: none;
}

/*--------------------
出版物
--------------------*/

.publication-content {
	box-sizing: border-box;
}

.publication-content section {
	box-sizing: border-box;
	margin-bottom: 80px;
}

.publication-content section:last-child {
	margin-bottom: 0;
}

.publication-content-title {
	box-sizing: border-box;
	border-left: 5px solid #085BA7;
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 20px;
	padding: 5px 0;
	padding-left: 10px;
}

.large-text .publication-content-title {
	font-size: 28px;
	line-height: 38px;
}

.medium-text .publication-content-title {
	font-size: 23px;
	line-height: 33px;
}

.small-text .publication-content-title {
	font-size: 18px;
	line-height: 28px;
}

.publication-content-img {
	box-sizing: border-box;
	display: block;
	width: 150px;
}

.publication-content-img img {
	height: auto;
	width: 100%;
}

.publication-content-tb {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 25px;
	width: 450px;
}

.large-text .publication-content-tb {
	font-size: 20px;
	line-height: 30px;
}

.medium-text .publication-content-tb {
	font-size: 15px;
	line-height: 25px;
}

.small-text .publication-content-tb {
	font-size: 10px;
	line-height: 20px;
}

.publication-content-tb th {
	background: #EAEFF4;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px 10px;
	text-align: left;
	width: 30%;
}

.publication-content-tb td {
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px 10px;
}

/*--------------------
最新トピックス
--------------------*/

.topix-itiran-content {
	box-sizing: border-box;
}

.topix-itiran-content-title {
	box-sizing: border-box;
	border-left: 5px solid #085BA7;
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 20px;
	padding: 5px 0;
	padding-left: 10px;
}

.large-text .topix-itiran-content-title {
	font-size: 26px;
	line-height: 36px;
}

.medium-text .topix-itiran-content-title {
	font-size: 23px;
	line-height: 33px;
}

.small-text .topix-itiran-content-title {
	font-size: 20px;
	line-height: 30px;
}

.topix-itiran-content-list {
	box-sizing: border-box;
}

.topix-itiran-content-list li {
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
}

.topix-itiran-content-list li::after {
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.topix-itiran-content-list li:first-child {
	padding-top: 0;
}

.topix-itiran-content-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.topix-itiran-content-list li:last-child::after {
	content: none;
}

.topix-contnet-list-date {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 25px;
	margin-right: 10px;
	width: 110px;
}

.large-text .topix-contnet-list-date {
	font-size: 18px;
	line-height: 28px;
}

.medium-text .topix-contnet-list-date {
	font-size: 15px;
	line-height: 25px;
}

.small-text .topix-contnet-list-date {
	font-size: 12px;
	line-height: 22px;
}

.topix-contnet-list-cate {
	background: #000;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	margin-right: 10px;
	text-align: center;
	width: 130px;
}

.large-text .topix-contnet-list-cate {
	font-size: 16px;
	line-height: 28px;
}

.medium-text .topix-contnet-list-cate {
	font-size: 13px;
	line-height: 25px;
}

.small-text .topix-contnet-list-cate {
	font-size: 10px;
	line-height: 22px;
}

.topix-contnet-list-cate.seminar {
	background: #E79418;
}

.topix-contnet-list-cate.info {
	background: #003E7B;
}

.topix-contnet-list-cate.publication {
	background: #5A9C64;
}

.topix-contnet-list-cate.lawyers {
	background: #8C6900;
}

.topix-contnet-list-cate.ronkou {
	background: #666600;
}

.topix-contnet-list-cate.newcolumn {
	background: #666600;
}

.topix-contnet-list-title {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 25px;
	width: 360px;
}

.large-text .topix-contnet-list-title {
	font-size: 18px;
	line-height: 28px;
}

.medium-text .topix-contnet-list-title {
	font-size: 15px;
	line-height: 25px;
}

.small-text .topix-contnet-list-title {
	font-size: 12px;
	line-height: 22px;
}

.topix-content {
	box-sizing: border-box;
}

.topix-content-title {
	box-sizing: border-box;
	border-left: 5px solid #085BA7;
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 20px;
	padding: 5px 0;
	padding-left: 10px;
}

.large-text .topix-content-title {
	font-size: 28px;
	line-height: 38px;
}

.medium-text .topix-content-title {
	font-size: 23px;
	line-height: 33px;
}

.small-text .topix-content-title {
	font-size: 18px;
	line-height: 28px;
}

.topix-content-in {
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	padding-bottom: 80px;
	position: relative;
}

.topix-content-in::after {
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	bottom: -2px;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.large-text .topix-content-in {
	font-size: 23px;
	line-height: 33px;
}

.medium-text .topix-content-in {
	font-size: 18px;
	line-height: 28px;
}

.small-text .topix-content-in {
	font-size: 13px;
	line-height: 23px;
}

.topix-content-in p {
	margin-bottom: 20px;
}

.topix-content-in p:last-child {
	margin-bottom: 0;
}

.topix-content-info {
	box-sizing: border-box;
	margin-top: 10px;
}

.large-text .topix-content-info {
	font-size: 23px;
	line-height: 33px;
}

.medium-text .topix-content-info {
	font-size: 18px;
	line-height: 28px;
}

.small-text .topix-content-info {
	font-size: 13px;
	line-height: 23px;
}

/*--------------------
サイトマップ
--------------------*/

.main_link {
	box-sizing: border-box;
	border-bottom: 1px dashed #000;
}

.main_link li {
	box-sizing: border-box;
	border-top: 1px dashed #000;
	padding: 10px;
	padding-left: 30px;
	position: relative;
}

.main_link li::before {
	box-sizing: border-box;
	color: #206098;
	content: "\e002";
	font-family: 'icomoon';
	font-size: 20px;
	line-height: 20px;
	left: 10px;
	position: absolute;
	top: 15px;
}

.main_link .child li {
	border: 0;
	padding-left: 20px;
}

.main_link .child li::before {
	left: -5px;
	top: 15px;
}

.main_link li a {
	text-decoration: none;
}

.main_link li a:hover {
	color: #ff0000;
	opacity: 0.7;
	text-decoration: underline;
}

/*--------------------
お問い合わせ
--------------------*/

.cnt_box table.contact-tb {
	font-size: 15px;
	line-height: 25px;
}

.cnt_box table.contact-tb th {
	width: 33%;
}

.contact-tb-pc-br {
	box-sizing: border-box;
	display: block;
}

.cnt_box table.contact-tb td input[type="text"],
.cnt_box table.contact-tb td input[type="email"] {
	background: #ffc;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 0;
	display: block;
	font-size: 15px;
	line-height: 25px;
	padding: 5px 10px;
	width: 100%;
	-webkit-appearance: none;
}

.cnt_box table.contact-tb td textarea {
	background: #ffc;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 0;
	display: block;
	font-size: 15px;
	line-height: 25px;
	height: 250px;
	padding: 5px 10px;
	width: 100%;
	-webkit-appearance: none;
}

.form-checkbox {
	box-sizing: border-box;
	margin-top: 20px;
}

.check-text {
	box-sizing: border-box;
	margin-top: 20px;
	text-align: center;
}

.check-text input[type="checkbox"] {
	margin-top: 0;
}

.check-text-new {
	box-sizing: border-box;
	margin-top: 20px;
	text-align: center;
}

.check-text-new-in {
	box-sizing: border-box;
	margin-top: 5px;
}

.check-text-new-in input[type="text"] {
	background: #ffc;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 0;
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	padding: 5px 10px;
	text-align: center;
	width: 70px;
	-webkit-appearance: none;
}

.soushin-btn {
	background: url(images/form_btn.png) no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	border: 0;
	cursor: pointer;
	display: block;
	height: 38px;
	margin: 20px auto 40px;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
	width: 356px;
}

.soushin-btn:hover {
	opacity: 0.6;
}

.grecaptcha-badge {
	bottom: 20px !important;
}

/*--------------------
麹町道草日和
--------------------*/

.diary-content {
	box-sizing: border-box;
}

.diary-main-title {
	background: url(images/ttl-bg-2.jpg) repeat-x;
	box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	font-size: 23px;
	line-height: 45px;
	height: 45px;
	margin-bottom: 20px;
	padding: 0 10px;
	padding-left: 25px;
	position: relative;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}

.diary-main-title::before {
	background: #BAC6D6;
	box-sizing: border-box;
	content: "";
	left: 10px;
	height: 35px;
	position: absolute;
	top: 5px;
	width: 5px;
}

.diary-content-select {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.diary-content-select.foot {
	margin-top: 40px;
	margin-bottom: 0;
}

.diary-main-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}

.diary-content-title {
	box-sizing: border-box;
	border-left: 5px solid #085BA7;
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 20px;
	padding: 5px 0;
	padding-left: 10px;
}

.large-text .diary-content-title {
	font-size: 28px;
	line-height: 38px;
}

.medium-text .diary-content-title {
	font-size: 23px;
	line-height: 33px;
}

.small-text .diary-content-title {
	font-size: 18px;
	line-height: 28px;
}

.diary-content-in {
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	padding-bottom: 80px;
}

.large-text .diary-content-in {
	font-size: 23px;
	line-height: 33px;
}

.medium-text .diary-content-in {
	font-size: 18px;
	line-height: 28px;
}

.small-text .diary-content-in {
	font-size: 13px;
	line-height: 23px;
}

.diary-content-in p {
	margin-bottom: 20px;
}

.diary-content-in p:last-child {
	margin-bottom: 0;
}

/*--------------------
検索結果
--------------------*/

.search-content {
	box-sizing: border-box;
}

.search-content-title {
	box-sizing: border-box;
	border-left: 5px solid #085BA7;
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 20px;
	padding: 5px 0;
	padding-left: 10px;
}

.search-content-in {
	box-sizing: border-box;
}

.search-content-in dl {
	box-sizing: border-box;
	margin-bottom: 40px;
}

.search-content-in dl:last-child {
	margin-bottom: 0;
}

.search-content-in dl dt {
	background: #CEE7FF;
	box-sizing: border-box;
	font-size: 23px;
	line-height: 33px;
	padding: 5px 10px;
}

.search-content-in dl dt a {
	color: #000;
}

.search-content-in dl dt a:hover {
	text-decoration: none;
}

.search-content-in dl dd {
	background: #fff;
	box-sizing: border-box;
	padding: 5px 10px;
}

/*----------------------------------
sidebar
----------------------------------*/

.sidebar {
	box-sizing: border-box;
	float: right;
	padding: 40px 20px 100px;
	position: relative;
	width: 286px;
}

.sidebar .widget {
	box-sizing: border-box;
	margin-bottom: 40px;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.side-search-title {
	box-sizing: border-box;
	font-weight: 700;
	margin-bottom: 5px;
}

.side-search input[type="text"] {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 0;
	display: block;
	font-size: 15px;
	line-height: 20px;
	height: 30px;
	padding: 5px 10px;
	width: 211px;
	-webkit-appearance: none;
}

.side-search input[type="image"] {
	border-radius: 0;
	cursor: pointer;
	display: block;
	-webkit-appearance: none;
}

.side-search input[type="image"]:hover {
	opacity: 0.6;
}

.side-banner-list {
	box-sizing: border-box;
	width: 100%;
}

.side-banner-list li {
	box-sizing: border-box;
	margin-bottom: 5px;
}

.side-banner-list li:last-child {
	margin-bottom: 0;
}

.side-banner-list li a {
	box-sizing: border-box;
	display: block;
	padding-bottom: 34.677% !important;
}

.side-banner-list li a.side-banner-1 {
	background: url(images/side/side-banner-1-off.png) no-repeat;
}

.side-banner-list li a.side-banner-1:hover {
	background: url(images/side/side-banner-1-on.png) no-repeat;
}

.side-banner-list li a.side-banner-2 {
	background: url(images/side/side-banner-2-off.png) no-repeat;
}

.side-banner-list li a.side-banner-2:hover {
	background: url(images/side/side-banner-2-on.png) no-repeat;
}

.side-banner-list li a.side-banner-3 {
	background: url(images/side/side-banner-3-off.png) no-repeat;
}

.side-banner-list li a.side-banner-3:hover {
	background: url(images/side/side-banner-3-on.png) no-repeat;
}

.side-banner-list li a.side-banner-4 {
	background: url(images/side/side-banner-6-off.png) no-repeat;
}

.side-banner-list li a.side-banner-4:hover {
	background: url(images/side/side-banner-6-on.png) no-repeat;
}

.side-banner-list li a.side-banner-5 {
	background: url(images/side/side-banner-7-off.png) no-repeat;
}

.side-banner-list li a.side-banner-5:hover {
	background: url(images/side/side-banner-7-on.png) no-repeat;
}

.side-contact-box {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.6);
	padding: 10px;
}

.side-contact-box-text {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 25px;
}

.side-contact-box-text .text-base-6 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 90px;
	position: relative;
}

.side-contact-box-list {
	box-sizing: border-box;
	margin-top: 10px;
}

.side-contact-box-list li {
	box-sizing: border-box;
	width: 100%;
}

.side-contact-box-list li img {
	height: auto;
	width: 100%;
}

/*----------------------------------
footer
----------------------------------*/

footer {
	box-sizing: border-box;
}

.foot-in {
	background: #89b5da; /* Old browsers */
	background: -moz-linear-gradient(top, #89b5da 0%, #1664ac 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #89b5da 0%,#1664ac 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #89b5da 0%,#1664ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89b5da', endColorstr='#1664ac',GradientType=0 ); /* IE6-9 */
	box-sizing: border-box;
	border-top: 2px solid #1664ac;
	padding: 60px 0;
}

.foot-in .wrapper {
	position: relative;
}

.foot-in section {
	box-sizing: border-box;
	padding: 20px 0;
	width: 50%;
}

.foot-in section.pc-right {
	border-left: 1px dotted #fff;
	padding: 0;
}

.foot-info-tb {
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	margin: 40px auto 0;
	width: 420px;
}

.foot-info-tb th {
	box-sizing: border-box;
	text-align: left;
	width: 30%;
}

.foot-info-tb td {
	box-sizing: border-box;
}

.foot-menu {
	box-sizing: border-box;
	float: left;
	margin: 0 40px;
	width: 199px;
}

.foot-menu:last-child {
	margin: 0;
}

.foot-menu-title {
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: 700;
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.foot-menu-list {
	box-sizing: border-box;
}

.foot-menu-list li {
	box-sizing: border-box;
}

.foot-menu-list li a {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	line-height: 23px;
	text-decoration: none;
}

.foot-menu-list li a:hover {
	color: #ff0000;
	opacity: 0.6;
	text-decoration: underline;
}

.page-top {
	background: #999;
	box-sizing: border-box;
	cursor: pointer;
	height: 60px;
	position: absolute;
	right: 20px;
	top: -122px;
	width: 60px;
}

.page-top:hover {
	opacity: 0.6;
}

.page-top::after {
	box-sizing: border-box;
	color: #fff;
	content: "\e002";
	font-family: 'icomoon';
	font-size: 40px;
	line-height: 40px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.copyright {
	background: #0F224F;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	line-height: 23px;
	padding: 10px 0;
	text-align: center;
}

.copyright span {
	box-sizing: border-box;
	padding-left: 7.5px;
}

/*----------------------------------
ページトップ
----------------------------------*/

.pagetop {
	background: #0F224F;
	border: 5px solid #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
	bottom: 20px;
	cursor: pointer;
	height: 75px;
	position: fixed;
	right: 20px;
	width: 75px;
	z-index: 100;
}

.pagetop::before {
	box-sizing: border-box;
	color: #fff;
	content: "\e001";
	font-family: 'icomoon';
	font-size: 75px;
	line-height: 75px;
	position: absolute;
}

.pagetop:hover {
	opacity: 0.6;
}


/*------------------------------
小冊子ポップアップ
------------------------------*/
.modal.mobi {
	display:none;
}
.modal.pc {
	display: none;
	text-align: center;
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100vh;
	background: rgba(0,0,0,.7);
}
  
.modal.pc .modal__close {
	display: inline-block;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 30px;
	color: #333;
	margin-top: 10px;
}

.modal__close:hover{
	cursor:pointer;
}
  
.modal.pc .form {
	  background: url(https://www.mirailaw.jp/new/wp-content/uploads/2022/12/sashi-banner.jpg) no-repeat;
	  width: 780px;
	  height: 545px;
	  margin: 0 auto;
	  position: relative;
	  font-size: 10px;
	  margin:5vw auto 0 auto;
  }
  
.modal.pc .email {
	position: absolute;
	top: 329px;
	left: 145px;
	font-size: 16px;
}
  
.modal.pc .email input {
	width: 390px;
	padding: 10px;
	font-size: 16px;
	line-height: 100%;
	background: #FFFAD8;
}
  
.modal.pc .btn_entry {
	position: absolute;
	top: 380px;
	left: 0;
	width: 430px;
	right: 0;
	margin: auto;
}
 
.modal.pc .form .txt {
	position: absolute;
	bottom:19px;
	line-height: 1.8;
	left: 59px;
	text-align: left;
	font-size: 11px;
}

/*----------------------------------
Edge CSSハック
----------------------------------*/

@supports (-ms-ime-align: auto) {



}

/*----------------------------------
IE11以下 CSSハック
----------------------------------*/

@media screen\0 {



}

/*----------------------------------
Firefox CSSハック
----------------------------------*/

@-moz-document url-prefix() {

.areas-content-tb th {
	letter-spacing: 0.5vw;
}

}

/*----------------------------------
Safari CSSハック
----------------------------------*/

_::-webkit-full-page-media, _:future, :root .num-list li {
	margin-left: 30px !important;
}

_::-webkit-full-page-media, _:future, :root .num-list li:nth-child(n+10) {
	margin-left: 40px !important;
}


