@charset "utf-8";

@media screen and (max-width:767px) {
#main {
  margin: 10px 0 25px;
}
.field {
  padding: 8px 10px;
}
.share {
  width: 240px;
  height: 50px;
  margin: 0;
  padding: 10px 0;
}
.share .share_txt {
  float: left;
  margin: 4px 0;
}
.share .share_list {
  float: right;
}
/* チェックボックス */
.checkbox, .radio {
  display: inline-block;
  position: relative;
  padding: 6px 10px 6px 38px;
  border: solid 2px #eee;
  border-radius: 4px;
}
.checkbox .ico, .radio .ico {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto 0;
}
.checkbox .txt, .radio .txt {
  margin-left: 0;
}
/* セレクト */
.js_select .js_select_field {
  min-height: 44px;
  padding: 8px 40px 8px 10px;
}
.js_select .js_select_popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 0;
  box-shadow: none;
}
.js_select .js_select_popup.left {
  left: 0;
}
.js_select .js_select_popup.right {
  right: 0;
}
.js_select .js_select_list {
  position: absolute;
  z-index: 1;
  overflow: auto;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin-bottom: 0;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}
.js_select .js_select_list > li {
  float: none;
  width: auto;
  margin-bottom: 0;
  padding: 5px;
  font-size: 1.5rem;
  border-bottom: dotted 1px #bfbfbf;
}
.js_select .js_select_list > li > a {
  display: block;
  padding: 5px 5px 5px 20px;
}
.js_select .js_select_list > li > a::before {
  top: 12px;
  left: 6px;
}
.js_select .js_select_list > li > a.active::before {
  top: 10px;
  left: 9px;
}
.js_select .js_select_close {
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #fff;
}
.js_select .js_select_close::before, .js_select .js_select_close::after {
  width: 24px;
}
body.select_popup {
  overflow: hidden;
}
/* パンくずリスト */
.breadcrumb .breadcrumb_list {
  margin: 0 -15px;
  padding: 0;
  background-color: #f3f3f3;
}
.breadcrumb .breadcrumb_list li {
  position: relative;
  padding: 1px 5px 1px 15px;
  background-color: #e2e2e2;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.breadcrumb .breadcrumb_list li::before, .breadcrumb .breadcrumb_list li::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 7px;
  height: 24px;
  padding: 0;
  border: solid transparent;
  border-width: 12px 0 12px 7px;
}
.breadcrumb .breadcrumb_list li::before {
  right: -8px;
  border-left-color: #c0c0c0;
}
.breadcrumb .breadcrumb_list li::after {
  right: -7px;
  border-left-color: #e2e2e2;
}
.breadcrumb .breadcrumb_list li:last-child {
  background-color: transparent;
}
.breadcrumb .breadcrumb_list li:last-child::before, .breadcrumb .breadcrumb_list li:last-child::after {
  content: none;
}
/* お知らせリスト */
.news_list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.news_list li a {
  display: block;
  position: relative;
  padding-right: 20px;
  padding-left: 0;
}
.news_list li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border: solid #888;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.news_list li a .date {
  position: static;
  margin-right: 5px;
}
.news_list li a .tag, .news_list li a .room {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 2rem;
}
.news_list li a .txt {
  display: block;
  margin-top: 5px;
}
/* 投稿詳細 */
.entry_content .txt {
  float: none !important;
  width: auto;
}
.entry_content .img {
  float: none !important;
  width: auto;
  margin-bottom: 25px;
}
.entry_content .img #img_slider .main_img .img_zoom {
  display: none;
}
/* ページナビ */
.page_nav .page_list li {
  font-size: 1.2rem;
}
.page_nav .page_list li a {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  padding: 0 5px;
  line-height: 3rem;
  vertical-align: middle;
}
.page_nav .prev_btn, .page_nav .next_btn {
  overflow: hidden;
  width: 30px;
  height: 30px;
  padding: 0;
  text-indent: 40px;
  white-space: nowrap;
}
.page_nav .prev_btn::after, .page_nav .next_btn::after {
  right: 0;
  left: 0;
  margin: auto;
}

