@charset "UTF-8";
#visual {
  background-image: url("https://file003.shop-pro.jp/PA01479/167/assets/img/guide/visual_img.jpg");
  background-size: cover;
  background-position: center;
}

#guide {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #guide {
    padding-top: 90px;
    padding-bottom: 135px;
  }
}
#guide .guide_container + .guide_container {
  margin-top: 50px;
}
#guide .guide_container.bg_pattern01 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #guide .guide_container.bg_pattern01 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  #guide .guide_container + .guide_container {
    margin-top: 100px;
  }
}
#guide .headline02 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #guide .headline02 {
    margin-bottom: 60px;
  }
}
#guide .contents dl + dl {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #guide .contents dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#guide .contents dt, #guide .contents dd {
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #guide .contents dt, #guide .contents dd {
    font-size: 1.6rem;
  }
}
#guide .contents dt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #guide .contents dt {
    width: 180px;
  }
}
@media screen and (min-width: 768px) {
  #guide .contents dt {
    width: 257px;
  }
}
#guide .contents dd {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #guide .contents dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}