/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./node_modules/import-glob-loader/index.js!./src/scss/page/howto.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

/* ==========================================================================
   Foundation
   ========================================================================== */
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/* Bread
   ----------------------------------------------------------------- */
.c-bread {
  height: auto;
  width: 100vw;
  padding: 13px 0;
}
.c-bread--box {
  height: 100%;
  flex-wrap: wrap;
}
.c-bread--box,.c-bread--list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 6px;
}
.c-bread--list:after {
  content: "＞";
  font-size: 10px;
  color: #C7C7C7;
  display: block;
}
.c-bread--list:last-child:after {
  display: none;
}

/* Project
   ----------------------------------------------------------------- */
.p-howto {
  width: calc(100% - 80px);
  margin: 0 auto;
  max-width: 800px;
}
.p-howto__box {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 85px;
}
.p-howto__box:before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#E7F2DE), to(#FFF));
  background: transparent linear-gradient(180deg, #E7F2DE 0%, #FFF 100%);
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.p-howto__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 51px;
}
.p-howto__title--icon {
  width: 20px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-howto__content__box {
  margin: 51px auto 65px;
  display: grid;
  gap: 18px;
}
.p-howto__content__title {
  display: grid;
  grid-template-columns: 24px 1fr 10px;
  gap: 12px;
  background: #FAFAFA;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-align: center;
          align-items: center;
  height: 64px;
  padding: 0 16px;
}
.p-howto__content__title--arrow {
  width: 10px;
  height: 6px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-howto__content__title--arrow--active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-howto__content__body {
  padding: 25px 40px 47px;
  display: none;
  gap: 64px;
}
.p-howto__inner__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 6px;
}
.p-howto__inner__body {
  margin-top: 8px;
}
.p-howto__inner__body a {
  color: #28A7E1;
  font-weight: 500;
}
.p-howto__inner__img {
  width: 100%;
  height: auto;
  margin-top: 19px;
}
.p-howto__inner__bottom {
  margin-top: 8px;
}
.p-howto__inner__submit {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.p-howto--center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* Utility
   ----------------------------------------------------------------- */
.p-howto--center,.u-margin--center {
  margin: 0 auto;
}
@media (max-width: 768px){
  .pc {
    display: none !important;
  }
  .p-howto {
    width: calc(100% - 30px);
  }
  .p-howto__box {
    padding: 37px 0px 0px;
  }
  .p-howto__title {
    gap: 8px;
    margin-bottom: 39px;
  }
  .p-howto__title--icon {
    width: 17px;
    height: 31px;
  }
  .p-howto__content__box {
    margin: 40px auto;
    gap: 10px;
  }
  .p-howto__content__title {
    gap: 8px;
  }
  .p-howto__content__body {
    padding: 17px 0 65px;
    gap: 32px;
  }
  .p-howto__inner__submit {
    width: 100%;
    margin-top: 32px;
  }
  .p-howto__inner__submit .c-button {
    width: 100%;
  }
  .u-margin--center--fit--sp {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .u-margin--l--minus-4 {
    margin-left: -4px;
  }
}
@media (min-width: 769px){
  .sp {
    display: none !important;
  }
  .u-margin--center--fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=howto.css.map*/