.box, .about-contents .area-box .area-table1 .area-table-box, .about-contents .area-box .area-table1 .area-table-box .item-text .box-in {
  display: -webkit-flex;
  display: flex;
}
.box.bpCenter, .about-contents .area-box .area-table1 .bpCenter.area-table-box, .about-contents .area-box .area-table1 .area-table-box .item-text .bpCenter.box-in {
  -webkit-justify-content: center;
  justify-content: center;
}
.box.baEnd, .about-contents .area-box .area-table1 .baEnd.area-table-box, .about-contents .area-box .area-table1 .area-table-box .item-text .baEnd.box-in {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.box.baCenter, .about-contents .area-box .area-table1 .baCenter.area-table-box, .about-contents .area-box .area-table1 .area-table-box .item-text .baCenter.box-in {
  -webkit-align-items: center;
  align-items: center;
}
.box.space-between, .about-contents .area-box .area-table1 .space-between.area-table-box, .about-contents .area-box .area-table1 .area-table-box .item-text .space-between.box-in {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.img-full {
  width: 100%;
}

.Refinery75Medium {
  font-family: "Refinery-75Medium", sans-serif;
}

.container-in {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container-in.type1 {
  max-width: 1096px;
}
.container-in.type2 {
  max-width: 908px;
}

.disp-sp {
  display: none;
}

@media screen and (max-width: 1096px) {
  .container-in.type1 {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 908px) {
  .container-in.type2 {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 768px) {
  .container-in {
    width: calc(100% - 48px);
  }

  .disp-pc {
    display: none;
  }

  .disp-sp {
    display: block;
  }
}
.container-in .type2 {
  max-width: 952px;
}

.about-contents {
  padding-bottom: 50px;
  letter-spacing: 0.08em;
  word-break: break-all;
}
.about-contents .area-box .area-table1 {
  margin-top: 50px;
}
.about-contents .area-box .area-table1 .area-table-ttl {
  font-size: 20px;
  font-weight: bold;
}
.about-contents .area-box .area-table1 .area-table-box {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0;
  border-top: 1px solid #000;
}
.about-contents .area-box .area-table1 .area-table-box.type1 {
  border-top: 2px solid #000;
  margin-top: 20px;
}
.about-contents .area-box .area-table1 .area-table-box:last-child {
  border-bottom: 1px solid #000;
}
.about-contents .area-box .area-table1 .area-table-box .item-ttl {
  width: 190px;
  font-weight: bold;
}
.about-contents .area-box .area-table1 .area-table-box .item-text {
  width: calc(100% - 190px);
}
.about-contents .area-box .area-table1 .area-table-box .item-text .box-in .box-l {
  font-weight: bold;
  width: 185px;
}
.about-contents .area-box .area-table1 .area-table-box .item-text .box-in .box-r {
  width: calc(100% - 185px);
}

@media screen and (max-width: 768px) {
  .about-contents .area-box .area-table1 {
    margin-top: 40px;
  }
  .about-contents .area-box .area-table1 .area-table-ttl {
    line-height: 32px;
  }
  .about-contents .area-box .area-table1 .area-table-box {
    display: block;
    padding: 10px 0;
  }
  .about-contents .area-box .area-table1 .area-table-box.type1 {
    margin-top: 20px;
  }
  .about-contents .area-box .area-table1 .area-table-box .item-ttl {
    width: 100%;
  }
  .about-contents .area-box .area-table1 .area-table-box .item-text {
    width: 100%;
  }
  .about-contents .area-box .area-table1 .area-table-box .item-text .box-in {
    display: block;
  }
  .about-contents .area-box .area-table1 .area-table-box .item-text .box-in .box-l {
    font-weight: bold;
    width: 100%;
    margin-top: 10px;
  }
  .about-contents .area-box .area-table1 .area-table-box .item-text .box-in .box-r {
    margin-top: 5px;
    width: 100%;
  }
}
