/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

html,body{
	padding:0;
	margin:0;
	font-family: 'BIZ UDPGothic', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-weight: 400;
	/*background: #fff;*/
	background: rgb(255,255,255);
	font-size: 1rem;
	line-height: 2rem;
	color: #000;
	position: relative;
}

_:lang(x)::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, sans-serif;
}
.wf-udpjapanese { font-family: "BIZ UDPGothic"; }

.entry-body p {
	font-size: 1.1rem;
	line-height: 2.2rem;
}

.entry-title--post-type--page, .home h2 {
	padding: 0;
	border-top: none;
	border-bottom: none;
}
/**
 * すべての投稿タイプでページヘッダー上の更新日時を非表示にする CSS
 */
.entry-meta-item-updated {
	display: none;
}

/* -------------------------------------
	HEADER
------------------------------------- */
@media (min-width: 992px){
	body:not(.header_scrolled) .global-nav--layout--float-right,
	.global-nav--layout--float-right .global-nav-list {
		width: auto;
	}
}
.site-header {
	box-shadow: none;
	height: 100px;
	margin-top: 35px;
	border-top: 5px solid #37b0c9;
}
@media (min-width: 992px){
	.site-header {
		margin-top: 0px;
	}
}
@media (max-width: 991.98px){
	.site-header-container {
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		overflow: visible;
	}
}

