@charset "UTF-8";
/* CSS Document */
/********************************************** 
	メインビジュアル
********************************************* */
#visual {
	height: 600px;
    width: 100%;
    background: url(../images/mainvisual.jpg) center center/cover no-repeat;
}
#visual .visual-inner {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 100;
    letter-spacing: .05em;
    line-height: 1,25;
}
/*
#visual .visual-inner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    z-index: -1;
}
*/
.visual-inner h2 {
	font-size: 4.8rem;
	font-weight: 700;
	margin: 0;
}
/********************************************** 
	各下層ページビジュアル
********************************************* */
.visual:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
}
.blog .visual, .post-template-default .visual, .category .visual {
	background: url(../images/visual/bg_blog.jpg) center center/cover no-repeat;
}
.page-id-2037 .visual {
	background: url(../images/visual/bg_kotsujiko.jpg) center center/cover no-repeat;
}
.page-id-2084 .visual {
	background: url(../images/visual/bg_rikon.jpg) center center/cover no-repeat;
}
.page-id-2121 .visual {
	background: url(../images/visual/bg_jitenshajiko.jpg) center center/cover no-repeat;
}
.page-id-2519 .visual {
	background: url(../images/visual/bg_reason.jpg) center center/cover no-repeat;
}
.page-id-2522 .visual {
	background: url(../images/visual/bg_sodan.jpg) center center/cover no-repeat;
}
.page-id-9 .visual {
	background: url(../images/visual/bg_intro.jpg) center center/cover no-repeat;
}
.page-id-3 .visual {
	background: url(../images/visual/bg_policy.jpg) center center/cover no-repeat;
}
.page-id-11 .visual {
	background: url(../images/visual/bg_price.jpg) center center/cover no-repeat;
}
.page-id-13 .visual {
	background: url(../images/visual/bg_access.jpg) center top/cover no-repeat;
}
.page-id-15 .visual {
	background: url(../images/visual/bg_contact.jpg) center center/cover no-repeat;
}
.page-id-17 .visual {
	background: url(../images/visual/bg_sitemap.jpg) center center/cover no-repeat;
}
.page-id-937 .visual {
	background: url(../images/visual/bg_special.jpg) center center/cover no-repeat;
}
.post-type-archive-information .visual, .single-information .visual {
	background: url(../images/visual/bg_news.jpg) center center/cover no-repeat;
}
.post-type-archive-faq .visual, .single-faq .visual,.tax-qa_category .visual {
	background: url(../images/visual/bg_faq.jpg) center center/cover no-repeat;
}
.post-type-archive-labor .visual, .single-labor .visual,.tax-labor_category .visual {
	background: url(../images/visual/bg_labor.jpg) center center/cover no-repeat;
}
.post-type-archive-knowledge .visual, .single-knowledge .visual,.tax-knowledge_cat .visual {
	background: url(../images/visual/bg_knowledge.jpg) center center/cover no-repeat;
}
.post-type-archive-solution .visual, .single-solution .visual {
	background: url(../images/visual/bg_solution.jpg) center center/cover no-repeat;
}
.post-type-archive-court-cases .visual, .single-court-cases .visual, .tax-case_category .visual {
    background: url(../images/visual/bg_court-cases2.jpg) center center / cover no-repeat;
}
.page-id-2836 .visual {
	background: url(../images/visual/bg_jitenshajiko.jpg) center center/cover no-repeat;
}


/********************************************** 
	ページナビ
********************************************* */
.wp-pagenavi {
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--blue1);
}
.wp-pagenavi a {
    color: var(--blue1);
}
.wp-pagenavi a, .wp-pagenavi span {
	border: none !important;
}
.wp-pagenavi a, .wp-pagenavi span:not(.material-icons) {
	font-family: "Poppins", sans-serif;
}
.wp-pagenavi span.material-icons {
	border: none;
	font-size: 1.8rem;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 5px 0 0;
	border: solid 1px #eee;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .3s;
}
.wp-pagenavi span.current {
    border: none;
    background: var(--blue1);
    color: #fff;
}
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
    background: var(--blue1);
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	border: none;
}
.pagenavi .wp-pagenavi a:hover, .pagenavi .wp-pagenavi span.current {
    border-color: var(--blue1);
}



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

.circle-item-container {
	position: relative;
}
.circle-item {
	position: absolute;
    top: -220px;
    right: 0;
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 5px solid #4e4e88;
    border-radius: 50%;
    background-color: #4e4e88;
    z-index: 999;
    text-align: center;
    line-height: 1.35;
}
.circle-item small {
	font-size: 1.8rem;
	display: block;
}
.circle-item .row-top {
	width: 100%;
	height: 50%;
	background: #fff;
	color: #4e4e88;
	font-weight: bold;
	font-size: 4.2rem;
	padding-top: 2.5rem;
}
.circle-item .row-bottom {
	width: 100%;
	height: 50%;
	color: #fff;
	font-weight: bold;
	font-size: 3rem;
	padding-bottom: 1.5rem;
}
.circle-item .row-bottom i {
	margin-right: .25em;
}


#top00 {
    background: url(../images/bg_hogan.png) repeat;
}

/* top01 */

