@charset "utf-8";
/*--------------------------------------------------------

  textbook

  01. forPC Layout

  02. forSP Layout

  03. forSP Layout (max-width: 321px)

--------------------------------------------------------*/


/********************************************************************************

  01. forPC Layout

********************************************************************************/

/* ----------------------------------
  PC　SP view divergence - utility
---------------------------------- */
.u-media-pc {
  display: block;
}
.u-media-sp {
  display: none;
}

/* ============================================================ firstview */
.firstview_wrap{
  overflow: hidden;
  position: relative;
}
.firstview_wrap:before{
  position:absolute;
  bottom: 0;
  right: calc(50.5% + 350px);
  content: "";
  height: 30px;
  width: 100%;
  background: #fff;
}
.firstview_wrap:after{
  position:absolute;
  bottom: 0;
  left: calc(49.5% + 640px);
  content: "";
  height: 30px;
  width: 100%;
  background: #fff;
}

.firstview {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.firstview .title{
  position: absolute;
  /*left: 61.5%;*/
  left: 61%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
  text-align: center;
}
.firstview .title .ind{
/*  margin: 0 0 0 -.4em;*/
}

.firstview .title .slogan{
  position: relative;
  top: -20px;
  font-size: 20px;
  font-weight: 400;
}

.firstview .substance {
  min-height: 334px;
}
.firstview .substance img {
  margin: 15px 120px 20px;
}

.firstview .substance .year {
    position: absolute;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #ff8800;
    color: #ff8800;
    font-size: 12px;
}
.firstview .substance .year_latest {
    position: absolute;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #ff8800;
    color: #ff8800;
    font-size: 12px;
}
.firstview .substance .year_latest_r6 {
    position: absolute;
    padding: 2px 5px;
    background: #ff8800;
    border: 1px solid #ff8800;
    color: #fff;
    font-size: 12px;
}
.firstview .substance .year_latest_r8 {
    position: absolute;
    padding: 2px 5px;
    background: #ff008e;
    border: 1px solid #ff008e;
    color: #fff;
    font-size: 12px;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
.firstview .substance .year,
.firstview .substance .year_latest {
  padding: 4px 5px 0;
}  /* IE11 */
}
.firstview .substance .year_position_01 {
    bottom: 38px;
    left: 178px;
}
.firstview .substance .year_position_02 {
    bottom: 38px;
    left: 360px;
}

.firstview .textbook_number_wrap {
  position: absolute;
  right: 15px;
  top: 15px;
}
.firstview .textbook_number_in {
  display: table;
  border-collapse: collapse;
  margin: 0 0 5px;
  background: rgba(255,255,255,.75);
  font-size: 13px;
}
.firstview .textbook_number_wrap dt,
.firstview .textbook_number_wrap dd {
  display: table-cell;
  padding: 3px 4px;
  border: 1px solid #333;
  line-height: 1;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
.firstview .textbook_number_wrap dt,
.firstview .textbook_number_wrap dd {
  padding: 6px 4px 1px;
}  /* IE11 */
}

.firstview .textbook_number_wrap .textbook_number {
  min-width: 55px;
}

.detail_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5px;
}
.firstview .detail_wrap dt,
.firstview .detail_wrap dd {
  padding: 14px 5px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 14px;
  text-align: center;
}
.firstview .detail_wrap dt {
  background: #ebebeb;
}
.firstview .detail_wrap dd {
  border-bottom: 1px solid #000;
  background: #fff;
}
.firstview .detail_wrap dl {
  box-sizing: border-box;
  flex-basis: 12.5%;
}
.firstview .detail_wrap dl.title {
  flex-basis: 37%;
}
.firstview .detail_wrap dl.title dd {
  text-align: left;
}
.firstview .detail_wrap dl:last-child {
  border-right: 1px solid #000;
}

.info_wrap{
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 5px;
}
.info_wrap:last-child{
  padding: 0 0 10px;
}
.firstview .info_wrap dt,
.firstview .info_wrap dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 16px;
  padding: 5px 10px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
}
.firstview .info_wrap dt {
  flex-basis: 28%;
  justify-content: center;
  background: #ebebeb;
}
.firstview .info_wrap dd {
  flex-basis: 72%;
  background: #fff;
  text-align: left;
}
.firstview .info_wrap dl {
  box-sizing: border-box;
  flex-basis: 49.9%;
  display: flex;
}
.firstview .info_wrap dl:nth-child(2n) {
  border-right: 1px solid #000;
}
.firstview .info_wrap dl:nth-last-child(-n+2) {
  border-bottom: 1px solid #000;
}

.firstview .info_wrap dl:nth-child(2n+1) {
  flex-basis: 45%;
}
.firstview .info_wrap dl:nth-child(2n) {
  flex-basis: 55%;
}

.firstview .info_wrap dd a:link,
.firstview .info_wrap dd a:visited {
  color: #0096e0;
}
.firstview .info_wrap dd a:hover {
  opacity: 0.7;
}

/* ============================================================ container */
.contents_sub {
  position: relative;
  left: .5%;
  top: -45px;
  min-width: 240px;
  letter-spacing: -.03em;
}

#subject_menu {
  width: 240px;
}

.subject_menu_active #subject_menu {
  position: fixed;
  top: 1px;
  z-index: 20;
}

@media print{

.subject_menu_active #subject_menu {
  position: relative;
}

}

.subject_menu_bottom #subject_menu {
  position: absolute;
  bottom: 50px;
  top: auto;
}

#subject_menu .textbook_number_in {
    display: table;
    border-collapse: collapse;
    margin: 0 0 5px;
    background: rgba(255, 255, 255, .75);
    font-size: 13px;
}
#subject_menu .textbook_number_wrap dt, #subject_menu .textbook_number_wrap dd {
    display: table-cell;
    padding: 3px 4px;
    border: 1px solid #333;
    line-height: 1;
}
#subject_menu_bottom #subject_menu {
  position: absolute;
  bottom: 50px;
  top: auto;
}
#subject_menu .textbook_number_wrap {
    padding: 0 15px 32px;
    font-size: 22px;
    background: #888;
    color: #fff;
}
#subject_menu .textbook_number_in {
  display: table;
  border-collapse: collapse;
  margin: 0 0 5px;
  background: transparent;
  font-size: 13px;
}
#subject_menu .textbook_number_wrap dt,
#subject_menu .textbook_number_wrap dd {
  display: table-cell;
  padding: 3px 4px;
  border: 1px solid #fff;
  border-right: none;
  line-height: 1;
}
#subject_menu .textbook_number_wrap dt:first-child + dd {
/*  border-left: none;*/
}
#subject_menu .textbook_number_wrap dd:last-child {
  border-right: 1px solid #fff;
}
#subject_menu .textbook_number_wrap .textbook_number {
  min-width: 55px;
}

#rika #subject_menu .textbook_number_wrap {
    background: #0095e5;
}
#eigo #subject_menu .textbook_number_wrap {
    background: #0a8e3d;
}

/* ============================================================ cat_content */
#cat_content{
  display: flex;
  /*justify-content: space-around;*/
  justify-content: space-between;
  margin: 0 auto;
  width: 1280px;
/*  padding: 5px 0 0;*/
}

#sub_cat {
  position: relative;
  right: .5%;
  width: 77%;
  min-height: 500px;
  min-width: 990px;
}
#sub_cat .box-bg {
  width: 870px;
  margin: 0 auto;
  padding: 20px 0;
  background: transparent;
}
#sub_cat .box_inner {
  padding: 15px;
}

#sub_cat .sub_block {
/*  margin: 35px 0 50px;*/
  padding: 35px 0 50px;
}
#sub_cat .sub_block_body_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sub_cat .sub_block_body_02 {
  padding: 0 3%;
}
#sub_cat .sub_block_body_03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 3%;
}

#sub_cat .sub_block_body_coming_soon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 540px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
}

#sub_cat h2 {
  color: #333;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.2;
}
#sub_cat h2.head_2_01 {
    margin: 0 0 35px;
}
#sub_cat h2.head_2_01:after {
    position: relative;
    top: 5px;
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    margin: 0 auto 0 0;
    background: #888;
}


#sub_cat h2.head_2_01_hyoka_syllabus {
  padding: 2px;
  border: 2px solid #888;
}
#sub_cat h2.head_2_01_hyoka_syllabus .head_2_01_inner {
  display: inline-block;
  width: 100%;
  padding: 2px 1%;
  border: 2px solid #888;
}
#sub_cat h2.head_2_01_hyoka_syllabus:after {
    width: 0;
    height: 0;
}

#kokugo #sub_cat h2.head_2_01_hyoka_syllabus {
  color: #e62b3c;
  border-color: #e62b3c;
}
#kokugo #sub_cat h2.head_2_01_hyoka_syllabus .head_2_01_inner {
  border-color: #e62b3c;
}
#shakai #sub_cat h2.head_2_01_hyoka_syllabus {
  color: #bac622;
  border-color: #bac622;
}
#shakai #sub_cat h2.head_2_01_hyoka_syllabus .head_2_01_inner {
  border-color: #bac622;
}
#sugaku #sub_cat h2.head_2_01_hyoka_syllabus {
  color: #264fd6;
  border-color: #264fd6;
}
#sugaku #sub_cat h2.head_2_01_hyoka_syllabus .head_2_01_inner {
  border-color: #264fd6;
}
#rika #sub_cat h2.head_2_01_hyoka_syllabus {
  color: #0095e5;
  border-color: #0095e5;
}
#rika #sub_cat h2.head_2_01_hyoka_syllabus .head_2_01_inner {
  border-color: #0095e5;
}
#shodo #sub_cat h2.head_2_01_hyoka_syllabus {
  color: #f68200;
  border-color: #f68200;
}
#shodo #sub_cat h2.head_2_01_hyoka_syllabus .head_2_01_inner {
  border-color: #f68200;
}
#eigo #sub_cat h2.head_2_01_hyoka_syllabus {
  color: #0a8e3d;
  border-color: #0a8e3d;
}
#eigo #sub_cat h2.head_2_01_hyoka_syllabus .head_2_01_inner {
  border-color: #0a8e3d;
}
#katei #sub_cat h2.head_2_01_hyoka_syllabus {
  color: #f5b41b;
  border-color: #f5b41b;
}
#katei #sub_cat h2.head_2_01_hyoka_syllabus .head_2_01_inner {
  border-color: #f5b41b;
}
#joho #sub_cat h2.head_2_01_hyoka_syllabus {
  color: #37a514;
  border-color: #37a514;
}
#joho #sub_cat h2.head_2_01_hyoka_syllabus .head_2_01_inner {
  border-color: #37a514;
}

#sub_cat h2.head_2_02 {
  position: relative;
  margin: 0 0 35px;
  padding: 0 0 0 .7em;
}
#sub_cat h2.head_2_02:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #888;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
#sub_cat h2.head_2_02:after {
    top: 40%;
}  /* IE11 */
}

#sub_cat h2 .head_middle {
  font-size: 30px;
}
#sub_cat h2 .head_small {
  font-size: 18px;
}

#sub_cat h2.head_2_03 {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 .7em;
}
#sub_cat h2.head_2_03:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #888;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
#sub_cat h2.head_2_03:after {
    top: 40%;
}  /* IE11 */
}

#sub_cat h2.head_2_03 .head_small {
  font-size: 22px;
}

#sub_cat h2.head_2_04 {
  position: relative;
  margin: 0 0 15px;
  font-size: 30px;
}

#sub_cat h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1.2;
}
#sub_cat h3.head_3_01 {
  position: relative;
  margin: 0 0 20px;
  padding: 4px .8em;
  background: #eee;
  border-bottom: 2px solid #888;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
#sub_cat h3.head_3_01 {
  padding: 10px .8em 0;
}
/* IE11 */
}

#sub_cat h3.head_3_02 {
  position: relative;
  margin: 0 0 25px;
  padding: 7px .8em;
  background: #eee;
  font-size: 28px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
#sub_cat h3.head_3_02 {
  padding: 7px .8em 0;
}
/* IE11 */
}

#sub_cat h3.head_3_03 {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 0 .7em;
    color: #333;
    font-size: 30px;
    font-weight: 700;
}
#sub_cat h3.head_3_03:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #888;
    position: absolute;
    left: 0;
    top: 17px;
    transform: translate(0, -50%);
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
#sub_cat h3.head_3_03:after {
    top: 13px;
}
/* IE11 */
}

#sub_cat h3.head_3_04 {
  position: relative;
  margin: 0 0 20px;
  padding: 4px .8em;
  border-bottom: 2px solid #888;
}
#kokugo h3.head_3_04 {
    border-bottom: 2px solid #e62b3c;
}

#sub_cat h3.head_04 {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 .7em;
}
#sub_cat h3.head_04:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #aaa;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
#sub_cat h3.head_04:after {
    top: 42%;
}  /* IE11 */
}

#sub_cat h4 {
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1.2;
}
#sub_cat h4.head_4_01 {
  position: relative;
  margin: 0 0 20px;
  padding: 7px .8em;
  background: #eee;
  font-size: 28px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
#sub_cat h4.head_4_01 {
  padding: 8px .8em 0;
}
/* IE11 */
}

