/*
Theme Name: ehara-law
Author: minoru kubota
Version: 1
*/

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

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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor:help;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

@keyframes onAutoFillStart { from {} to {} }

input:-webkit-autofill {
	animation-name: onAutoFillStart;
	transition: background-color 50000s ease-in-out 0s;
}

/*
----------------------------------------
common
----------------------------------------
*/

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.video {
	max-width: 800px;
	margin: 30px auto;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.sp {
	display: none;
}

/* clearfix */

.clearfix: before,
.clearfix:after {
	display: table;
	content: ' ';
}
.clearfix:after {
	clear: both;
}

/* scrollbar */

/*
::-webkit-scrollbar {
	width: 5px;
	background: transparent;
}

::-webkit-scrollbar-track {
	box-shadow: none;
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
	box-shadow: none;
}
*/


/*
----------------------------------------
default
----------------------------------------
*/

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: 2;
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
	text-align: center;
	color: #222;
	position: relative;
	min-width: 300px;
	-webkit-text-size-adjust: 100%;
	overflow-scrolling: touch;
}

body * {
	box-sizing: border-box;
}

a {
	color: #222;
	text-decoration: none;
}

ul, ol {
	list-style: none;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.ofi img {
	object-fit: cover;
	font-family: 'object-fit: cover;' /* ie */
}

div.wpcf7 .ajax-loader {
	display: none !important;
}


/*
----------------------------------------
form
----------------------------------------
*/

#contents input[type=text],
#contents input[type=search],
#contents input[type=tel],
#contents input[type=number],
#contents input[type=url],
#contents input[type=email],
#contents input[type=password],
#contents input[type=date],
#contents textarea,
#contents select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	padding: 15px;
	background: #fafafa;
	border: solid 1px #ccc;
	border-radius: 4px;
	max-width: 100%;
}

#contents input[type=tel],
#contents input[type=number],
#contents input[type=url],
#contents input[type=email] {
	letter-spacing: 1px;
}

#contents .wpcf7-acceptance {
	position: relative;
}

#contents input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	position: relative;
	width: 22px;
	height: 22px;
	background: #fff;
	margin-right: 5px;
}

#contents input[type=checkbox]::before {
	content: '';
	border: solid 2px #ccc !important;
	border-radius: 4px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#contents input[type=checkbox]::after {
	content: '';
	position: absolute;
	top: 3px;
	right: 7px;
	width: 5px;
	height: 10px;
	transform: rotate( 40deg );
	border-bottom: 3px solid #8dbe54;
	border-right: 3px solid #8dbe54;
	opacity: 0;
	visibility: hidden;
	transition: all .1s;
}

#contents input[type=checkbox]:checked::after {
	opacity: 1;
	visibility: visible;
}

#contents input:read-only,
#contents .wpcf7c-conf {
	background: transparent !important;
	border-color: transparent !important;
}

::placeholder {
	color: #999;
}

input.w100 {
	width: 100%;
}

#contents textarea {
	margin: 0;
	width: 100%;
	height: 20rem;
}

#contents input[type=submit],
#contents input[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	min-width: 375px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 66px;
	border: solid 2px #8dbe54;
	border-radius: 35px;
	padding: 0 10px;
	background: #8dbe54 !important;
	color: #fff !important;
	cursor: pointer;
	transition: all .2s;
}

#contents input[type=submit]:hover {
	background: #fff;
	color: #8dbe54;
}

#contents input[type=button] {
	color: #8dbe54;
	background: #fff;
}

#contents input[type=button]:hover {
	background: #8dbe54;
	color: #fff;
}


/*
----------------------------------------
flex
----------------------------------------
*/

.flex {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.flex.nowrap {
	flex-wrap: nowrap;
}

.flex.reverce {
	flex-direction: row-reverse;
}

.flex.item-center {
	align-items: center;
}

/* column */

.flex.col-02 > * {
	width: calc( ( 100% - 20px ) / 2 );
}

.flex.col-02 > *:nth-child( odd ) {
	margin-right: 20px;
}

.flex.col-02.reverce > *:nth-child( odd ) {
	margin: 0 0 0 20px;
}

.flex.col-03 > * {
	width: calc( ( 100% - 40px ) / 3 );
	margin-right: 20px;
}

.flex.col-03.reverce > * {
	margin: 0 0 0 20px;
}

.flex.col-03 > *:nth-child(3n) {
	margin: 0 !important;
}

.flex.col-04 > * {
	width: calc( ( 100% - 60px ) / 4 );
	margin-right: 20px;
}

.flex.col-04.reverce > * {
	margin: 0 0 0 20px;
}

.flex.col-04 > *:nth-child(4n) {
	margin: 0 !important;
}


/*
----------------------------------------
font
----------------------------------------
*/

.en {
	font-family: 'Lato', sans-serif;
}

.gothic {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
}

.mincho {
	font-family: ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’游明朝’, YuMincho, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, serif;
}

strong {
	font-weight: normal;
}


/*
----------------------------------------
h1-h6
----------------------------------------
*/

/* heading-01 */

.contents .heading-01 {
	border-left: solid 5px #000;
	padding-left: 15px;
}

/* heading-02 */

.contents .heading-02 {
	color: #fff;
	background: -moz-linear-gradient( rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, 1 ) );
	background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, 1 ) ) );
	padding: 10px 15px;
}

/* heading-03 */

.contents .heading-03 {
	padding: 10px 0;
	border-bottom: solid 1px #000;
}


/*
----------------------------------------
ttl
----------------------------------------
*/

.ttl-01 {
	text-align: center;
	letter-spacing: 1px;
	position: relative;
}

.ttl-01 .en {
	font-size: 2rem;
	letter-spacing: 2px;
	color: #8dbe54;
}

.ttl-01 h2 {
	font-size: 3.2rem;
	font-family: ’游明朝’, YuMincho, ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, serif;
	font-weight: normal;
}

/*
----------------------------------------
bottun
----------------------------------------
*/

.btn-01 a,
.btn-02 a,
.btn-03 a {
	text-decoration: none;
	transition: all .2s;
}

.btn-01 a {
	display: inline-block;
	letter-spacing: 3px;
	padding: 15px 40px 15px 30px;
	border: solid 1px #000;
	background: url( assets/img/common/arrow-right.svg ) right 15px center / 8px no-repeat;
}

.btn-01 a:hover {
	color: #fff;
	background: #000 url( assets/img/common/arrow-right-wh.svg ) right 10px center / 8px no-repeat;
}

.btn-02 a {
	display: inline-block;
	padding: 10px 20px;
	line-height: 1.5;
	border: solid 1px #ccc;
	position: relative;
}

.btn-02 a:hover {
	background: #eee;
}

.btn-03 a {
	display: inline-block;
	padding: 5px 30px 5px 10px;
	margin: 10px 0;
	background: url( assets/img/common/arrow-right.svg ) right 10px center / 8px no-repeat;
	border-bottom: solid 2px #000;
	position: relative;
	transition: all .2s;
}

.btn-03 a:hover {
	background: url( assets/img/common/arrow-right.svg ) right 5px center / 8px no-repeat;
}

.back-btn a {
	display: inline-block;
	letter-spacing: 3px;
	padding: 15px 30px 15px 40px;
	border: solid 1px #000;
	background: url( assets/img/common/arrow-left.svg ) 15px center / 8px no-repeat;
	transition: all .2s;
}

