.mt-0 {
  margin-top: 0px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

@media screen and (min-width: 768px) {
  .mt-sm-0 {
    margin-top: 0px !important; }
  .mt-sm-5 {
    margin-top: 5px !important; }
  .mt-sm-10 {
    margin-top: 10px !important; }
  .mt-sm-15 {
    margin-top: 15px !important; }
  .mt-sm-20 {
    margin-top: 20px !important; }
  .mt-sm-25 {
    margin-top: 25px !important; }
  .mt-sm-30 {
    margin-top: 30px !important; }
  .mt-sm-35 {
    margin-top: 35px !important; }
  .mt-sm-40 {
    margin-top: 40px !important; }
  .mt-sm-45 {
    margin-top: 45px !important; }
  .mt-sm-50 {
    margin-top: 50px !important; }
  .mt-sm-55 {
    margin-top: 55px !important; }
  .mt-sm-60 {
    margin-top: 60px !important; }
  .mt-sm-65 {
    margin-top: 65px !important; }
  .mt-sm-70 {
    margin-top: 70px !important; }
  .mt-sm-75 {
    margin-top: 75px !important; }
  .mt-sm-80 {
    margin-top: 80px !important; }
  .mt-sm-85 {
    margin-top: 85px !important; }
  .mt-sm-90 {
    margin-top: 90px !important; }
  .mt-sm-95 {
    margin-top: 95px !important; }
  .mt-sm-100 {
    margin-top: 100px !important; }
  .mb-sm-0 {
    margin-bottom: 0px !important; }
  .mb-sm-5 {
    margin-bottom: 5px !important; }
  .mb-sm-10 {
    margin-bottom: 10px !important; }
  .mb-sm-15 {
    margin-bottom: 15px !important; }
  .mb-sm-20 {
    margin-bottom: 20px !important; }
  .mb-sm-25 {
    margin-bottom: 25px !important; }
  .mb-sm-30 {
    margin-bottom: 30px !important; }
  .mb-sm-35 {
    margin-bottom: 35px !important; }
  .mb-sm-40 {
    margin-bottom: 40px !important; }
  .mb-sm-45 {
    margin-bottom: 45px !important; }
  .mb-sm-50 {
    margin-bottom: 50px !important; }
  .mb-sm-55 {
    margin-bottom: 55px !important; }
  .mb-sm-60 {
    margin-bottom: 60px !important; }
  .mb-sm-65 {
    margin-bottom: 65px !important; }
  .mb-sm-70 {
    margin-bottom: 70px !important; }
  .mb-sm-75 {
    margin-bottom: 75px !important; }
  .mb-sm-80 {
    margin-bottom: 80px !important; }
  .mb-sm-85 {
    margin-bottom: 85px !important; }
  .mb-sm-90 {
    margin-bottom: 90px !important; }
  .mb-sm-95 {
    margin-bottom: 95px !important; }
  .mb-sm-100 {
    margin-bottom: 100px !important; } }

.u-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }

.u-row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.u-col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.u-col-xs {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.u-col-xs-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-basis: 8.3333333333%;
  -moz-flex-basis: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.u-col-xs-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-basis: 16.6666666667%;
  -moz-flex-basis: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.u-col-xs-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.u-col-xs-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-basis: 33.3333333333%;
  -moz-flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.u-col-xs-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-basis: 41.6666666667%;
  -moz-flex-basis: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.u-col-xs-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.u-col-xs-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-basis: 58.3333333333%;
  -moz-flex-basis: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.u-col-xs-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-basis: 66.6666666667%;
  -moz-flex-basis: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.u-col-xs-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.u-col-xs-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-basis: 83.3333333333%;
  -moz-flex-basis: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.u-col-xs-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-basis: 91.6666666667%;
  -moz-flex-basis: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.u-col-xs-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.u-col-xs-offset-0 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: 0; }

.u-col-xs-offset-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: 8.3333333333%; }

.u-col-xs-offset-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: 16.6666666667%; }

.u-col-xs-offset-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: 25%; }

.u-col-xs-offset-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: 33.3333333333%; }

.u-col-xs-offset-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: 41.6666666667%; }

.u-col-xs-offset-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: 50%; }

.u-col-xs-offset-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: 58.3333333333%; }

.u-col-xs-offset-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: 66.6666666667%; }

.u-col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: 75%; }

.u-col-xs-offset-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: 83.3333333333%; }

.u-col-xs-offset-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: 91.6666666667%; }

.u-col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: 100%; }

