@charset "utf-8";
/* CSS Document */
/*-------------------------------------------*/
/* max-width: 1300px
/*-------------------------------------------*/
@media screen and (max-width: 1300px) {
/*-------------------------------------------*/
/*	header
/*-------------------------------------------*/
header #logo {
    width: 240px;
    padding-left: 30px;
}
/*-------------------------------------------*/
/*	TOP
/*-------------------------------------------*/
/*--#news--*/  
#news {
padding-bottom: 80px;
} 
#news .news-text-contents {
padding-top: 0;
padding-bottom: 0;
padding-left: 40px;
}
/*-------------------------------------------*/
/* 下層
/*-------------------------------------------*/
/*	弁護士紹介
/*-------------------------------------------*/
.lawyer-pic-block .lawyer-pic-text p {
    margin: 0 auto;
}
}

/*-------------------------------------------*/
/* max-width: 1199px
/*-------------------------------------------*/
@media screen and (max-width: 1199px) {
/*-------------------------------------------*/
/*	共通設定
/*-------------------------------------------*/    
/*--文字揃え--*/
.text-cl-1199 {
    text-align: left !important;
}

/*--表示、非表示--*/
.sp-none-1199 {
    display: none;
}

.sp-display-1199 {
    display: block;
}
#common-cta {
    padding: 60px 0;
}
/*-------------------------------------------*/
/*	innerなど、サイズ設定
/*-------------------------------------------*/
/*--投稿のアーカイブ、シングル--*/
body.post-type-archive #content-inner,
body.tax-blog_cat #content-inner,
body.tax-blog_tag #content-inner,
body.single #content-inner {
    display: block;
}
body.post-type-archive #content-inner main#main-content,
body.tax-blog_cat #content-inner main#main-content,
body.tax-blog_tag #content-inner main#main-content,
body.single #content-inner main#main-content,
body.post-type-archive aside#sidebarArea,
body.tax-blog_cat aside#sidebarArea,
body.tax-blog_tag aside#sidebarArea,
body.single aside#sidebarArea {
    width: 100%;
}
body.post-type-archive aside#sidebarArea,
body.tax-blog_cat aside#sidebarArea,
body.tax-blog_tag aside#sidebarArea,
body.single aside#sidebarArea {
    padding-left: 0px;
    margin-top: 40px;
}
/*-------------------------------------------*/
/*	ハンバーガーメニュー(max-width: 1199px)
/*-------------------------------------------*/
/*--header---*/
header #header-inner {
padding: 13px 0;
}
/*--#g-nav---*/
#g-nav {
position: fixed;
top: 0px;
right: 0;
z-index: 9999;
padding: 0;
box-sizing: border-box;
}
#g-nav.nav-open {
height: 100%;
width: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.5);
}
#g-nav #g-nav-inner {
display: none;
}
#g-nav.nav-open #g-nav-inner {
display: block;
overflow: auto;
position: absolute;
padding: 80px 30px;
margin: 0px;
border-right: 0px solid #e5e5e5;
background-color: rgba(255,255,255,0.9);
float: none;
width: 88vw;
height: 100%;
right: 0;
}
header nav#main-nav ul {
display: block;
}
header nav#main-nav ul li.menu-item {
font-size: 15px;
}
header nav#main-nav ul li a {
padding: 18px 10px 18px 18px;
display: block;
border-bottom: 1px solid rgba(0,0,0,0.3);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" ><path fill="%23858585" d="M3.64,8.95c-.12,0-.25-.05-.34-.15-.18-.19-.17-.49.02-.67l3.28-3.13L3.31,1.87c-.19-.18-.2-.48-.02-.67.18-.19.48-.2.67-.02l3.64,3.48c.09.09.15.21.15.34s-.05.25-.15.34l-3.64,3.48c-.09.09-.21.13-.33.13Z" /></svg>');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10px 8px;
}
header nav#main-nav > ul#menu-global > li:first-of-type > a {
border-top: 1px solid rgba(0,0,0,0.3);
}
header nav#main-nav ul li.current a,
header nav#main-nav ul li a:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" ><path fill="%23858585" d="M3.64,8.95c-.12,0-.25-.05-.34-.15-.18-.19-.17-.49.02-.67l3.28-3.13L3.31,1.87c-.19-.18-.2-.48-.02-.67.18-.19.48-.2.67-.02l3.64,3.48c.09.09.15.21.15.34s-.05.25-.15.34l-3.64,3.48c-.09.09-.21.13-.33.13Z" /></svg>');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10px 8px;
}
/*--ホバー時の設定解除--*/
header nav#main-nav ul li:hover ul.sub-menu {
position: initial;
}
header nav#main-nav ul li ul.sub-menu,
header nav#main-nav ul li:hover ul.sub-menu {
display: block;
box-shadow: none;
width: calc(100% - 1em);
margin-left: auto;
    transform: initial;
}
header nav#main-nav ul li ul.sub-menu li a {
background-color: transparent;
padding: 10px 10px 10px 18px;
border: none;
border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
header nav#main-nav > ul > li.menu-item > a:after {
content: none;
}
header nav#main-nav ul li ul.sub-menu li a:hover {
background-color: transparent;
}
/*--ハンバーガーメニュー--*/
#g-nav .hamburger-menu {
cursor: pointer;
position: fixed;
z-index: 10000;
right: 20px;
top: 10px;
display: flex;
flex-direction: column;
justify-content: space-around;
height: 60px;
width: 60px;
padding: 6px;
}
.hamburger-line {
background-color: var(--color-main-text);
height: 1px;
width: 48px;
transition: 0.3s;
}
#g-nav.nav-open .hamburger-line:nth-child(1) {
transform: translateY(16px) rotate(45deg);
}
#g-nav.nav-open .hamburger-line:nth-child(2) {
opacity: 0;
}
#g-nav.nav-open .hamburger-line:nth-child(3) {
transform: translateY(-16px) rotate(-45deg);
}
/*--#main-nav、#header-info幅 ---*/
#main-nav,
header #header-info {
width: 100%;
max-width: 800px;
margin: 0 auto;
}
/*--#header-info ---*/
header #header-info {
margin-top: 20px;
}
header #header-info ul#header-info01,
header #header-info ul#header-info02 {
width: 100%;
}
header #header-info ul li {
margin-bottom: 8px;
}
header #header-info ul li a span,
header #header-info ul li#header-info-recruit a span {
display: inline-block;
background-repeat: no-repeat;
background-size: 20px 20px;
padding: 18px 3px 18px 28px;
background-position: center left;
}
/*-------------------------------------------*/
/*	TOP(max-width: 1199px)
/*-------------------------------------------*/
/*--#top-about--*/
#top-about .top-about-contents ul.link-menu li {
    min-width: 230px;
}
/*-------------------------------------------*/
/* 下層(max-width: 1199px)
/*-------------------------------------------*/
/*	弁護士紹介
/*-------------------------------------------*/
.lawyer-pic-block .lawyer-pic-text {
align-items: center;
padding-bottom: 30px;
}
.lawyer-message-block {
margin-top: -30px;
padding-top: 100px;
}
.lawyer-message-block-name,
.lawyer-position-block ul {
width: 100%;
}
.lawyer-position-block h2 {
width: 100%;
text-align: center;
margin-bottom: 30px;
}
.lawyer-books-block ul.flex > li.lawyer-books-list04,
.lawyer-books-block ul.flex > li.lawyer-books-list05 {
margin-top: -50px;
}

