@charset "UTF-8";
/* ===================================

↓おといあわせ ヘッドタイトルcss 

=================================== */
.head_title {
  width: 100%;
  min-width: 1000px;
  height: 250px;
  background: url(../img/contact/contact_head.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  margin-bottom: 140px;
  animation: fadeIn 3.0s 0.01s;
  animation-fill-mode: both;
  /*h1*/ }
  @media only screen and (max-width: 768px) {
    .head_title {
      min-width: 100%;
      height: 100px;
      margin-bottom: 50px;
      padding-top: 150px; } }
  .head_title h1 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 20px;
    letter-spacing: 0.3em;
    color: #fff;
    line-height: 1.4em;
    width: 27px;
    height: 160px;
    padding: 8px 0;
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .head_title h1 {
        font-size: 16px;
        width: 25px;
        padding: 3px 0;
        top: 90px;
        height: 150px; } }

/*.head_title*/
/*タイトルコピー　IEの游明朝ズレの対応CSS*/
@media all and (-ms-high-contrast: none) {
  .head_title h1 {
    line-height: 1.7em; } }
/* ===================================

↓上部css 

=================================== */
.contact_inner {
  width: 800px;
  margin: 0 auto 100px;
  /*.tel_box*/ }
  @media only screen and (max-width: 768px) {
    .contact_inner {
      width: 90%;
      margin-bottom: 40px; } }
  .contact_inner > p {
    text-align: center;
    font-size: 18px;
    color: #20334d;
    margin-bottom: 50px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 768px) {
      .contact_inner > p {
        text-align: left;
        font-size: 16px;
        line-height: 1.8em;
        margin-bottom: 30px; } }
  .contact_inner .tel_box {
    width: 400px;
    border: 1px solid #b5b5b5;
    margin: 0 auto 60px;
    text-align: center;
    position: relative;
    padding-top: 40px;
    /*address*/ }
    @media only screen and (max-width: 768px) {
      .contact_inner .tel_box {
        width: 100%;
        padding-top: 30px;
        margin-bottom: 30px; } }
    .contact_inner .tel_box > p {
      font-size: 14px;
      background-color: #fff;
      padding: 0 10px;
      position: absolute;
      letter-spacing: 0.05em;
      top: -8px;
      left: 120px; }
      @media only screen and (max-width: 768px) {
        .contact_inner .tel_box > p {
          top: -8px;
          left: 0;
          right: 0;
          width: 170px;
          margin: 0 auto; } }
    .contact_inner .tel_box address p:first-child {
      font-size: 36px;
      color: #20334d;
      margin-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .contact_inner .tel_box address p:first-child {
          font-size: 9vw; } }
      .contact_inner .tel_box address p:first-child span {
        font-size: 30px; }
        @media only screen and (max-width: 768px) {
          .contact_inner .tel_box address p:first-child span {
            font-size: 6vw; } }
    .contact_inner .tel_box address p:last-child {
      font-size: 14px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        .contact_inner .tel_box address p:last-child {
          margin-bottom: 20px; } }

/* ===================================

↓お問い合わせフォーム css 

=================================== */
.formWrap > p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .formWrap > p {
      text-align: left;
      line-height: 1.8em; } }

