@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	お問い合わせフォーム
 * ************************************************ */
#content-wrap {
  margin: 55px auto 0;
}
@media print, screen and (min-width: 960px) {
  #content-wrap {
    margin: 100px auto 0;
  }
}

.contact_text {
  text-align: center;
  font-weight: bold;
}

.page_contactform {
  width: 100%;
  max-width: 1080px;
  margin: 40px auto 0;
}
@media print, screen and (min-width: 960px) {
  .page_contactform {
    margin: 80px auto 0;
  }
}

.page_contactform dt.contact_block_left {
  font-weight: 700;
  line-height: 1;
  width: 100%;
  padding: 8px 10px;
}

@media print, screen and (min-width: 960px) {
  .page_contactform dt.contact_block_left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 200px;
    margin-bottom: 0;
    width: 100%;
  }
}
.page_contactform dd.contact_block_right {
  padding: 8px 10px;
}

@media print, screen and (min-width: 960px) {
  .page_contactform dd.contact_block_right {
    width: 100%;
  }
}
.page_contactform dd.contact_block_right.postal_code input {
  width: 80px;
}

.page_contactform input:not([type=radio]),
.page_contactform textarea {
  width: 100%;
  color: inherit;
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  padding: 8px 10px;
}

.page_contactform select {
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #ccc;
  padding: 5px 8px;
}

.submit_block {
  margin-top: 15px;
}

.submit_block input[type=submit] {
  display: block;
  width: 260px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-indent: 1em;
  text-align: center;
  border: none;
  padding: 20px 0;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media print, screen and (min-width: 768px) {
  .submit_block input[type=submit] {
    width: 300px;
    font-size: 22px;
  }
}
.submit_block input[type=submit]:disabled {
  opacity: 0.3;
}

.img_center {
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.img_center a {
  display: inline-block;
  color: #000;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.img_center a::after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.img_center a:hover {
  opacity: 0.7;
}
.img_center a:hover::after {
  opacity: 0.7;
}

.wpcf7-list-item {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #d50000;
}

.wpcf7-response-output {
  margin-top: 20px;
  color: #d50000;
}