@charset "UTF-8";
/* .mv ----------*/
/* #info a[href$=".pdf"],
#topics a[href$=".pdf"],
#info a[href$=".xlsx"],
#info a[href$=".xls"],
#info a[href$=".csv"],
#topics a[href$=".xlsx"],
#topics a[href$=".xls"],
#topics a[href$=".csv"],
#info a[href$=".docx"],
#topics a[href$=".docx"],
#info a[href$=".pptx"],
#topics a[href$=".pptx"] {
  text-decoration: underline;
} */
#info .edit_area a[href$=".pdf"]::after, #topics .edit_area a[href$=".pdf"]::after, #info .edit_area a[href$=".xlsx"]::after, #info .edit_area a[href$=".xls"]::after, #info .edit_area a[href$=".csv"]::after, #topics .edit_area a[href$=".xlsx"]::after, #topics .edit_area a[href$=".xls"]::after, #topics .edit_area a[href$=".csv"]::after, #info .edit_area a[href$=".docx"]::after, #topics .edit_area a[href$=".docx"]::after, #info .edit_area a[href$=".pptx"]::after, #topics .edit_area a[href$=".pptx"]::after {
  content: "";
  display: inline-block;
  height: 24px;
  margin-left: 10px;
  vertical-align: text-top;
  width: 24px;
}
#info .edit_area a[href$=".pdf"]::after, #topics .edit_area a[href$=".pdf"]::after {
  background: url(/tsushin/for-students/baishin/cmn/cmn_img/icon_pdf.svg) center center no-repeat;
  background-size: contain;
}
#info .edit_area a[href$=".xlsx"]::after, #info .edit_area a[href$=".xls"]::after, #info .edit_area a[href$=".csv"]::after, #topics .edit_area a[href$=".xlsx"]::after, #topics .edit_area a[href$=".xls"]::after, #topics .edit_area a[href$=".csv"]::after {
  background: url(/tsushin/for-students/baishin/cmn/cmn_img/icon_excel.svg) center center no-repeat;
  background-size: contain;
}
#info .edit_area a[href$=".docx"]::after, #topics .edit_area a[href$=".docx"]::after {
  background: url(/tsushin/for-students/baishin/cmn/cmn_img/icon_word.svg) center center no-repeat;
  background-size: contain;
}
#info .edit_area a[href$=".pptx"]::after, #topics .edit_area a[href$=".pptx"]::after {
  background: url(/tsushin/for-students/baishin/cmn/cmn_img/icon_p.svg) center center no-repeat;
  background-size: contain;
}
/* .mv ----------*/
.mv {
  padding: 50px 15px;
  position: relative;
  width: 100%;
}
.mv_ttl {
  font-size: 36px;
  text-align: center;
}
#info .mv_ttl::before, #topics .mv_ttl::before, #fix .mv_ttl::before, #center .mv_ttl::before, #learning .mv_ttl::before, #download .mv_ttl::before {
  content: "";
  display: block;
  height: 44px;
  margin: 0 auto;
  width: 44px;
}
#info .mv_ttl::before {
  background: url(/tsushin/for-students/baishin/cmn/cmn_img/contents_icon_01_c.png) center center no-repeat;
  background-size: cover;
}
#topics .mv_ttl::before {
  background: url(/tsushin/for-students/baishin/cmn/cmn_img/contents_icon_02_c.png) center center no-repeat;
  background-size: cover;
}
#fix .mv_ttl::before {
  background: url(/tsushin/for-students/baishin/cmn/cmn_img/contents_icon_03_c.png) center center no-repeat;
  background-size: cover;
}
#center .mv_ttl::before {
  background: url(/tsushin/for-students/baishin/cmn/cmn_img/contents_icon_04_c.png) center center no-repeat;
  background-size: cover;
}
#learning .mv_ttl::before {
  background: url(/tsushin/for-students/baishin/cmn/cmn_img/contents_icon_05_c.png) center center no-repeat;
  background-size: cover;
}
#download .mv_ttl::before {
  background: url(/tsushin/for-students/baishin/cmn/cmn_img/contents_icon_06_c.png) center center no-repeat;
  background-size: cover;
}
/* .list_wrap ----------*/
.list_wrap .list {
  border-bottom: 1px solid #ccc;
  -js-display: flex;
  display: flex;
  padding: 25px 10px;
}
#d_2020 .list_wrap .list {
  border-bottom: none;
}
.list_wrap .list a {
  -js-display: flex;
  display: flex;
  position: relative;
  transition: opacity 0.5s;
  word-break: break-all;
}
.list_wrap .list a:hover {
  opacity: 0.3;
}
.list_wrap .list a .c_txt::after {
  content: "";
  display: inline-block;
  height: 24px;
  margin-left: 10px;
  vertical-align: sub;
  width: 24px;
}
.list_wrap .list a[href$=".pdf"] .c_txt::after {
  background: url(/tsushin/for-students/baishin/cmn/cmn_img/icon_pdf.svg) center center no-repeat;
  background-size: contain;
}
.list_wrap .list a[href$=".xlsx"] .c_txt::after, .list_wrap .list a[href$=".xls"] .c_txt::after, .list_wrap .list a[href$=".csv"] .c_txt::after {
  background: url(/tsushin/for-students/baishin/cmn/cmn_img/icon_excel.svg) center center no-repeat;
  background-size: contain;
}
.list_wrap .list a[href$=".docx"] .c_txt::after {
  background: url(/tsushin/for-students/baishin/cmn/cmn_img/icon_word.svg) center center no-repeat;
  background-size: contain;
}
.list_wrap .list a[href$=".pptx"] .c_txt::after {
  background: url(/tsushin/for-students/baishin/cmn/cmn_img/icon_p.svg) center center no-repeat;
  background-size: contain;
}
.list_wrap .list a[target="_blank"] .c_txt::after {
  background: url(/tsushin/for-students/baishin/cmn/cmn_img/icon_blank.svg) center center no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.list_wrap .list .i_txt {
  -js-display: flex;
  display: flex;
  align-items: center;
  width: 300px;
}
#download .list_wrap .list .i_txt {
  width: 140px;
}
.list_wrap .list .i_txt time {
  color: #666;
  margin-right: 10px;
}
.list_wrap .list .i_txt .tag {
  background-color: #fff;
  border: 2px solid #1a587e;
  color: #1a587e;
  line-height: 1.2;
  padding: 3px 20px;
  text-align: center;
  width: 162px;
}
#info .list_wrap .list .i_txt .tag {
  border-color: #5e669a;
  background-color: #5e669a;
  color: #fff;
}
/*全員*/
#info .list_wrap .list .i_txt .tag.cat01 {
  border-color: #00507e;
  background-color: #00507e;
}
/*法学部・短期大学部・司書・図書館司書教諭*/
#info .list_wrap .list .i_txt .tag.cat02 {
  padding: 3px 2px;
	font-size: 14.6px;
  border-color: #770D3E;
  background-color: #770D3E;
}
/*正科生*/
#info .list_wrap .list .i_txt .tag.cat03 {
  border-color: #eeb71f;
	background-color: #eeb71f;
}
/*建築学部*/
#info .list_wrap .list .i_txt .tag.cat04 {
  border-color: #01a7ea;
  background-color: #01a7ea;
}
/*法学部・短期大学部*/
#info .list_wrap .list .i_txt .tag.cat05 {
  padding: 3px 4px;
  border-color: #65117e;
  background-color: #65117e;
}
/*図書館司書*/
#info .list_wrap .list .i_txt .tag.cat06 {
  border-color: #64a25b;
  background-color: #64a25b;
}
/*図書館司書教諭*/
#info .list_wrap .list .i_txt .tag.cat07 {
  border-color: #2c582f;
  background-color: #2c582f;
}
/*特修生*/
#info .list_wrap .list .i_txt .tag.cat08 {
	border-color: #d87d00;
	background-color: #d87d00;
}

