@charset "UTF-8";
.contact-wrap {
  margin: 3rem auto 5rem auto; }
  .contact-wrap select {
    margin: 0; }
  .contact-wrap h3 {
    color: #cf152d;
    text-align: justify;
    text-justify: distribute;
    font-size: 1.25rem;
    line-height: 2rem; }
    .contact-wrap h3 p {
      font-size: 1rem;
      line-height: 1.75rem;
      color: #171717;
      margin: 3rem 0;
      font-weight: normal; }
      .body-en .contact-wrap h3 p, .contact-wrap h3 p.body-en {
        font-size: 1.1rem;
        line-height: 1.85rem; }
      @media only screen and (max-width: 640px) {
        .body-en .contact-wrap h3 p, .contact-wrap h3 p.body-en {
          font-size: 1rem;
          line-height: 1.75rem; } }
      .contact-wrap h3 p span {
        color: #cf152d; }

form {
  width: 90%;
  margin: auto; }
  form .form-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 1.5rem 0;
    flex-wrap: wrap;
    padding-right: calc(1 / 8 * 100%); }
    form .form-block.necessary label::before {
      color: #cf152d;
      content: "＊"; }
    form .form-block p.des {
      width: 80%;
      margin: 0.5rem auto;
      margin-right: 0;
      padding: 0 1rem; }
      form .form-block p.des span {
        display: inline-block;
        padding: 0.25rem 0;
        border-bottom: 1px solid #171717; }
    form .form-block label {
      width: 20%;
      text-align: right;
      padding: 0.5rem 0; }
    form .form-block input,
    form .form-block select,
    form .form-block textarea {
      width: auto;
      flex: 1 0 0; }
    form .form-block input[type="checkbox"] ~ label {
      width: 80%;
      padding: 1.5rem 1rem 1.5rem 3rem;
      border: 1px solid #c9c9c9;
      text-align: left;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      background: #FFF; }
      form .form-block input[type="checkbox"] ~ label a {
        color: #cf152d;
        font-weight: bold;
        text-decoration: underline;
        margin: 0 0.5rem; }
  form .form-btn-block {
    text-align: center;
    margin: 3rem 0; }
  form .form-btn {
    display: inline-block;
    padding: 0.75rem 3rem 0.5rem 3rem;
    color: #FFF;
    background: #cf152d;
    text-align: center;
    transition: filter 0.5s;
    border-radius: 100px;
    -webkit-border-radius: 100px; }
    @media only screen and (min-width: 1025px) {
      form .form-btn:hover {
        filter: contrast(1.25); } }
    @media only screen and (max-width: 1024px) {
      form .form-btn {
        font-size: 1.25rem;
        line-height: 2rem;
        width: 100%;
        padding: 0.75rem 0 0.5rem 0; } }

.contact-tab-wrap a {
  font-size: 1.25rem;
  line-height: 2rem;
  display: inline-block;
  min-width: 20%;
  margin-right: 1rem;
  padding: 0 1.5rem 1rem 0;
  border-bottom: 2px solid #848484;
  color: #848484;
  transition: color 0.5s, border 0.5s; }
  .contact-tab-wrap a.active {
    color: #cf152d;
    border-color: #cf152d; }

.contact-title-table,
.contact-table-info {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%; }
  .contact-title-table > div article,
  .contact-table-info > div article {
    padding: 1rem; }
  .contact-title-table > div:nth-child(1),
  .contact-table-info > div:nth-child(1) {
    width: 23%; }
  .contact-title-table > div:nth-child(2),
  .contact-table-info > div:nth-child(2) {
    width: 35%; }
  .contact-title-table > div:nth-child(3), .contact-title-table > div:nth-child(4),
  .contact-table-info > div:nth-child(3),
  .contact-table-info > div:nth-child(4) {
    width: 20%; }
  .contact-title-table > div:nth-child(5),
  .contact-table-info > div:nth-child(5) {
    width: 12%; }
    .contact-title-table > div:nth-child(5) p, .contact-title-table > div:nth-child(5) article,
    .contact-table-info > div:nth-child(5) p,
    .contact-table-info > div:nth-child(5) article {
      justify-content: center; }
  .contact-title-table > div p,
  .contact-table-info > div p {
    color: #cf152d;
    font-weight: bold;
    border-bottom: 1px solid #cf152d;
    padding: 0.5rem 1rem; }
  .contact-title-table > div p, .contact-title-table > div article,
  .contact-table-info > div p,
  .contact-table-info > div article {
    display: flex;
    align-items: center;
    margin: 0 0.5px;
    height: 100%; }
  .contact-title-table .location a,
  .contact-table-info .location a {
    font-size: 0.85rem;
    line-height: 1.5rem;
    position: relative;
    display: inline-block;
    transition: color 0.5s; }
    .contact-title-table .location a::before,
    .contact-table-info .location a::before {
      display: block;
      content: "";
      position: relative;
      width: 2rem;
      height: 2rem;
      margin: auto;
      margin-bottom: 0.25rem;
      background: url("../img/icon/icon-location.svg") no-repeat center center;
      background-size: contain; }
  .contact-title-table .tel article,
  .contact-title-table .fax article,
  .contact-table-info .tel article,
  .contact-table-info .fax article {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .contact-title-table .tel article div,
    .contact-title-table .fax article div,
    .contact-table-info .tel article div,
    .contact-table-info .fax article div {
      white-space: nowrap; }
      .contact-title-table .tel article div:first-child,
      .contact-title-table .fax article div:first-child,
      .contact-table-info .tel article div:first-child,
      .contact-table-info .fax article div:first-child {
        color: #cf152d;
        margin-right: 1rem; }

.contact-table:nth-child(even) p, .contact-table:nth-child(even) article {
  background: #fbfbfb; }

.contact-title-table {
  align-items: stretch; }

@media only screen and (min-width: 1025px) {
  .contact-table a:hover {
    color: #cf152d;
    text-decoration: underline; } }
@media only screen and (max-width: 1024px) {
  .contact-wrap {
    margin: 3rem auto; }
    .contact-wrap h3 {
      text-align: left;
      font-size: 1rem;
      line-height: 1.75rem; }
      .body-en .contact-wrap h3, .contact-wrap h3.body-en {
        font-size: 1.1rem;
        line-height: 1.85rem; } }
    @media only screen and (max-width: 1024px) and (max-width: 640px) {
      .body-en .contact-wrap h3, .contact-wrap h3.body-en {
        font-size: 1rem;
        line-height: 1.75rem; } }
@media only screen and (max-width: 1024px) {
      .contact-wrap h3 p {
        color: #171717;
        margin-top: 1rem; }

  .contact-tab-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 -1%; }
    .contact-tab-wrap a {
      font-size: 1rem;
      line-height: 1.75rem;
      font-weight: bold;
      flex-grow: 1;
      display: block;
      min-width: auto;
      margin-right: 0;
      width: 100%;
      margin: 0 1%;
      padding: 0.5rem 0;
      text-align: center; }
      .body-en .contact-tab-wrap a, .contact-tab-wrap a.body-en {
        font-size: 1.1rem;
        line-height: 1.85rem; } }
    @media only screen and (max-width: 1024px) and (max-width: 640px) {
      .body-en .contact-tab-wrap a, .contact-tab-wrap a.body-en {
        font-size: 1rem;
        line-height: 1.75rem; } }

@media only screen and (max-width: 1024px) {
  form {
    width: 100%; }
    form .form-block {
      display: block;
      margin: 0;
      padding-right: 0; }
      form .form-block p.des {
        width: 100%;
        margin: -1rem auto 1.5rem auto; }
      form .form-block label {
        display: none; }
      form .form-block input,
      form .form-block select,
      form .form-block textarea {
        width: 100%;
        margin: 1.5rem 0; }
      form .form-block input[type="checkbox"] ~ label {
        display: block;
        width: 100%; }

  .contact-table {
    padding: 0 1rem;
    padding-bottom: 0;
    margin: 1rem 0;
    background: #FFF;
    border: 1px solid #c9c9c9;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem; }

  .contact-table-info {
    display: none;
    padding: 1.25rem 0 1rem 0;
    border-top: 1px solid #c9c9c9; }
    .contact-table-info > div {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .contact-table-info > div:nth-child(2), .contact-table-info > div:nth-child(3), .contact-table-info > div:nth-child(4), .contact-table-info > div:nth-child(5) {
        width: 100%;
        text-align: left; }
        .contact-table-info > div:nth-child(2) p, .contact-table-info > div:nth-child(2) article, .contact-table-info > div:nth-child(3) p, .contact-table-info > div:nth-child(3) article, .contact-table-info > div:nth-child(4) p, .contact-table-info > div:nth-child(4) article, .contact-table-info > div:nth-child(5) p, .contact-table-info > div:nth-child(5) article {
          padding: 0.5rem 0;
          justify-content: flex-start; }
        .contact-table-info > div:nth-child(2) p, .contact-table-info > div:nth-child(3) p, .contact-table-info > div:nth-child(4) p, .contact-table-info > div:nth-child(5) p {
          white-space: nowrap;
          width: 6rem;
          border: 0; }
        .contact-table-info > div:nth-child(2) article, .contact-table-info > div:nth-child(3) article, .contact-table-info > div:nth-child(4) article, .contact-table-info > div:nth-child(5) article {
          width: 85%;
          text-align: left; }
    .contact-table-info .location {
      align-items: center; }
      .contact-table-info .location a {
        padding: 0.75rem 1rem 0.5rem 2.75rem;
        border: 1px solid #cf152d;
        color: #cf152d;
        border-radius: 5px;
        -webkit-border-radius: 5px; }
        .contact-table-info .location a::before {
          display: inline-block;
          content: "";
          position: absolute;
          width: 1.5rem;
          height: 1.5rem;
          margin: auto;
          margin-bottom: 0;
          top: 50%;
          left: 1rem;
          transform: translateY(-55%); }
    .contact-table-info .tel article,
    .contact-table-info .fax article {
      display: block; }
      .contact-table-info .tel article div,
      .contact-table-info .fax article div {
        white-space: nowrap; }
        .contact-table-info .tel article div:first-child,
        .contact-table-info .fax article div:first-child {
          color: #171717; }

  .contact-table:nth-child(even) p, .contact-table:nth-child(even) article {
    background: none; }

  .contact-name {
    position: relative;
    display: block;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: bold;
    padding: 1.5rem 1.5rem 1.25rem 0; }
    .contact-name.open {
      color: #cf152d; }
      .contact-name.open::after {
        content: "—"; }
    .contact-name::after {
      display: block;
      position: absolute;
      content: "＋";
      top: 50%;
      right: 0;
      font-size: 1.5rem;
      line-height: 2.5rem;
      color: #cf152d;
      transform: translateY(-50%); } }

/*# sourceMappingURL=contact.css.map */
