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

疑似クラス

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

.box_wrap {
  background: #FFF;
}

.text_box .text {
  padding: 25px 25px 0;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .text_box .text {
    padding: 25px;
  }
}

#howto .two_columns {
  counter-reset: item;
  list-style: none;
}
#howto .two_columns .content {
  background: #FFF;
  padding: 15px;
}
#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;
}

#point05 .cv_area {
  border: none;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#point05 .cv_area .outline {
  padding: 0;
}/*# sourceMappingURL=reason.css.map */