@charset "utf-8";



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

.header_bg {
    position: absolute;
    width: 100%;
    height: auto;
    top: 35px;
    z-index: 2;
    transition: .8s;
}
.site_logo {
    position: absolute;
    top: 0px;
    left: 22px;
}
.eyecatch {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
}
.inner-content {
    position: relative;
    z-index: 3;
    padding-left: 10%;
}
#fade_slide {
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
}
#fade_slide:before{
    background-color: rgb(72 72 72 / 20%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 1;
}
.zs-enabled .zs-slideshow {
    z-index: 0 !important;
}
.zoomslider {
	height: 786px;
}
.zs-enabled .zs-slideshow .zs-bullets {
    display: none;
}

.header_bg .inner {
	padding-top: 35px;
}

.logo_menu {
	position: relative;
}

.eyecatch h1 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 38px;
    line-height: 58px;
    font-weight: 600;
    letter-spacing: 1.6px;
}
.eyecatch p {
    padding-left: 5px;
    letter-spacing: 1.9px;
    font-size: 12px;
    color: #fff;
}

.header_bg2 {
    height: 110px;
    padding: 35px 0px 0px;
    background: #fff;
}
.header_bg2 #g_navi li a {
	color: var(--navy);
    font-weight: 900;
}
.header_bg2 #g_navi li a:after {
    background: var(--navy);
}
/* G-navi
----------------------------------------------------------- */

.g_navi_sub {
    position: absolute;
    top: -3px;
    right: 30px;
}
#g_navi {
    transition: .5s;
}
#g_navi nav {
    margin: 0 auto 0px;
}
.nav-unshown {
	display:none;
}
#g_navi nav {
    margin: 0 auto 0px;
}
#g_navi li {
    position: relative;
    display: inline-block;
}
#g_navi li a {
	display: table;
    position: relative;
    padding: 5px 12px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
	color: #fff;
    transition: .5s;
}
#g_navi li a:after {
    position: absolute;
    bottom: -2px;
    left: 35%;
    content: '';
    width: 30%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
#g_navi li.active a,
#g_navi li a:hover {
    text-decoration: none;
}
#g_navi li a:hover::after,
#g_navi li.active a:after {
	transform-origin: left top;
	transform: scale(1, 1);
}
#g_navi li a span {
    display: block;
}
#g_navi li a span.en {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transform: scale(0.8);
}

/* 固定 */
.fixed {
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
}

#g_navi.fixed {
	border-bottom: 1px solid #ddd;
}
#g_navi.fixed li {
   bottom: -1px;
}
#g_navi.fixed nav {
	width: 100%;
}

/* breadcrumb
----------------------------------------------------------- */

#breadcrumb {
    position: relative;
    margin: 0px;
    padding: 12px 0px;
    font-size: 12px;
}
#breadcrumb:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

#breadcrumb ul {
    position: relative;
    z-index: 3;
    width: 1076px;
    white-space: nowrap;
    margin: 0px auto;
    overflow-x: auto;
    overflow-y: hidden;
}
#breadcrumb li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    color: #999;
}
#breadcrumb li a {
    display: block;
    padding: 0 12px 0 10px;
    max-width: 360px;
    height: 18px;
    line-height: 18px;
    text-decoration:none;
    color: #999;
    white-space: nowrap;
}

#breadcrumb li a:after {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-left: auto;
    margin-right: -15px;
    height: 8px;
    width: 10px;
    content: " ";
    -webkit-transform: skew(-45deg);
    border-right: 1px solid #999;
}
#breadcrumb li a:before {
    float: right;
    display: block;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: -15px;
    height: 8px;
    width: 10px;
    content: " ";
    -webkit-transform: skew(45deg);
    border-right: 1px solid #999;
}
#breadcrumb li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    line-height: 32px;
    padding: 0 22px 0 10px;
}

/* lead
----------------------------------------------------------- */

.lead {
    position: relative;
    background: var(--navy);
}
.lead:before {
    background-color: rgb(14 14 14 / 25%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}
/* 事務所 */
body.company .lead {
    background: url(./images/company_bk.jpg?0428) no-repeat center center / cover;
	
}
/* 取扱分野 */
body.service .lead,
body.page-template-page-service-template .lead {
    background: url(./images/service_bk.jpg) no-repeat center center / cover;
}
/* 弁護士費用 */
body.cost .lead {
    background: url(./images/cost_bk.jpg) no-repeat center center / cover;
}
/* 弁護士紹介 */
body.lawyer .lead {
    background: url(./images/lawyer_bk.jpg) no-repeat center center / cover;
}

/* お知らせ */
body.single-post .lead,
body.info .lead,
body.news .lead,
body.category-column .lead,
body.category-info .lead {
    background: url(./images/info_bk.jpg) no-repeat top center / cover;
}
/* notfound */
body.error404 .lead {
	
}
/* contact */
body.contact .lead,
body.confim .lead,
body.comp .lead {
    background: url(./images/contact_bk.jpg) no-repeat bottom right / cover;
}
.lead .inner {
	position: relative;
    display: table;
    height: 280px;
}
.lead .txt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.lead h1,
.lead .lead_tl {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 600;
}

/* 汎用スタイル
----------------------------------------------------------- */

.head_area {
    position: relative;
    color: var(--navy);
}

.head_area .arrow {
    position: relative;
    display: inline-block;
    padding: 0px 80px;
}
.head_area .arrow:before, .head_area .arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #555;
}
.head_area .arrow:before {
    left: 0;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.head_area .arrow:after {
    right: 0;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.head_title {
    margin-bottom: 50px;
}
.head_title h2 {
	position: relative;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 3px;
}
.head_title h2:after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0%;
    width: 90px;
    height: 1px;
    margin-left: 0px;
    background-color: #16406b;
}
.head_title.t_center h2:after {
    left: 46%;
}
.entry-header .head_title {
    margin: 30px 0px;
}
.entry-header h1.entry-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}

.base_tl {
	margin: 40px 0px 30px;
}
.base_tl h3 {
    position: relative;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: var(--navy);
    letter-spacing: 2px;
}
.sub_lead {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 3px;
    word-break: break-word;
}

/* レイヤー重ね */
.lt_tl {
	position: relative;
}
.lt_tl:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f7f7f7;
    z-index: -1;
}
.lt_tl .inner {
	position: relative;
    margin-top: -30px;
}
.lt_tl .sub_lead {
    position: absolute;
    left: -30px;
    top: -22px;
    font-size: 48px;
    color: #f1f1f1;
}

