@charset "utf-8";

h1 {
  /* 下線のドットがそれぞれ異なる */
  border-bottom: 4px dotted #c8e3df;
}

.commentary p {
  font-size: 17px;
  margin-top: 7px;
  line-height: 1.3;
}

.commentary-1 img {
  width: 100%;
  margin-top: 10px;
}

.commentary-1 {
  margin-bottom: 20px;
}

.memo {
  display: flex;
  margin-top: 5px;
}

.memo-photo {
  width: 40%;
  margin-top: 10px;
}

.memo-text {
  width: 60%;
  margin-top: 3px;
  margin-left: 5px;
}



@media screen and (min-width:801px) and (max-width: 1030px) {}

@media screen and (max-width: 800px) {

  .commentary {
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .commentary-2 {
    margin-top: 40px;
  }

}

@media screen and (max-width: 580px) {}