/*-------------------------------------------*/
/*	footer(max-width: 1199px)
/*-------------------------------------------*/
#footer-menu,
.foot-sns {
width: 100%;
}
.foot-sns {
margin-top: 20px;
}

}
/*-------------------------------------------*/
/* max-width: 969px
/*-------------------------------------------*/
@media screen and (max-width: 969px) {

/*-------------------------------------------*/
/*	共通設定(max-width: 969px)
/*-------------------------------------------*/
/*--文字揃え--*/
.text-cl-969 {
text-align: left !important;
}

/*--表示、非表示--*/
.sp-none-969 {
display: none;
}

.sp-display-969 {
display: block;
}

header {
display: block;
}

header nav ul {
justify-content: center;
}

header.commonInner,
.page-ttl {
width: 95%;
}

/*-------------------------------------------*/
/*	innerなど、サイズ設定(max-width: 969px)
/*-------------------------------------------*/
/*--共通inner--*/
.wp-block-column.top-inner,
.top-inner,
.common-inner-setting,
body.archive #content-inner,
body.single #content-inner,
.common-inner {
    width: 90%;
}
/*--幅--*/
.w90, .w80 {
width: 100%;
}
/*	共通投稿設定
/*-------------------------------------------*/
/*イメージ付カード式*/
.posted-list-card ul.posted-list li {
    width: 50%;
}
/*-------------------------------------------*/
/*	TOP(max-width: 969px)
/*-------------------------------------------*/
/*--#top-mv--*/
#top-mv .swiper:before,
#top-mv .slide-media {
width: calc(100% - 5rem);
}
#top-mv .slide-text {
left: 50px;
text-shadow: 0 0 5px rgba(0,0,0,0.3),0 0 10px rgba(0,0,0,0.3),0 0 10px rgba(0,0,0,0.3);
}
#top-mv .swiper-pagination {
top: initial;
bottom: 20px;
right: 2rem;
}
#top-mv .swiper-pagination-bullet {
height: 2rem;
}
/*--#top-about--*/
#top-about .top-about-img {
width: 100%;
height: 400px;
}
#top-about .top-about-contents {
width: 100%;
text-align: center;
}
#top-about ul.link-menu {
justify-content: center;
}
/*--#top-news--*/
#top-news .top-news-contents {
width: 90%;
max-width: initial;
padding-right: 0;
margin: 0 auto;
}
#top-news .top-news-img {
width: 90%;
margin: 60px auto 40px;
}
#top-news .btn {
text-align: center;
}
/*--#top-business--*/
#top-business .business-menu ul li {
width: 24%;
margin: 8px 0.5%;
}
/*--blog--*/
#blog {
    padding-bottom: 60px;
}
body.home .posted-list-card ul.posted-list li {
    width: 50%;
}
#blog .blog-btn-wrap {
    padding-bottom: 40px;
}
#blog .btn-posted-archive {
    top: initial;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
}
/*--news--*/
#news .top-inner {
    display: block;
    position: relative;
    padding-bottom: 80px;
    border-bottom: none;
}
#news .news-ttl-contents {
    width: 100%;
}
#news .news-text-contents {
    width: 100%;
    border-left: 0px solid rgba(62, 58, 57, 0.3);
    padding-left: 0;
}
.posted-list-simple ul.posted-list li:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#news .btn-posted-archive {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*--#top-access--*/
#top-access .top-access-top .top-access-gmap {
    width: calc(100% - 230px);
}
#top-access .top-access-top .top-access-detrail {
width: 200px;
}
#top-access .top-access-bottom ul li {
width: 100%;
text-align: center;
}
#top-access .top-access-bottom ul li:nth-of-type(even) {
padding: 25px 0;
}

