@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap");
@font-face {
  font-family: 'web_symbolsregular';
  src: url("../assets/web-symbols/websymbols-regular-webfont.woff2") format("woff2"), url("../assets/web-symbols/websymbols-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.tabList__tab, .tabList__display {
  list-style: none;
  margin: auto;
  padding: 0;
  width: 100%;
}
.tabList__tab:before, .tabList__tab:after {
  content: "";
  clear: both;
  display: block;
}
.tabList__tab li {
  padding: 25px 0;
  border: none;
  border-radius: 6px 6px 0 0;
  background: none;
  background-color: #F5F5F5;
  color: #999999;
  font-size: 15px;
  float: left;
  text-align: center;
  cursor: pointer;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .tabList__tab li {
    padding: 17px 0 14px 0;
  }
}
.tabList__tab li.active {
  padding-top: 21px;
  border-top: 4px solid #001155;
  background-color: white;
  color: black;
}
@media screen and (max-width: 767px) {
  .tabList__tab li.active {
    padding-top: 13px;
  }
}
.tabList__tab li:not(:last-child) {
  margin-right: 3px;
  margin-right: 0.5%;
}
.tabList__display > li {
  display: none;
}
.tabList__display > li.active {
  display: block;
}

@font-face {
  font-family: 'web_symbolsregular';
  src: url("../assets/web-symbols/websymbols-regular-webfont.woff2") format("woff2"), url("../assets/web-symbols/websymbols-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#main {
  /**********
  TOPICS
  **********/
}
#main .info {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  #main .info {
    margin: 40px 0;
  }
}
#main div.topic_wrap {
  background-color: #F4F5EE;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main div.topic_wrap {
    padding: 0;
  }
}
#main div.topic_wrap > .inner {
  display: flex;
  max-width: 1280px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #main div.topic_wrap > .inner {
    display: block;
    margin: auto 5.6%;
  }
}
#main div.topic_wrap > .inner > .col {
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #main div.topic_wrap > .inner > .col {
    border-bottom: 1px solid #ccc;
    display: block;
  }
}
#main div.topic_wrap > .inner > .col.topics {
  flex: 1 1 auto;
  margin-right: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  #main div.topic_wrap > .inner > .col.topics {
    max-width: calc(100% - 23.8% - 20px);
  }
}
@media screen and (max-width: 767px) {
  #main div.topic_wrap > .inner > .col.topics {
    padding: 0;
    border: none;
    max-width: 100%;
    width: 100%;
  }
}
#main div.topic_wrap > .inner > .col.side_bnr {
  flex: 0 0 23.8%;
  max-width: 23.8%;
}
@media screen and (max-width: 767px) {
  #main div.topic_wrap > .inner > .col.side_bnr {
    margin-top: 40px;
    border: none;
    width: 100%;
    max-width: 100%;
  }
}
#main div.topic_wrap > .inner > .col.side_bnr .bnr + .bnr {
  margin-top: 20px;
}
#main div.topic_wrap > .inner > .col.side_bnr .bnr img {
  display: block;
  max-width: 100%;
  width: 100%;
}
#main .tabList {
  position: relative;
  background-color: #FFFF;
}
#main .tabList ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #main .tabList ul {
    max-width: 100%;
  }
}
#main .tabList .prevBtn,
#main .tabList .nextBtn,
#main .tabList .slider-prev,
#main .tabList .slider-next {
  display: none;
}
@media screen and (max-width: 767px) {
  #main .tabList .prevBtn,
  #main .tabList .nextBtn,
  #main .tabList .slider-prev,
  #main .tabList .slider-next {
    position: absolute;
    display: block;
    width: 14px;
    cursor: pointer;
    background: transparent;
    top: 4.7%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
  }
}
@media screen and (max-width: 767px) {
  #main .tabList .prevBtn,
  #main .tabList .slider-prev {
    left: -15px;
  }
  #main .tabList .prevBtn::before,
  #main .tabList .slider-prev::before {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background-image: url(../media/images/2004/corp/top/news_index_l.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  #main .tabList .nextBtn,
  #main .tabList .slider-next {
    right: -20px;
  }
  #main .tabList .nextBtn::before,
  #main .tabList .slider-next::before {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background-image: url(../media/images/2004/corp/top/news_index_r.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
}
#main .tabList > .tabList__tab {
  height: 60px;
  border-bottom: 2px solid #F4F5EE;
  background-color: white;
  padding: 0 21px;
}
@media screen and (max-width: 767px) {
  #main .tabList > .tabList__tab {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    width: 100%;
    padding: 0 4px;
  }
  #main .tabList > .tabList__tab::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #main .tabList > .tabList__tab .slick-track {
    display: flex;
    white-space: nowrap;
    overflow: scroll;
  }
  #main .tabList > .tabList__tab .slick-track::-webkit-scrollbar {
    display: none;
  }
}
#main .tabList > .tabList__tab li {
  position: relative;
  margin: 0;
  font-size: 13px;
  width: auto;
  border: none;
  background: none;
  padding: 23px 20px 24px;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  #main .tabList > .tabList__tab li {
    padding: 23px 2.02% 24px;
  }
}
#main .tabList > .tabList__tab li:not(:last-child)::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #CCCCCC;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
}
@media screen and (max-width: 810px) {
  #main .tabList > .tabList__tab li {
    padding-left: 2.02%;
  }
}
@media screen and (max-width: 767px) {
  #main .tabList > .tabList__tab li {
    width: auto !important;
    padding: 20px 10px;
    outline: none;
    white-space: nowrap;
    padding: 23px 11px 22px 10px;
  }
}
#main .tabList > .tabList__tab li a {
  color: #888;
  display: block;
  text-decoration: none;
}
#main .tabList > .tabList__tab li.active {
  background-image: url(../media/images/2004/corp/top/news_current.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: bottom center;
}
@media screen and (max-width: 872px) {
  #main .tabList > .tabList__tab li:first-of-type {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .tabList > .tabList__tab li:first-of-type {
    padding-left: 10px;
  }
}
#main .tabList__fixed {
  line-height: 21px;
  border-bottom: 2px solid #F4F5EE;
  background-color: white;
}
@media screen and (max-width: 767px) {
  #main .tabList__fixed {
    padding: 6px 0 33px;
  }
}
#main .tabList__fixed li {
  padding: 23px 10px 22px 40px;
}
@media screen and (max-width: 980px) {
  #main .tabList__fixed li {
    padding: 23px 20px 17px 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .tabList__fixed li {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .tabList__fixed li div.topicList__row:last-child {
    padding-bottom: 30px;
  }
}
#main .tabList__fixed li div.topicList__row span.date {
  display: none;
}
#main .tabList__fixed li div.topicList__row span.detail {
  padding: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  #main .tabList__fixed li div.topicList__row span.detail {
    padding: 4px 0 0 0;
    line-height: 1.3;
  }
}
#main .tabList__display {
  line-height: 21px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  #main .tabList__display .topicList {
    padding: 5px 0 0;
  }
}
#main .tabList__display > li:not(.active) {
  display: none;
}
#main .tabList__display > li.active {
  padding: 20px 10px 20px 40px;
}
@media screen and (max-width: 980px) {
  #main .tabList__display > li.active {
    padding: 23px 20px 17px 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .tabList__display > li.active {
    padding: 0;
  }
}
#main .tabList div.past_info {
  width: auto;
  padding: 20px 39px 19px 0;
  font-size: 13px;
  border: none;
  background: none;
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 1px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #main .tabList div.past_info {
    position: static;
    padding: 10px 20px 20px 0;
    margin: 0 0 0 auto;
    display: table;
  }
}
@media screen and (max-width: 767px) {
  #main .tabList div.past_info {
    display: inline-block;
    margin: 31px auto;
    padding: 0;
    position: static;
    width: 100%;
  }
}
#main .tabList div.past_info a {
  color: #888;
  display: block;
  text-decoration: none;
}
#main .tabList div.past_info a::after {
  background: transparent url(../media/images/2004/icon_chevron.svg) no-repeat center center;
  content: "";
  height: 10px;
  padding-right: 13px;
  vertical-align: baseline;
  width: 10px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  #main .tabList div.past_info a {
    color: #000;
    font-size: 13px;
  }
}
#main .topicList__row {
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
}
#main .topicList__row + .topicList__row {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #main .topicList__row + .topicList__row {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .topicList__row {
    display: block;
    margin: 0;
    padding: 30px 25px 0;
  }
}
#main .topicList__row > span.date {
  padding: 0 14px 0 10px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main .topicList__row > span.date {
    padding: 0;
    width: auto;
    margin-left: 11px;
  }
}
#main .topicList__row > span.category {
  flex: 0 0 90px;
  max-width: 90px;
  padding: 1px 0 2px;
  font-size: 12px;
  white-space: nowrap;
  border: 1px solid #F4F4EE;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #main .topicList__row > span.category {
    display: inline-block;
    width: 90px;
    font-size: 12px;
    padding: 2px 0;
  }
}
#main .topicList__row > span.detail {
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .topicList__row > span.detail {
    display: block;
    font-size: 15px;
    white-space: normal;
    overflow: visible;
  }
}
#main .topicList__row > span.detail a {
  color: #000;
  text-decoration: none;
}
#main .topicList__row > span.detail a:hover {
  text-decoration: underline;
}
#main .topicList__row > span.detail a.movie::before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
#main .topicList__row > span.detail.new::before {
  content: "NEW";
  color: #f00;
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 2px solid #F4F5EE;
}

