/* =========================================================
 LINE
========================================================= */
.cnt-pre.line {
  padding: 25px 10px 24px 10px;
  border: 2px solid #06C755;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font: 400 20px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
  position: relative;
}
.cnt-pre.line:hover {
  opacity: .6;
}
.cnt-pre.line:hover img {
  opacity: 1;
}
.cnt-pre.line-img {
  margin-right: 20px;
  width: 40px;
}
.cnt-pre.line-text {
  color: #06C755;
}
.cnt-pre.line-text img {
  width: 11px;
  padding: 0;
  margin: 0 0 8px 10px;
}
@media (max-width: 767px) {
  .cnt-pre.line-text {
    font-size: 18px;
  }
  .cnt-pre.line-text img {
    width: 11px;
    padding: 0;
    margin: 0 0 6px 10px;
  }
}
.cnt-pre.line-comment {
  text-align: center;
  font: 400 22px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
}
.cnt-pre.line-comment::before {
  content: "";
  background-color: #333;
  height: 1.2em;
  width: 2px;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
  position: absolute;
  margin: 10px 0px 0px -132px;
}
.cnt-pre.line-comment::after {
  content: "";
  background-color: #333;
  height: 1.2em;
  width: 2px;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
  position: absolute;
  margin: -30px 0px 0px 126px;
}
.cnt-pre .c-anchors {
  padding: 0 20px;
}
.cnt-pre .c-anchors__item {
  margin-top: 20px;
}
.cnt-pre .c-anchors__item img {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cnt-pre .c-anchors__item {
    margin-top: 15px;
  }
  .cnt-pre .c-anchors__item:first-child {
    margin-top: 0;
  }
}

/* Sass Document */
/* =========================================================
 .caution
========================================================= */
.cnt-pre .sec-hiragana {
  position: relative;
}

@media (max-width: 767px) {
  .cnt-pre .sec-hiragana {
    padding-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .cnt-pre .sec-hiragana {
    padding-top: 90px !important;
  }
}
/* =========================================================
 field
========================================================= */
.cnt-pre .field {
  text-align: center;
}

@media (min-width: 768px) {
  .cnt-pre .field {
    max-width: 500px;
    margin: auto;
  }
}
.cnt-pre .field h2 {
  display: inline-block;
  position: relative;
  color: #4aafa0;
  text-align: center;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .cnt-pre .field h2 {
    margin: 0 auto 30px;
    padding: 0 50px;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .cnt-pre .field h2 {
    margin: 0 auto 40px;
    padding: 0 60px;
  }
}
.cnt-pre .field h2:before, .cnt-pre .field h2:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: url("/youji/grade/nensho/local/images/line-dot-grn-horizontal.png") repeat-y top left;
  background-size: 100%;
}

@media (max-width: 767px) {
  .cnt-pre .field h2:before, .cnt-pre .field h2:after {
    width: 3px;
  }
}
@media (min-width: 768px) {
  .cnt-pre .field h2:before, .cnt-pre .field h2:after {
    width: 6px;
  }
}
.cnt-pre .field h2:before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.cnt-pre .field h2:after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.cnt-pre .field .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .cnt-pre .field .icon {
    margin: 0 15%;
  }
}
@media (min-width: 768px) {
  .cnt-pre .field .icon {
    margin: 0 20%;
  }
}
@media (max-width: 767px) {
  .cnt-pre .field .icon li {
    width: calc(25% - 7px);
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .cnt-pre .field .icon li {
    width: 25%;
    padding: 0 7px;
    margin-top: 20px;
  }
}
/* =========================================================
 curriculum
========================================================= */
@media (min-width: 768px) {
  .cnt-pre .curriculum-winter {
    margin: auto;
  }
}
.cnt-pre .curriculum-winter h2 {
  background: #f05096;
  color: #fff;
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .cnt-pre .curriculum-winter h2 {
    margin-bottom: 30px;
    padding: 15px;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .cnt-pre .curriculum-winter h2 {
    max-width: 500px;
    margin: 0 auto 40px;
    padding: 20px;
  }
}
.cnt-pre .curriculum-winter figure {
  max-width: 500px;
  margin: auto;
}

/* =========================================================
 flow
========================================================= */
@media (max-width: 767px) {
  .cnt-pre .flow {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .cnt-pre .flow {
    padding-bottom: 90px !important;
  }
}
/* =========================================================
 LINE
========================================================= */
.cnt-pre.line {
  padding: 12px 10px 10px 10px;
  border: 2px solid #06C755;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font: 400 20px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
  position: relative;
}

.cnt-pre.line-img {
  margin-right: 10px;
  width: 15%;
}

.cnt-pre.line-text {
  color: #06C755;
}

.cnt-pre.line-text img {
  padding: 0 0 6px 10px;
}

@media (max-width: 767px) {
  .cnt-pre.line-text {
    font-size: 18px;
  }

  .cnt-pre.line-text img {
    padding: 0 0 4px 10px;
  }
}
.cnt-pre.line-comment {
  text-align: center;
  font: 400 22px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
}

.cnt-pre.line-comment::before {
  content: "";
  background-color: #333;
  height: 1.2em;
  width: 2px;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
  position: absolute;
  margin: 10px 0px 0px -132px;
}

.cnt-pre.line-comment::after {
  content: "";
  background-color: #333;
  height: 1.2em;
  width: 2px;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
  position: absolute;
  margin: -30px 0px 0px 126px;
}
@media (max-width: 767px) {
  #intro {
    padding: 40px 0 0;
  }
}

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