/*-------------------------------------------*/
/*	下層(max-width: 969px)
/*-------------------------------------------*/
/*--#page-ttl--*/
#page-ttl {
padding: 100px 10px;
}
.page-sub-ttl {
font-size: 5rem;
padding-bottom: 5px;
margin-bottom: 5px;
}
.page-ttl-text {
    font-size: 23px;
}
#page-ttl .page-ttl-imgbox:before {
height: 20px;
}
#page-ttl img {
height: calc(100% - 20px);
}
/*--投稿--*/
body.single h1.single-ttl {
font-size: 19px;
}
/*	弁護士紹介(max-width: 969px)
/*-------------------------------------------*/
.lawyer-pic-block .lawyer-pic-text p {
font-size: 22px;
}
.lawyer-message-block {
margin-top: 60px;
padding-top: 70px;
}
.lawyer-books-block ul.flex > li.lawyer-books-list04,
.lawyer-books-block ul.flex > li.lawyer-books-list05 {
margin-top: 0px;
}
.lawyer-books-block ul.flex > li.lawyer-books-list03,
.lawyer-books-block ul.flex > li.lawyer-books-list06 {
margin-top: 30px;
margin-bottom: 0;
}
.lawyer-books-block ul.flex > li.lawyer-books-list03 {
order: 5;
}
.lawyer-books-block ul.flex > li.lawyer-books-list04 {
order: 3;
}
.lawyer-books-block ul.flex > li.lawyer-books-list05 {
order: 4;
}
.lawyer-books-block ul.flex > li.lawyer-books-list06 {
order: 6;
}
/*--#lawyer01---*/
#lawyer01 .lawyer-pic-block .lawyer-pic-text p {
    padding-right: initial;
}
/*	取り扱い分野
/*-------------------------------------------*/
.business-menu ul li {
width: 25%;
}
/*	ご相談の流れ(max-width: 969px)
/*-------------------------------------------*/
.flow-block .flow-wrap {
padding: 0;
}
.flow-block .flow-tel,
.flow-block .flow-contactform {
width: 100%;
}
.flow-block .flow-contactform {
margin-top: 10px;
}
.flow-block .flow-num {
font-size: 4rem;
margin-left: 0.25em;
}
/*	費用のご案内(max-width: 969px)
/*-------------------------------------------*/
.fee-menu ul.pagelink-menu > li {
    width: 50%;
}
/*	事務所案内(max-width: 969px)
/*-------------------------------------------*/
.aboutus-message .aboutus-message-text,
.aboutus-message .aboutus-message-img {
width: 100%;
}
.aboutus-message .aboutus-message-img img {
width: 55%;
height: initial;
}
.aboutus-message .aboutus-message-img img.aboutus-message-img02 {
margin-top: -200px;
}
.aboutus-message .aboutus-message-text {
padding-bottom: 0;
}
.aboutus-access-gmap {
width: calc(100% - 320px);
}
.aboutus-access-detrail {
width: 300px;
}
/*-------------------------------------------*/
/*	共通コンテンツ
/*-------------------------------------------*/
/*	#common-footinfo
/*-------------------------------------------*/
#common-footinfo {
padding: 60px 0;
}
#common-contact {
padding: 30px;
line-height: 1.5em;
}
#common-contact .common-inner {
width: 100%;
}
/*-------------------------------------------*/
/*	footer(max-width: 969px)
/*-------------------------------------------*/
.footer-inner.flex {
display: block;
}
.footer-l,
.footer-r {
width: 100%;
padding-right: 0;
}
.footer-logo {
display: block;
margin: 0 auto 13px;
}
ul.footer-sub-list {
justify-content: center;
margin: 0 auto 30px;
}
ul.footer-sub-list li:first-of-type {
width: 100%;
text-align: center;
margin: 0 auto;
}
#footer-menu .foot-nav {
padding: 25px 0px 0px 5px;
}
.foot-sns {
padding-right: 0;
margin-top: 30px;
}
.footer-bottom {
margin-top: 20px;
}
.footer-bottom .footer-bottom-nav {
margin-bottom: 20px;
padding-right: 0;
}
/*-------------------------------------------*/
/*	フローティングメニュー(max-width: 969px)
/*-------------------------------------------*/
footer {
padding-bottom: 110px;   
}
#footer-wrap {
padding: 40px 0 20px;
}
#floating-menu {
display: block;
width: 100%;
background-color: rgba(255,255,255,1.0);
position: fixed;
top: auto;
right: auto;
left: 0px;
bottom: 0px;
z-index: 999;
text-align: center;
padding: 0;
border: 0;
box-shadow: 0px 5px 5px 8px rgb(0,0,0,0.1);
}
#floating-menu ul {
margin: 0 auto;
overflow: hidden;
	width: 100%;