#sub_cat h5.head_5_01 {
  /*display: inline-block;*/
  position: relative;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
#sub_cat h5.head_5_01 span {
  padding: 3px .4em;
  background: #eee;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
#sub_cat h5.head_5_01 span {
  padding: 6px .4em 0;
}
/* IE11 */
}

#sub_cat .text_sample {
  position: relative;
  margin: 10px 0;
  padding: .4em .25em .4em 1.5em;
  width: 255px;
  background: #eee;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  letter-spacing: -.1em;
}
#sub_cat .text_sample_middle {
  width: 350px;
}

#kokugo #sub_cat .text_sample {
  background: #f6d3d7;
  color: #333;
}
#shakai #sub_cat .text_sample {
  width: 265px;
  background: #e5e9b1;
  color: #333;
}
#sugaku #sub_cat .text_sample {
  background: #e8ecf8;
  color: #333;
}
#rika #sub_cat .text_sample {
  background: #ddedf4;
  color: #0095e5;
}
#shodo #sub_cat .text_sample {
  background: #ffdfbb;
  color: #333;
}
#eigo #sub_cat .text_sample {
  background: #c0e2cd;
  color: #333;
}
#katei #sub_cat .text_sample {
  background: #fff2d2;
  color: #333;
}
#joho #sub_cat .text_sample {
  background: #d2e9cb;
  color: #333;
}

#sub_cat .text_sample_blank {
  position: relative;
  margin: 10px 0;
  padding: .4em .25em .4em 1.5em;
  width: 255px;
  background: none;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  letter-spacing: -.1em;
}

#sub_cat .sub_block_body_feature {
  display: block;
}
.feature_panel{
  position: relative;
  margin: 0 0 40px;
}
.feature_panel .feature_panel_head{
  position: absolute;
  left: -5px;
  top: -10px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.feature_panel .feature_panel_head .text{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  margin: 1px;
  background: #888;
  color: #fff;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
.feature_panel .feature_panel_head .text{
  padding: 4px 0 0;
}  /* IE11 */
}

.feature_panel .feature_panel_head .number{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  margin: 1px;
  background: #fff;
  border: 2px solid #888;
  color: #888;
  font-size: 28px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
.feature_panel .feature_panel_head .number{
  padding: 8px 0 0;
}  /* IE11 */
}

.feature_panel .feature_panel_inner {
  display: flex;
  justify-content: space-between;
  padding: 42px 45px 25px;
  min-height: 190px;
  width: calc(100% - 15px);
  border: 1px solid #e6e6e6;
  box-shadow: 15px 15px 0 #ccc;
}

.feature_panel .feature_panel_main{
  display: flex;
  flex-flow: column;
  width: 100%;
  margin: 0 10px 0 0;
  font-size: 17px;
}
.feature_panel .feature_panel_main .head{
  margin: 0 0 10px;
  font-size: 30px;
  letter-spacing: -.05em;
}
.feature_panel .feature_panel_main .text li{
  position: relative;
  margin: 0 0 5px 2px;
  padding: 0 0 0 12px;
  line-height: 1.2;
}
.feature_panel .feature_panel_main .text li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #aaa;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 10px;
    transform: translate(0, -50%);
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
.feature_panel .feature_panel_main .text li:before {
    top: 8px;
}
/* IE11 */
}

.feature_panel .feature_panel_link_inner{
  padding: 15px 10px;
  width: 220px;
  border: 1px solid #e6e6e6;
  font-size: 17px;
}
.feature_panel .feature_panel_link .head{
  margin: 0 0 15px;
  padding: 3px 0;
  background: #888;
  border-radius: 15px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
.feature_panel .feature_panel_link .head{
  padding: 6px 0 0;
}  /* IE11 */
}

.feature_panel .feature_panel_link .text a{
  position: relative;
  display: block;
  padding: 0 26px 0 0;
}
.feature_panel .feature_panel_link .text a:after {
    content: "";
    height: 24px;
    width: 24px;
    background: url(../img/common/nav_arrow_disc01.svg) no-repeat;
    background-size: 24px 24px;
    position: absolute;
    right: 0;
    top: 12px;
    transform: translate(0, -50%);
}

.feature_panel .feature_panel_link_inner_v02{
  transition-duration: 0.5s;
}
.feature_panel .feature_panel_link_inner_v02 .text a{
  position: relative;
  display: block;
  padding: 0 0 0 60px;
}
.feature_panel .feature_panel_link_inner_v02 .text a:after {
    content: "";
    height: 38px;
    width: 52px;
    background: url(../img/common/icon_digital_pamphlet.svg) no-repeat;
    background-size: 52px 38px;
    position: absolute;
    left: 0;
    top: 12px;
    transform: translate(0, -50%);
}
.feature_panel .feature_panel_link_inner_v02:hover{
  background-color: #ff7bac;
}
.feature_panel .feature_panel_link_inner_v02:hover .text a{
  color: #fff;
}

.feature_panel .feature_panel_link_rowx2{
  position: relative;
  top: -20px;
  margin: 0 0 -20px;
}
.feature_panel_link_rowx2 .feature_panel_link_inner:first-child {
  margin: 0 0 10px;
}
.feature_panel_link_rowx2 .feature_panel_link_inner_movie {
  position: relative;
  padding: 6px 10px;
  font-size: 19px;
}
.feature_panel_link_inner_movie .icon_new {
    left: -22px;
    top: -5px;
}

#kokugo .feature_panel_link_inner_movie a { color: #e62b3c; }
#shakai .feature_panel_link_inner_movie a { color: #bac622; }
#sugaku .feature_panel_link_inner_movie a { color: #264fd6; }
#rika .feature_panel_link_inner_movie a { color: #0095e5; }
#shodo .feature_panel_link_inner_movie a { color: #f68200; }
#eigo .feature_panel_link_inner_movie a { color: #0a8e3d; }
#katei .feature_panel_link_inner_movie a { color: #f5b41b; }
#joho .feature_panel_link_inner_movie a { color: #37a514; }

.feature_panel .feature_panel_head.feature_panel_head_v02{
  top: -18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.feature_panel .feature_panel_head.feature_panel_head_v02 .text{
  width: 20px;
  padding: 0 0 1px;
}
.feature_panel .feature_panel_head.feature_panel_head_v02 .number{
  padding: 0 0 3px;
}
.feature_panel .feature_panel_inner.feature_panel_inner_v02 {
  padding: 34px 45px 25px;
  width: 100%;
  border: 8px solid #e6e6e6;
  box-shadow: none;
}
.feature_panel .feature_panel_inner_v02 .feature_panel_link_rowx2 {
    position: relative;
    top: -12px;
    margin: 0 0 -12px;
}
#kokugo .feature_panel .feature_panel_inner.feature_panel_inner_v02 {
  border-color: #f6d3d7;
}
#shakai .feature_panel .feature_panel_inner.feature_panel_inner_v02 {
  border-color: #e5e9b1;
}
#sugaku .feature_panel .feature_panel_inner.feature_panel_inner_v02 {
  border-color: #bbc7f1;
}
#rika .feature_panel .feature_panel_inner.feature_panel_inner_v02 {
  border-color: #b1def1;
}
#shodo .feature_panel .feature_panel_inner.feature_panel_inner_v02 {
  border-color: #ffdfbb;
}
#eigo .feature_panel .feature_panel_inner.feature_panel_inner_v02 {
  border-color: #c0e2cd;
}
#katei .feature_panel .feature_panel_inner.feature_panel_inner_v02 {
  border-color: #fff2d2;
}
#joho .feature_panel .feature_panel_inner.feature_panel_inner_v02 {
  border-color: #d2e9cb;
}

#sub_cat .text_main {
  margin: 0 0 25px;
  line-height: 1.5;
  letter-spacing: -.05em;
  line-height: 1.65;
}
.text_main_02 {
  font-size: 20px;
}

#sub_cat .text_main.mt-40 {
  margin-top: -40px;
}

.nav_panel_01 .nav_panel_inner {
}
.nav_panel_01 .nav_panel_main {
  display: flex;
  font-size: 19px;
}
.nav_panel_01 .nav_panel_main li {
  flex: 1;
}
.nav_panel_01 .nav_panel_main li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 0;
  border: 1px solid #e6e6e6;
}
.nav_panel_01 .nav_panel_main li a:before {
  content: "";
  display: block;
  height: 54px;
  width: 54px;
  margin: 0 6px;
}
.nav_panel_01 .nav_panel_main li.icon_book_brightblue a:before {
  background: url(../img/common/icon_book_brightblue.svg) no-repeat;
}
.nav_panel_01 .nav_panel_main li.icon_book_brightred a:before {
  background: url(../img/common/icon_book_brightred.svg) no-repeat;
}
.nav_panel_01 .nav_panel_main li.icon_disc_yellow a:before {
  background: url(../img/common/icon_disc_yellow.svg) no-repeat;
}
.nav_panel_01 .nav_panel_main li.icon_disc_orange a:before {
  background: url(../img/common/icon_disc_orange.svg) no-repeat;
}
.nav_panel_01 .nav_panel_main li.icon_book_brightgreen a:before {
  background: url(../img/common/icon_book_brightgreen.svg) no-repeat;
}
.nav_panel_01 .nav_panel_main li.icon_card_purple a:before {
  width: 58px;
  background: url(../img/common/icon_card_purple.svg) no-repeat center center;
}
.nav_panel_01 .nav_panel_main li.icon_poster_purple a:before {
  height: 50px;
  width: 50px;
  margin: 2px 10px;
  background: url(../img/common/icon_poster_purple.svg) no-repeat center center;
}
.nav_panel_01 .nav_panel_main li.icon_pc_orange a:before {
  height: 48px;
  margin: 3px 10px;
  background: url(../img/common/icon_pc_orange.svg) no-repeat;
}
.nav_panel_01 .nav_panel_main li.icon_speaker_orange a:before {
  height: 50px;
  width: 60px;
  margin: 2px 10px;
  background: url(../img/common/icon_speaker_orange.svg) no-repeat;
}
.nav_panel_01 .nav_panel_main li.no_icon a:before {
  width: 0;
}

.nav_panel_01 .nav_panel_main .nav_panel_text {
  text-align: center;
  line-height: 1.1;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
.nav_panel_01 .nav_panel_main .nav_panel_text {
  margin: 5px 0
}  /* IE11 */
}

a.anchor_default {
    display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}
a.anchor_nav_panel_01 {
    display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}

.nav_panel_02 .nav_panel_inner {
  margin: 0 0 40px;
}
.nav_panel_02 .nav_panel_main {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.nav_panel_02 .nav_panel_main li {
  flex-basis: 11.6%;
  margin: 0 1% 0 0;
}
.nav_panel_02 .nav_panel_main li:nth-child(8n) {
  margin: 0 0 1% 0;
}
.nav_panel_02 .nav_panel_main li a {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  align-items: center;
  min-height: 115px;
  padding: 2px 0 0;
  border: 1px solid #e6e6e6;
}
.nav_panel_02 .nav_panel_main li a:before {
  position: relative;
  top: 8px;
  content: "";
  display: block;
  height: 42px;
  width: 42px;
}
.nav_panel_02_dmaster .nav_panel_main li a:before {
  background: url(../img/common/icon_disc_yellow.svg) no-repeat;
}
.nav_panel_02_digitalbook .nav_panel_main li a:before {
  background: url(../img/common/icon_book_brightgreen.svg) no-repeat;
}

.nav_panel_02 .nav_panel_main .nav_panel_text {
  display: flex;
  align-items: center;
  min-height: 35px;
  margin: 2px 0 0;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -.05em
}
.nav_panel_02 .nav_panel_main .nav_panel_text.font-middle {
  font-size: .9em !important;
  letter-spacing: -.14em;
}
.nav_panel_02 .nav_panel_main .nav_panel_text.font-small {
  font-size: .8em !important;
}
.nav_panel_02 .nav_panel_main .nav_panel_detail {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  align-items: center;
}
.nav_panel_02 .nav_panel_main .tag {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 2px 2px;
  min-width: 30px;
  background: #aaa;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 1.1;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
.nav_panel_02 .nav_panel_main .tag {
  padding: 2px 2px 0;
}
/* IE11 */
}

.nav_panel_02 .nav_panel_main .tag_default,
#sub_cat .head_3_tag_inner .tag.tag_default {
  background: #0096dd;
}
.nav_panel_02 .nav_panel_main .tag_mp4,
#sub_cat .head_3_tag_inner .tag.tag_mp4 {
  background: #9e3c9e;
}
.nav_panel_02 .nav_panel_main .tag_word,
#sub_cat .head_3_tag_inner .tag.tag_word {
  background: #129fc2;
}
.nav_panel_02 .nav_panel_main .tag_jpg,
#sub_cat .head_3_tag_inner .tag.tag_jpg {
  background: #ff6f02;
}
.nav_panel_02 .nav_panel_main .tag_png,
#sub_cat .head_3_tag_inner .tag.tag_png {
  background: #06af76;
}
.nav_panel_02 .nav_panel_main .tag_excel,
#sub_cat .head_3_tag_inner .tag.tag_excel {
  background: #7caf2b;
}
.nav_panel_02 .nav_panel_main .tag_powerpoint,
#sub_cat .head_3_tag_inner .tag.tag_powerpoint {
  background: #c80056;
}
.nav_panel_02 .nav_panel_main .tag_pdf,
#sub_cat .head_3_tag_inner .tag.tag_pdf {
  background: #dd0606;
}
.nav_panel_02 .nav_panel_main .tag_html,
#sub_cat .head_3_tag_inner .tag.tag_html {
  background: #910b0c;
}
.nav_panel_02 .nav_panel_main .tag_txt,
#sub_cat .head_3_tag_inner .tag.tag_txt {
  background: #d47821;
}
.nav_panel_02 .nav_panel_main .tag_google,
#sub_cat .head_3_tag_inner .tag.tag_google {
  background: #ffaa00;
}
.nav_panel_02 .nav_panel_main .tag_app,
#sub_cat .head_3_tag_inner .tag.tag_app {
  background: #0051b4;
}
.nav_panel_02 .nav_panel_main .tag_webstream,
#sub_cat .head_3_tag_inner .tag.tag_webstream {
  background: #ff4200;
}
.nav_panel_02 .nav_panel_main .tag_mp3,
#sub_cat .head_3_tag_inner .tag.tag_mp3 {
  background: #824b43;
}