#topics .list_wrap .list .i_txt .tag {
  border-color: #98ad73;
  color: #98ad73;
}
#fix .list_wrap .list .i_txt .tag {
  border-color: #936b71;
  color: #936b71;
}
#center .list_wrap .list .i_txt .tag {
  border-color: #9d66a3;
  color: #9d66a3;
}
#learning .list_wrap .list .i_txt .tag {
  border-color: #8aa6b8;
  color: #8aa6b8;
}
#download .list_wrap .list .i_txt .tag {
  border-color: #8d7cba;
  color: #8d7cba;
}
.list_wrap .list .c_txt {
  width: calc(100% - 300px);
}
#fix .list_wrap .list .i_txt {
  width: 140px;
}
#fix .list_wrap .list .i_txt time {
  margin: 0;
}
#fix .list_wrap .list .c_txt,
#download .list_wrap .list .c_txt {
  width: calc(100% - 140px);
}
@media only screen and (max-width: 768px) {
  #download .list_wrap .list .i_txt,
  #download .list_wrap .list .c_txt {
    width: 100%;
  }
}
/* .display_wrap ----------*/
.display_wrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* .sside_nav_box ----------*/
.side_nav_box {
  width: 270px;
}
.side_nav_box .back_btn a {
  background-color: #1a587e;
  border: 2px solid #1a587e;
  color: #fff;
  display: block;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 20px 50px 20px 30px;
  position: relative;
}
.side_nav_box .back_btn a::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
  height: 12px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 18px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: right 0.3s, border 0.3s;
  width: 12px;
}
.side_nav_box .back_btn a::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 50px;
  margin-top: -26px;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 6px;
}
.side_nav_box .back_btn a:hover::before {
  right: 10px;
}
.side_nav_box .back_btn a:hover::after {
  right: 10px;
}
#info .side_nav_box .back_btn a {
  background-color: #5e669a;
  border-color: #5e669a;
}
#topics .side_nav_box .back_btn a {
  background-color: #98ad73;
  border-color: #98ad73;
}
#fix .side_nav_box .back_btn a {
  background-color: #936b71;
  border-color: #936b71;
}
#download .side_nav_box .back_btn a {
  background-color: #8d7cba;
  border-color: #8d7cba;
}
.side_nav {
  border: 2px solid #1a587e;
}
.side_nav .nav_list {
  border-bottom: 2px solid #1a587e;
}
.side_nav .nav_list:last-child {
  border-bottom: none;
}
.side_nav .nav_list a {
  display: block;
  font-size: 20px;
  padding: 15px 40px 15px 15px;
  position: relative;
  transition: opacity 0.3s;
}
.side_nav .nav_list a:hover {
  opacity: 0.3;
}
.side_nav .nav_list a::before {
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  content: "";
  height: 12px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 18px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: right 0.3s, border 0.3s;
  width: 12px;
}
.side_nav .nav_list.active a {
  background-color: #1a587e;
  color: #fff;
}
.side_nav .nav_list.active a::before {
  border-color: #fff;
}
#info .side_nav_box.sp_nav, #topics .side_nav_box.sp_nav, #fix .side_nav_box.sp_nav, #download .side_nav_box.sp_nav, #voice .side_nav_box.sp_nav {
  display: none;
}
#info .side_nav, #info .side_nav .nav_list {
  border-color: #5e669a;
}
#topics .side_nav, #topics .side_nav .nav_list {
  border-color: #98ad73;
}
#fix .side_nav, #fix .side_nav .nav_list {
  border-color: #936b71;
}
#download .side_nav, #download .side_nav .nav_list {
  border-color: #8d7cba;
}
#info .side_nav .nav_list.active a {
  background-color: #5e669a;
}
#topics .side_nav .nav_list.active a {
  background-color: #98ad73;
}
#fix .side_nav .nav_list.active a {
  background-color: #936b71;
}
#download .side_nav .nav_list.active a {
  background-color: #8d7cba;
}
/* .inr_nav ----------*/
.inr_nav .list a {
  border-top: 1px solid #928587;
  font-size: 16px;
  padding: 15px 15px 15px 50px;
}
.inr_nav .list a::before {
  height: 8px;
  margin-top: -4px;
  right: auto;
  left: 28px;
  width: 8px;
}
#info .side_nav .nav_list.active .inr_nav .list a, #topics .side_nav .nav_list.active .inr_nav .list a, #fix .side_nav .nav_list.active .inr_nav .list a {
  background-color: #fff;
  color: #000;
}
.side_nav .nav_list.active .inr_nav .list a::before {
  border-color: #000;
}
#info .side_nav .nav_list .inr_nav .list.select a {
  background-color: #5e669a;
  color: #fff;
}
#info .side_nav.side_nav-ac .nav_list .inr_nav .list.select a {
  background-color: rgba(94 102 154 / 60%);
}
#topics .side_nav .nav_list .inr_nav .list.select a {
  background-color: #98ad73;
  color: #fff;
}
#topics .side_nav.side_nav-ac .nav_list .inr_nav .list.select a {
  background-color: rgba(152 173 115 / 60%);
}
#fix .side_nav .nav_list .inr_nav .list.select a {
  background-color: #936b71;
  color: #fff;
}
#fix .side_nav.side_nav-ac .nav_list .inr_nav .list.select a {
  background-color: rgba(147 107 113 / 60%);
}
.side_nav .nav_list .inr_nav .list.select a::before {
  border-color: #fff;
}
.side_nav.side_nav-ac .inr_nav .list:first-child a{
  border-top: none;
}
/* .display_wrap .list_wrap ----------*/
.display_wrap .list_wrap, .display_wrap .fix_area_wrap, .display_wrap .edit_area {
  width: calc(100% - 320px);
}
.display_wrap .fix_area_wrap .edit_area {
  width: 100%;
}
/* .teacher_box ----------*/
.teacher_box {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -20px 100px;
}
.teacher_list {
  padding: 0 20px;
  text-align: center;
  width: 20%;
}
.teacher_list .name {
  line-height: 1.4;
  margin-top: 10px;
}
.teacher_list img {
  width: 100%;
}
/* .download_list ----------*/
.download_list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
.download_list .list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px 30px;
  width: 33%;
}
.download_list .list .list_inr {
  position: relative;
  border: 1px solid #222;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  position: relative;
}
.download_list .list .list_inr .d_inr_code{
  position: absolute;
  top:0;
  right: 0;
  padding: 0 6px 0 8px;
  font-size: 12px;
  background-color: #eeeeee;
}
.download_list .d_inr_box {
  width: 100%;
}
.download_list .d_img {
  overflow: hidden;
  padding-bottom: 58%;
  position: relative;
  width: 100%;
}
.download_list .d_txt_box {
  padding: 25px 20px;
}
.download_list .d_img img {
  border: none;
  height: 100%;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.download_list .d_txt {
  color: #999;
  font-size: 12px;
  line-height: 1.5;
}
.download_list .d_ttl {
  color: #8d7cba;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}
.fix_btn {
  margin: 0 auto;
  width: 270px;
}
.download_list .d_btn a, .fix_btn a {
  background-color: #8d7cba;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto 25px;
  padding: 10px 50px;
  position: relative;
  text-align: center;
  transition: opacity 0.3s;
  width: 100%;
}
.fix_btn a {
  background-color: #936b71;
  margin: 0;
}
.download_list .d_btn a:hover, .fix_btn a:hover {
  opacity: 0.3;
}
.download_list .d_btn a::before, .fix_btn a::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
  height: 12px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 26px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 12px;
}
.download_list .d_btn a::after, .fix_btn a::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 18px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 31px;
  width: 2px;
}
/* #d_2020 .download_list ----------*/
#d_2020 .download_list .list .list_inr {
  padding: 25px 20px;
}
#d_2020 .download_list .d_txt_box {
  padding: 0;
}
#d_2020 .download_list .d_img {
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0;
  position: relative;
  width: 190px;
}
#d_2020 .download_list .d_txt {
  padding: 0;
}
#d_2020 .download_list .d_ttl {
  color: #1a587e;
  font-size: 20px;
  margin: 10px 0;
}
#d_2020 .download_list .d_btn {
  width: 100%;
}
#d_2020 .download_list .d_btn a {
  background-color: #1a587e;
  margin: 10px 0 0;
  width: 100%;
}
/* .num_ancr ----------*/
.num_ancr {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
.ancr_li {
  /*  padding: 0 10px;*/
  padding: 5px;
}
.ancr_li a {
  background-color: #fff;
  border: 2px solid #1a587e;
  display: block;
  line-height: 1;
  padding: 15px 20px;
  transition: background 0.5s, color 0.5s;
}
.ancr_li a:hover, .ancr_li.current a {
  background-color: #1a587e;
  color: #fff;
}
.display_wrap .num_ancr {
  /*  width: 100%;*/
  width: 1280px;
}
#info .ancr_li a {
  border-color: #5e669a;
}
#topics .ancr_li a {
  border-color: #98ad73;
}
#fix .ancr_li a {
  border-color: #936b71;
}
#info .ancr_li a:hover, #info .ancr_li.current a {
  background-color: #5e669a;
}
#topics .ancr_li a:hover, #topics .ancr_li.current a {
  background-color: #98ad73;
}
#fix .ancr_li a:hover, #fix .ancr_li.current a {
  background-color: #936b71;
}
/* .edit_wrap ----------*/
.edit_wrap {
  background-color: #fff;
  /*  padding: 50px 15px 70px;*/
  padding: 50px 30px 70px;
  margin: 0 auto;
  width: 1280px;
}
.edit_wrap.pb_none {
  padding: 50px 30px 0;
}
.edit_wrap .inr {
  width: 100%;
}
.tag_box {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.tag_box time {
  color: #666;
}
.tag_box p {
  background-color: #fff;
  border: 2px solid #1a587e;
  color: #1a587e;
  padding: 0 20px;
}
#info .tag_box p {
  border-color: #5e669a;
  color: #5e669a;
}
#topics .tag_box p {
  border-color: #98ad73;
  color: #98ad73;
}
#fix .tag_box p {
  border-color: #936b71;
  color: #936b71;
}
#center .tag_box p {
  border-color: #9d66a3;
  color: #9d66a3;
}
#learning .tag_box p {
  border-color: #8aa6b8;
  color: #8aa6b8;
}
#download .tag_box p {
  border-color: #8d7cba;
  color: #8d7cba;
}
/* .fix_c_area ----------*/
.fix_c_area {
  margin-bottom: 50px;
}
.limited {
  background-color: #f3edee;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 10px 10px 60px;
  position: relative;
}
.limited::before {
  border-right: 15px solid transparent;
  border-bottom: 24px solid #936b71;
  border-left: 15px solid transparent;
  content: "";
  height: 0;
  margin-top: -12px;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 0;
}
.limited::after {
  color: #fff;
  content: "！";
  font-size: 14px;
  margin-top: -9px;
  position: absolute;
  left: 27px;
  top: 50%;
}
/* .target_box em {
  background-color: #f3edee;
  border: 2px solid #936b71;
  border-radius: 50px;
  display: inline-block;
  font-size: 14px;
  margin: 0 5px 5px 0;
  padding: 3px 20px;
} */
/* .edit_area ----------*/
.edit_area {
  padding-bottom: 100px;
  word-break: break-all;
}
.edit_area#edit_47 {
  padding-bottom: 50px;
}
/* h2 ----------*/
.edit_area h2, .fix_ttl {
  background-color: #1a587e;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 5px 35px;
  position: relative;
}
.edit_area h2::before, .fix_ttl::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 10px;
}
#info .edit_area h2 {
  background-color: #5e669a;
}
#topics .edit_area h2 {
  background-color: #98ad73;
}
#fix .edit_area h2, .fix_ttl {
  background-color: #936b71;
}
#center .edit_area h2 {
  background-color: #9d66a3;
}
#learning .edit_area h2 {
  background-color: #8aa6b8;
  padding: 5px 35px 5px 50px;
}
#learning .edit_area h2 img {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
}
#learning .edit_area h2::before {
  display: none;
}
#download .edit_area h2 {
  background-color: #8d7cba;
}
.edit_area em, .target_box em {
  background-color: #f1e9ef;
  border: 2px solid #75376b;
  border-radius: 50px;
  display: inline-block;
  /* margin-top: -40px; */
  /* margin-bottom: 50px; */
  padding: 5px 35px;
}
#info .edit_area em {
  background-color: #e9ecff;
  border-color: #5e669a;
}
#topics .edit_area em {
  background-color: #eaeee2;
  border-color: #98ad73;
}
#fix .edit_area em, #fix .target_box em {
  background-color: #f3edee;
  border-color: #936b71;
}
#center .edit_area em {
  background-color: #eee4ef;
  border-color: #9d66a3;
}
#learning .edit_area em {
  background-color: #e7f3fb;
  border-color: #8aa6b8;
}
#download .edit_area em {
  background-color: #e7e2f5;
  border-color: #8d7cba;
}
/* h3 ----------*/
.edit_area h3 {
  border-bottom: 1px solid #75376b;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 40px;
  padding: 0 0 10px 25px;
  position: relative;
}
#info .edit_area h3 {
  border-color: #5e669a;
}
#topics .edit_area h3 {
  border-color: #98ad73;
}
#fix .edit_area h3 {
  border-color: #936b71;
}
#center .edit_area h3 {
  border-color: #9d66a3;
}
#learning .edit_area h3 {
  border-color: #8aa6b8;
}
#download .edit_area h3 {
  border-color: #8d7cba;
}
.edit_area h3::before {
  background-color: #75376b;
  content: "";
  display: block;
  height: calc(100% - 10px);
  position: absolute;
  top: 0;
  left: 5px;
  width: 10px;
}
#info .edit_area h3::before {
  background-color: #5e669a;
}
#topics .edit_area h3::before {
  background-color: #98ad73;
}
#fix .edit_area h3::before {
  background-color: #936b71;
}
#center .edit_area h3::before {
  background-color: #9d66a3;
}
#learning .edit_area h3::before {
  background-color: #8aa6b8;
}
#download .edit_area h3::before {
  background-color: #8d7cba;
}
/* h4 ----------*/
.edit_area h4 {
  color: #1a587e;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  position: relative;
}
#info .edit_area h4 {
  color: #5e669a;
}
#topics .edit_area h4 {
  color: #98ad73;
}
#fix .edit_area h4 {
  color: #936b71;
}
#center .edit_area h4 {
  color: #9d66a3;
}
#learning .edit_area h4 {
  color: #8aa6b8;
}
#download .edit_area h4 {
  color: #8d7cba;
}
.edit_area h4::before {
  background-color: #75376b;
  content: "";
  display: block;
  height: 100%;
  margin-top: -10px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
}
#info .edit_area h4::before {
  background-color: #5e669a;
}
#topics .edit_area h4::before {
  background-color: #98ad73;
}
#fix .edit_area h4::before {
  background-color: #936b71;
}
#center .edit_area h4::before {
  background-color: #9d66a3;
}
#learning .edit_area h4::before {
  background-color: #8aa6b8;
}
#download .edit_area h4::before {
  background-color: #8d7cba;
}
/* h5 ----------*/
.edit_area h5 {
  border: 2px solid #75376b;
  display: inline-block;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 10px;
}
#info .edit_area h5 {
  border-color: #5e669a;
}
#topics .edit_area h5 {
  border-color: #98ad73;
}
#fix .edit_area h5 {
  border-color: #936b71;
}
#center .edit_area h5 {
  border-color: #9d66a3;
}
#learning .edit_area h5 {
  border-color: #8aa6b8;
}
#download .edit_area h5 {
  border-color: #8d7cba;
}
/* h6 ----------*/
.edit_area h6 {
  color: #75376b;
  line-height: 1.4;
  margin-bottom: 10px;
}
#info .edit_area h6 {
  color: #5e669a;
}
#topics .edit_area h6 {
  color: #98ad73;
}
#fix .edit_area h6 {
  color: #936b71;
}
#center .edit_area h6 {
  color: #9d66a3;
}
#learning .edit_area h6 {
  color: #8aa6b8;
}
#download .edit_area h6 {
  color: #8d7cba;
}
/* list ----------*/
.edit_area ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.edit_area ul li:before {
  content: "●";
}
.edit_area ol {
  /* padding-left: 20px; */
}
.edit_area ol li {
  list-style: decimal inside none;
  padding-left: 1em;
  text-indent: -1em;
}
#download .edit_area ul li{
  padding-left: 0;
  text-indent: 0;
}
#download .edit_area ul li:before{
  display: none;
}
/* #fix .edit_area ----------*/
#fix .edit_area ul,
.edit_area ul.list_fix{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 50px;
}
#fix .edit_area ul li,
.edit_area ul.list_fix li {
  background-color: #f9f9f9;
  color: #444;
  font-weight: bold;
  padding: 20px 10px;
  text-indent: 0;
}
#fix .edit_area ul li:before,
.edit_area ul.list_fix li:before{
  display: none;
}
#fix .edit_area ul li:nth-of-type(2n),
.edit_area ul.list_fix li:nth-of-type(2n){
  background-color: #fff;
  color: #ff1717;
}
#fix .edit_area ul li + li,
.edit_area ul.list_fix li:nth-child(even){
  border-top: 1px dashed #ccc;
}
.edit_area ul.list_fix li:not(:first-child):nth-child(odd){
  border-top: 1px solid #ccc;
}
/* #fix .edit_area 210430 ----------*/
#fix .edit_area ul.ancr_box {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
}
#fix .edit_area ul.ancr_box li {
  background-color: #FFF;
  color: #444;
  font-weight: bold;
  padding: 0;
  margin: 0 10px 10px 0;
}
#fix .edit_area ul.ancr_box li + li {
  border-top: none;
}
#fix .ancr_box .ancr_list a::after {
  border-color: #936b71;
}
/* #edit_center .edit_area ----------*/
#edit_center .edit_area ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
#edit_center .edit_area ul li {
  border: none;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px 30px;
  position: relative;
  text-indent: 0;
  transition: opacity 0.3s;
  width: 25%;
}
#edit_center .edit_area ul li:hover {
  cursor: pointer;
  opacity: 0.3;
}
#edit_center .edit_area ul li:before {
  background-color: #9d66a3;
  content: "";
  display: block;
  height: calc(100% - 32px);
  position: absolute;
  top: 1px;
  right: 16px;
  width: 39px;
  z-index: 1;
}
#edit_center .edit_area ul li a {
  background-color: #fff;
  border: 1px solid #222;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 15px 55px 15px 15px;
  position: relative;
  text-decoration: none;
}
#edit_center .edit_area ul li a b {
  display: block;
  color: #9d66a3;
  margin-bottom: 5px;
}
#edit_center .edit_area ul li a span {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #999;
  display: block;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}