display: flex;
justify-content: space-between;
padding: 10px;
}
#floating-menu ul li {
width: 24.5%;
margin: 0;
min-width: initial;
display: flex;
flex-direction: column;
}
#floating-menu ul li a {
padding: 33px 0 10px;
border-radius: 5px;
flex-grow: 1;
height: 100%;
min-height: 100%;
max-width: 100%;
}
#floating-menu ul li.page-top {
display: block;
}
#floating-menu ul li.page-top a {
background-image: url(/images/floating/fm-arrow-top-white.png);
background-position: center top 16px;
background-repeat: no-repeat;
background-size: 12px;
}
}

/*-- END (max-width: 969px)--*/
/*-------------------------------------------*/
/* max-width: 769px
/*-------------------------------------------*/
@media screen and (max-width: 769px) {

/*-------------------------------------------*/
/*	共通設定: 769px
/*-------------------------------------------*/
/*--文字揃え--*/
.text-cl-769 {
	text-align: left !important;
}

/*--表示、非表示--*/
.sp-none-769 {
	display: none;
}

.sp-display-769 {
	display: block;
}
/*-------------------------------------------*/
/*	TOP: 769px
/*-------------------------------------------*/
/*---MV---*/

#top-mv:before {
width: 100%;
}
#top-mv .swiper:before,
#top-mv .slide-media {
width: calc(100% - 30px);
height: 96vw;
}
#top-mv .swiper {
overflow: visible;
}
#top-mv .slide-text {
-webkit-writing-mode: initial;
-moz-writing-mode: initial;
-ms-writing-mode: initial;
-ms-writing-mode: initial;
writing-mode: initial;
left: 23px;
transform: initial;
-webkit-transform: initial;
top: initial;
bottom: 50px;
height: auto;
}
#top-mv .slide-text h2 span {
border-left: 0px solid rgba(255, 255, 255, 0.5);
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/*-------------------------------------------*/
/*	下層: 769px
/*-------------------------------------------*/
/*-------------------------------------------*/
/*	共通コンテンツ: 769px
/*-------------------------------------------*/
.scroll-box {
overflow-x: auto;
padding-bottom: 10px;
-webkit-overflow-scrolling: touch;
}
.scroll-box table {
margin-top: 10px;
min-width: 640px;
}
/*--テーブル設定--*/
/*--テーブルシンプル--*/
table.simple-table tr th,
table.simple-table tr td {
display: block;
width: 100%;
padding: 15px 10px;
}
table.simple-table tr th {
border-bottom: 1px dotted var(--color-main40);
}
/*	#common-footinfo
/*-------------------------------------------*/
#common-contact .common-contact-tel-contact ul li.common-contact-tel a.telnum span {
font-size: 32px;
}