.back-btn a:hover {
	color: #fff;
	background: #000 url( assets/img/common/arrow-left-wh.svg ) 10px center / 8px no-repeat;
}

.back-btn a:hover:after {
	right: 10px;
}


/*
----------------------------------------
map
----------------------------------------
*/

.map {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
----------------------------------------
layout
----------------------------------------
*/

#wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrap {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 20px;
}

#sp-btn {
	display: none;
}

#overlay {
	display: none;
}


/*
----------------------------------------
header
----------------------------------------
*/

#wrapper > header {
	padding: 20px 40px 30px;
	position: relative;
	line-height: 1.8;
	transition: all .2s;
}

header .head-menu {
	padding-left: 50%;
}

header .head-menu .flex {
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 10px;
}

header .head-menu .tel a {
	display: inline-block;
	font-size: 2rem;
	letter-spacing: 2px;
	color: #333;
	padding-left: 2.2rem;
	background: url( assets/img/common/icon-tel.png ) left center no-repeat;
	transition: all .2s;
}

header .head-menu .tel a:hover {
	color: #8dbe54;
}

header .head-menu .datetime {
	font-size: 1.2rem;
	color: #333;
	margin: 0 30px 0 10px;
}

header .head-menu .mail a {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 3.6rem;
	white-space: nowrap;
	padding: 0 30px;
	border-radius: 1.8rem;
	background: #8dbe54;
	color: #fff;
	transition: all .2s;
}

header .head-menu .mail a:hover {
	background: #97cc5a;
}

header .g-nav-wrap {
	text-align: left;
	background: #fff;
}

.nav-fix header .g-nav-wrap {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	box-shadow: 0 0 15px rgba( 0, 0, 0, .1 );
	z-index: 999999;
}

header .g-nav-wrap h1 {
	flex: 0 1 auto;
	margin-right: auto;
	padding-right: 20px;
	font-weight: normal;
}

header .g-nav-wrap h1 a {
	width: 100%;
}

header .g-nav-wrap h1 span {
	width: 50%;
	font-size: 1.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666;
	position: absolute;
	left: 40px;
	top: 25px;
}

.nav-fix header .g-nav-wrap h1 {
	display: flex;
	align-items: center;
	padding: 5px 20px 0;
}

.nav-fix header .g-nav-wrap h1 span {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

header .g-nav-wrap .nav-menu {
	flex: 0 0 auto;
}

/* g-nav */

#g-nav a {
	display: inline-block;
	width: 110px;
	padding-bottom: 15px;
	margin: 0 0 0 40px;
	font-size: 1.4rem;
	line-height: 1.8;
	position: relative;
}

#g-nav a::before,
#g-nav a::after {
	content: '';
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#g-nav a::before {
	background: #dbdbdb;
	right: 0;
}

#g-nav a::after {
	background: #8dbe54;
	right: 100%;
	transition: all .2s;
	z-index: 999;
}

#g-nav a:hover::after,
#g-nav .current a::after {
	right: 0;
}

#g-nav .contact {
	display: none;
	margin: 0 !important;
}

.nav-fix #g-nav a {
	padding: 10px 0;
}

.nav-fix #g-nav a::before,
.nav-fix #g-nav a::after {
	bottom: 3px;
}

.nav-fix #g-nav .contact {
	display: block;
}

#g-nav .contact a {
	background: #8dbe54;
	color: #fff;
	width: auto;
	padding: 15px 20px;
	margin-right: 0;
	transition: all .2s;
}

#g-nav .contact a::before,
#g-nav .contact a::after {
	display: none;
}


#g-nav .contact a:hover {
	background: #97cc5a;
	color: #fff;
}

#g-nav .en {
	font-size: 1.8rem;
}

#g-nav-sp {
	display: none;
}


/*
----------------------------------------
contents
----------------------------------------
*/

#contents {
	text-align: left;
	padding-bottom: 80px;
}

#main-contents {
	width: calc( 100% - 280px );
	padding: 0 60px 0 0;
}

#head-contents {
	margin: 20px 0;
	text-align: left;
}


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

#sidebar {
	width: 280px;
}

#sidebar .side-wrap {
	position: sticky;
	top: 120px;
}

#sidebar .search-form {
	margin-bottom: 30px;
}

#sidebar .search-form form {
	position: relative;
}

#sidebar .search-form input[type='text'] {
	display: block;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fafafa;
	border: solid 1px #dbdbdb;
	border-radius: 25px;
	line-height: 48px;
	padding: 0 50px 0 20px;
	position: relative;
}

#sidebar .search-form button {
	display: block;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url( assets/img/common/icon-search.png ) 12px center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

#sidebar h2 {
	font-weight: normal;
	font-size: 1.4rem;
	padding-bottom: 10px;
	border-bottom: solid 2px #dbdbdb;
}

#sidebar h2 .en {
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 1px;
	color: #8dbe54;
	margin-right: 10px;
}

#sidebar .menu-list > ul {
	margin-bottom: 40px;
}

#sidebar .menu-list > ul > li {
	border-bottom: dotted 1px #000;
}

#sidebar .menu-list a {
	display: block;
	padding: 20px 10px 20px 30px;
	font-size: 1.5rem;
	line-height: 1.8;
	position: relative;
	transition: all .2s;
}

#sidebar .menu-list a:hover {
	background: #fafafa;
}

#sidebar .menu-list a::before {
	content: '';
	width: 5px;
	height: 5px;
	background: #8dbe54;
	border-radius: 50%;
	position: absolute;
	left: 15px;
	top: 30px;
}


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

footer .footer-menu {
	background: #f5f5f5;
	padding: 60px 0;
}

footer .footer-menu .flex > dl {
	width: calc( ( 100% - 80px ) / 3 );
	margin-right: 40px;
	text-align: left;
}

footer .footer-menu .flex > dl:nth-child( 3n ) {
	margin: 0;
}

footer .footer-menu dt {
	font-size: 1.8rem;
	color: #8dbe54;
	border-bottom: solid 1px #d6d6d6;
	padding: 8px 0 8px 28px;
	margin-bottom: 20px;
}

footer .footer-menu .sitemap dt {
	background: url( assets/img/common/icon-sitemap.png ) left center no-repeat;
}

footer .footer-menu .individual dt {
	background: url( assets/img/common/icon-individual.png ) left center no-repeat;
}

footer .footer-menu .company dt {
	background: url( assets/img/common/icon-company.png ) left center no-repeat;
}

footer .footer-menu dd li {
	font-size: 1.4rem;
	padding: 5px 0 5px 20px;
	position: relative;
}

footer .footer-menu .individual dd .flex > li:nth-child( odd ) {
	width: 40%;
}

footer .footer-menu .individual dd .flex > li:nth-child( even ) {
	width: 60%;
}

footer .footer-menu .company dd .flex > li:nth-child( odd ) {
	width: 60%;
}

footer .footer-menu .company dd .flex > li:nth-child( even ) {
	width: 40%;
}

footer .footer-menu .sitemap dd .flex > li:nth-child( odd ) {
	width: 50%;
}

footer .footer-menu .sitemap dd .flex > li:nth-child( even ) {
	width: 50%;
}

footer .footer-menu dd li::before {
	content: '・';
	color: #8dbe54;
	position: absolute;
	left: 0;
	top: 5px;
}

footer .footer-menu dd a {
	transition: all .2s;
}

footer .footer-menu dd a:hover {
	color: #8dbe54;
}

