@charset "utf-8";
/*--------------------------------------------------------

	subject_style

	01. forPC Layout

	02. forSP Layout

--------------------------------------------------------*/




/********************************************************************************

	01. forPC Layout

********************************************************************************/

.title_wrap {
    background: #d2e9cb;
}
.title_suject:after {
    background: #37a514;
}
.box .box_inner {
    background: #d2e9cb;
}


.pdf_panel_01 a:after {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background: url(../../../assets/img/common/icon_download_pdf.svg) no-repeat rgba(255,255,255,.75) 53% 44%;
    background-size: auto 26px;
    position: absolute;
    right: 60px;
    bottom: 10px;
    transform: translate(0, -5%);
    border-radius: 50%;
    border: 1px solid #ccc;
}

.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;
}


/********************************************************************************

	02. forSP Layout
    *横幅が667px以下の場合


********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 668px) {








}