.nav_panel_02 .nav_panel_main .tag_space,
#sub_cat .head_3_tag_inner .tag.tag_space {
  background: none;
}

a.anchor_nav_panel_02 {
    display: block;
    position: relative;
    top: -115px;
    visibility: hidden;
}

a.anchor_nav_panel_03 {
    display: block;
    position: relative;
    top: -115px;
    visibility: hidden;
}

#sub_cat .head_3_tag_wrap {
  overflow: hidden;
  /*display: flex;
  justify-content: space-between;*/
}
#sub_cat .head_3_tag_inner {
  float: right;
}
#sub_cat .head_3_tag_inner .tag {
  position: relative;
  bottom: 2px;
  z-index: 5;
  display: inline-block;
  padding: 3px 3px;
  min-width: 38px;
  background: #aaa;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
#sub_cat .head_3_tag_inner .tag {
  padding: 3px 3px 0;
}
/* IE11 */
}

.text_plain_01 {
  width: 49.5%;
  margin: 0 0 20px;
}
.text_plain_01 .text_plain_inner {
  /*width: 460px;
  margin: 0 0 20px;*/
}
.img_plain_01 {
  display: flex;
  flex-flow: column;
  width: 49.5%;
  margin: 0 0 20px;
  text-align: center;
}

.img_logo_01 {
  display: flex;
  align-items: center;
}

.text_plain_01 .text_plain_detail {
  margin: 0 0 25px;
  padding: 5px 35px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
}
.text_plain_01 .text_plain_main {
  font-size: 18px;
}

/* ============================================================ text_panel */
.text_panel_01 .text_panel_inner {
  padding: 25px 40px 35px;
  width: 510px;
  border: 1px solid #e6e6e6;
  border-top: 5px solid #ccc;
  box-shadow: 15px 15px 0 #ccc;
}
.text_panel_01 .text_panel_head{
  font-size: 30px;
}
.text_panel_01 .text_panel_main{
  font-size: 17px;
  line-height: 1.75;
}

.feature_panel_link_inner_movie .movie_panel_01 img {
  height: 100%;
  width: 198px;
}
.feature_panel_link_inner_movie .movie_panel_01 a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.feature_panel_link_inner_movie .movie_panel_01 a:after {
  height: 50px;
  width: 50px;
  background-size: 50px 50px;
}

.movie_panel_link {
  margin: 0 0 70px;
  /*padding: 0 0 20px;*/
  background: #efefef;
}
.movie_panel_link_inner .movie_panel_01 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2%;
}
.movie_panel_link_inner .movie_panel_01 li {
  position: relative;
  margin: 0 2.06% 20px;
}
.movie_panel_link_inner .movie_panel_01 img {
  height: 100%;
  width: 198px;
}
.movie_panel_link_inner .movie_panel_01 a {
  display: flex;
  justify-content: center;
}
.movie_panel_link_inner .movie_panel_01 a:after {
  height: 50px;
  width: 50px;
  background-size: 50px 50px;
}
.movie_panel_link_inner .movie_panel_01 li .icon_new {
    left: -10px;
    top: -12px;
}

.movie_panel_link_02 {
    background: none;
}
.movie_panel_link_inner .movie_panel_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 2%;
}
.movie_panel_link_inner .movie_panel_02 li {
  position: relative;
  margin: 0 2.06% 20px;
}
.movie_panel_link_inner .movie_panel_02 img {
  height: 100%;
  width: 477px;
}
.movie_panel_link_inner .movie_panel_02 a {
  display: flex;
  justify-content: center;
  padding: 20px;
  border: 1px solid #ccc;
}
.movie_panel_link_inner .movie_panel_02 a:after {
  height: 50px;
  width: 50px;
  background-size: 50px 50px;
}
.movie_panel_link_inner .movie_panel_02 li .icon_new {
    left: -10px;
    top: -12px;
}

.img_panel_01 {
  text-align: center;
}
.img_panel_01 img {
  margin: 0 5px 10px;
}

.text_panel_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 15px);
}
.text_panel_02 .text_panel_inner {
  margin: 0 0 60px;
  padding: 25px 50px 35px;
  width: 460px;
  border: 1px solid #e6e6e6;
  border-top: 5px solid #ccc;
  box-shadow: 15px 15px 0 #f4f4f4;
}
.text_panel_02 .text_panel_head{
  font-size: 30px;
}
.text_panel_02 .text_panel_main{
  font-size: 17px;
}

/* ============================================================== ■■■ 関連資料 追加クラスここから　*/
.text_panel_inner__wd {
  width :100%  !important;
}
.kanrenshiryou {
  width : 100% ;
}
.kanrenshiryou .th_1 {
  position: relative;
  padding : 20px 15px 20px 10px ;
  width : 60% ;
/*border :1px #f4f4f4 dotted ;*/
  border-bottom :1px #e1e1e1 solid ;
  vertical-align : middle ;
  font-size :19px ;
}
.kanrenshiryou tr:last-child .th_1 {
  border:none ;
}
.kanrenshiryou .td_1 {
  padding : 13px 10px ;
  width : 18% ;
/*border :1px #f4f4f4 dotted ;*/
  border-bottom :1px #e1e1e1 solid ;
  font-size :13px ;
  text-align : center ;
  vertical-align : middle ;
}
.kanrenshiryou tr:last-child .td_1 {
  border:none ;
}
.kanrenshiryou .td_1 .date {
  padding: 0 0 0 5px ;
  font-size :16px ;
  color: #4b68af;
}
.kanrenshiryou .td_2 {
  padding : 13px 5px ;
  width : 19% ;
/*border :1px #f4f4f4 dotted ;*/
  border-bottom :1px #e1e1e1 solid ;
  text-align :center ;
  vertical-align : middle ;
}
.kanrenshiryou .td_2 img{
  margin : 6px 10px 0 10px ;
  height: 37px;
}
.kanrenshiryou tr:last-child .td_2 {
  border:none ;
}

.kanrenshiryou.kanrenshiryou_btn {
    width: 55.8%;
    margin: 0 auto;
    border: 1px #ccc solid;
}
.kanrenshiryou.kanrenshiryou_btn .th_1 {
    padding: 7px 15px 7px 10px;
    min-height: 70px;
    font-size: 22px;
    text-align: center;
    line-height: 1.2;
}
.kanrenshiryou.kanrenshiryou_btn .td_1 {
    padding: 9px 10px;
    border: none;
}
.kanrenshiryou.kanrenshiryou_btn .td_2 {
    padding: 9px 10px;
    border: none;
}
.kanrenshiryou.kanrenshiryou_btn .td_2 img {
    height: 37px;
}

.kanrenshiryou_btn_wrap {
    display: block;
    width: 52.6%;
    margin: 40px auto;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.kanrenshiryou_btn_wrap:hover {
    background: #888;
    color: #fff;
}
#kokugo .kanrenshiryou_btn_wrap:hover {
    background: #e62b3c;
}
#shakai .kanrenshiryou_btn_wrap:hover {
    background: #bac622;
}
#sugaku .kanrenshiryou_btn_wrap:hover {
    background: #264fd6;
}
#rika .kanrenshiryou_btn_wrap:hover {
    background: #0095e5;
}
#shodo .kanrenshiryou_btn_wrap:hover {
    background: #f68200;
}
#eigo .kanrenshiryou_btn_wrap:hover {
    background: #0a8e3d;
}
#katei .kanrenshiryou_btn_wrap:hover {
    background: #f5b41b;
}
#joho .kanrenshiryou_btn_wrap:hover {
    background: #37a514;
}
.kanrenshiryou_btn_wrap .kanrenshiryou.kanrenshiryou_btn {
    width: 100%;
    border: 1px #ccc solid;
}
.kanrenshiryou_btn_wrap .kanrenshiryou.kanrenshiryou_btn .th_1 {
    padding: 7px 10px 7px 10px;
    min-height: 70px;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
}
.kanrenshiryou_btn_wrap .kanrenshiryou.kanrenshiryou_btn .td_1 {
    padding: 9px 10px;
    border: none;
}
.kanrenshiryou_btn_wrap .kanrenshiryou.kanrenshiryou_btn .td_2 {
    padding: 9px 10px;
    border: none;
}
.kanrenshiryou_btn_wrap .kanrenshiryou.kanrenshiryou_btn .td_2 img {
    height: 37px;
}

/* ============================================================== ■■■ 関連資料 追加クラスここまで　*/

.text_panel_03 .text_panel_inner {
  margin: 0 0 40px;
  padding: 25px 50px 35px;
  width: calc(100% - 15px);
  border: 1px solid #e6e6e6;
  box-shadow: 15px 15px 0 #f4f4f4;
}
.text_panel_03 .text_panel_head{
  font-size: 30px;
}
.text_panel_03 .text_panel_main{
  font-size: 20px;
}

.text_panel_04 .text_panel_inner {
  display: flex;
  margin: 0 0 30px;
}
.text_panel_04 .text_panel_main{
  width: 63.5%;
  padding: 20px 20px 15px;
  border: 1px solid #e6e6e6;
  font-size: 18px;
}
.text_panel_04 .text_panel_main li {
    position: relative;
    margin: 0 0 5px 2px;
    padding: 0 0 0 12px;
    line-height: 1.2;
}
.text_panel_04 .text_panel_main li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #aaa;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 10px;
    transform: translate(0, -50%);
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
.text_panel_04 .text_panel_main li:before {
    top: 8px;
}
/* IE11 */
}

.text_panel_04 .text_panel_detail{
  width: 36.5%;
  padding: 20px 35px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.8;
}

#sub_cat .sub_block_body_movie{
  justify-content: space-evenly;
}
.text_panel_movie .text_panel_inner {
  width: 460px;
}
.text_panel_movie .text_panel_head{
}
.text_panel_movie .text_panel_main{
  font-size: 18px;
}

a img.img_border{
  border: 1px solid #efefef;
}

#sub_cat .sub_block_body_download{
  display: block;
  padding: 0 0 20px;
}
.download_panel_inner {
  padding: 30px 75px 40px;
  background: #f4f4f4;
}
.download_panel_02 .download_panel_inner {
  padding: 35px 75px;
  background: #ccc;
}
.download_panel_head {
  position: relative;
  margin: 0 0 35px;
  font-size: 30px;
  text-align: center;
}
.download_panel_01 .download_panel_head:after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 0);
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    margin: 0 auto 0 0;
    background: #888;
}
.download_panel_main {
  font-size: 22px;
}
.download_panel_main li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  margin: 10px 0;
  padding: 0 40px 0 60px;
  background: #fff;
}
.download_panel_main li:before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    border-bottom: 1px solid #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-.1%, -50%);
    opacity: 1;
    pointer-events: none;
    transition-property: transform, opacity;
    transition-duration: 1s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.download_panel_02 .download_panel_main li:before {
    border-bottom: 1px solid #888;
}
.download_panel_main .text {
  width: 100%;
  line-height: 1.2;
}
.download_panel_main .link {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /*width: 180px;*/
}
.download_panel_main .link a {
  height: 38px;
  margin: 0 10px;
}
.download_panel_main .no_file {
  width: 31px;
  margin: 0 10px;
}
.download_panel_main .now_editing {
  width: 102px;
  text-align: center;
}

.sub_block .year_r8 {
    position: relative;
    padding: 2px 5px;
    background: #ff008e;
    border: 1px solid #ff008e;
    color: #fff;
    font-size: 17px;
}

.sub_block h3 .year_r8 {
  display: inline-block;
}

.sub_block .year_already {
    position: relative;
    padding: 2px 5px;
    background: #ff8800;
    border: 1px solid #ff8800;
    color: #fff;
    font-size: 17px;
}

.sub_block .year_position_01 {
    top: -4px;
}
.sub_block .year_position_02 {
    top: -22px;
}

.sub_block .tag_accessory {
    margin: 0 auto;
}
.sub_block .tag_accessory_inner {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 2px 5px;
    background: #ffff00;
    border: 1px solid #0096df;
    color: #0096df;
    font-size: 16px;
    font-weight: 700;
}

