/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
@charset "utf-8";

/* header */
.page-header {
	min-height: 260px;
	background-position-X: 80%;
}
.page-header .page-header-title {
  font-size: min(2.25rem,8vw);
  font-weight: 600;
  text-align: center;
  color: #fff;
  filter: drop-shadow(1px 1px 6px #000000e3);
}
.page-header .page-header-subtext{
  font-size: min(2.5rem,5.5vw);
  font-weight: 600;
  filter: drop-shadow(1px 1px 6px #000000e3);
}
/* breadcrumb */
.breadcrumb{
	border: none;
}
.breadcrumb-list {
	text-align: left;
	font-size: .875rem;
	font-weight: 600 !important;
	padding: 1.5em 0;
}
.breadcrumb-list li:after {
  /* content: "\003E"; */
}
.breadcrumb-list li a {
  text-decoration: none;
}
.breadcrumb-list li a .fas {
  display: none;
}
.breadcrumbs ul {
  padding-left: 0;
}
@media screen and (max-width:767px) {
	.breadcrumb-list {
		padding: 1em 0;
	}
}


/* content */
.site-body{
	text-align: left;
}
.container {
	max-width: 1200px;
	--main_color: #062539;
	--sub_color01: #549fd7;
}
:where(:not(.wp-block-table))>table :is(thead, tbody, tfoot, th, td) {
  border-color: transparent;
}
.entry-body h2,
.section-wrap h2,
.archive-header-title{
	position: relative;
	z-index: 0;
	text-align: left;
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: .25em;
	margin-bottom: 1em;
	color: var(--main_color);
	border-bottom: 4px solid var(--main_color);
}
.entry-body h2::before,
.section-wrap h2::before,
.archive-header-title::before{
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	margin: auto;
	width: 16%;
	height: 4px;
	background: var(--sub_color01);
	inset: auto auto -4px 0;
	transition: background .3s;
}
.entry-body h3 {
	font-size: 1.75rem;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 0.5em 0.75em;
	background: #f3f5f7;
}
.entry-body h4 {
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--main-color);
	padding-left: 0.5em;
	margin-bottom: 1em;
	border-left: 4px solid var(--sub_color01);
}
.entry-body h5 {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--sub_color01);
}
.entry-body h6 {
	font-size: 1.125rem;
	font-weight: bold;
	color: var(--main-color);
}
#vk-mobile-nav-menu-btn {
  display: none;
}
.entry-body{
	margin-bottom: 4em;
}
.entry-body p{
	font-weight: 500;
}
.entry-body ul li {
  list-style-type: disc;
}
.entry-body a {
	color: var(--sub_color01);
	text-decoration: underline;
	text-underline-offset: 0.35em;
}
.entry-body a:hover {
  text-decoration: none;
}
.entry-body a:focus {
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline: none;
}
.entry-title{
	position: relative;
	z-index: 0;
	text-align: left;
	font-size: 1.875rem;
	font-weight: bold;
	padding-bottom: .25em;
	margin-bottom: 1em;
	border-bottom: 2px solid #d9d9d9;
}
.vk_archive-list{
	padding-left: 0 !important;
}
.sub-section .localNavi .cat-item a{
	font-weight: 500;
	color: unset;
	transition: background 0.3s;
}
.has-fixed-layout th,
.has-fixed-layout td {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 1rem;
}
.has-fixed-layout th {
  font-weight: bold;
}
.wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text) {
	max-width: 300px;
	min-width: 230px;
	font-size: 1rem;
	margin: 1em 0 2em;
	--item_color:　var(--main_color);
	display: flex;
	justify-content: center;
	align-items: center;
	width: min(100%, 18.75em);
	min-height: 3.7em;
	font-weight: 600;
	color: var(--item_color) !important;
	text-decoration: none;
	position: relative;
	z-index: 0;
	background: #ffffff !important;
	border: 1px solid var(--main_color);
	border-radius: 0.5em;
	padding: 0.5em 2em;
	transition: background 0.3s, color 0.3s;
	box-shadow: none;
}
.wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text)::after {
	content: "";
	position: absolute;
	inset: 0 8% 0 auto;
	margin: auto;
	width: 12px;
	height: 12px;
	background-color: var(--main_color);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1 L9 5 L1 9' fill='none' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1 L9 5 L1 9' fill='none' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
}
@media (any-hover: hover) {
	.wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text):hover{
		background: var(--main_color) !important;
		color: #ffffff !important;
		opacity: 1;
		
	}
	.wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text):hover::after{
		background-color: var(--white);
	}
}
.wp-block-vk-blocks-button.vk_button-align-block .vk_button_link,
.wp-block-vk-blocks-button.vk_button-align-wide .vk_button_link {
  max-width: 100%;
}
.wp-block-accordion-item .wp-block-accordion-heading{
	border-bottom-style:solid;
}



