/* --------------------------------

  idxx　お問い合わせ

-------------------------------- */
/* お問い合わせ */
.contact-us-main {
    margin-bottom: 1em;
  }
  
  .contact-us-info {
    position: relative;
    padding: 1em;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    background-color: #000;
  }
  
  @media screen and (min-width: 768px), print {
    .contact-us-info {
      padding: 1.5em;
      text-align: left;
      border-left: 125px solid #D61A3D;
    }
  }
  
  @media screen and (min-width: 1100px), print {
    .contact-us-info {
      border-left-width: 150px;
    }
  }
  
  .contact-us-info:before {
    content: "";
    display: block;
    height: 80.83333px;
    margin: -1em -1em 1em;
    background: #D61A3D url(../img/tel2.png) center no-repeat;
    background-size: auto 70%;
    z-index: 1;
  }
  
  @media screen and (min-width: 768px), print {
    .contact-us-info:before {
      position: absolute;
      top: 50%;
      left: -125px;
      width: 125px;
      margin: 0;
      background: url(../img/tel2.png) center no-repeat;
      background-size: contain;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
  }
  
  @media screen and (min-width: 1100px), print {
    .contact-us-info:before {
      left: -150px;
      width: 150px;
    }
  }
  
  .contact-us-tel {
    margin-bottom: .5em;
  }
  
  @media screen and (min-width: 768px), print {
    .contact-us-tel {
      margin-bottom: 0;
    }
  }
  
  .contact-us-tel .tel-link {
    display: inline-block;
    position: relative;
    color: #222;
    font-weight: 700;
    font-size: 2.1em;
    line-height: 1.1;
  }
  
  @media screen and (min-width: 768px), print {
    .contact-us-tel .tel-link {
      font-size: 2.7em;
    }
  }
  
  @media screen and (min-width: 1100px), print {
    .contact-us-tel .tel-link {
      font-size: 3.5em;
    }
  }
  
  .contact-us-tel a.tel-link {
    color: #fff;
  }
  
  .contact-us-tel a.tel-link:hover {
    color: #ff4000;
    text-decoration: none;
  }
  
  @media screen and (min-width: 768px), print {
    .contact-us-time {
      position: absolute;
      top: 50%;
      right: 1em;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
  }
  
  .contact-us-time dl {
    font-size: .9em;
  }
  
  @media screen and (min-width: 480px), print {
    .contact-us-time dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 16em;
      margin: auto;
    }
  }
  
  @media screen and (min-width: 1100px), print {
    .contact-us-time dl {
      font-size: 1em;
    }
  }
  
  @media screen and (min-width: 480px), print {
    .contact-us-time dt {
      width: 5em;
      margin-right: .5em;
      text-align: right;
    }
  }
  
  .contact-us-fax {
    margin-top: 1em;
    text-align: center;
  }
  
  @media screen and (min-width: 768px), print {
    .contact-us-fax {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  
  @media screen and (min-width: 1100px), print {
    .contact-us-fax {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }
  
  .contact-us-fax .fax-num {
    margin-bottom: 1em;
  }
  
  @media screen and (min-width: 768px), print {
    .contact-us-fax .fax-num {
      margin-right: 1em;
      margin-bottom: 0;
    }
  }
  
  .contact-us-description {
    line-height: 1.5;
  }
  
  /* メールフォームでのお問い合わせ */
  .contact-form-description {
    margin-bottom: 1.5em;
  }
  
  .contact-form-container:not(:last-child) {
    margin-bottom: 3em;
  }
  
  @media screen and (min-width: 1100px), print {
    .contact-form .main-heading {
      margin: 0 -2rem 1.5em;
    }
  }
  
  .contact-form .content p {
    margin-bottom: 1.5em;
  }
  
  .contact-form .content dl {
    line-height: 1.5;
  }
  
  @media screen and (min-width: 768px), print {
    .contact-form .content dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  
  .contact-form .content dl:not(:last-child) {
    margin-bottom: 1em;
  }
  
  @media screen and (min-width: 768px), print {
    .contact-form .content dl:not(:last-child) {
      margin-bottom: 0;
      border-bottom: 1px dotted #eee;
    }
  }
  
  .contact-form .content dt {
    position: relative;
    margin-bottom: .5em;
    padding: 1em 1em 1em 5em;
    background-color: #eee;
  }
  
  @media screen and (min-width: 768px), print {
    .contact-form .content dt {
      width: 15em;
      margin-bottom: 0;
      background: none;
    }
  }
  
  .contact-form .content dd {
    padding: .5em 1em;
  }
  
  @media screen and (min-width: 768px), print {
    .contact-form .content dd {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 1em;
    }
  }
  
  .contact-form .content .required dt:before {
    content: "必須";
    display: block;
    position: absolute;
    left: 1.2em;
    width: 4em;
    padding: .5em 0;
    line-height: 1;
    font-size: .8em;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    text-align: center;
    background-color: #ff0000;
  }
  
  /* 個人情報及び特定個人情報保護方針 */
  .contact-privacy {
    height: 30em;
    padding: 1em;
    font-size: .9em;
    border: 1px solid #eee;
    background-color: #efefef;
    overflow-y: scroll;
  }
  
  @media screen and (min-width: 640px), print {
    .contact-privacy {
      height: 24em;
    }
  }
  
  @media screen and (min-width: 768px), print {
    .contact-privacy {
      font-size: .9em;
    }
  }
  
  .contact-privacy-section .inner {
    padding: 0;
    line-height: 1.5;
  }
  
  .contact-privacy h3 {
    margin: 1em 0 .3em;
    font-size: 1.3em;
  }
  
  .contact-privacy ol {
    margin-bottom: .85em;
  }
  
  .contact-privacy dl {
    padding-top: 1.2em;
  }
  
  .contact-privacy .tel-link {
    color: #222;
  }
  
  .contact-privacy a.tel-link {
    color: #222;
  }
  
  .contact-privacy a.tel-link:hover {
    color: #ff4000;
  }
  




  /* --------------------------------

  フォーム部品

-------------------------------- */
/* フォーム用テーブル */
.form-table {
    display: block;
    line-height: 1.5;
    margin:0 0 2em 0 !important;
  }
  
  .form-table tbody {
    display: block;
  }
  
  .form-table tr {
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    padding: .2em 0;
    border-bottom: 1px dotted #999;
  }
  
  @media screen and (max-width: 767.98px) {
    .form-table tr {
      display: block;
      padding: 0;
      border-bottom: none;
    }
    .form-table tr:not(:last-child) {
      margin-bottom: 2em;
    }
  }
  
  @media screen and (min-width: 768px), print {
    .form-table tr:first-child {
      border-top: 1px dotted #999;
    }
  }
  
  .form-table th {
    position: relative;
    vertical-align: top;
    width: 17em;
    padding: 1em 0 1em 1em;
    text-align: left;
  }
  
  @media screen and (max-width: 767.98px) {
    .form-table th {
      display: block;
      width: auto;
      margin-bottom: 1em;
      padding: 0 0 .5em .5em;
      border-bottom: 1px dotted #999;
    }
  }
  
  .form-table td {
    vertical-align: top;
    padding: 1em 1em 1em 0;
  }
  
  @media screen and (max-width: 1099.98px) {
    .form-table td {
      padding-right: 0;
    }
  }
  
  @media screen and (max-width: 767.98px) {
    .form-table td {
      display: block;
      padding: 0 .5em;
    }
  }
  
  /* レイアウト用 */
  @media screen and (min-width: 768px), print {
    .form-wrap {
      margin-top: -.5em;
      margin-bottom: -.5em;
    }
  }
  
  @media screen and (min-width: 768px), print {
    .form-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -1.5em;
    }
    .form-row .form-label {
      max-width: 100%;
      min-width: 6em;
    }
    .form-row .form-group {
      display: block;
      padding-right: 1.5em;
    }
    .form-row .form-group-fluid {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
    .form-row .form-check {
      width: 14em;
    }
  }
  
  .form-row + .form-row {
    margin-top: .5em;
  }
  
  /* 画像添付 */
  .form-area-picture .form-caution {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  
  .form-area-picture .form-caution strong {
    display: block;
    position: relative;
    padding-left: 30px;
  }
  
  .form-area-picture .form-caution strong::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 2px;
    width: 20px;
    height: 20px;
    margin: auto;
    background: url(../img/base/exclamation.svg) center no-repeat;
    background-size: cover;
  }
  
  .form-area-picture .form-note-list {
    font-size: .85em;
  }
  
  .form-area-picture .form-note-list span {
    color: #D31305;
    font-weight: bold;
  }
  
  /* テキスト用 */
  .form-text {
    display: inline-block;
    vertical-align: middle;
  }
  
  .form-text-top {
    margin-top: .5em;
  }
  
  .form-text-right {
    margin-left: .5em;
  }
  
  .form-text-bottom {
    margin-bottom: .5em;
  }
  
  .form-text-left {
    margin-right: .5em;
  }
  
  .form-text-both {
    margin-right: .5em;
    margin-left: .5em;
  }
  
  .form-text-small {
    font-size: .9em;
  }
  
  .form-text-large {
    font-size: 1.05em;
  }
  
  /* 文中注釈用 */
  @media screen and (max-width: 767.98px) {
    .form-note {
      margin-top: .5em;
      margin-left: 0;
      font-size: .9em;
    }
  }
  
  /* フォーム部品：入力欄 */
  .form-control {
    width: 100%;
    height: 2.5em;
    margin-top: -.5em;
    margin-bottom: -.5em;
    padding: 0 .5em;
    color: #333;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  
  .form-control:focus {
    border-color: #eee;
    background-color: #fff;
  }
  
  @media screen and (max-width: 767.98px) {
    .form-control {
      margin-top: 0;
      margin-bottom: 0;
    }
  }
  
  .form-short {
    max-width: 150px;
    text-align: center;
  }
  
  .form-middle {
    max-width: 24em;
  }
  
  @media screen and (max-width: 1099.98px) {
    .form-middle {
      max-width: 100%;
    }
  }
  
  .form-low {
    height: 1.6em;
  }
  
  @media screen and (max-width: 767.98px) {
    .form-low {
      height: 2.0em;
    }
  }
  
  .form-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .form-inline-right {
    margin-left: .5em;
  }
  
  .form-inline-left {
    margin-right: .5em;
  }
  
  .form-inline-both {
    margin-right: .5em;
    margin-left: .5em;
  }
  
  /* フォーム部品：テキストエリア */
  .form-textarea {
    resize: vertical;
    vertical-align: top;
    height: 8em;
    min-height: 2.5em;
    max-height: 15em;
    padding: .5em .5em 0;
  }
  
  .form-textarea-low {
    height: 2.5em;
  }
  
  .form-textarea-high {
    height: 10em;
  }
  
  /* フォーム部品：入力必須マーク */
  .form-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: .75em;
    font-weight: 500;
    line-height: 1.2;
  }
  
  .form-title span {
    display: block;
  }
  
  @media screen and (max-width: 767.98px) {
    .form-title span {
      display: inline-block;
      vertical-align: middle;
      margin-right: -1em;
      font-size: .8em;
    }
  }
  
  .form-icon {
    display: inline-block;
    vertical-align: top;
  }
  
  .form-icon::before {
    content: "";
    display: block;
    width: 50px;
    margin: auto;
    font-size: .9em;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    line-height: 1.8em;
    text-align: center;
    border-radius: 0;
  }
  
  @media screen and (max-width: 767.98px) {
    .form-icon::before {
      font-size: .75em;
      line-height: 2.2em;
    }
  }
  
  .form-icon-required::before {
    content: "必須";
    color: #fff;
    background-color: #c00;
  }
  
  .form-icon-free::before {
    content: "任意";
    color: #fff;
    background-color: #fff;
  }
  
  @media screen and (max-width: 767.98px) {
    .form-icon-free::before {
      color: #fff;
      background-color: #ccc;
    }
  }
  
  /* フォーム部品：セレクト */
  .select-wrap {
    position: relative;
    color: #333;
    background-color: #fff;
  }
  
  .select-wrap select {
    display: block;
    position: relative;
    z-index: 1;
    padding-right: 1.5em;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .select-wrap select::-ms-expand {
    display: none;
  }
  
  .select-wrap .select-icon {
    display: block;
    position: absolute;
    top: 3px;
    right: 15px;
    bottom: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    pointer-events: none;
    background-size: cover;
    z-index: 1;
    top: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #464646 transparent transparent transparent;
    background: none;
}
  
  /* フォーム部品：ラジオボタン、チェックボックス共通 */
  .form-box {
    position: absolute;
    opacity: 0;
  }
  
  .form-box + label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    padding-left: 26px;
    cursor: pointer;
  }
  
  .form-box + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin: auto;
    border: 1px solid #ccc;
    background: #fff;
  }
  
  .form-box + label::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
  }
  
  .form-box:checked + label {
    color: #D6696F;
  }
  
  .form-box:checked + label::before {
    border-color: #D6696F;
  }
  
  /* フォーム部品：ラジオボタン */
  .form-box-radio + label::before {
    border-radius: 100%;
  }
  
  .form-box-radio + label::after {
    top: 0;
    bottom: 0;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    opacity: 1;
  }
  
  .form-box-radio:checked + label::after {
    background-color: #D6696F;
    opacity: 1;
  }
  
  /* フォーム部品：チェックボックス */
  .form-box-check + label::before {
    border-radius: 0;
  }
  
  .form-box-check + label::after {
    top: -10px;
    bottom: 0;
    left: 3px;
    width: 20px;
    height: 10px;
    border-left: 3px solid #D6696F;
    border-bottom: 3px solid #D6696F;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .form-box-check:checked + label::after {
    opacity: 1;
  }
  
  /* フォーム部品：エラーメッセージ */
  input.validate-error,
  select.validate-error,
  textarea.validate-error {
    border-color: #c00;
  }
  
  span.validate-error {
    display: block;
    font-size: .85em;
    color: #c00;
  }
  
  .error-message {
    margin-top: .5em;
    margin-bottom: -.7em;
  }
  
  @media screen and (min-width: 768px), print {
    .error-message {
      margin-top: 1.2em;
    }
  }
  
  .error-message:empty {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .error-message-check {
    margin-top: .5em;
  }
  
  .error-message-check span.validate-error:not(:first-child) {
    display: none !important;
  }
  
  /* フォーム部品：送信ボタン */
  .form-buttons {
    padding-top: 2em;
    text-align: center;
  }
  
  .form-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 100px;
    border: 0;
    border-radius: 0;
    background: none;
    font-weight: 500;
    font-size: 100%;
    font-size: 1.2em;
    font-family: inherit;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    margin: .5em;
    padding: .7em 3em .7em 1.5em;
    color: #fff;
    line-height: 1.1;
    border-radius: .35em;
    overflow: hidden;
    cursor: pointer;
  }
  
  .form-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .form-button-send {
    border-color: #A7292A;
    background: #A7292A;
  }
  
  .form-button-send:hover {
    border-color: #D6696F;
    background: #D6696F;
  }
  
  .form-button-back {
    border-color: #999;
    background: #999;
  }
  
  .form-button-back:hover {
    border-color: #ccc;
    background: #ccc;
  }
  
  .form-button-inline {
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    padding: .7em 1em;
    font-size: .9em;
  }
  
  .form-button-inline::after {
    display: none;
  }
  
  .form-button-search {
    border-color: #A7292A;
    background: #A7292A;
  }
  
  .form-button-search:hover {
    border-color: #D6696F;
    background: #D6696F;
  }
  
  .form-button-upload {
    margin: 0;
    padding: .8em 1em;
    font-size: 1.1em;
    color: #fff;
    background: #e21664;
  }
  
  .form-button-upload:hover {
    color: #fff;
    text-decoration: none;
    background: #e94709;
  }
  
  .form-button-upload::after {
    display: none;
  }
  
  /* お問い合わせ */
  /* メールフォームでのお問い合わせ */
  .contact-form-description {
    margin-bottom: 1.5em;
  }
  
  .contact-form .content p {
    margin-bottom: 1.5em;
  }
  
  .contact-form .content dl {
    line-height: 1.5;
  }
  
  @media screen and (min-width: 768px), print {
    .contact-form .content dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  
  .contact-form .content dl:not(:last-child) {
    margin-bottom: 1em;
  }
  
  @media screen and (min-width: 768px), print {
    .contact-form .content dl:not(:last-child) {
      margin-bottom: 0;
      border-bottom: 1px dotted #eee;
    }
  }
  
  .contact-form .content dt {
    position: relative;
    margin-bottom: .5em;
    padding: 1em 1em 1em 5em;
    background-color: #eee;
  }
  
  @media screen and (min-width: 768px), print {
    .contact-form .content dt {
      width: 15em;
      margin-bottom: 0;
      background: none;
    }
  }
  
  .contact-form .content dd {
    padding: .5em 1em;
  }
  
  @media screen and (min-width: 768px), print {
    .contact-form .content dd {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 1em;
    }
  }
  
  .contact-form .content .required dt:before {
    content: "必須";
    display: block;
    position: absolute;
    left: 1.2em;
    width: 4em;
    padding: .5em 0;
    line-height: 1;
    font-size: .8em;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    text-align: center;
    background-color: #c00;
  }
  
  /* 個人情報及び特定個人情報保護方針 */
  .contact-privacy {
    height: 30em;
    padding: 1em;
    font-size: .9em;
    border: 1px solid #eee;
    background-color: #fff;
    overflow-y: scroll;
  }
  
  @media screen and (min-width: 640px), print {
    .contact-privacy {
      height: 20em;
    }
  }
  
  @media screen and (min-width: 768px), print {
    .contact-privacy {
      font-size: 1em;
    }
  }
  
  .contact-privacy-section .inner {
    line-height: 1.5;
  }
  
  .contact-privacy h3 {
    margin: 1em 0 .3em;
    line-height: 1.3;
    font-size: 1.3em;
  }
  
  .contact-privacy ol {
    margin-bottom: .85em;
  }
  
  .contact-privacy ol > ol {
    margin-top: .5em;
  }
  
  .contact-privacy dl {
    float: right;
    padding-top: 1.2em;
  }
  
  .contact-privacy .tel-link {
    color: #333;
  }
  
  .contact-privacy a.tel-link {
    color: #333;
  }
  
  .contact-privacy a.tel-link:hover {
    color: #D6696F;
  }


  /*********************************************************************
  調整
  *********************************************************************/

#files li{
    margin-bottom: 0.5em;
}
#files li span{
    display:inline-block;
    width: 100%;
}
.text-center{
    text-align:center;
}
.text-left{
    text-align: left;
}

.mb-05{ margin-bottom: 0.5em;}
.mb-1{ margin-bottom: 1em;}
.mb-2{ margin-bottom: 2em;}
.mb-3{ margin-bottom: 3em;}

.form h3{
    text-align:left;
    margin: 2em 0 0 0;
    padding:0;
    background:#db1b3e;
    color:#fff;
    padding: 10px 15px;
    margin-bottom: 1em;
}
@media screen and (min-width: 768px), print {
    .form h3{
      margin-bottom: 0em;
    }
    #files li span{
        width: 150px;
    }
  }

.validate-error{ margin: 0.25em 0;}

.clearBtn { display: none; padding:5px 12px; background:#e21664; color:#fff;}
  
#files canvas{
  display:none;
  max-width:150px;
  margin:0;
}
#files ul{
  margin: 0 0 10px 0;
  padding: 0;
}
#files li{
  margin: 0 0 0 0;
  padding: 10px;
}
#files li canvas,
#files li input{
  display: inline-block;
  vertical-align: middle;
}
#files li input{
  margin-left:1em;
  font-size:0.9em;
}
#files li:nth-child(even){
  background:#fff;
}
#files li:nth-child(odd){
  background:#efefef;
}