/*	事務所案内(max-width: 769px)
/*-------------------------------------------*/
.aboutus-message .aboutus-message-img img.aboutus-message-img02 {
margin-top: -150px;
}
.aboutus-message .aboutus-message-text p.aboutus-message-text-main {
font-size: 22px;
}
.aboutus-access-gmap,
.aboutus-access-detrail {
width: 100%;
}
.aboutus-access-gmap {
margin-bottom: 30px;
}
.aboutus-access-gmap iframe {
max-height: 400px;
}
.aboutus-access-detrail img.aboutus-map {
display: block;
width: 100%;
max-width: 400px;
margin: 30px auto 0;
}
/*	プライバシーポリシー(max-width: 769px)
/*-------------------------------------------*/
#page-privacy .page-sub-ttl {
    font-size: 3rem;
}
/*-------------------------------------------*/
/*	footer: 769px
/*-------------------------------------------*/
/*---footer---*/
.footer-l ul {
margin-top: 15px;
}
footer nav#foot-nav {
width: 100%;
}

footer nav#foot-nav ul li {
width: 100%;
}
footer nav#foot-nav ul li a {
padding: 5px 1.25em;
}
}

/*-------------------------------------------*/
/* max-width: 660px
/*-------------------------------------------*/
@media screen and (max-width: 660px) {
body {
font-size: 15px;
}
h2,
#page-flow h2.ttl-vertical-borderbottom {
font-size: 20px;
}
/*--header--*/
header #logo {
	width: 220px;
	padding-left: 15px;
}
/*-------------------------------------------*/
/*	共通設定(max660)
/*-------------------------------------------*/
/*--文字揃え--*/
.text-cl-660 {
text-align: left !important;
}

