.content-wrap {
  background: url(../images/reform/bg-l.jpg) left -160px top 30vw/480px auto repeat-y, url(../images/reform/bg-r.jpg) right -330px top 30vw/760px auto repeat-y;
}

@media only screen and (max-width: 480px) {
  .content-wrap {
    background-position: left -80px top 38vw, right -80px top 32vw;
    background-size: 180px auto;
  }
}
@media only screen and (max-width: 380px) {
  .content-wrap {
    background-position: left -60px top 32vw, right -60px top 26vw;
    background-size: 180px auto;
  }
}

.content-wrap.bg2 {
  background-position: left -240px top 26vw, right -270px top 26vw;
}

@media only screen and (max-width: 480px) {
  .content-wrap.bg2 {
    background-position: left -90px top 62vw, right -100px top 24vw;
  }
}

.main-img.sub {
  position: relative;
  background: #fff;
}

.main-img.sub img {
  width: 100%;
  min-height: 374px;
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  opacity: 0.7;
}

@media only screen and (max-width: 480px) {
  .main-img.sub img {
    min-height: auto;
    height: 240px;
  }
}

.main-img.sub img.tatami {
  -o-object-position: center center;
     object-position: center center;
}

.main-img.sub img.repair {
  -o-object-position: center top;
     object-position: center top;
}

.main-img.sub .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  height: 192px;
  margin: auto;
  background: rgba(235, 99, 124, 0.8);
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

@media only screen and (max-width: 480px) {
  .main-img.sub .title-block {
    width: 80%;
    height: 160px;
  }
}

.main-img.sub .title-block p.link,
.main-img.sub .title-block dt {
  font-size: 2.8rem;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .main-img.sub .title-block p.link,
  .main-img.sub .title-block dt {
    font-size: 2rem;
  }
}

.main-img.sub .title-block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 40px;
  position: relative;
  z-index: 2;
}

.main-img.sub .title-block dl dt {
  width: 100%;
}

.main-img.sub .title-block dl dd {
  width: 48%;
  margin-top: 8px;
  border: 1px solid #fff;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .main-img.sub .title-block dl dd {
    font-size: 1.3rem;
  }
}

.main-img.sub .title-block p.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px 40px;
}

.main-img.sub .title-block p.link .sub {
  display: block;
  font-size: 2rem;
}

section.sec {
  margin-top: 160px;
  margin-bottom: 160px;
}

@media only screen and (max-width: 480px) {
  section.sec {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

section.sec:nth-of-type(1) {
  margin-top: 80px;
}

@media only screen and (max-width: 480px) {
  section.sec:nth-of-type(1) {
    margin-top: 40px;
  }
}

section.sec:last-child {
  margin-bottom: 0;
}

.title-bar {
  margin-bottom: 80px;
  background: #eb637c;
}

@media only screen and (max-width: 480px) {
  .title-bar {
    margin-bottom: 40px;
  }
}

.title-btm-bar {
  margin-bottom: 80px;
  border-color: #eb637c;
  color: #eb637c;
}

@media only screen and (max-width: 480px) {
  .title-btm-bar {
    margin-bottom: 40px;
  }
}

section.top-copy .copy {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  section.top-copy .copy {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 480px) {
  section.top-copy .copy + .copy {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 480px) {
  section.top-copy .copy.sp-tal {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  section.top-copy .copy.sp-tal br {
    display: none;
  }
}

.anchor-list {
  margin-top: 112px;
}

@media only screen and (max-width: 480px) {
  .anchor-list {
    margin-top: 80px;
  }
}

.anchor-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 480px) {
  .anchor-list ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.anchor-list ul > * {
  width: calc((100% - (24px * 2)) / 3);
  margin-right: 24px;
  margin-bottom: 24px;
}

.anchor-list ul > *:nth-of-type(3n) {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 480px) {
  .anchor-list ul > * {
    width: 48%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .anchor-list ul li {
    width: 49%;
    margin-bottom: 8px;
  }
}

.anchor-list ul li a {
  padding: 16px;
  background: #fdeff2;
  border: 4px solid #eb637c;
  text-align: center;
  font-size: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  .anchor-list ul li a {
    font-size: 1.4rem;
  }
}

.anchor-list ul li a:hover {
  background: #fef8f9;
  border-color: #f190a2;
}

section.cycle .caption {
  margin-bottom: 4px;
  font-size: 1.4rem;
}

section.cycle .cycle-table-area {
  margin-top: 80px;
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table-area {
    margin-top: 40px;
    position: relative;
  }
}

section.cycle .cycle-table {
  background: #fff;
  border: 6px solid #eb637c;
  font-size: 1.6rem;
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.6vw;
  }
}

section.cycle .cycle-table .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #eb637c;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40px;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: absolute;
    left: -1px;
    z-index: 2;
  }
}

section.cycle .cycle-table .time dt {
  width: calc(300px + ((100% - 300px) / 26 / 2));
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 24px;
  text-align: right;
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .time dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 88px;
    padding-bottom: 8px;
    padding-right: 0;
    text-align: center;
  }
}

section.cycle .cycle-table .time dd {
  width: calc((100% - 300px) / 26);
  text-align: center;
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .time dd {
    width: 100%;
    height: 16px;
    padding-right: 8px;
    text-align: right;
  }
}

section.cycle .cycle-table .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-x: scroll;
    padding-left: 39px;
  }
}