@media screen and (max-width: 1124px) {
  .page-header {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
	.page-header {
		min-height: 130px;
		margin-top: 0;
	}
	.page-header .page-header-title {
		font-size: 1.6rem;
	}
	.entry-body h2,
	.section-wrap h2,
	.archive-header-title {
		font-size: 1.75rem;
		border-bottom: 3px solid var(--main_color);
	}
	.entry-body h2::before,
	.section-wrap h2::before,
	.archive-header-title::before{
		height: 3px;
		inset: auto auto -3px 0;
	}
	.entry-body h3 {
		font-size: 1.45rem;
	}
	.entry-body h4 {
		font-size: 1.35rem;
	}
	.entry-body h5 {
		font-size: 1.25rem;
	}
	.entry-body h6 {
		font-size: 1.125rem;
	}
	table.has-fixed-layout,
	.has-fixed-layout tbody {
		border: none;
	}
	.has-fixed-layout th,
	.has-fixed-layout td {
		font-size: 1rem;
	}
	.has-fixed-layout.is-stacked-on-mobile tr:not(:first-of-type) th,
	.has-fixed-layout.is-stacked-on-mobile td {
		border-top-color: #fff;
	}
	.has-fixed-layout.is-stacked-on-mobile th,
	.has-fixed-layout.is-stacked-on-mobile td {
		padding: 0.75em 1em !important;
	}
	.has-fixed-layout th {
		font-weight: bold;
	}
	.wp-block-button {
		width: 100%;
	}
	 .wp-block-vk-blocks-button{
		 text-align: center;
	 }
  .wp-block-vk-blocks-button .vk_button_link:not(.vk_button_link-type-text) {
		max-width: 100%;
		width: auto;
		min-height: 3.5em;
		min-width: auto;
		margin-inline: auto;
		margin-bottom: 0;
		max-width: 260px;
	}
  .wp-block-vk-blocks-button.vk_button-align-wide .vk_button_link {
    width: 100%;
  }
  .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    max-width: 100%;
  }
  .wp-block-button .wp-block-button__link:hover {
    transform: none;
  }
  .wp-block-vk-blocks-button .vk_button_link::after {
    width: 6px;
    height: 6px;
    border-width: 2px;
    right: 14px;
  }
}
.entry-body a img {
  transition: opacity .4s;
}
@media (any-hover: hover) {
  .entry-body a:hover img {
    opacity: 0.6;
  }
}
body.post-name-corporate .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
body.post-name-corporate .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  border-color: #e9e9e9;
}

/* news
-------------------------------------------------------------------*/
.post-type-news .widget-title{
	font-size : 1.5rem;
	font-weight: 500;
	display: block;
	margin-bottom: 0.5rem !important;
}
.post-type-news .sub-section aside{
	margin-bottom: 0;	
}
ul.localNavi{
  padding-left: 0;
	margin-bottom: 2em;
}
ul.localNavi li{
  border-bottom: 1px solid #d9d9d9;
  list-style: none;
}
ul.localNavi li a{
	display: block;
	font-size: 1rem;
	color: unset;
	padding: 0.75em 0.5em 0.75em;
	border: none;
	text-decoration: none;
}
@media (any-hover: hover){
  ul.localNavi li a:hover{
	  opacity: 0.7;
  }
}

/* medical（modal）
-------------------------------------------------------------------*/
.layer_board .layer_lead{
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0;
}
.layer_board .btn_area{
	display: flex;
	gap: 4%;
}
.layer_board .btn_area .common_btn{
	margin-block: 1em 0;
}
.layer_board .btn_area .common_btn a{
	margin: auto;
}
.layer_board .btn_area .common_btn a.arrow{
	--main_color: var(--white);
	background: #062539;
}
@media (any-hover: hover) {
	.layer_board .btn_area .common_btn a.arrow:hover {
		--main_color: #062539;		
		--white: #062539;
		background: #fff;
		color: #062539;
	}
}
.layer_board_bg{
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	.layer_board{
		padding: 2em 1em !important;
	}
	.layer_board .btn_area{
		flex-direction: column;
	}
}
