@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 top right, #151515, #444);
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: -1;
}


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

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

.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 top right, #B02224, #D0121D); */
	margin-bottom: 25px;
	border: solid #D0121D;
	border-width: 3px 0;
	padding: 16px;
	letter-spacing: .05em;
}

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

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

.section.hidden {
	display: none;
}

/* text */
h4 {
	background: #f1f1f1 !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: #D0121D;
	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: #D0121D;
  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 #D0121D;
	border-right: 3px solid #D0121D;
	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: #D0121D;
  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: #D0121D;
  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: #D0121D;
  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: #D0121D;
  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;
	bottom: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #2C394E;
	border-right: 2px solid #2C394E;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

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

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

/* 入力してください */
.wpcf7-not-valid-tip {
	background: #D0121D;
	color: #fff;
	padding: 0.3em 1.5em;
	border-radius: 4px;
	border-radius: 30px;
	margin-top: 5px;
	margin-bottom: 20px;
	position: relative;
}

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


/*---------- footer ----------*/
.site-footer {
	border: none;
	background: linear-gradient(to top right, #151515, #444);
}

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

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


/*---------- top ----------*/
.mv-logo {
	margin-bottom: 10px;
}

.mv-logo figure {
	width: 40%;
	max-width: 180px;
	margin: auto;
}

/*---------- thunks ----------*/
.bnr-app {
	margin: 0;
}
.btn-app {
	width: 100% !important;
}

.btn-app a {
	width: 100% !important;
	max-width: 414px !important;
}
