@charset 'utf-8';
/*2021 レスポンシブ対応のためのスタイル修正*/
.sp-only {
    display: none;
}
.sec_head_logo {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
}
.sec-eyeCatch__body {
    background-image: url(/images/bg/bg-eyeCatch.png);
    background-position: center center;
}
span.under_line {
    text-decoration: underline;
}
/* top */
@media screen and (max-width: 768px) {
    .sp-none {
        display: none;
    }
}
/*========================
          header 
==========================*/
header .header__body__inner .contactInfo {
    display: flex;
    align-items: center;
}
.btn_faq {
    font-size: 11px;
    background: #6c96d9;
    padding: 0.3rem 0.5rem;
    border-radius: 5px;
    margin-right: 1.5rem;
}
a.btn_blue {
    color: #FFFFFF;
}
.btn_faq:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    header {
        height: 88px;
    }
    .sp-only {
        display: block;
    }
    .sec_head_logo {
        width: 100%;
    }
    .sec_head_logo .logo {
        width: 75%;
        padding: 15px 0 0 15px;
    }
    header .header__body__inner .contactInfo {
        display: none;
    }
    header .header__footer__inner {
        display: none;
    }
    header .header__body {
        height: 88px;
        -webkit-transition: unset;
        -moz-transition: unset;
        -ms-transition: unset;
        padding: 0;
    }
    header.js-minify > .header__body {
        height: 88px;
        -webkit-transition: unset;
        -moz-transition: unset;
        -ms-transition: unset;
    }
    .hambuger_menu_icon {
        position: relative;
        width: 35px;
        height: 3px;
        color: #6976b8;
        background: currentColor;
        top: 40px;
        right: 20px;
        z-index: 500;
        cursor: pointer;
    }
    .hambuger_menu_icon:before {
        content: "";
        position: absolute;
        top: -12px;
        width: 100%;
        height: 100%;
        background: currentColor;
    }
    .hambuger_menu_icon:after {
        content: "";
        position: absolute;
        top: 12px;
        width: 100%;
        height: 100%;
        background: currentColor;
    }
    header.js-minify > .header__footer{
        height: 10px;
    }
    header .header__footer {
        height: 10px;
        -webkit-transition: unset;
        -moz-transition: unset;
        -ms-transition: unset;
    }
    header.js-minify {
        height: 88px;
        -webkit-box-shadow: 0 10px 6px -6px #eee;
        box-shadow: 0 15px 6px -6px #eee;
    }
}

/* .btn-trigger */
.btn-trigger {
    position: relative;
    width: 43px;
    height: 30px;
    cursor: pointer;
    right: 20px;
    top: 8px;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #6976b8;
    border-radius: 4px;
  }
  .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 16px;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: -6px;
  }
  
  
  /* #btn01 */
  #btn01.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  #btn01.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  #btn01.is-open span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
  
  @media screen and (max-width: 380px) {
    header .header__body {
        height: 78px;
    }
    .sec_head_logo .logo {
        padding: 20px 0 0 15px;
    }
    .btn-trigger {
        width: 30px;
        height: 23px;
    }
    .btn-trigger span:nth-of-type(3) {
        bottom: -6px;
    }
    .btn-trigger span:nth-of-type(2) {
        top: 13px;
    }
    #btn01.is-open span:nth-of-type(1) {
        -webkit-transform: translateY(12px) rotate(-45deg);
        transform: translateY(12px) rotate(-45deg);
    }
    #btn01.is-open span:nth-of-type(3) {
        -webkit-transform: translateY(-13px) rotate(45deg);
        transform: translateY(-13px) rotate(45deg);
    }
    
}  
  