footer .copyright {
	padding: 60px 20px;
	line-height: 1.4;
}

footer .copyright figure {
	line-height: .5;
}

footer .copyright small {
	font-size: 1rem;
	color: #444;
	letter-spacing: 1px;
}

#sp-bottom-nav {
	display: none;
}


/*
----------------------------------------
news
----------------------------------------
*/

#ez-toc-container {
	background: #fafafa;
	border: solid 1px #dbdbdb;
	border-radius: 4px;
	padding: 35px 40px 25px;
	margin-bottom: 40px;
}

#ez-toc-container .ez-toc-title {
	font-size: 2rem;
	margin-bottom: 10px;
	background: url( assets/img/common/icon-contents.png ) left center no-repeat;
	padding-left: 35px;
}

#ez-toc-container .ez-toc-list,
#ez-toc-container .ez-toc-list ul {
	margin-bottom: 0;
}

#ez-toc-container .ez-toc-list li {
	list-style: none;
	padding-left: 0;
}

#ez-toc-container .ez-toc-list li::before {
	display: none;
}

#ez-toc-container.counter-flat ul,
#ez-toc-container.counter-hierarchy ul,
.ez-toc-widget-container.counter-flat ul,
.ez-toc-widget-container.counter-hierarchy ul {
    counter-reset: item;
    margin: 0 0 20px 30px;
}

#ez-toc-container.counter-decimal ul.ez-toc-list li a::before,
.ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
	content: counters( item, '.' ) '. ';
	counter-increment: item;
	color: #8dbe54;
	font-family: 'Lato', sans-serif;
}

#ez-toc-container a {
	text-decoration: none;
	display: inline-block;
	padding: 4px 0;
}

.new span {
	display: inline-block;
	padding: 2px 12px;
	background: #000;
	color: #fff;
	font-size: 1.2rem;
	margin: 0 10px 5px 0;
}

.cat-list li {
	margin: 0 10px 10px 0;
	line-height: 1.2;
}

.cat-list a {
	display: inline-block;
	padding: 4px 12px;
	font-size: 1.3rem;
	color: #8dbe54;
	border: solid 1px #8dbe54;
	border-radius: 3px;
	transition: all .4s;
}

.cat-list a:hover {
	background: #8dbe54;
	color: #fff;
}

.post .more {
	text-align: right;
	margin-top: 30px;
}

.post .more span {
	display: inline-block;
	text-decoration: none !important;
	font-weight: bold;
	letter-spacing: 2px;
	color: #8dbe54;
	padding-left: 30px;
	position: relative;
}

.post .more span::before {
	content: '';
	width: 20px;
	height: 1px;
	background: #8dbe54;
	position: absolute;
	top: 50%;
	left: 0;
	transition: all .2s;
}

.post a:hover .more span::before {
	width: 30px;
	left: -10px;
}

/* post-header */

.post-header {
	margin-bottom: 30px;
}

.single .post-header {
	margin-bottom: 50px;
}

.post-header .ttl {
	border-left: solid 3px #8dbe54;
	padding-left: 2rem;
	margin-top: 10px;
	line-height: 1.4;
}

.post-header .ttl time {
	display: block;
	margin-bottom: 5px;
	color: #999;
}

.post-header .ttl h1 {
	font-size: 2.8rem;
	font-weight: normal;
}

.post-header .ttl h2 {
	font-size: 2.4rem;
	font-weight: normal;
}

.post-header .ttl h2 a {
	transition: all .2s;
}

.post-header .ttl h2 a:hover {
	color: #8dbe54;
}

/* post-contents */

#news .post-contents h2,
#news .post-contents h3,
.post-contents h4,
.post-contents h5,
.post-contents h6 {
	line-height: 1.6;
	font-weight: normal;
}

#news .post-contents h2 {
	font-size: 2.6rem;
	color: #8dbe54;
	text-align: center;
	padding: 15px;
	border: solid 2px #8dbe54;
	border-radius: 4px;
	margin: 50px 0 30px;
}

#news .post-contents h3 {
	font-size: 2.2rem;
	border-bottom: solid 2px #8dbe54;
	padding-bottom: 15px;
	margin: 50px 0 20px;
}

.post-contents h4 {
	font-size: 2rem;
	font-weight: bold;
	background: #f5f5f5;
	border: solid 1px #dbdbdb;
	padding: 20px 30px;
	border-radius: 4px;
	margin: 40px 0 20px;
}

.post-contents h5 {
	font-size: 1.9rem;
	color: #8dbe54;
	padding: 5px 0 5px 24px;
	margin: 40px 0 20px;
	position: relative;
}

.post-contents h5::before,
.post-contents h5::after {
	content: '';
	width: 4px;
	position: absolute;
	top: 0;
	left: 0;
}

.post-contents h5::before {
	bottom: 0;
	background: #8dbe54;
}

.post-contents h5::after {
	bottom: 60%;
	background: rgba( 0, 0, 0, .2 );
}

.post-contents a {
	text-decoration: underline;
}

.post-contents strong {
	font-weight: bold;
}

.post-contents hr {
	margin: 40px 0;
}

.post-contents p {
	margin-bottom: 40px;
}

.post-contents ul,
.post-contents ol {
	margin-bottom: 40px;
}

.post-contents ul li,
.post-contents ol li {
	padding-left: 2rem;
	position: relative;
}

.post-contents ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	background: #8dbe54;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 5px;
}

.post-contents ol {
	counter-reset: list;
}

.post-contents ol li::before {
	counter-increment: list;
	content: counter( list ) '.';
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #8dbe54;
	position: absolute;
	top: 0;
	left: 0;
}

.post-contents blockquote {
	background: #fafafa;
	padding: 40px 40px 20px;
	margin: 50px 0 40px;
	border-radius: 8px;
	position: relative;
}

.post-contents blockquote::before {
	content: url( assets/img/common/icon-bq.png );
	position: absolute;
	top: -10px;
	left: 40px;
}

.post-contents blockquote p,
.post-contents blockquote ul,
.post-contents blockquote ol {
	margin-bottom: 20px;
}

.post-contents table {
	width: 100%;
	margin: 0 0 40px;
	border-collapse: collapse;
}

.post-contents table th {
	padding: 15px 20px;
	border: solid 1px #8dbe54;
	background: #f6fcf0;
	color: #8dbe54;
	font-size: 1.7rem;
	font-weight: bold;
	vertical-align: middle;
}

.post-contents table thead th {
	border-bottom: solid 2px #8dbe54;
}

.post-contents table td {
	padding: 15px 20px;
	border: solid 1px #dbdbdb;
	font-size: 1.5rem;
	vertical-align: top;
}

.post-contents table.table-01 th {
	border: none;
	border-bottom: solid 1px #8dbe54;
	background: transparent;
	font-size: 1.6rem;
	letter-spacing: 1px;
	padding: 30px 15px;
}

.post-contents table.table-01 tr:first-child th {
	border-top: solid 1px #8dbe54;
}

.post-contents table.table-01 td {
	border: none;
	border-bottom: solid 1px #dbdbdb;
	font-size: 1.6rem;
	padding: 30px 60px 30px 180px;
}

.post-contents table.table-01 tr:first-child td {
	border-top: solid 1px #dbdbdb;
}

/* post-list */

.post-list .post {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 1px #e5e5e5;
}

.post-list .post-contents figure {
	width: 45%;
	padding-right: 40px;
	line-height: .5;
}