@font-face {
  font-family: 'web_symbolsregular';
  src: url("../assets/web-symbols/websymbols-regular-webfont.woff2") format("woff2"), url("../assets/web-symbols/websymbols-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#main .section_emergency {
  max-width: 1170px;
}
@media screen and (max-width: 767px) {
  #main .section_emergency {
    padding: 0 10px;
  }
}
#main .section_emergency.corp {
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  #main .section_emergency.corp {
    margin-top: 50px;
  }
}
#main .section_emergency.hs {
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  #main .section_emergency.hs {
    margin: 50px auto;
  }
}
#main .section_emergency.sh {
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  #main .section_emergency.sh {
    margin-top: 50px;
  }
}
#main .section_emergency .emergencyBox {
  box-sizing: border-box;
  border: solid 5px #ff0000;
  margin: 0;
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main .section_emergency .emergencyBox {
    display: block;
  }
}
#main .section_emergency .emergencyBox__title {
  box-sizing: border-box;
  background-color: #ff0000;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  display: table-cell;
  width: 200px;
  height: 168px;
  vertical-align: top;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #main .section_emergency .emergencyBox__title {
    display: block;
    width: 100%;
    font-size: 16px;
    height: auto;
    vertical-align: middle;
    padding: 11.5px;
  }
}
#main .section_emergency .emergencyBox__detail {
  box-sizing: border-box;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  color: #ff0000;
  background-color: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #main .section_emergency .emergencyBox__detail {
    display: block;
  }
}
#main .section_emergency .emergencyBox__detail a {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  padding: 30px;
  color: #ff0000;
}
@media screen and (max-width: 767px) {
  #main .section_emergency .emergencyBox__detail a {
    padding: 15px;
  }
}
#main .section_emergency .emergencyBox__detail a .e_date {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .section_emergency .emergencyBox__detail a .e_date {
    font-size: 12px;
  }
}
#main .section_emergency .emergencyBox__detail a .e_title {
  font-size: 18px;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  #main .section_emergency .emergencyBox__detail a .e_title {
    font-size: 16px;
  }
}
#main .section_emergency .emergencyBox__detail a .e_title:before {
  content: "■";
  margin-right: 3px;
}
#main .section_emergency .emergencyBox__detail a .e_contents {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main .section_emergency .emergencyBox__detail a .e_contents {
    font-size: 13px;
  }
}
#main .section_emergency .emergencyBox__detail a .e_contents > p {
  margin: 0;
}

