@charset "UTF-8";
/*--------------------------------------------
* 【注意】直接編集禁止【注意】
* --------------------------------------------
* custom.cssは直接編集しないでください。
* custom.sassを修正しコンパイルして使用するようにお願いします。
* 修正するファイルはdcms_media/css/sass/custom.scssです。
* 修正後は以下のディレクトリにファイルをインポートしてください
* 
* 
* ============================================
* sassディレクトリ
* ============================================
*   > custom.css 
*   > custom.sass
*   > custom.css.map
* 
* ============================================
* cssディレクトリ
* ============================================
*   > custom.css 
* 
* --------------------------------------------*/
/*-----------------------------------------------------------------------
 ココから　custom　style
-----------------------------------------------------------------------*/
/*contact.html
==========================================*/
.p-contact-info {
  border: 1px solid #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 24px;
}
@media screen and (min-width: 769px) {
  .p-contact-info {
    padding: 32px;
  }
}
.p-contact-info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 950px) {
  .p-contact-info__container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 50px;
  }
}
.p-contact-info__title {
  font-size: 1.5rem;
  text-align: center;
}
.p-contact-info__lead {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
}
@media screen and (min-width: 950px) {
  .p-contact-info__lead {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-contact-info__lead-text {
  font-size: 0.95rem;
  text-align: left;
}
@media screen and (max-width: 949px) and (min-width: 734px) {
  .p-contact-info__lead-text {
    text-align: center;
  }
}
.p-contact-info__lead-highlights {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #0039FF));
  background: linear-gradient(transparent 90%, #0039FF 0%);
  display: inline;
  padding: 0 1px 0px;
}
.p-contact-info__tel {
  width: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  text-align: center;
}
.p-contact-info__tel-number {
  font-size: 1.25rem;
  white-space: nowrap;
}
@media screen and (min-width: 950px) {
  .p-contact-info__tel-number {
    font-size: 1.27rem;
  }
}
.p-contact-info__tel-num {
  font-size: 2.125rem;
  font-family: Outfit, sans-serif;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 950px) {
  .p-contact-info__tel-num {
    font-size: 3.5rem;
  }
}
.p-contact-info__tel-time {
  font-size: 0.95rem;
}

/*--------------------------------------------
* 【注意】直接編集禁止【注意】
* --------------------------------------------
* custom.cssは直接編集しないでください。
* custom.sassを修正しコンパイルして使用するようにお願いします。
* 修正するファイルはdcms_media/css/sass/custom.scssです。
* 修正後は以下のディレクトリにファイルをインポートしてください
* 
* 
* ============================================
* sassディレクトリ
* ============================================
*   > custom.css 
*   > custom.sass
*   > custom.css.map
* 
* ============================================
* cssディレクトリ
* ============================================
*   > custom.css 
* 
* --------------------------------------------*/