section.cycle .cycle-table .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.cycle .cycle-table .col + .col {
  border-top: 1px solid #4c4948;
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .col + .col {
    border-top: none;
  }
}

section.cycle .cycle-table .col dt {
  padding: 16px;
  border-right: 1px solid #4c4948;
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .col dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    padding: 8px 4px;
  }
}

section.cycle .cycle-table .col > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: rgba(235, 99, 124, 0.2);
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .col > dt {
    width: 160px;
  }
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .col > dt.single {
    width: 120px;
  }
}

section.cycle .cycle-table .col > dd {
  width: calc(100% - 100px);
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .col > dd {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

section.cycle .cycle-table .col .in-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .col .in-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.cycle .cycle-table .col .in-col + .in-col {
  border-top: 1px solid #4c4948;
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .col .in-col + .in-col {
    border-top: none;
  }
}

section.cycle .cycle-table .col .in-col dt {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(255, 241, 0, 0.2);
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .col .in-col dt {
    width: 100%;
  }
}

section.cycle .cycle-table .col .in-col dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 200px);
  background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent);
  background-size: calc(100% / 26) 100%;
  position: relative;
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .col .in-col dd {
    width: 100%;
    height: calc(16px * 26);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: repeating-linear-gradient(#ccc 0, #ccc 1px, #fff 1px, #fff 16px);
    border-right: 1px solid #4c4948;
  }
}

section.cycle .cycle-table .col .in-col dd .zone {
  display: block;
  width: calc(100% / 26 * 5);
  height: 16px;
  background: #eb637c;
  position: absolute;
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .col .in-col dd .zone {
    width: 16px;
    height: calc(16px * 5);
    margin: auto;
  }
}

section.cycle .cycle-table .col .in-col dd .zone.y8 {
  left: calc(100% / 26 * 3);
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .col .in-col dd .zone.y8 {
    left: 0;
    right: 0;
    top: calc(16px * 3);
  }
}

section.cycle .cycle-table .col .in-col dd .zone.y10 {
  left: calc(100% / 26 * 5);
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .col .in-col dd .zone.y10 {
    left: 0;
    right: 0;
    top: calc(16px * 5);
  }
}

section.cycle .cycle-table .col .in-col dd .zone.y18 {
  left: calc(100% / 26 * 13);
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .col .in-col dd .zone.y18 {
    left: 0;
    right: 0;
    top: calc(16px * 13);
  }
}

section.cycle .cycle-table .col .in-col dd .zone-A18 {
  display: block;
  position: absolute;
  left: calc(100% / 26 * 15.3);
  z-index: 100;
}

@media only screen and (max-width: 480px) {
section.cycle .cycle-table .col .in-col dd .zone-A18 {
    left: calc(16.5px * 2);
    right: 0;
    top: calc(16px * 15);
 }
}
/*↓3/23追加*/
section.cycle .cycle-table .col .in-col dd .zone.y20 {
  left: calc(100% / 26 * 15);
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .col .in-col dd .zone.y20 {
    left: 0;
    right: 0;
    top: calc(16px * 15);
  }
}
section.cycle .cycle-table .col .in-col dd .zone-A20 {
  display: block;
  position: absolute;
  left: calc(100% / 26 * 17.3);
  z-index: 100;
}