.post-list .post-contents .txt {
	width: 55%;
}

.post-list .post-contents a {
	text-decoration: none;
}

.post-list .post-contents a img {
	transition: all .2s;
}

.post-list .post-contents a:hover img {
	opacity: .8;
}

.post-list .post-contents .txt p {
	margin-bottom: 0;
}

.search-msg {
	background: #fafafa;
	padding: 20px;
	margin: 0 0 30px;
	border-radius: 8px;
}

/* post-nav */

.post-nav {
	justify-content: space-between;
	align-items: center;
	margin: 40px 0 60px;
}

.post-nav .prev,
.post-nav .next {
	width: 35%;
}

.post-nav a {
	display: block;
	font-size: 1.4rem;
	line-height: 1.6;
	transition: all .2s;
}

.post-nav .prev a {
	background: url( assets/img/common/arrow-prev.png ) 5px center no-repeat;
	padding: 0 0 0 35px;
}

.post-nav .prev a:hover {
	background: url( assets/img/common/arrow-prev.png ) left center no-repeat;
}

.post-nav .next a {
	background: url( assets/img/common/arrow-next.png ) right 5px center no-repeat;
	padding: 0 35px 0 0;
}

.post-nav .next a:hover {
	background: url( assets/img/common/arrow-next.png ) right center no-repeat;
}

.post-nav .back-link {
	width: 30%;
	padding: 0 30px;
}

#news .back-link a {
	display: block;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 1px;
	color: #8dbe54;
	padding: 15px;
	border: solid 1px #c9c9c9;
	border-radius: 3px;
	box-shadow: 0 2px 0 rgba( 0, 0, 0, .05 );
	position: relative;
	transition: all .2s;
}

#news .back-link a:hover {
	background: #8dbe54;
	color: #fff;
}

#news .back-link a::after {
	content: '';
	border: solid 3.5px transparent;
	border-right: solid 3.5px #8dbe54;
	border-bottom: solid 3.5px #8dbe54;
	position: absolute;
	right: 4px;
	bottom: 4px;
	transition: all .2s;
}

#news .back-link a:hover::after {
	border-right: solid 3.5px #fff !important;
	border-bottom: solid 3.5px #fff !important;
}

/* pagination */

.page-numbers {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-numbers li {
	width: 40px;
	height: 40px;
	margin: 0 5px;
}

.page-numbers a,
.page-numbers span {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 4px 0;
	font-family: 'Lato', sans-serif;
	text-align: center;
	border: solid 1px #dbdbdb;
	border-radius: 4px;
	transition: all .2s;
}

.page-numbers a.prev,
.page-numbers a.next {
	border: solid 1px transparent !important;
	overflow: hidden;
	text-indent: -9999px;
}

.page-numbers a.prev {
	background: url( assets/img/common/arrow-prev.png ) center center / 10px no-repeat !important;
}

.page-numbers a.prev:hover {
	background: url( assets/img/common/arrow-prev.png ) left 5px center / 10px no-repeat !important;
}

.page-numbers a.next {
	background: url( assets/img/common/arrow-next.png ) center center / 10px no-repeat !important;
}

.page-numbers a.next:hover {
	background: url( assets/img/common/arrow-next.png ) right 5px center / 10px no-repeat !important;
}

.page-numbers a:hover,
.page-numbers span.current {
	color: #fff;
	background: #8dbe54;
	border: solid 1px #8dbe54;
}

/* author */

.author-box {
	background: #fafafa url( assets/img/page/writer-bg.png ) right top no-repeat;
	padding: 40px;
	border: solid 1px #dbdbdb;
	border-radius: 8px;
	position: relative;
}

.author-box h3 {
	font-size: 2rem;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.author-box h3::before {
	content: url( assets/img/common/icon-author.png );
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.author-box > .flex > figure {
	width: 28%;
	padding: 10px 20px 0 0;
}

.author-box > .flex > .txt {
	width: 72%;
}

.author-box .txt .info {
	align-items: center;
	margin-bottom: 5px;
}

.author-box .txt h4 {
	font-size: 2rem;
	letter-spacing: 1px;
}

.author-box .txt .sns {
	margin-left: 15px;
}

.author-box .txt .sns li {
	line-height: .5;
	margin-left: 5px;
}

.author-box .txt .sns a {
	display: inline-block;
	transition: all .2s;
}

.author-box .txt .sns a:hover {
	opacity: .85;
}

.author-box .txt .read {
	font-size: 1.4rem;
}

.author-box .txt .more-link {
	margin-top: 5px;
}

.author-box .txt .more-link a {
	display: inline-block;
	font-size: 1.3rem;
	color: #8dbe54;
	background: url( assets/img/common/arrow-02.png ) 10px center no-repeat;
	border: solid 1px #8dbe54;
	border-radius: 3px;
	padding: 0 10px 0 25px;
	transition: all .2s;
}

.author-box .txt .more-link a:hover {
	color: #fff;
	background: #8dbe54 url( assets/img/common/arrow-02-wh.png ) 12px center no-repeat;
}

/* relation-post */

.relation-post {
}

.relation-post h3 {
	border-bottom: solid 2px #dbdbdb;
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 30px;
}

.relation-post h3 .en {
	display: inline-block;
	margin-right: 10px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #8dbe54;
}

.relation-post .flex .post {
	width: calc( ( 100% - 80px ) / 3 );
	margin-right: 40px;
}

.relation-post .flex .post:nth-child(3n) {
	margin-right: 0;
}

.relation-post .flex figure {
	margin-bottom: 10px;
}

.relation-post .flex figure img {
	width: 100%;
	transition: all .2s;
}

.relation-post .flex figure img:hover {
	opacity: .85;
}

.relation-post .flex .ttl {
	margin: 5px 0;
}

.relation-post .flex .ttl a {
	display: block;
	font-size: 1.6rem;
	line-height: 1.6;
	transition: all .2s;
}

.relation-post .flex .ttl a:hover {
	color: #8dbe54;
}

.relation-post .flex time {
	font-size: 1.3rem;
	color: #999;
}


/*
----------------------------------------
page
----------------------------------------
*/

#page .post-contents {
	line-height: 2.3;
}

#page .post-contents .ttl-01 p {
	margin-bottom: 0;
}

#page .post-contents h2 {
	font-size: 3.2rem;
	font-family: ’游明朝’, YuMincho, ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, serif;
	font-weight: normal;
	padding-bottom: 20px;
	margin-bottom: 40px;
	position: relative;
}

#page .post-contents h2::after {
	content: '';
	width: 50px;
	height: 2px;
	background: #8dbe54;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX( -50% );
}

#page .post-contents h3 {
	font-size: 2.6rem;
	line-height: 1.6;
	font-weight: normal;
	padding-bottom: 15px;
	margin: 50px 0 20px;
	position: relative;
}

#page .post-contents h3::before,
#page .post-contents h3::after {
	content: '';
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#page .post-contents h3::before {
	background: #dbdbdb;
	right: 0;
}

#page .post-contents h3::after {
	background: #8dbe54;
	width: 150px;
}

#page .post-contents .flex .item {
	margin-right: 1rem;
}

#page .post-contents .flex .item:last-child {
	margin-right: 0;
}

#page .post-contents .flex.reverce {
	flex-direction: row-reverse;
}

#page .post-contents .flex figure {
	width: 40%;
	padding-right: 40px;
	margin-bottom: 40px;
}