@font-face {
  font-family: 'web_symbolsregular';
  src: url("../assets/web-symbols/websymbols-regular-webfont.woff2") format("woff2"), url("../assets/web-symbols/websymbols-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#main {
  /**********
  メインビジュアル
  **********/
  /**********
  CONTENTS
  **********/
}
#main .title_roboto {
  font-family: "Roboto Slab", serif;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main .title_roboto {
    font-size: 26px;
  }
}
#main .title_roboto span.wrap {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: normal;
}
#main .main_visual .main_visual_title {
  padding: 0 91px;
  transform: translateY(-48%);
}
@media screen and (max-width: 1024px) {
  #main .main_visual .main_visual_title {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #main .main_visual .main_visual_title {
    padding: 0  5.6%;
    transform: translateY(-68%);
  }
}
#main .main_visual .main_visual_title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 91px;
  transform: translateY(-48%);
}
@media screen and (max-width: 1024px) {
  #main .main_visual .main_visual_title {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #main .main_visual .main_visual_title {
    padding: 0  5.6%;
    transform: translateY(-68%);
  }
}
#main .scoreBoard {
  margin-bottom: 20px;
  padding: 26px 0 10px;
  background-color: #FFE700;
}
@media screen and (max-width: 767px) {
  #main .scoreBoard {
    padding: 28px 0 10px;
  }
}
#main .scoreBoard .title_roboto {
  margin: 0 0 17px;
  letter-spacing: 0.58em;
  text-indent: 0.7em;
  line-height: 1.76471;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .scoreBoard .title_roboto {
    margin-bottom: 20px;
  }
}
#main .scoreBoard .title_roboto .wrap {
  margin-top: -10px;
  letter-spacing: 0;
  text-indent: 0em;
}
#main .scoreBoard .score_box {
  display: none;
  text-align: center;
}
#main .scoreBoard .score_box:first-child {
  display: block;
}
#main .scoreBoard .score_box.slick-slide {
  display: block;
}
#main .scoreBoard .club_name {
  position: relative;
  margin: 0;
  padding: 12px 0 11px;
  background-color: #015;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