#eigo .sub_block .tag_accessory_inner {
    margin: 0 0;
    width: 100%;
    text-align: center;
}

/* ----------------------------------------------------------------------
.data_content
----------------------------------------------------------------------*/

.title.type01.type_border {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b4b4b4;
    margin: 0 auto 10px;
    min-height: 72px;
    max-width: 520px;
    background: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.5s;
}

#kokugo .title.type01.type_border:hover {
  background: #e62b3c;
}
#shakai .title.type01.type_border:hover {
  background: #bac622;
}
#sugaku .title.type01.type_border:hover {
  background: #264fd6;
}
#rika .title.type01.type_border:hover {
  background: #0095e5;
}
#shodo .title.type01.type_border:hover {
  background: #f68200;
}
#eigo .title.type01.type_border:hover {
  background: #0a8e3d;
}
#katei .title.type01.type_border:hover {
  background: #f5b41b;
}
#joho .title.type01.type_border:hover {
  background: #37a514;
}

.title.type01.type_border:hover {
  background: #888;
  color: #fff;
}

.data_content {
  position: relative;
  top: -110px;
  margin: 0 0 -70px;
  padding: 110px 0 0;
}

#sub_cat .data_content .sub_inner{
  display: none;
  width: 100%;
  margin: 0 0 40px;
  padding: 0 0 0;
}

.title.type01.type_border .icon {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    content: "";
    vertical-align: middle;
    cursor: pointer;
}
.title.type01.type_border .icon:after, .title.type01.type_border .icon:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.title.type01.type_border .icon:before {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f4f4f4;
}
.title.type01.type_border .icon:after {
    left: 10px;
    top: -3px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #888;
    border-right: 2px solid #888;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.title.type01.type_border.active .icon:after {
    left: 10px;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.list_panel_main {
  font-size: 22px;
}
.list_panel_main li {
    position: relative;
    padding: 0 0 0 .7em;
}
.list_panel_main li:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #aaa;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 16px;
    transform: translate(0, -50%);
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
.list_panel_main li:after {
    top: 13px;
}
/* IE11 */
}

.list_panel_02 .list_panel_main.list_panel_main_black li {
    padding: 0 0 5px .7em;
}
.list_panel_main.list_panel_main_black li:after {
    background: #000;
}

.image_panel_01 .image_panel_main {
    display: flex;
    flex-wrap: wrap;
}
.image_panel_inner{
}
.image_panel_01 .image_panel_main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 814px;
    margin: 0 auto;
    padding: 25px;
    border: 1px solid #e6e6e6;
}

.list_panel_01 .list_panel_main {
    display: flex;
    flex-wrap: wrap;
}
.list_panel_01 .list_panel_main li {
    width: 50%;
}

.list_panel_01 .list_panel_main.w100per li {
    width: 100%;
}

.list_panel_02 .list_panel_main {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
}
.list_panel_02 .list_panel_main li {
    width: 100%;
    padding: 0 0 10px .7em;
}
.list_panel_02 .list_panel_main li:after {
    top: 13px;
}
.list_panel_02 .list_panel_main .font-middle{
    font-size: 17px !important;
}

.detail_contact_area_list{
  line-height: 1.5;
}
.detail_contact_area_list li {
    margin: 0 10% 5px 0;
}
.detail_contact_area_list li a{
    position: relative;
    display: inline-block;
    padding: 0 0 0 25px;
}
.detail_contact_area_list li a:before {
    content: "─";
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.detail_contact_area_list li a:hover{
  color: #0095e5;
  transition: .25s;
}
.detail_contact_area_list li .icon{
  padding: 0 25px 0 25px;
}
.detail_contact_area_list li .icon_link_blank:after{
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    height: 14px;
    width: 14px;
    background: url(../../assets/img/common/icon_link_blank.svg) no-repeat;
    background-size: 14px 14px;
}
.detail_contact_area_list li .icon_pdf:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 25px;
    width: 25px;
    background: url(../../assets/img/common/icon_download_pdf.svg) no-repeat;
    background-size: 25px 25px;
}

.toggle_panel_inner{
  display: none;
}
.toggle_panel_01 .toggle_panel_main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 814px;
    margin: 0 auto;
    padding: 25px;
    border: 1px solid #e6e6e6;
}
.toggle_panel_01 .toggle_panel_main a {
    margin: 0 0 15px;
}
.toggle_panel_01 .toggle_panel_main_colum {
    flex-flow: column;
}

.toggle_panel_01 .toggle_panel_main_rowx2 {
    flex-wrap: wrap;
    align-items: flex-start;
}
.toggle_panel_01 .toggle_panel_main_rowx2 a:nth-child(2n) {
    margin: 0 0 15px 3%;
}

.list_table_01 {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
  border-spacing: 1px;
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  text-align: center;
  line-height: 1.5;
}
.list_table_01 th {
  padding: 2px 10px;
  vertical-align: middle;
  border: 1px solid #ccc;
  background: #efefef;
  text-align: center;
}
.list_table_01 td {
  padding: 4px 10px;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-bottom: none;
  text-align: center;
}
.list_table_01 .th_code {
  width: 10%;
}
.list_table_01 .th_item {
  width: 64%;
}
.list_table_01 .th_price {
  width: 26%;
}
.list_table_01 .td_item {
  text-align: left;
}

.list_table_02 {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
  border-spacing: 1px;
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  text-align: center;
  line-height: 1.5;
}
.list_table_02 th {
  padding: 2px 4px;
  vertical-align: middle;
  border: 1px solid #ccc;
  background: #efefef;
  text-align: center;
}
.list_table_02 td {
  padding: 4px 10px;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-bottom: none;
  text-align: center;
}
.list_table_02 .th_code {
  width: 10%;
}
.list_table_02 .th_item {
  width: 50%;
}
.list_table_02 .th_detail {
  width: 8%;
}
.list_table_02 .th_price {
  width: 8%;
}
.list_table_02 .td_item {
  text-align: left;
}

.nav_subject_menu_ttl {
    display: flex;
    flex-flow: column;
    padding: 38px 15px 32px;
    font-size: 22px;
    transition: opacity .3s;
    width: 100%;
    background: #888;
    color: #fff;
    line-height: 1;
    position: relative;
    text-decoration: none;
    font-weight: 700;
/*    border-bottom: 1px solid #fff;*/
}
.nav_subject_menu_ttl:link {
    color: #fff;
}
.subject_menu_heading{
    margin: 0 0 .3em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.subject_menu_sub{
    margin: 0 0 .3em;
    font-size: 16px;
}

.nav_subject_menu_body {
    background-color: #efefef;
}
.nav_subject_menu .contents_list_item {
    position: relative;
    display: flex;
    align-items: center;
    /*min-height: 85px;*/
    padding: 14px 5px 14px 32px;
    transition: opacity .5s;
    background-color: #888;
    border: 1px solid #888;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
.nav_subject_menu .contents_list_item a {
    width: 100%;
    color: #000;
}
.nav_subject_menu .contents_list_item #button_hyoka_syllabus {
  min-height: 57px;
  padding: 5px 1%;
  background: #ccc;
  color: #888;
  line-height: 1.5;
}

#kokugo .nav_subject_menu .contents_list_item #button_hyoka_syllabus {
  border: 1px solid #ffeef0;
  background: #ffeef0;
  color: #e62b3c;
}
#kokugo .contents_list_heading {
  border: 1px solid #e62b3c;
}
/*#kokugo .nav_subject_menu .contents_list_item #button_hyoka_syllabus:hover {
  background: #e62b3c;
  color: #fff;
  transition: .5s;
}*/
#kokugo .nav_subject_menu .contents_list_item #button_hyoka_syllabus:hover .contents_list_heading {
  border: 1px solid #ffeef0;
  background: #e62b3c;
  color: #fff;
  transition: .5s;
}
#shakai .nav_subject_menu .contents_list_item #button_hyoka_syllabus {
  border: 1px solid #f5f7da;
  background: #f5f7da;
  color: #bac622;
}
#shakai .contents_list_heading {
  border: 1px solid #bac622;
}
/*#shakai .nav_subject_menu .contents_list_item #button_hyoka_syllabus:hover {
  background: #bac622;
  color: #fff;
  transition: .5s;
}*/
#shakai .nav_subject_menu .contents_list_item #button_hyoka_syllabus:hover .contents_list_heading {
  border: 1px solid #f5f7da;
  background: #bac622;
  color: #fff;
  transition: .5s;
}
#sugaku .nav_subject_menu .contents_list_item #button_hyoka_syllabus {
  border: 1px solid #f0f4fe;
  background: #f0f4fe;
  color: #264fd6;
}
#sugaku .contents_list_heading {
  border: 1px solid #264fd6;
}
/*#sugaku .nav_subject_menu .contents_list_item #button_hyoka_syllabus:hover {
  background: #264fd6;
  color: #fff;
  transition: .5s;
}*/
#sugaku .nav_subject_menu .contents_list_item #button_hyoka_syllabus:hover .contents_list_heading {
  border: 1px solid #f0f4fe;
  background: #264fd6;
  color: #fff;
  transition: .5s;
}
#rika .nav_subject_menu .contents_list_item #button_hyoka_syllabus {
  border: 1px solid #eff8fc;
  background: #eff8fc;
  color: #0095e5;
}
#rika .contents_list_heading {
  border: 1px solid #0095e5;
}
/*#rika .nav_subject_menu .contents_list_item #button_hyoka_syllabus:hover {
  background: #0095e5;
  color: #fff;
  transition: .5s;
}*/
#rika .nav_subject_menu .contents_list_item #button_hyoka_syllabus:hover .contents_list_heading {
  border: 1px solid #eff8fc;
  background: #0095e5;
  color: #fff;
  transition: .5s;
}
#shodo .nav_subject_menu .contents_list_item #button_hyoka_syllabus {
  border: 1px solid #ffeedc;
  background: #ffeedc;
  color: #f68200;
}
#shodo .contents_list_heading {
  border: 1px solid #f68200;
}
/*#shodo .nav_subject_menu .contents_list_item #button_hyoka_syllabus:hover {
  background: #f68200;
  color: #fff;
  transition: .5s;
}*/
#shodo .nav_subject_menu .contents_list_item #button_hyoka_syllabus:hover .contents_list_heading {
  border: 1px solid #ffeedc;
  background: #f68200;
  color: #fff;
  transition: .5s;
}
#eigo .nav_subject_menu .contents_list_item #button_hyoka_syllabus {
  border: 1px solid #e1f5e9;
  background: #e1f5e9;
  color: #0a8e3d;
}
#eigo .contents_list_heading {
  border: 1px solid #0a8e3d;
}
/*#eigo .nav_subject_menu .contents_list_item #button_hyoka_syllabus:hover {
  background: #0a8e3d;
  color: #fff;
  transition: .5s;
}*/
#eigo .nav_subject_menu .contents_list_item #button_hyoka_syllabus:hover .contents_list_heading {
  border: 1px solid #e1f5e9;
  background: #0a8e3d;
  color: #fff;
  transition: .5s;
}
#katei .nav_subject_menu .contents_list_item #button_hyoka_syllabus {
  border: 1px solid #fff7e5;
  background: #fff7e5;
  color: #f5b41b;
}
#katei .contents_list_heading {
  border: 1px solid #f5b41b;
}
/*#katei .nav_subject_menu .contents_list_item #button_hyoka_syllabus:hover {
  background: #f5b41b;
  color: #fff;
  transition: .5s;
}*/
#katei .nav_subject_menu .contents_list_item #button_hyoka_syllabus:hover .contents_list_heading {
  border: 1px solid #fff7e5;
  background: #f5b41b;
  color: #fff;
  transition: .5s;
}
#joho .nav_subject_menu .contents_list_item #button_hyoka_syllabus {
  border: 1px solid #ecf6e8;
  background: #ecf6e8;
  color: #37a514;
}
#joho .contents_list_heading {
  border: 1px solid #37a514;
}
/*#joho .nav_subject_menu .contents_list_item #button_hyoka_syllabus:hover {
  background: #37a514;
  color: #fff;
  transition: .5s;
}*/
#joho .nav_subject_menu .contents_list_item #button_hyoka_syllabus:hover .contents_list_heading {
  border: 1px solid #ecf6e8;
  background: #37a514;
  color: #fff;
  transition: .5s;
}

.nav_subject_menu .contents_list_item:before {
    content: "";
    display: block;
    width: 22px;
    height: 5px;
    border-bottom: 5px solid #aaa;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-.1%, -50%);
    opacity: 1;
    pointer-events: none;
    transition-property: transform, opacity;
    transition-duration: 1s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.nav_subject_menu .contents_list_item:hover:before {
    transform: translate(-.1%, -50%) scaleX(0);
    border-bottom: 5px solid #aaa;
    border-color: #aaa;
    z-index: 5;
}
.contents_list_heading{
    margin: 0 0 .3em;
    padding: 1px 1% 2px 2%;
/*    background: #fff;*/
    border: 1px solid #666;
    letter-spacing: .08em;
}
.contents_list_sub{
    margin: 0 0 .3em;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.nav_subject_menu .contents_list_item_v02 {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  align-items: self-start;
  padding: 15px;
}
.nav_subject_menu .contents_list_item_v02:before {
    border-bottom: none !important;
}
.nav_subject_menu .contents_list_item_v02 .btn_wrap {
    padding: 10px 0 0;
    width: 100%;
}

#rika .nav_subject_menu .contents_list_item_v02 p {
  color: #0095e5;
}
#eigo .nav_subject_menu .contents_list_item_v02 p {
  color: #0a8e3d;
}