/* ---------- 汎用パーツ ---------- */
/* テーブル */
.table_01, .table_01 tbody, .table_01 tr, .table_01 th, .table_01 td {
  display: block;
}
.table_01 thead {
  display: none;
}
.table_01 tr {
  margin-bottom: 15px;
  border: solid 1px #999;
}
.table_01 tr:last-child {
  margin-bottom: 0;
}
.table_01 th, .table_01 td {
  width: 100% !important;
  border-width: 0 0 1px 0;
  text-align: center;
}
.table_01 th:last-child, .table_01 td:last-child {
  border-bottom-width: 0;
}
.table_01 td[aria-label]::before {
  content: attr(aria-label);
  display: block;
  margin: -10px -10px 10px;
  padding: 10px;
  border-bottom: solid 1px #e0e0e0;
  background-color: #f7f7f7;
  font-weight: bold;
}
.table_02, .table_02 tbody, .table_02 tr, .table_02 th, .table_02 td {
  display: block;
}
.table_02 tr {
  margin-bottom: 15px;
  border: solid 1px #999;
}
.table_02 tr:last-child {
  margin-bottom: 0;
}
.table_02 th, .table_02 td {
  width: 100% !important;
  border-width: 0 0 1px 0;
  text-align: center;
}
.table_02 th:last-child, .table_02 td:last-child {
  border-bottom-width: 0;
}
.table_03, .table_03 tbody, .table_03 tr, .table_03 th, .table_03 td {
  display: block;
}
.table_03 thead {
  display: none;
}
.table_03 tr {
  margin-bottom: 15px;
  border: solid 1px #999;
}
.table_03 tr:last-child {
  margin-bottom: 0;
}
.table_03 th, .table_03 td {
  width: 100% !important;
  border-width: 0 0 1px 0;
  text-align: center;
}
.table_03 th:last-child, .table_03 td:last-child {
  border-bottom-width: 0;
}
.table_03 tbody th {
  background-color: #e2e2e2;
}
.table_03 td[aria-label]::before {
  content: attr(aria-label);
  display: block;
  margin: -10px -10px 10px;
  padding: 10px;
  border-bottom: solid 1px #e0e0e0;
  background-color: #f7f7f7;
  font-weight: bold;
}
.table_01.table_green tr, .table_02.table_green tr, .table_03.table_green tr {
  border: solid 1px #e0e0e0;
}
.table_01.table_green td[aria-label]::before {
  background-color: #4ab667;
  color: #fff;
}
.table_03.table_green tbody th {
  background-color: #4ab667;
  color: #fff;
}
.table_03.table_green td[aria-label]::before {
  background-color: #dbf0e1;
}
/* 見出し */
.h1 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.h1::before {
  height: 2px;
}
.h2 {
  margin: 25px 0 10px;
  padding-left: 10px;
}
/* 定義リスト */
.dl_03 {
  overflow: visible;
  height: auto;
  opacity: 1;
}
.dl_03 dt {
  width: auto;
  height: auto !important;
  margin: 20px 0 5px;
  padding: 0;
}
.dl_03 dt:first-child {
  margin-top: 0;
}
.dl_03 dd {
  height: auto !important;
  margin: 0 !important;
  padding: 0;
}
/* 画像配置 */
.img_lyt .imgR, .img_lyt .imgL {
  float: none;
  margin: 0 0 15px;
  text-align: center;
}
/* 画像配置カラムリスト */
[class^="col_"] {
  margin-right: 0;
  margin-left: 0;
}
.col_two [class^="box_"] {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.col_thr [class^="box_"] {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.col_fou [class^="box_"] {
  width: 48%;
}
/* ボタン */
.btn_02 {
  padding: 6px 20px;
  border-width: 1px;
  font-size: 1.4rem;
}
.btn_02.btn_arrow {
  padding-right: 28px !important;
}
/* 講座一覧 */
.course {
  margin: -6px;
}
.course li {
  padding: 6px;
}
.course li a {
  padding: 15px;
}
.course li a .img {
  margin: -15px -15px 15px -15px;
}
.course li a .txt {
  display: none;
}
.course li a .tag span {
  right: 15px;
  bottom: 15px;
}
.course_one li a .img {
  width: 40%;
  margin: -15px 15px -15px -15px;
}
.course_one li a .img + .content, .course_one li a .img + .room + .content,
.course_one li a .img + .content, .course_one li a .img + .finished_label + .content,
.course_one li a .img + .content, .course_one li a .img + .room + .finished_label + .content {
  width: 60%;
}
.course_one li a .lecturer {
  width: auto;
}
.course_one li a .tag {
  height: 20px;
  margin-top: 10px;
}
.course_two li {
  width: 100%;
}
.course_two li a .img {
  width: 40%;
  margin: -15px 15px -15px -15px;
}
.course_two li a .img + .content, .course_two li a .img + .room + .content,
.course_two li a .img + .content, .course_two li a .img + .finished_label + .content,
.course_two li a .img + .content, .course_two li a .img + .room + .finished_label + .content {
  width: 60%;
}
.course_thr li {
  width: 100%;
}
.course_thr li a .img {
  float: left;
  width: 40%;
  margin: -15px 15px -15px -15px;
}
.course_thr li a .img + .content, .course_thr li a .img + .room + .content,
.course_thr li a .img + .content, .course_thr li a .img + .finished_label + .content,
.course_thr li a .img + .content, .course_thr li a .img + .room + .finished_label + .content {
  float: right;
  width: 60%;
}
.course_fou li {
  width: 50%;
}
.course_list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  border-bottom: solid 1px #e0e0e0;
}
.course_list li a {
  display: block;
}
.course_list h3, .course_list p {
  display: block;
}
.course_list .date, .course_list .lecturer {
  margin-left: 0;
}
.course_list .ttl + .date, .course_list .ttl + .lecturer {
  margin-top: 5px;
}
.course_list .finished_label {
  display: block;
  margin: 8px 0 0;
  line-height: 0;
}
/* フォーム */
.form_tbl {
  display: block;
  width: auto;
}
.form_tbl > dt, .form_tbl > dd {
  display: block;
  width: auto;
}
.form_tbl > dt {
  padding: 10px 15px;
}
.form_tbl > dd {
  padding: 15px;
}
.form_tbl > dd .field {
  max-width: none !important;
}
.form_tbl > dd .checkbox_list {
  margin: 0 -4px -8px;
  padding: 0;
}
.form_tbl > dd .checkbox_list.inline {
  margin-right: -4px;
}
.form_tbl > dd .checkbox_list li {
  float: left;
  width: 50%;
  margin: 0 0 8px;
  padding: 0 4px;
}
.form_tbl > dd .checkbox_list.inline li {
  margin-right: 0;
}
.form_tbl > dd .checkbox_list li .checkbox, .form_tbl > dd .checkbox_list li .radio {
  display: flex;
  align-items: center;
}
.form_tbl.required > dt::before {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.form_btn .btn_01 {
  width: 100%;
  margin: 0 0 10px;
}
.form_btn .btn_01:last-child {
  margin-bottom: 0;
}

/* ---------- ヘッダー ---------- */
#header {
  padding-bottom: 0;
  z-index: 5000;
}
#header .logo {
  margin-top: 14px;
  margin-bottom: 14px;
}
#header .logo img {
  width: 142px;
}
#header .room_name {
  margin: 16px  0;
  padding: 0 10px;
  border-radius: 12px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#header .tel {
  display: none;
}
#header .header_mypage {
  display: none;
}
#header #sp_menu_btn {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  margin: 8px 0;
  padding-top: 24px;
  background: url(../img/sp_menu.png) no-repeat center top 4px;
  background-size: 26px;
  color: #008924;
  font-size: 1rem;
  cursor: pointer;
}
#header .header_nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 6000;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: visibility .4s;
}
#header .header_nav.open {
  visibility: visible;
}
#header .header_nav .nav_overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  opacity: 0;
  transition: opacity .4s;
}
#header .header_nav.open .nav_overlay {
  opacity: 1;
}
#header .header_nav .nav_inner {
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 2;
  width: calc(100% - 65px);
  height: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  background-color: #fff;
  transition: right .4s;
}
#header .header_nav.open .nav_inner {
  right: 0;
}
#header .header_nav .nav_head {
  display: block;
  padding: 0 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}
