@charset "UTF-8";
/**=============================================================================
 * WEBフォント
 */
@font-face {
  font-family: 'symbols';
  src: url("../font/symbols.eot?95171330");
  src: url("../font/symbols.eot?95171330#iefix") format("embedded-opentype"), url("../font/symbols.woff2?95171330") format("woff2"), url("../font/symbols.woff?95171330") format("woff"), url("../font/symbols.ttf?95171330") format("truetype"), url("../font/symbols.svg?95171330#symbols") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "symbols";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*__修正0117__*/
  color:#9a1215;
}

.icon-asign:before {
  content: '\e814';
}

.icon-award:before {
  content: '\e815';
}

.icon-blank:before {
  content: '\e816';
}

.icon-book:before {
  content: '\e817';
}

.icon-calender:before {
  content: '\e818';
  color:#ffffff;
}

.icon-check:before {
  content: '\e819';
}

.icon-clock:before {
  content: '\e81b';
  color:#ffffff;  
}

.icon-note:before {
  content: '\e81c';
}

.icon-lesson:before {
  content: '\e81d';
}

.icon-pass:before {
  content: '\e81e';
}

.icon-deed:before {
  content: '\e81f';
}

/**=============================================================================
 * 全体構造
 */
body {
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  color: #333333;
}

html[lang=ja] body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}

#container {
  overflow: hidden;
}

#container > header {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 16px 0;
  background-color: #ffffff;
  box-shadow: 0 -3px 6px 6px rgba(0, 0, 0, 0.15);
}

#container > header::before,
#container > header::after {
  content: "";
  display: table;
}

#container > header::after {
  clear: both;
}

@media (max-width: 980px) {
  #container > header {
    position: relative;
  }
}

#container > header .inner {
  max-width: 100%;
  padding: 0 16px;
}

@media (max-width: 1200px) {
  #container > header .inner {
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  #container > header .inner {
    padding: 0;
    margin: 0;
  }
}

#container > header + section {
  padding: 35px 0;
  margin: 0;
}

@media (max-width: 980px) {
  #container > header + section {
    padding: 0 0 35px;
  }
}

@media (max-width: 768px) {
  #container > header + section {
    padding: 0;
    margin: 0;
  }
}

#container > header + section + section {
  padding-bottom: 35px;
  margin-top: 0;
  background-color: #f2f2f2;
}

#container > footer {
  width: 100%;
  padding: 24px 0;
  margin-top: 60px;
  background-color: #666666;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}

#container > section {
  padding: 0;
  margin: 35px auto;
  text-align: center;
}

#container > section.colored {
  padding-top: 35px;
  /*background-color: #b53225;
  background-color: #2d7abb;*/
  /*__修正0117__*/
  background-color: #9a1215;
  color: #fff;
}

#container > section > h2 {
  width: 100%;
  padding: 22px 0;
  margin: 35px auto;
  border-top: solid 1px #b3b3b3;
  border-bottom: solid 1px #b3b3b3;
  font-size: 24px;
  text-align: center;
  color: #4d4d4d;
}

#container > p {
  padding: 0;
  margin: 0;
  text-align: center;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.inner::before,
.inner::after {
  content: "";
  display: table;
}

.inner::after {
  clear: both;
}

@media (max-width: 1200px) {
  .inner {
    max-width: 980px;
  }
}

@media (max-width: 980px) {
  .inner {
    max-width: 100%;
    margin: 0 10px;
  }
}

@media (max-width: 768px) {
  .inner {
    max-width: 100%;
  }
}

.inner.bordered {
  border: solid 1px #b3b3b3;
  border-radius: 6px;
}

.inner.bordered > h2 {
  margin-top: 0;
}

.inner > h2 {
  position: relative;
  padding: 22px 0;
  margin: 0 auto 35px;
  font-size: 24px;
  line-height: 1;
  color: #4d4d4d;
  text-align: center;
  white-space: nowrap;
}

.colored > .inner > h2 {
  color: white;
}

.inner > h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 53px;
  margin: auto;
  border-bottom: solid 1px #4d4d4d;
}

.colored > .inner > h2::after {
  border-bottom: solid 1px white;
}

aside.inner {
  max-width: 825px;
}

/* グリッド */
.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

@media (max-width: 980px) {
  .col-4 {
    width: 100%;
  }
}

.col-6 {
  width: 50%;
}

@media (max-width: 768px) {
  .col-6 {
    width: 100%;
  }
}

.col-8 {
  width: 66.66%;
}