.dl_base dl {
    display: flex;
    flex-wrap: wrap;
}
.dl_base dt {
    width: 140px;
    padding: 18px 18px 18px 0px;
    border-bottom: 1px solid var(--navy);
    font-size: 13px;
    font-weight: 700;
    color: #333;
}
.dl_base dd {
    width: calc(100% - 140px);
    margin: 0;
    padding: 18px 0px 18px 18px;
    font-size: 14px;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
}
/* 基本タイトル
----------------------------------------------------------- */

.entry-content h2 {
    margin: 40px 0px 30px;
    padding: 20px 18px 20px;
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    color: var(--navy);
    background-color: #F2F2F2;
}
.entry-content h3 {
    margin: 30px 0px 30px;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    border-top: 1px solid var(--navy);
    border-bottom: 1px solid var(--navy);
    padding: 20px 0px 20px 10px;
}
.entry-content h4 {
	position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    padding-left: 28px;
    margin-bottom: 20px;
}
.entry-content h4:before {
    content: "\f13a";
    font-family: 'Font Awesome 5 Free';
    top: 3px;
    left: 1px;
    position: absolute;
    color: var(--navy);
	font-size: 22px;
	font-weight: 900;
}

/* 1件だけのnews
----------------------------------------------------------- */

.tp_news_area {
	position: relative;
	z-index: 1;
    top: -40px;
}
.tp_news_area .in {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.tp_news_area .ct {
	
}
.tp_news_area .tl,
.tp_news_area .block,
.tp_news_area .btn  {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 20px;
}
.tp_news_area .block {
    width: calc(100% - 310px);
	padding-left: 30px;
    margin-top: 5px;
}
.tp_news_area .tl {
    width: 150px;
	border-right: 1px solid #ddd;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    color: var(--navy);
}
.tp_news_area .date {
    display: inline-block;
    margin-right: 15px;
}
.tp_news_area .cat {
    margin-right: 15px;
}
.cat {
    display: inline-block;
    width: 80px;
    padding: 3px 12px;
    background: #7c6d49;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
}
.cat a {
    color: #fff !important;
}
.cat.type_6 {
	background: #8e7c50;
}
.cat.type_7 {
	background: #6a6e8e;
}
.cat a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.tp_news_area .txt {
	
}
.tp_news_area .txt a {
	color: #333;
}
.tp_news_area .btn {
    float: right;
    min-width: 160px;
}
.tp_news_area .btn a {
    position: relative;
    display: block;
    padding: 8px 30px 8px 20px;
    border: 1px solid #333;
    border-radius: 20px;
    color: #333;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    transition: .5s;
}
.tp_news_area .btn a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -4px;
    transition: .5s;
}

.tp_news_area .btn a:hover {
    color: #fff;
    background-color: #333;
}
.tp_news_area .btn a:hover:after {
	border-color: #fff;
}

/* service
------------------------------------------------------*/

.service_list {
    width: 90%;
    margin: 40px auto;
}
.service_list > li {
	margin: 0 15px 15px 0;
    width: calc(33.3333333% - 15px);
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
    text-align: center;
    color: var(--navy);
}
.service_list > li:nth-child(3n) {
    margin-right: 0;
}
.service_list li a {
	display: block;
	position: relative;
    padding: 30px 15px;
	color: #333;
}
.service_list li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.service_list li .img {
    margin: 0px 0px 15px;
}
.service_list li img {
    width: 76px;
	height: auto;
}
.service_list li h3 {
	margin-top: 15px;
	font-size: 18px;
    font-weight: 900;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.service_list li .sub {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.8);
    color: var(--navy);
}
.service_list li p {
    margin-top: 15px;
    font-size: 13px;
    text-align: left;
}
/* service-下層ページ
----------------------------------------------------------- */

/* 業務＞提供の流れ */


.recruit_step_area {
    width: 100%;
    margin: 0 auto;
}
.recruit_step {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-top: 40px;
    padding: 20px 0;
    min-height: 74px;
    min-height: 74px;
    background: #fff;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 10%);
}
.recruit_step:before {
    content: "";
    width: 1px;
    height: calc( 100% - 20px);
    position: absolute;
    left: 10%;
    top: 10px;
    background: var(--navy);
}
.recruit_step:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    border-top: 1px solid var(--navy);
    border-right: 1px solid var(--navy);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.recruit_step.last:after,
