@charset "utf-8";
/*フォーム既存レイアウト*/
#art_form{
  font-size: 16px;
}
form.wpcf7-form .wpcf7-spinner {
    display: none !important;
}
.tel			{ margin-bottom:0; font-size:20px; font-weight: bold;}
.telBox{
  background-color:#F7F7F7; border:#E0E0E0 1px solid;
  padding: 15px;
  margin: 15px auto;
  max-width: 350px;
}
#cf_area input[type="reset"],
#cf_area input[type="submit"] {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  font-size: 1.2em;
  text-align: center;
  transition: var(--transition);
}
#cf_area input[type="submit"] {
  background-color: var(--primary_sub);
  color: #fff;
}
#cf_area input[type="submit"]:hover,
#cf_area input[type="reset"]:hover {
  opacity:var(--opacity);
  transition: var(--transition);
}
#art_form .dl_form{
  border: solid 1px #ABB3B2;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
#art_form .dl_form dt,#art_form .dl_form dd{
  padding: 10px;
}
#art_form .dl_form dt:not(:last-of-type),#art_form .dl_form dd:not(:last-of-type){
  border-bottom: solid 1px #ABB3B2;  
}
#art_form .dl_form dt{
  color: #FFF;
  width: 20%;
}
#art_form .dl_form dd{
  width: 80%;
  background: #E0E0E0;
}
@media only screen and (max-width: 768px) {
#art_form .dl_form dt,#art_form .dl_form dd{
  width: 100%;
}
}
#art_form .dl_form dd input{
  width: 100%;
  height: auto;
}
#art_form .bt_box {
  border: solid 5px #FAF8F8;
  padding: 10px;
  margin: 15px auto;
  width: 100%;
}
#art_form .bt_box > p{
  font-weight: 700;
}
#art_form .bt_box .ul_submit{
  display: flex;
  flex-wrap: wrap;
  justify-items: stretch;
  align-items: center;
}
#art_form .bt_box .ul_submit li{
  width: 48%;
}
#art_form .bt_box .ul_submit li input{
  width: 100%;
  height: 100%;
}
#art_form .bt_box .ul_submit li:nth-of-type(1){
  margin-right: 4%;
}
#OF_form1 {
  width:550px;
  text-align:left;
}
#OF_form1 table#formtable {
  display: block;
  border-collapse:collapse;
}
#OF_form1 table#formtable tbody{
  display: block;
}
#OF_form1 table#formtable tr#caption th {
  width:100%;
  padding:5px;
}
#OF_form1 table#formtable tr th,
#OF_form1 table#formtable tr td {
  padding:3px;
  font-size:12px;
}
#OF_form1 table#formtable tr th {
  width:150px;
  vertical-align:center;
  /*text-align:center;*/
  font-weight:bold;
  font-size:12px;
}
#OF_form1 table#formtable tr td {
  width:388px;
}
#OF_form1 table#formtable tr td label{
  display:block;
  float:left;
  /*white-space:nowrap;*/
}
#OF_form1 input.OF_submit_btn1 {
  display:block;
  margin:10px auto;
  font-size:16px;
  padding:5px;
  cursor: pointer;
}
#OF_form1 input.action_send {
  margin:10px auto;
  font-size:16px;
  padding:5px;
  cursor: pointer;
}
#OF_form1 input.action_back {
  margin:10px auto;
  font-size:16px;
  padding:5px;
  cursor: pointer;
}
#OF_form1 input.text {
  width:200px;
}
#OF_form1 textarea {
  min-height:100px; 
  /*height: 100%;*/
}
#formtable input[type="text"] {
  display: inline-block;
}

/** unique */
#OF_form1 #sec_seimei input {
  width:60px;
}
#OF_header {
  width:700px;
  text-align:left;
}
#OF_footer {
  width:700px;
  text-align:left;
}
#OF_header h1#default {
  font-size:24px;
}
#OF_header img {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  /* width: 100%; */
}

/** required free */
#OF_form1 .required {
  position: absolute;
  right: 20px;
  bottom: 5px;
  color: #FFF;
  background-color: #F20000;
  padding: 1px 3px 0px 3px;
  margin-left: 5px;
  float: right;
}
#OF_form1 .free {
  color: #FFF;
  background-color: #0000E8;
  padding: 1px 3px 0px 3px;
  margin-left: 5px;
  float: right;
}

