@charset "utf-8";

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

.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;
}

.sansaku {
  display: flex;
  margin-top: 10px;
  align-items: flex-start;
}

.sansakue p{
  margin-top: 5px;
}

.commentary-2 img{
  width:50%;
  margin-top: 10px;
  margin-right: 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) {

}