@media (max-width: 980px) {
  .col-8 {
    width: 100%;
  }
}

.col-12 {
  width: 100%;
}

/**=============================================================================
 * ヘッダー
 */
#menu-link {
  display: none;
  position: absolute;
  z-index: 10;
  right: 0;
  height: 16px;
  padding: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  color: #333333;
  text-indent: 8px;
  background: url(../img/menu-icon.png) 0 50% no-repeat;
}

@media (max-width: 980px) {
  #menu-link {
    display: inline-block;
    top: 16px;
  }
}

@media (max-width: 768px) {
  #menu-link {
    width: 16px;
    top: 0;
    bottom: auto;
    background-position: 50% 50%;
    text-indent: 32px;
  }
}

.head-logo {
  float: left;
  list-style: none;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .head-logo {
    padding-left: 16px;
  }
}

@media (max-width: 768px) {
  .head-logo {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .head-logo {
    margin-bottom: -12px;
  }
}

.head-logo li {
  display: inline-block;
  height: 100%;
  margin-right: 1em;
}

@media (max-width: 480px) {
  .head-logo li {
    height: 16px;
    margin-bottom: 12px;
  }
}

.head-logo img {
  max-height: 100%;
  vertical-align: top;
}

.navi-links {
  float: right;
  list-style: none;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

@media (max-width: 980px) {
  .navi-links {
    display: none;
    width: 100%;
    margin-bottom: -16px;
    background-color: #ffffff;
    text-align: center;
  }
}

.navi-links.show {
  display: block;
}

.navi-links li {
  display: inline-block;
  margin-left: 1em;
}

@media (max-width: 980px) {
  .navi-links li {
    display: block;
    margin-left: 0;
    border-top: solid 1px #ccc;
  }
}

.navi-links a {
  text-decoration: none;
  color: #000000;
}

@media (max-width: 980px) {
  .navi-links a {
    display: block;
    padding: 15px;
  }
}

/**=============================================================================
 * パーツ
 */
em {
  font-weight: bolder;
}

strong {
  font-weight: bolder;
  font-size: 150%;
}

small {
  font-size: 75%;
}

p {
  text-align: left;
  margin-bottom: 1em;
  word-break: break-all;
}

b {
  font-weight: bold;
  color: #dd0000;
}

aside p {
  margin: 2em auto;
  color: #333333;
  line-height: 1.5;
}

.center {
  text-align: center;
}

/* プロフィール */

.profile-block {
    width: 912px;
    margin: 35px auto;
}


/*__修正0116__*/

.profile-detail > p {
    width: 50%;
    float: left;
    text-align: left;
}

.profile-block::before,
.profile-block::after {
    content: "";
    display: table;
}

.profile-block::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media (max-width: 768px) {
    .profile-block {
        width: auto;
    }
}


/*▼　__修正0117__*/


/*__修正0117__*/


/*__修正0117__▼　*/

.profile-summary {
    width: 47.5%;
    float: left;
    min-height: 14.5rem;
    border-bottom: #e4e4e4 solid 0.5px;
    margin-bottom: 1rem;
}

.profile-summary:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.profile-summary:nth-child(odd) {
    margin-right: 5%;
}

.profile-image {
    float: left;
    margin: 0 2% 0 0;
    width: 30%;
}

.profile-image img {
    width: 100%;
}

.teacher_name {
    width: 68%;
    font-size: 120%;
    font-weight: bolder;
    text-align: left;
    margin: 0 0 0.5rem 0;
    display: block;
    float: left;
}

.teacher_name2 {
    font-size: 80%;
    font-weight: bolder;
    display: inline-block;
    text-indent: 0.5rem;
}

.section {
    width: 68%;
    display: block;
    text-align: left;
    float: left;
    margin: 0 0 0.5rem 0;
}

.profile-detail-text {
    display: block;
    /*display: inline-block;
  float:left;*/
    font-size: 80%;
    text-align: left;
    line-height: 1.4;
    height: 196px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .profile-summary  {
        /*min-height: 18.5rem;*/
        min-height:auto;
        padding-bottom:1.5em;
    }
}
@media (max-width: 500px) {
    .profile-summary  {
        width:98%;
        margin: 0 auto 1rem auto;
        padding-bottom: 1rem;
        min-height:auto;
    }
}
.profile-detail > p {
    margin-bottom: 1em;
    line-height: 1.5;
    text-align: left;
}

.profile-detail .profile-detail-text {
    word-break: break-all;
    text-align: justify;
}

.profile-image + .profile-detail {
    float: right;
    width: 351px;
}

@media (max-width: 768px) {
    .profile-image + .profile-detail {
        float: none;
        width: auto;
        margin: 1em auto;
    }
}


/*▲　修正0117__*/


/*__修正0117__*/


/*__修正0117__*/


/*__修正0117__▲　*/

/* カラム */
.bordered-box {
  float: left;
  padding: 12px;
  box-sizing: border-box;
}

.bordered-box > div {
  border: solid 1px #b3b3b3;
  border-radius: 3px;
  background-color: #fff;
  color: #4d4d4d;
}

.bordered-box > div > h3 {
  position: relative;
  padding: 15px;
  border-bottom: solid 1px #b3b3b3;
  font-weight: normal;
}

.bordered-box > div > h3:before {
  width: 30px;
  margin-right: 5px;
  margin-left: -0.5em;
  font-size: 37px;
  line-height: 15px;
  text-align: right;
  vertical-align: bottom;
}

.bordered-box > div > h3 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 95px;
  margin: auto;
}

.bordered-box > div > h3 + p {
  min-height: 6em;
  padding: 20px;
  margin: 0;
  line-height: 1.5;
}

.bordered-box-container {
  margin: 35px -12px 0;
}

.bordered-box-container::before,
.bordered-box-container::after {
  content: "";
  display: table;
}

.bordered-box-container::after {
  clear: both;
}

/**/
.column-two {
  max-width: 792px;
  margin: 55px auto 0;
}

.column-two::before,
.column-two::after {
  content: "";
  display: table;
}

.column-two::after {
  clear: both;
}

.column-two > div {
  float: left;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-left: solid 3px #cf0f31;
  line-height: 1.5;
  text-align: left;
}

.column-two > div > h3 {
  padding: 15px;
  font-size: 20px;
  color: #cf0f31;
}

.column-two > div > h3 + p {
  min-height: 7.5em;
  padding: 0 15px;
  text-align: justify;
}

@media (max-width: 768px) {
  .column-two > div > h3 + p {
    min-height: 4.5em;
  }
}

/* スケジュール */
.schedule-box {
  float: left;
  /*width: 33%;*/
  /*__修正0116__*/
  width:50%;
  padding: 12px;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.5;
}

.schedule-box:nth-child(3n+1) {
  clear: both;
}

@media (max-width: 980px) {
  .schedule-box {
    width: 50%;
  }
  .schedule-box:nth-child(3n+1) {
    clear: none;
  }
  .schedule-box:nth-child(2n+1) {
    clear: both;
  }
}

@media (max-width: 768px) {
  .schedule-box {
    width: 100%;
  }
}

.schedule-box h3 {
  height: 28px;
  margin-bottom: 1em;
  /*color: #2963ae;*/
  /*__修正0117__*/
  color: #9a1215;
  line-height: 1;
  /*border-bottom: solid 2px #2963ae;*/
  border-bottom: solid 2px #9a1215;
}

.schedule-box h3 .num {
  display: inline-block;
  position: relative;
  right: -3px;
  top: -4px;
  width: 33px;
  height: 24px;
  padding: 4px 0;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  /*background-color: #2963ae;*/
  /*__修正0117__*/
  background-color: #9a1215;
  font-family: Arial, sans-serif;
}

.schedule-box ol, .schedule-box ul {
  list-style: none;
}

.schedule-box li {
  position: relative;
  margin-bottom: 5px;
}

.schedule-box-label {
  position: absolute;
  /*width: 4em;*/
  /*__修正0116__*/
  width: 1.5em;
}

.schedule-box-label + span {
  display: block;
  /*margin-left: 4em;*/
  /*__修正0116__*/
  margin-left: 1.5em;
}

.schedule-container {
  margin: 0 -12px;
}

.schedule-container::before,
.schedule-container::after {
  content: "";
  display: table;
}

.schedule-container::after {
  clear: both;
}

/* ボタン */
.btn, .btn-large {
  display: inline-block;
  position: relative;
  min-width: 354px;
  height: 24px;
  padding: 10px;
  margin: 0 1em;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
}

@media (max-width: 980px) {
  .btn, .btn-large {
    display: block;
    max-width: 354px;
    margin: 20px auto;
  }
}

@media (max-width: 768px) {
  .btn, .btn-large {
    width: auto;
    max-width: 100%;
    min-width: 0;
    margin: 20px 10px;
  }
}

.btn.yellow, .btn-large.yellow {
  color: #d3d018;
  border-color: #d3d018;
}

.btn.blue, .btn-large.blue {
  color: #137cc2;
  border-color: #137cc2;
}

.btn.red, .btn-large.red {
  color: #cf0f31;
  border-color: #cf0f31;
}

.btn.filled, .btn-large.filled {
  color: #fff;
}

.btn.filled.blue, .btn-large.filled.blue {
  background-color: #137cc2;
}

.btn.filled.red, .btn-large.filled.red {
  background-color: #cf0f31;
}

.btn.filled.yellow, .btn-large.filled.yellow {
  background-color: #d3d018;
  color: #000;
}

.btn::before, .btn-large::before {
  content: "▶";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 0;
  height: 0;
  margin: auto;
  font-family: Arial, sans-serif;
  line-height: 0;
}

.btn::after, .btn-large::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  padding: 1px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.2s;
}

