/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/home/application.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "MaruFoPro-Medium";
  src: url(../../assets/fonts/MaruFoPro-Medium.otf) format("opentype");
  font-display: swap;
}
.page_sec {
  padding: 6.25rem 0 10.625rem;
}
.page_sec .maintitle_row {
  margin-bottom: 1.875rem;
}
.page_sec .btn_row {
  margin-top: 3.125rem;
}

.form_sec {
  margin-top: 1.875rem;
}

.relative {
  position: relative;
}

.sec_title_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.75rem;
}

.sec_title {
  font-size: 1.5625rem;
  padding-left: 0.9375rem;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 480px) {
  .sec_title {
    font-size: 1.6875rem;
  }
}

.sec_title_dec {
  width: 3.125rem;
}

.note_board {
  font-size: 1.125rem;
  border-radius: 0.3125rem;
  background: #fff;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
  padding: 1.875rem 0;
  margin-top: 1.875rem;
}
@media screen and (max-width: 480px) {
  .note_board {
    font-size: 1.25rem;
  }
}
.note_board .container {
  width: calc(100% - 7.5rem);
}
@media screen and (max-width: 890px) {
  .note_board .container {
    width: calc(100% - 6.25rem);
  }
}
@media screen and (max-width: 480px) {
  .note_board .container {
    width: calc(100% - 3.75rem);
  }
}
.note_board p {
  margin-bottom: 0.9375rem;
}
.note_board ol {
  list-style: decimal;
  margin-left: 1.125rem;
}
.note_board li {
  line-height: 1.75;
  margin-bottom: 0.9375rem;
}
.note_board span {
  color: #f55b46;
}

/*# sourceMappingURL=application.min.css.map*/