.top-service-box a {
	display: block;
	background-color: #fff;
	color: inherit;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.top-service-box a .align-items-center {
	width: 100%;
	height: 80px;
	margin-bottom: 1rem;
}
.top-service-box a h3 {
	text-align: center;
	line-height: 1.35;
	color: #4e4e88;
	font-size: 2.2rem;margin-bottom: 0;
}
.top-service-box a .service-box-content {
	padding: 2rem 2.4rem 3rem;
	border-top: 2px solid #4e4e88;
}
.top-service-box a .service-box-content p {
	margin-bottom: 0;
}
.top-service-box a figure {
	margin: 0;
	overflow: hidden;
}
.top-service-box a figure img {
	transition: all ease-in-out .5s;
}
.top-service-box a:hover figure img {
	transform: scale(1.07);
	opacity: .7;
}
.top-service-box a .service-box-content i {
	position: absolute;
	color: #4e4e88;
	bottom: 1rem;
	right: 1.5rem;
	transition: all ease-in-out .25s;
}
.top-service-box a:hover .service-box-content i {
	transform: translateX(5px)
}


/* top02 */
#top02 {
	position: relative;
	background: url(../images/top/bg_top02.jpg) center center/cover no-repeat;
}
#top02::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--blue1);
	background: linear-gradient(120deg,rgba(78, 78, 136, 1) 30%,  rgba(78, 78, 136, 0.7) 100%);
}
#top02 .container {
	position: relative;
	z-index: +1;
}
.bubble {
	position: relative;
	display: inline-block;
    background-color: #fff;
    min-width: 400px;
    max-width: 100%;
    text-align: center;
    border-radius: 200px;
    padding: .75em 1em;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 3rem;
    line-height: 1.35;
    letter-spacing: 2px;
}
.bubble::before {
	position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: "";
}
#top02 h3 {
	color: #fff;
	font-size: 4rem;
	 display: flex;
    align-items: center;
}
#top02 h3::before,
#top02 h3::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: rgba(255,255,255,.5);
}
#top02 h3::before {
    margin-right: 1em;
}
#top02 h3::after {
    margin-left: 1em;
}
#top02 h3 span {
	font-size: 1.35em;
}
.tokucho .circle-box {
	margin-bottom: 3rem;
}
.tokucho .circle-box > div {
	background: #fff;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	padding: 4rem 1rem 1rem;
}
.tokucho .circle-box figure {
	margin-bottom: 2rem;
}
.tokucho .circle-box figure img {
	width: 120px;
	opacity: .3;
}
.tokucho .circle-box h4 {
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.5;
}
.tokucho-txt {
	padding: 0 2em;
	color: #fff;
	font-size: 1em;
}
.tokucho-txt strong {
	color: #f5c045;
}

/* top03 */
#top03 {
	position: relative;
	background: url(../images/top/bg_top03.jpg) center center/cover no-repeat;
	background-attachment: fixed;
	
}
#top03::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255,255,255,.7);
	backdrop-filter: blur(10px);
	z-index: 0;
}
#top03 .col-lg-9 {
	position: relative;
}
#top03 .col-lg-9 p {
	margin-bottom: 1.5em;
}



/* news */
#news h2.ja-en {
	margin-top: 2rem;
}
.news-wrap article {
	border-bottom: 1px dotted #ccc;
}
.news-wrap article a {
	display: table;
	width: 100%;
	padding: 2rem 4rem 2rem 1rem;
	position: relative;
	color: #222;
}
.news-wrap article a > div {
	display: table-cell;
	
}
.news-wrap article a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.32s, -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    z-index: -1;
}
.news-wrap article a:hover::after {
	-webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.news-wrap article .news-meta {
	width: 120px;
}
.news-wrap article .date {
	display: inline-block;
	padding-right: 1rem;
	font-size: 1.3rem;
	opacity: .5; 
	line-height: 1.25;
	font-weight: bold;
	white-space: nowrap;
}
.news-wrap article a:hover .news-txt {
	transition: .25s;
}
.news-wrap article a:hover span.material-icons {
	transform: translateX(7px);
	color: #4c9268;
}
.news-wrap article a:hover .news-txt {
	color: #4e4e88;
}

/* GoogleMap */
#top-map {
	margin-bottom: -.8rem;
}
/********************************************** 
	下層ページ共通
********************************************* */
ul.top-check li {
	font-weight: 600;
	margin: .5rem 0;
	font-size: 2.4rem;
}
.arrow-title {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--blue1);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 700px;
	height: 70px;
	position: relative;
}
.arrow-title::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #fdef32;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.a_sec {
	padding-top: 70px;
	margin-top: -70px;
}
h4.balloon {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 1em;
	border-radius: 300px;
	background-color: #f0f3f8;
	text-align: left;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5;
	color: #4e4e88;
}
h4.balloon::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #f0f3f8 transparent transparent;
	translate: -50% 100%;
	transform: skew(30deg);
	transform-origin: top;
}
blockquote {
	border-left: 4px solid #f0f3f8;
	padding-left: 2em;
	color: #888;
	font-style: italic;
	margin-top: 1.5em;
}
h2.cat_title {
	text-align: center;
    font-weight: 700;
    color: #fff;
    background: #4e4e88;
	background: var(--gradient1);
    padding: 15px 1em;
    margin-bottom: 15px;
    font-size: 2.4rem;
    clip-path: polygon(0 20px, 20px 0, 100% 0, 100% 100%, 0 100%);
}
.bg-box-area {
	height: 100%;
    background: #f0f3f8;
    padding: 1em;
    border-radius: 5px;
}
/********************************************** 
	電話番号
********************************************* */
.tel-num a.en {
	font-family: "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Verdana, sans-serif;
}
a.tel {
	font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
span.free::before {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1em;
	background: url(../images/free.png) center center/contain no-repeat;
	vertical-align: middle;
	margin-right: .25em;
	margin-top: -4px;
}
span.free-white::before {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1em;
	background: url(../images/free_white.png) center center/contain no-repeat;
	vertical-align: middle;
	margin-right: .25em;
	margin-top: -4px;
}


/********************************************** 
	弁護士紹介
********************************************* */
.keireki-box {
	height: 100%;
	background: #f0f3f8;
	padding: 3rem;
}

/********************************************** 
	お問い合わせ
********************************************* */
#contact01 .bg-gray-box {
	background-color: #f7f7f7;
	padding: 1.5em 1em;
}
#contact01 .tel-num {
    line-height: 1;
    font-size: 4rem;
    white-space: nowrap;
}
#contact01 .tel-num i {
	font-size: 3.6rem;
	margin-right: .5em;
}
/* フォーム */
.table-contact input:focus, .table-contact textarea:focus, input[type="submit"]:focus,input[type="button"]:focus {
    outline: none;
}
.table-contact {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	font-family: 'Noto Sans JP', sans-serif;
}
.table-contact th,.table-contact td {
	padding: 1em;
	border-bottom: 1px solid #ddd;
}
.table-contact th {
	vertical-align: middle;
	padding: 1em;
	background: #f7f7f7;
	width: 280px;
}
.table-contact th span.hissu {
	display: inline-block;
	right: 1em;
	color: #fff;
	font-size: 1.2rem;
	padding: 2px 12px;
	border-radius: 3px;
	background: #fb5357;
	float: right;
}
.table-contact input[type="text"],.table-contact input[type="email"],.table-contact input[type="tel"], .table-contact textarea {
    width: 50%;
    border: 1px solid #ddd;
    padding: 2px;
}
.table-contact textarea,.table-contact input[type="text"].long {
	width: 100%;
}
.table-contact input[type="text"]#zip {
	width: 150px;
}
input[type=submit] {
	border: none;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    width: 270px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #4e4e88;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    transition: all ease-in-out .3s;
}
input[type=submit]:hover {
	background-color: #818285;
}
.table-contact td span.hidden-xs {
	display: inline-block;
	margin-left: 1em;
	color: #777;
	font-size: 1.2rem;
}
.wpcf7-spinner {
	position: absolute !important;
}

