#contents {
  /*#contact*/
}
@media screen and (max-width: 768px) {
  #contents {
    max-width: 100%;
  }
}
#contents .red {
  color: #e60000;
}
#contents #contact {
  /*#contents_area*/
}
#contents #contact .mainvisual {
  width: 100%;
  background: url(/files/contact/images/bg_mainvisual.jpg) center 0 no-repeat;
}
@media screen and (max-width: 768px) {
  #contents #contact .mainvisual .title-area h2 {
    top: 12px;
  }
  #contents #contact .mainvisual .title-area h2 img {
    width: 40%;
  }
}
#contents #contact #contents_area {
  width: 1200px;
  margin: 0 auto;
  /*section*/
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area {
    width: 92%;
    margin: 0 auto;
  }
}
#contents #contact #contents_area section {
  /*table*/
  /*.submit_btn*/
}
#contents #contact #contents_area section .title {
  padding-left: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area section .title {
    padding-left: 0;
  }
}
#contents #contact #contents_area section table {
  border-bottom: 5px solid #eee;
  margin-bottom: 40px;
}
#contents #contact #contents_area section table caption {
  padding-left: 100px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area section table caption {
    padding-left: 0;
    text-align: left;
  }
}
#contents #contact #contents_area section table tbody tr:last-child td {
  border: none;
}
#contents #contact #contents_area section table tbody tr th {
  width: 28.3%;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area section table tbody tr th {
    width: 100%;
  }
}
#contents #contact #contents_area section table tbody tr td {
  width: 71.6%;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area section table tbody tr td {
    width: 100%;
    padding-left: 0px;
  }
}
#contents #contact #contents_area section table tbody tr td .text {
  border-radius: 5px;
  width: 500px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #222;
  font-size: 14px;
  resize: none;
}
#contents #contact #contents_area section table tbody tr td .text::-webkit-input-placeholder {
  color: #ddd;
}
#contents #contact #contents_area section table tbody tr td .text:-ms-input-placeholder {
  color: #ddd;
}
#contents #contact #contents_area section table tbody tr td .text::-moz-placeholder {
  color: #ddd;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area section table tbody tr td .text {
    width: 100%;
    padding: 5px 5px;
  }
}
#contents #contact #contents_area section table tbody tr td textarea {
  border-radius: 5px;
  width: 500px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  font-size: 14px;
}
#contents #contact #contents_area section table tbody tr td ul {
  overflow: hidden;
}
#contents #contact #contents_area section table tbody tr td ul li {
  float: left;
  margin-right: 35px;
}
#contents #contact #contents_area section table tbody tr .pad5 {
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area section table tbody tr .pad5 .indent {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5em;
  }
}
#contents #contact #contents_area section table tbody tr .border_none {
  border-bottom: none;
  padding-bottom: 0;
}
#contents #contact #contents_area section table tbody tr .border_none .postal_code {
  width: 160px;
  margin-left: 10px;
}
#contents #contact #contents_area section .thanks_text {
  text-align: center;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area section .thanks_text {
    text-align: left;
    width: 85%;
    margin: 0 auto;
  }
}
#contents #contact #contents_area section .submit_btn {
  text-align: center;
  margin-bottom: 100px;
}
#contents #contact #contents_area section .submit_btn .btn {
  width: 200px;
  padding: 15px 0;
  background-color: #003a7e;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin: 50px auto;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
#contents #contact #contents_area section .submit_btn .btn:hover {
  opacity: 0.8;
}
#contents #contact #contents_area section .submit_btn.comfirm {
  width: 420px;
  margin: 50px auto 130px;
  overflow: hidden;
}
#contents #contact #contents_area section .submit_btn.comfirm a {
  float: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area section .submit_btn.comfirm a {
    float: none;
    margin: 0 auto 30px;
  }
}
#contents #contact #contents_area section .submit_btn.comfirm input {
  float: right;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area section .submit_btn.comfirm input {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area section .submit_btn.comfirm {
    width: 100%;
  }
}

/*#contents*/