#main .scoreBoard .club_name::before, #main .scoreBoard .club_name::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 3%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #main .scoreBoard .club_name::before, #main .scoreBoard .club_name::after {
    width: 5%;
  }
}
#main .scoreBoard .club_name::before {
  left: 0;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #F4F5EE 50%) no-repeat top left/100% 51%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #F4F5EE 50%) no-repeat bottom right/100% 51%;
}
#main .scoreBoard .club_name::after {
  right: 0;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 52%, #F4F5EE 50%) no-repeat bottom left/100% 51%, linear-gradient(to bottom right, rgba(255, 255, 255, 0) 52%, #F4F5EE 50%) no-repeat top right/100% 51%;
}
#main .scoreBoard .board_top {
  padding: 14px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main .scoreBoard .board_top {
    padding: 14px 5px 11px;
  }
}
#main .scoreBoard .board_top > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main .scoreBoard .board_bottom {
  padding: 16px 5px 15px;
  font-size: 20px;
  line-height: 1.4;
}
#main .scoreBoard .board_bottom p {
  margin: 0;
}
#main .scoreBoard .board_bottom > p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main .scoreBoard__bottom {
  padding: 17px 0 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 15px;
  text-align: center;
}
#main .scoreBoard__bottom a {
  padding-left: 20px;
  text-decoration: none;
  color: #000;
  background-image: url(../media/images/2004/icon_chevron.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1em;
}
#main .courses_banner {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  padding-left: 0;
  list-style: none;
  margin: 0 0 0 -1px;
}
@media screen and (max-width: 767px) {
  #main .courses_banner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .courses_banner {
    margin: 0;
    padding: 0 5.6%;
  }
}
#main .courses_banner li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 1px;
  height: auto;
}
@media screen and (max-width: 980px) {
  #main .courses_banner li {
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 767px) {
  #main .courses_banner li {
    padding: 0;
    max-width: 100%;
  }
  #main .courses_banner li + li {
    margin-top: 2px;
  }
}
#main .courses_banner li.label .wrap {
  background-color: #015;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #main .courses_banner li.label .wrap {
    padding-top: 54.05%;
    height: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .courses_banner li.label .wrap .courses_banner_title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
