/* Sass Document */
/* =========================================================
 text
========================================================= */
.rhythm * {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.rhythm * p {
  font-size: 1.6rem;
}

ul {
  list-style: none;
  padding: 0;
}
ul.list li {
  position: relative;
  padding-left: 10px;
}
ul.list li:before {
  position: absolute;
  display: block;
  content: '';
  top: 0.7em;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 100%;
}

.attention li {
  margin-left: 1em;
  margin-bottom: 5px;
  text-indent: -1em;
  text-align: left;
  font-size: 11.20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .attention li {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .attention li {
    z-index: 1.2rem;
  }
}
@media (min-width: 992px) {
  .attention li {
    font-size: 1.3rem;
  }
}
.attention li:last-child {
  margin-bottom: 0;
}

/* =========================================================
 box-more
========================================================= */
.box-more {
  margin-top: 20px;
  text-align: left;
  opacity: .7;
}
.box-more label {
  cursor: pointer;
  display: table-cell;
  height: 22px;
  margin: 0;
  padding: 0 10px;
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 11.20px;
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
.box-more label:hover {
  background: rgba(0, 0, 0, 0.15);
}
.box-more input {
  display: none;
}
.box-more i {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  margin-left: 3px;
}
.box-more i:before, .box-more i:after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
.box-more i:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
.box-more .cnt-more {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
.box-more .cnt-more * {
  font-size: 11.20px;
}
.box-more input:checked + label i:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.box-more input:checked ~ .cnt-more {
  height: auto;
  padding-top: 10px;
  opacity: 1;
}

/* =========================================================
 img
========================================================= */
img {
  vertical-align: bottom;
}

figure {
  margin: 0;
}

.box-inner img {
  max-width: 100%;
}

/* =========================================================
 tile
========================================================= */
.bg_tile {
  background-repeat: repeat;
  background-size: 750px auto;
}

/* =========================================================
 course list
========================================================= */
.rhythm .course-list {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .rhythm .course-list p {
    font-size: 3.6vw;
    letter-spacing: 0.1vw;
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .rhythm .course-list p {
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  .rhythm .course-list.waved {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .rhythm .course-list.waved {
    padding-bottom: 90px !important;
  }
}
.rhythm .course-list .box-inner {
  width: 100%;
}
@media (max-width: 767px) {
  .rhythm .course-list .intro {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .rhythm .course-list .intro p {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .rhythm .course-list .intro + figure {
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  .rhythm .course-list .intro + figure {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .rhythm .course-list .item-wrap {
    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;
  }
  .rhythm .course-list .item-wrap.item-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rhythm .course-list .item-wrap.item-center .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .rhythm .course-list .txt {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.rhythm .course-list h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .rhythm .course-list h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .rhythm .course-list h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .rhythm .course-list h3 {
    font-size: 2.4rem;
  }
}
.rhythm .course-list h3 i {
  width: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rhythm .course-list h3 i img {
  width: 100%;
}
.rhythm .course-list h3 span {
  display: block;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .rhythm .course-list .item {
    padding-top: 45px;
  }
}
@media (min-width: 768px) {
  .rhythm .course-list .item {
    width: 50%;
    padding-top: 80px;
  }
  .rhythm .course-list .item:nth-of-type(odd) {
    padding-right: 30px;
  }
  .rhythm .course-list .item:nth-of-type(even) {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .rhythm .course-list .item.waved {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .rhythm .course-list .item.waved {
    padding-bottom: 90px;
  }
}
.rhythm .course-list .item h4 {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .rhythm .course-list .item h4 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .rhythm .course-list .item h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .rhythm .course-list .item h4 {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
.rhythm .course-list .item p {
  line-height: 1.8;
}
@media (min-width: 768px) {
  .rhythm .course-list .item p {
    font-size: 1.6rem;
  }
}
.rhythm .course-list .item p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .rhythm .course-list .item figure {
    position: relative;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .rhythm .course-list .item figure {
    margin-bottom: 30px;
  }
}

/* =========================================================
 box
========================================================= */
/* box inner
--------------------------------------------------------- */
.box-inner {
  width: calc(100vw - 40px);
  max-width: 1000px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box-inner p, .box-inner ul, .box-inner dl {
  margin-bottom: 1em;
  line-height: 1.7;
}
.box-inner p:last-child, .box-inner ul:last-child, .box-inner dl:last-child {
  margin-bottom: 0;
}
.box-inner img {
  width: auto;
  max-width: 100%;
}

/* section
--------------------------------------------------------- */
.rhythm section {
  max-width: none !important;
  padding-bottom: 65px;
}
@media (min-width: 992px) {
  .rhythm section {
    padding-bottom: 90px;
  }
}

/* waved
--------------------------------------------------------- */
.rhythm .waved {
  position: relative;
  padding-top: 65px;
}
@media (min-width: 992px) {
  .rhythm .waved {
    padding-top: 90px;
  }
}
.rhythm .waved:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  height: 11px;
  background: url(/youji/local/images/line_wave_06.png) repeat-x top left;
  background-size: 450px auto;
}

/* w100
--------------------------------------------------------- */
@media (max-width: 767px) {
  figure.w100 {
    position: relative;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

/* =========================================================
 display
========================================================= */
.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
}

.d-block {
  display: block;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
}

.d-inline-block {
  display: inline-block;
}

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block;
  }
}

/* =========================================================
 flex box
========================================================= */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-md-flex figure, .d-md-flex .pic {
    width: 50%;
    margin: 0;
    padding-left: 30px;
  }
  .d-md-flex .txt {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-lg-flex figure, .d-lg-flex .pic {
    width: 50%;
    margin-top: 0;
    padding-left: 30px;
  }
  .d-lg-flex .txt {
    width: 50%;
  }
}

/* =========================================================
 margin
========================================================= */
.mb0 {
  margin-bottom: 0 !important;
}

/* =========================================================
 sz-lazy
========================================================= */
.sz-lazy-wrapper > .sz-lazy.sz-lazy-embed > iframe {
  border: none;
}
