@charset "UTF-8";

/* index
-------------------------------------------------------------------------- */
.body__about--index #mainframe,
.body__about--index main {
  width: 100%;
  text-align: center;
}

.body__about--index div.about {
  width: 960px;
  margin: 0 auto 130px;
  text-align: left;
}

.body__about--index div.about .about__item {
  margin-bottom: 70px;
  overflow: hidden;
}

.body__about--index div.about .about__text {
  width: 386px;
  height: 240px;
  float: left;
  padding-left: 19px;
  border-left: 6px solid #cd005b;
  font-size: 14px;
}

.body__about--index div.about .about__text h3 {
  font-size: 22px;
  margin-bottom: 25px;
}

.body__about--index div.about .about__photo {
  float: right;
}

.body__about--index div.about .about__photo--left {
  float: left;
  margin-right: 30px;
}

.body__about--index .service {
  width: 960px;
  margin: 0 auto 50px;
  text-align: left;
}

.body__about--index .service h3.service__title {
  padding-bottom: 15px;
  margin-bottom: 55px;
  font-size: 32px;
  border-bottom: 2px solid #cd005b;
  text-align: center;
}

.body__about--index .service .service-list {
  width: 980px;
  margin: 0 -10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.body__about--index .service .service-list .service-list__item {
  float: left;
  width: 300px;
  margin: 0 10px 30px;
  background: url(/service/repair/about/img/index_bg_service01.gif) 0 0;
}

.body__about--index .service .service-list .service-list__item a {
  display: inline-block;
  text-decoration: none;
  color: #222;
}

.body__about--index .service .service-list .service-list__item img {
  margin-bottom: 30px;
}

.body__about--index .service .service-list .service-list__item h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.body__about--index .service .service-list .service-list__item p {
  position: relative;
  width: 300px;
  padding: 0 65px 0 25px;
  margin: 0 0 25px;
}

.body__about--index .service .service-list .service-list__item p::after {
  position: absolute;
  content: "＞";
  height: 1em;
  font-size: 36px;
  line-height: 36px;
  color: #cd005b;
  top: 50%;
  right: 10px;
  margin-top: -0.5em;
}

.body__about--index .serviceflow {
  width: 100%;
  background-color: #f1f1f1;
  padding: 50px 0 45px;
  margin-bottom: 80px;
}

.body__about--index .serviceflow h3.flow__title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
}

.body__about--index .serviceflow ul.flow-list {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.body__about--index .serviceflow ul.flow-list li.flow-list__item {
  position: relative;
  float: left;
  width: 210px;
  padding: 25px 0 30px;
  margin: 0 20px;
  background-color: #FFF;
}

.body__about--index .serviceflow ul.flow-list li.flow-list__item::before {
  position: absolute;
  content: url(/service/repair/about/img/index_icon_arrow01.png);
  top: 60px;
  left: -25px;
}

.body__about--index .serviceflow ul.flow-list li.flow-list__item:first-child::before {
  content: "";
}

.body__about--index .serviceflow ul.flow-list li.flow-list__item p.flow-list__number {
  width: 80px;
  height: 80px;
  padding-top: 0.4em;
  margin: 0 auto 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFF;
  background-color: #cd005b;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

.body__about--index .serviceflow ul.flow-list li.flow-list__item p.flow-list__number span {
  font-size: 14px;
}

.body__about--index .serviceflow ul.flow-list li.flow-list__item h4 {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}

.body__about--index .serviceflow ul.flow-list li.flow-list__item img.flow-list__icon {
  margin-bottom: 30px;
}

.body__about--index .serviceflow ul.flow-list li.flow-list__item p.flow-list__text {
  margin: 0 25px;
  text-align: left;
}

.body__about--index .inquiry {
  margin-bottom: 90px;
  font-size: 22px;
  text-align: center;
}

.body__about--index .inquiry a {
  position: relative;
  display: inline-block;
  width: 420px;
  height: 56px;
  line-height: 56px;
  color: #FFF;
  text-decoration: none;
  background-color: #cd005b;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.body__about--index .inquiry a::after {
  position: absolute;
  content: ">";
  right: 15px;
}

.body__about--index .inquiry a:hover {
  opacity: 0.75;
}