@media only screen and (max-width: 480px) {
section.cycle .cycle-table .col .in-col dd .zone-A20 {
    left: calc(16.5px * 2);
    right: 0;
    top: calc(16px * 17);
 }
}
/*上3/23追加*/

/* section.cycle .cycle-table .col .in-col dd .zone.y21 {
  left: calc(100% / 26 * 16);
} */

/* @media only screen and (max-width: 480px) {
  section.cycle .cycle-table .col .in-col dd .zone.y21 {
    left: 0;
    right: 0;
    top: calc(16px * 16);
  }
} */

/* section.cycle .cycle-table .col .in-col dd .zone-A21 {
  display: block;
  position: absolute;
  left: calc(100% / 26 * 18.3);
  z-index: 100;
} */

/* @media only screen and (max-width: 480px) {
section.cycle .cycle-table .col .in-col dd .zone-A21 {
    left: calc(16.5px * 2);
    right: 0;
    top: calc(16px * 18);
 }
} */

section.cycle .cycle-table .col .in-col dd .zone.y22 {
  left: calc(100% / 26 * 17);
}

@media only screen and (max-width: 480px) {
  section.cycle .cycle-table .col .in-col dd .zone.y22 {
    left: 0;
    right: 0;
    top: calc(16px * 17);
  }
}

section.category {
  margin-top: 120px;
}

section.category .category-block {
  position: relative;
}

section.category .category-block + .category-block {
  margin-top: 120px;
}

@media only screen and (max-width: 480px) {
  section.category .category-block + .category-block {
    margin-top: 40px;
  }
}

section.category .category-block figure {
  overflow: hidden;
  background: #fff;
}

section.category .category-block figure img {
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}

@media only screen and (max-width: 480px) {
  section.category .category-block figure img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

section.category .category-block .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  height: 192px;
  margin: auto;
  background: rgba(235, 99, 124, 0.8);
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}

@media only screen and (max-width: 480px) {
  section.category .category-block .link-box {
    width: 70%;
    height: 68%;
  }
}

section.category .category-block .link-box::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  content: url(../images/reform/arrow.svg);
  width: 28px;
  height: 44px;
  margin-right: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  section.category .category-block .link-box::after {
    width: 16px;
    height: 24px;
    margin-right: 8px;
  }
}

section.category .category-block .link-box a {
  color: #fff;
}

@media only screen and (max-width: 480px) {
  section.category .category-block .link-box a {
    pointer-events: none;
  }
}

section.category .category-block .link-box p.link,
section.category .category-block .link-box dt {
  font-size: 2.8rem;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  section.category .category-block .link-box p.link,
  section.category .category-block .link-box dt {
    font-size: 2rem;
  }
}

section.category .category-block .link-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 24px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 480px) {
  section.category .category-block .link-box dl {
    padding-right: 16px;
  }
}

section.category .category-block .link-box dl dt {
  width: 100%;
}

section.category .category-block .link-box dl dd {
  width: 48%;
  pointer-events: auto;
}

@media only screen and (max-width: 480px) {
  section.category .category-block .link-box dl dd {
    width: 49%;
  }
}

section.category .category-block .link-box dl dd a {
  margin-top: 8px;
  border: 1px solid #fff;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  section.category .category-block .link-box dl dd a {
    margin-top: 4px;
    font-size: 1.3rem;
  }
}

section.category .category-block .link-box dl dd a:hover {
  background: #fff;
  color: #eb637c;
}

section.category .category-block .link-box p.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px 24px;
}

section.category .category-block .link-box p.link .sub {
  display: block;
  font-size: 2rem;
}

@media only screen and (max-width: 480px) {
  section.category .category-block .link-box p.link .sub {
    font-size: 1.4rem;
  }
}

section.category .category-block:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
}

section.category .category-block:hover .link-box {
  background: rgba(235, 99, 124, 0.9);
}

section.category .category-block:hover .link-box::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.example-area .example-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  .example-area .example-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.room-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.room-area > * {
  width: calc((100% - (20px * 2)) / 3);
  margin-right: 10px;
}

.room-area > *:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 480px) {
  .room-area > * {
    width: 100%;
    margin-right: 0;
  }
}