.btn:hover::after, .btn-large:hover::after {
  opacity: 0.3;
}

.btn-large {
  height: 44px;
  line-height: 46px;
}

.course-read {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: 40px 0;
  text-align: center;
}

@media (max-width: 980px) {
  .course-read .inner {
    margin: 0;
  }
}

.course-card {
  float: right;
  display: inline-block;
  margin: 0 auto 0;
}

@media (max-width: 1200px) {
  .course-card {
    float: none;
  }
}

.course-card img {
  width: 100%;
  height: auto;
}

.course-card-blur {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 406px;
  background-color: #ccc;
  background: url("../img/blur.png") 50% 50% #666;
  background-size: 100% auto;
  z-index: -10;
  opacity: 0.7;
}

@media (max-width: 790px) {
  .course-card-blur {
    display: none;
  }
}

.course-card::after {
  content: "";
  position: absolute;
  top: 406px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: -10;
}

@media (max-width: 790px) {
  .course-card::after {
    top: 0;
  }
}

@media (max-width: 980px) {
  .course-card {
    max-width: 100%;
  }
}

.course-detail {
  float: left;
  width: 384px;
  height: 426px;
  padding: 20px 18px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #B2B2B2;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1200px) {
  .course-detail {
    float: none;
    width: 792px;
    height: auto;
    margin: 15px auto;
  }
}

