@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Template: lightning
Version: 0.1.2
*/
/* スマートフォン */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}
h2 {
  font-size: 32px;
  text-align: center;
  padding: 25px 0;
  color: #000;
  margin-bottom: 0;
}
.red{
  color: #e60033;
  font-weight: bold;
 }
div#vk-mobile-nav-menu-btn {
  display: none;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
  padding: 0;
}
ul#menu-footer {
  text-align: center;
}
.container.site-footer-copyright p:nth-child(2) {
  display: none !IMPORTANT;
}
.site-body {
  padding:0;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}
table {
  border-top: none;
}
table td, table th {
  border:none;
}
.site-footer {
  background: #333;
  max-width: 750px;
  margin: 0 auto;
  color: #fff;
  padding: 25px 0 85px;
}
.nav li a, nav li a {
  color: #fff;
}
.site-body-bottom {
  background: #ebecee;
  max-width: 750px;
  margin: 0 auto;
  padding: 40px 20px 25px;
}
.wp-block-columns{
  margin-bottom: 0;
}
.wp-block-image {
  margin: 0;
}
.main-section {
  margin-bottom: 0;
}
table td, table th{
  font-size: 1.4rem;
}
/*よくあるご質問*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background:#fff;
	color: #000;
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '➕';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
.cp_qa {
  padding: 0 25px 10px;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	background:#fff;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
/*news*/
.news *,.news *:after,.news *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.news {
	padding: 0 25px 10px;
    margin-bottom: 25px;
}
.news .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	color: #1b2538;
}
.news .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.news .cp_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 1em;
	cursor: pointer;
	border-bottom: 1px solid #1b2538;
}
.news .cp_actab label:hover {
	color: #a3c0e3;
}
/* 答え */
.news .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
	color: #ffffff;
	background:#a3c0e3;
}
.news .cp_actab .cp_actab-content p {
	margin: 1em;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.news .cp_actab input:checked ~ label {
	color: #a3c0e3;
}
/* --答えの高さ */
.news .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}
/* 質問をクリックした時のアイコンの動き */
.news .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
}
.news .cp_actab input[type=checkbox] + label::after {
	font-family: "Font Awesome 5 Free";
 content: '\f13a';
 font-weight: 900;
}
.news .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
/*メニューをページ下部に固定*/
#sp-fixed-menu{
	position: fixed;
	width: 100%;
	bottom: 0px;
	font-size: 0;
	opacity: 0.9;
  }
  
  /*メニューを横並びにする*/
  #sp-fixed-menu ul{
	display: flex;
	list-style: none;
	padding:0;
	margin:0;
	width:100%;
  }
  
  #sp-fixed-menu li{
	justify-content: center;
	align-items: center;
	width: 50%;
	padding:0;
	margin:0;
	font-size: 14px;
	border-right: 1px solid #fff;
  }
  
  /*左側メニューを緑色に*/
  #sp-fixed-menu li:first-child{
	background: #f94626;
  }
  
  /*左側メニューをオレンジ色に*/
  #sp-fixed-menu li:last-child{
	background: #333;
  }
  
  /*ボタンを調整*/
  #sp-fixed-menu li a{
	color: #fff;
	text-align: center;
	display:block;
	width: 100%;
	padding:20px;
	text-decoration: none;
  }
  #sp-fixed-menu .fa-line:before,
  .fa-calendar-check:before{
	color: #fff;
	margin-right: 5px;
	font-size: 16px;
  }
  .scrolled .page_top_btn{
	bottom: 75px;
  }
  .wp-block-column{
	  margin: 0 auto;
  }
/* タブレット用レイアウト 600px以上の範囲に収めるデザインはこの中に記述 */
@media screen and (min-width: 600px) {

  }

/* PC用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
@media screen and (min-width: 1025px) {
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 9rem;
}
.btn-wrap-pc-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:550px;
  margin: 0 auto 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;
  color: #ffff;
}
a.btn-pc-sp--contact {
    padding-top: 4%;
  color: #fff;
  background: #f94626;
}

a.btn-pc-sp--tel {
  color: #fff;
  background: #333;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
a.btn-pc-sp .number {
    font-size: 1.3rem;
    letter-spacing: .05em;
  }
  .site-body {
    padding: 11rem 0 0;
}
.wp-block-columns {
  max-width: 750px;
  margin: 0 auto;
}
.site-header {
	position: fixed;
	background: #fff;
  }
#sp-fixed-menu{
	display: none;
}
.site-footer {
    padding: 25px 0;
}
.scrolled .page_top_btn{
	bottom: 25px;
}
}