/********************************************** 
	アクセス
********************************************* */
.path-box {
	background: #f0f3f8;
	padding: 2em 2em 1em;
	border-radius: 7px;
	position: relative;
	margin-left: 2rem;
	margin-bottom: 5rem;
}
.path-box:not(:last-child)::before {
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #4e4e88;
    position: absolute;
    bottom: -3.5rem;
    left: calc(50% - 3rem);
}
.path-box span.path-num {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #4e4e88;
	line-height: 60px;
	font-size: 3.6rem;
	font-style: italic;
	background: #f0f3f8;
	position: absolute;
	text-align: center;
	top: -1.5rem;
	left: -1.5rem;
}
.path-img {
	padding-left: .5rem;
	position: relative;
	z-index: +2;
}
.gmap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 60%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/********************************************** 
	サイトマップ
********************************************* */
ul.sitemap {
	padding: 0 1em;
}
ul.sitemap li {
    width: 49%;
    display: inline-block;
    list-style: none;
}
ul.sitemap li a {
    display: block;
    color: #222;
    padding: 4px;
}
ul.sitemap li a:hover {
	color: var(--orange);
}
ul.sitemap li a i {
    display: inline-block;
    margin-right: .5em;
    color: var(--orange);
    transition: .2s;
}
ul.sitemap li a:hover i {
	transform: translateX(3px);
}

