@charset "utf-8";
/*--------------------------------------------------------

	subject_style

	01. forPC Layout

	02. forSP Layout

--------------------------------------------------------*/




/********************************************************************************

	01. forPC Layout

********************************************************************************/

.title_wrap {
    background: #f4e7c8;
}
.title_suject:after {
    background: #f5b41b;
}
.box .box_inner {
    background: #f4e7c8;
}


.substance_a {
  position: relative;
  display: block;
  align-items: center;
  height: 200px;
  width: 288px;
  background: #fff;
  padding: 30px 10px;
}
.substance_a h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.15;
}
.substance_a dl {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.8;
  padding-left: 10px;

}
.box_movie {
  background: #eee !important;
}

.movie_panel_01 a {
    position: relative;
    /*display: block;*/
}
.movie_panel_01 a img {
  margin: 0 auto;
}
.movie_panel_01 a:after {
    content: "";
    height: 60px;
    width: 60px;
    background: url(../../assets/img/common/icon_play.svg) no-repeat;
    background-size: 60px 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .9;
}

.textbook_slogan {
    margin: 0 0 10px;
    padding: 2px 0;
    border-bottom: 1px dotted #aaa;
    border-top: 1px dotted #aaa;
    font-size: 16px;
}


/********************************************************************************

	02. forSP Layout
    *横幅が667px以下の場合


********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 668px) {

.substance_a {
	display: block;
}


}