#page .post-contents .flex.reverce figure {
	padding: 0 0 0 40px;
}

#page .post-contents .flex .txt {
	width: 60%;
	line-height: 2.2;
}

#page .post-contents .flex .txt ul,
#page .post-contents .flex .txt ol {
	margin-left: 40px;
}

#page .post-contents .flex .txt li {
	margin-bottom: 5px;
}

#page .post-contents > figure {
	margin: 60px 0;
	line-height: .5;
}

#page .post-contents > figure img {
	width: 100%;
}

#page .post-contents table th {
	font-size: 1.8rem;
}

#page .post-contents table.table-01 th,
#page .post-contents table td {
	font-size: 1.6rem;
	vertical-align: top;
}

#page .contact table.table-01 th {
	position: relative;
	vertical-align: middle !important;
	width: 180px;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 1px;
	white-space: nowrap;
}

#page .contact table.table-01 td {
	padding-left: 150px;
}

#page .contact table.table-01 .req {
	display: inline-block;
	background: #8dbe54;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: normal;
	padding: 0 10px;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	right: -80px;
	transform: translate( 100%, -50% );
}

#page .contact input[name=your-name],
#page .contact input[name=your-name-kana],
#page .contact input[name=your-email] {
	width: 445px;
}

#page .contact input[name=your-zip] {
	width: 175px;
}

#page .contact input[name=your-address] {
	width: 100%;
}

#page .contact input[name=your-tel],
#page .contact input[name=your-fax] {
	width: 245px;
}

#page .contact input[name=your-fax],
#page .contact input[name=your-zip] {
	letter-spacing: 1px;
}


#page .contact {
	margin-top: 100px;
}

#page .contact .read {
	text-align: center;
}

#page .form-step {
	margin: 60px 0;
}

#page .form-step ul {
	justify-content: center;
	text-align: center;
	max-width: 840px;
	margin: 0 auto;
}

#page .form-step li {
	padding: 0;
	width: calc( 100% / 3 );
	color: #999;
	padding-top: 30px;
}

#page .form-step li::before {
	width: 10px;
	height: 10px;
	border: solid 6px #ccc;
	background: #fff;
	top: 0;
	left: 50%;
	transform: translateX( -50% );
	z-index: 999;
}

#page .form-step li:first-child,
#page.confirm .form-step li:nth-child( 2 ),
#page.thanks .form-step li:nth-child( 3 ) {
	color: #111;
}

#page .form-step li:first-child::before,
#page.confirm .form-step li:nth-child( 2 )::before,
#page.thanks .form-step li:nth-child( 3 )::before {
	border: solid 6px #8dbe54;
}

#page.confirm .form-step li:first-child,
#page.thanks .form-step li:first-child {
	color: #999;
}

#page.confirm .form-step li:first-child::before,
#page.thanks .form-step li:first-child::before {
	border: solid 6px #ccc;
}

#page .form-step li::after {
	content: '';
	height: 2px;
	background: #e5e5e5;
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
}

#page .form-step li:first-child::after {
	left: 50%;
}

#page .form-step li:last-child::after {
	right: 50%;
}

#page .send-wrap {
	text-align: center;
}

#page .send-wrap .flex {
	justify-content: center;
}

#page .send-wrap .flex > p {
	margin: 0 10px;
}

#page .send-wrap .flex > p input {
	min-width: 300px;
}

#page .send-wrap a {
	color: #8dbe54;
}


/*
----------------------------------------
thanks
----------------------------------------
*/

.thanks .contact-tel {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border: solid 2px #8dbe54;
	border-radius: 8px;
}

.thanks .contact-tel dt {
	font-size: 1.8rem;
	background: #8dbe54;
	color: #fff;
	padding: 6px;
}

.thanks .contact-tel dd {
	color: #333;
	padding: 10px 20px 20px;
}

.thanks .contact-tel a {
	font-size: 3.8rem;
	text-decoration: none;
	display: inline-block;
	padding-left: 3.2rem;
	line-height: 1.5;
	background: url( assets/img/common/icon-tel-02.png ) left center no-repeat;
	transition: all .2s;
}

.thanks .contact-tel a:hover {
	color: #8dbe54;
}

.thanks .contact-tel .note {
	font-size: 1.4rem;
}



/*
----------------------------------------
slider
----------------------------------------
*/

.slider {
	margin: 40px 0 90px 0;
	text-align: center;
}

.slider .slick-slide figure {
	text-align: center;
}

.slider .slick-slide img {
	display: inline-block;
}

.slider.thumb-slider {
	margin: 0;
}

.slider.thumb-slider + .thumb {
	margin-bottom: 40px;
}

.slider.thumb-slider + .thumb figure {
	padding: 0 5px;
}

.slider.slick-dotted.slick-slider {
	margin: 0 0 80px 0;
}

.slider .slick-dots {
	bottom: -40px;
}

.slider .slick-prev,
.slider .slick-next {
	width: 40px;
	height: 40px;
	padding: 0;
}

.slider .slick-prev {
	left: 0;
	z-index: 999;
}

.slider .slick-next {
	right: 0;
	z-index: 999;
}

.slider .slick-prev:before,
.slider .slick-next:before {
	display: inline-block;
	content: '';
	width: 40px;
	height: 40px;
	opacity: 1;
}

.slider .slick-prev:before {
	background: #000 url( assets/img/common/arrow-left-wh.svg) center center / 12px no-repeat;
}

.slider .slick-next:before {
	background: #000 url( assets/img/common/arrow-right-wh.svg) center center / 12px no-repeat;
}


/*
----------------------------------------
page-ttl
----------------------------------------
*/

#page-ttl {
	background: url( assets/img/page/header-bg.png ) center center / cover no-repeat;
	padding: 105px 20px;
}

#page-ttl .en {
	font-size: 2rem;
	letter-spacing: 2px;
	text-transform: capitalize;
	color: #8dbe54;
}

#page-ttl h1,
#page-ttl h2 {
	font-size: 5rem;
	font-family: ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’游明朝’, YuMincho, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, serif;
	font-weight: normal;
	text-shadow: 0 0 30px #fff,  0 0 25px #fff,  0 0 20px #fff;
}


/*
----------------------------------------
topic-path
----------------------------------------
*/

.topic-path {
	padding: 20px 0 40px;
	font-size: 1.3rem;
}

.topic-path .wrap {
	text-align: left;
}

.topic-path a {
	display: inline-block;
	padding-right: 18px;
	background: url( assets/img/common/arrow-03.png ) right center no-repeat;
	margin-right: 10px;
	color: #8dbe54;
}


/*
----------------------------------------
home
----------------------------------------
*/

#home .ttl-box {
	position: relative;
	margin-bottom: 100px;
}

#home .ttl-box::after {
	content: '';
	position: absolute;
	top: 515px;
	right: 36%;
	bottom: 260px;
	left: 0;
	background: url( assets/img/home/dot-bg.png ) left top repeat;
	z-index: -1;
}

#home .ttl-box .main {
	padding: 160px 80px;
	position: relative;
}

#home .ttl-box .main::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 480px;
	background: url( assets/img/home/main-img.png ) left bottom / cover no-repeat;
}

#home .ttl-box .main {
	color: #333;
	margin-bottom: 135px;
}

#home .ttl-box .main h2 {
	font-family: ’游明朝’, YuMincho, ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, serif;
	font-size: 5.4rem;
	letter-spacing: 1px;
	line-height: 1.6;
	font-weight: normal;
	position: relative;
	z-index: 99;
}