/********************************************** 
	Q&A
********************************************* */
.term-area a {
	display: block;
	border-radius: 5px;
	background: #fff;
	border: 3px solid #4e4e88;
	padding: 5px;
}
.term-area a:hover {
	background: #d9e1ed;
}
.archive-faq-box a {
	display: block;
	background: #fff;
	height: 100%;
	-webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 15%);
}
.archive-faq-box figure {
	overflow: hidden;
	position: relative;
	margin: 0;
}
.archive-faq-box figure::before {
    content: "";
    display: block;
    padding-top: 64%;
}
.archive-faq-box figure img {
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.archive-faq-box a:hover figure img {
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.archive-faq-txt {
	padding: 1.4rem;
	color: #333;
	border-top: 3px solid #4e4e88;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.archive-faq-txt h5 {
	font-size: 1.5rem;
	margin: 0 0 .5rem;
	font-weight: bold;
}
.archive-faq-txt p {
	margin-bottom: 0;
	font-size: 1.3rem;
	color: #666;
}
.archive-faq-box a:hover .archive-faq-txt {
	color: #4e4e88;
}
.single-title-box.qa {
	border-left: none;
	position: relative;
	padding-left: 6rem;
	padding-bottom: 1.6rem;
	border-bottom: 4px solid #eee;
}
.single-title-box.qa h2 span {
	display: inline-block;
	color: #fff;
	background-color: var(--blue1);
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -5px;
}
/********************************************** 
	お悩み解決
********************************************* */
.qa-nav a.btn {
    width: 100%;
    padding: 0 1.5em;
    position: relative;
    line-height: 1.35;
}
.qa-nav a.btn i {
    position: absolute;
    right: 1.5rem;
    top: calc(50% - .5em);
}
.single-knowledge .single-title-box.qa,.single-solution .single-title-box.qa,.single-labor .single-title-box.qa {
	padding-left: 3rem;
}
.single-knowledge .single-title-box.qa::before,.single-solution .single-title-box.qa::before,.single-labor .single-title-box.qa::before {
	content: "";
	display: block;
	width: 7px;
	height: calc(100% - 1rem);
	background: #4e4e88;
	position: absolute;
	left: 2px;
	top: 0;
}
.post-type-archive-knowledge .news-wrap article a,.post-type-archive-solution .news-wrap article a,.post-type-archive-labor .news-wrap article a {
	padding: 2rem 4rem 2rem 4rem;
}
.post-type-archive-knowledge .news-wrap article a::before,.post-type-archive-solution .news-wrap article a::before,.post-type-archive-labor .news-wrap article a::before {
	content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f6871c;
    position: absolute;
    left: 1em;
    top: calc(50% - 5px);
}
/********************************************** 
	お客様の声
********************************************* */
.client-comment {
	margin-top: 1rem;
	font-size: 1.2em;
	font-weight: 600;
	color: var(--blue1);
}



/* !リストスタイル */
/* ================================================== */	
/* 上下のみボーダー */
ul.border-list {
  color: #1e366a;
  border-top: solid #1e366a 1px;/*上のボーダー*/
  border-bottom: solid #1e366a 1px;/*下のボーダー*/
  padding: 0.5em 0 0.5em 1.5em;
}

ul.border-list li {
  line-height: 1.5;
  padding: 0.5em 0;
}
/* クール */
ul.cool-list {
  color: #1e366a;
  border: dotted #1e366a 1px;/*ドット 色 太さ*/
  padding: 0.5em 0.5em 0.5em 2em;
}
ul.cool-list li {
  line-height: 1.5;
  padding: 0.5em 0;
}
/* チェックリスト */
ul.check-list {
  border: solid 2px #ffb03f;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

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

ul.check-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
  font-weight: 900;
}
/* タブ付きリスト */
ul.tab-list {
  border: solid 2px #ffb03f;
  padding: 0.5em;
  position: relative;
  margin-top: 2em;
}
ul.tab-list li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
ul.tab-list li:last-of-type {
  border-bottom: none;
}
ul.tab-list li:before {
  /*リスト内のアイコン*/
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
  font-weight: 900;
}
ul.tab-list li:after {
  /*タイトルタブ*/
  background: #ffb03f;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: "この説明のまとめ";/*タブの文字*/
  letter-spacing: 0.05em;/*字間*/
}

/* タブ付きリスト2 */
ul.tab-list2 {
  border: solid 2px #ffb03f;
  padding: 0.5em;
  position: relative;
  margin-top: 2em;
}
ul.tab-list2 li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
ul.tab-list2 li:last-of-type {
  border-bottom: none;
}
ul.tab-list2 li:before {
  /*リスト内のアイコン*/
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
  font-weight: 900;
}
ul.tab-list2 li:after {
  /*タイトルタブ*/
  background: #ffb03f;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: "解説のまとめ";/*タブの文字*/
  letter-spacing: 0.05em;/*字間*/
}
  /*円で番号を囲う*/
ol.number1 {
  counter-reset:number; /*数字をリセット*/
  padding:0.5em;
}
ol.number1 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
  list-style-type: none!important; /*数字を一旦消す*/
}

ol.number1 li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* タイトル付　枠　1　*/
.kakomi-box11 {
 position: relative;
 margin: 1.5em auto;
 padding: 1.2em;
 background-color: #fff; /* 背景色 */
 border: 1px solid #555555; /* 枠線の太さ・色 */
 width: 100%;
}
.title-box11 {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color: #fff; /* タイトル背景色 */
 color: #333; /* タイトル文字色 */
}
/********************************************** 
	選ばれる理由
********************************************* */
.font-l {
	font-size: 2rem;
}
.color-orange {
	color: #f5c045;
}
.tokucho-wrap {
	padding: 3em 2em 2em;
	border: 4px solid #CCD4EA;
	border-radius: 12px;
	position: relative;
}
.tokucho-wrap h3 {
	font-size: 3rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    position: relative;
    margin-bottom: 2rem;
    position: absolute;
    left: 0;
    top: -.85em;
    width: 100%;
}
.tokucho-wrap h3 span {
    display: inline-block;
    background: #fff;
    padding: 0 0.5em;
}
table.table-tokucho {
    border-collapse: separate;
    border-spacing: 12px;
    margin: 0;
}
table.table-tokucho th {
    color: #4e4e88;
    background: #CCD4EA;
    text-align: center;
    vertical-align: middle;
    font-size: 2.7rem;
    font-family: "FOT-筑紫明朝 Pr6N R",TsukuMinPr6N-R,"游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
    font-style: italic;
    width: 50px;
    height: 50px;
    padding: 0;
}
table.table-tokucho td {
    font-weight: 700;
    font-size: 1.8rem;
    text-align: left;
    vertical-align: middle;
    padding: 0;
}
table.table-tokucho td a {
	color: inherit;
}
table.table-tokucho td a:hover {
	color: #4e4e88;
}
h2.number {
	position: relative;
    padding: 0.5em 0.5em 0.35em 80px;
    background: #f7f7f7;
    font-size: 2.7rem;
    margin-bottom: 20px;
}
h2.number span {
    position: absolute;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 3.6rem;
    width: 60px;
    height: 100%;
    background: #4e4e88;
    background: var(--gradient1);
    left: 0;
    top: 0;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 700;
}
/********************************************** 
	弁護士費用
********************************************* */
p.kome {
	position: relative;
	padding-left: 1em;
}
p.kome:before {
    content: "※";
    position: absolute;
    left: 0;
    color: #fb5357;
}
.mt-10 {
	margin-top: 1rem;
}
.mt-20 {
	margin-top: 2rem;
}
h2.number.question {
    font-size: 18px;
    font-weight: 700;
    padding: 1em 0.5em 1em 80px;
}
h2.number.question span {
    font-size: 32px;
    background: #f5c045;
}

/********* following-banner *********/
#following-banner {
    position: fixed;
    bottom: 0;
    left: 0px;
    width: 100%;
    z-index: 9999;
    
}
#following-banner table {
	box-shadow: 0 0 30px rgba(0,0,0,.15);
	width: 100%;
}
#following-banner table td {
	vertical-align: middle;
	text-align: center;
	padding: 0;
}
#following-banner table td a {
	display: block;
	height: 100%;
	padding: 0 1rem;
	height: 52px;
	line-height: 52px;
}
#following-banner .following-0 {
	width: 20%;
	background: #4e4e88;
	padding: 4px;
}
#following-banner .following-line {
	width: 12%;
	background: #06c755;
	color: #fff;
}
#following-banner .following-1 {
	width: 30%;
	background: #f5f19d;
}
#following-banner .following-2 {
	width: 30%;
	background: #fff;
}
#following-banner .following-2 a {
	color: #fff;
}
#following-banner .following-3 {
	width: 8%;
	background: #d9e1ed;
}
#following-banner .following-3 a:hover {
	color: #fff;
	background: #4e4e88;
}
.copyright {
	padding-bottom: 6rem;
}