.room-area .room {
  margin-bottom: 80px;
  background: #fcebee;
}

@media only screen and (max-width: 480px) {
  .room-area .room {
    margin-bottom: 40px;
  }
}

.period-area + .period-area {
  margin-top: 80px;
}

.period-area .title {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-left: 6px solid #eb637c;
  border-right: 6px solid #eb637c;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #fcebee;
  text-align: center;
  color: #eb637c;
  font-size: 2.4rem;
  letter-spacing: 1rem;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  .period-area .title {
    font-size: 2rem;
  }
}

.period-area .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

@media only screen and (max-width: 480px) {
  .period-area .btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 480px) and (max-width: 480px) {
  .period-area .btm {
    margin-top: 40px;
  }
}

.period-area .btm.center {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.period-area .period-box {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.period-area .period-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 480px) {
  .period-area .period-box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 8px solid #eb637c;
    border-radius: 50px;
    background: #eb637c;
  }
}

.period-area .period-box dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 200px;
  background: #eb637c;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 480px) {
  .period-area .period-box dl dt {
    width: 100%;
    height: auto;
    padding: 4px;
    padding-bottom: 8px;
    border-radius: 0;
    background: transparent;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 480px) {
  .period-area .period-box dl dt br {
    display: none;
  }
}

.period-area .period-box dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: -20px;
  padding: 4px 32px 4px 40px;
  background: #fff;
  border: 8px solid #eb637c;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 480px) {
  .period-area .period-box dl dd {
    width: 100%;
    border-radius: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-left: 0;
    padding: 4px;
    border: none;
    text-align: center;
    font-size: 2rem;
  }
}

.period-area .period-box dl dd .red {
  margin-left: 4px;
  color: #e60012;
  font-weight: bold;
}

.period-area .cap {
  margin-left: 100px;
  margin-top: -10px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 480px) {
  .period-area .cap {
    margin-top: 4px;
    margin-left: 0;
    font-size: 1.3rem;
  }
}

.period-area .txt {
  margin-top: 80px;
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}

@media only screen and (max-width: 480px) {
  .period-area .txt {
    margin-top: 40px;
    font-size: 1.6rem;
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .period-area .txt br {
    display: none;
  }
}

.period-area .desc {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .period-area .desc {
    width: 100%;
    margin-top: 24px;
  }
}

.period-area .desc-txt {
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  .period-area .desc-txt {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 480px) {
  .period-area .desc-txt br {
    display: none;
  }
}

.period-area .check-list-bg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 850px;
  margin: 0 auto;
  padding: 35px 65px;
  background-color: #fff;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 5px, #f9d4db 6px), linear-gradient(90deg, rgba(255, 255, 255, 0) 5px, #f9d4db 6px);
  background-size: 6px 6px;
  -webkit-box-shadow: 8px 8px 0 #f9d4db;
          box-shadow: 8px 8px 0 #f9d4db;
}

@media only screen and (max-width: 480px) {
  .period-area .check-list-bg {
    width: 100%;
    margin-top: 24px;
    padding: 32px 32px;
  }
}

.period-area .check-list-bg dl{
  display: flex;
  justify-content: space-around;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .period-area .check-list-bg dl{
    width: 100%;
    display: block;
  }
}

.period-area .check-list-bg dl .grd-T {
  width: 30%;
  padding-top: 15px;
}

@media only screen and (max-width: 480px) {
  .period-area .check-list-bg dl .grd-T {
    width: 100%;
    padding-top: 0;
  }
}

.period-area .check-list-bg dl dt {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 32px;
  border: 3px solid #eb637c;
  background: #fff;
  color: #eb637c;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .period-area .check-list-bg dl dt {
    font-size: 1.6rem;
  }
}

.period-area .check-list-bg dl .grd-D {
  width: 60%;
}

@media only screen and (max-width: 480px) {
  .period-area .check-list-bg dl .grd-D {
    width: 100%;
  }
}

.period-area .check-list-bg dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  .period-area .check-list-bg dl dd {
    font-size: 1.6rem;
  }
}

.period-area .check-list-bg dl dd::before {
  content: url(../images/common/icon-check.svg);
  display: block;
  width: 20px;
  height: auto;
  margin-right: 8px;
}