.nav_subject_menu .links_item {
    position: relative;
    display: flex;
    align-items: center;
    /*min-height: 55px;*/
    padding: 5px 15px 5px 35px;
    transition: opacity .5s;
    border: 1px solid #aaa;
    font-size: 16px;
    line-height: 1.3;
}
.nav_subject_menu .links_item:first-child,
.nav_subject_menu .links_item:last-child {
    padding: 17px 15px 17px 35px;
}
.nav_subject_menu .links_item:before {
    content: "";
    display: block;
    width: 22px;
    height: 1px;
    border-bottom: 1px solid #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-.1%, -50%);
    opacity: 1;
    pointer-events: none;
    transition-property: transform, opacity;
    transition-duration: 1s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.nav_subject_menu .links_item:hover:before {
    transform: translate(-.1%, -50%) scaleX(0);
    border-bottom: 1px solid #333;
    border-color: #333;
    z-index: 5;
}
.nav_subject_menu .links_item_pdf {
    font-size: 17px;
}
.nav_subject_menu .links_item_pdf:after {
    content: "";
    display: block;
    width: 23px;
    height: 27px;
    background: url(../../assets/img/common/icon_download_pdf.svg) no-repeat;
    background-size: auto 23px;
    position: absolute;
    right: 35px;
/*    top: 50%;*/
    top: 60%;
    transform: translate(0, -5%);
}
/*#rika .nav_subject_menu .links_item_pdf:after {
    top: 60%;
}*/
.nav_subject_menu .links_item_inner {
    width: 100%;
}

.nav_subject_menu .links_item_inner_to_subject {
    display: none;
}
#kokugo .nav_subject_menu .to_subject_kokugo,
#shakai .nav_subject_menu .to_subject_shakai,
#sugaku .nav_subject_menu .to_subject_sugaku,
#rika .nav_subject_menu .to_subject_rika,
#shodo .nav_subject_menu .to_subject_shodo,
#eigo .nav_subject_menu .to_subject_eigo,
#katei .nav_subject_menu .to_subject_katei,
#joho .nav_subject_menu .to_subject_joho {
    display: flex;
}

#shodo .nav_subject_menu .links_item_to_subject { /*220325改修*/
    display: none;
}

.nav_subject_menu .links_item_upper_grade {
    display: none;
    padding: 17px 15px 17px 35px;
}
#kokugo .nav_subject_menu .upper_grade_kokugo,
#shakai .nav_subject_menu .upper_grade_shakai,
#sugaku .nav_subject_menu .upper_grade_sugaku,
#rika .nav_subject_menu .upper_grade_rika,
#shodo .nav_subject_menu .upper_grade_shodo,
#eigo .nav_subject_menu .upper_grade_eigo,
#katei .nav_subject_menu .upper_grade_katei,
#joho .nav_subject_menu .upper_grade_joho {
    display: flex;
}

.all_area { 
  }
  
.all_area div.content_area{
  /*Tabの内容を表示するエリアの装飾*/
  background:#ffffff; 
  /*padding:10px 10px 10px 2px;*/  
  animation: bg-color 1.5s;
  }

@keyframes bg-color {
  0% {
/*    background-color: #fff480;*/
    background-color: #0096df;
  }
  100% {
    background-color: #fff;
  }
}

.tab_area_wrap{
  height: 97px;
  }

.tab_area{
  position: relative;
  display:flex;
  justify-content: space-between;
  width: 990px;
  margin:0;
  padding: 27px 0 0;
  background: url(../../assets/img/common/icon_tab_click.svg) no-repeat 580px 2px rgba(255, 255, 255, .8);
  }

.tab_area:after{
  }

.tab_area_icon_left{
  background: url(../../assets/img/common/icon_tab_click.svg) no-repeat 250px 2px rgba(255, 255, 255, .8);
  }

.tab_area_active .tab_area{
  position: fixed;
  z-index: 10;
  top: 0;
  box-shadow: 0 3px 0px rgba(128, 128, 128, .1);
  }

@media print{

.tab_area_active .tab_area{
  position: relative;
  }

}

.tab_area li{
/*  flex: 1;*/
  }

.tab_area li{
  /*Tabの装飾*/
  position: relative;
  top: 5px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 65px;
  width: 33%;
  text-align:center; 
  cursor: pointer; 
  vertical-align:middle; 
  background: #f4f4f4;
  line-height: 1.2;
  transition-duration: 0.5s;
  transition-delay: 0s;
  border: 1px solid #888;
  border-bottom: none;
/*  border-right: 1px solid #fff;*/
  }

.tab_area li:last-child{
  border-right: 1px solid #888;
  }

.tab_area li:hover {
  background: #888;
  color: #fff;
  }

/*.tab_area li:before{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 5px;
  width: 100%;
  background: #fff;
  }*/

.tab_area li .tab_text{
    margin: 5px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }

.tab_area li .tab_text_small{
    font-size: 16px;
  }

.tab_area li.select{
  /*アクティブタブの装飾*/
  top: 0;
  height: 70px;
  padding: 4px 0 0;
  background-color:#ffffff;
  animation: bg-color 2s;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
/*  border-top: none;*/
  color: #404040;
  }
.tab_area li.select:before{
  position: absolute;
  left: 4px;
  top: 4px;
  content: "";
  height: calc(100% - 4px);
  width: calc(100% - 8px);
/*  background: #888;*/
  border: 6px solid #888;
  border-bottom: none;
  }
.tab_area li.select:hover {
/*  background: #888;*/
  color: #fff;
  }
.tab_area li.select:hover:before {
/*    background: #aaa;*/
  }

.tab_area_active .tab_area li.select{
  /*background-color:#888;
  color: #fff;*/
  }
.tab_area_active .tab_area li.select:before {
/*    background: #aaa;*/
  }

.tab_area li.no_tab {
  pointer-events: none;
  background: #fff;
  border: none;
/*  border-left: 1px solid #888;*/
  }
.tab_area li.no_tab span{
  display: none;
  }

.hide{display:none;}

#sub_cat .link_copy {
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 5;
  padding: 0 2px;
  background: #fff;
  border: 1px solid #dfdfdf;
  font-size: 11px;
  cursor: pointer;
}
#sub_cat .link_copy:hover {
  background: #ecf7fa;
  border: 1px solid #a3d5ed;
}
#sub_cat h2.sub_cat{
  position: relative;
  padding: 9px 0;
  background: #ecf7fa;
  color: #0096e0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
}
#sub_cat h2.sub_cat .dl{
  position: relative;
  top: -4px;
  /*margin: 0 0 0 60px;*/
  padding: 6px 10px 6px 60px;
  background: #0096e0;
  color: #fff;
  font-size: 18px;
  transition: opacity .25s linear;
}
#sub_cat h2.sub_cat .dl:before {
  position: absolute;
  left: 20px;
  top: 50%;
  margin: -11px 0 0;
  content: "";
  height: 24px;
  width: 24px;
  background: url(../img/common/blt_arrow_disc.svg);
}
#sub_cat h2.sub_cat .dl:hover {
  opacity: 0.7;
}

#sub_cat h2.sub_cat.sub_cat_black{
  position: relative;
  padding: 9px 0;
  background: none;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .05em;
  text-align: center;
}
.ico_wrap {
}
.ico_wrap .ico {
  display: flex;
  justify-content: center;
}
.ico_wrap .ico img{
  margin: 16px 45px;
}

/* ============================================================ content_area */
.content_area {
    position: relative;
}

/* ============================================================ btn */
.btn_wrap {
  padding: 40px 0;
  text-align: center;
}
.btn_wrap .btn {
/*  padding: 0 0 0 20px;*/
  display: inline-block;
  text-decoration: none;
}
.btn_wrap .btn span{
    border: 1px solid #ccc;
    font-size: 22px;
    padding: 15px 50px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    min-width: 520px;
    height: 72px;
    margin: 0 auto;
    background-color: #fff;
    pointer-events: painted;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
.btn_wrap .btn span{
  padding: 8px 50px 0;
}  /* IE11 */
}

.btn_wrap .btn .text_01 {
    font-size: 19px;
}

.btn_wrap .btn span:before {
    content: "";
    display: block;
    width: 68px;
    height: 2px;
    border-bottom: 5px solid #aaa;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    pointer-events: none;
    transition-property: transform, opacity;
    transition-duration: 1s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.btn_wrap .btn span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #888;
    right: auto;
    left: 0;
    width: 100%;
    opacity: 0;
}
.btn_wrap .btn span:hover {
    color: #fff;
    text-decoration: none;
}
.btn_wrap .btn span:hover:after {
    opacity: 1;
}
.btn_wrap .btn span:hover:before {
    transform: translate(-50%, -50%) scaleX(0);
    border-bottom: 5px solid #aaa;
    border-color: #aaa;
    z-index: -1;
}

/* ============================================================ btn_digital_pamphlet */
.btn_wrap .btn_digital_pamphlet {
  margin: 8px .7%;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #000 !important;
  font-weight: 400;
}
.btn_wrap .btn_digital_pamphlet span{
    border: 1px solid #ccc;
    font-size: 22px;
    padding: 15px 50px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    min-width: 520px;
    height: 72px;
    margin: 0 auto;
    background-color: #fff;
    pointer-events: painted;
}

.btn_wrap .btn_digital_pamphlet .text_01 {
    font-size: 19px;
}

.btn_wrap .btn_digital_pamphlet .text_03 {
  font-size: 20px;
  line-height: 1.1;
}

.btn_wrap .btn_digital_pamphlet span:before {
    content: "";
    display: block;
    width: 64px;
    height: 47px;
    background: url(../../assets/img/common/icon_digital_pamphlet.svg) no-repeat center center;
    background-size: auto 47px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(25%, -50%);
    opacity: 1;
    pointer-events: none;
}
.btn_wrap .btn_digital_pamphlet span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #ff7bac;
    right: auto;
    left: 0;
    width: 100%;
    opacity: 0;
}
.btn_wrap .btn_digital_pamphlet span:hover {
    color: #fff;
    text-decoration: none;
}
.btn_wrap .btn_digital_pamphlet span:hover:after {
    opacity: 1;
}

.btn_wrap .btn_digital_pamphlet_middle span{
    font-size: 16px;
    padding: 5px 10px 5px 75px;
    line-height: 1.05;
    min-width: 300px;
    height: 62px;
}
.btn_wrap .btn_digital_pamphlet_middle span:before {
    width: 52px;
    height: 38px;
    background-size: auto 38px;
}

.btn_wrap .btn_digital_pamphlet_small{
      margin: 3px .7%;
}
.btn_wrap .btn_digital_pamphlet_small span{
    font-size: 12px;
    padding: 5px 5px 5px 45px;
    line-height: 1.05;
    min-width: 200px;
    height: 42px;
    letter-spacing: -.03em;
}
.btn_wrap .btn_digital_pamphlet_small span:before {
    width: 40px;
    height: 28px;
    background-size: auto 28px;
    transform: translate(15%, -50%);
}

/* ============================================================ btn_play */
.btn_wrap .btn_play {
  margin: 8px .7%;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #000 !important;
  font-weight: 400;
}
.btn_wrap .btn_play span{
    border: 1px solid #ccc;
    font-size: 22px;
    padding: 15px 50px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    min-width: 520px;
    height: 72px;
    margin: 0 auto;
    background-color: #fff;
    pointer-events: painted;
}

.btn_wrap .btn_play .text_01 {
    font-size: 19px;
}

.btn_wrap .btn_play span:before {
    content: "";
    display: block;
    width: 64px;
    height: 47px;
    background: url(../../assets/img/common/icon_play_v02.svg) no-repeat center center;
    background-size: auto 47px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(25%, -50%);
    opacity: 1;
    pointer-events: none;
}
.btn_wrap .btn_play span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #ff7bac;
    right: auto;
    left: 0;
    width: 100%;
    opacity: 0;
}
.btn_wrap .btn_play span:hover {
    color: #fff;
    text-decoration: none;
}
.btn_wrap .btn_play span:hover:after {
    opacity: 1;
}

.btn_wrap .btn_play_middle span{
    font-size: 16px;
    padding: 5px 10px 5px 75px;
    line-height: 1.05;
    min-width: 300px;
    height: 62px;
}
.btn_wrap .btn_play_middle span:before {
    width: 52px;
    height: 38px;
    background-size: auto 38px;
}

.btn_wrap .btn_play_small{
      margin: 3px .7%;
}
.btn_wrap .btn_play_small span{
    font-size: 12px;
    padding: 5px 5px 5px 50px;
    line-height: 1.05;
    min-width: 200px;
    height: 42px;
    letter-spacing: -.03em;
}
.btn_wrap .btn_play_small span:before {
    width: 40px;
    height: 28px;
    background-size: auto 28px;
    transform: translate(15%, -50%);
}