/*sp-nav*/
#sp-nav {
	min-height: calc(100vh - 150px);
	background:rgb(116 198 190 / 0.9);
}
#sp-nav{
	position:fixed;
	top:85px;
	left:0;
	z-index:-1;
	width:100%;
	height:calc(100%);
	overflow-y:scroll;
	opacity:0;
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
#sp-nav.is-open{
	z-index:1001;
	opacity:1;
}
#sp-nav .wrapper {
    padding: 16px;
    position: relative;
}
#sp-nav .btn-menu {
    cursor: pointer;
}
#sp-nav .box-nav{
	margin: 10% 14%;
}
#sp-nav .box-nav a{
	display:block;
	padding:10px;
	color:#FFF;
	font-weight: 100;
}
#sp-nav .box-nav a{
	font-weight: bold;
    font-size: 18px;
}
#sp-nav .box-nav li.border::after{
	display:block;
	width:100%;
	height:1px;
	margin:10px 0;
	background-color:rgba(255,255,255,0.5);
	content:"";
}
.nav-wrapper li {
    border-bottom: 1px solid #fff;
    padding: 8px;
}
@media screen and (max-width: 380px) {
    #sp-nav .box-nav a{
        font-size: 16px;
        padding: 5px;
    }
}
/*========================
          footer 
==========================*/
footer .footer__body__inner .body__body .contactInfo__body__body .tel a{
    color: #333;
}
@media (min-width: 751px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}
@media screen and (max-width: 768px) {
    footer .footer__body__inner {
        width: 95%;
    }
    footer .footer__body__inner .body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .footer__body__inner .body__body {
        width: 100%;
    }
    footer .footer__body__inner .body__footer, .contactInfo__header .mapIcon, .contactInfo__header .mapText {
        display: none;
    }
    footer .footer__body__inner {
	    -ms-flex-pack: distribute;
        justify-content: space-evenly;
    }
    .footer-map {
        margin-top: 2rem;
    }
    footer .footer__body__inner .body__body .contactInfo__body {
        margin-top: 2rem;
        justify-content: center;
    }
    footer .footer__body__inner .body__body .contactInfo__header {
        margin: 10px;
        justify-content: center;
    }
    footer .footer__body__inner .body__body .contactInfo__body__header {
        padding-top: 0.7rem;
    }
    footer .footer__body__inner .body__body .contactInfo__header .blank {
        width: 10%;
    }
    footer .footer__body__inner .body__body .contactInfo__header .address {
        font-size: 1rem;
    }
    footer .footer__body__inner .body__body .contactInfo__body__body .catch {
        font-size: 1.1rem;
    }
    footer .footer__body__inner .body__body .contactInfo__body__body .tel {
        font-size: 2.15rem;
    }
    footer .footer__body__inner .body__body .contactInfo__body .blank {
    width: 0;
    }
    footer .footer__body__inner .body__body .contactInfo__footer .blank {
        width: 24%;
    }
    footer .footer__body__inner .body__body .logo {
        text-align: center;
    }
    footer .footer__body__inner .body__body .logo img {
        width: 85%;
    }
}