/*--表示、非表示--*/
.sp-none-660 {
display: none;
}

.sp-display-660 {
display: block;
}
/* サイズ */
#content {
padding: 30px 0 60px;
}
/*-------------------------------------------*/
/*	innerなど、サイズ設定(max-width: 660px)
/*-------------------------------------------*/
body.archive #content-inner,
body.single #content-inner {
    width: 95%;
}
/*--幅--*/
.w60 {
width: 100%;
}
.space {
padding-top: 60px;
padding-bottom: 60px;
}
/*	共通投稿設定
/*-------------------------------------------*/
/*イメージ付カード式*/
.posted-list-card ul.posted-list li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.posted-content {
    margin: 2em 0; 
}
/*-------------------------------------------*/
/*	TOP(max660)
/*-------------------------------------------*/
#top-mv .slide-text {
bottom: -30px;
}
#top-mv .slide-text p {
letter-spacing: 0;
font-size: 14px;
margin-bottom: 6px;
}
#top-mv .slide-text h2 {
font-size: 23px;
line-height: 2.25rem;
display: inline-block;
}
#top-mv .swiper-pagination {
right: 18px;
}
/*--#top-about--*/
#top-about .top-about-img {
height: 350px;
}
/*--news--*/
.posted-list-simple ul.posted-list li a .posted-a-wrap {
    display: block;
    background-position: right center;
}
.posted-list-simple ul.posted-list li .posted-ttl {
width: 100%;
}
#top-news .top-news-img {
margin: 80px auto 40px;
}
#top-news .top-news-img ul {
padding-bottom: 80px;
}
#top-news .top-news-img ul li {
width: 60%;
}
/*--#top-business--*/
#top-business .business-menu ul li {
width: 49%;
margin: 3px 0.5%;
}
/*--#top-pr--*/
#top-pr:before {
height: 200px;
}
#top-pr ul li {
width: 100%;
margin-bottom: 30px;
}
#top-pr ul li:last-of-type {
margin-bottom: 0px;
}
/*--#top-blog--*/
body.home .posted-list-card ul.posted-list li {
width: 100%;
}
/*--#top-access--*/
#top-access .top-access-top .top-access-gmap {
width: 100%;
margin: 0 auto 40px;
}
#top-access .top-access-top .top-access-gmap iframe {
max-height: 400px;
}
#top-access .top-access-top .top-access-detrail {
width: 100%;
max-width: 280px;
margin: 0 auto;
}
/*-------------------------------------------*/
/*	下層(max660)
/*-------------------------------------------*/
#page-ttl h1 {
    font-size: 1.55em;
    line-height: 1.4em;
}
.page-sub-ttl {
font-size: 3.75rem;
}
/*--サイトマップ--*/
.sitemap-l, .sitemap-r {
    width: 100%;
}