#header .header_nav .nav_head #sp_menu_close {
  display: block;
  float: right;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: 8px 0;
  background: url(../img/sp_menu_close.png) no-repeat center;
  background-size: 16px;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}
#header .header_nav .nav_list_wrapper {
  height: calc(100% - 56px);
  overflow-y: auto;
  overflow-x: hidden;
}
#header .header_nav .nav_list {
  display: block;
  margin-bottom: 0;
}
#header .header_nav .nav_list li {
  display: block;
  width: auto;
  border-right: none;
  border-bottom: solid 1px #e0e0e0;
}
#header .header_nav .nav_list li.mypage {
  display: block;
}
#header .header_nav .nav_list li.active a {
  color: #444;
}
#header .header_nav .nav_list li a {
  padding: 14px 15px;
  font-weight: normal;
  text-align: left;
}
#header .header_nav .nav_list li a::before {
  content: "";
  display: inline-block;
  position: static;
  width: 14px;
  height: 14px;
  margin: 0 7px 0;
  background: no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
#header .header_nav .nav_list li:nth-child(1) a::before {
  background-image: url(../img/menu_ico_01.png);
}
#header .header_nav .nav_list li:nth-child(2) a::before {
  background-image: url(../img/menu_ico_02.png);
}
#header .header_nav .nav_list li:nth-child(3) a::before {
  background-image: url(../img/menu_ico_03.png);
}
#header .header_nav .nav_list li:nth-child(4) a::before {
  background-image: url(../img/menu_ico_04.png);
}
#header .header_nav .nav_list li:nth-child(5) a::before {
  background-image: url(../img/menu_ico_05.png);
}
#header .header_nav .nav_list li:nth-child(6) a::before {
  background-image: url(../img/menu_ico_06.png);
}
#header .header_nav .nav_list li:nth-child(7) a::before {
  background-image: url(../img/menu_ico_07.png);
}
#header .header_nav .nav_list li:nth-child(8) a::before {
  background-image: url(../img/menu_ico_08.png);
}
#header .header_nav .nav_list li a:hover::before {
  width: 14px;
}
#header .header_nav .nav_list li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background-color: transparent;
  margin: auto 0;
  border: solid #888;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