.site-header #site-header-container-inner.row{
	width:100%;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-left:0;
	margin-right: 0;
}
#header-logo.row {
	-webkit-align-items: center;
	align-items: center;
}
.gnav.row{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.site-header--layout--nav-float .header-logo-item {
	margin-right: 0;
	width: 100%;
}
@media (min-width: 992px){
	.header_scrolled .site-header .global-nav {
		margin-right: 0;
	}
}
@media (max-width: 991.98px){
	.site-header-container {
		margin:  0;
		padding: 0;
	}
}

@media (min-width: 992px){
.header-logo-item {
	padding-top: 0rem;
	margin-bottom: 0rem;
}
.site-header--layout--nav-float .header-logo-item {
	/*margin-right: 1em;*/
	width: 100%;
}
}
.h-logo {
	height: 100px;
}
.header-logo-item span {
		width:84px!important;
		height:100px!important;
}
.h-logo span img {
	max-width:80px!important;
	margin:0 0 0 20px;
	padding:0;
	max-height: 100px;
}
.h-name h1 {
	font-family: 'BIZ UDPMincho', serif;
	font-size: 2rem;
	line-height:2rem;
	font-weight: 400;
	/*margin-bottom: 0;*/
	margin: auto auto 10px 10px;
}

.h-name h1 span {
	font-size: 1rem;
	display: block;
}
.global-nav-list>li:before{border-bottom: 5px solid #98d2dd;}
.global-nav-list li { font-size: 1rem;}
.device-mobile .global-nav-list>li {
	padding: 14px .5em;
}
.ruby {
		display:block;
		width: 100%;
		text-align: center;
		position: fixed;
		top: 0;
		left: 0;
}
	.btn-ruby {
		background: #37b0c9;
		color: #fff;
		width: 100%;
		padding: 5px 0;
		display: block;
	}
	.btn-ruby:hover {
		background: #98d2dd;
		color: #fff;
		text-decoration: none;
	}
@media (min-width: 992px){
	.ruby {
		display:inline-block;
		text-align: right;
		padding-right: 0px;
		position: relative;
	}
	.btn-ruby {
		background: #37b0c9;
		color: #fff;
		padding: 10px 20px;
		border-radius: 30px;
		width: auto;	
		display: inline;
	}
}

@media (min-width: 992px){
.device-pc .global-nav-list>li>a {
	padding: 14px .5em;
	font-size: 1rem;
}
	.ruby {
		margin-right: 110px;
	}
	.btn-ruby {
		background: #37b0c9;
		color: #fff;
		padding: 8px 10px;
		border-radius: 20px;
		font-size: .9rem;
	}
	.btn-ruby:hover {
		background: #98d2dd;
		color: #fff;
		text-decoration: none;
	}
}
.wp-dark-mode-switcher.right_bottom, .wp-dark-mode-side-toggle-wrap.right_bottom {
	left: 15px;
	right: auto;
}

@media (min-width: 992px){
.wp-dark-mode-switcher.right_bottom, .wp-dark-mode-side-toggle-wrap.right_bottom {
	right: 15px;
	left: auto;
}
.wp-dark-mode-switcher.floating, .wp-dark-mode-side-toggle-wrap.floating {
	position: fixed;
	top: 15px;
	bottom: auto!important;
}
}
/*@media (min-width: 992px){
	.wp-dark-mode-switcher.right_bottom, .wp-dark-mode-side-toggle-wrap.right_bottom {
	right: calc((100% - 992px)/2);
	left: auto;
}
}*/

@media (min-width: 1200px){
	.wp-dark-mode-switcher.right_bottom, .wp-dark-mode-side-toggle-wrap.right_bottom {
	right: calc((100% - 1200px)/2);
	left: auto;
}
}
html.wp-dark-mode-active .header_scrolled #site-header {
	 background: rgb(36, 37, 37); 
}


.vk-mobile-nav-menu-btn {
	position: fixed;
	top: -2px;
	left: auto;
	right: 5px;
	z-index: 2100;
	overflow: visible;
	border: none;
	border-radius: 2px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	text-indent: -9999px;
	background-size: 40px 40px;
	transition: border-color .5s ease-out;
}
.vk-mobile-nav-menu-btn::after {
	content: 'MENU';
	display: block;
}
.vk-mobile-nav-menu-btn {
	color: #fff;
	background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat transparent;
}
.vk-mobile-nav-menu-btn.menu-open {
	background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat transparent;
}
.vk-mobile-nav-menu-btn.menu-open {
	border: none;
}
/* -------------------------------------
	FOOTER
------------------------------------- */
.site-footer-copyright{
	width: 100%;
	padding: 10px;
	background: #37b0c9;
	color: #fff;
	text-align:center;
}

.site-footer .menu-footermenu-container ul,
.site-footer .f-sns ul{
	display: flex;
	flex-wrap: wrap;

	list-style: none;
}
.site-footer .menu-footermenu-container ul li {
	margin: 0;
	padding: 0 1rem 0 0;
}
.site-footer .f-sns ul li {font-size: .9rem;}
.site-footer .f-sns ul li a.btn-youtube {
	background-color: #f00;
	color: #fff;
	text-decoration: none;
	padding: 5px 20px;
	margin: 0 10px 0 0;
	border-radius: 5px;
}
.site-footer .f-sns ul li a.btn-youtube::before {
	content: '\f167';
	font-weight: 400;
	font-family: 'Font Awesome 5 Brands';
	padding-right:5px;
}
.site-footer .f-sns ul li a.btn-twitter {
	background-color: #1DA1F2;
	color: #fff;
	text-decoration: none;
	padding: 5px 20px;
	border-radius: 5px;
	margin: 0 10px 0 0;
}
.site-footer .f-sns ul li a.btn-twitter::before {
	content: '\f099';
	font-weight: 400;
	font-family: 'Font Awesome 5 Brands';
	padding-right:5px;
}
.site-footer .f-sns ul li a{transition: 1s;}
.site-footer .f-sns ul li a:hover{opacity: .7;transition: 1s;}

/* -------------------------------------
	TOP PAGE
------------------------------------- */
.home .site-footer {
	border-top: none;
}
@media (min-width: 1200px){
	.home .site-body {
		padding: 3.5rem 0 0rem;
	}
}
@media (min-width: 992px){
	.home .site-body {
		padding: 3rem 0 0rem;
	}
}
@media (min-width: 768px){
	.home .site-body {
		padding: 2.5rem 0 0rem;
	}
}
.home .site-body {
	padding: 2rem 0 0rem;
}

.box-statement{border:1px solid #98d2dd!important;border-radius:7px;height:545px;padding:20px 10px;margin-bottom:30px;}
.statement-item{height:100%;padding:0px 20px;overflow-y:scroll;}

/* width */
.statement-item::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.statement-item::-webkit-scrollbar-track {
  background: #d4f4fa;
}
/* Handle */
.statement-item::-webkit-scrollbar-thumb {
  background: #37b0c9;
}
/* Handle on hover */
.statement-item::-webkit-scrollbar-thumb:hover {
  background: #5fcbe1;
}
.box-statement h2 {
	color: #0091b3;
	font-size: 1.7rem;
	line-height: 2.4rem;
	padding: 1rem 0 0rem;
	
}
.box-statement p {
	line-height: 1.7rem;
}

#index-content-news {
	background: url("img/index-sky.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	display: flex;
	padding: 0px 0 60px;
	z-index: 1;
}
#index-content-news::after {
	background: url("img/wave.svg");
	top: 0;
	content: '';
	height: 178px;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.wp-dark-mode-active #index-content-news.wp-dark-mode-ignore,
.wp-dark-mode-active #index-content-news.wp-dark-mode-ignore::after{
	background: rgb(36, 37, 37);
}
#box-news {border:1px solid #98d2dd;
	border-radius:7px;padding:20px 30px;background:#fff;overflow:hidden;position:relative;z-index: 10;box-shadow:0px 0px 7px #98d2dd;margin-bottom: 10px;background: #fff;}

.wp-dark-mode-active #index-content-news #box-news.wp-dark-mode-ignore {
	background: rgb(36, 37, 37)
}
#box-news h2 {
	color: #0091b3;
	font-size: 1.7rem;
	line-height: 2.4rem;
	padding: 1rem 0 0;
	margin-bottom:0;
}
#box-news .news-item ul {
	padding-left: 0em;
}
#box-news .news-item ul li {
	padding: 10px 0;
}
#box-news .news-item ul li {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#box-news .news-item ul li span {
	display: block;
	width: 100%;
}
#box-news .news-item ul li a {
	display: block;
	width: 100%;
}
@media print, screen and (min-width:768px){
	#box-news .news-item ul li span {
		width: 10rem;
	}
	#box-news .news-item ul li a {
		width: calc(100% - 10rem);
	}
}
.btn-next a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: end;
	justify-content: end;
	text-decoration: none;
	color: #000;
}
.wp-dark-mode-active #index-content-news.wp-dark-mode-ignore .btn-next a {
	color: #fff;
}
.btn-next a:hover {
	color: #37b0c9;
}
.btn-next a::after {
background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjQwcHgiIGhlaWdodD0iNDBweCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYig1NSwgMTc2LCAyMDEpIgogZD0iTTIwLjAwMCwwLjAwMCBDOC45NTQsMC4wMDAgMC4wMDAsOC45NTQgMC4wMDAsMjAuMDAwIEMwLjAwMCwzMS4wNDYgOC45NTQsMzkuMTAwMCAyMC4wMDAsMzkuMTAwMCBDMzEuMDQ2LDM5LjEwMDAgMzkuMTAwMCwzMS4wNDYgMzkuMTAwMCwyMC4wMDAgQzM5LjEwMDAsOC45NTQgMzEuMDQ2LDAuMDAwIDIwLjAwMCwwLjAwMCBaTTE2Ljc2MCwyNy41NDEgTDE1LjY5OSwyNi40ODAgTDIyLjE4MCwyMC4wMDAgTDE1LjY5OSwxMy41MjAgTDE2Ljc2MCwxMi40NTkgTDI0LjMwMSwyMC4wMDAgTDE2Ljc2MCwyNy41NDEgWiIvPgo8L3N2Zz4=");
	display: block;
	content: '';
	height:40px;
	width: 40px;
	margin-left: 10px;
}
/* -------------------------------------
	Accordion
------------------------------------- */
.accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  /*background: #000;*/
  cursor: pointer;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #fff;
  color: #000;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: #f00;
}