#edit_center .edit_area ul li a::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
  height: 12px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 11px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
  z-index: 1;
}
#edit_center .edit_area ul li a::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  margin-top: 0px;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 18px;
  z-index: 1;
}
/* #edit_learning .edit_area ----------*/
#edit_learning .edit_area ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
#edit_learning .edit_area ul + ul {
  margin: 30px -15px -30px;
}
#edit_learning .edit_area ul li {
  border: none;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px 30px;
  position: relative;
  text-indent: 0;
  transition: opacity 0.3s;
  width: 33.333%;
}
#edit_learning .edit_area ul li:hover {
  cursor: pointer;
  opacity: 0.3;
}
#edit_learning .edit_area ul li:before {
  background-color: #8aa6b8;
  content: "";
  display: block;
  height: calc(100% - 32px);
  position: absolute;
  top: 1px;
  right: 16px;
  width: 39px;
  z-index: 1;
}
#edit_learning .edit_area ul li a {
  position: relative;
  background-color: #fff;
  border: 1px solid #222;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 20px 60px 20px 70px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
#edit_learning .edit_area ul li.stop a {
  cursor: default;
  opacity: 0.3;
  pointer-events: none;
}
#edit_learning .edit_area ul li.stop:hover {
  cursor: default;
  opacity: 1;
}
#edit_learning .edit_area ul li a b {
  display: block;
  color: #8aa6b8;
  width: 100%;
}
#edit_learning .edit_area ul li a span {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #999;
  display: block;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