#header .header_nav .nav_list li a:hover::after {
  width: 8px;
  transition: none;
}
#header .header_nav .help_btn {
  display: block;
  padding: 15px;
  text-align: center;
}
#header .header_nav .help_btn a {
  display: inline-block;
  width: 100%;
  max-width: 175px;
  padding: 0 10px;
  border: solid 1px #ff7901;
  border-radius: 17px;
  background-color: #fff;
  color: #ff7901;
  line-height: 3.2rem;
}
#header .all_nav {
  padding: 11px 0 10px;
}
#header .all_nav .sns {
  display: none;
}
#header .all_nav .help_btn a {
  display: none;
  padding: 0 31px;
  font-size: 1.2rem;
  line-height: 3.3rem;
  border-width: 1px
}
#header .all_nav .help_btn a {
  padding: 0 25px;
  font-size: 1.6rem;
  line-height: 3.3rem;
  border-width: 1px
}

/* ---------- フッター ---------- */
#footer {
  border-top: solid 1px #c0c0c0;
}
#footer .footer_contact {
  padding-top: 15px;
  background-color: #e2e2e2;
}
#footer .footer_contact .sns {
  display: none;
}
#footer .footer_contact .help_btn {
  display: none;
}
#footer .footer_contact .room {
  float: none;
}
#footer .footer_contact .room_name {
  float: none;
  margin: 0 0 5px;
  font-size: 1.8rem;
}
#footer .footer_contact .tel {
  float: none;
  margin: 0;
}
#footer .footer_contact .tel .number {
  float: none;
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
#footer .footer_contact .tel .number a {
  color: #444;
  pointer-events: auto;
}
#footer .footer_contact .tel .txt {
  float: none;
  font-size: 1.4rem;
  line-height: 2rem;
}
#footer .footer_content {
  padding-top: 15px;
}
#footer .footer_content .ttl {
  display: none;
}
#footer .footer_content .footer_link_01 {
  display: none;
}
#footer .footer_content .room_btn {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: none;
  border-radius: 4px;
  background-color: #979797;
  color: #fff;
  font-size: 1.5rem;
}
#footer .footer_content .footer_link_02 {
  margin-bottom: 20px;
}
#footer .footer_content .footer_link_02 .footer_link_list {
  margin-right: -15px;
  margin-left: -15px;
}
#footer .footer_content .footer_link_02 .footer_link_list li {
  display: inline-block;
  float: none;
}
#footer .footer_content .footer_link_02 .footer_link_list li a {
  font-size: 1.4rem;
}
#footer .footer_content .logo {
  margin-bottom: 15px;
}
#footer #top_btn {
  display: none;
}