h4.accordion-title{
  position: relative;
	background: transparent;
}

.accordion-title:after {
  content: "";
  position: absolute;
  left: 20px;
  /*top: 38%;*/
  top: 1rem;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height:12px;
  border-top: solid 3px #e50000;
  border-right: solid 3px #e50000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /*top: 45%;*/
  top: 1.3rem;
}

.accordion-content {
  display: none;
  padding-left: 2.3125em;
	border-bottom: 1px dotted #ccc;
	  margin-bottom: 2rem
}
/* -------------------------------------
	Dialog, Preliminary report, Detailed report
------------------------------------- */
.post-type-archive.post-type-archive-dialogue .site-body-container,
.post-type-archive.post-type-preliminary-report .site-body-container,
.post-type-archive.post-type-archive-detailed-report .site-body-container {
	display: flex;
	flex-wrap: wrap;
}
.post-type-archive.post-type-archive-dialogue .sub-section, 
.post-type-archive.post-type-preliminary-report .sub-section,
.post-type-archive.post-type-archive-detailed-report .sub-section {
	order: 1;
	width: 100%;
}

.post-type-archive.post-type-archive-dialogue .main-section,
.post-type-archive.post-type-preliminary-report .main-section,
.post-type-archive.post-type-archive-detailed-report .main-section {
	order: 2;
	width: 100%;
}