/*--共通--*/
.pager ul li {
    font-size: 13px;
}
/*--CTA--*/
#common-cta ul li {
    width: 100%;
    margin-bottom: 20px;
}
#common-cta ul li:last-of-type {
    margin-bottom: 0px;
}
/*	弁護士紹介(max-width: 660px)
/*-------------------------------------------*/
.lawyer-pic-block .lawyer-pic-text,
.lawyer-pic-block .lawyer-pic-img {
width: 100%;
}
.lawyer-pic-block .lawyer-pic-img img {
display: block;
width: calc(100% - 30px);
max-width: 400px;
margin: 0 auto;
box-shadow: 15px 15px 0 var(--color-main20);
}
#lawyer02 .lawyer-pic-block .lawyer-pic-img img {
box-shadow: -15px 15px 0 var(--color-main20);
}
.lawyer-pic-block .lawyer-pic-text p {
font-size: 21px;
-webkit-writing-mode: initial;
-moz-writing-mode: initial;
-ms-writing-mode: initial;
-ms-writing-mode: initial;
writing-mode: initial;
line-height: 1.8em;
width: 100%;
max-width: 500px;
letter-spacing: 0em;
margin-bottom: 10px;
}
.lawyer-pic-block .lawyer-pic-text p span {
background-image: url(/images/common/deco-quotation03.png), url(/images/common/deco-quotation04.png);
background-position: left top, right bottom;
background-repeat: no-repeat, no-repeat;
background-size: 1em, 1em;
padding: 1.25em 0.75em;
}
.lawyer-message-block {
margin-top: -80px;
padding-top: 140px;
}
.lawyer-message-block-name .name {
    font-size: 23px;
}
.lawyer-reki-block ul li {
flex-wrap: wrap;
padding: 18px;
}
.lawyer-reki-block ul li .year:after {
content: none;
}
.lawyer-reki-block ul li .reki-text {
width: 100%;
margin-top: 3px;
}
.lawyer-books-block ul.flex > li.lawyer-books-list01,
.lawyer-books-block ul.flex > li.lawyer-books-list02,
.lawyer-books-block ul.flex > li.lawyer-books-list04,
.lawyer-books-block ul.flex > li.lawyer-books-list05 {
width: 48%;
padding: 10px;
}
.lawyer-books-block ul.flex > li.lawyer-books-list03,
.lawyer-books-block ul.flex > li.lawyer-books-list06 {
width: 100%;
}
.lawyer-books-block ul.flex > li.lawyer-books-list06 {
margin-top: 0;
}
#lawyer02.mt100 {
margin-top: 60px;
}
/*	取り扱い分野
/*-------------------------------------------*/
.business-menu ul li {
width: 50%;
}
.business-list-block ul li {
width: 100%;
}
/*	ご相談の流れ(max-width: 660px)
/*-------------------------------------------*/
.flow-block .flow-fee {
text-align: center;
padding: 15px 40px;
}
.flow-block .flow-fee .flow-fee-text {
display: block;
border-bottom: 2px dotted var(--color-main40);
padding: 0 15px;
}
.flow-block .flow-fee .flow-fee-text:after {
content: none;
}
/*	費用のご案内(max-width: 660px)
/*-------------------------------------------*/
#fee-section .mt80 {
margin-top: 60px;
}
#fee-section h3.ttl-sand-border {
font-size: 20px;
padding: 0 0 15px !important;
}
#fee-section h3.ttl-sand-border:before {
left: 0;
right: 0;
top: initial !important;
bottom: 0 !important;
margin: 0 auto;
}
#fee-section h3.ttl-sand-border:after {
content: none !important;
}
#fee-law {
margin-top: 20px;
}
/*	よくある質問(max-width: 660px)
/*-------------------------------------------*/
#page-faq .section-border-main {
border: none;
padding: 0;
}
.faq-button span, .faq-detail span {
padding-top: 0.25em;
}
.faq-button figure, .faq-detail figure {
width: 2.25em;
height: 2.25em;
line-height: 2.25em;
}
.faq-button:before, .faq-button:after {
right: 20px;
}
.faq-button, .faq-detail {
padding: 20px 45px 20px 20px;
}
/*	事務所案内(max-width: 660px)
/*-------------------------------------------*/
.aboutus-intro .aboutus-intro-text {
position: initial;
transform: initial;
-webkit-transform: initial;
width: 100%;
margin-bottom: 30px;
}
.aboutus-intro .aboutus-intro-text p.sub-eng {
font-size: 2.8rem;
padding-right: 0;
}
.aboutus-intro .aboutus-intro-img-wrap {
padding-left: 0;
}
.aboutus-intro .aboutus-intro-img img {
box-shadow: -15px 15px 0 var(--color-main20);
}
.aboutus-message {
margin-top: 60px;
}
.aboutus-message .aboutus-message-img img {
width: 70%;
}
.aboutus-message .aboutus-message-img img.aboutus-message-img02 {
margin-top: -80px;
}
/*-------------------------------------------*/
/*	共通コンテンツ
/*-------------------------------------------*/
/*	#common-footinfo
/*-------------------------------------------*/
#common-contact .common-contact-tel-contact ul li {
width: 100%;
}
#common-contact .common-contact-tel-contact ul li.common-contact-btn {
margin-top: 13px;
}
/*-------------------------------------------*/
/*	page-topr(max660)
/*-------------------------------------------*/
#page-top {
bottom: 15px;
right: 15px;
}
/*-------------------------------------------*/
/*	footer(max660)
/*-------------------------------------------*/
/*---footer---*/
ul.footer-sub-list li {
width: 100%;
text-align: center;
margin: 0px auto;
}
ul.footer-sub-list li:nth-of-type(even) {
margin: 8px auto;
font-size: 18px;
}
ul.footer-sub-list li .footer-sub-list-tel a {
text-decoration: underline;
}
#footer-menu .foot-nav {
width: 100%;
}
#footer-menu #foot-nav02.foot-nav {
margin-top: 20px;
}
#footer-menu .foot-nav ul {
display: flex;
flex-wrap: wrap;
}
#footer-menu .foot-nav ul li {
margin: 5px 0;
}
#footer-menu .foot-nav ul li:not(.menu-footernav-100) {
width: 50%;
}
#footer-menu .foot-nav ul li.menu-footernav-100 {
width: 100%;
}
.footer-bottom .footer-bottom-nav ul {
    display: block;
}
.footer-bottom .footer-bottom-nav ul li {
    padding: 0 0 5px;
}
}

