@charset "utf-8";

.main {
    margin: 30px 0;
}

.editor-area {
  margin-bottom: 5rem;
}

.wp-block-group{
  margin-bottom:10rem;
}
/*タイトル*/




.editor-area h3 {
  margin-bottom: 0.5rem;
  font-size: 2.0rem;
  line-height: 1.4;
    margin-bottom: 1em;

}
form {
    padding: 1.5rem;
    background: #f6f6f6;
    border-radius: 10px;
    margin: 30px auto;

}
/*文字*/
.editor-area p {
  margin-bottom: 1em;
}

.editor-area img {
  max-width: 100%;
  height: auto;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    background: #ffffff;
}
.wpcf7c-conf {
   background-color: #f6f6f6 !important;

}
/* 必須マーク */
.must{
	color: #fff;
	margin-right: 5px;
	padding: 6px 10px;
	background: #F92931;
	border-radius: 20px;
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #424242;
	border-radius: 20px;
}

/* 項目名を太字にする */
form p {
/* font-weight: 600;*/
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #999;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}


/* 送信ボタンを見やすくする */
input.wpcf7-submit,
input.wpcf7c-btn-confirm {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
	width: 50%;
	height: 80px;
	background: #27c038;
	color: #fff;
	font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    margin: auto;
    border-radius: 10px;
}
input.wpcf7c-btn-back {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
	width: 50%;
	height: 80px;
	background: #FFF;
	color: #222;
	font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    border:1px solid #222;
    border-radius: 10px;

}
.btn-area {
    text-align: center;
}
/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

.editor-area .wpcf7-form p {
    margin-bottom: 1.5em;
    line-height:2;
}
/* サンクス画面修正 */
.wpcf7-form-control-wrap{
  line-height: 3;
}


.wpcf7-mail-sent-ok{
display:none!important
}
@media screen and (max-width: 991.98px) {
.secondpage-wrap {
  padding-top: 0px;
}
}
@media screen and (max-width: 767.98px) {
  .editor-area h2 {
    margin-bottom: 1.5rem;
  }
  .editor-area h3 {
    margin-bottom: 1rem;
  }
  .editor-area h4 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .editor-area h5 {
    font-size: 1.6rem;
  }
  .editor-area select {
    width: 100%;
  }
  .secondpage-wrap {
    padding-top: 0px;
  }
}
@media screen and (max-width: 575.98px) {
  .secondpage-wrap {
    padding-top: 0px;
  }
}