/* ---------- TOP ---------- */
#top .top_ttl {
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-size: 2.2rem;
  line-height: 2.6rem;
}
#top .top_ttl::before {
  height: 3px;
}
#top .top_content .flex_content {
  width: 100%;
}
#top .top_content  .mainvisual {
  order: 1;
  width: calc(100% + 30px);
  margin: 0 -15px 10px;
}
#top .top_banner .banner_list li {
  width: 48.28%;
  margin-right: 0;
}
#top .top_banner .banner_list li:nth-child(1) {
  float: left;
}
#top .top_banner .banner_list li:nth-child(2) {
  float: right;
}
#top .top_banner .banner_list li:nth-child(3) {
  display: none;
}
#top .search {
  width: calc(100% + 30px) !important;
  margin: 0 -15px 15px;
  padding: 15px;
}
#top .search .search_ttl .top_ttl {
  margin-bottom: 10px;
  font-size: 2.2rem;
  line-height: 2.6rem;
}
#top .search .search_sub_ttl {
  margin-bottom: 2px;
  font-size: 1.4rem;
}
#top .search .top_form {
  padding-bottom: 55px;
}
#top .search .input_wrapper {
  margin-bottom: 10px;
}
#top .search .input_wrapper .submit_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 132px;
  margin: 0 auto;
  line-height: 4.2rem;
}
#top .search .search_txt .input_wrapper .field {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 35px;
  border-width: 1px;
  background-position: center left 10px;
}
#top .search .search_txt .tag_list li a {
  font-size: 1.3rem;
}
#top .search .search_category .input_wrapper {
  margin-bottom: 0;
}
#top .search .search_category .input_wrapper .category_select {
  width: 48.592%;
  margin-right: 0;
}
#top .search .search_category .input_wrapper .category_select:nth-child(2) {
  float: right;
}
#top .search .news {
  margin-top: 15px;
}
#top .beginner {
  margin-bottom: 10px;
  box-shadow: none;
}
#top .beginner .top_ttl {
  display: none;
}
#top .beginner .btn_list {
  padding: 0;
}
#top .beginner .btn_list a:not(.sp_btn) {
  display: none;
}
#top .beginner .btn_list .btn_01.sp_btn {
  display: block;
  width: 48.28%;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 1.6rem;
}
#top .beginner .btn_list .btn_01.register_btn {
  float: left;
}
#top .beginner .btn_list .btn_01.beginner_btn {
  float: right;
}
#top .bottom_content section {
  margin-bottom: 30px;
}
#top #feature {
  margin: 40px 0;
}
#top #feature .feature_content {
  padding-right: 15px;
  padding-left: 15px;
}
#top #feature .feature_content_inner {
  padding: 0;
}
#top #feature .feature_content .feature_read {
  width: 100%;
}
#top #feature .feature_content .feature_read .feature_ttl {
  font-size: 2rem;
}
#top #feature .feature_content .feature_read .feature_ttl .main {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#top #feature .feature_content .feature_read p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#top #feature .feature_content .feature_read .btn_wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#top #feature .feature_content .feature_course {
  width: 100%;
  margin: 0;
}
#top #feature .feature_content .feature_course li {
  float: none;
  width: auto;
  padding: 0;
}
#top #feature .feature_content .feature_course li:nth-child(n+2) {
  display: none;
}
#top #feature .feature_content .feature_course li a .img {
  float: left;
  width: 50%;
}
#top #feature .feature_content .feature_course li a .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#top #feature .feature_content .feature_course li a .content {
  float: right;
  width: 50%;
}
#top #feature .feature_content .feature_course li a .content h3 {
  margin-top: 30%;
  font-size: 1.5rem;
}
#top #feature .feature_other {
  background-color: #e0e0e0;
}
#top #feature .feature_other .list_wrapper {
  max-width: 960px;
  margin: 0 auto;
}
#top #feature .feature_other .other_list {
  margin: 0 -4px;
  padding-bottom: 2px;
}
#top #feature .feature_other .other_list li {
  width: 50%;
  margin-bottom: 8px;
  padding: 0 4px;
}
#top #feature .feature_other .other_list li a {
  padding: 4px 0;
}
#top #feature .feature_other .other_list .feature_link {
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: both;
}
#top #feature .feature_other .other_list .feature_link a {
  padding-right: 0 !important;
}
#top #feature .bx-controls .bx-prev, #top #feature .bx-controls .bx-next {
  display: none;
}
#top #feature .bx-controls {
  top: auto;
  bottom: 0;
}
#top #feature .bx-controls .bx-pager {
  padding: 10px;
  display: block;
  text-align: center;
  line-height: 1rem;
}
#top #feature .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  padding: 0 3px;
}
#top #feature .bx-controls .bx-pager .bx-pager-item a {
  pointer-events: none;
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: solid 1px;
  border-radius: 50%;
  transition: background-color .5s, border-color .5s;
}
#top #feature #feature_slider .slide {
  padding-bottom: 30px;
}
#top #recommend {
  order: 2;
  width: 100%;
}
#top #news {
  order: 1;
  width: 100%;
}
#top #news .news_list li:nth-child(n+6) {
  display: none;
}
#top #news .btn_02 {
  top: -10px;
}
#top #news .btn_arrow::after {
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
}
#top #info {
  order: 3;
  width: 100%;
}
#top .search .category_btn {
  right: 2px;
}
#top #info .link_list {
  border-top: dotted 1px #bfbfbf;
}
#top #info .link_list li {
  margin-bottom: 0;
  border-bottom: dotted 1px #bfbfbf;
}
#top #info .link_list li a {
  display: block;
  position: relative;
  padding: 15px 0;
  text-decoration: none;
}
#top #info .link_list li a::before {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-width: 2px 2px 0 0;
}
#top .sns_wrapper.hide {
  visibility: visible;
  opacity: 1;
}
#top .sns_wrapper .sns {
  display: block;
  position: static;
  height: auto;
  margin-bottom: 30px;
  font-size: 0;
  text-align: center;
}
#top .sns_wrapper .sns li {
  display: inline-block;
  margin: 0 20px;
  font-size: 1.4rem;
}
#top .sns_wrapper .sns li:first-child {
  margin-left: 0;
}
#top .sns_wrapper .sns li:last-child {
  margin-right: 0;
}
#top .index_search {
  padding: 24px 0;
}
#top .index_search .search {
  margin: 0 -7px;
  padding: 20px 10px;
}
#top .index_search .search .search_sub_ttl {
  font-size: 1.4rem;
}
#top .index_search .search .input_wrapper {
  margin-bottom: 0;
}
#top .index_search .search_category .input_wrapper .category_select:nth-child(2) {
  float: right;
}
#top .index_search .search .category_btn {
  font-size: 1.4rem;
}
#top .index_room {
  margin-top: 10px;
}
#top .index_room h2, #top .index_room .room_list {
  display: none;
}
#top .index_room .sp_room_btn {
  display: block;
  padding: 11px 10px;
  background-color: #ffe5ca;
  color: #565656;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  border: solid 2px #ff7901;
  border-radius: 10px;
  position: relative;
}
#top .index_room .sp_room_btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
#top .index_banner {
  margin-top: 10px;
}
#top .index_banner .banner_list {
  margin-bottom: -8px;
}
#top .index_banner .banner_list li {
  width: 48.28%;
  margin: 0 0 8px;
}
#top .index_banner .banner_list li:nth-child(odd) {
  float: left;
}
#top .index_banner .banner_list li:nth-child(even) {
  float: right;
}
#top #header .all_nav .help_btn a {
  display: block;
}