#edit_learning .edit_area ul li a::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
  height: 12px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 11px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
  z-index: 1;
}
#edit_learning .edit_area ul li a::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  margin-top: 0px;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 18px;
  z-index: 1;
}
#edit_learning .edit_area ul li.dummy a {
  padding: 20px 60px 20px 20px;
}
#edit_learning .edit_area ul li img {
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
}
#edit_center .edit_area ol {
  border: 1px solid #222;
  margin-bottom: 50px;
  padding: 20px 20px 20px 40px;
}
#edit_center .edit_area ol li a {
  color: #9d66a3;
  text-decoration: underline;
}
#center #edit_learning .edit_area ul li a b {
  color: #9d66a3;
}
#center #edit_learning .edit_area ul li:before{
  background-color: #9d66a3;
}
#center #edit_learning .edit_area ul li a{
  position: relative;
  padding: 22px 60px 18px 30px;
}
#edit_learning .edit_area ul li time{
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #666;
}
#edit_learning .edit_area ul li time::before{
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 1px 4px 0 0;
  background: url(/tsushin/for-students/baishin/cmn/cmn_img/load_icon.png) center/contain no-repeat;
}
/* small ----------*/
.edit_area small {
  color: #666;
  display: block;
  font-size: 14px;
}
.edit_area p small {
  color: #666;
  display: block;
  font-size: 14px;
  margin-top: -40px;
}
.edit_area small::before, .edit_area p small::before {
  content: "※";
  padding-right: 5px;
}
/* table ----------*/
.edit_area table {
  margin: 40px 0;
  table-layout: fixed;
  width: 100%;
}
.edit_area table th {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  font-weight: 600;
  padding: 15px;
  text-align: left;
}
.edit_area table td {
  border: 1px solid #ccc;
  padding: 15px;
}
.edit_area table td.border_dotted {
  border-bottom: 2px dotted #ccc;
}
.edit_area table.w50 {
  width: 50%;
}
.edit_area table.w60 {
  width: 60%;
}
.edit_area table.w70 {
  width: 70%;
}
.edit_area table.w80 {
  width: 80%;
}
.edit_area table.w90 {
  width: 90%;
}
.edit_area table th.t_w10,
.edit_area table td.t_w10{
  width: 10%;
}
.edit_area table th.t_w15,
.edit_area table td.t_w15{
  width: 15%;
}
.edit_area table th.t_w20,
.edit_area table td.t_w20{
  width: 20%;
}
.edit_area table th.t_w25,
.edit_area table td.t_w25{
  width: 25%;
}
.edit_area table th.t_w30,
.edit_area table td.t_w30{
  width: 30%;
}
.edit_area table th.t_w35,
.edit_area table td.t_w35{
  width: 35%;
}
.edit_area table th.t_w40,
.edit_area table td.t_w40{
  width: 40%;
}
.edit_area table th.t_w45,
.edit_area table td.t_w45{
  width: 45%;
}
.edit_area table th.t_w50,
.edit_area table td.t_w50{
  width: 50%;
}
/* img ----------*/
.edit_area img {
  display: block;
  height: auto;
  margin: 50px auto;
  width: 600px;
}
.edit_area img.img_qrcode,
.edit_area .card_unit img.img_qrcode {
  width: 150px;
  height: auto;
  margin-left: 0;
}
#center .edit_area img, #learning .edit_area img {
  display: block;
  margin: 50px auto;
  width: 100%;
}
.edit_area table img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: auto;
}
img.qr_w-fix,
#center .edit_area img.qr_w-fix{
  width: 210px;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  img.qr_w-fix,
  #center .edit_area img.qr_w-fix{
    width: 110px;
    height: auto;
  }
}
/* dl ----------*/
/* .edit_area dl, */
dl.contact {
  border: 2px solid #75376b;
  margin: 50px auto 0;
  text-align: center;
  width: 800px;
}
/* #info .edit_area dl, */
#info dl.contact {
  border-color: #5e669a;
}
/* #topics .edit_area dl, */
#topics dl.contact {
  border-color: #98ad73;
}
/* #fix .edit_area dl, */
#fix dl.contact {
  border-color: #936b71;
}
/* #center .edit_area dl, */
#center dl.contact {
  border-color: #9d66a3;
}
/* #learning .edit_area dl, */
#learning dl.contact {
  border-color: #8aa6b8;
}
/* #download .edit_area dl, */
#download dl.contact {
  border-color: #8d7cba;
}
.edit_area dt {
  background-color: #75376b;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 10px 15px;
}
/* #info .edit_area dt, */
#info dl.contact dt {
  background-color: #5e669a;
}
/* #topics .edit_area dt, */
#topics dl.contact dt {
  background-color: #98ad73;
}
/* #fix .edit_area dt, */
#fix dl.contact dt {
  background-color: #936b71;
}
/* #center .edit_area dt, */
#center dl.contact dt {
  background-color: #9d66a3;
}
/* #learning .edit_area dt, */
#learning dl.contact dt {
  background-color: #8aa6b8;
}
/* #download .edit_area dt, */
#download dl.contact dt {
  background-color: #8d7cba;
}
.edit_area dd {
  padding: 20px;
  word-break: break-all;
}
/* other ----------*/
.edit_area a.txt_link {
  color: #1d54a7;
  text-decoration: underline;
}
#fix .edit_area p {
  margin: 0;
}
/* #fix .edit_area p span {
  margin-bottom: 20px;
} */
#fix .edit_area article {
  margin-bottom: 50px;
}
#fix .edit_area article h3 {
  margin-top: 0;
}
/* #fix .edit_area em {
  border: 2px solid #936b71;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  padding: 10px;
}
#fix .edit_area strong {
  border: 2px solid #936b71;
  display: inline-block;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 10px;
} */
#edit_learning h4 + p {
  border: 1px solid #222;
  margin-bottom: 50px;
  padding: 13px 20px;
}
/* margin-top ----------*/
.edit_area p + p, .edit_area p + h2, .edit_area p + h3, .edit_area p + h4, .edit_area p + h5, .edit_area p + h6, .edit_area p + ul, .edit_area p + ol, .edit_area p + blockquote {
  margin-top: 50px;
}
/* .edit_area h2+p,
.edit_area h2+h3,
.edit_area h2+h4,
.edit_area h2+h5,
.edit_area h2+h6,
.edit_area h2+ul,
.edit_area h2+ol,
.edit_area h2+blockquote {
  margin-top: 50px;
} */
/* .edit_area h3+p,
.edit_area h3+h2,
.edit_area h3+h4,
.edit_area h3+h5,
.edit_area h3+h6,
.edit_area h3+ul,
.edit_area h3+ol,
.edit_area h3+blockquote {
  margin-top: 50px;
} */
/* .edit_area h4+p,
.edit_area h4+h2,
.edit_area h4+h3,
.edit_area h4+h5,
.edit_area h4+h6,
.edit_area h4+ul,
.edit_area h4+ol,
.edit_area h4+blockquote {
  margin-top: 50px;
} */
/* .edit_area h5+p,
.edit_area h5+h2,
.edit_area h5+h3,
.edit_area h5+h4,
.edit_area h5+h6,
.edit_area h5+ul,
.edit_area h5+ol,
.edit_area h5+blockquote {
  margin-top: 50px;
} */
/* .edit_area h6+p,
.edit_area h6+h2,
.edit_area h6+h3,
.edit_area h6+h4,
.edit_area h6+h5,
.edit_area h6+ul,
.edit_area h6+ol,
.edit_area h6+blockquote {
  margin-top: 50px;
} */
.edit_area ul + p, .edit_area ul + h2, .edit_area ul + h3, .edit_area ul + h4, .edit_area ul + h5, .edit_area ul + h6, .edit_area ul + ul, .edit_area ul + ol, .edit_area ul + blockquote {
  margin-top: 50px;
}
.edit_area ol + p, .edit_area ol + h2, .edit_area ol + h3, .edit_area ol + h4, .edit_area ol + h5, .edit_area ol + h6, .edit_area ol + ul, .edit_area ol + ol, .edit_area ol + blockquote {
  margin-top: 50px;
}
.edit_area table + p, .edit_area table + h2, .edit_area table + h3, .edit_area table + h4, .edit_area table + h5, .edit_area table + h6, .edit_area table + ul, .edit_area table + ol, .edit_area table + blockquote {
  margin-top: 50px;
}
/*▽▽▽▽▽▽ max-width: 1280px ▽▽▽▽▽▽*/
@media only screen and (max-width: 1280px) {
  /* .edit_wrap ----------*/
  .edit_wrap {
    width: 100%;
  }
  #info .edit_area dl {
    width: 100%;
  }
}
/*▽▽▽▽▽▽ max-width: 1280px ▽▽▽▽▽▽*/
@media only screen and (max-width: 1200px) {
  .download_list .list .list_inr {
    padding: 25px 20px;
    width: 100%;
  }
  .download_list .d_txt_box {
    padding: 0 0 25px;
  }
  .download_list .d_btn a, .fix_btn a {
    margin: 0;
  }
  #edit_learning .edit_area ul li{
    width: 50%;
  }
}
/*▽▽▽▽▽▽ max-width: 1000px ▽▽▽▽▽▽*/
@media only screen and (max-width: 1000px) {
  /* .edit_wrap ----------*/
  .edit_wrap {
    padding: 50px 15px 70px;
  }
  .edit_wrap.pb_none {
    padding: 50px 15px 0;
  }
  /* .list_wrap ----------*/
  .list_wrap .list .i_txt .tag {
    padding: 2px 10px;
  }
  /* .download_list ----------*/
  .download_list .list {
    width: 50%;
  }
}
/*▽▽▽▽▽▽ max-width: 960px ▽▽▽▽▽▽*/
@media only screen and (max-width: 960px) {
  /* .side_nav_box ----------*/
  .side_nav_box .back_btn a, .side_nav .nav_list a {
    font-size: 14px;
  }
  /* .teacher_box ----------*/
  .teacher_list {
    width: 33.333%;
  }
  /* .list_wrap ----------*/
  .list_wrap .list, .list_wrap .list a {
    flex-wrap: wrap;
  }
  .display_wrap .list_wrap .list .i_txt {
    width: 100%;
  }
  .display_wrap .list_wrap .list .c_txt {
    line-height: 1.5;
    margin: 10px 0 0;
    width: 100%;
  }
  #info .side_nav_box.pc_nav, #topics .side_nav_box.pc_nav, #fix .side_nav_box.pc_nav, #voice .side_nav_box.pc_nav {
    display: none;
  }
  #info .side_nav_box.sp_nav, #topics .side_nav_box.sp_nav, #fix .side_nav_box.sp_nav, #voice .side_nav_box.sp_nav {
    display: block;
    margin-top: 70px;
    order: 2;
    width: 100%;
  }
  #topics .display_wrap .edit_area, #info .display_wrap .edit_area, #voice .display_wrap .edit_area, .display_wrap .fix_area_wrap {
    /*    order: 1;*/
    width: 100%;
  }
  /* #edit_center .edit_area ----------*/
  #edit_center .edit_area ul {
    margin: 0 -10px -20px;
  }
  #edit_center .edit_area ul li {
    padding: 0 10px 20px;
    width: 33.333%;
  }
  #edit_center .edit_area ul li:before {
    height: calc(100% - 22px);
    right: 11px;
    width: 38px;
  }
  /* #edit_learning .edit_area ----------*/
  #edit_learning .edit_area ul {
    margin: 0 -10px -20px;
  }
  #edit_learning .edit_area ul li {
    padding: 0 10px 20px;
    width: 50%;
  }
  #edit_learning .edit_area ul li:before {
    height: calc(100% - 22px);
    right: 11px;
    width: 38px;
  }
  /* dl ----------*/
  .edit_area dl {
    width: 100%;
  }
}
/*▽▽▽▽▽▽ max-width: 600px ▽▽▽▽▽▽*/
@media only screen and (max-width: 768px) {
  .edit_area img {
    width: 100%;
  }
  .edit_area img.img_qrcode,
  .edit_area .card_unit img.img_qrcode {
    margin: 14px auto;
  }
  .download_list .list {
    width: 100%;
  }
  /* .teacher_box ----------*/
  .teacher_box {
    margin: 0 -5px 30px;
  }
  .teacher_list {
    padding: 0 5px 30px;
    width: 50%;
  }
  .teacher_list .name {
    line-height: 1.2;
    margin-top: 8px;
  }
  .edit_area table {
    display: block;
    overflow-x: scroll;
    table-layout: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .edit_area table::before {
    content: "※この表は右にスクロールできます。";
    font-size: 14px;
  }
  .edit_area table tbody {
    width: 100%;
    display: table;
  }
}
/*▽▽▽▽▽▽ max-width: 600px ▽▽▽▽▽▽*/
@media only screen and (max-width: 600px) {
  /* .mv ----------*/
  .mv_ttl {
    font-size: 30px;
    line-height: 1.2;
  }
  #info .mv_ttl::before, #topics .mv_ttl::before, #fix .mv_ttl::before, #center .mv_ttl::before, #learning .mv_ttl::before, #download .mv_ttl::before {
    margin: 0 auto 5px;
  }
  /* .side_nav_box ----------*/
  .side_nav_box {
    margin-top: 50px;
    order: 3;
    width: 100%;
  }
  .display_wrap .list_wrap {
    order: 1;
    width: 100%;
  }
  /* .list_wrap ----------*/
  .list_wrap .list a {
    flex-wrap: wrap;
  }
  .list_wrap .list .i_txt {
    width: 100%;
  }
  .list_wrap .list .c_txt {
    line-height: 1.5;
    margin: 10px 0 0;
    width: 100%;
  }
  /* .list_wrap ----------*/
  #fix .list_wrap .list .i_txt, #fix .list_wrap .list .c_txt {
    width: 100%;
  }
  /* .num_ancr ----------*/
  .ancr_li {
    padding: 3px;
    font-size: 50%;
  }
  .ancr_li a {
    padding: 10px 6px;
    min-width: 4em;
    text-align: center;
  }
  .display_wrap .num_ancr {
    order: 2;
    width: auto;
    justify-content: left;
    margin: 30px auto 0;
  }
  /* .edit_wrap ----------*/
  .tag_box p {
    font-size: 14px;
  }
  /* .fix_c_area ----------*/
  .limited {
    font-size: 16px;
  }
  /* h ----------*/
  .edit_area h2, .fix_ttl {
    font-size: 23px;
    line-height: 1.3;
    padding: 10px 10px 10px 35px;
  }
  .edit_area h2::before, .fix_ttl::before {
    margin-top: 0;
    height: calc(100% - 20px);
    top: 10px;
  }
  #learning .edit_area h2 img {
    height: 26px;
    margin: -13px 0 0;
    width: 26px;
  }
  .edit_area table.w50, .edit_area table.w60, .edit_area table.w70, .edit_area table.w80, .edit_area table.w90 {
    width: 100%;
  }
  /* #edit_center .edit_area ----------*/
  #edit_center .edit_area ul li, #edit_center .edit_area ul li a, #edit_center .edit_area ul li a b, #edit_center .edit_area ul li a span {
    width: 100%;
  }
  /* #edit_learning .edit_area ----------*/
  #edit_learning .edit_area ul li, #edit_learning .edit_area ul li a, #edit_learning .edit_area ul li a b, #edit_learning .edit_area ul li a span {
    width: 100%;
  }
  /* #center .edit_area#edit_47 ----------*/
  #center .edit_area#edit_47 dt {
    width: 40%;
  }
  #center .edit_area#edit_47 dd {
    width: 60%;
  }
  /* other ----------*/
  /* #fix .edit_area p span,
  #fix .edit_area p em,
  #fix .edit_area p strong {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #fix .edit_area p strong {
    margin-bottom: 20px;
  } */
  .edit_area iframe {
    width: 100% !important;
  }
}
/*▽▽▽▽▽▽ max-width: 600px ▽▽▽▽▽▽*/
@media only screen and (max-width: 480px) {
  /* .fix_c_area ----------*/
  .target_box {
    align-items: baseline;
  }
}
/*▽▽▽▽▽▽ comp ▽▽▽▽▽▽*/
/* .ancr_box ----------*/
.ancr_box {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.ancr_box .ancr_list {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding-left: 0;
  text-indent: 0;
}
.ancr_box .ancr_list::before {
  content: "" !important;
}
.ancr_box .ancr_list a {
  border: 1px solid #000;
  border-radius: 100px;
  display: block;
  padding: 10px 40px;
  position: relative;
  transition: opacity 0.3s;
}
.ancr_box .ancr_list a::after {
  border-top: solid 2px #1a587e;
  border-right: solid 2px #1a587e;
  content: "";
  height: 10px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 18px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: margin 0.3s;
  width: 10px;
}
.ancr_box .ancr_list a:hover {
  opacity: 0.3;
}
.ancr_box .ancr_list a:hover::after {
  margin-top: 2px;
}
#info .ancr_box .ancr_list a::after {
  border-color: #5e669a;
}
#topics .ancr_box .ancr_list a::after {
  border-color: #98ad73;
}
/* .border_block ----------*/
.border_block span {
  border: 2px solid #000;
  display: inline-block;
  margin: 0 10px;
  padding: 5px;
}
.border_block._row_block span {
  vertical-align: middle;
}
.border_block._border_color01 span {
  border-color: #1a587e;
  color: #1a587e;
}
.border_block._border_color02 span {
  border-color: #bf4343;
  color: #bf4343;
}
/* dl.profile ----------*/
dl.profile {
  border: none;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  text-align: left;
  width: 100%;
}
:root{
  --dtwidth: 95px;
}
dl.profile dt {
  background: none;
  color: #222;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  width: var(--dtwidth);
}
dl.profile dd {
  padding: 0;
  width: calc(100% - var(--dtwidth));
}
/* .cap_list ----------*/
.cap_list {
  list-style: none !important;
  padding: 0 !important;
}
.cap_list li {
  list-style: none !important;
  padding-left: 1.5em !important;
  position: relative;
  text-indent: -0em !important;
}
.cap_list li::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.cap_list._num {
  counter-reset: my-counter;
  list-style: none !important;
  padding: 0 !important;
}
.cap_list._num li {
  list-style: none !important;
  padding-left: 40px !important;
  position: relative;
  text-indent: 0 !important;
}
.cap_list._num li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  display: block;
  padding-left: 0 !important;
  position: absolute;
  top: 2px;
  left: 20px;
}
.cap_list._num li::after {
  content: "※";
  counter-increment: none;
  position: absolute;
  top: 2px;
  left: 0;
}
.cap_txt {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.cap_txt::before {
  content: "※" !important;
}
/* ol ----------*/
.ol01 {
  padding-left: 0 !important;
}
.ol01 li {
  list-style-type: none !important;
  list-style-position: inside !important;
  counter-increment: cnt;
  padding-left: 1.8em !important;
  text-indent: -1.8em !important;
}
.ol01 li::before {
  display: marker;
  content: "("counter(cnt) ") ";
}
.ol02 {
  padding-left: 0 !important;
}
.ol02 li {
  list-style-type: none !important;
  list-style-position: inside !important;
  counter-increment: cnt;
  padding-left: 1.5em !important;
  text-indent: -1.3em !important;
}
.ol02 li::before {
  display: marker;
  content: counter(cnt) ") ";
}
.ol03 {
  counter-reset: my-counter;
  list-style: none !important;
  padding: 0 !important;
}
.ol03 li {
  list-style: none !important;
  padding-left: 30px !important;
  position: relative;
  text-indent: 0 !important;
}
.ol03 li::before {
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 50%;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: block;
  height: 23px;
  line-height: 21px;
  position: absolute;
  top: 2px;
  left: 0;
  text-align: center;
  width: 23px;
}
/* ul ----------*/
.ul01 li {
  display: inline-block;
  padding-left: 1.2em;
  padding-right: 1em;
  text-indent: -1.2em;
}
.ul02 li::before {
  content: "・" !important;
  padding: 0 0.2em;
}
/* .float_box ----------*/
.float_box {
  overflow: hidden;
}
.float_box .img_box {
  width: 35%;
}
.float_box .txt_box p + p, .float_box .txt_box p + h2, .float_box .txt_box p + h3, .float_box .txt_box p + h4, .float_box .txt_box p + h5, .float_box .txt_box p + h6, .float_box .txt_box p + ul, .float_box .txt_box p + ol, .float_box .txt_box p + blockquote, .float_box .txt_box ul + p, .float_box .txt_box ul + h2, .float_box .txt_box ul + h3, .float_box .txt_box ul + h4, .float_box .txt_box ul + h5, .float_box .txt_box ul + h6, .float_box .txt_box ul + ul, .float_box .txt_box ul + ol, .float_box .txt_box ul + blockquote, .float_box .txt_box ol + p, .float_box .txt_box ol + h2, .float_box .txt_box ol + h3, .float_box .txt_box ol + h4, .float_box .txt_box ol + h5, .float_box .txt_box ol + h6, .float_box .txt_box ol + ul, .float_box .txt_box ol + ol, .float_box .txt_box ol + blockquote {
  margin-top: 0;
}
.float_box.float_left .img_box {
  margin-right: 50px;
  float: left;
}
.float_box.float_right .img_box {
  margin-left: 50px;
  float: right;
}
.edit_area .float_box .img_box img {
  margin: 0 0 5px;
  width: 100%;
}
.float_box .img_box p + p {
  margin-top: 0;
}
.float_box .img_box .float_caption {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
/* .card_unit ----------*/
.card_unit {
  border: none;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.edit_area .card_unit img {
  margin: 0;
  width: 100%;
}
.edit_area .card_unit._unit_long ._unit_img {
  overflow: hidden;
  position: relative;
}
.edit_area .card_unit._unit_long img {
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.card_unit .unit {
  margin-bottom: 50px;
  padding: 0 15px;
}
.card_unit._col1 .unit {
  margin: 0 auto 50px;
  width: 70%;
}
.card_unit._col2 .unit {
  width: 50%;
}
.card_unit._col3 .unit {
  width: 33.333%;
}
.card_unit._col4 .unit {
  width: 25%;
}
.card_unit._unit_top .unit {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}
.card_unit._unit_under .unit {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
}
.unit_txt {
  font-size: 14px;
}
.card_unit .unit_img + .unit_txt {
  margin-top: 10px;
}
/* txt ----------*/
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
/*▽▽▽▽▽▽ max-width: 960px ▽▽▽▽▽▽*/
@media only screen and (max-width: 960px) {
  /* .card_unit ----------*/
  .card_unit {
    margin: 0;
  }
  .card_unit .unit {
    padding: 0 10px;
  }
  .card_unit._col4 .unit {
    width: 33.333%;
  }
}
/*▽▽▽▽▽▽ max-width: 768px ▽▽▽▽▽▽*/
@media only screen and (max-width: 768px) {
  /* .card_unit ----------*/
  .card_unit._col3 .unit, .card_unit._col4 .unit {
    width: 50%;
  }
}
/*▽▽▽▽▽▽ max-width: 600px ▽▽▽▽▽▽*/
@media only screen and (max-width: 600px) {
  /* .ancr_box ----------*/
  .ancr_box .ancr_list {
    display: block;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
  }
  /* .float_box ----------*/
  .float_box .img_box {
    width: 100%;
  }
  .float_box.float_left .img_box {
    margin-right: 0;
    float: none;
  }
  .float_box.float_right .img_box {
    margin-left: 0;
    float: none;
  }
  /* .card_unit ----------*/
  .card_unit .unit {
    margin-bottom: 30px;
  }
  .card_unit._col1 .unit {
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
  }
  .card_unit._col2 .unit, .card_unit._col3 .unit, .card_unit._col4 .unit {
    width: 100%;
  }
}
/* Localized */
/* 2022/01/24 立石追加 */
#voice .side_nav_box .back_btn a {
  background-color: #84b594;
  border-color: #84b594;
}
#voice .side_nav, #voice .side_nav .nav_list, #voice .ancr_li a {
  border-color: #84b594;
}
#voice .side_nav .nav_list.active a, #voice .ancr_li a:hover, #voice .ancr_li.current a {
  background-color: #84b594;
}
#voice .mv {
  background: url(../../student-voice/img/mv.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  width: 1280px;
}
#voice .mv.large {
  background: url(../../student-voice/img/index_mv.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
  margin: 0 auto;
  width: 1280px;
}
#voice .mv .mv_ttl {
  visibility: hidden;
}
#voice ul.dep_list li, #voice ul.student_list li {
  padding-left: 0;
  text-indent: 0;
}
#voice ul.dep_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
}
#voice ul.dep_list li {
  font-size: 14px;
  letter-spacing: 0;
}
#voice ul.dep_list li:before {
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 10px;
  width: 48px;
}
#voice ul.dep_list li:nth-of-type(1):before {
  background-color: #8d7cba;
}
#voice ul.dep_list li:nth-of-type(2):before {
  background-color: #59cab1;
}
#voice ul.dep_list li:nth-of-type(3):before {
  background-color: #ed5547;
}
#voice ul.dep_list li:nth-of-type(4):before {
  background-color: #ff9900;
}
#voice ul.student_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
#voice ul.student_list li {
  position: relative;
  padding: 0 10px 20px;
  width: 25%;
}