.formWrap .required {
  color: #ae2a2a; }

.formWrap form {
  border-top: 1px solid #bfbfbf;
  padding: 30px 0 0; }
  @media only screen and (max-width: 768px) {
    .formWrap form {
      padding: 0; } }

.formWrap table {
  width: 100%;
  margin-bottom: 55px;
  font-size: 14px;
  /*th*/ }
  @media only screen and (max-width: 768px) {
    .formWrap table {
      margin-bottom: 0px;
      width: 100%;
      margin-bottom: 30px; } }
  .formWrap table tr {
    width: 100%;
    /* td*/ }
    .formWrap table tr th {
      border-bottom: 1px solid #b5b5b5;
      text-align: left;
      padding-left: 20px;
      width: 180px;
      font-weight: bold;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        .formWrap table tr th {
          border-bottom: none;
          display: block;
          width: 100%;
          padding: 0;
          margin-top: 20px; } }
    .formWrap table tr th.last {
      border-bottom: none; }
    .formWrap table tr td {
      padding-left: 40px;
      padding-top: 20px;
      padding-bottom: 20px;
      display: block;
      line-height: 1.5em;
      /*textarea*/ }
      @media only screen and (max-width: 768px) {
        .formWrap table tr td {
          display: block;
          width: 100%;
          padding-top: 10px;
          padding-left: 0;
          padding-bottom: 0;
          border-left: none; } }
      .formWrap table tr td .sub_c {
        font-size: 12px;
        color: #999; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td .sub_c {
            display: block;
            font-size: 12px;
            margin-top: 4px; } }
      .formWrap table tr td input {
        font-family: inherit; }
      .formWrap table tr td input[type="text"] {
        font-family: inherit;
        width: 350px;
        height: 20px;
        padding: 5px 10px;
        font-size: 14px;
        background-color: #e4e9ef;
        border: none; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td input[type="text"] {
            box-sizing: border-box;
            width: 100%;
            height: 30px;
            padding: 1%;
            font-siz: 14px; } }
      .formWrap table tr td input[type="tel"] {
        width: 200px;
        height: 20px;
        padding: 5px 10px;
        font-size: 14px;
        background-color: #e4e9ef;
        border: none; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td input[type="tel"] {
            box-sizing: border-box;
            width: 100%;
            height: 30px;
            padding: 1%;
            font-siz: 14px; } }
      .formWrap table tr td input[type="email"] {
        width: 430px;
        height: 24px;
        padding: 5px 10px;
        font-size: 14px;
        border: none;
        background-color: #e4e9ef; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td input[type="email"] {
            box-sizing: border-box;
            height: 30px;
            width: 100%;
            padding: 1%;
            font-siz: 14px; } }
      .formWrap table tr td input.short {
        width: 100px; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td input.short {
            width: 100%; } }
      .formWrap table tr td input.long {
        width: 490px; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td input.long {
            width: 100%; } }
      .formWrap table tr td textarea {
        font-family: inherit;
        width: 520px;
        max-width: 520px;
        font-size: 14px;
        height: 100px;
        padding: 10px;
        border: none;
        background-color: #e4e9ef; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td textarea {
            box-sizing: border-box;
            width: 100%;
            max-width: 100%;
            font-size: 14px;
            padding: 1%;
            margin-bottom: 20px; } }

/*tr*/
tr.bottom_line {
  border-bottom: 1px solid #bfbfbf; }

.submit {
  text-align: center; }

input.btn_submit,
input.btn_send,
input.btn_back {
  cursor: pointer;
  margin: 50px auto 0;
  display: block;
  width: 270px;
  padding-left: 15px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3em;
  background-color: #20334d;
  border-radius: 0;
  border: none;
  overflow: hidden;
  position: relative;
  transition: all .5s;
  font-family: inherit; }
  @media only screen and (max-width: 768px) {
    input.btn_submit,
    input.btn_send,
    input.btn_back {
      margin: 0 auto; } }

input.btn_submit:hover,
input.btn_send:hover,
input.btn_back:hover {
  background-color: #761616; }

/* ===================================

↓送信完了 css  

=================================== */
#completion_contents {
  width: 100%;
  margin: 0 auto 60px;
  padding: 0 0 70px; }
  @media only screen and (max-width: 768px) {
    #completion_contents {
      width: 100%;
      padding: 20px 0; } }

.completion_title {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 28px;
  font-weight: bold;
  padding: 40px 0 60px;
  color: #20334d; }
  @media only screen and (max-width: 768px) {
    .completion_title {
      text-align: left;
      font-size: 18px;
      padding: 40px 0 30px; } }

#completion_contents p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    #completion_contents p {
      font-size: 14px;
      text-align: left;
      line-height: 1.8em;
      margin-bottom: 0; } }
