@charset "utf-8";
/* ======================================================
 * service-detail.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - base
 * - Main
 * @media only screen and (max-width: 767px)
 * - base
 * - Main

 * Media Queries
====================================================== */

/* ------------------------------------------------------
 * base
------------------------------------------------------ */
/* ----- section ----- */
section:nth-of-type(2n+1) {
  background-color: inherit;
}

/* ------------------------------------------------------
 * Main
------------------------------------------------------ */
/* ----- allHeadline ----- */
.allHeadline{
  margin: 55px 0 50px;
}
.allHeadline .all-heading{
  display: flex;
  align-items: center;
  min-height: 90px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.allHeadline .all-heading .service_text{
  padding-left: 10px;
}
.allHeadline + .heading-lv3 .heading_title{
  margin-top: 50px;
}

/* ----- topicContent ----- */
.topicContent{
  margin: 15px 0;
}
.topicContent [class*="list-note"] > li + li{
  margin-top: 0.5em;
}

/* ----- list-description ----- */
.list-description {
  margin-top: 1em;
}
.list-description > dt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
}
.list-description > dd {
  margin-top: 0;
  line-height: 1.4;
}

/* ----- limgTitle ----- */
.imgTitle {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
}

/* ----- table-layout ----- */
.table-layout {
  margin-top: 90px;
}

/* ----- cardContent ----- */
.cardContent{
  margin-top: 60px;
  margin-left: calc(((100vw - 44rem) / 2) * -1);
  margin-right: calc(((100vw - 44rem) / 2) * -1);
  padding: 55px 0 60px;
  background-color: #f5f5f5 !important;
}
.cardContent .cardContent_inner{
  width: 1020px;
  margin: 0 auto;
}
.cardContent .cardContent_inner > .heading_title{
  margin-top: 0;
}
.cardContent-layout .column_img{
  width: 190px;
  float: left;
  margin-right: 20px;
}
.cardContent-layout .column_text{
  overflow: hidden;
}
.cardContent-layout::after {
  content: "";
  display: block;
  clear: both;
}


@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * base
  ------------------------------------------------------ */
  /* ----- section ----- */
  section:nth-of-type(2n+1) {
    background-color: inherit;
  }

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  /* ----- allHeadline ----- */
  .allHeadline{
    margin: 20px 0 20px;
  }
  .allHeadline .all-heading{
    display: flex;
    align-items: center;
    min-height: 74px;
    font-size: 18px !important;
    font-size: 1.8rem !important;
    line-height: 1.5;
    font-weight: bold;
  }
  .allHeadline .all-heading .service_icon{
    width: 120px;
  }
  .allHeadline .all-heading .service_text{
    padding-left: 10px;
  }
  .allHeadline + .heading-lv3 .heading_title{
    margin-top: 20px;
  }
  /* ----- topicContent ----- */
  .topicContent{
    margin: 15px 0;
  }
  .topicContent [class*="list-note"] > li + li{
    margin-top: 0.5em;
  }
  .topicContent .column_item + .column_item{
    margin-top: 15px !important;
  }

  /* ----- list-description ----- */
  .list-description {
    margin-top: 1em;
  }
  .list-description > dt {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    line-height: 1.4;
    font-weight: bold;
  }
  .list-description > dd {
    margin-top: 0;
    font-size: 15px !important;
    font-size: 1.5rem !important;
    line-height: 1.4;
  }

  /* ----- limgTitle ----- */
  .imgTitle {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
  }

  /* ----- table-layout ----- */
  .table-layout {
    margin-top: 90px;
  }

  /* ----- cardContent ----- */
  .cardContent{
    margin: 30px -15px 0 !important;
    padding: 25px 15px 25px;
    background-color: #f5f5f5 !important;
  }
  .cardContent .cardContent_inner{
    width: auto;
    margin: 0 auto;
  }
  .cardContent .cardContent_inner > .heading_title{
    margin-top: 0;
  }
  .cardContent-layout{
    display: block;
  }
  .cardContent-layout .column_img{
    display: block;
    float: none;
    margin-bottom: 25px;
    margin-right: 0;
    text-align: center;
  }
.cardContent-layout .column_img{
  width: auto;
}
  .cardContent-layout .column_img img{
    width: 225px;
  }

  /* ----- menu-column ----- */
  .menu-column{
    margin-top: 50px;
  }


}
