@charset "utf-8";

/*
Theme Name: fln
Template: lightning
Author: soushido
Author URI: https://soushido.com
Version： 26.7.26
*/


/*
 * Reset
 * */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

html {
  font-size: 100%;
}
body{
	font-family: Roboto, "Zen Old Mincho","Droid Sans", "游ゴシック体", "YuGothic", "游ゴシック Medium","Yu Gothic Medium", "メイリオ", Meiryo, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	color: #696969;
}

h1,h2,h3,h4,h5,h6 {
	/*
	font-family: "M PLUS Rounded 1c", sans-serif;
	*/
	font-family: 'Sawarabi Gothic', sans-serif;
	color: #212121;
}

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


/*
 * Common
 * */

.small{
	font-size: 1em !important;
}
li a, p a {
    text-decoration: none;
}
@media (max-width: 991px) {
	.contact .main-section,
	.home .main-section,
    .service .main-section {
        margin-bottom: 0;
    }
}

.entry-body iflame{
    width: 100%;
}

/*
 * Header
 * */
.site-header {
	background: linear-gradient(90deg, #d2effa 0%, #fce1ee 100%);
}
.global-nav-list li {
    font-size: 18px;
}

.global-nav-list>li .global-nav-description {
    display: none;
}
.global-nav-list>li .global-nav-name {
    font-size: 18px;
    font-family: 'Sawarabi Gothic', sans-serif;
    font-weight: 300;
}
.global-nav-list>li>ul.sub-menu {
	font-size: 18px;
    font-family: 'Sawarabi Gothic', sans-serif;
    margin-left: -80px;
    width: 160px;
	 border-radius: 10px;
}

.global-nav-list li.contact {
    background-color: #1f9be1;
    border-radius: 30px;
		    margin-left: 15px;
}
.global-nav-list li.contact:hover {
    opacity:0.8;
}
.global-nav-list>li.contact:before {
    border-bottom: none;
}
.global-nav-list li.contact a{
    color: white;
}

.header_scrolled .global-nav-list li.contact {
    background-color: inherit;
}
.header_scrolled .global-nav-list li.contact a{
    color:  #333;
}
.header_scrolled .global-nav-list>li.contact:before {
        border-bottom: 1px solid var(--vk-color-primary);
}
.global-nav-list>li:hover:before, .global-nav-list>li[class*=current]:where(:not(.menu-item-anchor)):before {
    width: 80%;
}
.global-nav-list>li:before {
    margin-left: 10%;
}
@media (min-width: 992px) {
    .device-pc .global-nav-list>li>a {
        padding: 14px 1.2em;
    }
}
.page-header{
	min-height: 280px;
}
.page-header-title{
    text-shadow: 1px 1px 5px #000;
}


.fa-calendar-alt:before,
.fa-calendar-days:before {
    content: none !important;
}
.page-header .published{
	    font-size: 18px;
}


/*
 * Contents
 * */

.entry-body img {
	margin : 10px 8px 10px 0;
}
.entry-body img.alignleft {
	float:left;
}
.entry-body img.alignright {
	float:right;
}
.entry-body h2{
          font-size: 1.8em;
}

.entry-body h2:after{
        border:none;
}

.entry-body p{
     font-size: 1.2em;   
}
.entry-body  ul{
	padding-left: 1em;
}
.entry-body  ul li{
	font-size:1.2em;
}
.entry-footer {
    padding-top: 30px;
}
.next-prev {

}
.next-prev::before {
    content: "";
    width: 100%;
    margin: 0 15px;
    border-top: solid 1px #ccc;
    padding-bottom: 80px;
}
.next-prev .vk_post.card {
	border-radius: 15px;
}
.entry-meta-data-list {
		font-family: 'Sawarabi Gothic', sans-serif;
	padding-bottom: 10px;
}
.entry-meta-data-list dt {
    background-color: transparent;
    color: #696969;
    font-size: 1.2em;
    line-height: 2em;
    padding: 0;
    min-width: 6em;
    text-align: left;
}
.entry-meta-data-list dd a {
    padding: 0.5em;
}
.entry-meta-data-list--category dd a {
    color: #fff;
    background: #000;
    border-radius: 5px;
}

/*
 * Side Bar
 * */

.sub-section {
    font-family: 'Sawarabi Gothic', sans-serif;
}
.tagcloud a:before {
	content:none !important;
}
.veu_postList .postList_miniThumb .postList_title {
    font-size: 16px;
}
.widget_categories>ul li {
    font-size: 16px;
}

/**** tagcloud ****/

.tagcloud a {
	background-color: #fff;
	border: 1px solid #696969;
	border-radius: 5px;
	color: #696969;
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 5px;
	text-decoration: none;
	font-size: 14px;
}
.tagcloud a:hover {
	/*
	color: #404a72;
	background-color: #ccdfef;
	*/
	transition: all 0.3s ease 0s;
}
.tagcloud a .tag-link-count {
  margin-left: 10px;
}
/*
.tagcloud a:before {
	font-family: "Material Symbols Outlined";
	content: "\f05b";
	margin-right:0.2em;
}
*/


/*
 * Footer 
 * */

.site-footer {
	     font-family: 'Sawarabi Gothic', sans-serif;
    background-color: #191919;
	color: white;
	border:none;
}
.site-footer-content {
    padding-top: 70px;
}
.site-footer-title{
    color: white;
	    font-size: 20px;
    border-bottom: 1px solid #7b8184;
	    margin-bottom: 20px !important;
}
.site-footer-title:after{
	width: 20%;
}
.site-footer-copyright {
    background-color: #121212;
    max-width: inherit;
}
.veu_profile .media_outer {
    margin: 0 0 30px;
}
.veu_profile .profile_text {
    font-size: 16px;
    line-height: 2em;
}
.widget_pages>ul li{
    font-size: 16px;
}
.widget_pages>ul li a{
    color: white;
       padding-top: 0;
	padding-left:0;
}
.widget_pages>ul li a:before{
	content : ">";
   margin-right: 0.5em;
}
.site-footer .widget li a{
        font-size: 16px;    
	color: white;
}
.veu_profile .sns_btns li a{
	    background-color: #3c3c3c !important;
	    border: none !important;
	    font-size: 2em;
    width: 2em;
    height: 2em;
} 

.page_top_btn {
    border-radius: 50%;
	background: #1f9be2;
	width: 80px;
    height: 80px;
	background-image: var(--ver_page_top_button_url, var(--veu_page_top_button_url));
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
	  box-shadow: none;
}


/*
 * HOME
 * */

.home .site-body {
	padding-top:0;
    padding-bottom: 0;
}
.home .entry-body h2{
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 2.5em;	
}

.home .catch_copy {
	font-size:1.4em;
	 font-family: 'Sawarabi Gothic', sans-serif;
	 text-shadow: 0 0 8px #000;
}
.home .catch_copy p{
	margin-bottom:1em;
}
@media (min-width: 992px) {
    .home .main_image{
	min-height: 800px;
	}
}
@media (max-width: 992px) {
    .home .catch_copy {
		font-size:0.8em;
		position: absolute;
      top: -2em;
		text-shadow: 1px 1px 2px #000,
			-1px -1px 2px #000,
			1px -1px 2px #000,
			1px 1px 2px #000;
	}
	.home .catch_copy p{
		margin-bottom:0.6em !important;
		line-height: 1.4;
	}
	
}

/* infomation */
.postListText {
 font-family: 'Sawarabi Gothic', sans-serif;
	padding: 1rem 0 1rem;
	border-bottom: 1px solid #000;
}
.postListText:first-child {
	border-top: 1px solid #000;
}
.vk_posts .postListText_title {
    font-size: 1.0em;
	margin-bottom: 0 !important;
}
.vk_post_title_new {
	background: #fa9a9d !important;
    /*float: left;*/
    margin-right: 15px;
	font-size: 12px;
    color: white;
    padding: .3em .5em;
    border-radius: 5px;
}
.postListText_singleTermLabel {
    min-width: auto;
}

.postListText_singleTermLabel_inner {
	background-color: #000 !important;
    padding: .3em .5em;
    border-radius: 5px;
}
.home .link_list a{
	 font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 1.0rem;
	color : #5d5d5d;
	text-decoration:none;
	
}
.home .link_list a:after {
	content:">";
	margin-left:0.5rem;
}
.vk_heading_subtext{
	color : #5d5d5d;
	letter-spacing: .2rem;
}

/* contact_cta */
.page .contact_cta ,
.home .contact_cta {
	background-color:#fcd0d1;
	background-image:url(/images/top_contact_bg.png);
		background-size: contain;
    background-repeat: no-repeat;
	    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.page .contact_cta p,
.home .contact_cta p{
    font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 1.5em;
}
.page .contact_cta .vk_button a,
.home .contact_cta .vk_button a{
	font-size: calc( 1rem * 2 );
	padding: .3em 1em;
    margin-top: 1em;
    border-radius: 35px;
}

/* business*/
.home .business{
	background: linear-gradient(90deg, #d2effa 0%, #fce1ee 100%);
}
.home .business .wp-block-column a{
	width:100%;
	height:100%;
	    color: #696969;
}
.home .business .wp-block-column a:hover{
	opacity:0.8;
}

/* column */
.home .column .vk_post_title_new{
	position: absolute;
    top: 30px;
    right: 0;
	margin: 0;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	flex-basis: 0;
	flex-grow: 1;
	background-color: white;
	border-radius: 15px;
	padding: 25px;
	box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, .2);
}
.home .wp-block-columns h3{
    font-size: 1.4em;
	    letter-spacing: .1em;
    text-align: center;
    padding-bottom: 1em;
}
.home .wp-block-columns h3:after  {
	border-bottom:none;
}
.home .wp-block-columns p {
	    margin-bottom: 0 !important;
}

.column .vk_post-postType-post {
   box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, .2);
	border-radius: 10px;
}

.vk_post-postType-post .card {
	border:none;
}
.vk_post_imgOuter_singleTermLabel {
	left: 0;
    top: 20px;
	 right: auto;
	background-color: #000 !important;
     font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 12px;
    padding: .3em .5em;
}
.vk_post .vk_post_title {
    font-size: 18px;
}
.vk_post .vk_post_date {
    font-size: 14px;
	color:#5d5d5d;
}
.vk_icon {
	margin-bottom: 0;
}

/*
 * Page
 * */

.page-header-title, h1.page-header-title {
    font-size: 40px;
    color: #fff;
	  font-weight: 500;
	padding-bottom: 15px;
}
.page .entry-body h2 {
    text-align: center;
        margin-bottom: 30px;
    padding-top: 80px;
}

.eng_title {
	 font-size: 0.9em !important;
	color: #1f9be2;
    margin-top: 0;
    letter-spacing: .3em;
    text-transform: uppercase;
	text-align: center;
}
.eng_title::after{
	content: "";
    display: block;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 0px;
    border: 0.5px solid #1f9be2;
}

.category .page-header-inner .eng_title,
.page .page-header-inner .eng_title {
	color: #fff;
        font-size: 18px !important;
}
.category .page-header-inner .eng_title::after,
.page .page-header-inner .eng_title::after{
    border: none;
}
.page .entry-body p{
    font-family: 'Sawarabi Gothic', sans-serif;
    margin-bottom: 40px;
}

/*
 * Profile
 * */

.profile .profile_content ul{
	    font-family: 'Sawarabi Gothic', sans-serif;
        font-size: 1.2em;
	margin-left:1em;
}
.profile .qualifications,
.profile .history{
	background-color:#efefef;	
	padding-bottom: 80px;
	margin: 0 calc(50% - 50vw);
   width: 100vw;
}
.profile .history{
    margin-top: 80px;
}
.profile .history ul {
	padding-left: 0;
}
.profile .history ul li{
	position:relative;
    list-style:none;
}
.profile .history ul li::after {
    content: "";
    width: 1px;
	 border-left: 1px #ccc solid;
    height: 2em;
    left: 0.4em;
    position: absolute;
}
.profile .history ul li::before {
    content: '●';
    color: #1f9be1;
        padding-right: 2.2em;
    font-size: 0.8em;
	z-index: 100;
    position: inherit;
}

.profile iframe{
	width:100%;
	height:600px;
	border: 0;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.profile .profile_content ul,
	.profile .profile_content p {
		margin: 0 25% 50px;
	}
	.profile .profile_content ul{
		margin-bottom:0;
	}
}
@media (max-width: 991px) {
	.profile .history ul li span {
		display: block;
		margin-left: 2em;
	}
	.profile .history ul li::after {
		border: none;
	}
	.profile .history ul li::before {
    	padding-right: 0.5em;
	}
}


/*
 * Service
 * */

.service section{
		padding-bottom: 80px;
	    clear: both;
}
.service section.domestic-incident,
.service section.corporate-legal-affairs{
	background-color:#efefef;
	margin: 0 calc(50% - 50vw);
   width: 100vw;
}
.service .entry-body img{
	margin-right: 40px;
	border-radius:15px;
	width:360px;
	height:240px;
}
.service .link_list a:before {
    content: ">";
    margin-right: 0.5rem;
	    color: #696969;
}

.service .site-body {
	padding-top: 0;
    padding-bottom: 0;
}
@media (max-width: 991px) {
	.service .entry-body img {
	    float: none;
	}
}


/*
 * Cost
 * */

.cost section {
    padding-bottom: 80px;
}
.cost .advisory-contract,
.cost .divorce-case,
.cost .legal-advice{
    background-color: #efefef;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.cost .time-charge{
    padding-bottom: 0;
}
.cost .about-attorney-fees .caption{
	font-family: 'Sawarabi Gothic', sans-serif;
	margin-bottom: 30px;
}
.cost .entry-body h4{
    font-size: 1.4em;
    padding-bottom: 0.3em;
}
.cost .entry-body table{
	/*font-family: 'Sawarabi Gothic', sans-serif;*/
	margin-bottom: 40px;
	color:#212121;
}

.cost table td, .cost table th {
    font-size: 1.2em !important;
}
.cost table th {
    background-color: #e5e9f5;
}
.cost table td {
    background-color: #fff;
}


/*
 * Single
 * */

.single .entry-body p {
    margin-bottom: 40px;
	margin-bottom: 1.5em;
}

.single .page-header{
	z-index: 0;
  overflow: hidden;
}
.single .page-header::after{
  content: '';
	width: auto;
	height: auto;
	opacity: 1;
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.single .entry-body h3,
.single .entry-body h2{
	margin-bottom: 1em;
}
.single .entry-body h3{
	font-size: 1.5em;
}
.single .entry-body h3:after{
	border: none;
}


/*
 * Archive
 * */

.archive-description{
		     font-family: 'Sawarabi Gothic', sans-serif;
}
.archive-description p{
	    font-size: 18px;
}
.archive .vk_post .vk_post_date {
	    font-size: 16px;
}
.archive .vk_post_excerpt{
	 font-family: 'Sawarabi Gothic', sans-serif;
	   font-size: 16px !important;
}
.archive .vk_post_title_new {
    float: none;
}
.archive .vk_post.media {
	border: none !important;
    padding: 0 !important;
   margin: 20px 15px;
	border-radius: 15px;
	    box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, .2);
}
.archive .vk_post_imgOuter{
	border-radius: 15px 0 0 15px;
	    max-height: 200px;
}
.vk_post-btn-display.media .vk_post_body {
    padding: 20px 20px 20px 0;
}
.vk_post-btn-display .vk_post_btnOuter {
    bottom: 20px;
    right: 20px;
    border: none;
	 font-family: 'Sawarabi Gothic', sans-serif;
}
.vk_post .vk_post_btn {
		border-radius: 5px;
}

ul.page-numbers li {
	    margin: 5px;
    width: 40px;
    height: 40px;
	overflow: inherit;
}
ul.page-numbers li a, 
ul.page-numbers li span.page-numbers {
	color: #9a9a9a;
    border: 1px solid #9a9a9a;
    border-radius: 20px !important;
    width: 40px;
    height: 40px;
	  padding: 5px 12px;
}

ul.page-numbers li span.page-numbers.current {
    color: var(--vk-color-primary);
    background-color: #fff;
	border: 1px solid var(--vk-color-primary);
}
ul.page-numbers li .next,
ul.page-numbers li .prev {
    border: 1px solid #d5d5d5;
    color: #d5d5d5;
}

/*
 * Contact
 * */

.contact .site-body {
    padding-bottom: 0;
}
.contact .entry-body p {
    margin-bottom: 0;
}
.contact .tel_no{
	font-size:2em;
}

.contact .contact_cta{
	text-align: center;
	color: #1a0f08;
}
.contact .contact_cta h2{
    font-size: 2.2em;
    font-weight: 500;
	    padding-top: 0;
}
.contact .contact_cta .phone-no{
	font-size: 3em !important;
	    margin-bottom: 20px;
}
.contact .contact_cta .phone-no i{
	margin-right: 0.2em;
    font-size: 0.9em !important;
}
.contact .contact_cta .time{
	color:#5d5d5d;
	 font-size: 1.2em !important;
}
.wpcf7 .ajax-loader {
    display: none;
}
.wpcf7 {
	margin-top: 3em;
	     font-family: 'Sawarabi Gothic', sans-serif;
	    margin-bottom: 100px;
}
input::placeholder,
textarea::placeholder {
	color:#ddd;
}
.wpcf7 dl {
    margin: 0;
    padding: 20px 10px;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 1em;
    text-align: left;
    background-color: #efefef;
    border: 1px solid #5d5d5d;
	 box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, .1);
}
.wpcf7 dt {
    position: relative;
    top: 4px;
    width: 320px;
    padding: 1em 30px;
    box-sizing: border-box;
    color: #191919;
    line-height: 2;
}
.wpcf7 dl dt::before{
	background: none;
}
.wpcf7 dd{
    margin-top: -4em;
    padding: 1em 30px 1em 320px;
    box-sizing: border-box;
    /* border-bottom: 1px solid #fff; */
    /* line-height: 2; */
}
.wpcf7 dd:last-child{
	border-bottom: none;
}
.wpcf7 input[type="email"]{
	font-size: 14px;
}
.wpcf7 input, .wpcf7 textarea {
	width: 100%;
	min-height: 40px;
	padding: 1px 5px;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #5d5d5d;
	background: #fff;
}
.wpcf7 textarea{
	height: 100px;
}
.wpcf7 input[type="radio"]{
	width: auto;
	display: inline-block;
	position:relative;
}
.wpcf7 input[type="checkbox"]{
	display: inline-block;
	min-height: 25px;
    width: 25px;
	border: 1px solid #5d5d5d;
	vertical-align: sub;
	    margin-right: 10px;
}
.wpcf7 input[type="checkbox"]:checked:focus,
.wpcf7 input[type="checkbox"]:checked {
	    accent-color: #fa9a9d;
}
.wpcf7 input[type="checkbox"]:checked::after {
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7 .wpcf7-list-item span {
	display: inline-block;
}
.wpcf7 input.wpcf7c-conf, .wpcf7 textarea.wpcf7c-conf{
 	background-color: #eee;
 }
.wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
	color: #bbb;
	font-weight: normal;
}
.wpcf7 .btn_area {
	text-align: center;
	margin-top: 0;
	padding: 20px 0;
	background: transparent;
}
.wpcf7 input.confirm,
.wpcf7 input.back,
.wpcf7 input.submit {
	cursor:pointer;
	display:inline-block;
	position: relative;
	width: 200px;
    height: 60px;
    background: #1f9be2;
    border-radius: 30px;
	padding: 0 60px;
	margin: 0 auto;
	border: 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	transition: all .5s 0s ease;
}
.wpcf7 input.confirm:hover,
.wpcf7 input.back:hover,
.wpcf7 input.submit:hover {
	/*background:#f18d1d;*/
	opacity:0.9;
}
.wpcf7 input.back{
	margin-right: 15px;
}
.wpcf7 .note {
	margin-right: 20px;
	font-size: 12px;
	text-align: right;
}
.wpcf7 .note a{
	color: #333;
}

.wpcf7 dd label,
.wpcf7 input[type="radio"],
.wpcf7 .wpcf7-list-item-label {
	display: inline;
	clear: none;
}
.wpcf7-spinner {
    display: none;
}

@media (max-width:991px) {
	.contact .contact_cta h2{
    font-size: 1.8em;
	}
	.contact .contact_cta .phone-no{
		font-size: 2.2em !important;
	}
	.wpcf7 dl {
		padding: 1em;
	}
	.wpcf7 dt {
		width: 100%;
		padding: .8em 0;
		background-color: transparent;
	}
	.wpcf7 dd {
		width: 100%;
		margin-top: 0em;
		padding: 0;
		border-bottom: none;
	}
}