#voice ul.student_list li:before {
  display: none;
}
#voice ul.student_list li a {
  display: block;
  transition: opacity 0.3s;
}
#voice ul.student_list li a:hover {
  opacity: 0.3;
}
#voice ul.student_list li .student_pic {
  margin-bottom: 3px;
  padding-bottom: 60.5%;
  position: relative;
  overflow: hidden;
}
#voice ul.student_list li .student_pic img {
  position: absolute;
  height: auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#voice ul.student_list li a .student_pic + p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  min-height: 110px;
  padding: 5px 10px;
}
#voice ul.student_list li a p > .update{
  display: block;
  padding: 0 2px 1px 2px;
  margin-bottom: 4px;
  border-bottom: 1px solid #fff;
}
#voice ul.student_list li.dep01 a .student_pic + p {
  background-color: #8d7cba;
}
#voice ul.student_list li.dep02 a .student_pic + p {
  background-color: #59cab1;
}
#voice ul.student_list li.dep03 a .student_pic + p {
  background-color: #ed5547;
}
#voice ul.student_list li.dep04 a .student_pic + p {
  background-color: #ff9900;
}
#voice .edit_area h2 {
  font-size: 20px;
  line-height: 1.4;
  padding: 15px 20px;
}
#voice .edit_area h2::before {
  display: none;
}
#voice .edit_area h2, #voice .edit_area h3::before, #voice .edit_area h4::before {
  background-color: #84b594;
}
#voice .edit_area h3 {
  font-size: 30px;
}
#voice .edit_area h3, #voice .edit_area h5 {
  border-color: #84b594;
}
#voice .edit_area h4, #voice .edit_area h6 {
  color: #84b594;
}
#voice .edit_area img {
  margin: 0;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

