h1 {
  border-bottom: 5px double #f88;
}
@media screen and (min-width: 900px) {
  h1 {
    font-size: 26px;
    line-height: 2;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 899px) {
  h1 {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
}
h1 span {
  margin-right: 10px;
}

h2 {
  color: #700;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.7em;
  border-bottom: 2px dotted #a00;
}
h2 span {
  color: #333;
  margin-right: 5px;
}

/* contents
---------------------------------------------- */
#contents {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  #contents {
    max-width: 1000px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 899px) {
  #contents {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.guideSelect {
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 900px) {
  .guideSelect {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
@media screen and (max-width: 899px) {
  .guideSelect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
@media screen and (min-width: 900px) {
  .guideSelect li {
    width: 300px;
  }
}
@media screen and (max-width: 899px) {
  .guideSelect li {
    width: 100%;
    max-width: 400px;
  }
}
.guideSelect a {
  display: block;
  padding: 1em;
  border: 1px solid #3d9ad6;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #3d9ad6;
}
@media screen and (min-width: 900px) {
  .guideSelect a {
    font-size: 1.33em;
  }
}
@media screen and (max-width: 899px) {
  .guideSelect a {
    font-size: 1.125rem;
  }
}
.guideSelect a:hover, .guideSelect a.active {
  background-color: #3d9ad6;
  color: #fff;
}
.guideSelect a.active:hover {
  opacity: 0.8;
}

#contents .boxStyle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 900px) {
  #contents .boxStyle01 {
    gap: 40px;
  }
}
@media screen and (max-width: 899px) {
  #contents .boxStyle01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
#contents .boxStyle01 + .boxStyle01 {
  margin-top: 24px;
}
#contents .boxStyle01:last-of-type {
  background: url(../../../images/guide/arrow01.gif) no-repeat center bottom;
}
@media screen and (min-width: 900px) {
  #contents .boxStyle01:last-of-type {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 899px) {
  #contents .boxStyle01:last-of-type {
    padding-bottom: 40px;
    margin-bottom: 32px;
  }
}
#contents .boxStyle01.last {
  padding-bottom: 30px;
  margin-bottom: 0;
  background: none;
}
@media screen and (min-width: 900px) {
  #contents .boxStyle01 .textBox {
    width: 54%;
  }
}
#contents .boxStyle01 .imgBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 899px) {
  #contents .boxStyle01 .imgBox .image + .image {
    margin-top: 40px;
  }
}
#contents .boxStyle01 .imgBox img {
  border: 1px solid #ccc;
}
#contents .boxStyle01 ul {
  line-height: 1.6;
}
#contents .boxStyle01 .borderBox {
  padding: 15px;
  border: 2px solid #e88;
}
#contents .boxStyle01 .borderBox h4 {
  color: #e9585B;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 10px;
}
#contents .boxStyle01 .borderBox h4 span {
  margin-right: 5px;
}
#contents .selectItem {
  display: none;
}
#contents .selectItem.isShow {
  display: block;
}

#bottomBox {
  width: 100%;
}
#bottomBox a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #aaa;
  padding: 4px 10px;
  background-color: #eee;
}/*# sourceMappingURL=guide.css.map */