@charset "utf-8";

/*
  File Name   : aftermaintenance.css
  Description : コンテンツエリア関係 他
*/

/* section
============================================================ */
.section-base .com-section-inner {
  max-width: calc(750px + 20px * 2);
  padding: 0 20px;
}

/* -section-aftermaintenance
============================================================ */
.-section-aftermaintenance .maintenance-title-wrap .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .7px;
  text-align: center;
}
.-section-aftermaintenance .maintenance-title-wrap .lead {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 30px;
}
.-section-aftermaintenance .maintenance-img-wrap-A {
  margin-top: 40px;
}
.-section-aftermaintenance .maintenance-img-wrap-A .text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 40px;
}
.-section-aftermaintenance .maintenance-img-wrap-B {
  margin-top: 40px;
}
.-section-aftermaintenance .maintenance-img-wrap-B .text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 40px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .-section-aftermaintenance .maintenance-img-wrap-B .img-block {
    margin-right: -20px;
    overflow-x: auto;
  }
  .-section-aftermaintenance .maintenance-img-wrap-B .img-block .inner {
    padding-right: 20px;
    width: calc(750px + 20px);
    display: block;
  }
  .-section-aftermaintenance .maintenance-img-wrap-B .img-block-wrap {
    position: relative;
  }
  .-section-aftermaintenance .maintenance-img-wrap-B .img-block-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 30px;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1ede2+0,f1ede2+100&0+0,1+100 */
    background: -moz-linear-gradient(left,  rgba(241,237,226,0) 0%, rgba(241,237,226,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(241,237,226,0) 0%,rgba(241,237,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(241,237,226,0) 0%,rgba(241,237,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1ede2', endColorstr='#f1ede2',GradientType=1 ); /* IE6-9 */
  }
}
/* hoge
============================================================ */
.hoge {
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .hoge {
  }
}


