@charset "utf-8";
/* CSS Document */
/**
 * --------------------------------------------------------------------------
 * learningTitle
 * --------------------------------------------------------------------------
 */
.learningTitleWrapper {
  display: flex;
 box-shadow: 0 5px 7px rgba(0,0,0,0.06);
}
.learningTitleColumn {
  width: 50%;
}
.learningTitleColumn .inner{
  padding: 23% 0 10%;
}
.learningTitleColumn.syougaiji {
  background: url("../../img/content/top/learning_syougaiji.jpg") center/cover no-repeat;
}
.learningTitleColumn.youji {
  background: url("../../img/content/top/learning_youji.jpg") center/cover no-repeat;
}

.learningTitle {
  font-size: 6rem;
  line-height: 1;
  margin: 0 0 60px 0;
}
  body.syougaiji .learningTitle {
    color: #00a96b;
  }
  body.youji .learningTitle {
    color: #f5638a;
  }

.learningTitleSub {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.learningTitleRead {
  font-size: 2.5rem;
}


/**
 * --------------------------------------------------------------------------
 * outline
 * --------------------------------------------------------------------------
 */
.bunyaSpecBox {
  width: 250px;
  margin: 40px auto 0;
}
.bunyaSpecDl {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.bunyaSpecDl:last-child {
  margin-bottom: 0;
}

body.syougaiji .bunyaSpecDl dt {
  color: #00a96b;
}
body.youji .bunyaSpecDl dt {
  color: #f5638a;
}

/**
 * --------------------------------------------------------------------------
 * curriculum
 * --------------------------------------------------------------------------
 */

/*研修box*/
.curriculumBox {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0px 10px rgba(0,0,0,0.3);
  padding: 50px;
  margin: 0 0 30px 0;
  display: flex;
  justify-content: space-between;
}
  .curriculumColum {
    width: 300px;
  }
  .curriculumColum2 {
    width: 770px;
  }
    .curriculumColum2Inner {
      display: flex;
      justify-content: space-between;
    }
      .curriculumColum2Inner:nth-child(n+2) {
        margin-top: 30px;
        padding-top: 30px;
        border-top:solid 1px #ccc; 
      }
      .curriculumColum2Inner .themeBox {
        width: 570px;
      }
      .curriculumColum2Inner .btBox {
        width: 170px;
        display: flex;
        justify-content: center;
        align-items: center;
      }

/*研修項目*/
.crclmTitle {
  font-size: 2.3rem;
  margin: 0 0 20px 0;
  line-height: 1.6;
}
.crclmChapter {
  font-size: 1.3rem;
  font-weight: 700;
}
  body.syougaiji .crclmChapter {
    color: #00a96b;
  } 
  body.youji .crclmChapter {
    color: #f5638a;
  } 

.crclmTime {
  font-size: 1.3rem;
  line-height: 1;
  display: none;
}
.crclmTime span{
  padding: 2px 10px 3px;
  color: #fff;
}
  body.syougaiji .crclmTime span{
  background: #00a96b;
  }
  body.youji .crclmTime span{
    background: #f5638a;
  }


/*研修内容・視聴*/
.crclmThemeSub {
  font-size: 1.3rem;
  line-height: 1;
  margin: 0 0 20px 0;
  display: none;
}
  body.syougaiji .crclmThemeSub {
    color: #00a96b;
  }
  body.youji .crclmThemeSub {
    color: #f5638a;
  }


.crclmThemeTitle {
  position: relative;
  font-size: 1.9rem;
  line-height: 1.6;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
}
  .crclmThemeTitle:before {
      content: "";
      display: block;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 10px;
  }
    body.syougaiji .crclmThemeTitle:before {
        background-color: #00a96b;
    }
    body.youji .crclmThemeTitle:before {
        background-color: #f5638a;
    }



.playBtn {
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
  .playBtn a{
    display: block;
    background: #002856;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    padding: 15px;
  }
/*    body.syougaiji .playBtn a{
      background: #00a96b;
    }*/

/*教員情報*/
.crclmTcUl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin: 0;
  padding: 0;
}
  .crclmTcUl li{
    list-style-type: none;
  }
  .crclmTcName {
    font-weight: 600;
  }
  .crclmTcFrom {
    font-size: 1.3rem;
  }


/**
 * --------------------------------------------------------------------------
 * outline
 * --------------------------------------------------------------------------
 */
.outlineDl {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ccc;
  padding: 20px 0;
}

.outlineDl dt {
  width: 20%;
}

.outlineDl dt h3 {
  background: #f9f1f5;
  padding: 10px;
  text-align: center;
}

.outlineDl dd {
  width: 80%;
  padding: 10px;
}


/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {
  
/**
 * --------------------------------------------------------------------------
 * learningTitle
 * --------------------------------------------------------------------------
 */
.learningTitleWrapper {
  display: inherit;
}
.learningTitleColumn {
  width: auto;
}
.learningTitleColumn .inner{
  width: 90%;
  padding: 50px 0;
  margin: 0 auto;
}
.learningTitleColumn.syougaiji {
  background: url("../../img/content/top/learning_syougaiji.jpg") center/cover no-repeat;
  height: 230px;
}
  
.learningTitleColumn.youji {
  background: url("../../img/content/top/learning_youji.jpg") center/cover no-repeat;
  height: 230px;
}

.learningTitle {
  font-size: 3.2rem;
  margin: 0 0 30px 0;
}
.learningTitleSub {
  font-size: 1.4rem;
  margin: 0 0 5px 0;
}
.learningTitleRead {
  font-size: 1.7rem;
}

/**
 * --------------------------------------------------------------------------
 * outline
 * --------------------------------------------------------------------------
 */
.bunyaSpecBox {
  width: 180px;
  margin: 40px auto 0;
}
.bunyaSpecDl {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.bunyaSpecDl:last-child {
  margin-bottom: 0;
}
  
/**
 * --------------------------------------------------------------------------
 * curriculum
 * --------------------------------------------------------------------------
 */

/*研修box*/
.curriculumBox {
  padding: 30px;
  margin: 0 0 30px 0;
  display: inherit;
}
  .curriculumColum {
    width: auto;
    margin-bottom: 20px;
  }
  .curriculumColum2 {
    width: auto;
  }
    .curriculumColum2Inner {
      display: inherit;
    }
      .curriculumColum2Inner:nth-child(n+2) {
        margin-top: 30px;
        padding-top: 30px;
      }
      .curriculumColum2Inner .themeBox {
        width: auto;
        margin: 0 0 30px 0;
      }
      .curriculumColum2Inner .btBox {
        width: auto;
        display: inherit;
      }

/*研修項目*/
.crclmTitle {
  font-size: 1.8rem;
  margin: 0 0 10px 0;
}
.crclmChapter {
  font-size: 1.3rem;
}
.crclmTime {
  font-size: 1.3rem;
  margin: 0 0 30px 0;
}

/*研修内容・視聴*/
.crclmThemeSub{
  font-size: 1.3rem;
  margin: 0 0 30px 0;
}
.crclmThemeTitle {
  font-size: 1.6rem;
  margin: 0 0 10px 0;
}
  .crclmThemeTitle:before {
      height: 12px;
      width: 12px;
      left: 0;
      top: 7px;
  }
  
  
  
.playBtn {
}
  .playBtn a{
  }

/*教員情報*/
.crclmTcUl {
  display: inherit;
}
  .crclmTcUl li{
    width: auto;
    margin-top: 10px;
  }
    .crclmTcUl li:first-child{
      margin-top: 0;
    }
  .crclmTcName {
  }
  .crclmTcFrom {
  }
/**
 * --------------------------------------------------------------------------
 * outline
 * --------------------------------------------------------------------------
 */
.outlineDl {
  display: inherit;
  padding: 0;
  margin: 0 0 20px 0;
  border: none;
}

.outlineDl dt {
  width: auto;
}

.outlineDl dt h3 {
  padding: 10px;
  text-align: left;
  margin: 0 0 10px 0;
}

.outlineDl dd {
  width: auto;
  padding: 0;
  margin: 0;
}
  
  
}