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

.is-style-vk-heading-solid_bottomborder_black{
	color:#cc6884;
	border-bottom: solid 2px #cc6884;
}

/*モバイル固定ウィジェットが表示されるとコピーライトが隠れるので調整*/
@media(max-width: 991.98px){
:root :where(body) {
		padding-bottom:60px;
	}
}

/*----- reCAPTCHAマークがトップへ戻るボタンとかぶるのでをずらして表示　---*/
.grecaptcha-badge{
	margin-bottom: 30px;
	z-index:99;
}


/*上に戻るボタンカスタマイズ*/
.page_top_btn {
	width: 60px;
	height: 58px;
	border: solid #fff;
	background:#cc6884;
	border-radius: 50%;
	background-image: var(--ver_page_top_button_url);
	background-size:50%;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: none;
	bottom:3% !important;
}

.wpcf7 {
  max-width:800px;
  margin: 0 auto;
}

.wpcf7-form {
  padding: 1.5rem;
}

.wpcf7 label, .wpcf7 input, .wpcf7 textarea {
  font-size: 16px;
}

.wpcf7 label {
  font-weight: bold;
  color: #545454;
}

.wpcf7 input, .wpcf7 textarea {
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 8px;
  border: 2px solid #cc6884;
  padding: 12px;
  color: #545454;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.wpcf7 input[type="submit"] {
  max-width: 200px;
  font-weight:bold;
  margin: 0 auto;
  display: block;
  background: #ffffff;
  border:1px solid #cc6884;
  transition-property: all;
  transition: 0.2s ease-in;
}

.wpcf7 input[type="submit"]:hover {
  background: #cc6884;
  border-color: #cc6884;
  color: #fff;
}