.recruit_step:last-child:after {
    content: none;
}
.recruit_step .block_text {
	
}
.recruit_step .left {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 40%;
}
.recruit_step .right {
    width: 60%;
    margin-left: auto;
    padding-left: 15px;
}
.recruit_step .step_label {
    width: 25%;
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    color: var(--navy);
}
.recruit_step .step_label span {
    font-size: 26px;
}
.recruit_step .step_title {
    position: relative;
    z-index: 1;
    width: 75%;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.recruit_step .step_text {
    font-size: 13px;
    line-height: 1.8;
    padding-right: 12px;
    position: relative;
    z-index: 1;
}



/* 会社概要
----------------------------------------------------------- */



.company_feature {
	padding-top: 0px;
}
.company_feature_list {
	margin-top: 40px;
}
.company_feature_list li {
	margin: 0 15px;
	width: calc(100% / 3 - 30px);
}
.company_feature_list li h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}
.company_feature_list li .img {
    position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.company_feature_list li .img img {
	width: 100%;
	height: auto;
}
.company_feature_list li .img .num {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 50px;
    line-height: 1;
    color: #fff;
}

.greeting_area {
    position: relative;
    margin-bottom: 40px;
    padding: 90px 0px 160px;
}
.greeting_area .bg {
	position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 70%;
    background: url(./images/greeting_bk.jpg) left top/cover no-repeat;
}
.greeting_area .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.greeting_area .card {
    position: relative;
    padding: 90px 50px;
    background: #fff;
    box-shadow: 0 0px 30px 1px rgb(28 54 74 / 10%)
}
.greeting_area .card h3 {
    margin: 12px 0px 20px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 3px;
}
.greeting_area .card .txt {
	
}
.access_area .block {
    margin: 15px 20px 30px;
    padding: 1px 20px 20px;
    background: #f5f5f5;
}
.access_txt {
    margin-top: 20px;
}

.access_txt .box {
    width: 50%;
    padding: 12px;
}

.access_txt .box .tl {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.office_interior_list {
}
.office_interior_list li {
    width: calc(100% / 3);
    padding: 12px;
}

.office_interior_list li img {
    width: 100%;
    height: auto;
}

.office_interior_list li .tl {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}


/* 3つの特徴
----------------------------------------------------------- */



/* 弁護士費用
----------------------------------------------------------- */


.cost_lawyer_area li {
    width: calc(100% / 2 - 2%);
    margin: 1%;
}
.cost_lawyer_area li a {
    display: block;
    position: relative;
    padding: 0;
}
.cost_lawyer_area li a:before {
    background-color: rgb(18 51 82 / 30%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 1;
    transition: .8s;
}
.cost_lawyer_area li .img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cost_lawyer_area li .img img {
    width: 100%;
	height: auto;
}
.cost_lawyer_area li a:hover img {
    transform: scale(1.1);
    transition-duration: .9s;
}
.cost_lawyer_area li a:hover:before {
    background-color: rgb(24 55 84 / 80%);
}
.cost_lawyer_area .txt {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2.2rem;
    color: #fff;
    text-align: center;
}
.cost_lawyer_area li .tl {
    font-size: 24px;
    font-weight: 600;
}
.cost_lawyer_area li .txt .sub {
    font-size: 11px;
}



/* ニュース
----------------------------------------------------------- */

.arrow_tl .tl {
	position: relative;
	font-size: 36px;
	font-weight: 900;
}
.arrow_tl .tl a {
    color: var(--navy);
    transition: .8s;
}
.arrow_tl .tl a:after {
    content: "";
    position: relative;
    bottom: 11px;
    left: 20px;
    display: inline-block;
    width: 40px;
    height: 8px;
    border-right: 1px solid var(--navy);
    border-bottom: 1px solid var(--navy);
    transform: skewX(45deg);
    transition: .8s;
}
.arrow_tl .tl a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.arrow_tl .tl a:hover:after {
    left: 30px;
}
.top_news_list {
    width: 90%;
    margin: 40px auto 10px;
}
.top_news_list li {
	position: relative;
	margin-right: 15px;
    margin-bottom: 30px;
    padding-right: 15px;
    width: calc(33.3333333% - 15px);
    border-right: 1px solid #ddd;
}
.top_news_list li:nth-child(3n) {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.top_news_list li .date_cat {
	display: table;
}
.top_news_list li .date,
.top_news_list li .cat {
	display: table-cell;
    vertical-align: middle;
}
.top_news_list li .date {
    width: 136px;
}
.top_news_list li .cat {
	
}
.top_news_list li .txt {
    margin-top: 10px;
}
.top_news_list li .txt p a {
    color: #333;
    font-weight: 600;
}

/* ニュース - 一覧
----------------------------------------------------------- */

ul.news_list li.news_li {
    display: table;
    width: 100%;
    padding: 25px 0px;
    border-bottom: 1px solid #ddd;
}
ul.news_list li.news_li:fist-child {
    border-top: 1px solid #ddd;
}

ul.news_list .date_cat,
ul.news_list .txt {
    display: table-cell;
}

ul.news_list .date_cat {
    width: 250px;
}

ul.news_list .date,
ul.news_list .cat {
    display: inline-block;
}

ul.news_list .date {
    width: 138px;
}
.entry-content .news_list .txt p {
    margin: 0;
    line-height: 1.4;
}


/* 弁護士紹介
----------------------------------------------------------- */

.member_area .member_list>li {
    margin-bottom: 40px;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
}
.member_area .member_list>li:last-child {
	margin-bottom: 0px;
}


.member_area .left {
	width: 300px;
}
.member_area .img {
	
}
.member_area .img img {
    width: 100%;
    height: auto;
}
.member_area .name_area {
    margin-top: 20px;
}
.member_area .name_area .gf {
    font-weight: 300;
    font-size: 12px;
}
.member_area .name {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 5px;
}
.member_area .post {
	
}
.member_area .left .member_prof,
.member_area .member_list.sub>li .right .member_prof {
    margin-top: 15px;
    padding: 15px 15px 12px 15px;
    background: #f5f5f5;
}


.member_area .right {
	width: calc(100% - 300px);
	padding-left: 40px;
}

.member_prof dl {
    display: flex;
    flex-wrap: wrap;
}
.member_prof dt {
    width: 90px;
    padding: 0 0 5px 0;
}
.member_prof dd {
    width: calc(100% - 90px);
}
.member_txt h3 {
	margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}
.member_txt .box {
    margin: 0px 0px 20px;
}
.member_txt .box ul,
.member_txt .box dl {
    padding-left: 10px;
}
.member_txt .box li {
    margin-bottom: 5px;
    font-size: 13px;
}
.member_txt .box li:last-child {
	margin-bottom: 0px;
}

/* 所属弁護士 */

.member_area .member_list.sub {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.member_area .member_list.sub:after {
	content: "";
	display: none;
}
.member_area .member_list.sub>li {
    width: 49%;
    margin-bottom: 2%;
    padding: 20px;
}
.member_area .member_list.sub>li .left {
    width: 180px;
}
.member_area .member_list.sub>li .right {
    width: calc(100% - 180px);
	padding-left: 25px;
}
.member_area .member_list.sub>li .btm {
	margin-top: 25px;
}

/* 詳細系
----------------------------------------------------------- */

.entry-content {
	
}

.entry-header {
    position: relative;
}

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

.post-thumbnail {
    margin-bottom: 25px;
}
.entry-content a img:hover {
    opacity: 0.6;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
strong {
    font-weight: bold;
}

.entry-content p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 28px;
}

.single .entry-content p,
.page .entry-content p {
    margin-bottom: 35px;
}
.et_author {
    margin-top: -15px;
    margin-bottom: 20px;
}
.et_author h3 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
}
.nickname {
    font-size: 11px;
    letter-spacing: 0.5px;
}

/* タグ */
.entry-header .category_tag {
    position: absolute;
    top: -2px;
    right: 0px;
    padding: 0px;
    text-align: right;
}

/* 記事内のタグ等 */
.add_lnk_area {
    padding: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
}
.add_lnk_area li {
    padding: 5px;
    display: inline-block;
}
.add_lnk_area li .name {
    display: inline-block;
    padding-right: 3px;
    font-weight: bold;
}

/* 投稿者 */
#author {
    position: relative;
    margin: 30px 0px 30px;
    padding: 20px;
    background: #353535;
    color: #fff;
}
#author .fl_l {
    text-align: center;
}
#author h3 {
    font-size: 16px;
    margin-top: 8px;
}
#author p {
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
}
#author a {
    text-decoration: underline;
    color: #fff;
}
#author_tl {
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 46px;
    color: #d4d4d4;
    opacity: 0.6;
}

/* シェア */

.tl_share h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}
.tl_share h3 span {
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
}
.tl_share h3 span:before, .tl_share h3 span:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 1.5em;
    height: 1px;
    background-color: black;
}
.tl_share h3 span:before {
    left: 100%;
    transform: rotate(-45deg);
}
.tl_share h3 span:after {
    right: 100%;
    transform: rotate(45deg);
}

/* チェックリスト */

