@charset "utf-8";

.title {
  height: 250px;
  background-color: #c1d0f8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 13px;
}
.title h3 {
  padding-top: 0px;
  padding-bottom: 20px;
  font-size: 18px;
}
.report-toptext {
  height: 150px;
  background-color: #fcfbd0;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.report-toptext p {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17px;
  line-height: 23px;
  margin: auto auto;
}

.report {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #ddfdb2;
  display: flex;
  justify-content: space-between;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.report-onepic {
  width: 580px;
  padding-left: 20px;
  padding-right: 20px;
}
.report img {
  width: 550px;
  border-radius: 5%;
  overflow: hidden;
}
.onepic-text {
  font-size: 16px;
  line-height: 20px;
  width: 400px;
  padding-left: 30px;
}

.footer {
  margin-top: 10px;
}
.site-menu {
  font-family: ＭＳ Ｐ明朝;
}
.link-buttonf:hover {
  color: #f8fc02;
  font-family: ＭＳ Ｐゴシック;
  font-weight: bold;
}

.link-button:hover {
  background-color: #d8b500;
}

@media (max-width: 800px) {
  .title {
    width: 470px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .title h1 {
    font-size: 22px;
  }
  .report-toptext {
    margin-left: 15px;
    margin-right: 15px;
    }
  .report-toptext p {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    font-size: 15px;
  }
  .report {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .report-onepic {
    width: 230px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .report img {
    width: 220px;
    border-radius: 5%;
    overflow: hidden;
  }
  .onepic-text {
    font-size: 14px;
    line-height: 18px;
    width: 210px;
    padding-left: 5px;
  }

}
