@charset "UTF-8";
/* コンテンツ幅：PC */
body.streaming-online .pagetitle h2, .lead {
  font-size: 1.2em;
}

.streaming-online-course h4 {
  font-size: 1.6em;
}

body.streaming-online .pagetitle .devices .text {
  font-size: 80%;
}

/* 英字表記：見出し */
body.streaming-online .pagetitle h2:before, .streaming-online-course h3 .en {
  font-family: 'Gloria Hallelujah', cursive;
}

/* 英字表記 */
.clearfix, .row {
  min-height: 1px;
}

.clearfix:after, .row:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix, * html .row {
  height: 1px;
  /*\*/
  /*/
	  height: auto;
	  overflow: hidden;
	  /**/
}

ul.btn {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

ul.btn li a {
  display: inline-block;
  padding: 0.6em 1.8em;
  background-color: #a17000;
  color: #fff !important;
  line-height: 1;
  text-shadow: none;
  text-decoration: none;
}

ul.btn li a:hover {
  background-color: #a6423a;
}

ul.btn li a:after {
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: 0.6em;
}

ul.btn li button,
ul.btn li input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1em;
  display: inline-block;
  padding: 0.6em 1.8em;
  background-color: #a17000;
  color: #fff !important;
  line-height: 1;
  text-shadow: none;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

ul.btn li button:hover,
ul.btn li input[type="submit"]:hover {
  background-color: #a6423a;
}

ul.btn.btn-lg li a,
ul.btn.btn-lg li button,
ul.btn.btn-lg li input[type="submit"] {
  padding: 1.6em 2.8em;
}

/* 段組 --------------------------------------- */
/* PC */
.row {
  margin-right: -40px;
  /* １カラム */
  /* ２／３カラム */
  /* ２カラム */
  /* ３カラム */
  /* ４カラム */
}

@media only screen and (max-width: 480px) {
  .row {
    margin-right: 0;
  }
}

.row .col-12 {
  float: none;
  width: 960px;
  margin-top: 0;
  margin-right: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 480px) {
  .row .col-12 {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.row .col-8 {
  float: left;
  width: 613.33333px;
  margin-top: 0;
  margin-right: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 480px) {
  .row .col-8 {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.row .col-6 {
  float: left;
  width: 460px;
  margin-top: 0;
  margin-right: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 480px) {
  .row .col-6 {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.row .col-4 {
  float: left;
  width: 293.33333px;
  margin-top: 0;
  margin-right: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 480px) {
  .row .col-4 {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.row .col-3 {
  float: left;
  width: 210px;
  margin-top: 0;
  margin-right: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 480px) {
  .row .col-3 {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

/* -------------------------------------------------------------------------------- */
/*	動画配信レッスン&オンラインレッスン
/* -------------------------------------------------------------------------------- */
body.streaming-online .pagetitle {
  background-image: none;
  height: 438px;
}

@media only screen and (max-width: 480px) {
  body.streaming-online .pagetitle {
    height: auto;
  }
}

body.streaming-online .pagetitle:before,
body.streaming-online .pagetitle .pagetitle-inner {
  position: absolute;
}

@media only screen and (max-width: 480px) {
  body.streaming-online .pagetitle:before,
  body.streaming-online .pagetitle .pagetitle-inner {
    position: static;
  }
}

body.streaming-online .pagetitle:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 630px;
  top: 0;
  bottom: 0;
  right: 50%;
  background-image: url("../images/pages/streaming-online/pagetitle_img@2x.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 630px auto;
}

@media only screen and (max-width: 480px) {
  body.streaming-online .pagetitle:before {
    max-width: none;
    height: 300px;
    background-position: right 10px bottom;
    background-size: auto 300px;
  }
}

body.streaming-online .pagetitle .pagetitle-inner {
  bottom: 20px;
  left: 50%;
  margin-left: 30px;
}

@media only screen and (max-width: 480px) {
  body.streaming-online .pagetitle .pagetitle-inner {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

body.streaming-online .pagetitle header {
  background-color: transparent;
}

body.streaming-online .pagetitle h2 {
  width: auto;
  text-shadow: none;
  position: static;
  text-align: left;
  color: #999;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-bottom: 1em;
  font-weight: bold;
  color: #333;
}

@media only screen and (max-width: 480px) {
  body.streaming-online .pagetitle h2 {
    font-size: 1em;
    text-align: center;
  }
}

body.streaming-online .pagetitle h2:before {
  display: block;
  content: "StreamingService \A& OnlineLesson";
  white-space: pre;
  font-size: 2.8em !important;
  color: #999;
  line-height: 1.3;
  margin-bottom: .4em;
}

@media only screen and (max-width: 480px) {
  body.streaming-online .pagetitle h2:before {
    font-size: 2.2em !important;
    text-align: center;
  }
}

body.streaming-online .pagetitle .devices {
  display: inline-block;
  margin-top: 3.6em;
}

@media only screen and (max-width: 480px) {
  body.streaming-online .pagetitle .devices {
    display: block;
    margin-top: 1.6em;
  }
}

body.streaming-online .pagetitle .devices .icon {
  width: 176px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .2em;
}

@media only screen and (max-width: 480px) {
  body.streaming-online .pagetitle .devices .icon {
    width: 150px;
  }
}

body.streaming-online .pagetitle .devices .text {
  color: #a17000;
  font-weight: bold;
  text-align: center;
}

body.streaming-online .site-content main article {
  max-width: 760px;
}

.lead {
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .lead {
    text-align: left;
  }
}

.streaming-online-primary-color {
  color: #a17000;
}

.streaming-online-title {
  color: #a17000 !important;
  text-align: center;
}

.streaming-online-title:not(:first-child) {
  margin-top: 2.4em;
}

.streaming-online-highlighted-area {
  background-color: #f9edb4;
  padding: 1.2em 26px;
}

.streaming-online-table {
  border-bottom: dotted #bbb 1px;
}

.streaming-online-table > tbody > tr > th,
.streaming-online-table > tbody > tr > td {
  border-top: dotted #bbb 1px;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  vertical-align: top;
}

.streaming-online-table > tbody > tr > th:first-child,
.streaming-online-table > tbody > tr > td:first-child {
  padding-left: 40px;
}

@media only screen and (max-width: 480px) {
  .streaming-online-table > tbody > tr > th:first-child,
  .streaming-online-table > tbody > tr > td:first-child {
    padding-left: 10px;
  }
}

.streaming-online-table > tbody > tr > th:last-child,
.streaming-online-table > tbody > tr > td:last-child {
  padding-right: 40px;
}

@media only screen and (max-width: 480px) {
  .streaming-online-table > tbody > tr > th:last-child,
  .streaming-online-table > tbody > tr > td:last-child {
    padding-right: 10px;
  }
}

.streaming-online-table > tbody > tr > th {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

.streaming-online-table > tbody > tr > th + td {
  padding-left: 40px;
}

@media only screen and (max-width: 480px) {
  .streaming-online-table > tbody > tr > th + td {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .streaming-online-table > thead,
  .streaming-online-table > thead tr,
  .streaming-online-table > thead tr > th,
  .streaming-online-table > thead tr > td,
  .streaming-online-table > tbody,
  .streaming-online-table > tbody tr,
  .streaming-online-table > tbody tr > th,
  .streaming-online-table > tbody tr > td,
  .streaming-online-table > tfoot,
  .streaming-online-table > tfoot tr,
  .streaming-online-table > tfoot tr > th,
  .streaming-online-table > tfoot tr > td {
    display: block;
  }
  .streaming-online-table > tbody > tr > th,
  .streaming-online-table > tbody > tr > td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .streaming-online-table > tbody > tr > th {
    border-top-color: #999;
    border-top-style: solid;
  }
  .streaming-online-table > tbody > tr > th + td {
    border-top-style: solid;
  }
  .streaming-online-table > tbody > tr + tr {
    margin-top: 1em;
  }
}

body.streaming-online .site-content main article .btn {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}

body.streaming-online .site-content main article .btn li a {
  border: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.16);
          box-shadow: 0 3px 6px rgba(51, 51, 51, 0.16);
}

#outline {
  margin-top: 4em;
  background-image: url("../images/pages/streaming-online/outline_img@2x.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 284px auto;
  padding-bottom: 147px;
}

@media only screen and (max-width: 480px) {
  #outline {
    background-position: right 20px bottom;
    background-size: 254px auto;
    padding-bottom: 217px;
  }
}

#outline .streaming-online-highlighted-area {
  display: inline-block;
  background-color: rgba(249, 237, 180, 0.95);
}

@media only screen and (max-width: 480px) {
  #outline .streaming-online-highlighted-area {
    display: block;
  }
}

#fee {
  margin-top: 4em;
}

.streaming-online-course h3 {
  font-size: 1.4em !important;
  font-weight: bold;
}

.streaming-online-course h3,
.streaming-online-course h3 .en {
  text-align: center;
}

.streaming-online-course h3 .en {
  display: block;
  font-size: 2.2em !important;
  margin-bottom: .6em;
}

@media only screen and (max-width: 480px) {
  .streaming-online-course h3 .en {
    font-size: 1.4em !important;
  }
}

.streaming-online-course h4 {
  color: #333;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 1.2em;
  text-align: center;
}

.streaming-online-course h4 .en {
  display: block;
  padding-top: 0.8em;
  text-indent: 0.2em;
  color: #bbb;
  font-weight: 300;
  font-size: 60%;
}

.streaming-online-course#streaming-lesson h3,
.streaming-online-course#streaming-lesson h3 .en,
.streaming-online-course#streaming-lesson h4 {
  color: #982117;
}

.streaming-online-course#online-lesson h3,
.streaming-online-course#online-lesson h3 .en,
.streaming-online-course#online-lesson h4 {
  color: #1c3b79;
}
/*# sourceMappingURL=streaming-online.css.map */