@charset "UTF-8";
@media only screen and (max-width: 767px) {
  .page_header {
    background: transparent;
  }
}

.common_contents_wrapper {
  margin-top: 9rem;
}
@media only screen and (max-width: 767px) {
  .common_contents_wrapper {
    margin-top: 6rem;
  }
}

.common_kv {
  background: url(../img/kv.jpg?0422) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .common_kv {
    background-image: url(../img/kv_sp.jpg?0422);
  }
  .common_kv h1 {
    text-align: center;
  }
}

.catch h2 {
  font-family: "Montserrat", sans-serif;
}

.common_contents_wrapper > *.common_sect {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 767px) {
  .common_contents_wrapper > *.common_sect {
    margin-bottom: 10rem;
  }
}
.common_contents_wrapper > *.common_sect h2 {
  margin-bottom: 2.2rem;
}
.common_contents_wrapper > *.common_sect h2 + p.lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .common_contents_wrapper > *.common_sect h2 + p.lead {
    margin-bottom: 4rem;
  }
}
.common_contents_wrapper > *.common_sect.cutter h2 {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .common_contents_wrapper > *.common_sect.cutter h2 {
    margin-bottom: 4rem;
  }
}
.common_contents_wrapper > *.common_sect .tech_item {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .common_contents_wrapper > *.common_sect .tech_item {
    margin-bottom: 6rem;
  }
}
.common_contents_wrapper > *.common_sect .tech_item:last-of-type {
  margin-bottom: 0;
}
.common_contents_wrapper > *.common_sect .tech_item h3 {
  min-height: 4.5rem;
  line-height: 1.5;
  background: #F3D1D6;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0.35em 1.5rem 0.35em 1.6rem;
  color: #C21C32;
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
}
.common_contents_wrapper > *.common_sect .tech_item h3:before {
  content: "■";
  margin-right: 0.2em;
}
.common_contents_wrapper > *.common_sect .tech_item > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .common_contents_wrapper > *.common_sect .tech_item > div {
    flex-direction: column-reverse;
  }
}
.common_contents_wrapper > *.common_sect .tech_item > div table {
  width: 56.25%;
}
@media only screen and (max-width: 767px) {
  .common_contents_wrapper > *.common_sect .tech_item > div table {
    width: 100%;
  }
}
.common_contents_wrapper > *.common_sect .tech_item > div table tr {
  border-bottom: solid 1px #F3D1D6;
}
.common_contents_wrapper > *.common_sect .tech_item > div table tr th, .common_contents_wrapper > *.common_sect .tech_item > div table tr td {
  padding: 0.9em 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.common_contents_wrapper > *.common_sect .tech_item > div table tr th {
  font-weight: bold;
  width: 9.4rem;
  text-align: left;
}
.common_contents_wrapper > *.common_sect .tech_item > div table tr:first-of-type th, .common_contents_wrapper > *.common_sect .tech_item > div table tr:first-of-type td {
  padding-top: 0;
}
.common_contents_wrapper > *.common_sect .tech_item > div table tr:last-of-type {
  border: none;
}
.common_contents_wrapper > *.common_sect .tech_item > div img {
  display: block;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .common_contents_wrapper > *.common_sect .tech_item > div img {
    margin: 0 auto 2rem;
    width: 100%;
    max-width: 320px;
  }
}

.common_contents_wrapper > *.common_sect .tech_item table tr th {
  width: 14rem;
}

.common_sect {
  max-width: 800px;
}

.table_history {
  position: relative;
}
.table_history:before {
  width: 1px;
  height: 100%;
  display: block;
  content: "";
  background: #d3dbea;
  position: absolute;
  left: 9.4rem;
}
@media only screen and (max-width: 767px) {
  .table_history:before {
    left: 10.4rem;
  }
}
.table_history tr th {
  width: 9.4rem;
  font-weight: 600;
  font-size: 2.6rem;
  color: #C21C32;
  text-align: left;
  line-height: 1.3;
  font-family: "Montserrat";
  position: relative;
}
.table_history tr th:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #C21C32;
  display: block;
  content: "";
  position: absolute;
  right: -5px;
  top: 12px;
}
@media only screen and (max-width: 767px) {
  .table_history tr th {
    width: 10.4rem;
    line-height: 1.3;
  }
}
.table_history tr:first-of-type th:before {
  width: 1px;
  height: 14px;
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  left: 9.4rem;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  .table_history tr:first-of-type th:before {
    left: 10.4rem;
  }
}
.table_history tr:last-of-type th:before {
  width: 1px;
  height: 14px;
  background: #d3dbea;
  display: block;
  content: "";
  position: absolute;
  left: 9.4rem;
  bottom: 0px;
  transform-origin: bottom left;
  transform: rotate(30deg);
}
@media only screen and (max-width: 767px) {
  .table_history tr:last-of-type th:before {
    left: 10.4rem;
  }
}
.table_history tr:last-of-type td {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .table_history tr:last-of-type td {
    padding-bottom: 10rem;
  }
}
.table_history tr td {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  vertical-align: top;
  padding-top: 0.2em;
  padding-bottom: 2.4rem;
  padding-left: 2.6rem;
}
.table_history tr td p:not(:first-of-type) {
  padding-top: 0.3em;
}
@media only screen and (max-width: 767px) {
  .table_history tr td {
    line-height: 1.6;
    padding-bottom: 2em;
  }
  .table_history tr td p:not(:first-of-type) {
    padding-top: 0.4em;
  }
}
.table_history tr td img.nyoro {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  width: 2.6rem;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .table_history tr td img.nyoro {
    bottom: 14px;
  }
}/*# sourceMappingURL=style.css.map */