@charset "utf-8";

html {
    width: 100%;
    height: 100%;
    font-size: 10px; /* 10px */
  }

body {
    margin: 0;
	font-family: YuGhothic, YuGhothicM, sans-serif;
    /* letter-spacing: 0.025rem; */
	font-size: 13px;
	/* for Chrome browser */ -webkit-text-size-adjust: none;
	font-weight: normal;
    background: #fff;
    color: #282828;
}

a {
    color: inherit;
    -webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
            transition: all .1s linear;
  }
  
  /*** mod 2016/06/14 テキストリンク色変更 ***/
  a:link, a:visited {
  /*  color: #9b9b9b; */
    text-decoration: none;
  }
  
  a:hover, a:active {
  /*  opacity: .6; */
    opacity: .7;
  }


  /*-------------------- mobile 全体デザイン --------------------*/

  #inc_hon-gakko {
      width: 100%;
  }

  #inc_hon-gakko > h2 {
    font-size: 15px;
    color: #603813;
  }

  #inc_hon-gakko > ul {
      list-style: none;
      padding: 0;
  }

  #inc_hon-gakko > ul > li {
    border: solid 1px #dbdbdb;
    border-radius: 10px;
    padding: 30px 10px 10px 10px;
  }

  #inc_hon-gakko > ul a.container {
      display: block;
      position: relative;
  }

  #inc_hon-gakko > ul .genre {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: absolute;
      z-index: 2;
      right: 10px;
      top: 4rem;
      width: 6em;
      height: 6em;
      border-radius: 50%;
      background: hsla(0, 0%, 100%, 0.8);
  }

  #inc_hon-gakko > ul .platform {
      position: absolute;
      z-index: 2;
      right: -2px;
      top: -20px;
      font-size: 10.5px;
      font-weight: bold;
      line-height: 1.25;
      text-align: right;
      background: transparent;
  }

  #inc_hon-gakko > ul .platform.youtube::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 15px;
      margin-right: .5rem;
      background: url(./images/ico_youtube.png) center center / 20px auto no-repeat;
      vertical-align: bottom;
  }

  #inc_hon-gakko .tn img {
      width: 100%;
      height: auto;
  }

  #inc_hon-gakko .teacher {
      margin: 0;
  }

  #inc_hon-gakko .theme {
      color: var(--color-main);
      margin: 0;
      font-size: 13px;
      font-feature-settings: "palt";
      font-weight: bold;
  }