/*========================
          top
==========================*/
.sec-consultation__body__inner .body .text__body .font-yellow {
    font-size: 1.1rem;
}
.sec-news {
    background-image: url('/images/bg/bg-news.jpg');
    background-position:center center;
}
.sec-inquiry__body__inner .body .text__body a {
    color: #FFFFFF;
}
.sec-news__body__inner .body .newsInfo {
    padding-right: 2rem;
}
.s-list-news-item > .info > .text {
    width: calc(100% - 25%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s-list-news-item > .info > .icon {
    width: calc(100% - 95%);
}
.s-list-news-item > .info > .date::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon/icon-news.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 0.5rem;
}
ul.s-list-news li {
    padding: 0.3rem 0;
}
@media screen and (max-width: 768px) {
    .sec-handling {
        padding: 25px 0 35px;
    }
    .sec-eyeCatch {
        margin-top: 88px;
    }
    .a-headerHeight {
        display: none;
    }
    .sec-eyeCatch__body {
        height: auto;
    }
    .sec-handling,.sec-greeting__body {
        width: 95%;
        margin: auto;
        line-height: 1.5rem;
    }
    .sec-handling__header__inner .body{
     display: block;
    }
    .sec-handling__body__inner .body .text ,.sec-greeting__body__inner .body .greetingInfo__body{
        font-size: 1rem;
        line-height: 1.7rem;
    }
    .sec-handling__header__inner .body .icon {
        display: none;
    }
    .sec-handling__header__inner .body .catch {
        padding-left: 0.5rem;
        line-height: 1.7rem;
    }
    .sec-handling__body__inner .body,.sec-greeting__body__inner .body,.sec-consultation__body__inner .body,
    .sec-inquiry__body__inner .body,.sec-news__body__inner .body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sec-handling__body__inner .body .text,.sec-greeting__body__inner .body .greetingInfo__body {
        width: 100%;
        padding: 0.5rem;
    }
    .sec-handling__body__inner .body .btn,.sec-greeting__body__inner .body .greetingInfo__footer {
        width: 100%;
        padding-top: 1rem;
        text-align: center;
    }
    .sec-greeting__body__inner .body {
        width: 100%;
    }
    .sec-handling__header__inner .body .catch {
        font-size: 1.2rem;
        text-align: left;
    }
    .sec-greeting__body__inner .body .greetingInfo__header {
        font-weight: bold;
        font-size: 1.5rem;
        text-align: center;
    }
    .sec-greeting__body__inner .body .photo {
        width: 100%;
        text-align: center;
    }
    .sec-greeting__body__inner .body .greetingInfo {
        width: 100%;
        padding: 30px 0 0 0;
    }
    .sec-greeting__body__inner .body .greetingInfo__body {
        margin-bottom: 0; 
    }
    .sec-greeting__body__inner .body .photo img {
        height: auto;
        width: 90%;
    }
    .sec-consultation,.sec-inquiry {
        padding: 20px 0;
    }
    .sec-consultation__body__inner .body .icon {
        width: 9%;
        margin: auto;
    }
    .sec-inquiry__body__inner .body .telIcon,.sec-inquiry__body__inner .body .mailIcon {
        display: none;
    }
    .sec-consultation__body__inner .body .text,.sec-inquiry__body__inner .body .text {
        width: 100%;
        text-align: center;
    }
    .sec-news__body__inner .body .newsInfo {
        width: 90%;
        margin: auto;
        padding-right: 0;
    }
    .sec-consultation__body__inner .body .btn,.sec-inquiry__body__inner .body .btn {
        width: 85%;
        padding-top: 1rem;
        margin: auto;
        text-align: center;
    }
    .sec-consultation__body__inner .body .btn__body {
        text-align: center;
    }
    .sec-consultation__body__inner .body .text__header {
        margin: 10px 0 5px;
    }
    .sec-consultation__body__inner .body .text__body .font-yellow {
        color: #FFDC72;
        display: block;
        padding-top: 0.3rem;
        font-size: 1.5rem;
        padding-left: 10%;
    }
    .sec-measures__body__inner__wrapper {
        width: 95%;
        padding: 1rem;
    }
    .sec-handling__body__inner .body .bl_photo {
        -webkit-box-orient: vertical;
  	    -webkit-box-direction: normal;
  	    -ms-flex-direction: column;
        flex-direction: column;
        margin: 1rem auto 0rem;
        width: 100%;
    }
    .sec-measures__body {
        padding: 0 0 2rem;
    }
    .sec-handling__body__inner .body .bl_photo img {
        margin-bottom: 2rem;
        width: 100%;
        height: auto;
    }
    .sec-measures__body__inner__wrapper .bl_img {
        width: 100%;
        margin: 0;
        flex-wrap: wrap;
    }
    .sec-measures__body__inner__wrapper .header {
        font-size: 1.2rem;
        text-align: left;
    }
    .sec-measures__body__inner__wrapper .bl_img img {
        width: 50%;
        padding: 0 0.5rem 0.5rem 0;
    }
    .sec-measures__body__inner__wrapper .bl_img img:nth-of-type(2n) {
        padding: 0 0 0.5rem 0;
    }
    .sec-inquiry__body__inner .body .text {
        margin-bottom: 1rem;
    }
    .sec-inquiry__body__inner .body .btn__header {
        margin-bottom: 4px;
    }
    .sec-inquiry__body__inner .body .btn a.link_faq {
        padding-right: 0;
    }
    .sec-greeting {
        padding: 2rem 0;
    }
    .sec-news__body__inner .body .newsInfo__footer {
        width: 100%;
        position: unset;
    }
    .sec-news__body__inner .body .photo {
        width: 100%;
        margin-top: 1.5rem;
    }
    .sec-news {
        background-image: none;
        background-color: #F2F0D9;
    }
    .sec-inquiry__body__inner .body .btn__body {
        font-size: 0.7rem;
        text-align: center;
        white-space: nowrap;
    }
    .s-list-news-item > .info > .text {
        font-size: 1rem;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-indent: 1.5rem;
    }
    .s-list-news-item > .info {
        -webkit-box-orient: vertical;
  	    -webkit-box-direction: normal;
  	    -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*========================
          sub
==========================*/
article.sec-detail {
    margin-bottom:20px
}
/*.sec_contents {
    float: left;
    margin-right: 30px;
}*/
.sec_contents.bl_address_wrapper {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
}
.sec_contents.bl_address_wrapper .bl_address {
    margin: auto;
    width: 370px;
    padding-left: 1rem;
}
.sec_contents.bl_address_wrapper .bl_address .attention {
    font-weight: bold;
    font-size: 0.8rem;
    color: #006DDB;
}
.sec_contents.bl_address_wrapper .bl_address .name {
    margin-right: 20px;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 0.15rem;
}
/*.sec_images {
    float: left;
}*/
.sec_images.bl_photo {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.sec_images.bl_photo img {
    width: 430px;
    height: 280px;
}
.sec-detail__body__header {
    border-bottom: 2px solid #999;
    margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
    .sec-detail__header {
        padding-top: 110px;
    }
    .sec-detail__body__inner img {
        width: 100%;
        width: 100%;
        height: auto;
    }
    h1.heading {
        font-size: 1.25rem;
    }
    h1.heading span {
        font-size: 1rem;
    }
    .sec-detail__body__inner {
        border: unset;
        border-radius: unset;
        padding: 0 3%;
    }
    .sec-detail__body__inner section {
        margin: 10% 0 0;
    }
    .sec-detail__body__inner ul > li {
        padding-bottom: 0.5rem;
        width: 95%;
        margin: auto;
    }
    .sec-detail__body__inner ul {
        padding-left: 0.5em;
    }
    section div p {
        width: 95%;
        margin: auto;
        margin-bottom: 0.75rem;
    }
    article.sec-detail {
        margin-bottom:40px;
    }
    section div p.about {
        margin-bottom: 1rem;
    }
    /* table */
    table {
        width: 890px;
    }
    .st-tbl1 {
        overflow-y: scroll;
        margin-bottom: 1rem;
    }
    .st-tbl1.fix-th {
        height: 350px;
    }
    .st-tbl1 table {
        text-align: left;
        position: relative;
        border-collapse: collapse; 
    }
    .st-tbl1.fix-th tr th {
        position: sticky;
        top: 0;
    }
    /* table c-scrollHint */
    .c-scrollHint {
    width: 90%;
    margin: 0 0 5px;
    text-align: right;
    -webkit-animation: FloatHorizontal 2s ease-in-out infinite alternate;
    animation: FloatHorizontal 2s ease-in-out infinite alternate;
	}
	.c-scrollHint span {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
    opacity: .75;
	}
	.c-scrollHint span i {
    margin-left: 4px;
    font-size: 16px;
	}
	.icon-more_arrow::before {
      	content: "";
		display: inline-block;
		width: 20px;
		height: 4px;
		background-image: url(../images/icon/icon-right.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
	}
	.c-scrollHint {
	  animation-name: anim_h;
	}

	@keyframes anim_h {
	  0% {
		transform: translate(0px, 0);
	  }
	  100% {
		transform: translate(15px, 0);
	  }
	}
    .g_map,.g_mapIcon {
        display: none;
    }
    .sec_contents.bl_address_wrapper,.sec_images.bl_photo {
        -webkit-box-orient: vertical;
  	    -webkit-box-direction: normal;
  	    -ms-flex-direction: column;
        flex-direction: column;
    }
    .sec_contents.bl_address_wrapper {
        margin-bottom: 0;
    }
    .sec_images.bl_photo {
        padding: 1rem 0;
    }
    .sec_contents.bl_address_wrapper .bl_address {
        width: 100%;
        padding-left: 0;
        padding-top: 1rem;
    }
    .sec_images.bl_photo img {
        width: 100%;
        height: auto;
        padding-bottom: 1rem;
    }
    .sec_contents.bl_address_wrapper .bl_address .address {
        margin-bottom: 2rem;
    }
    .sec-access {
        display: none;
    }
}
/*弁護士紹介　改修20211115*/
section.bl_module_main {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
}
.bl_module_main_img,.bl_module_main_text {
    width:50%;
}
.bl_module_main_img{
    text-align: center;
}
.bl_module_main_img .lawyer span {
    padding-right: 1rem;
}
.bl_module_main_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.bl_module_main_img .lawyer {    
    border: unset;
    padding-top: 1rem;
}
.bl_module_main_text .heading {
    color: #477dca;
    border: unset;
    letter-spacing: 0.07rem;
    border-bottom: 2px solid #477dca;
    margin-bottom: 1.5rem;
    font-weight: normal;
    font-size: 1.3rem;
}
.bl_module_main_text {
    padding: 1rem;
    font-size: 1.1rem;
    line-height: 2rem;
}
.bl_module_main_text p {
    padding: 0 1rem;
}
/*.bl_module_main_text .heading:before, .bl_module_main_text .heading:after{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/icon/icon-handling_blue.png);
    background-size: contain;
    vertical-align: middle;
}*/
.bl_module_main_text .heading:before {
    margin-right: 0.3rem;
}
.bl_module_main_text .heading:after{
    margin-left: 0.3rem;
}

@media screen and (max-width: 768px) {
    section.bl_module_main div p {
        width: 95%; }
    section.bl_module_main {
        flex-direction: column;
        -webkit-box-orient: vertical;
  	    -webkit-box-direction: normal;
  	    -ms-flex-direction: column;
    }
    .bl_module_main_img, .bl_module_main_text {
        width: 100%;
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .bl_module_main_text,.bl_module_main_text p {
        padding: 0;
    }
    .bl_module_main_img .lawyer {
        text-align: left;
        padding-top: 6px;
    }
    .bl_module_main_img .lawyer span {
        font-size: 95%;
    }
    .bl_module_main_text .heading {
        font-size: 1rem;
    }
}
/* faq */
.sec-detail__body__header__wrapper {
    width: 90%;
    margin: 0rem auto 2rem;
}
.sec-detail__body__header__wrapper .heading {
    font-size: 20px;
    padding: 0;
    border: unset;
    position: relative;
    padding-left: 1.3rem;
}
.sec-detail__body__header__wrapper .heading::before {
    background: #000;
    content: "";
    height: 18px;
    width: 18px;
    left: 0;
    position: absolute;
    top: 3px; 
}
dl.faq {
    background: #f9f8eb;
    padding: 1rem 2rem 2rem;
}
.faq {
    margin-bottom: 32px; /* 各Q&Aの下に余白 */
  }
  
  .faq__dt, .faq__dd {
    position: relative;
    padding-left: 24px;
  }
  
  .faq__dt::before, .faq__dd::before {
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .faq__dt {
    font-weight: bold;
    border-bottom: 1px solid #999;
    margin-bottom: 4px;
    margin-top: 1rem;
  }
  
  .faq__dt::before {
    content: 'Q.';
    color: #d96f6e; /* 「Q」の文字色 */
  }
  
  .faq__dd::before {
    content: 'A.';
    color: #477dca; /* 「A」の文字色 */
  }
@media screen and (max-width: 768px) {
    .sec-detail__body__header__wrapper {
        width: 100%;
        margin: 2rem auto;
    }
    .faq {
        margin-bottom: 0;
    }
    dl.faq {
        padding: 0.5rem 1rem 1.5rem;
    }
    .faq__dt {
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    .faq__dd {
        margin-bottom: 2rem;
    }
}
/*========================
        inquiry_form
==========================*/
/* idリンクジャンプ先の調整*/
section#contact {
    display: block;
    padding-top: 170px;
    margin-top: -170px;
}
@media screen and (max-width: 768px) {
    table.inquiry_form {
        width: 100%;
    }
    .sec-detail__body__inner table.inquiry_form tbody > tr > th {
        width: 100%;
        display: block;
        max-width: unset;
    }
    .sec-detail__body__inner table.inquiry_form tbody > tr > td {
        width: 100%;
        display: block;
    }
    input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select[multiple=multiple] {
        margin-bottom: 0;
    }
    section#contact {
        padding-top: 110px;
        margin-top: -110px;
    }
}