/********************************************** 
	目次
********************************************* */
.mokuji {
	background: var(--lightblue1);
    padding: 2em 3em;
    border-radius: 8px;
}
.mokuji h3 {
	text-align: center;
	color: var(--blue1);
}
.mokuji:not(.question) ul {
    counter-reset: item;
    padding: 0;
}
.mokuji ul li {
    list-style: none;
    position: relative;
    padding: 3px 0;
    align-items: baseline;
}
.mokuji > ul > li {
	font-size: 1.1em;
} 
.mokuji ul.child li {
	font-size: 90%;
}
.mokuji:not(.question) > ul > li:before {
    content: counters(item, "-") ". ";
    counter-increment: item;
    display: inline-block;
    padding-right: .5em;
    color: var(--blue1);
    font-weight: bold;
}
.mokuji ul.child {
    padding-left: 1.5em;
}
.mokuji ul > li > ul > li {
    font-size: 1em;
    padding: 0;
}
.mokuji ul > li > ul > li:before {
    content: "（" counter(item) "）";
    counter-increment: item;
    display: inline-block;
    padding-right: 0;
    color: var(--blue1);
}
.mokuji.question ul > li {
	font-size: 1.2em;
    display: flex;
    align-items: baseline;
}
.mokuji.question > ul > li:before {
    content: "Q.";
    color: #f5c045;
    font-size: 1.2em;
    font-weight: bold;
}
.mokuji ul li a {
	color: var(--default);
	font-weight: 500;
	padding-left: 5px;
}
.mokuji ul li a:hover {
	color: var(--blue1);
}
.mokuji h4 {
    border-bottom: 1px solid #d9e1ed;
    padding-bottom: 4px;
    font-size: 2rem;
}
/********************************************** 
	取扱事件
********************************************* */
#jiken .top-service-box a {
	border: 1px solid #ddd;
}
#jiken .top-service-box a .service-box-content {
	padding: 2rem 2.4rem;
}
#jiken .top-service-box a .align-items-center {
    margin-bottom: 0;
}


/* 992px以上 */
@media (min-width: 992px) {
}



/* 991px以下 */
@media (max-width: 991px) {
/********************************************** 
	メインビジュアル
********************************************* */
	#visual .visual-inner:before {
	    content: "";
	    display: block;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(67,71,122,.25);
	    z-index: -1;
	}

	.visual-inner h2 {
		font-size: 4rem;
	}

/********************************************** 
	トップページ
********************************************* */
	.tokucho .circle-box > div {
	    width: 200px;
	    height: 200px;
	    padding: 3rem 1rem 1rem;
	}
	.tokucho .circle-box figure {
	    margin-bottom: 1rem;
	}
	.tokucho .circle-box figure img {
		width: 70px;
	}
	.tokucho .circle-box h4 {
	    font-size: 1.8rem;
	    line-height: 1.35;
	}
	.tokucho-txt {
	    padding: 0 1rem;
	}
/* news */
	.news-btn {
		text-align: right;
	}
	.news-btn a.btn {
	    font-size: 1.4rem;
	    width: 200px;
	    height: 40px;
	    line-height: 40px;
	}
/********************************************** 
	弁護士紹介
********************************************* */
	.keireki-box {
		padding: 1.5rem;
	}
	.keireki-box table.table-simple th,.keireki-box table.table-simple td {
		display: block;
		width: 100%;
	}
	.keireki-box table.table-simple td {
		margin-bottom: 1rem;
	}
	.teams img {
		max-width: 260px;
	}

/********************************************** 
	サイトマップ
********************************************* */
	.sitemap-wrap {
		padding: 0 1.5rem;
	}
	.sitemap-wrap ul li {
		display: inline-block;
		width: 32%;
		margin-bottom: 1rem;
	}

}



@media (max-width: 767px) {
/********************************************** 
	メインビジュアル
********************************************* */
	#visual {
	    height: 420px;
	    background: url(../images/mainvisual.jpg) center 20px / cover no-repeat;
	}
	.visual-inner h2 {
		font-size: 2.4rem;
        letter-spacing: 0;
        padding-top: 2.4rem;
	}
	.visual-inner h2 span {
		font-size: 5.4vmin;
	}
	.visual-inner h2 span.small {
		font-size: 1.6rem;
	}
	.visual-inner p, .visual-inner li {
        font-size: 5vmin;
    }
	.visual-inner li {
		font-size: 4.2vmin;
	}
	.visual-inner p.sp {
		text-align: center;
		font-size: 5.4vmin;
	}
/*
	.visual-inner >.container {
		padding-bottom: 2em;
	}
*/
	.circle-item {
	    top: -140px;
	    right: 10px;
	    width: 160px;
	    height: 160px;
	    border: 4px solid #4e4e88;
	    letter-spacing: .075em;
	}
	.circle-item small {
		font-size: 1.4rem;
	}
	.circle-item .row-top {
		font-size: 1.8rem;
		padding-top: 1rem;
	}
	.circle-item .row-bottom {
		font-size: 1.8rem;
		padding-bottom: 1rem;
	}
	.circle-item .row-bottom i {
		margin-right: .25em;
}


/********************************************** 
	トップページ
********************************************* */
/* top00 */
	#top00 .team-img img {
		max-width: 280px;
	}
/* top01 */
	.top-service-box a .service-box-content {
	    padding: 2rem;
	    border-top: 2px solid #4e4e88;
	}
	.top-service-box a .align-items-center {
		height: auto;
		margin-bottom: 0;
	}
	.top-service-box a h3 {
		font-size: 1.8rem;
	    margin-bottom: 1rem;
	}
	#jiken .top-service-box a h3 {
		margin-bottom: 0;
	}
	.top-service-box a .service-box-content {
		position: relative;
	}
	.top-service-box a .service-box-content i {
		top: 2.5rem;
		right: 1.5rem;
	}

/* top02 */
	.bubble {
	    min-width: 300px;
	    max-width: 100%;
	    padding: .5em 1em;
	    font-size: 1.6rem;
	    margin-bottom: 2rem;
	}
	#top02 h3 {
	    font-size: 2.4rem;
	}
	.tokucho > div:not(:last-child) {
		margin-bottom: 2rem;
	}
	.tokucho .circle-box {
	    margin-bottom: 1.5rem;
	}
	.tokucho .circle-box > div {
	    width: 180px;
	    height: 180px;
	}
	.tokucho .circle-box h4 {
	    font-size: 1.6rem;
	}
	.tokucho-txt {
	    padding: 0 1em;
	    font-size: 1em;
	}
