.menkyo-report-wrap {
  margin: 0 100px 30px;
}
.menkyo-report-wrap img {
  width: 100%;
}
.menkyo-report-wrap p {
  margin: 0;
  font-size: 1.7rem;
}
.menkyo-report-wrap h1 {
  border-top: 2px dashed #1082d9;
  border-bottom: 2px dashed #1082d9;
  color: #515151;
  float: none;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 50px 0;
  padding: 10px 0;
  text-align: center;
}
.menkyo-report-wrap h2 {
  border: none;
  color: #515151;
  font-size: 3rem;
  margin: 0;
  padding: 0;
  text-align: center;
}
.txt-wrap {
  text-align: center;
  margin: 50px 0;
}
.menkyo-report-wrap > :nth-child(2 of .txt-wrap) {
  margin: 70px 0;
}
.txt-wrap h2 {
  margin-bottom: 30px;
}
.txt-wrap p {
  text-align: left;
  display: inline-block;
}
.txt-wrap p a {
  color: #00b295;
}
.menkyo-report-wrap .mokuji {
  text-align: center;
}
.menkyo-report-wrap .mokuji h2 {
  font-size: 2.3rem;
  margin-bottom: 20px;
}
.menkyo-report-wrap .mokuji ul {
  display: inline-block;
}
.menkyo-report-wrap .mokuji ul li {
  font-size: 2rem;
  margin: 10px 0;
  list-style: none;
  position: relative;
  padding-left: 1.2em;
}
.menkyo-report-wrap .mokuji ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
}
.menkyo-report-wrap .mokuji ul li:nth-child(1):before {
  background-color: #38b6ff;
}
.menkyo-report-wrap .mokuji ul li:nth-child(1):hover {
  color: #38b6ff;
}
.menkyo-report-wrap .mokuji ul li:nth-child(2):before {
  background-color: #ffb443;
}
.menkyo-report-wrap .mokuji ul li:nth-child(2):hover {
  color: #ffb443;
}
.menkyo-report-wrap .mokuji ul li:nth-child(3):before {
  background-color: #7ed957;
}
.menkyo-report-wrap .mokuji ul li:nth-child(3):hover {
  color: #7ed957;
}
.menkyo-report-wrap .mokuji ul li:nth-child(4):before {
  background-color: #ff66c4;
}
.menkyo-report-wrap .mokuji ul li:nth-child(4):hover {
  color: #ff66c4;
}
.menkyo-report-wrap .mokuji ul li a {
  text-decoration: none;
  color: inherit;
}
.menkyo-report-wrap .driving-school {
  margin: 50px 0;
  padding: 50px;
  text-align: center;
}
.menkyo-report-wrap > :nth-child(1 of .driving-school) {
  border: 2px dashed #38b6ff;
}
.menkyo-report-wrap > :nth-child(2 of .driving-school) {
  border: 2px dashed #ffb443;
}
.menkyo-report-wrap > :nth-child(3 of .driving-school) {
  border: 2px dashed #7ed957;
}
.menkyo-report-wrap > :nth-child(4 of .driving-school) {
  border: 2px dashed #ff66c4;
}
.menkyo-report-wrap .driving-school img {
  width: 80%;
  margin: 40px auto;
}
.menkyo-report-wrap .driving-school p {
  text-align: left;
  display: inline-block;
}

@media screen and (max-width: 920px) {
  .menkyo-report-wrap {
    margin: 0 auto;
    width: 90%;
  }
  .menkyo-report-wrap h1 {
    border-top: 1px dashed #1082d9;
    border-bottom: 1px dashed #1082d9;
    font-size: 2rem;
    margin-bottom: 20px;
    padding: 5px;
  }
  .menkyo-report-wrap h2 {
    font-size: 1.8rem;
  }
  .menkyo-report-wrap p {
    margin: 0;
    font-size: 1.4rem;
  }
  .txt-wrap {
    margin: 30px 0;
  }
  .menkyo-report-wrap > :nth-child(2 of .txt-wrap) {
    margin: 50px 0;
  }
  .menkyo-report-wrap .mokuji h2 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .menkyo-report-wrap .mokuji ul li {
    font-size: 1.5rem;
    margin: 6px 0;
  }
  .menkyo-report-wrap .driving-school {
    margin: 30px 0;
    padding: 20px 10px 10px;
  }
  .menkyo-report-wrap > :nth-child(1 of .driving-school) {
    border: 1px dashed #38b6ff;
  }
  .menkyo-report-wrap > :nth-child(2 of .driving-school) {
    border: 1px dashed #ffb443;
  }
  .menkyo-report-wrap > :nth-child(3 of .driving-school) {
    border: 1px dashed #7ed957;
  }
  .menkyo-report-wrap > :nth-child(4 of .driving-school) {
    border: 1px dashed #ff66c4;
  }
  .menkyo-report-wrap .driving-school img {
    width: 100%;
    margin: 20px auto;
  }
}