#home .ttl-box .main h2 span {
	display: inline-block;
	padding-left: 9rem;
	margin-left: 2rem;
	position: relative;
}

#home .ttl-box .main h2 span::before {
	content: '';
	width: 7rem;
	height: 2px;
	background: #333;
	position: absolute;
	top: calc( 50% - 1px );
	left: 0;
}

#home .ttl-box .main .en {
	letter-spacing: 1px;
	position: relative;
	z-index: 99;
}

#home .ttl-box .message {
	padding-left: 58%;
	position: relative;
}

#home .ttl-box .message::before {
	content: '';
	position: absolute;
	top: 0;
	right: 42%;
	bottom: 0;
	left: 0;
	background: url( assets/img/home/message-ima.png ) center center / cover no-repeat;
}

#home .ttl-box .message .txt {
	padding: 40px 80px 60px 60px;
}

#home .ttl-box .message .ttl .en {
	position: relative;
	color: #8dbe54;
	font-size: 1.8rem;
	letter-spacing: 2px;
	text-indent: 0;
}

#home .ttl-box .message .ttl .en::before {
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	background: #8dbe54;
	position: absolute;
	left: -100px;
	top: 50%;
}

#home .ttl-box .message h3 {
	font-family: ’游明朝’, YuMincho, ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, serif;
	font-size: 3.6rem;
	line-height: 1.6;
	font-weight: normal;
	color: #333;
	margin: 3rem 0;
}

#home .ttl-box .message p {
	text-indent: 1.6rem;
	line-height: 2.5;
}

/* practice-box */

#home .practice-box {
	margin-bottom: 80px;
}

#home .practice-box .ttl-01 {
	padding-bottom: 90px;
	position: relative;
	overflow: hidden;
}

#home .practice-box .ttl-01::after {
	content: 'Practice areas';
	font-size: 16rem;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	white-space: nowrap;
	line-height: 12rem;
	color: #f5f5f5;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	z-index: -1;
}

#home .practice-box h3 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: normal;
	background: #8dbe54;
	color: #fff;
	padding: 8px 20px;
}

#home .practice-box .link-list {
	padding-top: 30px;
	padding-bottom: 10px;
}

#home .practice-box .link-list li {
	width: calc( ( 100% - 60px ) / 4 );
	margin: 0 20px 20px 0;
}

#home .practice-box .link-list li:nth-child( 4n ) {
	margin-right: 0;
}

#home .practice-box .link-list a {
	display: block;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 1px;
	color: #8dbe54;
	padding: 10px;
	border: solid 1px #c9c9c9;
	border-radius: 3px;
	box-shadow: 0 2px 0 rgba( 0, 0, 0, .05 );
	position: relative;
	transition: all .2s;
}

#home .practice-box .link-list a:hover {
	background: #8dbe54;
	color: #fff;
}

#home .practice-box .link-list a::after {
	content: '';
	border: solid 3.5px transparent;
	border-right: solid 3.5px #8dbe54;
	border-bottom: solid 3.5px #8dbe54;
	position: absolute;
	right: 4px;
	bottom: 4px;
	transition: all .2s;
}

#home .practice-box .link-list a:hover::after {
	border-right: solid 3.5px #fff !important;
	border-bottom: solid 3.5px #fff !important;
}

#home .practice-box .company h3 {
	background: #09b29f;
}

#home .practice-box .company .link-list a {
	color: #09b29f;
}

#home .practice-box .company .link-list a:hover {
	background: #09b29f;
	color: #fff;
}

#home .practice-box .company .link-list a::after {
	border-right: solid 3.5px #09b29f;
	border-bottom: solid 3.5px #09b29f;
}

/* news-box */

#home .news-box {
	position: relative;
	margin-bottom: 100px;
}

#home .news-box::before {
	content: '';
	width: calc( 50% - 550px );
	background: url( assets/img/home/dot-bg.png ) left top repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

#home .news-box > .flex {
	align-items: center;
	min-height: 230px;
}

#home .news-box .ttl {
	width: 20%;
	padding-right: 20px;
}

#home .news-box .ttl a {
	display: block;
}

#home .news-box h2 {
	font-size: 3rem;
	letter-spacing: 1px;
	position: relative;
}

/*
#home .news-box h2::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #8dbe54;
	position: absolute;
	left: 0;
	bottom: 0;
}
*/

#home .news-box .more {
	display: inline-block;
	text-decoration: none !important;
	font-weight: bold;
	letter-spacing: 2px;
	color: #8dbe54;
	padding-right: 30px;
	position: relative;
}

#home .news-box .more::before {
	content: '';
	width: 20px;
	height: 1px;
	background: #8dbe54;
	position: absolute;
	top: 50%;
	right: 0;
	transition: all .2s;
}

#home .news-box a:hover .more::before {
	width: 30px;
	right: -10px;
}


#home .news-box .news-list {
	width: 80%;
}

#home .news-box .news-list .post {
	width: calc( ( 100% - 80px ) / 3 );
	margin-right: 40px;
	padding: 40px 0;	position: relative;
}

#home .news-box .news-list .post::after {
	content: '';
	height: 1px;
	background: #dbdbdb;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

#home .news-box .news-list .post:nth-child(3n) {
	margin-right: 0;
}

#home .news-box .news-list .meta {
	align-items: center;
	margin-bottom: 10px;
}

#home .news-box .news-list time {
	font-size: 1.4rem;
	letter-spacing: 1px;
	color: #333;
	margin: 0 15px 10px 0;
}

#home .news-box .news-list .post-ttl a {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1.6;
}

#home .news-box .news-list .post-ttl a::after {
	content: '';
	height: 1px;
	background: transparent;
	position: absolute;
	right: 100%;
	bottom: 0;
	left: 0;
	z-index: 999;
	transition: all .4s;
}

#home .news-box .news-list .post-ttl a:hover::after {
	background: #8dbe54;
	right: 0;
}

/* feature-box */

#home .feature-box .ttl-01 {
	padding-bottom: 90px;
	position: relative;
	overflow: hidden;
}

#home .feature-box .ttl-01::after {
	content: 'Feature';
	font-size: 16rem;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	white-space: nowrap;
	line-height: 12rem;
	color: #f5f5f5;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	z-index: -1;
}

#home .feature-box .feature-list {
	background: #f5f5f5;
}

#home .feature-box .feature-list .flex {
	justify-content: center;
	padding: 60px 0 20px;
}

#home .feature-box .feature-list .feature {
	width: calc( ( 100% - 80px ) / 3 );
	margin: 0 40px 40px 0;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba( 0, 0, 0, .04 );
}

#home .feature-box .feature-list .feature:nth-child( 3n ),
#home .feature-box .feature-list .feature:last-child {
	margin-right: 0;
}

#home .feature-box .feature-list .feature figure {
	line-height: .5;
}

#home .feature-box .feature-list .txt {
	padding: 35px;
	position: relative;
}

#home .feature-box .feature-list .txt::before {
	content: '';
	width: 1px;
	height: 30px;
	background: #8dbe54;
	position: absolute;
	left: 50%;
	top: -10px;
}

#home .feature-box .feature-list .ttl {
	text-align: center;
	margin-bottom: 20px;
}

#home .feature-box .feature-list .ttl .en {
	color: #8dbe54;
	letter-spacing: 1px;
}

