@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../../contact/img/pagetit.jpg) no-repeat 340px center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #pagetit {
    background: url(../../contact/img/pagetit.jpg) no-repeat center;
    background-size: cover;
  }
}
/* ---------------------------------------------------
	sec1
------------------------------------------------------ */
#sec1 {
  padding-bottom: 80px;
  overflow: hidden;
}
#sec1 .form_table {
  max-width: 890px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 20px 0;
}
#sec1 .form_table tr:last-child th,
#sec1 .form_table tr:last-child td {
  border-bottom: none;
}
#sec1 .form_table th,
#sec1 .form_table td {
  line-height: 2.2;
  vertical-align: top;
  border-bottom: 1px solid #99abce;
  letter-spacing: .1em;
}
#sec1 .form_table th {
  width: 22%;
  padding: 15px 0 15px;
}
#sec1 .form_table th > span {
  display: inline-block;
}
#sec1 .form_table td {
  padding: 10px 20px 8px 0;
}
#sec1 .form_table td > span {
  display: inline-block;
  padding-left: 10px;
}
#sec1 .form_table input[type="text"],
#sec1 .form_table input[type="tel"],
#sec1 .form_table input[type="email"],
#sec1 .form_table input[type="number"] {
  width: 97%;
  max-width: 100%;
  margin: 5px 0;
  padding: 3px 3px;
  height: 1.5em;
  border: 1px solid #c8c9cf;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sec1 .form_table input.num {
  width: 80px;
}
#sec1 .form_table input.min {
  width: 160px;
}
#sec1 .form_table select {
  max-width: 100%;
  margin: 6px 0 6px;
  padding: 3px 3px;
  font-size: 16px;
}
#sec1 .form_table textarea {
  width: 97%;
  max-width: 100%;
  margin: 6px 0;
  padding: 3px 3px;
  height: 13em;
  border: 1px solid #c8c9cf;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sec1 .form_table .must {
  padding-left: 4px;
}
#sec1 .form_table small {
  display: inline-block;
}
#sec1 .form_table img.mail {
  margin: 0 3px;
  vertical-align: middle;
}
#sec1 .must {
  color: #002c85;
}
#sec1 .btn_wrap {
  margin: 60px auto 20px;
  text-align: center;
}
#sec1 #btn_submit {
  position: relative;
  display: inline-block;
  min-width: 300px;
  padding: 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  border: none;
  background: #0569dc;
  background: -moz-linear-gradient(-45deg, #0569dc 0%, #002c85 50%, #0569dc 100%);
  background: -webkit-linear-gradient(-45deg, #0569dc 0%, #002c85 50%, #0569dc 100%);
  background: linear-gradient(135deg, #0569dc 0%, #002c85 50%, #0569dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0569dc', endColorstr='#0569dc',GradientType=1 );
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
  letter-spacing: .1em;
  text-align: center;
  overflow: hidden;
  transition: all .2s ease;
}
@media (min-width: 769px) {
  #sec1 #btn_submit:hover {
    opacity: 1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    filter: contrast(130%);
    filter: brightness(120%);
  }
}
#sec1 .txt01 {
  margin: 70px 0 30px;
  line-height: 2.2;
  text-align: center;
}
#sec1 .txt02 {
  margin-top: 10px;
  text-align: center;
}
#sec1 .txt02 .txt_large {
  font-size: 1.063em;
}

@media screen and (max-width: 768px) {
  #sec1 {
    padding-bottom: 50px;
  }
  #sec1 .form_table {
    border-spacing: 0;
    border-top: 1px solid #99abce;
  }
  #sec1 .form_table tr:last-child th {
    border-bottom: 1px solid #99abce;
  }
  #sec1 .form_table th {
    display: block;
    width: 100%;
    padding: 10px;
    background: #e6f0fb;
    white-space: normal;
    line-height: 1.8;
  }
  #sec1 .form_table td {
    display: block;
    padding: 10px 0 15px;
    font-size: 16px;
    line-height: 1.8;
  }
  #sec1 .form_table td > span {
    padding-left: 0;
  }
  #sec1 .form_table input[type="text"],
  #sec1 .form_table input[type="tel"],
  #sec1 .form_table input[type="mail"] {
    width: 97%;
    width: calc(100% - 8px);
  }
  #sec1 .form_table input.num {
    width: 60px;
  }
  #sec1 .form_table input.min {
    width: 160px;
  }
  #sec1 .form_table textarea {
    width: 97%;
    width: calc(100% - 8px);
  }
  #sec1 .btn_wrap {
    margin: 10px 0 10px;
  }
  #sec1 #btn_submit {
    width: 100%;
    min-width: 0;
  }
  #sec1 .txt01 {
    margin: 30px 0 20px;
    line-height: 1.8;
    text-align: left;
  }
}
/* ---------------------------------------------------
	sec2
------------------------------------------------------ */
#sec2 {
  margin-bottom: 240px;
  padding: 80px 0;
  background: #002c85;
  color: #fff;
}
#sec2 .contact_col .col_logo {
  width: 280px;
  margin-right: 40px;
}
#sec2 .contact_col .col_txt .tit {
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: .1em;
}
#sec2 .contact_col .col_txt .tel {
  margin: 20px 0 30px;
  font-size: 45px;
  font-family: "Cardo", serif;
  letter-spacing: 0.1em;
}
#sec2 .contact_col .col_txt .tel a {
  color: #fff;
}
#sec2 .contact_col .col_txt .address {
  margin-bottom: 35px;
  line-height: 1.6;
}
#sec2 .contact_col .col_txt .sns a {
  display: inline-block;
  margin-right: 35px;
  line-height: 33px;
}
#sec2 .contact_col .col_txt .sns a img {
  vertical-align: middle;
}
#sec2 .contact_col .col_txt .sns a:first-child img {
  width: 37px;
  height: 31px;
}
#sec2 .contact_col .col_txt .sns a:nth-child(2) img {
  width: 31px;
  height: 31px;
}
#sec2 .contact_col .col_txt .sns a:nth-child(3) img {
  width: 33px;
  height: 33px;
}

@media screen and (max-width: 768px) {
  #sec2 {
    margin-bottom: 60px;
    padding: 40px 0;
  }
  #sec2 .contact_col .col_logo {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  #sec2 .contact_col .col_logo img {
    width: 60%;
    max-width: 300px;
  }
  #sec2 .contact_col .col_txt {
    margin-top: 30px;
    text-align: center;
  }
  #sec2 .contact_col .col_txt .tit {
    font-size: 19px;
  }
  #sec2 .contact_col .col_txt .tel {
    margin: 10px 0 25px;
    font-size: 33px;
  }
  #sec2 .contact_col .col_txt .address {
    margin-bottom: 25px;
    line-height: 1.6;
  }
  #sec2 .contact_col .col_txt .sns a {
    margin: 0 15px;
  }
}
/* ---------------------------------------------------
	thanks
------------------------------------------------------ */
#thanks_section {
  padding: 80px 0;
}
#thanks_section .tit {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: .3em;
  text-align: center;
}
#thanks_section .txt01 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #thanks_section {
    padding: 30px 0 40px;
  }
  #thanks_section .tit {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: .2em;
  }
  #thanks_section .txt01 {
    text-align: left;
  }
}