/* ---------- お知らせ一覧 ---------- */
#news .page_nav {
  margin-top: 60px;
}

/* ---------- お知らせ詳細 ---------- */
#news_detail .date {
  margin-top: 0;
}
#news_detail .relation .relation_list li {
  position: relative;
  float: none;
  width: auto;
  margin-bottom: 5px;
  padding-left: 20px;
}

/* ---------- カテゴリー一覧 ---------- */
#genrelist .genre_list > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#genrelist .genre_list > li .genre_sub_list li {
  width: 50%;
}
#genrelist .genre_list > li .genre_sub_list li a::before {
  top: 4px;
}

/* ---------- 講座検索 ---------- */
#course_search .checkbox_list {
  margin: 0 -4px -8px;
}
#course_search .checkbox_list li {
  width: 50%;
  margin: 0 0 8px;
  padding: 0 4px;
}
#course_search .checkbox_list li .checkbox {
  display: flex;
  align-items: center;
}
#course_search .area .checkbox_list li {
  width: 33.33%;
}
#course_search .term table, #course_search .term tbody, #course_search .term tr, #course_search .term th, #course_search .term td {
  display: block;
}
#course_search .term th {
  width: auto;
  padding: 0 0 5px;
}
#course_search .term td {
  padding-bottom: 15px;
}
#course_search .term .week .checkbox_list, #course_search .term .time .checkbox_list {
  margin-right: -8px;
}
#course_search .term .week .checkbox_list li, #course_search .term .time .checkbox_list li {
  margin-right: 0;
}
#course_search .term .week .checkbox_list li {
  width: 25%;
}
#course_search .other th {
  display: block;
}
#course_search .btn_wrapper {
  margin-top: 10px;
}
#course_search .course_search_tab {
  margin: 30px 0 15px;
}
#course_search .course_result .page_number {
  margin: 20px 0 10px;
}
#course_search .course_result .course_result_list {
  margin: 30px 0;
}
#course_search .course_result .course_result_list > li {
  position: relative;
  margin-bottom: 15px;
}
#course_search .course_result .course_result_list > li .course_ttl {
  position: static;
  padding: 32px 10px 5px;
}
#course_search .course_result .course_result_list > li .course_ttl .room {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 80px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  border-radius: 13px;
}
#course_search .course_result .course_result_list > li .course_ttl .ttl .main {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
#course_search .course_result .course_result_list > li .course_ttl .detail_btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: auto;
  max-width: none;
  border-radius: 0;
  opacity: 0;
}
#course_search .course_result .course_result_list > li .content {
  position: static;
  padding: 5px 10px;
}
#course_search .course_result .course_result_list > li .content .img {
  width: 80px;
}
#course_search .course_result .course_result_list > li .content .txt_wrapper {
  width: calc(100% - 90px);
}
#course_search .course_result .course_result_list > li .content .txt_wrapper .info dt {
  display: none;
}
#course_search .course_result .course_result_list > li .content .txt_wrapper .info dd {
  width: auto;
  margin-bottom: 2px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  float: none;
}
#course_search .course_result .course_result_list > li .content .txt_wrapper .info dd:first-of-type {
  font-size: 1.4rem;
}
#course_search .course_result .course_result_list > li .content .txt_wrapper .tag_list {
  margin-top: 5px;
}
#course_search .course_result .course_result_list > li .content .txt_wrapper .tag_list .tag {
  line-height: 1.6rem;
}
#course_search .course_result .course_result_list > li .content .status {
  top: 10px;
  right: 15px;
  line-height: 2.2rem;
}