/* top03 */	
	#top03 {
	    background: #ededed;
	}
	
/* news */
	#news a.btn {
	    height: 40px;
	    line-height: 40px;
	    font-size: 1.3rem;
	    width: 100%;
	}
	.news-wrap article a {
	    display: block;
	    padding: 1rem 0;
	}
	.news-wrap article .news-meta {
		display: block;
	    width: 100%;
	    margin-bottom: 5px;
	}
	
	#top-map iframe {
		height: 250px;
	}
/********************************************** 
	下層ページ共通
********************************************* */
	ul.top-check li {
		margin: .3rem 0;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.arrow-title {
		font-size: 1.8rem;
		height: 50px;
	}
	.a_sec {
		padding-top: 60px;
		margin-top: -60px;
	}
	h4.balloon {
	    margin-bottom: 15px;
	    margin-top: 1rem;
	    padding: 5px 1em;
	    font-size: 2rem;
	}
	h4.balloon::after {
	    border-width: 15px 7px 0 7px;
	}
	blockquote {
		padding-left: 1em;
	}
	h2.cat_title {
	    padding: 8px 1em;
	    margin-bottom: 12px;
	    font-size: 1.8rem;
	    clip-path: polygon(0 10px, 10px 0, 100% 0, 100% 100%, 0 100%);
	}

/********************************************** 
	お問い合わせ
********************************************* */
#contact01 .bg-gray-box {
    padding: 1em 1rem;
}
#contact01 .bg-gray-box .tel-num {
	font-size: 3rem;
}
#contact01 .bg-gray-box .tel-num i {
	font-size: 2.6rem;
}
/* フォーム */	
	.table-contact {
		margin-bottom: 10px;
		border-bottom: 1px solid #ddd;
	}
	.table-contact th {
		display: block;
		width: 100%;
		padding: .5em;
		border-bottom: none;
	}
	.table-contact td {
		display: block;
		width: 100%;
		padding:.5em;
		border-top: none;
		border-bottom: none;
	}
	.table-contact input[type="text"],.table-contact input[type="email"],.table-contact input[type="tel"], .table-contact textarea {
	    width: 100%;
	    padding: 6px;
	}
	table.table-blue.res th {
	    padding: .5em 1em;
	    display: block;
		width: 100%;
		border-bottom: none;
		text-align: left;
	}
	table.table-blue.res td {
	    padding: .5em 1em;
	    display: block;
		width: 100%;
		border-top: none;
	}
/********************************************** 
	アクセス
********************************************* */
	.path-box {
		padding: 1.5em 1.5em 1em;
		margin-left: 1rem;
		margin-bottom: 3.2rem;
	}
	.path-box:not(:last-child)::before {
	    border-left: 20px solid transparent;
	    border-right: 20px solid transparent;
	    border-top: 15px solid #4e4e88;
	    bottom: -2.5rem;
	    left: calc(50% - 2rem);
	}
	.path-box span.path-num {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 2.4rem;
		top: -1rem;
		left: -1rem;
	}
	.path-img {
		padding-left: 0;
	}
/********************************************** 
	サイトマップ
********************************************* */
	.sitemap-wrap p {
	    padding-bottom: 2px;
	    border-bottom: 2px solid #eee;
	    margin-bottom: 1em;
	}
	.sitemap-wrap {
		padding: 0 1rem;
	}
	.sitemap-wrap ul li {
		width: 49%;
		margin-bottom: 1rem;
	}
	.sitemap-wrap ul li a {
		font-size: 1.3rem;
	}

/********************************************** 
	Q&A
********************************************* */
	.qa-nav a.btn {
		padding: 0 1.2em;
	}
	.qa-nav a.btn i {
		right: .8rem;
	}
	.news-wrap.qa-wrap article a {
	   padding: 1rem 0 1rem 4.3rem;
	}
	.qa-wrap .news-txt span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1.8rem;
		top: 1rem;
		left: .5rem;
	}
	.single-title-box.qa {
		padding-left: 4rem;
		padding-bottom: 1rem;
		border-bottom: 3px solid #eee;
	}
	.single-title-box.qa h2 span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1.8rem;
		left: 0;
		top: 0;
	}
/********************************************** 
	交通事故のお悩み解決
********************************************* */
	.single-worries .single-title-box.qa {
		padding-left: 2rem;
	}
	.single-worries .single-title-box.qa::before {
		width: 5px;
		height: calc(100% - .7rem);
	}
	.post-type-archive-worries .news-wrap article a {
		    padding: 1rem 0 1rem 3rem;
	}
	.post-type-archive-worries .news-wrap article a::before {
	    width: 8px;
	    height: 8px;
	    left: .5em;
	    top: calc(50% - 4px);
	}
	.news-wrap article a > div {
	    line-height: 1.65;
	}
/********************************************** 
	選ばれる理由
********************************************* */
	.font-l {
		font-size: 1.6rem;
	}
	.tokucho-wrap {
		padding: 1.75em 1em 1em;
		border: 3px solid #CCD4EA;
	}
	.tokucho-wrap h3 {
		font-size: 2.2rem;
	    margin-bottom: 2rem;
	}
	table.table-tokucho {
	    border-collapse: collapse;
	}
	table.table-tokucho th {
	    font-size: 1.6rem;
	    width: 30px;
	    height: 30px;
	    border-bottom: 6px solid #fff;
	}
	table.table-tokucho td {
	    font-size: 1.5rem;
	    border-bottom: 6px solid #fff;
	    padding-left: .5em;
	}
	h2.number {
	    padding: 0.5em 0.5em 0.25em 6rem;
	    font-size: 1.8rem;
	    margin-bottom: 15px;
	    line-height: 1.5;
	}
	h2.number span {
	    font-size: 2.2rem;
	    width: 46px;
	}