#voice  .personal_img img{
  height: 300px;
}

#voice .pc_cont{
  display: block;
}
#voice .sp_cont{
  display: none;
}

@media only screen and (max-width: 767px){
  #voice .pc_cont{
    display: none;
  }
  #voice .sp_cont{
    display: block;
  }
  #voice .edit_area img {
    margin: 0;
    width: 100%;
    height: 260px;
  }
  #voice  .personal_img img{
    height: 150px;
    object-fit: contain;
  }
}
@media print{
  #voice .baton_wrap{
    margin-left: 0;
  }
}
.personal {
  margin-bottom: 70px;
}
.personal p strong {
  font-size: 18px;
}
.personal p + p {
  margin-top: 30px;
}
.personal_inr {
  padding: 0 40px 30px;
}
.personal_img {
  margin-bottom: 40px;
}
.personal .position {
  font-size: 30px;
}
.episode {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.episode p {
  width: 60%;
}
.episode_txt {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.45;
}
.episode_img {
  width: 38%;
}
.baton_wrap {
  margin: 0 0 120px 300px;
  padding-top: 100px;
  position: relative;
  width: calc(100% - 300px);
}
.baton_inr {
  position: relative;
  z-index: 0;
  background-color: #f8f6fd;
  padding: 120px 40px 75px;
}
.baton_inr::before {
  background: url(../../student-voice/img/baton_ttl.png) center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 200px;
  margin-left: -100px;
  position: absolute;
  top: -100px;
  left: 50%;
  width: 200px;
}
.baton_ttl {
  font-size: 24px;
  text-align: center;
}
.baton_ttl::after {
  background: url(../../student-voice/img/fukidashi.png) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 22px;
  margin: 10px auto 0;
  width: 218px;
}
.baton_ttl span {
  display: inline-block;
  line-height: 1.2;
  padding: 0 10px 10px;
  position: relative;
  z-index: 1;
}
.baton_ttl span::after {
  background-color: #ebe7f7;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 35px);
  z-index: -1;
}
.baton_box,.baton_box > dl{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 25px;
}
.baton_box > dl dt{
  position: relative;
  margin: 20px 0 6px;
  width: calc(100% - 380px);
}
.baton_box > dl dt > span{
  position: absolute;
  background: linear-gradient(transparent 54%, #ebe7f7 0%);
  padding: 0 2px 2px;
}
.baton_box > dl dd{
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px dotted #bdbdbd;
}
.baton_box > dl dd > p{
  margin-top: 36px;
  display: inline-block;
  font-size: 14px;
}
.baton_box > dl dd > p.baton_box-noimage{
  width: 100%;
}
.baton_box > dl dd > .baton_img{
  display: inline-block; 
  vertical-align: top;
  float: right;
}
/*▽▽▽▽▽▽ max-width: 960px ▽▽▽▽▽▽*/
@media only screen and (max-width: 960px) {
  .baton_box,.baton_box > dl{
    margin: 10px 0;
  }
  .baton_box > dl dt{
    position: relative;
    margin: 15px 0 10px;
    width: 100%;
  }
  .baton_box > dl dt > span{
    position: relative;
  }
  .baton_box > dl dd > p{
    margin-top: 0;
  }
  .baton_box > dl dd{
    padding-bottom: 15px;
  }
  .baton_box > dl dd> .baton_img{
    margin-bottom: 10px;
    float: none;
  }
}
.baton_box p{
  font-size: 14px;
  width: calc(100% - 380px);
}
.baton_img {
  position: relative;
  margin: 0 10px 5px 0;
  width: 350px;
  height: 235px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}
.baton_img::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  display: block;
  width: 350px;
  height: 235px;
  z-index: -1;
  background-color: #ebe7f7;
  border-radius: 15px;
}
.baton_img img {
  border-radius: 15px;
  width: 100%;
}
.next_baton {
  display: flex;
  flex-wrap: wrap;
  padding-left: 85px;
  position: relative;
}

.circle_img {
  position: relative;
  margin: 0 5px 5px 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.circle_img::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  z-index: -1;
  background-color: #ebe7f7;
}
.circle_img img {
  border-radius: 300px;
  width: 100%;
}
.question {
  padding-top: 90px;
  position: relative;
  width: calc(100% - 148px);
}
.question::before {
  background: url(../../student-voice/img/baton_ttl_next.png) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 164px;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  z-index: 1;
}
.question p {
  padding: 0 10px 10px 0;
  position: relative;
}
.question p::before, .question p::after {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.question p::before {
  height: calc(100% - 30px);
  width: 1px;
}
.question p::after {
  height: 1px;
  width: calc(100% - 25px);
}
.question span {
  background-color: #ebe7f7;
  font-size: 18px;
  display: block;
  line-height: 1.4;
  margin-left: 20px;
  padding: 20px 80px 20px 140px;
  position: relative;
}
.question span::after {
  border-style: solid;
  border-width: 8px 17px 8px 0;
  border-color: transparent #ebe7f7 transparent transparent;
  content: "";
  display: block;
  margin-top: -8px;
  height: 0;
  position: absolute;
  top: 50%;
  left: -17px;
  width: 0;
}
a.question_nextlink{
  position: relative;
  display: block;
}
a.question_nextlink:hover {
  opacity: 0.6;
}
a.question_nextlink::before {
  position: absolute;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  content: "";
  height: 16px;
  margin-top: -8px;
  top: 50%;
  right: 45px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: right 0.3s, border 0.3s;
  width: 16px;
  z-index: 999;
}
a.question_nextlink::after {
  position: absolute;
  background-color: #222;
  content: "";
  display: block;
  height: 2px;
  margin-top: -1px;
  top: 50%;
  right: 45px;
  transition: right 0.3s, background 0.3s;
  width: 23px;
  z-index: 999;
}
a.question_nextlink:hover::before,
a.question_nextlink:hover::after{
  right: 30px;
}
/*アンカーリンクのズレ対策*/
#voice #top{
  margin-top: -100px;
  padding-top: 100px;
}
/*▽▽▽▽▽▽ max-width: 1280px ▽▽▽▽▽▽*/
@media only screen and (max-width: 1280px) {
  #voice .mv, #voice .mv.large {
    width: 100%;
  }
}
/*▽▽▽▽▽▽ max-width: 1180px ▽▽▽▽▽▽*/
@media only screen and (max-width: 1180px) {
  a.question_nextlink::before,
  a.question_nextlink::after{
    right: 40px;
  }
  a.question_nextlink:hover::before,
  a.question_nextlink:hover::after{
    right: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .next_baton{
    padding-left: 0;
  }
}
/*▽▽▽▽▽▽ max-width: 960px ▽▽▽▽▽▽*/
@media only screen and (max-width: 960px) {
  #voice ul.dep_list {
    flex-direction: column;
  }
  #voice ul.student_list li {
    width: 50%;
  }
  .baton_wrap {
    margin: 0 0 120px 0;
    width: 100%;
  }
  .baton_inr {
    padding: 120px 20px 75px;
  }
  .baton_box p {
    width: 48%;
  }
  .baton_img {
    width: 48%;
  }
  .baton_img::after {
    width: calc(100% - 10px);
  }
  a.question_nextlink::before,
  a.question_nextlink::after{
    right: 45px;
  }
  a.question_nextlink:hover::before,
  a.question_nextlink:hover::after{
    right: 30px;
  }
}
/*▽▽▽▽▽▽ max-width: 768px ▽▽▽▽▽▽*/
@media only screen and (max-width: 768px) {
  #voice .mv {
    background: url(../../student-voice/img/mv_sp.jpg) no-repeat;
    background-color: #e9f3ed;
    background-position: center center;
    background-size: contain;
    height: 200px;
  }
  #voice .mv.large {
    background: url(../../student-voice/img/index_mv_sp2.jpg?0203) no-repeat;
    background-color: #f3f3f3;
    background-position: center center;
    background-size: auto 100%;
    height: 200px;
  }


  .baton_box {
    margin-bottom: 30px;
  }
  .baton_box p {
    order: 2;
    width: 100%;
  }
  .baton_img {
    margin-bottom: 20px;
    order: 1;
    width: 100%;
  }
  .next_baton {
    padding-left: 0;
  }
  .sp_box {
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    width: 280px;
  }
  .sp_box::before {
    background: url(../../student-voice/img/baton_ttl_next.png) no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    z-index: 1;
  }
  .circle_img {
    margin: 0 0 0 auto;
  }
  .question {
    padding-top: 15px;
    width: 100%;
  }
  .question::before {
    display: none;
  }
  .question span {
    margin-left: 0;
    padding: 20px;
    text-align: center;
  }
  .question span::after {
    margin-top: 0;
    margin-left: -8px;
    top: -16px;
    left: 50%;
    transform: rotate(90deg);
  }
  a.question_nextlink::before,
  a.question_nextlink::after{
    right: 30px;
  }
  a.question_nextlink:hover::before,
  a.question_nextlink:hover::after{
    right: 20px;
  }
}
/*▽▽▽▽▽▽ max-width: 600px ▽▽▽▽▽▽*/
@media only screen and (max-width: 600px) {
  #voice ul.student_list {
    padding: 0 6px;
  }
  #voice ul.student_list li {
    width: 50%;
    padding: 0 4px 10px;
  }
  #voice ul.student_list li:first-child {
    width: 100%;
  }
  .personal_inr {
    padding: 0;
  }
  #voice .edit_area h3, .personal .position {
    font-size: 22px;
  }
  .episode {
    flex-direction: column;
  }
  .episode p {
    margin-bottom: 20px;
    width: 100%;
  }
  .episode_img {
    width: 100%;
  }
  .baton_inr {
    padding: 80px 15px 50px;
  }
  .baton_inr::before {
    height: 156px;
    margin-left: -75px;
    width: 150px;
  }
  .baton_ttl {
    font-size: 20px;
  }
  .question span {
    font-size: 16px;
  }
}