/* ---------- 講座詳細 ---------- */
#course_detail #wrapper {
  padding-bottom: 68px;
}
#course_detail .course_ttl {
  min-height: auto;
  margin-bottom: 50px;
  padding: 10px;
}
#course_detail .course_ttl h1 span {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}
#course_detail .course_ttl h1 .main {
  font-size: 1.9rem;
  line-height: 2.3rem;
}
#course_detail .course_ttl h1 .sub {
  margin-top: 10px;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
#course_detail .course_ttl .share {
  top: auto;
  right: 0;
  bottom: -50px;
  width: 240px;
  height: 50px;
  margin: 0;
}
#course_detail .entry_content .continue_btn .btn_02:hover {
  background-color: #fff;
  color: #444;
}
#course_detail .entry_content .lecturer {
  margin-bottom: 20px;
}
#course_detail .entry_content .lecturer .lecturer_list li {
  overflow: visible;
  margin-bottom: 4px;
  padding-right: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-overflow: clip;
  white-space: normal;
}
#course_detail .entry_content .lecturer .all_btn {
  float: left;
  margin-right: 15px;
}
#course_detail .entry_content .lecturer .detail_btn {
  position: static;
  float: left;
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
#course_detail .entry {
  margin-top: 20px;
}
#course_detail .entry .txt {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: left;
}
#course_detail .entry .entry_btn, #course_detail .entry .entry_txt {
  max-width: 360px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.8rem;
}
#course_detail .warning {
  margin-top: 20px;
  padding: 10px;
}
#course_detail .detail dl, #course_detail .detail dt, #course_detail .detail dd {
  display: block;
}
#course_detail .detail dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#course_detail .detail dl:nth-child(2), #course_detail .detail dl:nth-child(3) {
  width: 100%;
}
#course_detail .detail dt {
  margin-bottom: 5px;
}
#course_detail .detail dt span {
  padding-left: 10px;
}
#course_detail .ads {
  margin-top: 25px;
}
#course_detail .ads .ads_list > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e0e0e0;
}
#course_detail .recommend {
  padding-bottom: 25px;
}
#course_detail .recommend .recommend_ttl {
  margin: 25px 0 20px;
  padding-bottom: 12px;
  font-size: 2.2rem;
  line-height: 2.6rem;
}
#course_detail .recommend .recommend_ttl::before {
  height: 3px;
}
#course_detail .recommend .recommend_list {
  margin-right: -5px;
}
#course_detail .recommend .recommend_list li {
  width: 50%;
  padding: 0 5px;
}
#course_detail .lecturer_detail .lecturer_list dd {
  margin-bottom: 20px;
}
#course_detail .entry_footer {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
#course_detail .entry_footer .entry_btn, #course_detail .entry_footer .entry_txt {
  max-width: 360px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.8rem;
}
#course_detail .print_btn {
  display: none;
}

