body, div, pre, p, a, img, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: unset;
}

.guide {
  width: 1024px;
  margin-top: 48px;
  margin-bottom: 80px;
}
.guide .more-btn {
  width: 311px;
  margin: 0 auto;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 16px 0;
  font-weight: bold;
  position: relative;
  border: solid 1px #000;
  cursor: pointer;
  overflow: hidden;
}
.guide .more-btn p,
.guide .more-btn svg {
  position: relative;
  z-index: 2;
}
.guide .more-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: all 0.3s;
  transform: translateX(-100%);
  z-index: 0;
  top: 0;
  left: 0;
}
.guide .more-btn:hover {
  color: #fff;
}
.guide .more-btn:hover::after {
  transform: translateX(0);
}
.guide .more-btn--type1:hover > svg path {
  fill: #fff;
}
.guide .more-btn--type1 > svg {
  position: absolute;
  right: 14px;
}
.guide .more-btn__right {
  text-align: right;
}
.guide__question {
  margin-bottom: 80px;
}
.guide__question__headline {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 32px;
}
.guide__question .question__article__list {
  border-top: solid 1px #ccc;
}
.guide__question .question__article__list:last-of-type {
  border-bottom: solid 1px #ccc;
}
.guide__question .question__article__title {
  position: relative;
  padding: 17px 0;
  cursor: pointer;
}
.guide__question .question__article__title::before {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  content: "";
  transform: rotate(135deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.guide__question .question__article__title--text {
  font-size: 14px;
  font-size: 1.4rem;
}
.guide__question .question__article__content {
  display: none;
  margin-bottom: 17px;
}
.guide__question .question__article__content--text {
  font-size: 14px;
  font-size: 1.4rem;
}
.guide__guide {
  margin-bottom: 56px;
}
.guide__guide__heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: left;
}
.guide__guide__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 49px;
}
.guide__guide__list__item {
  position: relative;
  padding-right: 50px;
}
.guide__guide__list__item:not(:last-of-type) {
  border-right: solid 1px #ccc;
}
.guide__guide__list__item:not(:first-of-type) {
  padding-left: 24px;
}
.guide__guide__list__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.guide__guide__list__item a::before {
  position: absolute;
  top: 50%;
  right: 24px;
  margin: auto;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -7px;
  content: "";
  transform: rotate(135deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.guide__guide__list__item__label {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.guide__guide__article:not(:last-of-type) {
  margin-bottom: 56px;
}
.guide__guide__article__heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.guide__guide__section {
  margin-bottom: 16px;
}
.guide__guide__section__heading {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.guide__guide__section__content {
  font-size: 12px;
  font-size: 1.2rem;
}
.guide__guide__section__content p {
  font-size: 12px;
  font-size: 1.2rem;
}
.guide__contact__headline {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.guide__contact__text {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 24px;
}