.btn_wrap .btn_comingsoon,
.btn_wrap .btn_comingsoon span{
  pointer-events: none;
}
.btn_wrap .btn_comingsoon span{
  background-color: #eee;
  color: #666;
}

/* ============================================================ btn_wrap_point */
.btn_wrap_point {
  margin: 0 0 20px;
  padding: 25px 25px;
  background: #f4f4f4;
  text-align: left;
}
#sub_cat .btn_wrap_point h2 {
  margin: 0 0 20px;
  font-size: 30px;
}
.btn_wrap_point_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#rika .btn_wrap_point {
  background: #EFF8FC;
}

#eigo .btn_wrap_point {
  padding: 20px 0;
  background: #e1f5e9;
}
#eigo .btn_wrap_point_inner {
  flex-flow: column;
  align-items: center;
}

.firstview .btn_wrap_firstview {
  position: absolute;
  right: 15px;
  bottom: 50px;
  padding: 0;
  cursor: pointer;
}
.btn_wrap_firstview .btn span {
    font-size: 18px;
    padding: 15px 30px;
    min-width: 292px;
    height: 58px;
}
.btn_wrap_firstview .btn span:before {
    width: 38px;
    height: 2px;
}

.btn_wrap_firstview .btn_low_height span {
    height: 48px;
}
.firstview .btn_wrap_position_01 {
  bottom: 70px;
}
.firstview .btn_wrap_position_02 {
  bottom: 15px;
  z-index: 1;
}

.firstview_wrap + .btn_wrap_firstview {
  position: absolute;
  z-index: 10;
  top: 306px;
  right: 50%;
  transform: translate(625px, 0);
  padding: 0;
}

.btn_wrap_text_panel {
  padding: 20px 0;
}
.btn_wrap_text_panel .btn span {
    font-size: 18px;
    min-width: 292px;
    height: 62px;
}
.btn_wrap_text_panel .btn span:before {
    width: 38px;
    height: 2px;
}

.btn_wrap_contact {
  position: relative;
  padding: 70px 0;
  min-height: 210px;
  background: #f7f7f7;
}
.btn_wrap_contact .btn span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-26%, -50%);
    border: none;
}
.btn_wrap.btn_wrap_contact .btn span:before {
    border-bottom: 5px solid #76c9ec;
}
.btn_wrap.btn_wrap_contact .btn span:after {
    background-color: #0096df;
}
.btn_wrap.btn_wrap_contact .btn span:hover:before {
    border-bottom: 5px solid #76c9ec;
    border-color: #76c9ec;
}

#sub_cat .btn_wrap .sub_block_body_02 {
    padding: 20px 15%;
    border: 1px dashed #ccc;
}


/* ============================================================ toggle_btn */
.toggle_btn_wrap {
  width: 520px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
.toggle_btn_wrap .btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.toggle_btn_wrap .btn .text{
    border: 1px solid #ccc;
    font-size: 22px;
    padding: 15px 50px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    min-width: 520px;
    height: 72px;
    margin: 0 auto;
    background-color: #fff;
    pointer-events: painted;
    cursor: pointer;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
.toggle_btn_wrap .btn .text{
  padding: 8px 0 0;
}  /* IE11 */
}

.toggle_btn_wrap .btn .text:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #888;
    right: auto;
    left: 0;
    width: 100%;
    opacity: 0;
}
.toggle_btn_wrap .btn .text:hover {
    color: #fff;
    text-decoration: none;
}
.toggle_btn_wrap .btn .text:hover:after {
    opacity: 1;
}

.toggle_btn_wrap .btn .text_01{
    font-size: 20px;
}

.toggle_btn_wrap .btn .icon {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    content: "";
    vertical-align: middle;
    cursor: pointer;
}
.toggle_btn_wrap .btn .icon:after, .toggle_btn_wrap .btn .icon:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.toggle_btn_wrap .btn .icon:before {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f4f4f4;
}
.toggle_btn_wrap .btn .icon:after {
    left: 10px;
    top: -3px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #888;
    border-right: 2px solid #888;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.toggle_btn_wrap.active .btn .icon:after {
    left: 10px;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#sub_cat .box_inner_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
    min-height: 300px;
}

/* ============================================================ wide_btn */
.wide_btn_wrap{
  position: absolute;
  z-index: 5;
  top: 25px;
  left: 50%;
  transform: translate(205px, 0);
}
#wide_btn01{
  height: 62px;
  width: 290px;
  padding: 6px;
  background: #888;
}

#wide_btn01 a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 3px 18px;
  height: 50px;
  background: #fff;
  color: #555;
  font-size: 18px;
  line-height: 1.05;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
#wide_btn01 a{
  padding: 3px 18px 0;
}  /* IE11 */
}

#wide_btn01 a:after{
  content: "";
  height: 20px;
  width: 20px;
  background: url(../img/common/nav_arrow_disc01.svg);
  background-size: 20px 20px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
#wide_btn01_in {
    display: block;
    background: #fff;
}
#wide_btn01_in .nav_text{
  width: 100%;
  font-size: 16px;
}

#kokugo #wide_btn01{ background: #e62b3c; }
#shakai #wide_btn01{ background: #bac622; }
#sugaku #wide_btn01{ background: #264fd6; }
#rika #wide_btn01{ background: #0095e5; }
#shodo #wide_btn01{ background: #f68200; }
#eigo #wide_btn01{ background: #0a8e3d; }
#katei #wide_btn01{ background: #f5b41b; }
#joho #wide_btn01{ background: #37a514; }

/* ============================================================ wide_btn02 */
.wide_btn02_wrap{
    display: flex;
    flex-direction: row-reverse;
    margin: -39px auto 5px;
    padding: 0 .5%;
    max-width: 1280px;
}
#wide_btn02{
  height: 34px;
  width: 290px;
  padding: 6px;
  background: #888;
}

#wide_btn02 a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 3px 18px;
  height: 22px;
  background: #fff;
  color: #555;
  font-size: 16px;
  line-height: 1.05;
}

#wide_btn02 a:after{
  content: "";
  height: 20px;
  width: 20px;
  background: url(../img/common/nav_arrow_disc01.svg);
  background-size: 20px 20px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
#wide_btn02_in {
    display: block;
    background: #fff;
}
#wide_btn02_in .nav_text{
  width: 100%;
  font-size: 16px;
}

#rika #wide_btn02{ background: #0095e5; }

/* ============================================================ wide_btn03 */
.wide_btn03_wrap{
}
#wide_btn03{
  width: 520px;
  margin: 0 auto;
  padding: 1px;
  background: #ccc;
}

#wide_btn03 a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 3px 18px;
  height: 70px;
  background: #fff;
  color: #555;
  font-size: 22px;
  line-height: 1.05;
  text-align: center;
}

#wide_btn03 a:after{
  content: "";
  height: 24px;
  width: 24px;
  background: url(../img/common/nav_arrow_disc01.svg);
  background-size: 24px 24px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
}
#wide_btn03_in {
    display: block;
    background: #fff;
}
#wide_btn03_in .nav_text{
  width: 100%;
}

/* ============================================================ pick_up */

#pick_up {
  padding: 0 0 14px;
/*  background: #fff;*/
}
#pick_up .pick_up_title{
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.05em;
}
#pick_up .box_wrap {
  margin: 0 auto;
}
#pick_up .box {
  display: flex;
  justify-content: space-between;
}
#pick_up .news_list {
  width: 800px;
}

#pick_up_top {
  padding: 0 0 14px;
  background: #fff;
}
#pick_up_top .pick_up_title{
  height: 1.6em;
  border-bottom: 4px solid #3fac2f;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -.05em;
}
#pick_up_top .box_wrap {
  width: 1280px;
  margin: 0 auto;
  padding: 50px 0 0;
}
#pick_up_top .box {
  display: flex;
  justify-content: space-between;
}
#pick_up_top .news_list {
  width: 950px;
}

.news_list .news_list_date {
  width: 15%;
  color: #4b68af;
}
.news_list .news_list_content {
  width: 85%;
}
.news_list .news_list_block {
  border-bottom: 1px solid #b4b4b4;
  padding: 10px 0;
  width: 100%;
}
.news_list .news_list_block .no_link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.news_list .news_list_block_inner {
  display: flex;
  flex-wrap: wrap;
}

/*.news_list .news_list_block:first-child a,
.news_list .news_list_block:first-child .no_link {
  padding: 8px 0 10px;
}*/

.news_list .news_list_block .news_list_content p{
  margin: 0 0 2px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
.news_list .news_list_block .news_list_content p{
  margin: 0 0 5px;
}  /* IE11 */
}

.news_list .news_list_block .news_list_content a span{
  border-bottom: 1px solid #000;
}
.news_list .news_list_block .news_list_content a:hover span{
  border-bottom: none;
}

/* もっと見る */
.news_list .news_list_block.infoList {
    display: none; /* もっと見る 設置時に有効化 */
}
a.ico_pulldown.switchInfo{
    position: relative;
    display: block; /* もっと見る 設置時に有効化 */
    margin: 25px 0 5px 220px;
    padding: 1px 0 3px;
    width: 180px;
    border: 1px solid #b4b4b4;
    color: #6e6e6e;
    text-align: center;
}
a.ico_pulldown.switchInfo:after{
    content: "閉じる";
    font-size: 14px;
}
a.ico_pulldown.switchInfo.active:after{
    content: "もっと見る";
    font-size: 14px;
}
a.ico_pulldown.switchInfo span{
    position: absolute;
    display: block;
    height: 30px;
    top: 0;
    background-size: 12px auto;
}

@media screen and (min-width: 0px) and (max-width: 668px) {

.news_list .news_list_block {
    width: auto;
}
a.ico_pulldown.switchInfo {
    margin: 25px auto 5px;
    width: 100%;
}
a.ico_pulldown.switchInfo:after{
    font-size: 12px;
}
a.ico_pulldown.switchInfo.active:after{
    font-size: 12px;
}

}


/********************************************************************************

  02. forSP Layout
    *横幅が1025px以下の場合


********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 1026px) {



/* ----------------------------------
  PC　SP view divergence - utility
---------------------------------- */
.u-media-pc {
  display: none;
}
.u-media-sp {
  display: block;
}

img {
  height: auto;
    /*width: 100%;*/
}

/* ============================================================ firstview */
.firstview_wrap {
    overflow: visible;
    margin: 0;
    padding: 80px 0 0;
}
.firstview_wrap:before{
    background: transparent;
}
.firstview_wrap:after {
    left: 0;
    background: transparent;
}
.firstview {
    width: 94%;
    margin: 0 auto;
}
.firstview h2 {
    margin: 34px 0 0 0;
    padding: 0 3%;
    font-size: 16px;
}
.firstview .substance h3 {
    padding: 10px 0 0;
    font-size: 16px;
    text-align: left;
}

.firstview .substance h4 {
    font-size: 15px;
    text-align: left;
}
.firstview .substance h5 {
  font-size: 14px;
  text-align: left;
}

.firstview .substance {
    min-height: auto;
    padding: 0;
    text-align: center;
}
.firstview .substancep p {
    text-align: left;
}
.firstview .substance img {
    float: none;
    max-width: 200px;
    width: 36%;
    margin: 55px 33% 40px 27%;
}

.firstview .substance .year_position_01 {
    bottom: 52px;
    left: 50%;
    transform: translate(-47%, 0) scale(.82);
}

.firstview .textbook_number_wrap {
    left: 0;
    bottom: 10px;
    top: auto;
}
.firstview .textbook_number_in {
    font-size: 10px;
}
.firstview .textbook_number_wrap .textbook_number {
  min-width: 50px;
}

.firstview .title {
    left: 50%;
    top: 4px;
    transform: translate(-50%, 0);
    font-size: 30px;
    line-height: 1.5;
}

.firstview .title .slogan{
  top: -24px;
  font-size: 16px;
}

.detail_wrap{
  flex-wrap: wrap;
}
.firstview .detail_wrap dl {
  flex-basis: 25%;
}
.firstview .detail_wrap dl.title {
  flex-basis: 75%;
}
.firstview .detail_wrap dt, .firstview .detail_wrap dd {
    padding: 7px 2px;
}
.firstview .detail_wrap dl.title dt, .firstview .detail_wrap dl.title dd {
    border-right: 1px solid #000;
}
.firstview .detail_wrap dl:nth-child(1) dd, .firstview .detail_wrap dl.title dd {
    border-bottom: none;
}

.firstview .info_wrap dl {
    flex-basis: 100%;
    border-right: 1px solid #000;
}
.firstview .info_wrap dl:nth-last-child(2) {
    border-bottom: none;
}
.firstview .info_wrap dt {
    flex-basis: 27%;
}
.firstview .info_wrap dt, .firstview .info_wrap dd {
    padding: 2px 10px;
    min-height: 31px;
}

.firstview .info_wrap dl:nth-child(2n+1) {
    flex-basis: 100%;
}
.firstview .info_wrap dl:nth-child(2n) {
    flex-basis: 100%;
}

/* ============================================================ container */