/********************************************** 
	弁護士費用
********************************************* */
	h2.number.question {
	    font-size: 16px;
	    padding: .5em .5em .5em 60px;
	}
	h2.number.question span {
	    font-size: 24px;
	}
/********* following-banner *********/
	#following-banner {
		margin-bottom: -1px;
	}
	#following-banner table td a {
		padding: 5px;
		height: 54px;
		line-height: 44px;
	}
	#following-banner .following-1 {
		width: 55%;
		background: #fff;
	}
	#following-banner .following-1 img {
		width: auto;
		height: 36px;
	}
	#following-banner .following-2 {
		width: 15%;
	}
	#following-banner .following-line {
		width: 15%;
	}
	#following-banner .following-2 a {
		color: #4e4e88;
		background: var(--lightblue1);
		font-size: 24px;
	}
	#following-banner .following-3 {
		width: 15%;
	}
/********************************************** 
	目次
********************************************* */
	.mokuji {
		background: var(--lightblue1);
	    padding: 1em;
	}
	.mokuji ul li {
		padding: 0;
	}
	.mokuji ul > li {
	    font-size: 1.1em;
	}
	.mokuji h4 {
	    font-size: 1.7rem;
	}
/********************************************** 
	サイトマップ
********************************************* */
	ul.sitemap {
		padding: 0;
	}
	ul.sitemap li {
	    width: 100%;
	    display: block;
	}
	ul.sitemap li a {
	    display: block;
	    color: #222;
	    padding: 4px;
	}
	ul.sitemap li a:hover {
		color: var(--orange);
	}
	ul.sitemap li a i {
	    display: inline-block;
	    margin-right: .5em;
	    color: var(--orange);
	    transition: .2s;
	}
	ul.sitemap li a:hover i {
		transform: translateX(3px);
	}
}



/* 575px以下 */
@media (max-width: 575px) {
	.visual-inner h2 b {
		display: none;
	}
/********************************************** 
	弁護士紹介
********************************************* */
/********************************************** 
	アクセス
********************************************* */
	.path-img img {
		max-width: 200px;
	}

}


/********************************************** 
	顧問医のご紹介
********************************************* */
#top-komoni {
	overflow: hidden;
	background: #f0f3f8;
}
#top-komoni h3 {
	font-size: 3.6rem;
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
    text-align: center;
        color: #4e4e88;
}
#top-komoni h3::before, #top-komoni h3::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
}
#top-komoni h3::before {
    margin-right: 1em;
}
#top-komoni h3::after {
    margin-left: 1em;
}
#top-komoni table th,#top-komoni table td {
	border: none;
}
#top-komoni table td {
	font-size: .9em;
}
#top-komoni table.table-color td {
	background: #fff;
}
a.text-link {
	text-decoration: underline;
}
a.text-link:hover {
	color: #1c86b4;
	text-decoration: none;
}

@media (max-width: 767px) {
	#top-komoni h3 {
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}
	#top-komoni h3::before {
	    margin-right: .5em;
	}
	#top-komoni h3::after {
	    margin-left: .5em;
	}
	#top-komoni table th {
		width: 100%;
		display: block;
		text-align: center;
	}
	#top-komoni table td {
		width: 100%;
		display: block;
	}
}

/********************************************** 
	自転車事故の慰謝料を解説
********************************************* */
table.table-gray {
	width: 100%;
}
table.table-gray th,table.table-gray td {
    border: 1px solid #ddd;
    padding: .75em;
}
.text-nowrap {
	white-space: nowrap;
}

#accident8 #s4 h4 {
	margin-top: 3rem;
}
#top-komoni.page-komon {
	background: #fff;
}
#top-komoni.page-komon h3 {
	margin-bottom: 3rem;
}
#top-komoni.page-komon table.table-color td {
    background: #f0f3f8;
}
.point-area {
	padding: 2.5em 2em 2em 2em;
    border: 3px solid #f5c045;
    border-radius: 16px;
    position: relative;
    background: url(../images/bg_hogan.webp) left top repeat;
}
h3.point_num {
	height: 50px;
    background: var(--lightblue1);
    overflow: hidden;
    margin-bottom: .75em;
    position: relative;
    padding-left: 2.5em;
    font-size: 2.4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 300px;
}
h3.point_num span.num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff;
    background: var(--blue1);
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}
@media (min-width: 992px) {
	.fixed-table {
		table-layout: fixed;
	}
}
@media (max-width: 991px) {
	.table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd;
    }
    .table-responsive th,.table-responsive td {
	    white-space: nowrap;
    }
    table.table-gray th, table.table-gray td {
        padding: .75em;
     }

}
@media (max-width: 767px) {
	.point-area {
		padding: 1.5em 1em;
	}
	#top-komoni.page-komon h3 {
		margin-bottom: 2rem;
	}
	h3.point_num {
		font-size: 1.7rem;
        padding-left: 3.25em;
        padding-right: .5em;
        line-height: 1.3;
	}
}
/********************************************** 
	解決事例
********************************************* */
.archive-solution-box {
	display: block;
	padding: 2em;
	border: 1px solid #e1e1eb;
	margin-bottom: 2rem;
}
.archive-solution-box h3 {
	font-size: 2rem;
	border-bottom: 3px solid #e1e1eb;
	padding-bottom: 5px;
}
.archive-solution-box p {
	color: #818285;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: all ease-in-out .3s;
}
.archive-solution-box:hover p {
	color: #4e4e88;
}
.archive-solution-box span.btn-more {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 1.3rem;
	background: #4e4e88;
	padding: 4px 1.25em;
	border-radius: 50px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: all ease-in-out .3s;
}
.archive-solution-box:hover span.btn-more {
	background-color: #818285;
}
.archive-solution-box span.btn-more i {
	margin-left: .5rem;
}
.lawyer-comment,.free-area {
	margin-top: 4rem;
}