.u-col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 640px; }
  .u-col-sm {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .u-col-sm-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .u-col-sm-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .u-col-sm-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .u-col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .u-col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .u-col-sm-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .u-col-sm-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .u-col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .u-col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .u-col-sm-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .u-col-sm-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .u-col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .u-col-sm-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 0; }
  .u-col-sm-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 8.3333333333%; }
  .u-col-sm-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 16.6666666667%; }
  .u-col-sm-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 25%; }
  .u-col-sm-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 33.3333333333%; }
  .u-col-sm-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 41.6666666667%; }
  .u-col-sm-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 50%; }
  .u-col-sm-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 58.3333333333%; }
  .u-col-sm-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 66.6666666667%; }
  .u-col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 75%; }
  .u-col-sm-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 83.3333333333%; }
  .u-col-sm-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 91.6666666667%; }
  .u-col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 100%; }
  .u-col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 768px; }
  .u-col-md {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .u-col-md-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .u-col-md-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .u-col-md-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .u-col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .u-col-md-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .u-col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .u-col-md-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .u-col-md-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .u-col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .u-col-md-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .u-col-md-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .u-col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .u-col-md-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 0; }
  .u-col-md-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 8.3333333333%; }
  .u-col-md-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 16.6666666667%; }
  .u-col-md-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 25%; }
  .u-col-md-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 33.3333333333%; }
  .u-col-md-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 41.6666666667%; }
  .u-col-md-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 50%; }
  .u-col-md-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 58.3333333333%; }
  .u-col-md-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 66.6666666667%; }
  .u-col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 75%; }
  .u-col-md-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 83.3333333333%; }
  .u-col-md-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 91.6666666667%; }
  .u-col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 100%; }
  .u-col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 1128px; }
  .u-col-lg {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .u-col-lg-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .u-col-lg-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .u-col-lg-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .u-col-lg-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .u-col-lg-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .u-col-lg-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .u-col-lg-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .u-col-lg-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .u-col-lg-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .u-col-lg-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .u-col-lg-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .u-col-lg-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .u-col-lg-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 0; }
  .u-col-lg-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 8.3333333333%; }
  .u-col-lg-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 16.6666666667%; }
  .u-col-lg-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 25%; }
  .u-col-lg-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 33.3333333333%; }
  .u-col-lg-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 41.6666666667%; }
  .u-col-lg-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 50%; }
  .u-col-lg-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 58.3333333333%; }
  .u-col-lg-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 66.6666666667%; }
  .u-col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 75%; }
  .u-col-lg-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 83.3333333333%; }
  .u-col-lg-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 91.6666666667%; }
  .u-col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 100%; }
  .u-col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

@media screen and (max-width: 767px) {
  .pc-on {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp-on {
    display: none !important; } }

.heading-h1 {
  display: none; }

.free-html .container-fluid {
  max-width: none;
  width: auto;
  padding-left: 0;
  padding-right: 0; }

#wrap-to-page-top {
  display: none !important; }

body {
  padding-bottom: clamp(88px, 11.40625vw, 219px); }