/*-- END (max-width: 660px)--*/
/*-------------------------------------------*/
/* max-width: 480px
/*-------------------------------------------*/
@media screen and (max-width: 480px) {

/*-------------------------------------------*/
/*	共通設定
/*-------------------------------------------*/
/*--文字揃え--*/
.text-cl-480 {
	text-align: left !important;
}

/*--表示、非表示--*/
.sp-none-480 {
	display: none;
}

.sp-display-480 {
	display: block;
}
/*-------------------------------------------*/
/*	TOP
/*-------------------------------------------*/
/*--#top-about--*/
#top-about .top-about-contents {
width: 90%;
margin: 60px auto 0;
}
#top-about .top-about-contents .top-about-message {
width: 100%;
max-width: 350px;
text-align: left;
margin: 0 auto;
}
#top-about .top-about-contents ul.link-menu li {
width: 100%;
max-width: 250px;
}
/*-------------------------------------------*/
/*	下層(max480)
/*-------------------------------------------*/
/*	弁護士紹介(max-width: 480px)
/*-------------------------------------------*/
.lawyer-position-block ul {
padding: 0 1em;
}
.lawyer-position-block ul li {
width: 100%;
}
/*	ご相談の流れ(max-width: 480px)
/*-------------------------------------------*/
.flow-block .flow-contents {
    padding: 20px;
}
.flow-block .flow-tel, .flow-block .flow-contactform {
padding: 20px;
}
.flow-block .flow-tel .kakko-bracket {
    padding: 0px 15px;
}
.flow-block .flow-num {
font-size: 3.5rem;
padding-right: 40px;
}
/*	費用のご案内(max-width: 480px)
/*-------------------------------------------*/
.fee-menu ul.pagelink-menu > li {
	width: 100%;
}
}

/*-- END (max-width: 480px)--*/
/*-------------------------------------------*/
/* max-width: 370px
/*-------------------------------------------*/
@media screen and (max-width: 370px) {

/*-------------------------------------------*/
/*	共通設定
/*-------------------------------------------*/
/*--文字揃え--*/
.text-cl-370 {
	text-align: left !important;
}

/*--表示、非表示--*/
.sp-none-370 {
	display: none;
}

.sp-display-370 {
	display: block;
}
/*-------------------------------------------*/
/*	見出しスタイル
/*-------------------------------------------*/
/*--ttl-sand-border--*/
.ttl-sand-border {
border-bottom: 1px solid;
padding-bottom: 15px;
}
.ttl-sand-border span {
    padding: 0;
}
.ttl-sand-border span:before,
.ttl-sand-border span:after {
content: none;
}
}