input[type=submit],
input[type=button]{
	font-family: 'use-AdobeCleanBold';  
}
header nav.nav01 ul li.nav_menu:nth-of-type(5){
    background:#2F2E2B;
}
header nav.nav01 ul li.nav_menu:nth-of-type(5) a{
    color:#fff;
}
header nav.nav01 ul li.nav_menu:nth-of-type(5) a:hover{
    color:#ED615B;
}
header nav.nav01 ul li.contact:hover .menu-btn{
    color:#ED615B;
}
#sub-midashi .midashi-pic{
    background-image:url(../images/midashi-contact.jpg);
}
#titles{
	padding-bottom:0;
}
#titles span{
    margin-left:10%;
}
.call-us{
	padding:30px 50px 100px 50px;
}

#contact{
	margin-top:100px;
}
.other-wrap{
    background:#2F2E2B;
}
.other-wrap #titles h2{
    color:#fff;
}
.other-wrap #titles h2::after {
    background-color:#fff;
}
.form-in{
	padding:0 50px 80px 50px;
}
.form-title{
	padding:80px 50px 0 50px;
}
  
/*----メイン----*/
#wrap_contact .message{
	width:85%;
	max-width:1100px;
	margin:30px auto;
	text-align: center;
	font-size:16px;
    color:#fff;
}
#oto_wrapper{
	width:100%;
	margin: 0 auto;
}
.form_wrap{
    background:#fff;
	margin:0 auto 2px auto;
	display:flex;
	align-items: center;
	min-height:0%;
 }
.form_wrap .title{
	font-size:22px;
	font-weight:bold;
}
.form_wrap th {
	width: 380px;
	text-align: left;
	padding:17px 0 17px 30px;
}
.form_wrap td{
	background-color:#fff;
	padding:7px;
	width:100%;
	margin-right:30px;
}
.form_wrap:last-child{
	align-items: unset;
}
  
/*-------  入力 ------*/
  
span.wpcf7-list-item{
	display:block !important;
	margin-bottom:10px;
	margin-left:5px;
}
span.wpcf7-list-item:last-child{
	margin-bottom:0;
}
input[type=text],
input[type=email],
input[type=tel]{
	margin:0 auto;
	width:100%;
	font-size: 14px;
	box-sizing: border-box;
	border:none;
	padding:10px;
}
textarea{
	width:100%;
	border:none;
	box-sizing:border-box;
	word-break:break-word;
	height: 150px;
	resize:vertical;
	padding:10px;
	font-size: 14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#wrap_contact input[type=text].wpcf7c-conf,
#wrap_contact input[type=tel].wpcf7c-conf,
#wrap_contact input[type=email].wpcf7c-conf,
#wrap_contact textarea.wpcf7c-conf{
	  background-color: #fff!important;
	  color: black;
	  border: 1px solid #fff;
	  outline: none;
	  appearance: none;
}
.button{
	margin:50px 0 20px 0;
}
.submit{
	display:flex;
	margin:0 auto;
	width: 60%;
	max-width: 700px;
}
.submit .wpcf7c-elm-step2{
	padding:0 !important;
}
.confirm{
	width:380px;
	margin:0 auto;
}
input[type=submit]{
	width:100%;
	font-size: 60px;
	font-weight:bold;
	height:100px;
	line-height:100px;
	cursor: pointer;
	border: none;
	background:#fff;
	border: 1px solid #fff;
	color:#000;
	border-radius: 55px;
	transition: 0.3s;
	-webkit-appearance:none;
	appearance:none;
	padding:0;
}
input[type=submit]:hover{
	background:#000;
	color:#fff;
	border:1px solid #fff;
}
  
  /*------- エラー -------*/
.error_m{
	text-align: center;
}
.wpcf7 form .wpcf7-response-output {
	display:inline-block;
	margin: 0 auto !important;
	padding: 20px !important;
	border: 1px solid #fff !important;
	color: #fff;
}
span.wpcf7-not-valid-tip {
	color: rgb(230, 4, 4);
	font-size: 13px;
	display: block;
	margin: 0px 0 10px 10px;
}
#wrap_contact table th span {
	color: #fff;
    font-size: 12px;
    margin-left: 15px;
    background: #000;
    padding: 5px;
}
.screen-reader-response{
	display:none;
}
  
  
  
  
/*-------  入力内容確認画面 ------*/
input[type=button]{
	width:50%;
	font-size: 50px;
	font-weight:bold;
	cursor: pointer;
	border: none;
	background:#afafaf;
	color:#fff;
	border-radius: 60px;
	transition: 0.3s;
	-webkit-appearance:none;
	appearance:none;
	margin-right:15px;
}
.wpcf7c-elm-step2{
	display:inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding:20px;
}
  .wpcf7c-elm-step3{
	line-height:30px;
  }
  .wpcf7 .ajax-loader{
	margin:0 !important;
	display:none !important;
  }
  
  /*------- 送信完了 -------*/
  .thankyou{
	  width:70%;
	  margin:0 auto;
	  font-size:25px;
  }
  .thankyou p{
	margin:50px 0;
  }
  .sent table{
	display: none;
}
  
  input:-internal-autofill-selected {
	appearance: none !important;
  }
  
  
  /*----------　確認画面で選んだものに背景がつかないようにする　-----------*/
  
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
	  width: 100%;
	  background: #fff;
	  padding: 10px;
	  font-size:18px;
  }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus{
	  outline: 0;
	  background: #fff;
  }
  textarea:focus{
	outline: 0;
  }
  
  /* 確認画面のスタイル */
  input[type='text'].wpcf7c-conf,
  input[type='email'].wpcf7c-conf,
  input[type='tel'].wpcf7c-conf,
  textarea.wpcf7c-conf {
	  border-style: none !important;
	  background: transparent;
	  color: black;
  }
  
  
  .wpcf7-text:-webkit-autofill {
	box-shadow: 0 0 0 1000px #f9f9f9 inset;
  }
  .wpcf7-textarea:-webkit-autofill {
	box-shadow: 0 0 0 1000px #f9f9f9 inset;
  }
  
  /* Chromeのオートフィル用 */
  input.wpcf7c-conf:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset; /* 確認画面では背景を#fffにする */
  }
  
  .wpcf7-form-control-wrap{
	display: block;
  }
  
  span.wpcf7-list-item{
	position: relative;
	flex-basis: 50%;
	width: 100%;
  }
  
  .wpcf7-list-item-label{
	color: #000;
	cursor: pointer;
	font-size: 14px
  }
  

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    margin:0 auto;
}


.accordion-area section {
	background: #E5E3DF;
}

/*アコーディオンタイトル*/
.privacy {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    padding: 20px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.privacy::before,
.privacy::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.privacy::before{
    top:48%;
    right: 50px;
    transform: rotate(0deg);
    
}
.privacy::after{    
    top:48%;
    right: 50px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.privacy.close::before{
	transform: rotate(45deg);
}

.privacy.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
	margin:0 50px 50px 50px;
    padding: 50px;
}
.box p{
	font-weight:normal;
	font-size:16px;
}
.box p span{
    display: inline-block;
    border: 2px solid #000;
    padding: 2px 10px;
	font-weight:bold;
}
