  @charset "utf-8";

/* ======================================================
 * inquiry.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Override
 * - Parts
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Override
 * - Parts
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  
  
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- inquiry-index-layout ----- */
  .inquiry-index-layout {
    padding: 40px 30px 30px;
    background-color: #eff2f5;
    border-radius: 10px;
  }
  .inquiry-index-layout > *:last-child,
  .inquiry-index-layout > *:last-child > *:last-child {
    margin-bottom: 0 !important;
  }
  .inquiry-index-layout > .index_heading {
    margin: 0 0 1.5625rem;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  
  /* v2 */
  .inquiry-index-layout-v2 .index_list {
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .inquiry-index-layout-v2 .index_list > .list_unit {
    display: flex;
  }
  .inquiry-index-layout-v2 .index_list > a[href^="tel:"].list_unit {
    color: #4b4948;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
  .inquiry-index-layout-v2 .index_list > .list_unit > * {
    padding: 15px 10px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .inquiry-index-layout-v2 .index_list > .list_unit > .unit_branch {
    width: 200px;
    background-color: #f4f4f4;
  }
  .inquiry-index-layout-v2 .index_list > .list_unit > .unit_area {
    flex: 1;
  }
  .inquiry-index-layout-v2 .index_list > .list_unit > .unit_telephone {
    width: 190px;
  }
  
  /* v3 */
  .inquiry-index-layout-v3 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .inquiry-index-layout-v3 > .index_heading {
    font-size: 1.375rem;
    font-weight: 700;
  }
  .inquiry-index-layout-v3 > .index_telephone {
    font-size: 1.625rem;
    font-weight: 700;
  }
  .inquiry-index-layout-v3 > .index_telephone a[href^="tel:"] {
    color: #4b4948;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
  .inquiry-index-layout-v3 > .index_telephone a[href^="tel:0120"] {
    position: relative;
    padding-left: 58px;
  }
  .inquiry-index-layout-v3 > .index_telephone a[href^="tel:0120"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 47px;
    height: 27px;
    background: url("/inquiry/img/index_ic01.png") no-repeat 50% 50%;
  }
  .inquiry-index-layout-v3 > * + * {
    margin-left: 40px;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1536px) {
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1232px) {
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 896px) {
}
@media screen and (min-width: 768px) and (max-width: 834px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  
  
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- inquiry-index-layout ----- */
  .inquiry-index-layout {
    padding: 30px 15px 15px;
    background-color: #eff2f5;
    border-radius: 10px;
  }
  .inquiry-index-layout > *:last-child,
  .inquiry-index-layout > *:last-child > *:last-child {
    margin-bottom: 0 !important;
  }
  .inquiry-index-layout > .index_heading {
    margin: 0 0 0.9375rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  
  /* v2 */
  .inquiry-index-layout-v2 .index_list {
    background-color: #fff;
    border-top: 1px solid #ddd;
  }
  .inquiry-index-layout-v2 .index_list > .list_unit {
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #ddd;
  }
  .inquiry-index-layout-v2 .index_list > a[href^="tel:"].list_unit {
    position: relative;
    display: block;
    color: #4b4948;
    text-decoration: none;
  }
  .inquiry-index-layout-v2 .index_list > a[href^="tel:"].list_unit::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    margin: 0 2px 0 0;
    border-top: 2px solid #7d7a78;
    border-right: 2px solid #7d7a78;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .inquiry-index-layout-v2 .index_list > .list_unit > .unit_branch {
    font-weight: 700;
  }
  
  /* v3 */
  .inquiry-index-layout-v3 {
  }
  .inquiry-index-layout-v3 > .index_heading {
    margin: 0 0 0.9375rem;
    font-weight: 700;
    text-align: center;
  }
  .inquiry-index-layout-v3 > .index_telephone {
    display: flex;
    justify-content: center;
  }
  .inquiry-index-layout-v3 > .index_telephone a[href^="tel:"] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 10px 50px;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 23px;
    color: #4b4948;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .inquiry-index-layout-v3 > .index_telephone a[href^="tel:0120"] > span {
    position: relative;
    display: inline-block;
    padding-left: 25px;
  }
  .inquiry-index-layout-v3 > .index_telephone a[href^="tel:0120"] > span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 14px;
    background: url("/inquiry/img/index_ic01.png") no-repeat 50% 50%;
    background-size: 100% 100%;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
}