#main .courses_banner li.label .wrap::after {
  display: none;
}
#main .courses_banner li.label .courses_banner_title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.625;
}
#main .courses_banner li.label .courses_banner_title::after {
  display: none;
}
#main .courses_banner li.label .courses_banner_title span.impact {
  display: block;
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.6em;
}
#main .courses_banner li a {
  display: block;
  color: #fff;
}
#main .courses_banner li .wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
#main .courses_banner li .wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
#main .courses_banner li .wrap:hover::after {
  transition: all 1s;
  background: transparent;
}
#main .courses_banner li .wrap img {
  display: block;
  width: 100%;
}
#main .courses_banner li .courses_banner_title_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  transform: translateY(-46%);
  text-align: center;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  #main .courses_banner li .courses_banner_title_wrap {
    flex-flow: column;
  }
}
#main .courses_banner li .point {
  position: absolute;
  top: -30px;
  right: -30px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 138px;
  background-color: #F7EE55;
  border-radius: 50%;
  color: #000;
  font-size: 13px;
  line-height: 1.30769;
}
@media screen and (max-width: 767px) {
  #main .courses_banner li .point {
    display: block;
  }
}
@media print, screen and (max-width: 1350px) {
  #main .courses_banner li .point {
    top: -50px;
    right: -0px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 980px) {
  #main .courses_banner li .point {
    position: static;
    z-index: 2;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 5px 8px;
    transform: translateY(-13px);
  }
}
@media screen and (max-width: 320px) {
  #main .courses_banner li .point {
    font-size: 11px;
  }
}
#main .courses_banner li .point .nowrap {
  display: block;
}
@media screen and (max-width: 980px) {
  #main .courses_banner li .point .nowrap {
    display: inline;
  }
}
#main .courses_banner li .courses_banner_title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
}
@media print, screen and (max-width: 1250px) {
  #main .courses_banner li .courses_banner_title {
    font-size: 11px;
  }
}
#main .courses_banner li .courses_banner_title::after {
  content: "";
  display: block;
  margin: 21px auto 0;
  width: 36px;
  border-top: 2px solid #fff;
}
#main .courses_banner li .courses_banner_title span {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.55556;
}
#main .facebook {
  padding: 40px 15px;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  #main .facebook {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 767px) {
  #main .facebook {
    margin: 40px 5.6%;
    padding: 10px;
  }
}
#main .facebook .fb_iframe_widget {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #main .facebook .fb_iframe_widget {
    max-height: 480px;
  }
}
#main .facebook .fb_iframe_widget span {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
@media print, screen and (max-width: 1030px) {
  #main .facebook .fb_iframe_widget span {
    width: 100% !important;
  }
}
@media screen and (max-width: 980px) {
  #main .facebook .fb_iframe_widget span {
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  #main .facebook .fb_iframe_widget span {
    max-height: 480px;
  }
}
#main .facebook .fb_iframe_widget iframe {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #main .facebook .fb_iframe_widget iframe {
    max-height: 480px;
  }
}

/*# sourceMappingURL=p_hs_top_2020.css.map */
