@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese");
html {
  font-size: 62.5% !important; }

body {
  width: 100%;
  margin: 0 auto;
  font: 0.625rem "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  color: #111;
  font-size: 1.4rem;
  word-break: break-all;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

*:focus {
  outline: none; }

/* ヘッダー */
.header {
  width: 100%;
  padding: 10px 0;
  background-color: #0e9e37; }
  .header h1 {
    text-align: center;
    font-size: inherit;
    line-height: 1; }
  .header .logo {
    width: 72px; }

/* フッター */
.footer {
  padding: 10px;
  background-color: #0e9e37; }
  .footer p {
    text-align: center;
    font-size: 1.0rem;
    line-height: 1;
    color: #FFF;
    font-weight: 600; }

/* コンテンツ */
.site-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 10px; }

.headline_area {
  padding: 0 10px;
  background-color: #0e9e37;
  text-align: center; }

.headline_image_wrap {
  max-width: 900px;
  margin: 0 auto;
  position: relative; }
  .headline_image_wrap .kuma {
    position: absolute;
    top: -20px;
    right: 2px; }

.course_info {
  padding: 5px 0 10px;
  text-align: center; }

.course_name {
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFF; }

.section_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .section_name span {
    padding: 0 15px;
    background-color: #FFF;
    border-radius: 50px;
    font-size: 1.8rem;
    font-weight: 900;
    color: #0e9e37; }

.hr-line {
  border: none;
  padding: 5px 0; }

.kyouzai_wrap:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dashed #CCC; }

.kyouzai_wrap h2 {
  margin-bottom: 10px;
  font-size: 1.6rem; }
  .kyouzai_wrap h2:before {
    content: '●';
    color: #0e9e37; }

.kyouzai_image {
  margin-bottom: 20px; }

.player audio {
  display: none; }

/* 音声プレーヤー */
.audioplayer {
  margin-bottom: 5px;
  padding-bottom: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .audioplayer .audioplayer-time {
    position: absolute;
    bottom: 0;
    font-size: 1.2rem;
    font-weight: 600; }
    .audioplayer .audioplayer-time-current {
      left: 95px; }
    .audioplayer .audioplayer-time-duration {
      right: 20px; }

.audioplayer-playpause {
  width: 65px;
  height: 40px;
  border-radius: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .audioplayer-playpause:after {
    content: '';
    width: 70%;
    height: 26px;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 42px;
    font-family: "FontAwesome";
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .audioplayer-playpause a {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #FFF;
    font-size: 2.6rem;
    font-weight: 900;
    text-decoration: none;
    display: none; }

.audioplayer-stopped .audioplayer-playpause {
  background-color: #ff5a53;
  border: 3px solid #f53731;
  -webkit-box-shadow: 0 2px 0 0 #f53731;
  box-shadow: 0 2px 0 0 #f53731; }
  .audioplayer-stopped .audioplayer-playpause:after {
    padding-left: 4px;
    border: 2px solid #f53731;
    content: "\f04b";
    color: #f53731; }

.audioplayer-playing .audioplayer-playpause {
  background-color: #0e9e37;
  border: 3px solid #00ac39;
  -webkit-box-shadow: 0 2px 0 0 #00ac39;
  box-shadow: 0 2px 0 0 #00ac39; }
  .audioplayer-playing .audioplayer-playpause:after {
    border: 2px solid #00ac39;
    content: "\f04c";
    color: #00ac39; }

.audioplayer-volume {
  display: none; }

.audioplayer-bar {
  width: 100%;
  height: 26px;
  margin-left: 25px;
  margin-right: 15px;
  background-color: #FFF;
  border: 2px solid #4699d8;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 0 2px #4699d8;
  box-shadow: 0 2px 0 2px #4699d8;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .audioplayer-bar div {
    width: 0;
    height: 100%;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0; }

.audioplayer-bar-played {
  background-color: #52b4ff; }
  .audioplayer-bar-played:after {
    content: '';
    width: 36px;
    height: 36px;
    border: 2px solid #318dd4;
    background-color: #FFF;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    right: -18px; }