@media (max-width: 980px) {
  .course-detail {
    width: auto;
    padding: 20px 10px;
  }
}

@media (max-width: 768px) {
  .course-detail {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.course-detail .btn {
  display: block;
  width: 324px;
  min-width: 324px;
  margin: 0;
}

@media (max-width: 1200px) {
  .course-detail .btn {
    display: inline-block;
    width: auto;
    min-width: 354px;
  }
}

@media (max-width: 768px) {
  .course-detail .btn {
    width: 324px;
    max-width: 100%;
    min-width: 0;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .course-detail .btn {
    display: block;
    width: auto;
  }
}

.course-detail-columns {
  text-align: left;
  line-height: 1;
}

.course-detail-columns::before,
.course-detail-columns::after {
  content: "";
  display: table;
}

.course-detail-columns::after {
  clear: both;
}

.course-detail-columns > div {
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .course-detail-columns > div {
    float: left;
    width: 50%;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .course-detail-columns > div {
    width: auto;
    margin-bottom: 20px;
  }
}

.course-detail-name {
  font-size: 111%;
  line-height: 1.5;
  font-weight: bold;
}

.course-detail-start {
  font-size: 150%;
}

@media (max-width: 480px) {
  .course-detail-start {
    font-size: 110%;
  }
}

.course-detail-start em {
  font-size: 200%;
  font-style: normal;
}

.course-detail-title {
  display: inline-block;
  height: 20px;
  padding: 6px 20px;
  margin-bottom: 1em;
  background-color: #fff;
  border-radius: 20px;
  font-size: 20px;
  line-height: 1.333333;
  font-weight: bold;
  /*color: #2963ae;*/
  /*__修正0117__*/
  color: #9a1215;
  vertical-align: middle;
}

.course-complement {
  display: block;
  margin: 0 0 10px;
  white-space: normal;
  text-align: left;
  font-size: 150%;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .course-complement {
    display: inline-block;
    white-space: nowrap;
    margin: 0 1em;
    font-size: 120%;
  }
}

@media (max-width: 768px) {
  .course-complement {
    display: block;
    margin: 0 0 10px;
    white-space: normal;
    text-align: left;
  }
}

.course-complement > span {
  display: inline-block;
}

/*20170125追加*/
.course-complement .time{
  margin:0.5rem 0 0 2rem;
}
@media (max-width: 1200px) {
    .course-complement .time{
      margin:0.5rem 0 0 0;
    }
  }
.course-complement-subject {
  display: inline-block;
  min-width: 6em;
  padding-right: 1em;
  font-size: 83%;
  font-weight: normal;
}

@media (max-width: 1200px) {
  .course-complement-subject {
    min-width: 5em;
  }
  .course-complement .time{
    margin:0.5rem 0 0 0;
  }
}

@media (max-width: 768px) {
  .course-complement-subject {
    min-width: 9em;
  }
  .course-complement .time{
    margin:0.5rem 0 0 2rem;
  }
}

@media (max-width: 480px) {
  .course-complement-subject {
    min-width: 6em;
  }
  .course-complement .time{
    margin:0.5rem 0 0 2rem;
  }
}

.course-complement-subject[class*=" icon-"]:before {
  font-size: 150%;
  line-height: 1;
  margin-left: -0.15em;
}

.course-complement-container {
  padding: 10px 0 0;
  margin-top: -7px;
  border-top: solid 1px #fff;
}

.course-complement-container::before,
.course-complement-container::after {
  content: "";
  display: table;
}

.course-complement-container::after {
  clear: both;
}

@media (max-width: 1200px) {
  .course-complement-container {
    padding: 20px 0;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .course-complement-container {
    text-align: left;
  }
}

.course-flow-image {
  margin: 35px 20px 55px;
  /*color: #2963ae;*/
  /*__修正0117__*/
  color: #9a1215;

}

.course-flow-image::before,
.course-flow-image::after {
  content: "";
  display: table;
}

.course-flow-image::after {
  clear: both;
}

@media (max-width: 768px) {
  .course-flow-image {
    margin: 0 auto 35px;
  }
}

.course-flow-image-box {
  position: relative;
  /*width: 25%;*/
  width: 33%;
  float: left;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .course-flow-image-box {
    width: 100%;
    float: none;
    padding-top: 60px;
  }
}

.course-flow-image-box:before {
  display: block;
  margin: -20px auto 0;
  font-size: 150px;
}

.course-flow-image-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -20px;
  margin-left: -17px;
  border-style: solid;
  border-width: 20px 33px;
  border-color: transparent;
  /*border-left-color: #8cb2e4;*/
  /*__修正0117__*/
  border-left-color:#f1b5b7;

}

@media (max-width: 768px) {
  .course-flow-image-box:after {
    top: 0;
    left: 50%;
    bottom: 100%;
    margin-top: 15px;
    margin-left: -20px;
    border-width: 33px 20px;
    border-top-color: #9a1215;
    border-left-color: transparent;
  }
}

@media (max-width: 768px) {
  .course-flow-image-box:first-child {
    padding-top: 0;
  }
}

.course-flow-image-box:first-child:after {
  content: none;
}

.course-flow-image-box > span {
  font-size: 16px;
  font-weight: bold;
}

#course-about .movie-block {
  position: relative;
  float: left;
  width: 50%;
  min-height: 337px;
  background-color: #000;
}

@media (max-width: 1200px) {
  #course-about .movie-block {
    min-height: 276px;
  }
}

@media (max-width: 980px) {
  #course-about .movie-block {
    float: none;
    width: 100%;
    max-width: 480px;
    min-height: 270px;
    margin: 70px auto 20px;
  }
}

#course-about .movie-block .baloon {
  position: absolute;
  top: -30px;
  left: 0;
  display: inline-block;
  padding: 4px 20px;
  /*background-color: #2963ae;*/
  /*__修正0117__*/
  background-color: #9a1215;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  z-index: 2;
}

#course-about .movie-block .baloon::after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  bottom: -10px;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  /*border-top-color: #2963ae;*/
  /*__修正0117__*/
  border-top-color: #9a1215;
}

#course-about .movie-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#course-about .detail-text {
  text-align: left;
}

#course-about .detail-text p {
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  text-align: justify;
  /*__修正0116__*/
  text-indent:1em;
}

#course-about .movie-block + .detail-text {
  float: right;
  width: 50%;
  padding-left: 1em;
  box-sizing: border-box;
}

@media (max-width: 980px) {
  #course-about .movie-block + .detail-text {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.sns-icons {
  margin: 60px auto;
  list-style: none;
  text-align: center;
}

.sns-icons li {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 8px;
  vertical-align: top;
}

.sns-icons li img {
  width: 100%;
  height: auto;
}

.no_border{
  border-bottom:none;
}

/*# sourceMappingURL=../css */