@charset "utf-8";

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

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

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

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

.commentary-2 img {
  width: 85%;
  margin-top: 10px;
}


@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) {

}