@charset "UTF-8";
.block-guide-section {
  padding: 4rem 0rem;
  max-width: 100rem;
  width: 95vw;
  margin: auto;
  overflow: hidden;
}
.block-guide-section > .header {
  position: relative;
  padding-left: 3rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.block-guide-section > .header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  left: -5rem;
  width: 10rem;
  background-color: #e4dece;
  transform: -webkit- skewX(-30deg);
  transform: skewX(-30deg);
}
.block-guide-section > .header > .title {
  margin: auto;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  word-break: keep-all;
}
.block-guide-section > .lead {
  padding: 4rem 2rem;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2em;
  font-weight: 400;
  word-break: keep-all;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.block-guide-section > .contents {
  text-align: justify;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.block-guide-section > .contents dl {
  margin: 2rem 0rem;
}
.block-guide-section > .contents dl dt {
  width: 12rem;
  padding: 0.5rem;
  float: left;
  clear: both;
  background-color: #f0f0f0;
  text-align: center;
}
.block-guide-section > .contents dl dd {
  padding: 0.5rem 0.5rem 2rem 15rem;
}
.block-guide-section > .contents dl dd small {
  display: inline-block;
}
.block-guide-section > .contents > p {
  padding: 2rem 1rem;
  line-height: 2em;
}
.block-guide-section > .contents > p > .link {
  display: inline-block;
  padding: 0.5rem;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 400;
  color: #c9bc9c;
}
.block-guide-section > .contents > p > .link::after {
  content: "〉";
  display: inline-block;
  margin-left: 0.5em;
}
.block-guide-section > .contents > .link {
  display: block;
  padding: 0.5rem;
  margin: 2rem;
  width: max-content;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 400;
  color: #c9bc9c;
}
.block-guide-section > .contents > .link::after {
  content: "〉";
  display: inline-block;
  margin-left: 0.5em;
}
.block-guide-section > .contents .tel {
  display: inline-block;
  margin-right: 0.1em;
  font-size: 1.8em;
  font-family: imperial-urw, sans-serif;
  color: #c9bc9c;
  font-weight: 700;
}
.block-guide-section > .contents .annotation {
  display: block;
  position: relative;
  padding: 0.5rem;
  padding-left: 1.5em;
  font-size: 0.9em;
}
.block-guide-section > .contents .annotation::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0rem;
}
.block-guide-section-steps {
  margin: 6rem 1rem 3rem;
}
.block-guide-section-steps > .title {
  padding: 0.5rem 3rem;
  margin-bottom: 3rem;
  background-color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5em;
  word-break: keep-all;
}
.block-guide-section-steps > .title strong {
  font-size: 1.3em;
  color: #c9bc9c;
  font-weight: 700;
}
.block-guide-section-steps > .steps {
  list-style: none;
}
.block-guide-section-steps > .steps > .item {
  padding: 1rem 0rem;
}
.block-guide-section-steps > .steps > .item > .title {
  position: relative;
  padding: 1rem;
  box-sizing: border-box;
}
.block-guide-section-steps > .steps > .item > .title::after {
  content: "";
  position: absolute;
  margin: auto;
  width: 0rem;
  height: 0rem;
  border-style: solid;
  border-width: 1rem;
  border-color: transparent;
}
.block-guide-section-steps > .steps > .item > .title > .body {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  height: 12rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #666;
  font-feature-settings: "palt";
  background-color: #f0f0f0;
}
.block-guide-section-steps > .steps > .item > .title > .body small {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
.block-guide-section-steps > .steps > .item > .title > .body > .number {
  padding: 0.5rem;
  margin-bottom: 2rem;
  background-color: #c9bc9c;
  font-size: 2.4rem;
  line-height: 1em;
  font-family: imperial-urw, sans-serif;
  color: #fff;
}
.block-guide-section-steps > .steps > .item > .title > .body > .number > .pref {
  font-size: 1.8rem;
}
.block-guide-section-steps > .steps > .item > .text {
  padding: 1rem;
  text-align: justify;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-feature-settings: "palt";
}
@media (max-width:1279px) {
  .block-guide-section-steps > .steps > .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .block-guide-section-steps > .steps > .item > .title {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 18rem;
    max-width: 40rem;
    width: auto;
  }
  .block-guide-section-steps > .steps > .item > .text {
    -webkit-box-flex: 10;
    flex-grow: 10;
    flex-shrink: 10;
    flex-basis: 18rem;
    text-align: justify;
    font-size: 1.8rem;
  }
  .block-guide-section-steps > .steps > .item:not(:last-child) > .title::after {
    left: 0rem;
    right: 0rem;
    bottom: -1.5rem;
    border-top-color: #e4dece;
  }
}
@media (min-width:1280px) {
  .block-guide-section-steps > .steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-guide-section-steps > .steps > .item {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 15rem;
  }
  .block-guide-section-steps > .steps > .item:not(:last-child) > .title::after {
    top: 0rem;
    bottom: 0rem;
    right: -1.5rem;
    border-left-color: #e4dece;
  }
  .block-guide-section-steps > .steps > .item > .text {
    padding: 0.5rem 2rem;
    font-size: 1.5rem;
  }
}
.block-guide-section-terms {
  padding: 2rem;
}
.block-guide-section-terms > .item {
  list-style: none;
}
.block-guide-section-terms > .item + .item {
  margin-top: 4rem;
}
.block-guide-section-terms > .item > .title {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom-style: solid;
  border-bottom-width: 0.1rem;
  border-bottom-color: #c9bc9c;
  font-size: 2rem;
  font-weight: 400;
}
.block-guide-section-terms > .item > .text {
  padding: 0rem 2rem;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2em;
  word-break: keep-all;
  font-feature-settings: "palt";
}
.block-guide-section-listed {
  padding: 4rem 0rem;
}
.block-guide-section-listed > .item {
  padding: 4rem 1rem;
  list-style: none;
}
.block-guide-section-listed > .item > .header > .title {
  position: relative;
  padding-left: 6rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom-style: solid;
  border-bottom-width: 0.2rem;
  border-bottom-color: #c9bc9c;
  font-size: 2.4rem;
  font-weight: 400;
}
.block-guide-section-listed > .item > .header > .title > .icon {
  display: block;
  position: absolute;
  top: -1rem;
  left: 0rem;
  width: 5rem;
  height: auto;
}
.block-guide-section-listed > .item > .body > .images {
  padding: 2rem;
}
.block-guide-section-listed > .item > .body > .images img {
  display: block;
  width: 100%;
  height: auto;
}
.block-guide-section-listed > .item > .body > .texts {
  padding: 2rem;
}
.block-guide-section-listed > .item > .body > .texts h4 {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom-style: solid;
  border-bottom-width: 0.1rem;
  border-bottom-color: #c9bc9c;
  font-size: 2rem;
  color: #c9bc9c;
}
.block-guide-section-listed > .item > .body > .texts h4:not(:first-child) {
  margin-top: 2rem;
}
.block-guide-section-listed > .item > .body > .texts p {
  font-size: 1.6rem;
}
@media (min-width:960px) {
  .block-guide-section-listed > .item > .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-guide-section-listed > .item > .body > .images {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 30rem;
  }
  .block-guide-section-listed > .item > .body > .texts {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 30rem;
  }
}
.block-guide-section-table {
  padding: 2rem 1rem;
}
.block-guide-section-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.block-guide-section-table table th, .block-guide-section-table table td {
  padding: 1rem 0.5rem;
  text-align: center;
  font-size: 1.6rem;
  word-break: keep-all;
  font-feature-settings: "palt";
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 0.2rem;
  border-bottom-width: 0.2rem;
  border-top-color: #e4dece;
  border-bottom-color: #e4dece;
}
.block-guide-section-table table th small, .block-guide-section-table table td small {
  display: inline-block;
  font-size: 1.2rem;
}
.block-guide-section-table table th {
  font-weight: 400;
}
.block-guide-section-table table thead th {
  background-color: #f4f2eb;
}
.block-guide-section-table table tbody th {
  background-color: #faf8f5;
}
.block-guide-section-column {
  -webkit-columns: 40rem;
  -moz-columns: 40rem;
  columns: 40rem;
}
/*# sourceMappingURL=./style.css.map */