.guide-block1 .wrapper {
  max-width: 960px;
}
.guide-block1 .note dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.guide-block1 .note dl dt,
.guide-block1 .note dl dd {
  font-size: 15px;
  line-height: 1.6;
  padding: 15px;
  border: 1px solid #cccccc;
}
.guide-block1 .note dl dt {
  background: #fdf5f5;
  width: 25%;
  font-weight: bold;
}
.guide-block1 .note dl dd {
  width: 75%;
}
.guide-block2 .wrapper {
  max-width: 660px;
}
.guide-block2 .c-list-item48 .c-item {
  width: 45%;
  text-align: center;
}
.guide-block2 .c-list-item48 .c-item img {
  width: 100%;
}
.guide-block2 .c-list-item48 .c-item p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .guide-block1 .note dl dt,
  .guide-block1 .note dl dd {
    font-size: 14px;
  }
  .guide-block1 .note dl dt {
    width: 35%;
  }
  .guide-block1 .note dl dd {
    width: 65%;
  }
  .guide-block2 .c-list-item48 .c-item p {
    font-size: 14px;
  }
}