#OF_form1 .form_errors,
#OF_form1 .form_error {
  margin:1em 0;
  font-size:12px;
  color:#f00;
  font-weight:bold;
}

#formtable .form_error{
  margin: 0;
}
#OF_form1 input[type="text"][name="single_seimei"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="mail"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="single_mobile_tel"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="mobile_mail"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="skype"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="mixi"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="url_mailmag"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="url_blog"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="url"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="single_zip"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="address1"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="address2"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="single_tel"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="single_fax"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="co"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="_co"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="position"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="title"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="jobtype"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free1"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="biztype"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free1"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free2"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free3"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free4"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free5"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free6"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free7"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free8"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free9"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free10"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free11"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free12"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free13"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free14"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free15"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free16"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free17"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free18"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free19"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free20"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free21"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free22"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free23"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free24"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free25"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free26"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free27"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free28"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free29"]{ width: 100% !important; }
#OF_form1 input[type="text"][name="free30"]{ width: 100% !important; }
#OF_form1 select[name="pref"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="blood"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free1"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free2"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free3"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free4"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free5"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free6"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free7"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free8"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free9"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free10"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free11"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free12"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free13"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free14"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free15"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free16"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free17"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free18"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free19"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free20"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free21"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free22"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free23"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free24"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free25"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free26"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free27"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free28"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free29"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 select[name="free30"]{ width: 99.7% !important; padding: 1px; }
#OF_form1 textarea { width: 100% !important; padding: 1px;}
/*
#OF_form1 textarea { width: 100% !important; height: 98% !important; padding: 1px;}
*/
#OF_form1 tr th { text-align: left;}
#OF_form1 table#formtable tr th {width: 200px; padding: 5px 20px; }
#OF_form1 table#formtable tr td {width: 500px; }
#OF_form1 { width: 700px; }
#OF_form1 #caption th { text-align: center; font-size: 1.3em !important;}

#OF_form1 table#formtable tr { display: flex; }

#OF_form1 table#formtable th{
  width: 100%;
}
#OF_form1 table#formtable tr:not(#caption) th{
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  max-width: 235.4px;
  width: 100%;
}
#OF_form1 table#formtable tr:not(#caption) td{
  display: flex;
  /*align-items: center;*/
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 463.6px;
  width: 100%;
}
/*
#OF_form1 table#formtable tr#sec_note { display: flex; }
#OF_form1 table#formtable tr#sec_free1 { display: flex; }
#OF_form1 table#formtable tr#sec_free2 { display: flex; }
#OF_form1 table#formtable tr#sec_free3 { display: flex; }
#OF_form1 table#formtable tr#sec_free4 { display: flex; }
#OF_form1 table#formtable tr#sec_free5 { display: flex; }
#OF_form1 table#formtable tr#sec_free6 { display: flex; }
#OF_form1 table#formtable tr#sec_free7 { display: flex; }
*/