/*▽▽▽▽▽▽ max-width: 400px ▽▽▽▽▽▽*/
@media only screen and (max-width: 400px) {
  a.question_nextlink::before {
    height: 12px;
    margin-top: -6px;
    width: 12px;
  }
  a.question_nextlink::after {
    width: 16px;
  }
  a.question_nextlink::before,
  a.question_nextlink::after,
  a.question_nextlink:hover::before,
  a.question_nextlink:hover::after{
    right: 18px;
  }
}
/* 220301_教材訂正レイアウト変更 ----------*/
.page_fix .d_btn a{
  background-color: #936b71;
  border-color: #936b71;
}
.page_fix .download_list .d_ttl {
  margin-bottom: 6px;
  color: #936b71;
}
.page_fix .download_list .list{
  position: relative;
  border-bottom: none;
}
.page_fix .download_list .d_txt_box{
  position: relative;
  padding-bottom: 15px;
}
.page_fix .download_list .d_btn{
  margin: 10px auto 25px;
}
.page_fix .download_list .d_btn a{
  margin: 0;
}
.page_fix .download_list .d_txt {
  color: #252525;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}
.page_fix .download_list .d_txt span.revised{
  color: #ff0000;
}
.page_fix .target_box{
  text-align: center;
  margin: 0;
  padding: 0;
}
.page_fix .edit_area em,.page_fix .target_box{
  position: relative;
  bottom: 0;
}
.page_fix .edit_area em,.page_fix .target_box em {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 4px 20px 5px;
  font-size: 14px;
  background-color: #f1e9ef;
  border: 2px solid #75376b;
  border-radius: 4px;
  line-height: 1;
}
.fix_cat{
  display: flex;
  justify-content: center;
  width: auto;
	max-width: 200px;
  margin: 0 auto 10px;
  padding: 4px 4px 5px;
  font-size: 14px;
	background-color: #f3edee;
  border-radius: 4px;
  line-height: 1; 
  border: 2px solid #936b71;
}
.fix_cat span{
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .page_fix .download_list .d_btn{
    margin: 10px auto;
  }
}

/*サイドナビ　アコーディオン*/
.side_nav .side_nav_year {
  display: block;
  font-size: 20px;
  padding: 15px 40px 15px 15px;
  position: relative;
  transition: opacity 0.3s;
  color: #fff;
}
.side_nav .side_nav_year:hover {
  opacity: 0.9;
}
.side_nav .side_nav_year::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: 5px;
  top: 56%;
  right: 18px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: right 0.3s, border 0.3s;
  transition: all 250ms 0s ease-in;
}
.side_nav .open.side_nav_year::before {
  top: 48%;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-color: #fff;
}
#info .side_nav .side_nav_year {
  background-color: #5e669a;
}
#topics .side_nav .side_nav_year {
  background-color: #98ad73;
}
#fix .side_nav .side_nav_year {
  background-color: #936b71;
}
/*--newアイコン--*/
#voice ul.student_list li a > .new,
.edit_wrap .new{
  position: absolute;
  top: 0;
  left: 10px;
  height: 85px;
  width: 200px;
  overflow: hidden;
}
.edit_wrap .new{
  left: 15px;
}
#voice ul.student_list li a > .new{
  height: 100px;
}
#voice ul.student_list li a > .new span,
.edit_wrap .new span{
  display: inline-block;
  position: absolute;
  z-index: 2;
  padding: 5px 0;
  left: -20px;
  top: 10px;
  width: 100px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
#voice ul.student_list li a > .new span,
.edit_wrap .new span{  
  background: #da0000;
}
.h-250,#learning .edit_area img.h-250 {
  height: 250px;
}
/*▽▽▽▽▽▽ max-width: 768px ▽▽▽▽▽▽*/
@media only screen and (max-width: 768px) {
  #voice ul.student_list li a > .new span,
  .edit_wrap .new span{
    padding: 8px 0;
    width: 150px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  #voice ul.student_list li a > .new span{
    left: -30px;
    top: 20px;
  }
  .edit_wrap .new span{
    left: -40px;
    top: 15px;
  }
  #voice ul.student_list li a > .new{
    left: 4px;
  }
  .h-250,#learning .edit_area img.h-250 {
    height: auto;
  }
}
/* 画像 */
.img_wrap,
#center .img_wrap{
  width: 100%;
  text-align: center;
}
.img_wrap li,
li.img_wrap,
.edit_area .img_wrap li,
.edit_area.img_wrap li,
.edit_area li.img_wrap {
  padding-left: 0;
  text-indent: 0;
}
.img_wrap li::before,
li.img_wrap::before{
  display: none;
}
.img_wrap img,
#center .img_wrap img{
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
}
/*▽▽▽▽▽▽ max-width: 768px ▽▽▽▽▽▽*/
@media only screen and (max-width: 768px) {
  .img_wrap img,
  #center .img_wrap img{
    max-width: 100%;
  }
}
/* 08 */
#fix .list_wrap.page_fix{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
	align-content: flex-start;
}
.fix_sort{
  width: 100%;
  margin-bottom: 30px;
}
.fix_sort form ul{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.fix_sort form ul li{
  position: relative;
  padding: 0 10px;
  width: calc(100% / 3);
}
.fix_sort form ul li::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #252525;
  content: "";
  position: absolute;
  right: 20px;;
  bottom: 12px;
  width: 0;
}
.fix_sort form ul li:last-child:after {
  display: none;
}
.fix_sort form ul li h3{
    margin-bottom: 6px;
    position: relative;
  	padding-left: 12px;
    line-height: 1;
}
.fix_sort form ul li h3::before{
  	content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 6px;
    background-color: #252525;
}
.fix_sort form ul li select{
    width: 100%;
  	padding: 4px 8px;
    border: 1px solid #252525;
}
.fix_sort form ul li p{
    width: 100%;
    text-align: center;
}
.fix_sort form ul li p a{
    display: block;
    width: 70%;
    padding: 8px 0;
    text-align: center;
    background-color: #936b71;
    border-color: #936b71;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
}
.download_list,
.download_list li,
.download_list li.announcement{
  width: 100%;
}
.download_list li.announcement{
  text-align: center;
}
.download_list li ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.radio_hideall{
  margin: 2px 10px;
  padding: 4px;
}
.radio_hideall label{
  padding-left: 10px;
}
/* .pagination-container ----------*/
.pagination-container {
  width: 100%;
}
.pagination-container ul{
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.pagination-container ul li{
  padding: 5px;
}
.pagination-container ul li a {
  background-color: #fff;
  border: 2px solid #1a587e;
  display: block;
  line-height: 1;
  padding: 15px 20px;
  transition: background 0.5s, color 0.5s;
}
.pagination-container ul li a:hover, .pagination-container ul li.current a {
  background-color: #1a587e;
  color: #fff;
}
#fix .pagination-container ul li a {
  border-color: #936b71;
}
#fix .pagination-container ul li a:hover, #fix .pagination-container ul li.current a {
  background-color: #936b71;
}
.fix_sort form ul li.disabled::after{
  border-top: 14px solid #919191;
}
#checkHideAll:disabled,#FixSort [name=sort]:disabled,#FixSort [name=search]:disabled{
  color: #7f7f7f;
  background-color: #bfbfbf;
  border-color: #bfbfbf;
}
#FixSort li.disabled a{
  color: #919191;
  background-color: #a6a6a6;
  border: 2px solid #bfbfbf;
}
#checkHideAll:disabled + label{
  color: #7f7f7f;
}
/*▽▽▽▽▽▽ max-width: 768px ▽▽▽▽▽▽*/
@media only screen and (max-width: 768px) {
  .fix_sort form ul{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fix_sort form ul li{
    padding: 10px 0;
  	width:100%;
  }
  .fix_sort form ul li select{
    height: 40px;
  }
  .fix_sort form ul li p a{
    width: 100%;
  }
  .download_list{
    margin: 10px 0 0;
    padding: 0;
  }
  .fix_sort form ul li::after {
    right: 10px;;
    bottom: 22px;
    width: 0;
  }
}
/* .float_image ----------*/
.float_image{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px 0 20px;
}
.float_image p{
  padding: 0 20px;
  width: calc(100% - 190px);
}
.float_image img{
  margin: 10px auto!important;
  width: 190px!important;
  height: auto;
}
/*▽▽▽▽▽▽ max-width: 768px ▽▽▽▽▽▽*/
@media only screen and (max-width: 768px) {
  .float_image{
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .float_image p{
    padding: 0;
    width: 100%;
  }
  .float_image img{
    margin: 20px 0 20px!important;
    height: auto;
  }
}
/*-- 検索結果 --*/
.search_body dt > a{
  color: #1d54a7;
	text-decoration: underline;
}
.search_body dt > a:hover{
  opacity: 0.8;
}

/*-- 追加 --*/
#learning .inr{
  position: relative;
}

.learning_title.tag_box{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 10px;
	position: relative;
}

.learning_head-link{
	position: absolute;
  top: -6px;
	right: 0;
	z-index: 9;
}

.learning_index-link.learning_head-link{
	border: 2px solid #222222;
	padding: 12px 12px 12px 28px;
}

.learning_index-link::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #222222;
  border-right: solid 2px #222222;
  position: absolute;
  left: 14px;
  top: 45%;
  transform: translateY(-50%);
}

