/* Contact Form 7 カスタムスタイル */

#cf7-header{
	background: url(/assets/img/contact/bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 235px 0 108px;
	font-size: 3.6rem;
    letter-spacing: 7px;
}
#cf7-header-container{
	max-width: 960px;
}
#cf7-header-text{
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: content-box;
    margin: 0 auto;
    position: relative;
}
#cf7-contact2__note{
	margin: 60px 0 40px;
    font-size: 1.6rem;
    line-height: 28px;
}
#cf7-contact2__note span{
	display: block;
    font-size: 1.4rem;
    color: #666;
    margin: 13px 0 0;
}

#cf7-note-container{
	background: #f8f8f8;
    position: relative;
}
#cf7-contact2{
	background: #f8f8f8;
 	position: relative;
}
#cf7-contact2__step{
	border-top: 4px dotted #bbb;
    max-width: 485px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #bbb;
    font-size: 1.6rem;
    font-weight: 500;
}
#cf7-contact2__step li.active:after {
    content: "";
    width: 34px;
    height: 44px;
    background: url(/assets/img/contact/icon.svg);
    background-size: 34px 44px;
    position: absolute;
    top: -38px;
    left: calc(50% - 9px);
}
#cf7-contact2__step li:before
 {
    content: "";
    position: absolute;
    top: -12px;
    width: 18px;
    height: 18px;
    background: #bbb;
    left: calc(50% - 9px);
    border-radius: 50px;
}
#cf7-note-black{
    font-size: 1.6rem;
    line-height: 28px;
}
#cf7-form{
	max-width: 960px;
}

/* Contact Form 7 ラジオボタン縦並び */
.wpcf7-form .radio-column label {
  display: block;
  margin: 4px 0;
}

/* ラジオボタンのマークを確実に表示させる */
.wpcf7-form input[type="radio"] {
  appearance: radio;
  -webkit-appearance: radio;
  -moz-appearance: radio;
}


/*送信時の枠を消す*/
div.wpcf7-response-output,
.wpcf7 .wpcf7-response-output,
form.wpcf7-form .wpcf7-response-output,
.wpcf7-form .wpcf7-response-output {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* テキストエリアのエラーメッセージ用マージン調整 */
.wpcf7-form-control-wrap textarea {
  padding: 19px !important;
}