/* -------------------------------------
	Archive
------------------------------------- */
@media (min-width: 992px) {
	.entry-body>.vk_posts>.vk_post-col-lg-12 .vk_post_excerpt, .main-section>.vk_posts>.vk_post-col-lg-12 .vk_post_excerpt {
		font-size: 1rem;
		line-height: 2rem;
	}
}

@media (min-width: 576px) {
.entry-body>.vk_posts>.vk_post-col-sm-12 .vk_post_excerpt, .main-section>.vk_posts>.vk_post-col-sm-12 .vk_post_excerpt {
	font-size: 1rem;
		line-height: 2rem;
	}
}

/* -------------------------------------
	Profile
------------------------------------- */
dl.history {
	display:flex;
	flex-wrap: wrap;
	width: 100%;
}
dl.history dt {width: 100%;}
dl.history dd {width: 100%;margin-bottom: 1rem;}

@media (min-width: 768px) {
	dl.history dt {width: 10rem;}
	dl.history dd {width: calc(100% - 10rem);}
}

input[type=button] {
	font-size: 1rem;
	border: 1px solid var(--vk-color-primary-dark);
	background-color: var(--vk-color-primary);
	color: #fff;
	padding: 0.5em 2em;
	border-radius: var(--vk-size-radius);
}
.wpcf7-form label {
	display: inline-block;
	margin-bottom: 0.5rem;
	width: 100%;
}

.arrow-right a::before,
p.arrow-bottom a::before {
	content : "\f35a";
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	margin-right: 0.4rem;
	speak: none;
	line-height: 1;
	color:  var(--vk-color-primary);
}
p.arrow-bottom::before {
	content : "\f358";
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	margin-right: 0.4rem;
	speak: none;
	line-height: 1;
	color:  var(--vk-color-primary);
}

dl.mailform {
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: start;
	align-items: start;
}
dl.mailform dd {
	width: 100%;
}
dl.mailform dt {
	width: 100%;
}
@media (min-width: 798px){
	dl.mailform dt {
		width: 12rem;
	}
	dl.mailform dd {
		width: calc(100% - 12rem);
	}
}


/* -------------------------------------
	Ruby
------------------------------------- */
#rubyconsole.rubyconsolep {
	top: 40px;
	position: relative;
}

@media (min-width: 798px){
	#rubyconsole.rubyconsolep {
	top: 0;
	position: absolute;
}
#rubyconsole {
	height: 60px;
}
}
input[type=button] {
	z-index: 999;
}
header#site-header input[type=button],
#rubyconsole input[type=button]{
	font-size: .9rem;
	color: #fff;
	padding: 5px 20px;
}
#rubyconsole ~ .wp-dark-mode-switcher {
	/* #rubyconsole が存在するときは、dark-mode 機能をオフにする */
	display: none;
}
.h-logo,
.h-name {
	position: relative;
}
.h-logo input[type=button]{
	position: absolute;
	bottom: -30px;
}
.h-name input[type=button]{
	position: absolute;
	left: 100px;
}
/*---------------------
* Google reCAPTCHA v3
-----------------------*/

.grecaptcha-badge { 
	bottom: 100px !important; 
}