.period-area .check-list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 500px;
  padding: 32px 32px;
  background-color: #fff;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 5px, #f9d4db 6px), linear-gradient(90deg, rgba(255, 255, 255, 0) 5px, #f9d4db 6px);
  background-size: 6px 6px;
  -webkit-box-shadow: 8px 8px 0 #f9d4db;
          box-shadow: 8px 8px 0 #f9d4db;
}

@media only screen and (max-width: 480px) {
  .period-area .check-list {
    width: 100%;
    margin-top: 24px;
    padding: 32px 16px;
  }
}

.period-area .check-list dl dt {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 32px;
  border: 3px solid #eb637c;
  background: #fff;
  color: #eb637c;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .period-area .check-list dl dt {
    font-size: 1.6rem;
  }
}

.period-area .check-list dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  .period-area .check-list dl dd {
    font-size: 1.6rem;
  }
}

.period-area .check-list dl dd::before {
  content: url(../images/common/icon-check.svg);
  display: block;
  width: 20px;
  height: auto;
  margin-right: 8px;
}

.point-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
}

@media only screen and (max-width: 480px) {
  .point-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
  }
}

.point-area .txt-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52%;
  background: #ee7a8f;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
}

@media only screen and (max-width: 480px) {
  .point-area .txt-block {
    width: 100%;
    padding: 24px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 480px) {
  .point-area .txt-block br {
    display: none;
  }
}

.point-area figure {
  width: 48%;
}

@media only screen and (max-width: 480px) {
  .point-area figure {
    width: 100%;
  }
}

.example-area {
  margin-top: 120px;
}

@media only screen and (max-width: 480px) {
  .example-area {
    margin-top: 80px;
  }
}

.example-area .title-btm-bar {
  max-width: 100%;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .example-area .title-btm-bar h3 {
    font-size: 2rem;
  }
}

.example-area .title-btm-bar .sub {
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  bottom: 8px;
}

@media only screen and (max-width: 480px) {
  .example-area .title-btm-bar .sub {
    font-size: 1.3rem;
    position: static;
  }
}

.example-area .example-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  .example-area .example-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.example-area .example-block > * {
  width: calc((100% - (40px * 2)) / 3);
  margin-right: 40px;
  margin-bottom: 40px;
}

.example-area .example-block > *:nth-of-type(3n) {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 480px) {
  .example-area .example-block > * {
    width: 100%;
    margin-right: 0;
  }
}

.example-area .example-block .box {
  margin-bottom: 80px;
  background: #fcebee;
}

@media only screen and (max-width: 480px) {
  .example-area .example-block .box {
    margin-bottom: 40px;
  }
}

.example-area .example-block .box.wide {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 0;
}

.example-area .example-block .box .txt-area {
  padding: 24px 28px;
}

@media only screen and (max-width: 480px) {
  .example-area .example-block .box .txt-area {
    padding: 16px;
  }
}

.example-area .example-block .box .txt-area .txt {
  font-size: 1.8rem;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}

@media only screen and (max-width: 480px) {
  .example-area .example-block .box .txt-area .txt {
    font-size: 1.4rem;
  }
}

.example-area .example-block .box .txt-area .cap {
  margin-top: 8px;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}

.example-txt {
  margin-top: 24px;
  text-align: center;
}

.type-block .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .type-block .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
}

.type-block .box:last-child {
  margin-bottom: 120px;
}

@media only screen and (max-width: 480px) {
  .type-block .box:last-child {
    margin-bottom: 80px;
  }
}

.type-block .box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  min-height: 208px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #eb637c;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  .type-block .box dt {
    width: 100%;
    min-height: auto;
    padding: 8px;
    font-size: 2rem;
  }
}

.type-block .box dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 240px);
  padding: 40px 40px;
  background: #fcebee;
  text-align: justify;
}

@media only screen and (max-width: 480px) {
  .type-block .box dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 16px;
    font-size: 1.6rem;
  }
}

.type-block .box dd.txt-img .onetxt {
  width: 70%;
  margin-right: 40px;
}

@media only screen and (max-width: 480px) {
  .type-block .box dd.txt-img .onetxt {
    width: 100%;
    margin-right: 0;
  }
}

.type-block .box dd.txt-img .oneimg {
  width: 30%;
}