.entry-content.news-content ul,
ul.check_list {
    margin: 20px 0px 30px;
    padding: 15px 10px;
    background: #f7f7f7;
    border: 3px solid #b2b8bb;
}

.entry-content.news-content ul li,
ul.check_list li {
    position: relative;
    list-style: none;
    padding-bottom: 10px;
    padding-left: 40px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #a3bac3;
    font-size: 14px;
    font-weight: 600;
}
.entry-content.news-content ul li:before,
ul.check_list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    left: 1em;
    top: 4px;
    color: var(--navy);
}
ul.check_list.color_red li:before {
    color: #FF3D3D;
}
ul.check_list li.color_red,
ul.check_list li.color_red:before {
    color: #FF3D3D;
}
.entry-content.news-content ul li:last-child,
ul.check_list li:last-child {
    margin-bottom: 0px !important;
    border-bottom: 0px;
    padding-bottom: 0px;
}
ul.check_list li p {
    margin-top: 8px;
    margin-bottom: 5px !important;
    padding-left: 3px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 1px;
}


/* サイドメニュー
----------------------------------------------------------- */

.widget {
	margin-bottom: 30px;
    background: #fff;
}
.widget h2.widget-title {
    padding: 15px 0px 15px;
    font-size: 16px !important;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: var(--navy);
}
.widget>ul {
    padding: 20px;
}
.widget>ul>li {
	padding-bottom: 20px;
	margin-bottom: 20px;
    border-bottom: 1px dotted #d5dbe2;
}
.widget>ul>li:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
    padding-bottom: 0px;
}
.widget>ul>li .wrap {
	margin-bottom: 0px;
}
.widget>ul>li a {
    display: block;
	color: #333;
    line-height: 18px;
}

.widget>ul>li a:hover {
	text-decoration: none;
	opacity: 0.7;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.widget>ul>li h4 {
	font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}
.sv_cate_list li {
	position: relative;
}
.widget>ul.sv_cate_list>li a {
	display: table;
    width: 100%;
}
.sv_cate_list li .img,
.sv_cate_list li h3 {
	display: table-cell;
    vertical-align: middle;
}
.sv_cate_list li .img {
    width: 46px;
}
.sv_cate_list li .img img {
	width: 32px;
}
.sv_cate_list li h3 {
	
}
/* ギャラリー
----------------------------------------------------------- */

.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin: 0px;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
img.attachment-large.size-large {
    width: 100%;
    height: auto;
}
.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
    font-size: 12px;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}


/* カテゴリー */

.category_tag a {
    font-size: 12px !important;
    display: inline-block;
    padding: 2px 8px;
    margin: 3px 3px;
    background-color: #eaeaea;
    color: #777;
    border-radius: 5px;
}
.category_tag a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f02e";
    padding-right: 3px;
}
.category_tag a:hover {
    text-decoration: none;
    background-color: #333;
    color: #fff;
}


.tagcloud a {
    font-size: 12px !important;
    display: inline-block;
    padding: 2px 8px;
    margin: 3px 3px;
    background-color: #eaeaea;
    color: #777;
    border-radius: 5px;
}
.tagcloud a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f02c";
    padding-right: 3px;
}
.tagcloud a:hover {
    text-decoration: none;
    background-color: #333;
    color: #fff;
}


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

.form_area {
    width: 80%;
    margin: 0 auto;
}
.form_list {
	margin-top: 40px;
}
.form_list p {
    text-align: left;
}
.form_list li {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #dcdcdc;
}
.form_list li:last-child {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.form_list li .th,
.form_list li .td {
	display: table-cell;
    vertical-align: middle;
}
.form_list li .th {
	width: 182px;
	min-width: 182px;
	max-width: 182px;
	padding-right: 20px;
	border-right: 1px dotted #999;
}
.form_list li .td {
	width: 100%;
    padding-left: 3%;
}
.form_list li .td input {
	width: 100%;
}
.form_list li input#zipcd {
    width: 30%;
}
.form_list li input#address {
    width: 80%;
    position: relative;
    top: 2px;
}
.form_list li input.tel_fm {
    width: 25%;
}

.form_list li .td .td_area {
	margin-bottom: 8px;
}
.form_list li .td .td_in {
	padding-right: 8px;
}
.form_list li .td .datepicker {
    margin-right: 8px;
    width: 50%;
}
.form_list li input.resume,
.form_list li input.vitae {
    width: 80%;
}

.mw_wp_form .horizontal-item label {
    min-width: 260px;
    display: inline-block;
    margin: 5px 0px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0px !important;
}

.mw_wp_form .td.w_sm .horizontal-item label {
    min-width: 80px;
}

.mw_wp_form_confirm .conf_none {
	display: none;
}

.form_list .button_y {
    margin-left: 12px;
}


.form_list .error {
    margin-top: 12px;
    background: #f94e4e;
    color: #fff !important;
    padding: 8px 12px;
}

.required {
    display: inline-block;
    margin-left: 8px;
    padding: 1px 6px;
    background: #c54e4e;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
}
.free {
    display:inline-block;
    *display: inline;
    *zoom: 1;
    padding: 1px 5px;
    background-color: #4E94E4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    font-size: 11px;
    font-weight: normal;
}