#home .feature-box .feature-list .ttl h3 {
	font-family: ’游明朝’, YuMincho, ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, serif;
	font-size: 2.6rem;
	font-weight: normal;
	letter-spacing: 1px;
}

#home .feature-box .feature-list .txt .read {
	font-size: 1.5rem;
	text-indent: 1.5rem;
	letter-spacing: 1px;
}

#home .contact-box {
	background: url( assets/img/home/contact-bg.png ) center bottom / cover no-repeat;
	padding: 50px 20px 60px;
	text-align: center;
}

#home .contact-box .read {
	margin: 10px 0 30px;
	font-size: 1.8rem;
}

#home .contact-box .wrap > .flex {
	justify-content: space-between;
}

#home .contact-box .flex dl {
	width: calc( ( 100% - 40px ) / 2 );
	background: #fff;
	border-radius: 6px;
}

#home .contact-box .flex dt {
	font-size: 1.8rem;
	background: #8dbe54;
	color: #fff;
	padding: 6px;
	border-radius: 6px 6px 0 0;
}

#home .contact-box .tel dd {
	color: #333;
	padding: 10px 20px 20px;
}

#home .contact-box .tel a {
	font-size: 3.8rem;
	display: inline-block;
	padding-left: 3.2rem;
	line-height: 1.5;
	background: url( assets/img/common/icon-tel-02.png ) left center no-repeat;
	transition: all .2s;
}

#home .contact-box .tel a:hover {
	color: #8dbe54;
}

#home .contact-box .tel .note {
	font-size: 1.4rem;
}

#home .contact-box .mail dt {
	background: #09b39f;
}

#home .contact-box .mail dd {
	padding: 30px 20px;
}

#home .contact-box .mail a {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 5rem;
	white-space: nowrap;
	color: #09b39f;
	border: solid 1px #09b39f;
	border-radius: 2.6rem;
	padding: 0 5rem;
	transition: all .2s;
}

#home .contact-box .mail a:hover {
	background: #09b39f;
	color: #fff;
}

#home .contact-box .mail a::before {
	display: inline-block;
	content: url( assets/img/common/icon-mail.png );
	margin-right: 10px;
}

#home .contact-box .mail a:hover::before {
	content: url( assets/img/common/icon-mail-wh.png );

}

#home .site-box {
	margin: 80px 0;
}

#home .site-list {
	margin-top: 50px;
}

#home .site-list .site {
	width: calc( ( 100% - 60px ) / 4 );
	margin: 0 20px 30px 0;
	font-size: 1.4rem;
	color: #333;
}

#home .site-list .site:nth-child( 4n ) {
	margin-right: 0;
}

#home .site-list figure {
	border: solid 1px #8dbe54;
	background: #8dbe54;
	color: #fff;
	line-height: 1;
	border-radius: 6px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all .6s;
}

#home .site-list figure a {
	display: block;
	color: #fff;
}

#home .site-list figure:hover {
	background: #97cc5a;
}

#home .site-list figure img {
	width: 100%;
	transition: all .6s;
}

#home .site-list figure:hover img {
	opacity: .85;
	transform: scale( 1.1 );
}

#home .site-list figure .img {
	overflow: hidden;
	line-height: .5;
	border-radius: 6px 6px 0 0;
}

#home .site-list figcaption {
	display: block;
	font-size: 2rem;
	padding: 10px 15px 12px;
	background: url( assets/img/common/icon-external.png ) right 15px center / 14px no-repeat;
}

#home .site-list figcaption span {
	font-size: 1.5rem;
}

#home .access-box .map {
	padding-bottom: 450px;
	margin: 60px 0 80px;
}

#home .access-box .info .flex > figure {
	width: 47%;
	padding-right: 50px;
}

#home .access-box .info .flex > .txt {
	width: 53%;
}

#home .access-box .info h3 {
	font-size: 2.4rem;
	font-family: ’游明朝’, YuMincho, ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, serif;
	font-weight: normal;
}

#home .access-box .info dl {
	line-height: 1.8;
}

#home .access-box .info dl.flex dt {
	width: 25%;
	color: #8dbe54;
	position: relative;
	border-bottom: solid 1px #e5e5e5;
	padding: 20px 0;
}

#home .access-box .info dl.flex dt::after {
	content: '';
	width: 50px;
	height: 1px;
	background: #8dbe54;
	position: absolute;
	bottom: -1px;
	left: 0;
}

#home .access-box .info dl.flex dd {
	width: 75%;
	border-bottom: solid 1px #e5e5e5;
	padding: 20px 0;
	color: #333;
}

#home .access-box .info dl.flex dd a {
	text-decoration: underline;
	transition: all .2s;
}

#home .access-box .info dl.flex dd a:hover {
	color: #8dbe54;
}

/* 追加CSS */
.custom-bnr{
	width: 300px;
	 border: solid 1px #8dbe54;
    background: #8dbe54;
    color: #fff;
    line-height: 1;
    border-radius: 6px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .6s;
}

@media (max-width: 750px){
.custom-bnr{
	width: 100%;
}
}

.custom-bnr:hover{
	  background: #97cc5a;
}

.custom-bnr:hover img{
	opacity: .85;
   transform: scale( 1.1 );
}

.custom-bnr .img{
	overflow: hidden;
   line-height: .5;
   border-radius: 6px 6px 0 0;
}

.custom-bnr img{
	width: 100%;
	transition: all .6s;
}

.custom-bnr a{
	display: block;
   color: #fff;
	text-decoration: none;
}

.custom-bnr figcaption{
	display: block;
   font-size: 2rem;
   padding: 10px 15px 12px;
   background: url(assets/img/common/icon-external.png) right 15px center / 14px no-repeat;
}

.custom-bnr figcaption .note{
	font-size: 1.5rem;
}

#page .contact table.table-01 th .small{
	font-size: 1.3rem;
}

#page .contact table.table-01 th .req{
	right: 0;
}

#page .contact table.table-01 th .note{
	display: inline-block;
	font-size: 1.28rem;
	font-weight: normal;
	color: #222;
	line-height: 1.8;
}

@media (max-width: 750px){
	#page .contact table.table-01.soudan td{
	padding-left: 0;
}
}

#page .contact table.table-01 td .your-date{
	margin-bottom: 18px;
}

#page .contact table.table-01 td .your-date .kibou{
	font-size: 1.7rem;
	font-weight: bold;
	color: #8dbe54;
	margin-right: 30px;
}

@media (max-width: 750px){
#page .contact table.table-01 td .your-date .kibou{
	font-size: 1.4rem;
}
}

#page .contact table.table-01 td .wpcf7-date{
	font-size: 2rem;
	margin-right: 20px;
}

#page .contact table.table-01 td input[type="date" i]::-webkit-calendar-picker-indicator{
  background: url(/wp-content/uploads/2020/07/icon_calendar.png);
	background-size: contain;
}

#page .contact table.table-01 td .select-wrap{
	position: relative;
}

#page .contact table.table-01 td .select-wrap::after{
	position: absolute;
   content: "\f0dd";
	top: 0;
	bottom: 0;
	right: 1rem;
	display: flex;
	align-items: center;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: #939393;
}

@media (max-width: 750px){
#page .contact table.table-01 td .select-wrap::after{
	right: 2.4rem;
}
}

#page .contact table.table-01 td .select-wrap .wpcf7-select{
	padding-right: 34px;
}


