@charset "UTF-8";
/* Scss Document */
/*********************

疑似クラス

*********************/
.sub_main {
  background-image: url(../img/guide_bg.jpg);
}

.point_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .point_lists {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.guide_point {
  margin-bottom: 40px;
  padding: 0 5%;
}
@media screen and (min-width: 769px) {
  .guide_point {
    padding: 0;
  }
}
.guide_point p {
  margin-top: 20px;
}

#number .outline {
  background: #FFF;
}
#number .box_wrap {
  padding: 30px 5%;
}
#number .title {
  border: 3px solid #F9B535;
  padding: 5px 10px;
  max-width: 410px;
  width: 100%;
  margin: 0 auto 30px;
  color: #F9B535;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#number .img {
  margin-bottom: 10px;
  text-align: center;
}

#howto .two_columns {
  counter-reset: item;
  list-style: none;
}
#howto .two_columns .content {
  background: #FFF;
  padding: 15px;
}
#howto .two_columns > div {
  border: 5px solid #053559;
  border-radius: 15px;
  background: #FFF;
  overflow: hidden;
}
#howto .two_columns > div .title_wrap {
  margin-bottom: 15px;
  font-weight: bold;
}
#howto .two_columns > div .title_wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: centerl;
      align-content: centerl;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 23px;
  margin-bottom: 8px;
  color: #053559;
}
#howto .two_columns > div .title_wrap .title:before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  font-size: 50px;
  margin-right: 8px;
}
#howto .two_columns > div .title_wrap p {
  font-size: 20px;
}
#howto .two_columns > div:nth-child(2) .title {
  color: #053559;
}/*# sourceMappingURL=guide.css.map */