.mail-validation-error{
  display: block;
  background-color: #FDF4F2;
  border: 2px solid #f00;
  padding: 15px;
  margin-bottom: 40px;
}
.mail-validation-error_inner{
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.mail-validation-error_message{
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}
.mail-validation-error small span{
  text-decoration: underline;
}
.br-sp{
  display: none;
}
/* Responsive */
@media only screen and (max-width:480px){
  .br-sp{
    display: block;
  }
  #OF_header,
  #OF_footer {
    width: 100%;
  }
  #OF_form1 {
    width: 100%;
  }
  #OF_form1 table#formtable tr#caption th {
    width: 100%;
    padding: 5px 0;
  }
 
  #OF_form1 input[type="text"][name="single_seimei"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="mail"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="single_mobile_tel"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="mobile_mail"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="skype"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="mixi"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="url_mailmag"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="url_blog"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="url"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="single_zip"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="address1"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="address2"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="single_tel"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="single_fax"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="co"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="_co"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="position"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="title"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="jobtype"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free1"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="biztype"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free1"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free2"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free3"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free4"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free5"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free6"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free7"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free8"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free9"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free10"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free11"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free12"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free13"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free14"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free15"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free16"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free17"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free18"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free19"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free20"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free21"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free22"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free23"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free24"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free25"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free26"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free27"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free28"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free29"]{ width: 95% !important; }
  #OF_form1 input[type="text"][name="free30"]{ width: 95% !important; }
  #OF_form1 select[name="pref"]{ width: 96.7% !important; }
  #OF_form1 select[name="blood"]{ width: 96.7% !important; }
  #OF_form1 select[name="free1"]{ width: 96.7% !important; }
  #OF_form1 select[name="free2"]{ width: 96.7% !important; }
  #OF_form1 select[name="free3"]{ width: 96.7% !important; }
  #OF_form1 select[name="free4"]{ width: 96.7% !important; }
  #OF_form1 select[name="free5"]{ width: 96.7% !important; }
  #OF_form1 select[name="free6"]{ width: 96.7% !important; }
  #OF_form1 select[name="free7"]{ width: 96.7% !important; }
  #OF_form1 select[name="free8"]{ width: 96.7% !important; }
  #OF_form1 select[name="free9"]{ width: 96.7% !important; }
  #OF_form1 select[name="free10"]{ width: 96.7% !important; }
  #OF_form1 select[name="free11"]{ width: 96.7% !important; }
  #OF_form1 select[name="free12"]{ width: 96.7% !important; }
  #OF_form1 select[name="free13"]{ width: 96.7% !important; }
  #OF_form1 select[name="free14"]{ width: 96.7% !important; }
  #OF_form1 select[name="free15"]{ width: 96.7% !important; }
  #OF_form1 select[name="free16"]{ width: 96.7% !important; }
  #OF_form1 select[name="free17"]{ width: 96.7% !important; }
  #OF_form1 select[name="free18"]{ width: 96.7% !important; }
  #OF_form1 select[name="free19"]{ width: 96.7% !important; }
  #OF_form1 select[name="free20"]{ width: 96.7% !important; }
  #OF_form1 select[name="free21"]{ width: 96.7% !important; }
  #OF_form1 select[name="free22"]{ width: 96.7% !important; }
  #OF_form1 select[name="free23"]{ width: 96.7% !important; }
  #OF_form1 select[name="free24"]{ width: 96.7% !important; }
  #OF_form1 select[name="free25"]{ width: 96.7% !important; }
  #OF_form1 select[name="free26"]{ width: 96.7% !important; }
  #OF_form1 select[name="free27"]{ width: 96.7% !important; }
  #OF_form1 select[name="free28"]{ width: 96.7% !important; }
  #OF_form1 select[name="free29"]{ width: 96.7% !important; }
  #OF_form1 select[name="free30"]{ width: 96.7% !important; }
  #OF_form1 textarea { width: 95% !important; }

}
.banner-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}


@media only screen and (max-width: 768px) {
  .banner-wrap{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .banner-wrap td{
    width: 75%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #OF_form1 table#formtable tr:not(#caption) th, #OF_form1 table#formtable tr:not(#caption) td{
    max-width: unset;
  }
}

/*フォーム既存レイアウト-end-*/

input, select {
  -webkit-appearance: none;
  appearance: none;
}

form input,
form textarea {
  padding: 8px 10px;
  border: 1px solid #777777;
  border-radius: 3px;
} 
input[type="text"] {
  display: inline-block;
}
.required {
  /*position: absolute;
  right: 20px;
  bottom: 5px;*/
  color: #FFF;
  background-color: #9b4f4f;
  padding:3px;
  margin-left: 5px;
  font-size: 12px;
}

p#announce .error {
  color:#ABB3B2
}

input.wpcf7-submit {
  background-color:#ABB3B2;
  border:1px solid #ABB3B2;
  color:#fff;
  border-radius:4px;
  width: 100%;
}
input.action_send {
  background-color:#ABB3B2;
  border:1px solid #ABB3B2;
  color:#fff;
}
input.action_back {
  background-color:#F7F7F7;
  border:1px solid #ABB3B2;
  color:#333;
}

/*コンタクトフォームテキスト*/
.wpcf7 form.sent .wpcf7-response-output {
  padding: 3px;
  border: 1px solid #CEA6BF;
  background: #CEA6BF;
  padding: 10px;
  font-weight: bold;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 3px;
  border: 1px solid #F20000;
}
.wpcf7-not-valid-tip {
  padding: 3px;
  color: #F20000;
  font-size: 12px;
}