#smartpianist {
  overflow: hidden;
  padding-bottom: 167px; }
  #smartpianist .ss-bg-1 {
    position: relative;
    padding-bottom: 5.7291666667vw;
    overflow: visible; }
    #smartpianist .ss-bg-1:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 42.7vw;
      display: block;
      content: "";
      z-index: 1;
      background: url(/files/smartpianist/bg_l_01.svg) 0 0/100% auto no-repeat; }
    #smartpianist .ss-bg-1:after {
      position: absolute;
      right: 0;
      top: 26.5625vw;
      width: 32.7vw;
      height: 83.3vw;
      display: block;
      content: "";
      z-index: 1;
      background: url(/files/smartpianist/bg_r_01.svg) 100% 0/contain no-repeat; }
      @media screen and (max-width: 767px) {
        #smartpianist .ss-bg-1:after {
          top: 275px;
          width: 218px;
          height: 556px; } }
  #smartpianist .ss-bg-sp-1-r {
    position: absolute;
    right: 0;
    display: block;
    content: "";
    z-index: 1;
    background: url(/files/smartpianist/bg_r_01.svg) 100% 0/contain no-repeat; }
    @media screen and (max-width: 767px) {
      #smartpianist .ss-bg-sp-1-r {
        top: 1605px;
        width: 218px;
        height: 556px; } }
  #smartpianist .ss-bg-2 {
    position: relative;
    overflow: visible; }
    #smartpianist .ss-bg-2:before {
      position: absolute;
      left: -20px;
      display: block;
      content: "";
      z-index: 1;
      top: 40.625vw;
      width: 44.84vw;
      height: 400vw;
      background: url(/files/smartpianist/bg_l_02.svg) 0 0/100% 100% no-repeat; }
      @media screen and (max-width: 767px) {
        #smartpianist .ss-bg-2:before {
          top: 505px;
          width: 209px;
          height: 603px;
          background: url(/files/smartpianist/bg_l_02_sp.svg) 0 0/100% 100% no-repeat; } }
  #smartpianist .ss-bg-4 {
    position: relative;
    overflow: visible; }
    #smartpianist .ss-bg-4:before {
      position: absolute;
      left: 0; }
      @media screen and (max-width: 767px) {
        #smartpianist .ss-bg-4:before {
          content: "";
          top: 0;
          width: 209px;
          height: 603px;
          background: url(/files/smartpianist/bg_l_02_sp.svg) 0 0/100% 100% no-repeat; } }
    #smartpianist .ss-bg-4:after {
      position: absolute;
      right: 0;
      top: 19.0104166667vw;
      width: 32.7vw;
      height: 83.3vw;
      display: block;
      content: "";
      z-index: 1;
      background: url(/files/smartpianist/bg_r_02.svg) 100% 0/contain no-repeat; }
      @media screen and (max-width: 767px) {
        #smartpianist .ss-bg-4:after {
          background: url(/files/smartpianist/bg_r_01.svg) 100% 0/contain no-repeat;
          top: 705px;
          width: 218px;
          height: 556px;
          right: -30px; } }
  #smartpianist .ss-bg-sp-1-l {
    position: absolute;
    left: 0;
    display: block;
    top: 310px;
    width: 209px;
    height: 603px;
    background: url(/files/smartpianist/bg_l_02_sp.svg) 0 0/100% 100% no-repeat; }
  #smartpianist .ss-bg-sp-2-r {
    position: absolute;
    right: 0; }
    @media screen and (max-width: 767px) {
      #smartpianist .ss-bg-sp-2-r {
        background: url(/files/smartpianist/bg_r_01.svg) 100% 0/contain no-repeat;
        top: 2078px;
        width: 218px;
        height: 556px;
        right: -10px; } }
  #smartpianist .ss-bg-sp-1 {
    position: relative;
    overflow: visible; }
    #smartpianist .ss-bg-sp-1:before {
      position: absolute;
      left: 0; }
      @media screen and (max-width: 767px) {
        #smartpianist .ss-bg-sp-1:before {
          content: "";
          top: 1667px;
          width: 209px;
          height: 603px;
          background: url(/files/smartpianist/bg_l_02_sp.svg) 0 0/100% 100% no-repeat; } }
  #smartpianist .ss-bg-5 {
    position: relative;
    overflow: visible; }
    #smartpianist .ss-bg-5:before {
      position: absolute;
      left: 0; }
      @media screen and (max-width: 767px) {
        #smartpianist .ss-bg-5:before {
          content: "";
          left: -10px;
          top: 746px;
          width: 209px;
          height: 603px;
          background: url(/files/smartpianist/bg_l_02_sp.svg) 0 0/100% 100% no-repeat; } }
    #smartpianist .ss-bg-5:after {
      position: absolute;
      right: 0;
      top: 9.8958333333vw;
      width: 29.1vw;
      height: 112vw;
      display: block;
      content: "";
      z-index: 1;
      background: url(/files/smartpianist/bg_r_03.svg) 100% 0/contain no-repeat; }
      @media screen and (max-width: 767px) {
        #smartpianist .ss-bg-5:after {
          background: url(/files/smartpianist/bg_r_01.svg) 100% 0/contain no-repeat;
          top: 200px;
          width: 218px;
          height: 556px;
          right: -10px; } }
  #smartpianist h2 {
    margin-top: 0;
    color: #251839;
    font-size: clamp(16px, 2.0833333333vw, 40px);
    letter-spacing: 0.05em;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 767px) {
      #smartpianist h2 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 30px; } }
  #smartpianist p {
    color: #2c2c2c;
    font-size: clamp(14px, 1.8229166667vw, 35px); }
    @media screen and (max-width: 767px) {
      #smartpianist p {
        font-size: 18px;
        line-height: 1.44; } }
  #smartpianist img {
    max-width: 100%;
    height: auto;
    display: block; }
  #smartpianist .mv img {
    width: 100%;
    height: auto; }
  #smartpianist .ss-relative {
    position: relative;
    z-index: 10; }
  #smartpianist .ss-container {
    padding-left: clamp(39px, 5.0520833333vw, 97px);
    padding-right: clamp(27px, 3.4895833333vw, 67px); }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-lead {
      display: flex;
      align-items: flex-start;
      max-width: 1608px;
      padding-left: clamp(20px, 2.6041666667vw, 50px);
      padding-right: clamp(20px, 2.6041666667vw, 50px);
      padding-top: clamp(22px, 2.9166666667vw, 56px);
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 767px) {
    #smartpianist .ss-lead {
      padding-top: 26px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-lead__text {
      padding-top: clamp(84px, 10.9375vw, 210px);
      margin-left: clamp(6px, 0.78125vw, 15px); } }
  #smartpianist .ss-lead__text h2 {
    margin-top: 0;
    line-height: 1.2; }
    @media screen and (min-width: 768px) {
      #smartpianist .ss-lead__text h2 {
        font-size: clamp(16px, 2.0833333333vw, 40px);
        margin-bottom: clamp(34px, 4.375vw, 84px); } }
    @media screen and (max-width: 767px) {
      #smartpianist .ss-lead__text h2 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
        max-width: 90%;
        padding-top: 2px;
        line-height: 1.5; } }
  #smartpianist .ss-lead__text ul {
    margin-bottom: 0;
    margin-left: clamp(-12px, -1.5625vw, -30px); }
  #smartpianist .ss-lead__text li {
    list-style: none;
    line-height: 1.2;
    display: flex;
    align-items: flex-start; }
    @media screen and (min-width: 768px) {
      #smartpianist .ss-lead__text li {
        font-size: clamp(14px, 1.8229166667vw, 35px); } }
    @media screen and (max-width: 767px) {
      #smartpianist .ss-lead__text li {
        font-size: 18px; } }
    #smartpianist .ss-lead__text li:before {
      position: relative;
      display: block;
      content: "";
      width: 10px;
      min-width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #2C2C2C;
      margin-top: 10px;
      left: -18px; }
      @media screen and (min-width: 768px) {
        #smartpianist .ss-lead__text li:before {
          margin-top: 0.4em; } }
      @media screen and (max-width: 767px) {
        #smartpianist .ss-lead__text li:before {
          margin-top: 10px; } }
    #smartpianist .ss-lead__text li + li {
      margin-top: 0.75em; }
      @media screen and (max-width: 767px) {
        #smartpianist .ss-lead__text li + li {
          margin-top: 1.4em; } }
  #smartpianist .fukidashi {
    display: block;
    width: clamp(144px, 18.8020833333vw, 361px);
    height: clamp(156px, 20.3125vw, 390px); }
  #smartpianist .denkyu {
    position: relative;
    top: clamp(181px, 23.5416666667vw, 452px);
    right: clamp(-8px, -1.0416666667vw, -20px);
    width: clamp(138px, 17.96875vw, 345px); }
  #smartpianist .tit_onpu {
    position: relative; }
    @media screen and (min-width: 768px) {
      #smartpianist .tit_onpu {
        margin-top: clamp(2px, 0.2083333333vw, 4px);
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: clamp(26px, 3.3333333333vw, 64px);
        width: clamp(112px, 14.5833333333vw, 280px); } }
    @media screen and (max-width: 767px) {
      #smartpianist .tit_onpu {
        margin-left: auto;
        margin-right: auto;
        height: 63px; } }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-feat {
      max-width: 1608px;
      padding-left: clamp(20px, 2.6041666667vw, 50px);
      padding-right: clamp(20px, 2.6041666667vw, 50px);
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 767px) {
    #smartpianist .ss-feat {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    #smartpianist .ss-feat .tit_onpu {
      margin-bottom: 30px; } }
  #smartpianist .ss-feat h2 {
    text-align: center;
    margin-bottom: clamp(14px, 1.8229166667vw, 35px); }
  #smartpianist .ss-feat p {
    text-align: center; }
  #smartpianist .ss-feat small {
    display: block;
    margin-top: clamp(12px, 1.5625vw, 30px);
    font-size: clamp(8px, 1.0416666667vw, 20px);
    line-height: 1.2;
    color: #454545; }
    @media screen and (max-width: 767px) {
      #smartpianist .ss-feat small {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.4; } }
  #smartpianist .ss-feat ul {
    padding-left: 0;
    margin-top: 14px;
    list-style: none; }
    @media screen and (min-width: 768px) {
      #smartpianist .ss-feat ul {
        margin-top: clamp(24px, 3.125vw, 60px);
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: clamp(20px, 2.6041666667vw, 50px);
        justify-content: center;
        list-style: none; } }
    #smartpianist .ss-feat ul li {
      padding: 16px;
      border-radius: 15px;
      box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.16);
      background-color: #fff; }
      @media screen and (min-width: 768px) {
        #smartpianist .ss-feat ul li {
          padding: clamp(17px, 2.1875vw, 42px) clamp(0px, 0vw, 0px) clamp(21px, 2.7083333333vw, 52px); } }
      @media screen and (max-width: 767px) {
        #smartpianist .ss-feat ul li + li {
          margin-top: 28px; } }
  @media screen and (max-width: 767px) {
    #smartpianist .ss-feat dl {
      margin-top: 10px; } }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-feat dl {
      margin-top: clamp(18px, 2.3958333333vw, 46px);
      margin-bottom: 0;
      padding-left: clamp(10px, 1.3020833333vw, 25px);
      padding-right: clamp(10px, 1.3020833333vw, 25px); } }
  #smartpianist .ss-feat dl dt {
    text-align: center;
    line-height: 1.2;
    color: #454545; }
    @media screen and (min-width: 768px) {
      #smartpianist .ss-feat dl dt {
        font-size: clamp(12px, 1.5625vw, 30px);
        margin-bottom: clamp(10px, 1.25vw, 24px); } }
    @media screen and (max-width: 767px) {
      #smartpianist .ss-feat dl dt {
        font-size: 15px; } }
  #smartpianist .ss-feat dl dd {
    font-size: clamp(10px, 1.3020833333vw, 25px);
    text-align: center;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      #smartpianist .ss-feat dl dd {
        font-size: 12.5px;
        margin-top: 10px; } }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-step {
      max-width: 1608px;
      padding-left: clamp(20px, 2.6041666667vw, 50px);
      padding-right: clamp(20px, 2.6041666667vw, 50px);
      margin-left: auto;
      margin-right: auto;
      margin-top: clamp(29px, 3.8020833333vw, 73px); } }
  @media screen and (max-width: 767px) {
    #smartpianist .ss-step {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    #smartpianist .ss-step .tit_onpu {
      margin-top: 60px;
      margin-bottom: 60px; } }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-step .ss-step-item--1 {
      margin-left: clamp(-8px, -1.0416666667vw, -20px); } }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-step .ss-step-item--1 span {
      width: clamp(149px, 19.375vw, 372px); } }
  #smartpianist .ss-step .ss-step-item--1 span img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 767px) {
    #smartpianist .ss-step .ss-step-item--1 p {
      margin-left: 30px; } }
  #smartpianist .ss-step .ss-step-item--2 {
    margin-top: 20px;
    margin-left: 46px; }
    @media screen and (min-width: 768px) {
      #smartpianist .ss-step .ss-step-item--2 {
        margin-top: clamp(12px, 1.5625vw, 30px);
        margin-left: clamp(59px, 7.65625vw, 147px); } }
  #smartpianist .ss-step .ss-step-item--3 {
    margin-top: 20px;
    margin-left: 10px; }
    @media screen and (min-width: 768px) {
      #smartpianist .ss-step .ss-step-item--3 {
        margin-top: clamp(12px, 1.5625vw, 30px);
        margin-left: clamp(4px, 0.5208333333vw, 10px); } }
  #smartpianist .ss-step h2 {
    text-align: center;
    margin-bottom: clamp(25px, 3.2291666667vw, 62px); }
  #smartpianist .ss-step p {
    text-align: center; }
  #smartpianist .ss-step small {
    display: block;
    margin-top: clamp(6px, 0.8333333333vw, 16px);
    font-size: clamp(8px, 1.0416666667vw, 20px);
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      #smartpianist .ss-step small {
        margin-top: 24px;
        font-size: 12px; } }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-step small {
      padding-right: clamp(54px, 7.0833333333vw, 136px);
      display: flex;
      justify-content: flex-end;
      font-size: clamp(8px, 1.0416666667vw, 20px);
      text-align: right; } }
  @media screen and (max-width: 767px) {
    #smartpianist .ss-step small {
      margin-bottom: 50px; } }
  #smartpianist .ss-step-item {
    display: flex;
    align-items: flex-end; }
    #smartpianist .ss-step-item span {
      display: block;
      width: clamp(156px, 20.3125vw, 390px); }
    #smartpianist .ss-step-item img {
      display: block; }
      @media screen and (max-width: 767px) {
        #smartpianist .ss-step-item img {
          width: auto !important;
          height: 50px !important; } }
    @media screen and (max-width: 767px) {
      #smartpianist .ss-step-item p {
        font-size: 14px;
        text-align: left;
        margin-left: 10px; } }
    @media screen and (min-width: 768px) {
      #smartpianist .ss-step-item p {
        margin-bottom: 0;
        margin-left: clamp(18px, 2.3958333333vw, 46px);
        font-size: clamp(14px, 1.8229166667vw, 35px); } }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-step-wrap {
      display: flex;
      justify-content: center; } }
  #smartpianist .ss-app {
    max-width: 1855px;
    padding-left: clamp(20px, 2.6041666667vw, 50px);
    padding-right: clamp(20px, 2.6041666667vw, 50px);
    margin-left: auto;
    margin-right: auto;
    margin-top: clamp(37px, 4.7916666667vw, 92px); }
    @media screen and (max-width: 767px) {
      #smartpianist .ss-app .tit_onpu {
        margin-bottom: 10px; } }
    #smartpianist .ss-app h2 {
      text-align: center;
      margin-bottom: clamp(26px, 3.3854166667vw, 65px);
      padding-top: clamp(7px, 0.9375vw, 18px);
      padding-right: clamp(12px, 1.5625vw, 30px); }
    @media screen and (min-width: 768px) {
      #smartpianist .ss-app > p {
        padding-left: clamp(16px, 2.0833333333vw, 40px);
        max-width: 1470px;
        margin-left: auto;
        margin-right: auto; } }
    #smartpianist .ss-app small {
      display: block;
      font-size: 12px;
      margin-top: 24px; }
      @media screen and (min-width: 768px) {
        #smartpianist .ss-app small {
          margin-top: clamp(12px, 1.5625vw, 30px);
          font-size: clamp(8px, 1.0416666667vw, 20px);
          line-height: 1.2; } }
    #smartpianist .ss-app .coupon {
      position: absolute;
      transform: translateY(-42%); }
      @media screen and (max-width: 767px) {
        #smartpianist .ss-app .coupon {
          width: 110px;
          margin-left: -20px; } }
      @media screen and (min-width: 768px) {
        #smartpianist .ss-app .coupon {
          margin-left: clamp(14px, 1.875vw, 36px);
          width: clamp(181px, 23.59375vw, 453px); } }
  #smartpianist .ss-app-link {
    border: solid 1px #fff;
    background-color: #fff; }
    @media screen and (min-width: 768px) {
      #smartpianist .ss-app-link {
        display: flex;
        align-items: center;
        max-width: 1755px;
        width: 100%;
        height: clamp(143px, 18.59375vw, 357px);
        margin-left: clamp(8px, 1.0416666667vw, 20px);
        margin-top: clamp(34px, 4.4270833333vw, 85px);
        padding: clamp(18px, 2.2916666667vw, 44px) clamp(27px, 3.5677083333vw, 68.5px) clamp(22px, 2.9166666667vw, 56px) clamp(27px, 3.4895833333vw, 67px);
        border-radius: clamp(8px, 1.09375vw, 21px);
        box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.16); } }
    @media screen and (max-width: 767px) {
      #smartpianist .ss-app-link {
        border-radius: 21px;
        box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.16);
        border: solid 1px #fff;
        background-color: #fff;
        padding-bottom: 51px; } }
  @media screen and (max-width: 767px) {
    #smartpianist .ss-app-lead {
      margin-bottom: 40px; } }
  #smartpianist .icon_app {
    width: 240px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      #smartpianist .icon_app {
        padding: 25px; } }
    @media screen and (min-width: 768px) {
      #smartpianist .icon_app {
        max-width: clamp(99px, 12.9166666667vw, 248px); } }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-app-bnr {
      margin-left: clamp(32px, 4.1666666667vw, 80px);
      flex-grow: 1; } }
  #smartpianist .ss-app-bnr h3 {
    color: #454545;
    border-bottom: 1px solid #707070; }
    @media screen and (min-width: 768px) {
      #smartpianist .ss-app-bnr h3 {
        padding-top: clamp(5px, 0.625vw, 12px);
        font-weight: bold;
        margin-top: 0;
        font-size: clamp(14px, 1.8229166667vw, 35px);
        margin-bottom: clamp(12px, 1.5625vw, 30px);
        padding-bottom: clamp(8px, 1.0416666667vw, 20px); } }
    @media screen and (max-width: 767px) {
      #smartpianist .ss-app-bnr h3 {
        line-height: 1.5;
        font-size: 20px;
        margin-left: 12px;
        margin-right: 12px;
        padding-bottom: 25px;
        margin-bottom: 35px; } }
  @media screen and (max-width: 767px) {
    #smartpianist .app_bnr {
      padding-left: 27px; } }
  @media screen and (min-width: 768px) {
    #smartpianist .app_bnr {
      display: flex; } }
  #smartpianist .app_bnr a {
    display: block;
    text-decoration: none;
    transition: 0.4s; }
    #smartpianist .app_bnr a:hover, #smartpianist .app_bnr a:focus {
      opacity: 0.8; }
  #smartpianist .app_bnr dl {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    #smartpianist .app_bnr a + a {
      margin-top: 37px; } }
  @media screen and (min-width: 768px) {
    #smartpianist .app_bnr a + a {
      margin-left: clamp(32px, 4.1666666667vw, 80px); } }
  #smartpianist .app_bnr dt {
    font-size: clamp(10px, 1.3020833333vw, 25px);
    line-height: 1.6;
    text-align: left;
    color: #2c2c2c;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      #smartpianist .app_bnr dt {
        font-size: 18px; } }
  #smartpianist .app_bnr dd {
    margin-top: clamp(4px, 0.5208333333vw, 10px); }
    @media screen and (min-width: 768px) {
      #smartpianist .app_bnr dd img {
        width: auto;
        height: clamp(38px, 5vw, 96px); } }
    @media screen and (max-width: 767px) {
      #smartpianist .app_bnr dd img {
        height: 77px; } }
  #smartpianist .ss-how {
    margin-top: clamp(36px, 4.6875vw, 90px);
    max-width: clamp(707px, 92.03125vw, 1767px);
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(20px, 2.6041666667vw, 50px);
    padding-right: clamp(20px, 2.6041666667vw, 50px); }
    #smartpianist .ss-how .tit_onpu {
      margin-bottom: clamp(32px, 4.1666666667vw, 80px); }
    #smartpianist .ss-how h2 {
      text-align: center; }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-how-item {
      display: flex;
      align-items: flex-start;
      margin-top: clamp(22px, 2.8645833333vw, 55px); } }
  @media screen and (max-width: 767px) {
    #smartpianist .ss-how-item + .ss-how-item {
      margin-top: 60px; } }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-how-item + .ss-how-item {
      margin-top: clamp(30px, 3.90625vw, 75px); } }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-how-item img {
      max-width: clamp(160px, 20.8333333333vw, 400px);
      height: auto;
      margin-right: clamp(26px, 3.4375vw, 66px); } }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-how-item p {
      font-size: clamp(10px, 1.3020833333vw, 25px); } }
  @media screen and (max-width: 767px) {
    #smartpianist .ss-how-item p {
      margin-top: 37px;
      font-size: 15px; } }
  #smartpianist .ss-detail {
    max-width: 1234px;
    padding-left: clamp(20px, 2.6041666667vw, 50px);
    padding-right: clamp(20px, 2.6041666667vw, 50px);
    margin-left: auto;
    margin-right: auto;
    margin-top: clamp(50px, 6.4583333333vw, 124px);
    padding-bottom: clamp(32px, 4.1666666667vw, 80px); }
    #smartpianist .ss-detail .tit_onpu {
      margin-bottom: clamp(44px, 5.7291666667vw, 110px); }
    #smartpianist .ss-detail h2 {
      text-align: center;
      margin-bottom: clamp(24px, 3.125vw, 60px); }
  #smartpianist .ss-detail--lead {
    line-height: 2; }
    @media screen and (min-width: 768px) {
      #smartpianist .ss-detail--lead {
        padding-left: clamp(64px, 8.3333333333vw, 160px);
        margin-bottom: clamp(16px, 2.0833333333vw, 40px);
        font-feature-settings: "palt";
        font-size: clamp(12px, 1.5625vw, 30px) !important; } }
    @media screen and (max-width: 767px) {
      #smartpianist .ss-detail--lead {
        margin-bottom: 48px;
        font-size: 15px;
        font-feature-settings: "palt"; } }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-notes--lead {
      padding-left: clamp(64px, 8.3333333333vw, 160px); } }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-notes--lead ul {
      padding-left: 1.75em;
      margin-bottom: clamp(16px, 2.0833333333vw, 40px); } }
  @media screen and (max-width: 767px) {
    #smartpianist .ss-notes--lead ul {
      padding-left: 1em;
      margin-bottom: 1em; } }
  #smartpianist .ss-notes--lead ul li {
    line-height: 2; }
    @media screen and (min-width: 768px) {
      #smartpianist .ss-notes--lead ul li {
        font-feature-settings: "palt";
        font-size: clamp(12px, 1.5625vw, 30px) !important; } }
    @media screen and (max-width: 767px) {
      #smartpianist .ss-notes--lead ul li {
        font-size: 12px !important; } }
  @media screen and (max-width: 767px) {
    #smartpianist .ss-notes--lead > p {
      font-size: 12px !important; } }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-instruments {
      max-width: clamp(454px, 59.0625vw, 1134px);
      margin-left: auto;
      margin-right: auto;
      padding: clamp(22px, 2.8125vw, 54px) clamp(19px, 2.4479166667vw, 47px) clamp(14px, 1.875vw, 36px) clamp(25px, 3.2291666667vw, 62px);
      border-radius: 21px;
      box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.16);
      border: solid 1px #fff;
      background-color: #fff;
      font-size: clamp(10px, 1.3020833333vw, 25px); } }
  @media screen and (max-width: 767px) {
    #smartpianist .ss-instruments {
      padding: 34px 23px 20px 25px;
      border-radius: 21px;
      box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.16);
      border: solid 1px #fff;
      background-color: #fff; } }
  #smartpianist .ss-instruments p {
    margin-bottom: 0;
    line-height: 1.6; }
    @media screen and (min-width: 768px) {
      #smartpianist .ss-instruments p {
        font-size: clamp(10px, 1.3020833333vw, 25px); } }
    @media screen and (max-width: 767px) {
      #smartpianist .ss-instruments p {
        font-size: 13px; } }
  #smartpianist .ss-instruments h3 {
    text-align: center; }
    @media screen and (min-width: 768px) {
      #smartpianist .ss-instruments h3 {
        font-size: clamp(12px, 1.5625vw, 30px);
        margin-top: 0;
        margin-bottom: clamp(12px, 1.5625vw, 30px); } }
    @media screen and (max-width: 767px) {
      #smartpianist .ss-instruments h3 {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 36px; } }
  @media screen and (min-width: 768px) {
    #smartpianist .ss-notes {
      max-width: 1714px;
      padding-left: clamp(20px, 2.6041666667vw, 50px);
      padding-right: clamp(20px, 2.6041666667vw, 50px);
      margin-left: auto;
      margin-right: auto;
      border-radius: clamp(8px, 1.09375vw, 21px);
      margin-top: clamp(22px, 2.8125vw, 54px); } }
  @media screen and (max-width: 767px) {
    #smartpianist .ss-notes {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    #smartpianist .ss-notes .tit_onpu {
      margin-top: 30px;
      margin-bottom: 50px; } }
  #smartpianist .ss-notes h2 {
    text-align: center;
    padding-bottom: clamp(20px, 2.6041666667vw, 50px); }
    @media screen and (max-width: 767px) {
      #smartpianist .ss-notes h2 {
        padding-bottom: 0; } }
  #smartpianist .ss-notes p {
    font-size: clamp(10px, 1.3020833333vw, 25px);
    margin-bottom: 0; }
  #smartpianist .ss-notes h3 {
    font-size: clamp(12px, 1.5625vw, 30px);
    margin-top: 0;
    margin-bottom: clamp(12px, 1.5625vw, 30px);
    text-align: center; }
  #smartpianist .ss-textlink {
    text-decoration: underline;
    color: #7641CE; }
  #smartpianist .icon-pdf {
    display: inline-block;
    width: auto !important;
    height: 20px !important;
    margin-left: 0.4em; }
    @media screen and (max-width: 767px) {
      #smartpianist .icon-pdf {
        height: 26px !important; } }