.lb_fl label {
    margin-right: 8px;
    margin-bottom: 3px;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.lb_fl label input {
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.caution {
    margin: 0 auto 30px;
    border: 1px solid #efd18f;
    padding: 15px;
    background: #fffedb;
    text-align: center;
    font-weight: bold;
    color: #e24848;
    line-height: 24px;
}
.caution p {
    color: #e24848;
}

.form_list .horizontal-item label {
    display: inline-block;
}

.form_area dl {
    padding: 25px 0px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}
.form_area dl:last-child {
    border-bottom: 0px;
}
.form_area dt, .form_area dd {
    padding: 0px;
    float: left;
    font-size: 14px;
}
.form_area dt {
    font-weight: bold;
    width: 20%;
    clear: both;
    min-width: 150px;
}
#content .form_area dd {
    width: 80%;
    margin-bottom: 0px;
    font-weight: normal;
    line-height: 1.8;
}
.form_area dd:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.scr_area {
    margin: 40px 0px;
    height: 220px;
    overflow-y: scroll;
    background-color: white;
    border: 1px solid #dbdbdb;
    -moz-box-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;
    box-shadow: 0 1px 0 white;
}
.scr_area p {
    margin-bottom: 20px;
    font-size: 13px;
}
/* 確認画面で非表示 */
.mw_wp_form_confirm .scr_area {
    display: none;
}

.wpcf7-submit {
    margin: 0 auto;
    min-width: 220px;
    letter-spacing: 2px;
    font-weight: bold;
}

.div.wpcf7-response-output {
    border: 2px solid #ff0000;
    padding: 12px;
    text-align: center;
}
.radio_li {
	margin-top: 10px;
}
.radio_li label {
    display: inline-block;
    font-weight: bold !important;
    font-size: 14px;
}

/* 検索窓 */

.search-form {
    margin: 12px 0px 20px;
}
input.search-field {
    width: 80%;
    padding: 2px 8px;
    height: 46px;
}
input.search-submit.button_n {
    min-width: 112px;
    border-radius: 5px;
    padding: 12px;
    margin-left: 5px;
}


/* table
----------------------------------------------------------- */
table {
    width: 100%;
}

/* 基本テーブル */

.tl_base {
	margin-top: 30px;
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.tl_base thead th {
    text-align: center;
}
.tl_base thead th{
    font-weight: 700;
    color: #fff;
    background: var(--navy);
    border: 1px solid #fff;
}

.tl_base td, .tl_base th {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #fff;
    text-align: center;
    padding: 15px;
}
.tl_base tr {
    display: table-row;
}
.tl_base tbody th  {
    width: 250px;
    background: #d6dbdc;
    color: var(--navy);
    font-weight: 800;
}

.tl_base th.th_2 {
    width: 12%;
    background: #F7F7EB;
    color: #71531d;
    font-weight: normal;
}
.tl_base td {
    background: #efefef;
    font-weight: bold;
    font-size: 14px;
}
.tl_base td .fee_memo {
    font-size: 13px;
    font-weight: normal;
}
table.tl_base.price_table td {
    font-size: 16px;
}
/* table */

.entry-content table {
    width: 100%;
    margin-bottom:40px;
    table-layout:fixed;
}
.entry-content table thead th {
    text-align: center;
}


.entry-content table th,.entry-content table td {
    word-wrap: break-word;
    vertical-align: middle;
    font-size:13px;
    font-weight:normal;
    text-align:left;
    border-top: 1px solid #e4e2df;
    border-bottom: 1px solid #e4e2df;
}
.entry-content table th {
    width: 28%;
    padding: 20px 8px 20px 12px;
    background-color: var(--navy);
    border-left: 1px solid #e4e2df;
    border-right: 1px dotted #ddd;
    color: #fff;
    font-weight: bold;
}

.entry-content table td {
    vertical-align: middle;
    padding: 10px 8px 10px 20px;
    border-right: 1px solid #e4e2df;
    background-color: #fff;
    font-weight:normal;
    text-align:left;
}

.entry-content table .second_tr td {
    background: #efefef;
    color: #777;
    border-left: 1px solid #e4e2df;
    padding-left: 5%;
}

/* ページャー
----------------------------------------------------------- */

.ori_pagenavi {
    clear:both;
    padding:20px 0;
    position:relative;
    line-height:13px;
    text-align: center;
}
 
.ori_pagenavi span, .ori_pagenavi a {
    display: inline-block;
    margin: 2px 8px 2px 0;
    padding:14px 14px 13px 14px;
    border-radius: 20px;
    text-decoration:none;
    min-width:40px;
    color:#fff;
    background: #555;
}
 
.ori_pagenavi a:hover{
    color:#fff;
    background: var(--navy);
}
 
.ori_pagenavi .current{
    padding:14px 14px 13px 14px;
    background: var(--navy);
    color:#fff;
}


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


#fnavi {
    padding: 70px 0px;
    background: var(--navy);
}
#fnavi .inner {
    width: 80%;
    align-items: center;
}
#fnavi .lt_block {
    width: 70%;
}
#fnavi .lt_block .img {
    margin: 15px 0px 20px;
}
#fnavi .lt_block .btn {
}
#fnavi .lt_block .btn .button_y {
    width: 280px;
    color: var(--navy) !important;
    background: #fff;
    border: 1px solid #fff;
}
#fnavi .lt_block .btn .button_y:hover {
	color: #fff !important;
    background: var(--navy);
}
#fnavi .lt_block .btn .button_y:after {
    border-right: 1px solid var(--navy);
    border-bottom: 1px solid var(--navy);
}
#fnavi .lt_block .btn .button_y:hover:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#fnavi .ft_txt p {
    margin-bottom: 20px;
    color: #e1e8ec;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1.4px;
}


#fnavi .rt_block {
    margin-top: 45px;
    width: 30%;
}
#fnavi .f_list {
    display: inline-block;
    vertical-align: top;
}
#fnavi .f_list:not(:first-child){
    margin-left: 60px;
}
#fnavi .f_list li {
    margin-bottom: 20px;
}
#fnavi .f_list li:last-child {
    margin-bottom: 0px;
}

#fnavi .f_list li a {
	position: relative;
	color: #fff;
}
#fnavi .f_list li a:before {
    display: inline-block;
    position: absolute;
    left: -18px;
    top: 10px;
    content: "";
    height: 1px;
    width: 10px;
    background: #fff;
}

#footer {
    clear: both;
    color: #dadada;
    background-color: #0e3040;
    border-bottom: 3px solid #111;
    line-height: 1;
    margin: 0 auto;
    font-size: 11px;
    padding: 30px 0 27px;
}
#footer_body{
    margin:0 auto;
    width:960px;
}

#footer p {
    color: #fff;
    clear:both;
    text-align:center;
    line-height: 1.4;
    letter-spacing:1px;
    padding : 4px;
}
#footer address{
    clear:both;
    text-align:center;
    font-style : normal;
    line-height: 1.2;
    letter-spacing:1px;
    padding : 4px;
}
/* タブレットに適用させるCSS */
@media screen and ( max-width:1024px ) {
	
	
    header .in,#breadcrumb ul,#bread_all ul,#footer_body,
    #side,#side_wrap,#main,#main_area {
        width: 100%;
        float: none;
    }
    .inner,#content .in,.in {
        width: 92% ;
        margin: 0 auto;
    }
    
    #g_navi li {
		
	}
    #g_navi li a {
    	font-size: 12px;
    }
    #main {
        margin: 0px;
        border-right: 0px;
    	padding: 0px;
    	padding: 20px; /* 20200519 */
    }
    #side {
        height: auto !important;
    }
    #side_wrap {
        position: relative !important;
    }
    
    .feature_list li {
    	width: 31%;
    }
    .cta_area .lt_area, .cta_area .rt_area {
	    padding: 0px;
	}
	.l_icon img {
		width: 100%;
	}
	.access_area .lt_area .access_info {
	    width: auto;
	    margin-left: auto;
	    padding-top: 30px;
	    text-align: center;
	}

}

