@charset "UTF-8";
.guide-page {
  padding: 40px 0;
}
.guide-page * {
  box-sizing: border-box;
}
.guide-page h1 {
  color: #f65251;
  text-align: center;
  font-size: 1.8em;
}
.guide-page h1 span {
  display: block;
  font-size: 0.6em;
  margin-bottom: 10px;
}
.guide-page .strong {
  font-weight: bold;
}
.guide-page a {
  color: #f65251;
}
.guide-page .site-color {
  color: #f65251;
}

.guide-menu-list h2 {
  background: #f65251;
  background-image: url("../images/icon-club-white.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 14px 50%;
  color: #fff;
  font-size: 1.4rem;
  margin-top: 50px;
  padding: 14px 0 14px 40px;
}
.guide-menu-list h3 {
  background: #f2f2f2;
}
.guide-menu-list h3 a {
  display: block;
  padding: 12px 15px;
}
.guide-menu-list h3 a:hover {
  color: #f65251;
}
.guide-menu-list li {
  background: url("../images/icon-arrow-guide.png") no-repeat;
  background-size: 7px auto;
  background-position: 98% 50%;
}
.guide-menu-list li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.guide-menu-list li a {
  display: block;
  color: #797979;
  padding: 12px 24px;
}
.guide-menu-list li a:hover {
  color: #f65251;
}

.guide-contents h2 {
  background: #f65251;
  color: #fff;
  font-size: 1.4rem;
  margin-top: 50px;
  padding: 14px 20px;
}
.guide-contents h3 {
  background-image: url("../images/icon-club.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 50%;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 30px;
}
.guide-contents h4 {
  display: flex;
  font-weight: bold;
  margin: 2em 0 1em;
}
.guide-contents .numbers {
  color: #f65251;
  font-size: 1.4em;
  margin-right: 5px;
}
.guide-contents section {
  margin-top: 30px;
  padding: 20px 14px 20px;
  font-size: 0.9em;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.guide-contents section:not(:last-child) {
  border-bottom: 1px dotted #d8d8d8;
}
.guide-contents section .image-area {
  margin: 20px auto;
  width: 100%;
  border: 1px solid #d8d8d8;
  text-align: center;
  padding: 20px 10px;
}
.guide-contents section .image-area > img {
  max-width: 100%;
}
.guide-contents section .no-border {
  border: none;
  padding: 10px;
  margin: 20px auto 10px;
}
.guide-contents section p {
  color: #797979;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.guide-contents section .backto-list {
  text-align: right;
  margin: 30px 0 0;
  font-size: 0.9rem;
}
.guide-contents section .backto-list a {
  background: url("../images/icon-arrow-gray-l.png") no-repeat;
  background-size: 7px auto;
  background-position: 0% 50%;
  padding-left: 16px;
  color: #f65251;
}
.guide-contents section .steps {
  display: flex;
}
.guide-contents ul {
  margin: 20px 20px;
}
.guide-contents ul li {
  line-height: 1.4em;
  margin-bottom: 10px;
}
.guide-contents ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #f65251;
  position: relative;
  left: -10px;
  top: -3px;
}
.guide-contents ol {
  margin: 20px 0px 20px 15px;
}
.guide-contents ol li {
  line-height: 1.4em;
  list-style: decimal;
  margin-bottom: 20px;
  color: #797979;
}
.guide-contents ol li span {
  display: block;
  margin-bottom: 5px;
}
.guide-contents .nostyle {
  margin: 20px 0;
}
.guide-contents .nostyle li {
  display: flex;
  list-style: none;
  margin-bottom: 5px;
}
.guide-contents table {
  width: 100%;
  margin-bottom: 30px;
}
.guide-contents table thead {
  background: #f1f1f1;
}
.guide-contents table td {
  width: 50%;
  border: 1px solid #d8d8d8;
  text-align: center;
  padding: 5px 0;
}
.guide-contents .section1-2 {
  display: flex;
}
.guide-contents .section1-2 .flex-contents {
  width: 50%;
  margin: 10px 20px;
  font-size: 0.85em;
  line-height: 1.4em;
  text-align: center;
}
.guide-contents .section1-2 .flex-text {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.guide-contents .section1-2 img {
  max-width: 110px;
  margin: 10px auto;
}
@media (max-width: 640px) {
  .guide-contents .flex-area {
    display: block;
    margin: 10px 0 30px;
  }
  .guide-contents .flex-area img {
    border: 1px solid #d8d8d8;
    max-width: 300px;
  }
  .guide-contents .flex-area p {
    margin: 10px 0 1em 0;
  }
}
@media (min-width: 640px) {
  .guide-contents .flex-area {
    display: flex;
    margin-bottom: 30px;
  }
  .guide-contents .flex-area img {
    border: 1px solid #d8d8d8;
    max-width: 300px;
  }
  .guide-contents .flex-area p {
    margin: 10px 0 0 20px;
  }
  .guide-contents .flex-area .flex-list {
    margin-left: 30px;
  }
}