.contents_sub {
  left: 0;
  top: 0;
  margin: 0 0 30px;
}

#subject_menu {
  width: 100%;
}

.subject_menu_active #subject_menu {
  position: relative;
}

.subject_menu_bottom #subject_menu {
  position: relative;
  bottom: auto;
}

#subject_menu .textbook_number_wrap {
    padding: 0 15px 12px;
}

/* ============================================================ cat_content */
#cat_content{
    /*position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;*/
  flex-flow: column;
  width: 100%;
  padding: 0;
}

#contents {
    margin: 0;
}

.nav_active #contents {
  display: none;
}

#sub_cat {
  right: 0;
  min-height: auto;
  min-width: 100%;
}
#sub_cat img {
  height: auto;
  width: 100%;
}

#sub_cat .box-bg {
    max-width: 400px;
    width: 94%;
    padding: 20px 3%;
}

#sub_cat .sub_block {
    margin: 25px 0 10px;
    padding: 0;
}
#sub_cat .sub_block_body_02 {
    padding: 0 6%;
}
#sub_cat .sub_block_body_03 {
    flex-flow: column;
    padding: 0 6%;
}

#sub_cat .sub_block_body_coming_soon {
  min-height: 250px;
  margin: 0 2% 25px;
}

#sub_cat h2 {
    font-size: 27px;
}
#sub_cat h2.head_2_01 {
    margin: 25px 0 25px;
}
#sub_cat h2.head_2_02 {
    margin: 0 0 20px;
}
#sub_cat h2.head_2_02:after {
    width: 12px;
    height: 12px;
    top: 15px;
}
#sub_cat h2.head_2_03:after {
    width: 12px;
    height: 12px;
    top: 14px;
}
#sub_cat h2 .head_middle {
    font-size: 22px;
}
#sub_cat h2 .head_small {
  font-size: 18px;
}
#sub_cat h2.head_2_04 {
  font-size: 21px;
}

#sub_cat h3 {
    font-size: 21px;
}
#sub_cat h3.head_3_01 {
    padding: 4px 1em 4px;
}
#sub_cat h3.head_3_02 {
    font-size: 21px;

}
#sub_cat h3.head_3_03 {
    font-size: 21px;

}
#sub_cat h3.head_3_03:after {
    width: 12px;
    height: 12px;
    top: 13px;
}

#sub_cat h3.head_04:after {
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

#sub_cat h4.head_4_01 {
    font-size: 21px;
}

#sub_cat h5.head_5_01 {
  font-size: 12px;
}

#sub_cat .text_sample {
  width: 215px;
  font-size: 11px;
  transform: scale(.9);
  transform-origin: left;
}
#sub_cat .text_sample_middle {
  width: 300px;
}
#sub_cat .text_sample_blank {
  width: 215px;
  font-size: 11px;
  transform: scale(.9);
  transform-origin: left;
}
#shakai #sub_cat .text_sample {
  width: 235px;
}

#sub_cat p {
    line-height: 1.6;
}
#sub_cat .text_main {
    margin: 0 0 10px;
}
.text_main_02 {
    font-size: 15px;
}

#sub_cat .text_main.sp_mt-30 {
  margin-top: -30px;
}

.feature_panel .feature_panel_inner {
    display: block;
    padding: 30px 35px 15px;
}
.feature_panel .feature_panel_main {
    font-size: 13px;
}
.feature_panel .feature_panel_main .head {
    font-size: 22px;
}
.feature_panel .feature_panel_main .text li {
    margin: 0 0 5px 2px;
}
.feature_panel .feature_panel_main .text li:before {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    top: 8px;
}
.feature_panel .feature_panel_head {
    font-size: 13px;
}
.feature_panel .feature_panel_head .text {
    height: 23px;
    width: 23px;
}
.feature_panel .feature_panel_head .number {
    height: 32px;
    width: 32px;
    font-size: 21px;
}
.feature_panel .feature_panel_link_inner {
    width: 185px;
    margin: 10px auto 0;
    font-size: 13px;
}
.feature_panel .feature_panel_link .head {
    font-size: 12px;
}
.feature_panel .feature_panel_link .text a:after {
    height: 18px;
    width: 18px;
    background-size: 18px 18px;
    top: 9px;
}

.feature_panel .feature_panel_link_inner_v02 {
    padding: 10px 10px;
}
.feature_panel .feature_panel_link_inner_v02 .text a {
    padding: 0 0 0 45px;
}
.feature_panel .feature_panel_link_inner_v02 .text a:after {
    height: 28px;
    width: 38px;
    background-size: 38px 28px;
}

.feature_panel .feature_panel_link_rowx2{
  top: 0;
  margin: 0;
}
.feature_panel_link_rowx2 .feature_panel_link_inner:first-child {
  margin: 10px auto 0;
}
.feature_panel_link_rowx2 .feature_panel_link_inner_movie {
  margin:5px auto 0;
}
.feature_panel_link_inner_movie .icon_new {
    left: -20px;
    top: -3px;
}

.feature_panel .feature_panel_inner.feature_panel_inner_v02 {
    padding: 15px 35px 15px;
}
.feature_panel .feature_panel_inner_v02 .feature_panel_link_rowx2 {
    top: 0;
    margin: 0;
}

.nav_panel_01 .nav_panel_main {
    font-size: 11px;
}
.nav_panel_01 .nav_panel_main li a {
    flex-flow: column;
    min-height: 82px;
    padding: 0;
}
.nav_panel_01 .nav_panel_main li a:before {
    height: 36px;
    width: 36px;
    margin: 2px 0 5px;
}
.nav_panel_01 .nav_panel_main li.icon_card_purple a:before {
  width: 42px;
  margin: 3px 0 4px;
}
.nav_panel_01 .nav_panel_main li.icon_poster_purple a:before {
  height: 35px;
  width: 35px;
  margin: 2px 0 5px;
}
.nav_panel_01 .nav_panel_main li.icon_pc_orange a:before {
  height: 35px;
  margin: 6px 0 2px;
}
.nav_panel_01 .nav_panel_main li.icon_speaker_orange a:before {
  height: 38px;
  width: 46px;
  margin: 2px 10px;
}

.nav_panel_01 .nav_panel_main .nav_panel_text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 26px;
}
a.anchor_default {
    top: -80px;
}
a.anchor_nav_panel_01 {
    top: -60px;
}

.nav_panel_02 .nav_panel_inner {
    margin: 0 0 25px;
}
.nav_panel_02 .nav_panel_main {
    font-size: 11px;
}
.nav_panel_02 .nav_panel_main li {
  flex-basis: 23.5%;
  margin: 0 2% 0 0;
}
.nav_panel_02 .nav_panel_main li a:before {
    top: 6px;
    height: 30px;
    width: 30px;
}
.nav_panel_02 .nav_panel_main .tag {
    zoom: .8;
    min-width: 26px;
}
.nav_panel_02 .nav_panel_main li a {
    min-height: 82px;
}
.nav_panel_02 .nav_panel_main li:nth-child(4n)  {
  margin: 0 0 2% 0;
}
.nav_panel_02 .nav_panel_main .nav_panel_text {
    min-height: 25px;
}
a.anchor_nav_panel_02 {
    top: -100px;
}
a.anchor_nav_panel_03 {
    top: -100px;
}

#sub_cat .head_3_tag_inner_column_sp {
    display: flex;
    flex-flow: column;
    margin: 0 0 0 10px;
}
#sub_cat .head_3_tag_inner .tag {
    font-size: 10px;
}

.text_plain_01 {
    width: 100%;
}
.text_plain_01 .text_plain_inner {
    width: 100%;
}
.text_plain_01 .text_plain_main {
    font-size: 15px;
}
.img_plain_01 {
    width: 100%;
}

#sub_cat .img_logo_01 img {
  max-width: 120px;
}

#sub_cat .img_panel_01 img,
#sub_cat .img_panel_01_2 img,
#sub_cat .img_plain_01 img {
  max-width: 460px;
}

/* ============================================================ text_panel */
.text_panel_01 .text_panel_inner {
    padding: 10px 8%;
    width: 96%;
    margin: 0 0 40px;
    box-shadow: 12px 12px 0 #ccc;
}
.text_panel_01 .text_panel_head {
    font-size: 22px;
}
.text_panel_01 .text_panel_main {
    font-size: 13px;
}

.feature_panel_link_inner_movie .movie_panel_01 a:after,
.feature_panel_link_inner_movie .movie_panel_02 a:after {
  height: 40px;
  width: 40px;
  background-size: 40px 40px;
}

.movie_panel_link {
  margin: 0 0 45px;
  padding: 0;
}
.movie_panel_link_inner .movie_panel_01 li {
    margin: 0 2.5% 5%;
    width: 45%;
}
.movie_panel_link_inner .movie_panel_02 li {
    margin: 0 2.5% 5%;
    width: 274px;
}

.img_panel_01 img {
  margin: 0 5px 20px;
}

.text_plain_01 .text_plain_detail {
    padding: 5px 25px;
    font-size: 11px;
}

.text_panel_02 {
    width: 100%;
}
.text_panel_02 .text_panel_inner {
    padding: 10px 8%;
    min-height: 80px;
    width: 96%;
    margin: 0 0 40px;
    box-shadow: 12px 12px 0 #f4f4f4;
}
.text_panel_02 .text_panel_head {
    font-size: 22px;
}
.text_panel_02 .text_panel_main {
    font-size: 13px;
}

/* ============================================================== ■■■ 関連資料 追加クラスここから　*/
.text_panel_inner__wd {
  width: 96% !important;
}
.kanrenshiryou {
  margin : 0 0 ;
  width : 100% ;
}
.kanrenshiryou .th_1 {
  display :block !important;
  padding :20px 8px 8px 8px ;
  width : 100% ;
/*border :1px #f4f4f4 dotted ;*/
  border:none ;
  vertical-align : middle ;
  font-size :15px ;
}
.kanrenshiryou .td_1 {
  display : inline-block ;
  display : none ; / *更新日が入る時は消す */
  padding : 0px 10px 12px 10px ;
  width : 52% ;
  height :50px;
/*border :1px #f4f4f4 dotted ;*/
  border-bottom :1px #e1e1e1 solid ;
  font-size: min(2.5vw, 13px);
  text-align : right ;
}
.kanrenshiryou tr:last-child .td_1 {
  border:none ;
}
.kanrenshiryou .td_1 .date {
  padding: 0 0 0 5px ;
  font-size: min(2.6vw, 12px);
  color: #4b68af;
}
.kanrenshiryou .td_2 {
  display : inline-block ;
  padding : 0px 10px 12px 10px ;
  width : 47% ;
  width : 100% ; / *更新日が入る時は消す */
  height :50px;
/*border :1px #f4f4f4 dotted ;*/
  border-bottom :1px #e1e1e1 solid ;
  text-align :center ;
}
.kanrenshiryou .td_2 img{
  margin : 0 0 ;
  width : 25px !important;
  height:30px !important;
}
.kanrenshiryou tr:last-child .td_2 {
  border:none ;
}

.kanrenshiryou_btn_wrap {
    width: 100%;
    max-width: 270px;
    margin: 30px auto;
}
.kanrenshiryou.kanrenshiryou_btn {
    min-width: 270px;
}
.kanrenshiryou.kanrenshiryou_btn .th_1 {
    display: table-cell !important;
    padding: 0 5px 0 5px;
    width: 60%;
    min-height: 42px;
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
}
.kanrenshiryou.kanrenshiryou_btn .td_2 {
    display: table-cell;
    padding: 6px 10px 0;
    width: 19%;
    height: 42px;
}

.kanrenshiryou_btn_wrap .kanrenshiryou.kanrenshiryou_btn {
    /*min-width: 270px;*/
    max-width: 270px;
}
.kanrenshiryou_btn_wrap .kanrenshiryou.kanrenshiryou_btn .th_1 {
    display: table-cell !important;
    padding: 0 5px 0 5px;
    width: 81%;
    min-height: 42px;
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
}
.kanrenshiryou_btn_wrap .kanrenshiryou.kanrenshiryou_btn .td_2 {
    display: table-cell;
    padding: 6px 10px 0;
    width: 19%;
    height: 42px;
}

/* ============================================================== ■■■ 関連資料 追加クラスここまで　*/

.text_panel_03 .text_panel_inner {
    padding: 10px 6%;
    box-shadow: 12px 12px 0 #f4f4f4;
}
.text_panel_03 .text_panel_main {
    font-size: 12px;
}

.text_panel_04 .text_panel_inner {
    flex-flow: column;
}
.text_panel_04 .text_panel_main {
    width: 100%;
    padding: 10px 10px 6px;
    font-size: 13px;
}
.text_panel_04 .text_panel_main li:before {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    top: 8px;
}
.text_panel_04 .text_panel_detail {
    width: 100%;
    padding: 10px 25px;
    font-size: 11px;
}

.text_panel_movie .text_panel_inner {
    width: 96%;
    margin: 0 2%;
}
.text_panel_movie .text_panel_head {
}
.text_panel_movie .text_panel_main {
    font-size: 13px;
}

.movie_panel_01 a img {
  width: 100%;
}
.img_panel_01 a img {
  width: 100%;
}