@media (max-width: 750px){
#page .contact table.table-01 td .wpcf7-date{
	display: inline-block;
	margin-right: 0;
	margin-bottom: 10px;
}
}

@media (max-width: 750px){
	#page .contact table.table-01.soudan td .wpcf7-checkbox .wpcf7-list-item{
	display: block;
}
}

.contact-textbox{
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	color: #8dbe54;
}

@media (max-width: 750px){
.contact-textbox{
	font-size: 1.4rem;
}
}

/**
* お客様の声機能追加
*/

.voice-cat {
	display: inline-block;
	margin-bottom: 5px;
}

.voice-cat a {
	display: block;
	width: 98px;
	background-color: #8dbe54;
	border: solid 1px #8dbe54;
	border-radius: 3px;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: .06em;
	line-height: 26px;
	text-align: center;
	transition: all .4s;
}

.voice-cat a:hover {
	background-color: #fff;
	color: #8dbe54;
}

.voice-tag {
	display: inline-block;
	background: #fff url(assets/img/voice/tag_icon.png) left 10px center no-repeat;
	border: solid 1px #eee;
	border-radius: 3px;
	color: #666;
	font-size: 1.5rem;
	letter-spacing: .06em;
	line-height: 26px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 0 10px 0 30px;
}

#voice .contents {
	padding-bottom: 120px;
}

#voice .voice-tabs {
	display: flex;
	width: 100%;
	height: 60px;
}

#voice .voice-tabs__tab {
	flex: 0 0 33.33%;
	font-size: 2.2rem;
	letter-spacing: .4em;
}

#voice .voice-tabs__tab a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-bottom: solid 1px #ccc;
	transition: border-color .2s;
}

#voice .voice-tabs__tab a:hover {
	border-color: #8dbe54;
}

#voice .voice-tabs__tab.current-tab {
	border-top: solid 3px #8dbe54;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

#voice .voice-tabs__tab.current-tab a {
	border-bottom: none;
	pointer-events: none;
}

#voice .voice-list {
	width: 100%;
	padding-bottom: 40px;
}

#voice .voice-item {
	border-bottom: solid 1px #ccc;
	padding: 25px 0;
}

#voice .voice-item .voice-wrap {
	position: relative;
	display: flex;
}

#voice .voice-item__anchor {
	position: absolute;
	top: -83px;
	display: block;
	visibility: hidden;
}

#voice .voice-item__images {
	flex: 0 0 33.33%;
	padding: 0 57px 0 30px;
}

#voice .voice-item__photo img {
	display: block;
	max-width: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain';
}

#voice .voice-item__enquete {
	position: absolute;
	top: 0;
	right: 30px;
}

#voice .voice-item__enquete a {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	border: solid 1px #eee;
}

#voice .voice-item__enquete a::after {
	content: '';
	position: absolute;
	bottom: -10px;
	right: -10px;
	display: block;
	width: 40px;
	height: 40px;
	background: #8dbe54 url(assets/img/voice/loupe.png) center center / 24px no-repeat;
	transition: background-color .2s;
}

#voice .voice-item__enquete a:hover::after {
	background-color: #97cc5a;
}

#voice .voice-item__enquete img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain';
}

#voice .voice-item__texts {
	flex: 0 0 66.66%;
	padding: 0 30px 0 0;
}

#voice .voice-item__texts .voice-item__header {
	min-height: 120px;
	padding-right: 120px;
}

#voice .voice-item__texts .voice-item__header .voice-item__enquete {
	margin-left: auto;
	margin-bottom: 5px;
	padding-left: 15px;
}

#voice .voice-item .voice-cat {
	margin-right: 10px;
}

#voice .voice-item h2 {
	font-size: 2.4rem;
	font-weight: normal;
	margin: 15px 0;
}

#voice .voice-item .comment-wrap {
	letter-spacing: .08em;
	text-align: justify;
}

#voice .detail-wrap {
	padding: 0 30px;
}

#voice p.detail-btn {
	text-align: right;
}

#voice p.detail-btn span {
	display: inline-block;
	background: url( assets/img/common/arrow-down.png ) right center / 13px no-repeat;
	padding-right: 2rem;
	cursor: pointer;
}

#voice p.detail-txt {
	display: none;
	padding-top: 1.6rem;
	text-align: justify;
}

#voice .pagination {
	margin: 0 auto;
}

#voice .lightboxOverlay {
	z-index: 9999999;
}

#voice .lightbox {
	z-index: 10000000;
}

#voice .voice-notfound {
	padding: 60px 30px 75px;
}

#home .voice-box {
	background-color: #f5f5f5;
	padding: 80px 0 60px;
}

#home .voice-box .ttl-01 h2 {
	margin-bottom: 20px;
}

#home .voice-box .voice-list {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

#home .voice-box .voice-list .voice-not-found {
	margin: 0 auto;
	text-align: center;
}

#home .voice-box .voice-item {
	position: relative;
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	width: calc((100% - 80px) / 3);
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
	padding: 25px 30px 18px;
	z-index: 1;
	transition: opacity .2s;
}

#home .voice-box .voice-item:hover {
	opacity: .8;
}

#home .voice-box .voice-item__link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

#home .voice-box .voice-item:not(:last-child) {
	margin-right: 40px;
}

#home .voice-box .voice-item__photo {
	width: 50%;
	max-width: 153px;
	height: 102px;
}

#home .voice-box .voice-item__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

#home .voice-box .voice-item__tax {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 50%;
	padding: 0 0 0 20px;
}

#home .voice-box .voice-item__tax > *:last-child {
	margin-bottom: 0;
}

#home .voice-box .voice-item__tax .voice-tag {
	background-position: left 0 center;
	border: none;
	margin-right: 0;
	padding: 0 0 0 18px;
}

#home .voice-box .voice-item__tax .voice-cat a {
	position: relative;
	z-index: 3;
}

#home .voice-box .voice-item__ttl {
	font-size: 1.8rem;
	letter-spacing: .06em;
	line-height: 1.78;
	margin-top: 5px;
}

#home .voice-box .voice-item::after {
	content: '';
	position: absolute;
	bottom: 2px;
	right: 0;
	display: block;
	border-top: solid 5px #8dbe54;
	border-right: solid 5px transparent;
	border-left: solid 5px transparent;
	transform: rotate(-45deg);
}

#home .voice-box .view-all a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 70px;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: solid 1px #8dbe54;
	color: #8dbe54;
	margin: 0 auto;
	transition: background-color .2s, color .2s;
}

#home .voice-box .view-all a::after {
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	right: -15px;
	display: block;
	width: 30px;
	height: 3px;
	border-bottom: solid 1px #8dbe54;
	border-right: solid 2px #8dbe54;
	transform: skew(60deg);
}

#home .voice-box .view-all a:hover {
	background-color: #8dbe54;
	color: #fff;
}

/* 2021.05.19 iframe レスポンシブ */
.jc_iframe-outer iframe{
	width: 560px;
	height: 315px;
}

/* -------------2021.05.13 ジェイクール修正------------- */

/* 弁護士紹介ページ修正 */
@media screen and (min-width: 751px){
	.jc_alignleft{
		float: left;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.jc_alignright{
		float: right;
		width: calc(100% - 250px);
		margin-top: 0 !important;
	}
	.jc_float-clear{
		clear: both;
	}
}

/* お客様の声画面幅調整 */
.jc_pagination_pc{
	width: 100%;
}

.wpcf7-spinner{
  display: none !important;
}