@charset "UTF-8";
@import url(reset.css);
@import url(base.css);

/* header */

#header .header_bg {
  padding-bottom: 20px;
}

#header #logo,
#header .scroll_down {
  display: none;
}

/* container */

.container_box {
  padding: 0 2rem;
  max-width: 850px;
}

/* head_part */

#head_part {
  margin-bottom: 3rem;
}

#head_part .heading_02 {
  margin-bottom: 0.5rem;
}

/* body_part */

#body_part .contents .img_box {
  text-align: center;
  margin-bottom: 2rem;
}

#body_part .contents img {
  max-width: 300px;
  height: auto;
}