/* ---------- 特集一覧 ---------- */
#special .search .checkbox_list {
  margin: 0 -4px -8px;
}
#special .search .checkbox_list li {
  width: 50%;
  margin: 0 0 8px;
  padding: 0 4px;
}
#special .search .checkbox_list li label {
  width: 100%;
}
#special .special_list > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#special .special_list > li .special_sub_list {
  margin-bottom: -15px;
}
#special .special_list > li .special_sub_list li {
  width: auto;
  float: none;
}
#special .special_list > li .special_sub_list li a::before {
  top: 4px;
}

/* ---------- 特集詳細 ---------- */
#special_detail .special_ttl {
  margin-bottom: 50px;
}
#special_detail .special_ttl h1 {
  padding-right: 0;
}
#special_detail .special_ttl .share {
  top: auto;
  bottom: -50px;
  height: 50px;
  background-color: #fff;
}
#special_detail .course {
  margin-top: 10px;
}

/* ---------- 404 ---------- */
#notfound .btn_wrapper {
  margin-top: 20px;
}

/* ---------- モーダル ---------- */
.modal .modal_inner {
  padding: 15px;
}
.modal .modal_content {
  width: 100%;
  max-height: 100vh;
  padding: 0;
  overflow: hidden;
}
.modal .modal_content .modal_close {
  position: absolute;
  top: 4px;
  right: 5px;
  border-radius: 0;
  background-color: transparent;
}
body.modal_sp {
  overflow: hidden;
}
body.modal_pc .modal {
  display: none;
}
/* モーダル - フッターリンク */
#footer_link.modal {
  width: 100vw;
}
/* モーダル - TOP 初めての方へ */
#beginner.modal {
  width: 100vw;
}
/* モーダル - 講座詳細 画像拡大 */
#img_zoom_modal.modal {
  padding-top: 50px;
}
#img_zoom_modal.modal .modal_img {
  max-height: calc(100vh - 50px);
}
}