.download_panel_inner {
    padding: 20px 15px 10px;
}
.download_panel_02 .download_panel_inner {
    padding: 15px 15px;
}
.download_panel_head {
    font-size: 22px;
}
.download_panel_main {
    font-size: 16px;
}
.download_panel_main li {
    display: block;
    height: auto;
    padding: 16px 15px 16px 40px;
}
.download_panel_main li:before {
    width: 26px;
    top: 28px;
}
#sub_cat .download_panel_main .text {
    line-height: 1.2;
}
.download_panel_main .link {
    justify-content: center;
    width: 100%;
    margin: 5px 0 0;
}
.download_panel_main .link a {
    height: 28px;
    margin: 0 20px 0 0;
}
#sub_cat .download_panel_main .link a img{
    height: 100%;
    width: auto;
    /*margin: 0 10px;*/
}
#sub_cat .download_panel_main_2 a img{
    width: revert-layer;
}
.download_panel_main .no_file {
    margin: 0 10px;
}
.download_panel_main .now_editing {
    margin: 0 20px 0 0;
}

.sub_block .year_r5,
.sub_block .year_r6,
.sub_block .year_r8,
.sub_block .year_already {
    font-size: 14px;
}
.sub_block .year_position_01,
.sub_block .year_position_02 {
    top: -4px;
}

/* ----------------------------------------------------------------------
.data_content
----------------------------------------------------------------------*/

.title.type01.type_border {
    margin: 0 auto 10px;
    min-height: 42px;
    max-width: 270px;
    font-size: 13px;
}

.title.type01.type_border .icon:before {
    width: 18px;
    height: 18px;
}

.title.type01.type_border .icon:after {
    left: 5px;
    top: -3px;
    width: 7px;
    height: 7px;
}

.title.type01.type_border.active .icon:after {
    left: 5px;
}

.image_panel_01 .image_panel_main {
    width: 100%;
}

.list_panel_main {
    font-size: 16px;
}
.list_panel_main li:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #aaa;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 11px;
    transform: translate(0, -50%);
}

.list_panel_01 .list_panel_main li {
    width: 100%;
}

.list_panel_02 .list_panel_main {
    font-size: 14px;
}
.list_panel_02 .list_panel_main li:after {
    top: 10px;
}
.list_panel_02 .list_panel_main .font-middle{
    font-size: 13px !important;
}

.toggle_panel_01 .toggle_panel_main {
    width: 100%;
}
.toggle_panel_01 .toggle_panel_main_rowx2 a {
    width: 48%;
}

.list_table_01 {
  font-size: 14px;
}
.list_table_01 th {
  padding: 2px 6px;
}
.list_table_01 td {
  padding: 4px 6px;
}

.list_table_02 {
  font-size: 14px;
}
.list_table_02 th {
  padding: 2px 6px;
}
.list_table_02 td {
  padding: 4px 6px;
}

.w-50per_sp {
    width: 50% !important;
}

.nav_subject_menu_ttl {
    min-height: 60px;
    padding: 12px 15px 5px;
}

.nav_subject_menu .contents_list_item {
    min-height: 60px;
    padding: 5px 5px 5px 32px;
}

.nav_subject_menu .contents_list_item_v02 {
  padding: 15px;
}

.nav_subject_menu .links_item_wrap {
  display: none;
}
.nav_subject_menu .links_item_pdf_wrap {
  display: block;
}
.nav_subject_menu .links_item:first-child, .nav_subject_menu .links_item:last-child {
    padding: 5px 5px 5px 32px;
}
.nav_subject_menu .links_item_pdf:after {
    right: 12px;
    transform: translate(0, -50%);
}
#rika .nav_subject_menu .links_item_pdf:after {
    top: 50%;
}

.all_area div.content_area {
    padding: 10px 2%;
}

.tab_area_wrap{
  height: 85px;
}
.tab_area {
    width: 96%;
    margin: 0 2%;
    background: url(../../assets/img/common/icon_tab_tap.svg) no-repeat calc(50% + 65px) 2px rgba(255, 255, 255, .8);
}
.tab_area_icon_left{
    background: url(../../assets/img/common/icon_tab_tap.svg) no-repeat calc(50% - 65px) 2px rgba(255, 255, 255, .8);
}

.tab_area_active .tab_area{
  position: relative;
  box-shadow: none;
}
.tab_area_active_sp .tab_area{
  position: fixed;
  z-index: 10;
  top: 0;
  box-shadow: 0 3px 0px rgba(128, 128, 128, .1);
  }

.tab_area li{
  height: 55px;
  width: 32.5%;
  /*padding: 8px 0 0;*/
}
.tab_area li .tab_text{
    margin: 0 0 2px;
}
.tab_area li .tab_text_small{
  font-size: 10px;
}

.tab_area li.select:before{
  border-width: 4px;
  }

.tab_area_active .tab_area li.select{
  height: 60px;
  padding: 5px 0 0;
  background-color:#fff;
  color: #333;
}
.tab_area_active .tab_area li.select:before {
/*  background: #fff;*/
}

.tab_area_active_sp .tab_area li.select{
  /*background-color:#888;
  color: #fff;*/
}
.tab_area_active_sp .tab_area li.select:before {
/*  background: #aaa;*/
}


a.anchor_tab {
    top: -110px;
}

#sub_cat .link_copy {
    right: 0;
    bottom: 15px;
    top: auto;
    width: 100%;
    font-size: 14px;
    text-align: center;
}
#sub_cat h2.sub_cat,
#sub_cat h2.sub_cat.sub_cat_black {
    font-size: 16px;
}
#sub_cat h2.sub_cat .dl{
    display: inline-block;
    top: 0;
    margin: 5px 0;
    padding: 4px 10px 4px 34px;
    font-size: 14px;
}
#sub_cat h2.sub_cat .dl:before {
    left: 10px;
    margin: -8px 0 0;
    height: 16px;
    width: 16px;
}
.ico_wrap .ico img {
    margin: 8px 22px;
    width: 100px;
}

/* ============================================================ btn */
.btn_wrap {
    padding: 20px 0;
}
.btn_wrap .btn {
  padding: 0;
}
.btn_wrap .btn span {
    font-size: 13px;
    padding: 10px 30px;
    min-width: 274px;
    height: 42px;
}
.btn_wrap .btn span:before {
    width: 42px;
    height: 2px;
    border-bottom: 4px solid #aaa;
}
.btn_wrap .btn span:hover:before {
    border-bottom: 4px solid #aaa;
}

.btn_wrap .btn .text_01 {
  padding: 10px 24px;
  font-size: 13px;
}

/* ============================================================ btn_digital_pamphlet */
.btn_wrap .btn_digital_pamphlet {
  margin: 3px .7%;
}
.btn_wrap .btn_digital_pamphlet span {
    font-size: 12px;
    padding: 5px 10px 5px 55px;
    min-width: 300px;
    width: 300px;
    height: 42px;
}
.btn_wrap .btn_digital_pamphlet span:before {
    width: 38px;
    height: 28px;
    background-size: auto 28px;
}

.btn_wrap .btn_digital_pamphlet .text_01 {
  padding: 10px 24px;
  font-size: 13px;
}

.btn_wrap .btn_digital_pamphlet .text_03 {
  font-size: 13px;
  line-height: 1;
}

/* ============================================================ btn_play */
.btn_wrap .btn_play {
  margin: 3px .7%;
}
.btn_wrap .btn_play span {
    font-size: 12px;
    padding: 5px 10px 5px 55px;
    width: 300px;
    height: 42px;
}
.btn_wrap .btn_play span:before {
    width: 38px;
    height: 28px;
    background-size: auto 28px;
}

.btn_wrap .btn_play .text_01 {
  padding: 10px 24px;
  font-size: 13px;
}

/* ============================================================ btn_wrap_point */
.btn_wrap_point {
  margin: 0 0 20px;
  padding: 25px 2%;
}
#sub_cat .btn_wrap_point h2 {
  margin: 0 0 15px;
  font-size: 24px;
}
.btn_wrap_point_inner {
  justify-content: center;
}

.firstview .btn_wrap_firstview {
  bottom: 10px;
  right: 0;
}

.btn_wrap_firstview .btn span {
    padding: 10px 20px;
    min-width: 190px;
    height: 36px;
}
.btn_wrap_firstview .btn span:before {
    width: 26px;
    height: 2px;
}

.btn_wrap_firstview .btn_low_height span {
    height: 32px;
}
.firstview .btn_wrap_position_01 {
  bottom: 45px;
}
.firstview .btn_wrap_position_02 {
  bottom: 8px;
}

.firstview_wrap + .btn_wrap_firstview {
    top: calc(61.5vw + 116px);
    right: 3%;
    transform: translate(0, 0);
}

.firstview .btn_wrap_firstview_nhk {
  right: 50%;
  transform: translate(50%, 0);
}

.btn_wrap_text_panel .btn span {
    min-width: 185px;
}

.btn_wrap_contact {
    padding: 40px 0;
    min-height: auto;
}
.btn_wrap_contact .btn span {
    transform: translate(-47%, -50%);
}
.btn_wrap.btn_wrap_contact .btn span:before {
    border-bottom: 4px solid #76c9ec;
}
.btn_wrap.btn_wrap_contact .btn span:hover:before {
    border-bottom: 4px solid #76c9ec;
    border-color: #76c9ec;
}

#sub_cat .btn_wrap .sub_block_body_02 {
    padding: 20px 2% 10px;
}

#sub_cat .btn_wrap .btn .img_banner_nhk_textbook {
    width: 274px;
    height: 42px;
}
.btn_wrap.btn_wrap_firstview .btn .img_banner_nhk_textbook {
    width: 220px;
    height: 30px;
}

/* ============================================================ toggle_btn */
.toggle_btn_wrap {
    width: 100%;
    padding: 30px 0;
}
.toggle_btn_wrap .btn .text {
    min-width: 270px;
    height: 42px;
    font-size: 13px;
}
.toggle_btn_wrap .btn .icon:before {
    width: 18px;
    height: 18px;
}
.toggle_btn_wrap .btn .icon:after {
    left: 5px;
    width: 7px;
    height: 7px;

}
.toggle_btn_wrap.active .btn .icon:after {
    left: 5px;
    top: 3px;
}

#sub_cat .box_inner_img {
    min-height: auto;
}

/* ============================================================ wide_btn */
.wide_btn_wrap{
  position: relative;
  top: 8px;
  left: 0;
  transform: translate(0, 0);
  height: 52px;
  margin: 0;
}
#wide_btn01{
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 52px;
  width: 215px;
  padding: 6px;
}
#wide_btn01 a{
  height: 40px;
  font-size: 11px;
}
#wide_btn01 a:after{
  right: 3px;
}
#wide_btn01_in .nav_text{
  font-size: 11px;
}

/* ============================================================ wide_btn02 */
.wide_btn02_wrap{
    justify-content: center;
    margin: 0 auto 10px;
}
#wide_btn02{
  width: 215px;
}

#wide_btn02 a{
  font-size: 11px;
}

/* ============================================================ wide_btn03 */
#wide_btn03{
  width: 272px;
}
#wide_btn03 a{
  height: 40px;
  font-size: 13px;
}
#wide_btn03 a:after{
  height: 18px;
  width: 18px;
  background-size: 18px 18px;
  right: 9px;
}
#wide_btn03_in .nav_text{
  font-size: 11px;
}

/* ============================================================ pick_up */

#pick_up {
    padding: 0 3%;
}
#pick_up .box_wrap {
/*    max-width: 400px;*/
    width: 100%;
    padding: 10px 0 10px;
}
#pick_up .box {
    flex-wrap: wrap;
}
#pick_up .pick_up_title {
    font-size: 21px;
    letter-spacing: 0;
}
#pick_up .substance {
    width: 92%;
    padding: 4% 4% 10%;
}

#pick_up .substance p {
    float: none;
    width: 100%;
    margin: 0px 0 0;
}

#pick_up_top {
    padding: 0 3%;
}
#pick_up_top .box_wrap {
    max-width: 400px;
    width: 100%;
    padding: 30px 0 5px;
}
#pick_up_top .box {
    flex-wrap: wrap;
}
#pick_up_top .pick_up_title {
    border-bottom: 3px solid #3fac2f;
    font-size: 21px;
    letter-spacing: 0;
}
#pick_up_top .substance {
    width: 92%;
    padding: 4% 4% 10%;
}

#pick_up_top .substance p {
    float: none;
    width: 100%;
    margin: 0px 0 0;
}

#sub_cat .box_wrap {
    width: 100%;
}

.news_list .news_list_block {
    flex-flow: column;
    padding: 9px 0;
}
.news_list .news_list_block .no_link {
    flex-flow: column;
}
.news_list .news_list_content {
    width: 100%;
    letter-spacing: -.09em;
}
.news_list .news_list_block:first-child a,
.news_list .news_list_block:first-child .no_link {
  padding: 8px 0 9px;
}



}




/********************************************************************************

  03. forSP Layout
    *横幅が320px以下の場合


********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 321px) {


.tab_area li {
    font-size: 11px;
}

.btn_wrap .btn .text_01 {
  zoom: .85;
}

.list_table_02 {
    zoom: .95;
}


}