ol.sample1 {
  counter-reset: list;
  list-style-type: none;
  font: 14px/1.6 "arial narrow", sans-serif;
  padding: 2rem;
  margin: 1rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
ol.sample1 li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  border-bottom: dashed 1px #f6a38b;
}
ol.sample1 li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #f6a38b;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#official_site {
  color: rgb(29, 40, 197);
}

#googlemap {
  width: 100%;
}
.article {
  margin: 0;
  padding-bottom: 10rem;
  width: 100%;
  background-color: transparent;
}
.article .band {
  background-color: #bd271b;
  width: 100%;
  height: 9vw;
  margin-top: 200px;
  position: relative;
  text-align: center;
}

.article .band .title {
  font-weight: bold;
  font-size: 30px;
  color: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 737px) {
  .article .band {
    background-color: #bd271b;
    width: 100%;
    height: 20vw;
    margin-top: 150px;
    position: relative;
    text-align: center;
  }
  .article .band .title {
    font-weight: bold;
    font-size: 20px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

.article .article_contents .thumbnail {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article .article_contents .text_box {
  margin-top: 3%;
  margin-bottom: 3%;

  padding-right: 25%;
  padding-left: 25%;
  line-height: 1.6;
}

.article .article_contents .text_box img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article .article_contents .text_box p {
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    sans-serif;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 737px) {
  .article .article_contents .thumbnail {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .article .article_contents .text_box {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 16px;
    padding-right: 8%;
    padding-left: 8%;
    line-height: 1.6;
  }
  .article .article_contents .text_box p {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
      sans-serif;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .article .article_contents .text_box img {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
