@charset "utf-8";

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

.vk-mobile-nav-menu-btn {
	display: none;
}

/*---------- reset ----------*/
input, textarea, select {
	font-size: 16px !important;
}

/*---------- body ----------*/
body, html {
	background: transparent !important;
	font-size: 16px;
}

body::after {
	content: "";
	display: block;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(to bottom right, #191515, #191515);
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: -1;
}


/*---------- header ----------*/
.page-header {
    display: none;
}

.site-header {
	color: #fff !important;
	background: linear-gradient(to bottom right, #535151, #535151);
}

.site-header a {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.05em;
}

/* breadcrumb */
.breadcrumb {
	display: none;
}
/*---------- contents ----------*/
.contents-ttl {
	margin-bottom: 0;
}

.contents-ttl h2 {
	font-size: 16px;
	text-align: center;
	border: none;
	color: #fff;
	background: linear-gradient(to bottom right, #a72126, #a72126);
	margin-bottom: 0;
	padding: 20px;
	letter-spacing: .05em;
}

.contents-wrap {
	background: #fff;
	padding: 25px;
}

/* section */
.section {
	margin-bottom: 10px;
}

.section.hidden {
	display: none;
}

/* text */
h4 {
	background: #f1f0ef !important;
	font-size: 1rem;
	padding: 0.5em 0.8em;
	line-height: 1.8;
}

p {
	line-height: 1.8;
}

/* 設問 */
.required,
.optional {
	position: relative;
}

.required h4,
.optional h4 {
	padding-right: 50px;
}

.required p,
.optional p {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 12px;
/* 	transform: translate(0, -50%); */
	margin: 0 0 0 10px;
	padding: 3px 6px 4px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
}

.required p {
	background: #d31a21;
	color: #fff;
}

.optional p {
	background: #1d3a65;
	color: #fff;
}


.address-ttl-required {
	background: #D0121D;
	color: #fff;
	margin: 0 0 0 10px;
	padding: 2px 6px 3px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
}

/* ラジオボタン・チェックボックス */
.wpcf7-list-item {
	display: block;
	margin-bottom: 1.2em;
}

.wpcf7-list-item span {
	display: block;
	line-height: 1.44em;
}

/* チェックボックス */
.wpcf7 .template01 .wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) input[type=checkbox] {
  display: none;
}
.wpcf7 .template01 .wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 2em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 .wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) input[type=checkbox] + span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.44em;
  height: 1.44em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
  z-index: 1;
}
.wpcf7 .template01 .wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.19em;
  left: 0.5em;
  width: 0.45em;
  height: .9em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
  z-index: 10;
}
.wpcf7 .template01 .wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) input[type=checkbox]:checked + span {
  color: #d31a21;
  transition: all .25s ease;
}
.wpcf7 .template01 .wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) input[type=checkbox]:checked + span::before {
  opacity: 1;
  transition: opacity .25s ease;
}
.wpcf7 .template01 .wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) input[type=checkbox]:checked + span::after {
	opacity: 1;
	border-bottom: 3px solid #d31a21;
	border-right: 3px solid #d31a21;
	transition: opacity .25s ease;
}

/* チェックボックス（排他化：ラジオボタン風） */

.wpcf7 .template01 .wpcf7-exclusive-checkbox input[type=checkbox] {
  display: none;
}
.wpcf7 .template01 .wpcf7-exclusive-checkbox input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0; 
  padding: 0 1em 0 2em;
  font-size: inherit;
  transition: opacity .25s ease;
}
.wpcf7 .template01 .wpcf7-exclusive-checkbox input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.44em;
  height: 1.44em;
  border: 1px solid #ccc;
  border-radius: 50% !important;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 .wpcf7-exclusive-checkbox input[type=checkbox] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 .wpcf7-exclusive-checkbox input[type=checkbox]:checked + span {
  color: #d31a21;
  transition: opacity .25s ease;
}
.wpcf7 .template01 .wpcf7-exclusive-checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
  top: .2em;
  left: .2em;
  width: 1.04em;
  height: 1.04em;
  background-color: #d31a21;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

/* ラジオボタン */
.wpcf7 .template01 input[type=radio] {
  display: none;
}
.wpcf7 .template01 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0; 
  padding: 0 1em 0 2em;
  font-size: inherit;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.44em;
  height: 1.44em;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span {
  color: #d31a21;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span::after {
  opacity: 1;
  top: .2em;
  left: .2em;
  width: 1.04em;
  height: 1.04em;
  background-color: #d31a21;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

/* 住所 */
.address-inner p {
	margin-bottom: 5px;
}

.address-inner .address-ttl {
	font-size: 14px;
	font-weight: 500;
	color: #666;
}

/* セレクトボックス */
.wpcf7-select {
	-webkit-appearance: none;
	padding: 0.8em 1em !important;
	color: #333;
	background: transparent !important;
}

.selectBox .wpcf7-form-control-wrap {
	position: relative;
}

.selectBox .wpcf7-form-control-wrap::before {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 0.3em;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2C394E;
    border-right: 2px solid #2C394E;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	z-index: 1;
}

/* 送信ボタン */
.group-ptn1,
.group-ptn2 {
	
}

.btn1,
.btn2 {
	background: linear-gradient(to bottom right, #d31a21, #d31a21);
	border: none !important;
	padding: 1em 3em !important;
	display: block;
	margin: auto;
}

/* 入力してください */
.wpcf7-not-valid-tip {
	background: #FAC300;
	color: #333;
	padding: 0.3em 1.5em;
	border-radius: 4px;
	border-radius: 30px;
	margin-top: 5px;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 0.9em;
	position: relative;
}

.wpcf7-not-valid-tip::after{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 3em;
    width: 0;
    height: 0;
    border-bottom: 10px solid #FAC300; /* 好みで高さ色を変えてください */
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

/*---------- footer ----------*/
.site-footer {
	border: none;
	background: #535151;
}

.site-footer-copyright p:nth-child(1) {
    color: #fff;
}

.site-footer-copyright p:nth-child(2) {
    display:none;
}

/*---------- top ----------*/
.mv-lead {
	margin-bottom: 0;
}

.mv-lead figure {
	margin-bottom: 0 !important;
	width: 100%;
	max-width: 701px;
}