@media (max-width: 767px) {
/********************************************** 
	解決事例
********************************************* */
	.archive-solution-box {
		padding: 1em;
		margin-bottom: 1rem;
	}
	.archive-solution-box h3 {
		font-size: 1.6rem;
		border-bottom: 2px solid #e1e1eb;
		padding-bottom: 3px;
	}
	.archive-solution-box p {
		font-size: 1.3rem;
	}
	.archive-solution-box span.btn-more {
		padding: 3px 1em;
	    font-size: 1.1rem;
	}
	.lawyer-comment,.free-area {
		margin-top: 2rem;
	}
}
@media (max-width: 767px) {
	.area_info_post h2 {
		font-size: 2.2rem;
        padding: 1rem 1em;
        border-left: 4px solid var(--blue1);
        margin-bottom: 2rem;
	}
	.area_info_post h4 {
        padding: 0.8rem 2rem;
        font-size: 1.5rem;
        margin-bottom: 12px;
        margin-top: 1.65em;
    }
}


/*-----------------------------------------------------------------------------
	ブログ
-----------------------------------------------------------------------------*/
/* アーカイブ */
.blog-left {
	padding-right: 3rem;
}
.archive-post-area {
	padding-bottom: 3em;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 3em;
	margin-right: 3rem;
}
.blog-wrapper .entry-title {
	margin-bottom: 2em;
}
.blog-wrapper .entry-title .date {
	line-height: 1.25;
	padding-right: 1.5em;
	width: 100px;
	border-right: 1px solid #222;
}
.blog-wrapper .entry-title .date span {
    display: block;
    font-size: 3rem;
    font-weight: bold;
}
.blog-wrapper .entry-title-2 {
	padding-left: 1.5em;
	line-height: 1.25;
}
.blog-wrapper .entry-title-2 h2,.blog-wrapper .entry-title-2 h2 a {
	color: #19191a;
	font-size: 24px;
	font-weight: 500;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif;
	margin-bottom: 10px;
}
.blog-wrapper .entry-title-2 h2 a:hover {
	color: var(--blue1);
}
.entry-title-2 .category {
	display: inline-block;
	margin-right: 2em;
}
.entry-title-2 .category a:hover {
	color: #dfa974;
}
.archive-post-area .btn {
	margin-right: 2em;
	font-size: 1.4rem;
	width: 160px;
    height: 40px;
    line-height: 40px;
}
.archive-post-area .ex {
	margin-bottom: 2em;
}
.archive-post-area .thumbnail-box a {
	display: block;
	overflow: hidden;
	padding-top: 69.4822%;
    position: relative;
    width: 100%;
}
.archive-post-area .thumbnail-box a img {
	display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: .25s;
}
.archive-post-area .thumbnail-box a:hover img {
	opacity: .8;
}
/* シングル */
.single-post-area {
	margin-top: 60px;
	line-height: 2;
}
.single-blog-left {
	padding-right: 3rem;
}
.single-post-area table {
	max-width: 100% !important;
}
.single-post-area ul li {
	list-style: disc;
	list-style-position: inside;
}
.single-post-area ol li {
	list-style: decimal;
	list-style-position: inside;
}
.single-post-area blockquote {
	border-left: 1px solid #040000;
	margin-left: 0;
	padding-left: 2em;
	font-style: italic;
}
.single-post-area hr {
	height: 1px;
	background-color: #040000;
	border: none;
	margin: 30px 0;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
.single-post-area img {
	max-width: 100% !important;
}
.wp-caption ,.wp-caption-text {
	max-width: 100%!important;
}
/* =サイドバー
-----------------------------------------------------------------------------*/
#sidebar h2.widgettitle {
	font-size: 24px;
	position: relative;
	padding-left: .75em;
	margin-bottom: .75em;
}
#sidebar h2.widgettitle:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #222;
}
#sidebar ul,#sidebar select {
	margin-bottom: 40px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li a {
	display: block;
	opacity: .6;
	padding-left: 1em;
	margin-bottom: 5px;
	line-height: 1.65;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#sidebar ul li a:hover {
	opacity: 1;
}
#sidebar select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
@media (max-width: 991px) {
/*-----------------------------------------------------------------------------
	ブログ
-----------------------------------------------------------------------------*/	
	.archive-post-area {
		margin-right: 0;
	}

}
@media (max-width: 767px) {
/*-----------------------------------------------------------------------------
	ブログ
-----------------------------------------------------------------------------*/
/* アーカイブ */
	.archive-post-area {
		padding-bottom: 1.5em;
		margin-right: 0;
		border-bottom: 1px solid #f1f1f1;
		margin-bottom: 1.5em;
	}
	.blog-wrapper .entry-title {
		margin-bottom: 1.5em;
	}
	.blog-wrapper .entry-title-2 h2, .blog-wrapper .entry-title-2 h2 a {
		font-size: 17px;
	}
	.blog-wrapper .entry-title .date {
		width: auto;
        white-space: nowrap;
        font-size: 11px;
        padding-right: 10px;
	}
	.blog-wrapper .entry-title .date span {
	    font-size: 24px;
	}
	.blog-wrapper .entry-title-2 {
		padding-left: 1em;
	}
	.entry-title-2 span {
		display: block;
		white-space: nowrap;
		font-size: 12px;
	}
	.entry-title-2 .category {
		display: block;
		margin-right: 0;
	}
	.archive-post-area .btn {
		margin-right: 0;
		font-size: 1.3rem;
		width: 150px;
	    height: 30px;
	    line-height: 30px;
	}
	.archive-post-area .ex {
		margin-bottom: 1.5em;
	}
/* 	シングルページ */
	.single-blog-left {
		padding-right: 0;
	}
	.single-post-area {
	    margin-top: 0;
	    line-height: 2;
	}
/*-----------------------------------------------------------------------------
	サイドバー
-----------------------------------------------------------------------------*/
	#sidebar {
		margin-top: 40px;
	}
	#sidebar h2.widgettitle {
	    font-size: 20px;
	}
	#sidebar ul, #sidebar select {
	    margin-bottom: 20px;
	}
}