@media only screen and (max-width: 480px) {
  .type-block .box dd.txt-img .oneimg {
    width: 100%;
    margin-top: 40px;
  }
}

.type-block .box dd.txt-img .txt {
  width: 30%;
  margin-right: 40px;
}

@media only screen and (max-width: 480px) {
  .type-block .box dd.txt-img .txt {
    width: 100%;
    margin-right: 0;
  }
}

.type-block .box dd.txt-img .img {
  width: 70%;
}

@media only screen and (max-width: 480px) {
  .type-block .box dd.txt-img .img {
    width: 100%;
    margin-top: 40px;
  }
}

.type-block .box dd.txt-img .img .before figcaption {
  left: 0;
}

.img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.img-block figure {
  width: calc(50% - 4px);
}

.info-btn a {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 40px;
  background: #0068b7;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  .info-btn a {
    padding: 16px;
    font-size: 2rem;
  }
}

.info-btn a .upper {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
}

.info-btn a:hover {
  background: #0085ea;
}

section.information {
  font-size: 2.4rem;
}

@media only screen and (max-width: 480px) {
  section.information {
    font-size: 1.6rem;
  }
}

section.information .block {
  margin-top: 80px;
}

section.information .block .title-box {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 4px;
  border: 8px solid #eb637c;
  text-align: center;
  color: #eb637c;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  section.information .block .title-box {
    margin-bottom: 24px;
    font-size: 2rem;
  }
}

section.information .block .area-area {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

section.information .block .area-area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.information .block .area-area dl dt,
section.information .block .area-area dl dd {
  margin-top: 4px;
}

@media only screen and (max-width: 480px) {
  section.information .block .area-area dl dt,
  section.information .block .area-area dl dd {
    width: 100%;
    margin-top: 0;
  }
}

section.information .block .area-area dl dt {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #eb637c;
}

@media only screen and (max-width: 480px) {
  section.information .block .area-area dl dt {
    width: 100%;
  }
}

section.information .block .area-area dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 140px);
}

@media only screen and (max-width: 480px) {
  section.information .block .area-area dl dd {
    width: 100%;
    margin-bottom: 8px;
  }
}

section.information .block .area-area .cap {
  margin-top: 16px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  section.information .block .area-area .cap {
    font-size: 1.4rem;
  }
}

section.information .block .list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  list-style: disc outside;
}

section.information .block .list li {
  margin-top: 8px;
}

@media only screen and (max-width: 480px) {
  section.information .block .list li {
    margin-left: 24px;
  }
}

section.information .block .flow {
  text-align: center;
}

@media only screen and (max-width: 480px) {
  section.information .block .flow {
    text-align: left;
  }
}

section.information .block .flow li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: 64px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 30px 18px 0 18px;
  border-color: #eb637c transparent transparent transparent;
}

@media only screen and (max-width: 480px) {
  section.information .block .flow li::after {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

section.information .block .flow li:last-child::after {
  content: none;
}

section.information .contact-area {
  margin-top: 112px;
}

@media only screen and (max-width: 480px) {
  section.information .contact-area {
    margin-top: 80px;
  }
}

section.information .contact-area .btn a {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  background: #0068b7;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  section.information .contact-area .btn a {
    font-size: 1.6rem;
  }
}

section.information .contact-area .btn a:hover {
  background: #0085ea;
}

section.information .tel-area {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 112px;
  padding: 12px 24px;
  border: 4px solid #0068b7;
  background: #fff;
}

@media only screen and (max-width: 480px) {
  section.information .tel-area {
    margin-top: 40px;
  }
}

section.information .tel-area .tel-title {
  padding-bottom: 12px;
  border-bottom: 4px solid #0068b7;
  text-align: center;
  color: #0068b7;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  section.information .tel-area .tel-title {
    font-size: 2rem;
  }
}

section.information .tel-area .desc {
  padding: 12px 24px;
}

@media only screen and (max-width: 480px) {
  section.information .tel-area .desc {
    padding: 12px 0;
  }
}

section.information .tel-area .desc .name {
  margin-bottom: 8px;
}

@media only screen and (max-width: 480px) {
  section.information .tel-area .desc .name {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
  }
}

section.information .tel-area .desc .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  section.information .tel-area .desc .lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
  }
}

section.information .tel-area .desc .lower .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  section.information .tel-area .desc .lower .time {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}