.bnr-fixed {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 108px;
  background-color: #7641CD; }
  @media screen and (max-width: 767px) {
    .bnr-fixed {
      height: 88px;
      padding-top: 12px;
      padding-bottom: 12px; } }
  @media screen and (min-width: 768px) {
    .bnr-fixed {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: clamp(45px, 5.8333333333vw, 112px);
      padding-right: clamp(17px, 2.1875vw, 42px); } }
  .bnr-fixed p {
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .bnr-fixed p {
        text-align: center;
        font-size: 13px;
        margin-bottom: 8px; } }
    @media screen and (min-width: 768px) {
      .bnr-fixed p {
        font-size: clamp(14px, 1.8229166667vw, 35px);
        font-feature-settings: "palt"; } }

.bnr-fixed-link {
  flex-grow: 1; }
  @media screen and (max-width: 767px) {
    .bnr-fixed-link {
      display: flex;
      justify-content: center; } }
  @media screen and (min-width: 768px) {
    .bnr-fixed-link {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; } }
  @media screen and (max-width: 767px) {
    .bnr-fixed-link img {
      height: clamp(40.33px, 10.262086514vw, 77px); } }
  @media screen and (min-width: 768px) {
    .bnr-fixed-link img {
      height: 70px; } }
  .bnr-fixed-link a {
    display: block;
    margin-bottom: 0; }
  .bnr-fixed-link a + a {
    margin-left: clamp(9px, 1.1458333333vw, 22px); }

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