@charset "utf-8";

/* ======================================================
 * beginners_kouza
 * ------------------------------------------------------
 * - Override
 * - PageComponent
 * - Clearfix
 * Print
====================================================== */


/* ------------------------------------------------------
 * Override
------------------------------------------------------ */

/* ------------------------------------------------------
 * PageComponent
------------------------------------------------------ */
@media print, screen and (min-width: 768px) {
  /* ----- m-beginners-style-01-layout ----- */
  .m-beginners-style-01-layout {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
  }
  .m-beginners-style-01-layout__head > :first-child,
  .m-beginners-style-01-layout__body > :first-child,
  .m-beginners-style-01-layout__foot > :first-child {
    margin-top: 0;
  }
  .m-beginners-style-01-layout__head > :last-child,
  .m-beginners-style-01-layout__body > :last-child,
  .m-beginners-style-01-layout__foot > :last-child {
    margin-bottom: 0;
  }
  .m-beginners-style-01-layout__head {
    grid-area: 1 / 1 / 3 / 2;
    margin-right: 35px;
    padding-top: 6px;
    width: 92px;
  }
  .m-beginners-style-01-layout__body {
    grid-area: 1 / 2 / 2 / 3;
  }
  .m-beginners-style-01-layout__foot {
    grid-area: 2 / 2 / 3 / 3;
    margin-top: 28px;
  }
  /* ----- m-beginners-style-01-heading ----- */
  .m-beginners-style-01-heading {
    margin: 3.9em 0 0;
    padding: 23px 27px 21px;
    background-color: #f3f4f6;
  }
  .m-beginners-style-01-layout + section > .m-beginners-style-01-heading {
    margin: 3.3em 0 0;
  }
  .m-beginners-style-01-heading + * {
    margin-top: 23px;
  }
  .m-beginners-style-01-heading__inner {
    display: flex;
    align-items: flex-start;
  }
  .m-beginners-style-01-heading__title {
    margin: 0;
    line-height: 1.2;
    font-size: 3rem;
    font-weight: normal;
  }
  .m-beginners-style-01-heading__badge {
    display: inline-block;
    position: relative;
    top: 0.2em;
    margin: 0 0 0 27px;
    padding: 3px 19px 2px;
    flex-shrink: 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    background-color: #54b325;
    border-radius: 20px;
  }
  /* ----- m-beginners-style-01-box ----- */
  .m-beginners-style-01-box-wrap {
    margin: 2.5em 0 0;
  }
  .m-beginners-style-01-box-wrap-v2 {
    margin: 2em 0 0;
  }
  .m-beginners-style-01-box {
    padding: 14px 15px;
    background-color: #fff;
    border: 1px solid #dde0e5;
  }
  .m-beginners-style-01-box > :first-child {
    margin-top: 0;
  }
  .m-beginners-style-01-box-v2 {
    margin: 0;
    padding: 27px 30px 40px;
    background-color: #f4f9fb;
    border: 1px solid #dde0e5;
    border-radius: 3px;
  }
  .m-beginners-style-01-box-v2 > :first-child {
    margin-top: 0;
  }
  .m-beginners-style-01-box-v2__text {
    margin: 1em 0 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .m-beginners-style-01-box-v2__body {
    margin-top: 15px;
  }
  .m-beginners-style-01-box-v2__body > :first-child {
    margin-top: 0;
  }
  .m-beginners-style-01-box-v2__body > :last-child {
    margin-bottom: 0;
  }
  /* ----- m-beginners-style-01-dl ----- */
  .m-beginners-style-01-dl {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .m-beginners-style-01-dl__title {
    margin: 0;
  }
  .m-beginners-style-01-dl__detail {
    margin: 0;
    padding: 0;
  }
  .m-beginners-style-01-dl__detail__large {
    line-height: 1.1;
    font-size: 2.8rem;
  }
  /* ----- DDDDDDDDDDDD ----- */
}


@media only screen and (max-width: 767.98px) {
  /* ----- m-beginners-style-01-layout ----- */
  .m-beginners-style-01-layout {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
  }
  .m-beginners-style-01-layout__head > :first-child,
  .m-beginners-style-01-layout__body > :first-child,
  .m-beginners-style-01-layout__foot > :first-child {
    margin-top: 0;
  }
  .m-beginners-style-01-layout__head > :last-child,
  .m-beginners-style-01-layout__body > :last-child,
  .m-beginners-style-01-layout__foot > :last-child {
    margin-bottom: 0;
  }
  .m-beginners-style-01-layout__head {
    grid-area: 1 / 1 / 2 / 2;
    margin-right: 7px;
    padding-top: 5px;
    width: 75px;
  }
  .m-beginners-style-01-layout__head .m-figure img {
    text-align: center;
    max-width: 61px;
  }
  .m-beginners-style-01-layout__body {
    grid-area: 1 / 2 / 2 / 3;
  }
  .m-beginners-style-01-layout__foot {
    grid-area: 2 / 1 / 3 / 3;
    margin-top: 1em;
  }
  .m-beginners-style-01-layout__foot .m-anchor-navi__list {
    margin-bottom: 0;
  }
  /* ----- m-beginners-style-01-heading ----- */
  .m-beginners-style-01-heading {
    margin: 1.5em 0 0;
    padding: 9px 14px;
    background-color: #f3f4f6;
  }
  .m-beginners-style-01-layout + section > .m-beginners-style-01-heading {
    margin: 3.1em 0 0;
  }
  .m-beginners-style-01-heading + * {
    margin-top: 16px;
  }
  .m-beginners-style-01-heading__inner {
    display: flex;
    align-items: flex-start;
  }
  .m-beginners-style-01-heading__title {
    margin: 0;
    line-height: 1.4;
    font-size: 2rem;
    font-weight: normal;
  }
  .m-beginners-style-01-heading__badge {
    display: inline-block;
    position: relative;
    top: 0.4em;
    margin: 0 0 0 15px;
    padding: 3px 11px 1px;
    line-height: 1.2;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    background-color: #54b325;
    border-radius: 20px;
  }
  /* ----- m-beginners-style-01-box ----- */
  .m-beginners-style-01-box-wrap {
    margin: 1.2em 0 0;
  }
  .m-beginners-style-01-box-wrap-v2 {
    margin: 2em 0 0;
  }
  .m-beginners-style-01-box {
    padding: 11px 15px 8px;
    background-color: #fff;
    border: 1px solid #dde0e5;
  }
  .m-beginners-style-01-box > :first-child {
    margin-top: 0;
  }
  .m-beginners-style-01-box-v2 {
    margin: 0;
    padding: 20px;
    background-color: #f4f9fb;
    border: 1px solid #dde0e5;
    border-radius: 3px;
  }
  .m-beginners-style-01-box-v2 > :first-child {
    margin-top: 0;
  }
  .m-beginners-style-01-box-v2__text {
    margin: 1em 0 0;
    text-align: center;
    line-height: 1.5;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .m-beginners-style-01-box-v2__body {
    margin-top: 10px;
  }
  .m-beginners-style-01-box-v2__body > :first-child {
    margin-top: 0;
  }
  .m-beginners-style-01-box-v2__body > :last-child {
    margin-bottom: 0;
  }
  /* ----- m-beginners-style-01-dl ----- */
  .m-beginners-style-01-dl {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 0;
    font-weight: bold;
  }
  .m-beginners-style-01-dl__title {
    margin: 0;
  }
  .m-beginners-style-01-dl__detail {
    margin: 0;
    padding: 0;
  }
  .m-beginners-style-01-dl__detail__large {
    line-height: 1.2;
    font-size: 2.1rem;
    font-weight: bold;
  }
}
/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* ------------------------------------------------------
 * Print
------------------------------------------------------ */
@media print {
}