section.information .tel-area .desc .lower .time dt {
  padding-right: 16px;
}

section.information .tel-area .desc .lower .time dd {
  padding-left: 16px;
  border-left: 1px solid #4c4948;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  section.information .tel-area .desc .lower .time dd br {
    display: none;
  }
}

.before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.before-after figure {
  position: relative;
}

.before-after figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  background: #eb637c;
  border-radius: 500px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -30px;
  left: -24px;
  font-size: 1.6rem;
}

.before-after .arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4px;
  margin-right: 4px;
}

section.repair {
  margin-bottom: -120px;
}

@media only screen and (max-width: 480px) {
  section.repair {
    margin-bottom: -80px;
  }
}

section.repair .repair-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.repair .repair-area .box {
  width: 46%;
  margin-bottom: 120px;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box {
    width: 100%;
    margin-bottom: 80px;
  }
}

section.repair .repair-area .box .before-after .arrow {
  margin: 0;
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(4px) scale(1.2);
          transform: translateX(4px) scale(1.2);
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box .before-after figure figcaption {
    left: -8px;
  }
}

section.repair .repair-area .box .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.repair .repair-area .box .flx .before-after {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 46%;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box .flx .before-after {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box .flx .before-after + .before-after {
    margin-top: 40px;
  }
}

section.repair .repair-area .box .flx .before-after figure {
  width: calc((100% - 40px) / 2);
}

section.repair .repair-area .box .flx .before-after .txt {
  width: 100%;
  padding: 8px;
  background: #fcebee;
  color: #eb637c;
  text-align: center;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box .flx .before-after .txt {
    font-size: 1.4rem;
  }
}

section.repair .repair-area .box .desc {
  padding: 24px;
  background: #fcebee;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box .desc {
    font-size: 1.4rem;
  }
}

section.repair .repair-area .box .price-block {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eb637c;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box .price-block p.ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box .price-block .price-list {
    width: 60%;
  }
}

section.repair .repair-area .box .price-block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.repair .repair-area .box .price-block dl + dl {
  margin-top: 8px;
}

section.repair .repair-area .box .price-block dl dt {
  margin-right: 16px;
  line-height: 1.4;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box .price-block dl dt {
    width: 40%;
    margin-right: 16px;
    margin-bottom: 4px;
  }
}

section.repair .repair-area .box .price-block dl dt .detail {
  display: block;
  margin-top: 8px;
  line-height: 1.4;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box .price-block dl dt .detail {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box .price-block.l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

section.repair .repair-area .box .price-block.l dl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box .price-block.l dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

section.repair .repair-area .box .price-block.l dl dt {
  min-width: 160px;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box .price-block.l dl dt {
    min-width: auto;
  }
}

section.repair .repair-area .box .price-block .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "helvetica", "Arial", "noto", sans-serif;
  line-height: 1;
  color: #e60012;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box .price-block .price {
    padding: 8px 0;
    font-size: 4rem;
    bottom: 16px;
  }
}

section.repair .repair-area .box .price-block .price .yen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  color: #4c4948;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box .price-block .price .yen {
    font-size: 1.6rem;
  }
}

section.repair .repair-area .box .price-block .price .yen .up {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 2px;
  font-size: 1.1rem;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box .price-block .price .yen .up {
    font-size: 1rem;
  }
}

section.repair .repair-area .box .price-block .price .yen .low {
  font-weight: bold;
}

section.repair .repair-area .box .price-block .cap {
  margin-top: 16px;
  line-height: 1.4;
}

section.repair .repair-area .box.full {
  width: 100%;
}

section.repair .repair-area .box.full .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box.full .desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.repair .repair-area .box.full .desc .txt-block {
  width: 44%;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box.full .desc .txt-block {
    width: 100%;
  }
}

section.repair .repair-area .box.full .desc .price-block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 24px;
  padding-left: 24px;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  border-left: 1px solid #eb637c;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box.full .desc .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eb637c;
    border-left: none;
  }
}

section.repair .repair-area .box.full .desc .price-block dl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 480px) {
  section.repair .repair-area .box.full .desc .price-block dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}

section.repair .repair-area .box.full .desc .price-block dl dt {
  min-width: 230px;
}
/*# sourceMappingURL=reform.css.map */