@charset "utf-8";

/* ======================================================
 * afterservice_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Elements >>> Text
 * - Elements >>> List
 * - Elements >>> Link
 * - Elements >>> Image
 * - Elements >>> Other
 * - Conditional Elements >>> Heading
 * - Conditional Elements >>> Navi
 * - Layout >>> Table
 * - Layout >>> Column
 * - Layout >>> Box
 * - Layout >>> Other
 * - Components
 * - Clearfix
 * Media Queries
====================================================== */

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- layout ----- */
  .cost-paragraph {
    margin-top: 6.0em !important;
  }
  /* ----- a ----- */
  /* ----- opacity ----- */
  /* ----- transition ----- */
  /* ----- sprite ----- */

  /* ------------------------------------------------------
   * Elements >>> Text
  ------------------------------------------------------ */
  .cost-heading {
    margin-top: 20px;
  }
  .cost-heading .block {
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    padding: 17px 0 7px 75px;
  }
  .cost-heading .block::after {
    display: block;
    width: 58px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #787878;
    content: '';
  }
  .cost-heading .block .heading_icon {
    width: 54px;
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -27px;
  }
  .cost-heading .block .heading_title > .title_label {
    display: inline-block;
    color: #ed7070;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .cost-heading .block .heading_title > .title_sub {
    margin-left: 30px;
    font-size: 1.9rem;
  }
  section + section > .cost-heading {
    margin-top: 25px;
  }
  .cost-heading-v2 {
    margin-top: 30px;
  }
  .cost-heading-v2 .heading_icon {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.35;
  }
  .cost-heading-v2 .heading_icon .icon_label {
    display: inline-block;
    padding: 0 8px;
    border-radius: 9px;
    background-color: #ffe8e8;
    color: #ed7070;
  }
  .cost-heading-v2 .heading_title {
    margin-top: 2px;
    font-size: 2.1rem;
    font-weight: bold;
  }
  .cost-f-color {
    color: #000 !important;
  }
  /* ------------------------------------------------------
   * Elements >>> List
  ------------------------------------------------------ */
  .cost-icon-list_wrap {
    width: 100%;
  }
  .cost-icon-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .cost-icon-list > li {
    width: 60px;
    margin: 3px 32px 0 0;
  }
  .cost-icon-list > li .list_caption {
    margin-top: 3px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.25;
  }
  /* ------------------------------------------------------
   * Elements >>> Link
  ------------------------------------------------------ */
  .link-text > li > a.link-blue:link {
    color: #336699;
  }
  .link-text > li > a.link-blue:visited {
    color: #64378e;
  }
  .cost-link-button {
    margin-top: 1.0em;
  }
  .cost-link-button > li > a {
    display: inline-block;
    position: relative;
    padding: 4px 45px 4px 70px;
    border-radius: 3px;
    background-color: #ffe8e8;
    color: #333;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .cost-link-button > li > a .link_image {
    width: 33px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -17px;
  }
  .cost-link-button > li > a .link_label {
    display: inline-block;
    position: relative;
    padding-left: 22px;
  }
  .cost-link-button > li > a .link_label::before {
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 3px;
    left: 1px;
    border: 1px solid #828282;
    border-radius: 50%;
    content: '';
  }
  .cost-link-button > li > a .link_label::after {
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 8px;
    left: 5px;
    border-top: 1px solid #828282;
    border-right: 1px solid #828282;
    transform: rotate(45deg);
    content: '';
  }
  .cost-link-button > li > a:hover {
    background-color: #ffc8c8;
  }
  /* ------------------------------------------------------
   * Elements >>> Image
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Elements >>> Other
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Conditional Elements >>> Heading
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Conditional Elements >>> Navi
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Layout >>> Grid
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Layout >>> Column
  ------------------------------------------------------ */
  .cost-column-layout {
    display: -webkit-flex;
    display: flex;
    margin-top: 40px;
  }
  .cost-column-layout + .cost-column-layout {
    margin-top: 15px;
  }
  .cost-column-layout .column_item {
    width: 213px;
    position: relative;
    margin: 15px 0 0 20px;
    padding-top: 55px;
  }
  .cost-column-layout .column_item.type-w-2col {
    width: 446px;
  }
  .cost-column-layout .column_item:nth-of-type(-n+4) {
    margin-top: 0;
  }
  .cost-column-layout .column_item:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .cost-column-layout .column_item .item_image {
    width: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
  }
  .cost-column-layout .column_item .item_box {
    padding: 44px 10px 10px;
    border: 1px solid #ddd;
    border-radius: 7px;
  }
  .cost-column-layout .column_item .item_box .item_text {
    min-height: 91px;;
    text-align: center;
  }
  .cost-column-layout .column_item .item_box .item_lead {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.24;
  }
  .cost-column-layout .column_item .item_box .item_subtext {
    font-size: 1.4rem;
    line-height: 1.21;
  }
  .cost-column-layout .column_item .item_box .item_text.type01 .item_lead {
    padding-top: 22px;
  }
  .cost-column-layout .column_item .item_box .item_text.type01 .item_subtext {
    padding-top: 9px;
  }
  .cost-column-layout .column_item .item_box .item_text.type02 .item_lead {
    padding-top: 19px;
  }
  .cost-column-layout .column_item .item_box .item_text.type03 .item_lead {
    padding-top: 32px;
  }
  .cost-column-layout .column_item .item_box .item_text.type04 .item_lead {
    padding-top: 19px;
  }
  .cost-column-layout .column_item .item_box .link-button.type-cost {
    margin-top: .5em;
  }
  .cost-column-layout .column_item .item_box .link-button.type-cost a {
    min-width: 190px;
    font-size: 1.2rem;
    padding: 8px 44px;
  }
  .cost-column-media {
    display: -webkit-flex;
    display: flex;
    margin-top: 12px;
  }
  .cost-column-media > .column-detail {
    width: calc(100% - 375px);
  }
  .cost-column-media > .column-image {
    flex-shrink: 0;
    width: 318px;
    margin-left: 57px;
  }
  .cost-column-media > .column-image .image_caption .link-button {
    margin-top: 12px;
  }
  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  .cost-box-layout {
    margin-top: 20px;
    border: 1px solid #828282;
    padding: 22px 25px;
    border-radius: 8px;
  }
  .cost-box-layout > .box_inner > .box_title .title_icon {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.65;
  }
  .cost-box-layout > .box_inner > .box_title .title_icon .icon_label {
    display: inline-block;
    padding: 0 6px 0 7px;
    border-radius: 4px;
    background-color: #ed7070;
    color: #fff;
  }
  .cost-box-layout > .box_inner > .box_title .title_label {
    font-size: 1.9rem;
    font-weight: bold;
  }
  .cost-box-layout > .box_inner > .box_detail {
    margin-top: 10px;
  }
  .cost-box-layout > .box_inner > .box_detail > *:first-child {
    margin-top: 0 !important;
  }
  .cost-box-layout.type-2col {
    display: -webkit-flex;
    display: flex;
  }
  .cost-box-layout.type-2col > .box_image {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 244px;
    margin-left: 10px;
  }
  .cost-box-layout-v2 {
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
    padding: 13px;
    background-color: #ffe8e8;
    border-radius: 8px;
  }
  .cost-box-layout-v2 > .box_detail {
    font-size: 1.4rem;
  }
  .cost-box-layout-v2 > .box_detail .box_lead {
    position: relative;
    padding-left: 92px;
  }
  .cost-box-layout-v2 > .box_detail .box_lead .lead_icon {
    width: 83px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .cost-box-layout-v2 > .box_detail .box_lead .lead_text {
    color: #ed7070;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .cost-box-layout-v2 > .box_detail .box_lead + * {
    margin-top: 15px !important;
  }
  .cost-box-layout-v2 > .box_image {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 244px;
    margin-left: 10px;
  }
  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  .cost-detaillist-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .cost-detaillist-layout > dl {
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
    font-size: 1.2rem;
  }
  .cost-detaillist-layout > dl > dt {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    font-weight: bold;
  }
  .cost-detaillist-layout > dl.type-w-1col {
    width: calc((100% - 20px) / 2);
    padding: 7px 0 8px;
    margin-left: 20px;
  }
  .cost-detaillist-layout > dl.type-w-1col > dt {
    width: 100px;
    margin-right: 12px;
  }
  .cost-detaillist-layout > dl.type-w-2col {
    width: 100%;
    padding: 7px 0 8px;
  }
  .cost-detaillist-layout > dl.type-w-2col > dt {
    width: 100px;
    margin-right: 12px;
  }
  .cost-detaillist-layout > dl.type-w-2col-v2 {
    width: 100%;
    padding: 9px 0 5px;
  }
  .cost-detaillist-layout > dl.type-w-2col-v2 > dt {
    width: 80px;
    margin-right: 10px;
  }
  .cost-detaillist-layout > dl:nth-of-type(2n+1).type-w-1col {
    margin-left: 0;
  }
  .cost-detaillist-layout > dl:nth-of-type(-n+2).type-w-1col,
  .cost-detaillist-layout > dl:nth-of-type(-n+1).type-w-2col {
    border-top: 1px solid #f5f5f5;
  }
  /* ------------------------------------------------------
   * Component >>> Index
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Component >>> Other
  ------------------------------------------------------ */
  _:-ms-lang(x)::-ms-backdrop, .cost-icon-list > li {
    min-width: 0;
    flex-basis: auto;
  }
  _:-ms-lang(x)::-ms-backdrop, .cost-column-media > .column-detail {
    width: calc(100% - 375px - 0.1px);
  }
  _:-ms-lang(x)::-ms-backdrop, .cost-detaillist-layout > dl {
    width: calc((100% - 20px) / 2 - 0.1px);
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: '';
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media print {
}