@media screen and ( max-width:920px ) {
	
	.site_logo img {
	    width: 254px;
	}
	#g_navi li a {
	    padding: 5px 5px;
    	font-size: 11px;
	}
	
}
/* スマホに適用させるCSS */
@media screen and ( max-width:760px ) {

    .pc {
        display: none !important;
    }
    .mb {
        display: block !important;
    }
    .home #wrapper {
	    padding-top: 0px;
	}
	
	.access_area .lt_area,
	.access_area .rt_area {
	    width: 100%;
	    padding: 0%;
	}

    /* snsボタン
    ----------------------------------------------------*/
    
    .sns li a {
        font-size: 15px !important;
        letter-spacing: 0px;
        padding: 15px 3px;
    }
    .sns li a .fa {
        font-size: 15px;
    }
    
    /* lauout
    ----------------------------------------------------*/
	
	.header_bg {
		top: 0px;
    	z-index: 4;
	}
	.header_bg2 {
	    height: 60px;
	    padding: 12px 0px 0px;
	}
	.g_navi_sub {
	    position: absolute;
	    top: -6px;
	    right: 10px;
	}
	.site_logo {
	    left: 12px;
	}
	.header_bg2 .site_logo {
	    top: 2px;
	    left: 6px;
	}
	header .site_logo img {
	    position: relative;
	    top: 18px;
	    left: 6px;
	    width: 178px;
	}
	header.header_bg2 .site_logo img {
	    position: relative;
        top: 4px;
        left: 6px;
	    width: 172px;
	}
	.header_bg #nav-open span, .header_bg #nav-open span::before,
	.header_bg #nav-open span::after {
    	background: #fff;
	}
    .eyecatch {
    	height: 90vh;
	}
	.inner-content {
	    padding: 0 4%;
	}
	.eyecatch h1 {
	    font-size: 26px;
	    line-height: 36px;
	}
	.eyecatch p {
	    padding-left: 3px;
	    font-size: 10px;
	}
    img {
        max-width: 100%;
        height: auto;
    }
    .section {
        clear: both;
        width:100%;
    }
    #content.wide .in {
        width: 100%;
        padding-top: 20px;
    }
	.entry-content {
	    margin: 0px 0px;
	    padding: 0px;
	}
    #main .entry-content.in {
        padding: 0px;
    }
    .w_80,.w_80_txt,w_60_txt {
        width: 100% !important;
    }
    .head_title h2 {
		font-size: 24px;
	    line-height: 1.4;
    }
    .head_title.t_center h2:after {
	    left: 38%;
	}
	.base_tl h3 {
		font-size: 18px;
	}
    .entry-content .smr_tl {
    	margin: 20px 0px;
    }
    .page .entry-content h2 {
        font-size: 16px;
    }
    #content {
        padding: 20px 0px 50px;
    }
    .single .entry-content h2, .page .entry-content h2 {
        font-size: 18px;
    }
    .single .entry-content h3, .page .entry-content h3 {
        font-size: 16px;
    }
     .page .entry-content .feature_list li h3 {
		font-size: 20px;
	}
    #breadcrumb, #bread_all {
	    padding: 0px;
	    margin-top: 20px;
	    background: none;
    }
    #breadcrumb li a {
    	
    }
    #breadcrumb li:last-child, #bread_all li:last-child {
    	
    }
    
	.dl_base dt {
		width: 90px !important;
	}
	.dl_base dd {
    	width: calc(100% - 90px) !important;
	    font-size: 13px;
	}
    /* ヘッダーのフォーム
    ----------------------------------------------------------- */
    
    #g_navi_sub {
        display: none;
        position: absolute;
        left: 120px;
        width: 120px;
        height: 70px;
    }
    #g_navi_sub .frm_block {
        height: 70px;
    }
    
    
    /* TOP
    ----------------------------------------------------------- */
    .home #content .p_80 {
	    padding: 40px 0px;
	}
    .slick-dots {
    	bottom: 15px !important;
    }
    .home #content .in {
	    margin-top: 0px;
	}
	.head_title h2 {
    	font-size: 20px;
    }
    .tp_news_area .ct {
	    display: block;
	}
	.tp_news_area .tl, .tp_news_area .block {
	    padding: 15px;
    	width: auto;
	}
	.tp_news_area .block {
    	margin-top: 0px;
	}
	.tp_news_area .tl {
	    width: 78px;
	    font-size: 13px;
    }
    .tp_news_area .cat {
		margin-right: 0px;
	}
	.cat {
		font-size: 10px;
	}
    .tp_news_area .date {
    	margin-right: 10px;
	    font-size: 10px;
	}
	.tp_news_area .txt {
	    display: block;
	    margin-top: 5px;
	    font-size: 13px;
	}
	.tp_news_area .btn {
	    display: none;
	}
	.feature_list li,
	.service_list li,
	.company_feature_list li {
		width: 100%;
    	margin: 0px 0px 15px 0px;
	}
	.service_list li {
		
	}
	.feature_list li:last-child,
	.service_list li:last-child,
	.company_feature_list li:last-child {
    	margin-bottom: 0px;
	}
	.lt_tl .sub_lead {
	    left: 0px;
	    top: -22px;
	    font-size: 38px;
	}
	.news_area .arrow_tl .tl,
	.access_info .arrow_tl .tl {
	    font-size: 30px;
	}
    .top_news_list li {
        margin: 0px 0px 20px 0px;
    	padding: 0px 0px 20px 0px;
	    width: 100%;
	    border-right: 0px;
	    border-bottom: 1px solid #ddd;
	}
	.cost_lawyer_area li {
		width: 100%;
    	margin: 3% 2%;
	}

    /* 会社概要
    ----------------------------------------------------------- */


		
	.greeting_area {
	    margin-bottom: -40px;
	    padding: 30px 0px 0px;
	}
	.greeting_area .left {
	    max-width: 90%;
	    margin: 0 auto;
	    flex: auto;
	}
	.greeting_area .card {
	    padding: 40px;
	}
	.greeting_area .card h3 {
	    margin: 6px 0px 14px;
	    font-size: 26px;
	}
	.greeting_area .bg {
	    position: relative;
	    z-index: -1;
	    bottom: 50px;
	    width: 100%;
	    height: 250px;
	}
	.greeting_area .card .txt p {
		font-size: 12px;
	}
	.access_area {
		padding: 0px;
	}
	.access_area .block {
	    margin: 15px 0px 30px;
	    padding: 0px 0px 30px;
	    background: none;
	    border-bottom: 1px solid #ddd;
	}
	.office_interior_list li {
	    padding: 5px;
	}
	body.company .access_area iframe {
	    height: 260px;
	}
	.access_txt .box .tl {
	    font-size: 14px;
	}
	.access_txt .box p {
	    font-size: 12px;
	}
    /* 弁護士紹介
    ----------------------------------------------------------- */
    
    .member_area .member_list>li {
	    margin-bottom: 30px;
	    padding: 15px;
    }
    .member_area .member_list.sub>li {
	    width: 100%;
	    margin-bottom: 30px;
	    padding: 15px;
	}
    .member_area .left,
    .member_area .right,
    .member_area .member_list.sub>li .left,
    .member_area .member_list.sub>li .right {
		width: 100%;
		padding: 0px;
	}
    .member_txt .box {
	    margin: 20px 0px 20px;
	}

	.member_career dl {
	    margin-left: 5px;
	}
	.member_career dt {
		
	}
	.member_career dd {
	    padding: 0px 0 10px 5px;
	}
	.member_area .member_list.sub>li .btm {
	    margin-top: 0px;
	}
    /* service
    ----------------------------------------------------------- */
    
	.service .service_list li .icon_tl {
    	margin: 0px 0px 15px;
	}
	.service .service_list li .icon_tl h3 {
    	font-size: 20px;
	}
	.service .service_list li .txt {
	    text-align: center;
	}
	.service .service_list li .toggle_tl:after {
	    right: 45%;
    	top: auto;
	    bottom: -25px;
	}
	.service .service_list li .toggle_tl.open:after {
	    top: auto;
	}
	.service .service_list li .txt2 {
	    margin-top: 15px;
	}
    /* cost
    ----------------------------------------------------------- */
    
    .tl_base td, .tl_base th {
	    padding: 10px;
	}
    .tl_base tbody th {
    	width: 100px;
    	font-size: 12px;
	}
    table.tl_base.price_table td {
    	font-size: 12px;
	}
	
	.cost_list li {
	    margin: 2%;
	    width: 46%;
	}

	.cost_contact_adviser li {
	    width: 100%;
	}
	.cost_contact_adviser li:last-child {
	    margin-left: 0%;
    	margin-top: 30px;
	}
	.cost_contact_adviser li .cost_price {
    	font-size: 22px;
    }
	
    /* adviser
    ----------------------------------------------------------- */
    
    body.advisory .p_80 {
    	padding: 60px 0px !important;
    }
    .base_title h3 {
	    font-size: 18px;
	}
	.nayami_bk {
	    height: auto;
    	background: url(./images/adviser_nayami_bk_sp.jpg) no-repeat top left / cover;
	}
    .nayami_list li {
    	display: block;
	    width: 100%;
	    height: auto;
	    margin: 5px;
	    padding: 15px;
	    text-align: left;
    	border-radius: 0;
    }
    
    .merit_area_ad .left,
    .merit_area_ad .right {
	    width: 100%;
	}
	.merit_area_ad .bg_txt, .adv_intro .bg_txt {
	    top: -71px;
	    left: -20px;
	    font-size: 98px;
	}
	.merit_area_ad .right {
	    margin-top: 20px;
	    padding-left: 00px;
	}
    
    .advisory_plan,.adv_intro {
    	margin: 20px auto 0;
	    width: 90%;
	}
    .advisory_plan>li,
    .step_list li,
    .adv_intro li {
	    width: 100%;
	    margin-bottom: 15px;
    }
    .advisory_plan>li:last-child,
    .step_list li:last-child,
    .adv_intro li:last-child {
	    margin-bottom: 0px;
    }
    .contract_bk {
    	height: auto;
    	background: url(./images/contract_flow_sp.jpg) no-repeat top left / cover;
    }
    .step_list li {
	    text-align: left;
	}
    .icon_text {
	  margin-top: 15px;
	  display: flex;
	  flex-flow: row wrap;
	  justify-content: center;
    }
    .step_list li .icon {
		width: 64px;
		margin: 0px;
	}
    .step_list li .txt_area {
	    width: calc(100% - 64px);
	    padding-left: 20px;
    }
    .step_list li .txt_area h3 {
    	font-size: 16px;
    }
    
    .adv_intro li h3 {
	    font-size: 13px;
	}
    .adv_intro li .arrow_tl .tl {
	    font-size: 11px;
	}
	
    /* 記事一覧
    ----------------------------------------------------------- */
    
    ul.news_list li.news_li {
	    display: block;
    	padding: 20px 0px;
	}
    ul.news_list .date_cat, ul.news_list .txt {
	    display: block;
	}
	ul.news_list .date_cat {
	    width: 100%;
	    margin-bottom: 10px;
	}
	
    /* 記事詳細
    ----------------------------------------------------------- */
    .wrap .m_r_10, .wrap .m_r_20, .wrap .m_r_30 {
        margin-right: 0px !important;
    }
    .fl_l,.fl_r {
        text-align: center;
        float: none !important;
        margin-bottom: 15px;
    }
    #main .in {
        padding: 0px 0px 20px;
    }
    .head_area {
        width: 90%;
    }
    body.single .entry-header .head_title {
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: left;
    }
    body.single .entry-header h1.entry-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .entry-content p {
        font-size: 13px;
    }
    .head_area2 h1, .head_area2 h2 {
		margin-bottom: 30px;
	}
    .single .entry-content h2, .page .in h2, .in #main h2 {
        font-size: 20px;
    }
    
	.recruit_step .left {
	    width: 100%;
	}
	.recruit_step .right {
	    width: 100%;
	    margin-left: 0%;
	}
	.recruit_step .step_label {
	    width: 100%;
	    font-size: 13px;
	}
	.recruit_step .step_label span {
	    font-size: 20px;
	}
	.recruit_step:before {
	    content: "";
	    width: 100%;
	    height: 1px;
	    position: absolute;
	    left: 0%;
	    top: 68px;
	}
	.recruit_step .step_title {
	    width: 100%;
	    padding-top: 40px;
	    padding-left: 0px;
	    font-size: 16px;
	    text-align: center;
	}
	.recruit_step .step_text {
    	padding: 15px 15px 0px;
    	font-size: 12px;
	}
    /* lead
    ----------------------------------------------------------- */
    
	.lead .inner {
	    height: 160px;
	}
	.lead h1, .lead .lead_tl {
	    font-size: 22px;
	}
    /* 細部の修正
    ----------------------------------------------------------- */
    
    
    /* 開閉アイコン
    ----------------------------------------------------------- */

    #panel-btn {
        display: inline-block;
        position: absolute;
        top: 16px;
        right: 20px;
        z-index: 99999;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        /*
        background: #227ca9;*/
    }
    #panel-btn:hover {
    }
    #panel-btn:active,
    #panel-btn:focus {
        background: none;
    }
    .header_bg #panel-btn-icon,
    .header_bg #panel-btn-icon:before,
    .header_bg #panel-btn-icon:after {
        background: #333;
    }
    #panel-btn-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #333;
        transition: .2s;
    }

    #panel-btn-icon:before, #panel-btn-icon:after{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 2px;
        background: #333;
        transition: .3s;
    }
    #panel-btn-icon:before{
        margin-top: -6px;
    }
    #panel-btn-icon:after{
        margin-top: 4px;
    }
    #panel-btn .close{
        background: transparent;
    }
    #panel-btn .close:before, #panel-btn .close:after{
        margin-top: 0;
    }
    #panel-btn .close:before{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        background: #fff;
    }
    #panel-btn .close:after{
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        background: #fff;
    }



    /* Gメニュー
    ----------------------------------------------------*/
    
    
	#nav-drawer {
		position: absolute;
		top: 30px;
		right: 5px;
		z-index: 99999;
	}
    .header_bg2 #nav-drawer {
	    top: 15px;
	    right: 3px;
    }
	/*アイコンのスペース*/
	#nav-open {
	    display: inline-block;
	    /* text-align: center; */
	    width: 30px;
	    height: 20px;
	    vertical-align: middle;
	}

	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span::before, #nav-open span::after {
	    position: absolute;
	    height: 2px;/*線の太さ*/
	    width: 15px;/*長さ*/
	    border-radius: 3px;
	    background: #333;
	    display: block;
	    content: '';
	    cursor: pointer;
	}
	
	#nav-open span:before {
	    bottom: -6px;
	}
	#nav-open span:after {
	    bottom: -12px;
	}

	/*閉じる用の薄黒カバー*/
	#nav-close {
	    display: none;/*はじめは隠しておく*/
	    position: fixed;
	    z-index: 99;
	    top: 0;/*全体に広がるように*/
	    right: 0;
	    width: 100%;
	    height: 100%;
	    background: black;
	    opacity: 0;
	    transition: .3s ease-in-out;
	}

	/*中身*/
	#nav-content {
	    overflow: auto;
	    position: fixed;
	    top: 0;
	    right: 0;
	    z-index: 9999;
	    width: 75%;
	    max-width: 330px;
	    height: 100%;
	    background: #fff;
	    transition: .3s ease-in-out;
	    -webkit-transform: translateX(105%);
	    transform: translateX(105%);
	}

	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
	    display: block;
	    opacity: .5;
	}

	#nav-input:checked ~ #nav-content {
    	background: var(--navy);
	    -webkit-transform: translateX(0%);
	    transform: translateX(0%);
	    box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	/*開いた際のエリア部分*/
	.nav-tl-menu {
	    display: block;
	    position: relative;
	    padding: 20px 10px 18px 18px;
	    font-size: 14px;
	    font-weight: bold;
	    letter-spacing: 3px;
	    color: #fff;
	    background: #0e3040;
	}
    #nav-content li {
	    display: inline-table !important;
	    width: 100%;
	    height: auto;
	    float: none;
	    padding: 0px;
    	border-bottom: 1px solid #1b434c;
    }
    #nav-content li a {
	    display: table-cell;
	    vertical-align: middle;
	    width: 100%;
	    color: #fff !important;
	    height: auto;
	    padding: 20px 10px 20px 20px;
	    font-size: 14px;
	    font-weight: bold;
	    border: none;
	    text-align: left;
    }
    #g_navi li a:hover, #g_navi li.active a {
		
	}
    #nav-content li a:hover {
        text-decoration:none;
    }
	#g_navi li a:after {
	    content: none;
	}
	#g_navi li a span.en {
    	font-size: 10px;
    	transform: inherit;
	}
	/* 閉じるボタン */
	#nav-drawer .close {
	    position: absolute;
	    top: 18px;
	    right: 20px;
	    width: 20px;
	    height: 20px;
	}
    #nav-drawer .close:before, #nav-drawer .close:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 50%;
	    left: 0;
        margin-top: 0;
	    width: 20px;
	    height: 2px;
    	background: #fff;
	}
    #nav-drawer .close:before{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #nav-drawer .close:after{
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }


    /* フッター
    ----------------------------------------------------------- */

    #fnavi {
        padding: 30px 0px;
    }
    #fnavi .inner {
	    width: 100%;
	    display: block;
	}
	#fnavi .lt_block {
    	text-align: center;
	}
    #fnavi .lt_block,
    #fnavi .rt_block {
    	width: 100%;
    }
    #fnavi .ft_txt p {
	    width: 80%;
	    margin: 0 auto 20px;
	    font-size: 11px;
	}
    #fnavi .rt_block {
    	margin-top: 5px;
	}
    #fnavi .f_list {
	    width: 49%;
	    margin-top: 30px;
    	padding-left: 50px;
	    display: inline-block;
	}
	#fnavi .f_list:not(:first-child) {
	    padding-left: 40px;
	    margin-left: 0;
	}
	#footer {
    	padding: 10px 20px;
	}
    /* 背景レイヤー
    ----------------------------------------------------------- */
    .bg_layer {
        display: none;
        background: rgba(0,0,0,0.3);
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 3500;
    }


    /* フォーム
    ----------------------------------------------------------- */

    .form_area {
        width: 96%;
    }
    .form_area dt {
        float: none;
        margin-bottom: 12px;
    }
    .form_area dd,
    #content .form_area dd {
    	width: 100%;
    }
  	.form_area .button_n {
    	min-width: 100px;
	}
	.form_area .button_n3 {
	    margin-right: 12px;
	    min-width: 60px;
    }
	
	input[type="search"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="tel"], input.login, select {
		width: 100%;
	}
	.form_list li input#zipcd,
	.form_list li .td .datepicker,
	.form_list li input.resume, .form_list li input.vitae {
		width: 100%;
	}
	input.tel_fm {
    	max-width: 78px;
    	min-width: 78px;
    }
	.form_list li .th, .form_list li .td {
		display: block;
	}
	.form_list li .th {
	    width: 100%;
	    min-width: 100%;
	    max-width: 100%;
	    padding-right: 0px;
    	padding-bottom: 15px;
	    border-right: 0px;
	    font-size: 14px;
	    font-weight: 700;
    }
    .form_list li .td {
		padding-left: 0px;
	}
	.form_list li .td .td_area {
	    padding: 12px;
	    background: #f7f7f7;
	    border-radius: 5px;
	}
	.form_list li .td .td_in {
	    display: block;
	    margin-bottom: 8px;
	}
	.form_list li .td .datepicker {
		margin: 0px 0px 5px;
	}
	select[name="pref"] {
		margin-bottom: 10px;
	}
	.mw_wp_form .horizontal-item label {
    	min-width: 49%;
    }
	.form_list li input#address {
    	width: 100%;
    }


}