.learning_index-link::before {
  transform: rotate(-135deg);
}

.learning_report-link{
	display: flex;
	width: 400px;
	padding: 10px;
	font-size: 20px;
	justify-content: center;
	background-color: #8aa6b8;
	border-radius: 20px 20px 0 0;
	color: #fff;
}

.learning_title-main{
	display: flex;
	margin: 0 10px;
	gap: 10px;
	width: 100%;
	align-items: center;
	font-size: 32px;
	color: #6c6c6c;
	line-height: 1;
	font-weight: 400;
}

.learning_title-main img{
	height: 38px;
	filter: invert(42%);
}

#learning .tag_box .learning_title-sub{
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap: 14px;
}

#learning .tag_box .learning_title-sub h2{
	padding: 0 0 0 10px;
	border: none;
	font-size: 42px;
	font-weight: 300;
	color: #222222;
}
#learning .tag_box time{
	position: relative;
	margin-top: 5px;
	padding-left: 22px;
}
#learning .tag_box time::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0;
    background: url(/tsushin/for-students/baishin/cmn/cmn_img/load_icon.png) center / contain no-repeat;
	transform: translateY(-50%);
}

#learning .no-learning{
	margin: 40px 20px;
	padding: 40px;
	font-size: 20px;
	text-align: center;
	color: #222;
	background-color: #f2f2f2;
	border-radius: 10px;
}

@media only screen and (max-width: 768px) {
	.learning_report-link{
		width: auto;
		right: 0;
		padding: 8px 10px 10px 15px;
		font-size: 14px;
		border-radius: 10px 10px 0 0;
	}
	.learning_title.tag_box{
		margin-bottom: 20px;
	}
	.learning_title-main{
		font-size: 24px;
		gap: 6px;
	}
	.learning_title-main img {
	    height: 26px;
	}
	#learning .tag_box .learning_title-sub{
		width: 100%;
		padding: 20px 0 0 8px;
		margin-top: 0;
		justify-content: space-between;
		gap: 0;
	}
	#learning .tag_box .learning_title-sub h2{
		width: 100%;
		font-size: 25px;
		padding-left: 0;
	}
	#learning .tag_box time{
		font-size: 12px;
		padding-left: 16px;
	}
	#learning .tag_box time::before{
		width: 12px;
		height: 12px;
	}
	#learning .ancr_box{
		gap: 0 10px;
	}
	#learning .ancr_box li{
		width: calc(50% - 5px);
	}
	#learning .ancr_box .ancr_list a{
		padding-left: 10px;
	}
	.learning_head-link{
		position: absolute;
		top: -10px;
		right: 0;
		z-index: 9;
	}
	.learning_index-link.learning_head-link{
		top: 0;
		border: 1px solid #222222;
		padding: 6px 5px 6px 20px;
		font-size: 12px;
	}

	.learning_index-link::before {
	  width: 6px;
	  height: 6px;
	  border-top: solid 1px #222222;
	  border-right: solid 1px #222222;
	  position: absolute;
	  left: 10px;
	}
	#learning .no-learning{
		margin: 20px 10px;
		padding: 20px;
		font-size: 18px;
	}
}