@charset "UTF-8";
#contents {
  /*#contact*/
}
@media screen and (max-width: 768px) {
  #contents {
    max-width: 100%;
  }
}
#contents #contact {
  /*#contents_area*/
}
#contents #contact #contents_area {
  width: 1200px;
  margin: 40px auto 0;
  /*section*/
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area {
    width: 92%;
  }
}
#contents #contact #contents_area #contact_block {
  /*table*/
  /*.submit_btn*/
}
#contents #contact #contents_area #contact_block a[href^="tel:"] {
  pointer-events: none;
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block {
    width: 100%;
    margin: 0 auto;
  }
  #contents #contact #contents_area #contact_block a[href^="tel:"] {
    pointer-events: auto;
    /*有効*/
    width: 100%;
  }
}
#contents #contact #contents_area #contact_block .contact_text {
  margin-bottom: 50px;
  text-align: center;
  line-height: 2.333em;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block .contact_text {
    padding-left: 0;
    text-align: left;
    line-height: 1.714em;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
#contents #contact #contents_area #contact_block .contact_text a {
  color: #c30d23;
  display: inline;
  text-decoration: underline;
}
#contents #contact #contents_area #contact_block .contact_text a:hover {
  text-decoration: none;
}
#contents #contact #contents_area #contact_block .contact_box {
  margin-bottom: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block .contact_box {
    margin-bottom: 35px;
  }
}
#contents #contact #contents_area #contact_block .contact_box li {
  /* float: left; */
  margin-right: 30px;
  width: 380px;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block .contact_box li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#contents #contact #contents_area #contact_block .contact_box li:last-child {
  margin-right: 0;
}
#contents #contact #contents_area #contact_block .contact_box_inner {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 75%;
  margin: 20px auto 80px;
}
#contents #contact #contents_area #contact_block .contact_box_inner .box-inline {
  border: 3px solid #eee;
  overflow: hidden;
  padding: 20px 45px;
}
#contents #contact #contents_area #contact_block .contact_box_inner img {
  float: left;
}
#contents #contact #contents_area #contact_block .contact_box_inner img.triangle {
  position: absolute;
  top: 0;
  left: 0;
}
#contents #contact #contents_area #contact_block .contact_box_inner img.mailaddress {
  width: 320px;
}
#contents #contact #contents_area #contact_block .contact_box_inner .contact_box_innertext {
  float: right;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block .contact_box_inner {
    width: 100%;
  }
  #contents #contact #contents_area #contact_block .contact_box_inner .box-inline {
    padding: 18px 35px;
  }
  #contents #contact #contents_area #contact_block .contact_box_inner .box-inline img.mailaddress {
    width: auto;
  }
  #contents #contact #contents_area #contact_block .contact_box_inner .contact_box_innertext {
    margin-top: 10px;
    line-height: 2em;
  }
}
#contents #contact #contents_area #contact_block .flow_block {
  margin-bottom: 60px;
}
#contents #contact #contents_area #contact_block .flow_block.thanks {
  margin: 70px 0 60px;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block .flow_block {
    margin-bottom: 30px;
  }
  #contents #contact #contents_area #contact_block .flow_block.thanks {
    margin: 35px 0 30px;
  }
}
#contents #contact #contents_area #contact_block table {
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
#contents #contact #contents_area #contact_block table:nth-of-type(2n) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block table {
    border-bottom: none;
  }
}
#contents #contact #contents_area #contact_block table caption {
  padding-left: 100px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block table caption {
    padding-left: 0;
    text-align: left;
  }
}
#contents #contact #contents_area #contact_block table tr .border_none {
  border-bottom: none;
  padding-bottom: 0;
}
#contents #contact #contents_area #contact_block table tr .border_none .postal_code {
  width: 160px;
  margin-left: 10px;
  margin-bottom: 10px;
}
#contents #contact #contents_area #contact_block table tr th {
  width: 26.6%;
  position: relative;
  font-weight: bold;
}
#contents #contact #contents_area #contact_block table tr th.required {
  background: url(/files/contact/images/required.png) 75% 18px no-repeat;
  background-size: 40px;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block table tr th.required {
    background: url(/files/contact/images/required.png) 100% 15px no-repeat;
    background-size: 40px;
  }
}
#contents #contact #contents_area #contact_block table tr th.any {
  background: url(/files/contact/images/any.png) 75% 18px no-repeat;
  background-size: 40px;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block table tr th.any {
    background: url(/files/contact/images/any.png) 100% 15px no-repeat;
    background-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block table tr th {
    width: 100%;
    padding: 14px 0 5px;
  }
}
#contents #contact #contents_area #contact_block table tr th span {
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  left: 210px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block table tr th span {
    right: 0;
    left: auto;
  }
}
#contents #contact #contents_area #contact_block table tr th span.required {
  background-color: #c30d23;
}
#contents #contact #contents_area #contact_block table tr th span.any {
  background-color: #888;
}
#contents #contact #contents_area #contact_block table tr td {
  width: 73.3%;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block table tr td {
    width: 100%;
    padding: 0 0 14px;
  }
}
#contents #contact #contents_area #contact_block table tr td .text {
  border-radius: 5px;
  width: 600px;
  padding: 5px 10px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #333;
  font-size: 14px;
  resize: none;
  background-color: #eee;
  box-sizing: border-box;
}
#contents #contact #contents_area #contact_block table tr td .text::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}
#contents #contact #contents_area #contact_block table tr td .text:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}
#contents #contact #contents_area #contact_block table tr td .text::-moz-placeholder {
  color: #888;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block table tr td .text {
    width: 100%;
    padding: 5px 15px;
  }
}
#contents #contact #contents_area #contact_block table tr td .red {
  color: #c30d23;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block table tr td ul li label {
    padding-left: 15px;
  }
}
#contents #contact #contents_area #contact_block table tr td ul li label input {
  display: none;
  box-sizing: border-box;
}
#contents #contact #contents_area #contact_block table tr td ul li label input.radio {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 10px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 50%;
  background-color: #f6f7f8;
  vertical-align: bottom;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block table tr td ul li label input.radio {
    margin: 0 8px 8px 0;
    padding: 0;
  }
}
#contents #contact #contents_area #contact_block table tr td ul li label input.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 68%;
  display: block;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #44a3fc;
  content: '';
  opacity: 0;
}
#contents #contact #contents_area #contact_block table tr td ul li label input.radio:hover {
  background-color: #e2edd7;
}
#contents #contact #contents_area #contact_block table tr td ul li label input.radio:hover:after {
  border-color: #44a3fc;
}
#contents #contact #contents_area #contact_block table tr td .textarea {
  width: 790px;
  margin: 0 auto;
}
#contents #contact #contents_area #contact_block table tr td .textarea p {
  font-weight: bold;
  margin-bottom: 10px;
}
#contents #contact #contents_area #contact_block table tr td .textarea p span {
  margin-right: 4px;
}
#contents #contact #contents_area #contact_block table tr td .textarea textarea {
  width: 100%;
  border: none;
  background-color: #eee;
  height: 150px;
  max-height: 150px;
  min-height: 150px;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block table tr td .textarea {
    width: 100%;
    padding: 10px 0 0;
  }
  #contents #contact #contents_area #contact_block table tr td .textarea p {
    margin-bottom: 5px;
  }
  #contents #contact #contents_area #contact_block table tr td .textarea textarea {
    box-sizing: border-box;
  }
}
#contents #contact #contents_area #contact_block table tr td textarea {
  border-radius: 5px;
  width: 500px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  font-size: 14px;
}
#contents #contact #contents_area #contact_block .thanks_block {
  text-align: center;
  margin-bottom: 60px;
}
#contents #contact #contents_area #contact_block .thanks_block .thanks_text {
  text-align: center;
  padding-left: 0;
  font-weight: bold;
  font-size: 22px;
  color: #c30d23;
  margin-bottom: 35px;
  display: block;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block .thanks_block .thanks_text {
    text-align: left;
  }
}
#contents #contact #contents_area #contact_block .thanks_block p {
  line-height: 1.714em;
  margin-bottom: 40px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block .thanks_block p {
    text-align: left;
  }
}
#contents #contact #contents_area #contact_block .submit_btn {
  text-align: center;
  margin-bottom: 100px;
  background: url(/files/contact/images/submit_btn_img.png) center no-repeat;
}
#contents #contact #contents_area #contact_block .submit_btn .btn {
  width: 328px;
  line-height: 57px;
  height: 60px;
  background: #c30d23 url(/files/contact/images/arrow.png) 95% center no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  -webkit-transition: background-color .25s , color  .25s;
  -moz-transition: background-color .25s , color  .25s;
  -ms-transition: background-color .25s , color  .25s;
  -o-transition: background-color .25s , color  .25s;
  transition: background-color .25s , color  .25s;
  border: 1px solid #c30d23;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block .submit_btn .btn {
    width: 100%;
    font-size: 14px;
    line-height: 48px;
    height: 50px;
    background: #c30d23 url(/common/images/arrow_sp_white.png) 95% 50% no-repeat;
    background-size: 6px;
  }
}
#contents #contact #contents_area #contact_block .submit_btn .btn.back {
  background: #eee url(/common/images/arrow_gray_back.png) 4% center no-repeat;
  background-size: 6px;
  color: #888;
  border: 1px solid #eee;
}
#contents #contact #contents_area #contact_block .submit_btn .btn.back:hover {
  background: #fff url(/common/images/arrow_gray_back.png) 4% center no-repeat;
  background-size: 6px;
  color: #888;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block .submit_btn .btn.back {
    margin-right: 0;
    line-height: 1.65em;
  }
}
#contents #contact #contents_area #contact_block .submit_btn .btn.back:before {
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #888;
}
#contents #contact #contents_area #contact_block .submit_btn .btn:hover {
  background: url(/common/images/arrow_sp_red.png) 95% 50% no-repeat;
  background-size: 6px;
  color: #c30d23;
}
#contents #contact #contents_area #contact_block .submit_btn .btn:after {
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contents #contact #contents_area #contact_block .submit_btn.comfirm {
  margin: 50px auto 130px;
  overflow: hidden;
  width: 710px;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block .submit_btn.comfirm {
    width: 100%;
  }
  #contents #contact #contents_area #contact_block .submit_btn.comfirm .btn {
    width: 47.8%;
    font-size: 14px;
    line-height: 50px;
  }
}
#contents #contact #contents_area #contact_block .submit_btn.comfirm a {
  float: left;
  margin-right: 50px;
  display: block;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block .submit_btn.comfirm a {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
#contents #contact #contents_area #contact_block .submit_btn.comfirm input {
  float: left;
  margin: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  #contents #contact #contents_area #contact_block .submit_btn.comfirm input {
    float: right;
  }
}

/*#contents*/
