@charset "UTF-8";

/*
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");

@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;
}
@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;
}
*/
.title {
 /*
  font-family: "UD新ゴNT L", "UD Shin Go NT Light", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  */
  font-weight: normal;
  margin: auto;
}
.title--category {
  border-bottom: 1px solid #038;
  color: #038;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 100px;
  padding: 0 0 15px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title--category {
    margin: 0 auto 50px;
  }
}
.title--category:after {
  border-top: 9px solid #038;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  margin: auto;
  width: 0;
}
.title--page {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 100px;
  text-align: center;
}
.title--page > span {
  display: block;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .title--page {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
.title--pageSubtitle {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title--pageSubtitle {
    padding: 0 3.125%;
  }
}
.title--section {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #038;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section {
    border-left: 6px solid #038;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-red {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #DC143C;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-red:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-red {
    border-left: 6px solid #DC143C;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-green {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #390;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-green:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-green {
    border-left: 6px solid #390;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-lightgreen {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #9c0;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-lightgreen:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-lightgreen {
    border-left: 6px solid #9c0;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-blue {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #06c;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-blue:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-blue {
    border-left: 6px solid #06c;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-lightblue {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #6cf;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-lightblue:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-lightblue {
    border-left: 6px solid #6cf;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-pink {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #c36;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-pink:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-pink {
    border-left: 6px solid #c36;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-orange {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #fc0;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-orange:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-orange {
    border-left: 6px solid #fc0;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-yellow {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #ff3;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-yellow:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-yellow {
    border-left: 6px solid #ff3;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--subsection {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 1.4;
  margin: 35px auto 1em;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .title--subsection {
    margin: 25px auto 1em;
  }
}
.title--subsection:before {
  color: #038;
  content: "■";
  padding-right: 10px;
}
.title--subsection-orange {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 1.4;
  margin: 35px auto 1em;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .title--subsection-orange {
    margin: 25px auto 1em;
  }
}
.title--subsection-orange:before {
  color: #fc0;
  content: "■";
  padding-right: 10px;
}
.title--subsection-red {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 1.4;
  margin: 35px auto 1em;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .title--subsection-red {
    margin: 25px auto 1em;
  }
}
.title--subsection-red:before {
  color: #c03;
  content: "■";
  padding-right: 10px;
}
.title--blue {
  font-weight: bold;
  color: #038;
}

@font-face {
  font-family:'Nanum Gothic';
  /*
  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 > ul {
  list-style: none;
  margin: auto;
  padding: 0;
  width: 100%;
}
.tabList > ul:after {
  content: " ";
  display: block;
  clear: both;
}
.tabList > ul > li {
  box-sizing: border-box;
}
.tabList__tab > li {
  background: #eee;
  background: -webkit-linear-gradient(#f7f7f7 0%, #f7f7f7 50%, #eee 51%, #eee 100%);
  background: linear-gradient(#f7f7f7 0%, #f7f7f7 50%, #eee 51%, #eee 100%);
  border: 1px solid #ccc;
  color: #888;
  cursor: pointer;
  float: left;
  padding: 25px 0;
  text-align: center;
  width: 33.33333%;
}
.tabList__tab > li:not(:first-child) {
  border-left: 0;
}
.tabList__tab > li.active {
  background: #fff;
  border-bottom: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .tabList__tab > li {
    padding: 14px 0;
  }
}
.tabList__display > li {
  display: none;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tabList__display > li {
    padding: 0 3.125%;
  }
}
.tabList__display > li.active {
  display: block;
}


@font-face {
  font-family:'Nanum Gothic';
  /*
  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;
}

.list {
  list-style: none;
  margin: auto;
  padding: 0;
  /********************
  list--caption
  ********************/
  /********************
  .list--index
  ********************/
  /********************
  .list--press
  ********************/
  /********************
  .list--text3
  ********************/
  	/********************
  .list--text4
  ********************/
  /********************
  .list--thumb
  ********************/
  /*****
  *	.list--visitor_thumb
  ****/
}
.list:after {
  content: " ";
  display: block;
  clear: both;
}
.list > li {
  box-sizing: border-box;
}
.list--caption {
  margin: 50px auto 40px;
}
@media screen and (max-width: 767px) {
  .list--caption {
    margin: 25px auto;
  }
}
.list--caption__img {
  background: #e5e5e5;
  text-align: center;
}
@media print, screen and (min-width: 980px) {
  .list--caption__img {
    height: 170px;
    width: 230px;
  }
}
.list--caption__img a {
  display: block;
}
.list--caption__img img {
  max-width: 100%;
  vertical-align: bottom;
}
.list--caption__text {
  font-size: 15px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .list--caption__text {
    font-size: 13px;
  }
}
.list--caption > li {
  float: left;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .list--caption > li {
    width: 48%;
  }
}
.list--caption > li:nth-child(3n+1) {
  clear: both;
}
@media screen and (max-width: 767px) {
  .list--caption > li:nth-child(3n+1) {
    clear: inherit;
  }
}
.list--caption > li:not(:nth-child(3n+1)) {
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .list--caption > li:not(:nth-child(3n+1)) {
    margin-left: auto;
  }
}
.list--caption > li:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .list--caption > li:nth-child(n+4) {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  .list--caption > li:nth-child(odd) {
    clear: both;
    margin-right: 2%;
  }
  .list--caption > li:nth-child(even) {
    margin-left: 2%;
  }
  .list--caption > li:nth-child(n+3) {
    margin-top: 25px;
  }
}
.list--index > li {
  float: left;
  padding-left: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list--index > li {
    width: 100%;
  }
}
.list--index > li:nth-child(odd) {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .list--index > li:nth-child(odd) {
    padding-right: 0;
  }
}
.list--index > li:nth-child(even) {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .list--index > li:nth-child(even) {
    padding-left: 0;
  }
}
.list--index > li:nth-child(-n+2) > a {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .list--index > li:nth-child(-n+2) > a {
    border-top: 0;
  }
}
.list--index > li:first-child > a {
  border-top: 1px solid #ccc;
}
.list--index > li > a {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  color: #000;
  display: block;
  padding: 25px 25px 25px 20px;
  position: relative;
  text-decoration: none;
  /**********
  ** ファイル判別
  **********/
}
@media screen and (max-width: 767px) {
  .list--index > li > a {
    padding: 11px 25px 11px 20px;
  }
}
.list--index > li > a:hover {
  background-color: #f0f7f7;
}
.list--index > li > a[href$="pdf"]:after {
  font-family: Nanum Gothic; 
  /* font-family: FontAwesome; */
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
.list--index > li > a[href$="doc"]:after, .list--index > li > a[href$="docx"]:after {
  font-family:Nanum Gothic; 
  /* font-family: FontAwesome; */
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
.list--index > li > a[href$="xls"]:after, .list--index > li > a[href$="xlsx"]:after {
  font-family:Nanum Gothic; 
  /* font-family: FontAwesome; */
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
.list--index > li > a[href$="ppt"]:after {
  font-family:Nanum Gothic; 
  /* font-family: FontAwesome; */
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
.list--index > li > a:before {
  font-family:"Nanum Gothic"; 
  /* font-family: "web_symbolsregular"; */
  content: ")";
  padding-left: 0;
  padding-right: 5px;
  font-size: 0.9em;
  vertical-align: middle;
  line-height: 1;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.list--index > li > a:after {
  color: #999;
  content: "";
  font-size: 20px;
  height: 20px;
  line-height: 1;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .list--index > li > a:after {
    font-size: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .list--press {
    margin: 25px auto 0;
  }
}
.list--press > li {
  float: left;
  padding: 0 1%;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .list--press > li {
    width: 50%;
  }
}
.list--press > li:nth-child(4n+1) {
  clear: both;
}
.list--press > li:nth-child(n+5) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .list--press > li:nth-child(n+5) {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  .list--press > li:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .list--press > li:nth-child(n+3) {
    margin-top: 25px;
  }
}
.list--press > li > a {
  color: #000;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .list--press__img {
    text-align: center;
  }
}
.list--press__img > img {
  max-width: 100%;
  vertical-align: bottom;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .list--press__img > img {
    border: 1px solid #ccc;
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .list--press__text {
    line-height: 1.4;
    margin-bottom: auto;
  }
}
.list--press__text > span {
  display: block;
  font-size: 12px;
}
.list--text3 > li {
  float: left;
  width: 33.33333%;
}
@media screen and (max-width: 767px) {
  .list--text3 > li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .list--text3 > li:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .list--text3 > li:nth-child(even) {
    margin-left: 2%;
  }
}
.list--text4 > li {
  float: left;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .list--text4 > li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .list--text4 > li:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .list--text4 > li:nth-child(even) {
    margin-left: 2%;
  }
}
.list--thumb__img {
  box-sizing: border-box;
  display: table-cell;
  padding: 5px;
  width: 100px;
}
.list--thumb__img > img {
  max-width: 100%;
  vertical-align: bottom;
}
.list--thumb__text {
  box-sizing: border-box;
  display: table-cell;
  height: 100%;
  padding-left: 15px;
  vertical-align: middle;
}
.list--thumb > li {
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list--thumb > li {
    width: 100%;
  }
}
.list--thumb > li:nth-child(odd) {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .list--thumb > li:nth-child(odd) {
    padding-right: 0;
  }
}
.list--thumb > li:nth-child(even) {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .list--thumb > li:nth-child(even) {
    padding-left: 0;
  }
}
.list--thumb > li:nth-child(n+3) {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .list--thumb > li:nth-child(n+3) {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  .list--thumb > li:nth-child(n+2) {
    margin-top: 15px;
  }
}
.list--thumb > li > a {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #000;
  display: table;
  text-decoration: none;
  width: 100%;
}
.list--thumb > li > a:hover {
  background-color: #f0f7f7;
  text-decoration: none;
}
.list--visitor_thumb {
  list-style: none;
  margin: auto;
  padding: 0;
}
.list--visitor_thumb:after {
  content: " ";
  display: block;
  clear: both;
}
.list--visitor_thumb > li {
  box-sizing: border-box;
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list--visitor_thumb > li {
    float: none;
    width: 100%;
  }
}
.list--visitor_thumb > li:nth-child(odd) {
  clear: both;
}
.list--visitor_thumb > li:nth-child(n+3) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .list--visitor_thumb > li:nth-child(n+2) {
    margin-top: 15px;
  }
}
.list--visitor_thumb a {
  color: #000;
  display: table;
  height: 100%;
  table-layout: fixed;
  text-decoration: none;
  width: 100%;
}
.list--visitor_thumb a:hover {
  background-color: #f5f5b5;
}
.list--visitor_thumb a div.img,
.list--visitor_thumb a div.text {
  display: table-cell;
  vertical-align: top;
}
.list--visitor_thumb a div.img {
  text-align: center;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .list--visitor_thumb a div.img {
    width: 25%;
  }
}
.list--visitor_thumb a div.img img {
  max-width: 100%;
  vertical-align: bottom;
}
.list--visitor_thumb a div.text {
  box-sizing: border-box;
  padding: 4px 0 4px 8px;
}
@media screen and (max-width: 767px) {
  .list--visitor_thumb a div.text {
    padding: 0 0 0 8px;
  }
}
.list--visitor_thumb a div.text p {
  margin: auto;
}
.list--visitor_thumb a div.text p.text_title {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .list--visitor_thumb a div.text p.text_title {
    font-size: 13px;
  }
}
.list--visitor_thumb a div.text p.text_name {
  font-size: 13px;
  margin-top: 7px;
}
.list--visitor_thumb a div.text p.text_name::before {
  background: url(/images/common/icon_arrow--black.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 3px;
  vertical-align: middle;
  width: 1em;
}


@font-face {
  font-family:'Nanum Gothic'; 
  /*
  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;
}
.topicList__row {
  margin: auto;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.topicList__row + .topicList__row {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .topicList__row + .topicList__row {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  .topicList__row {
    display: block;
    margin: 0;
    padding: 15px 10px;
    border-bottom: solid 1px #ccc;
  }
}
.topicList__row > span {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .topicList__row > span {
    display: inline-block;
    vertical-align: baseline;
  }
}
.topicList__row > span.date {
  width: 75px;
  font-family:'Nanum Gothic'; 
  /* font-family: 'Roboto', sans-serif; */
  font-weight: 500;
  font-size: 12px;
  padding: 6px 10px 5px 0;
}
@media screen and (max-width: 767px) {
  .topicList__row > span.date {
    border-right: none;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    padding: 0;
    width: auto;
  }
}
.topicList__row > span.category {
  width: 80px;
  font-size: 12px;
  padding: 6px 8px 5px 8px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .topicList__row > span.category {
    font-size: 12px;
    padding: 0;
    width: auto;
  }
}
.topicList__row > span.detail {
  line-height: 1.5;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .topicList__row > span.detail {
    display: block;
    font-size: 13px;
  }
}
.topicList__row > span.detail a {
  color: #000;
  text-decoration: none;
}
.topicList__row > span.detail a:hover {
  text-decoration: underline;
}
.topicList__row > span.detail a.movie::before {
  font-family:Nanum Gothic; 
  /* font-family: FontAwesome; */
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
.topicList__row > span.detail.c20 {
  border-left: solid 2px #ffbb00;
}
.topicList__row > span.detail.c21 {
  border-left: solid 2px #c10000;
}
.topicList__row > span.detail.c22 {
  border-left: solid 2px #cdde43;
}
.topicList__row > span.detail.c23 {
  border-left: solid 2px #0099ff;
}
.topicList__row > span.detail.c7 {
  border-left: solid 2px #88bb00;
}
.topicList__row > span.detail.new::before {
  content: "NEW";
  color: #f00;
  display: inline-block;
  font-family:'Nanum Gothic'; 
  /* font-family: 'Roboto', sans-serif; */
  font-size: 12px;
  margin-right: 5px;
}

@font-face {
  font-family:'Nanum Gothic'; 
  /*
  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:'Nanum Gothic'; 
  /* 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;
}

.fb_reset {
  height: 0;
}

.header--hs {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 500;
}
.header--hs .header__middle,
.header--hs .header__bottom {
  background-image: url("/images/common/bg-gnavi.png");
  background-repeat: repeat;
}
@media screen and (max-width: 979px) {
  .header--hs .header__middle,
  .header--hs .header__bottom {
    background: none;
  }
}

ul.menu > li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
ul.menu > li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#main {
  padding-top: 45px;
  /**********
  *	入試個別相談会バナー
  *****/
}
@media screen and (max-width: 979px) {
  #main {
    padding-top: 44px;
  }
}
@media screen and (max-width: 767px) {
  #main {
    padding-top: 40px;
  }
}
#main img {
  max-width: 100%;
  vertical-align: bottom;
}
#main .keyMovie .inner {
  margin: auto;
  max-width: 1366px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 0;
  padding-top: 54%;
  position: relative;
  overflow: hidden;
}
#main .keyMovie .inner .slidesWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .keyMovie .inner .slidesWrapper > .slide {
  display: none;
  height: 100%;
}
#main .keyMovie .inner .slidesWrapper > .slide > img {
  width: 100%;
}
#main .keyMovie .inner .slidesWrapper > .slide a {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#main .keyMovie .inner .slidesWrapper > .slide a img {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
#main .keyMovie {
  background: #000;
}
@media screen and (max-width: 767px) {
  #main .keyMovie {
    display: none !important;
  }
}
#main .keyMovie .inner {
  position: absolute;
  top: 0.8%;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #main .keyMovie .inner {
    display: none !important;
  }
}
#main .keyMovie .inner .slidesWrapper {
  width: 100%;
  text-align: center;
}
#main .keyMovie .inner .slidesWrapper .slide {
  width: 100%;
  text-align: center;
}
#main .keyMovie .inner .slidesWrapper .slide a {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .keyMovie .inner .slidesWrapper .slide a {
    display: none;
  }
}
#main .topSlide {
  background: #000;
  display: none;
}
@media screen and (max-width: 767px) {
  #main .topSlide {
    display: block;
    overflow-x: hidden;
  }
}
#main .topSlide #spVisual .bg_img {
  background-size: cover;
  background-position: center center;
  height: 100%;
  position: absolute;
  width: 100%;
}
#main .topSlide .inner {
  background: #000 center center;
  background-size: cover;
  margin: 0 auto;
}
#main .topSlide .inner .slidesWrapper {
  min-height: 270px;
  z-index: 150;
}
#main .topSlide .inner .slidesWrapper img {
  max-width: 140%;
  position: relative;
  top: 0;
  left: -20%;
}
#main .topSlide .inner .slide {
  min-height: 270px;
  right: 0;
  bottom: 0;
  text-align: center;
}
#main .topSlide .inner .slide a {
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
}
#main .topSlide .inner img[src$=svg] {
  margin: auto;
  max-width: 75%;
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0;
  left: 0;
}
#main .topContents {
  background-repeat: no-repeat;
  background-position: bottom center;
  /* background-size: auto 100%; */
  background-size: auto;
  background-color: #000;
  background-image: url("/images/top/bg-whole.jpg");
}
@media screen and (max-width: 767px) {
  #main .topContents {
    background-image: url("/images/top/sp-bg-whole.jpg");
    padding-top: 25px;
    background-size: 100% auto;
    background-position: top center;
  }
}
#main .topContents__section {
  margin: 100px auto 200px;
  max-width: 1210px;
  /* padding: 0 20px; */
  padding: 0 20px 80px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #main .topContents__section {
    margin: 25px auto 75px;
    padding: 0;
  }
}
#main .topContents__section.section1 button {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #main .topContents__section.section1 {
    padding: 0 10px;
    margin-top: 0;
  }
}
#main .topContents__section.section2:after {
  content: " ";
  display: block;
  clear: both;
}
#main .topContents__section.section2 > .col {
  box-sizing: border-box;
}
#main .topContents__section.section2 > .col.col1 {
  float: left;
  width: 61.881%;
}
@media screen and (max-width: 979px) {
  #main .topContents__section.section2 > .col.col1 {
    float: none;
    width: 100%;
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  #main .topContents__section.section2 > .col.col1 {
    margin-bottom: 75px;
  }
}
#main .topContents__section.section2 > .col.col2 {
  float: right;
  width: 38.119%;
  padding-left: 2.565%;
}
@media screen and (max-width: 979px) {
  #main .topContents__section.section2 > .col.col2 {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .topContents__section.section6 {
    margin-bottom: 0;
  }
}
#main .topContents__section.section7 {
  margin-bottom: 0;
  padding-bottom: 199px;
}
@media screen and (max-width: 767px) {
  #main .topContents__section.section7 {
    margin-top: 0;
    padding-bottom: 0;
  }
}
#main .video_wrap {
  background: url(/images/top/bnr_video_pc.jpg) no-repeat center center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .video_wrap {
    background-image: url(/images/top/bnr_video_sp.jpg);
    background-size: cover;
  }
}
#main .video_wrap a {
  display: block;
}
#main .video_wrap img {
  max-width: initial;
  vertical-align: bottom;
}
#main .video_wrap img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #main .video_wrap img {
    max-width: 100%;
  }
  #main .video_wrap img.pc {
    display: none;
  }
  #main .video_wrap img.sp {
    display: block;
    margin: auto;
  }
}
#main .video_wrap div.video_text {
  position: absolute;
  top: 30px;
  left: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .video_wrap div.video_text {
    margin: auto;
    max-width: 80%;
    top: 50%;
    left: 0;
    right: 0;
  }
  #main .video_wrap div.video_text img {
    margin-top: -40px;
  }
}
#main .message_banner_area {
  margin: 100px auto 20px;
  max-width: 1210px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #main .message_banner_area {
    margin: 30px auto 20px;
    padding: 0 10px;
  }
}
#main .message_banner_area .message_banner_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  #main .message_banner_area .message_banner_pc {
    display: none;
  }
}
#main .message_banner_area .message_banner_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #main .message_banner_area .message_banner_sp {
    display: block;
  }
}
#main div.kobetsu_bnr {
  background: url(/images/top/bnr_kobetsu_pc.png) no-repeat right center;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #main div.kobetsu_bnr {
    background: none;
    text-align: center;
  }
}
#main div.kobetsu_bnr img {
  max-width: 100%;
  vertical-align: bottom;
}
#main div.kobetsu_bnr img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #main div.kobetsu_bnr img {
    display: none;
  }
  #main div.kobetsu_bnr img.sp {
    display: block;
    margin: auto;
  }
}
#main .oc > a {
  display: table;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}
#main .oc > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #main .oc > a {
    display: block;
  }
}
#main .oc .col {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #main .oc .col {
    display: block;
  }
}
#main .oc .col.col1 {
  height: 190px;
  padding: 30px 0px 30px 30px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 190px;
  background-image: url("/images/top/bg-opencampus.png");
  border-radius: 5px 0 0 5px;
  position: relative;
}
@media screen and (max-width: 979px) {
  #main .oc .col.col1 {
    background-image: url("/images/top/sp-bg-stripe.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 767px) {
  #main .oc .col.col1 {
    height: auto;
    background-image: url("/images/top/sp-bg-stripe.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    border-radius: 5px 5px 0 0;
    padding: 22.5px 9px;
  }
}
#main .oc .col.col1:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border-top: 38px solid #55ddee;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 38px solid transparent;
}
@media screen and (max-width: 767px) {
  #main .oc .col.col1:after {
    border-top: 10px solid transparent;
    border-right: 10px solid #55ddee;
    border-bottom: 10px solid #55ddee;
    border-left: 10px solid transparent;
    top: auto;
    bottom: 0px;
  }
}
#main .oc .col.col1 .title {
  color: #00aacc;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #main .oc .col.col1 .title {
    line-height: 1.4;
  }
}
#main .oc .col.col1 .title.sub {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #main .oc .col.col1 .title.sub {
    font-size: 13px;
  }
}
#main .oc .col.col1 .title.main {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  #main .oc .col.col1 .title.main {
    font-size: 18px;
  }
}
#main .oc .col.col1 .title.main > span {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main .oc .col.col1 .title.main > span {
    font-size: 13px;
  }
}
#main .oc .col.col2 {
  width: 190px;
  height: 190px;
  background-color: #55ddee;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 767px) {
  #main .oc .col.col2 {
    width: 100%;
    height: auto;
    border-radius: 0 0 5px 5px;
  }
}
#main .oc .col.col2 .countdown {
  width: 190px;
  height: 190px;
  padding: 28px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #main .oc .col.col2 .countdown {
    width: 100%;
    height: auto;
    padding: 0;
    display: table;
  }
}
#main .oc .col.col2 .countdown > p {
  margin: 0;
  color: #ffff00;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .oc .col.col2 .countdown > p {
    display: table-cell;
    vertical-align: middle;
    padding: 6px;
  }
}
#main .oc .col.col2 .countdown > p.countdown__balloon > span {
  display: block;
  font-size: 16px;
  background: #000;
  padding: 9px;
  border-radius: 100px;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #main .oc .col.col2 .countdown > p.countdown__balloon > span {
    font-size: 10px;
    white-space: nowrap;
    margin-bottom: 0;
    padding: 7px 10px;
  }
}
#main .oc .col.col2 .countdown > p.countdown__balloon > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #000000;
  border-right: 5px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  #main .oc .col.col2 .countdown > p.countdown__balloon > span:after {
    content: none;
  }
}
#main .oc .col.col2 .countdown > p.countdown__date {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #main .oc .col.col2 .countdown > p.countdown__date {
    font-size: 18px;
    border-left: solid 1px #fff;
  }
}
#main .oc .col.col2 .countdown > p.countdown__date span {
  font-size: 66px;
  font-weight: 700;
  font-family:'Nanum Gothic'; 
  /* font-family: 'Roboto', sans-serif; */
}
@media screen and (max-width: 767px) {
  #main .oc .col.col2 .countdown > p.countdown__date span {
    font-size: 38px;
  }
}
#main .oc .col.col2 .countdown > p.countdown__time {
  font-size: 18px;
  font-family:'Nanum Gothic'; 
  /* font-family: 'Roboto', sans-serif; */
  letter-spacing: 1px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  #main .oc .col.col2 .countdown > p.countdown__time {
    font-size: 11px;
    margin-top: 0;
    letter-spacing: normal;
    border-left: solid 1px #fff;
  }
}
#main .oc .col.col2 .countdown div.qp {
  text-align: center;
}
#main .oc .col.col2 .countdown div.qp img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  #main .oc .col.col2 .countdown div.qp img {
    width: 50px;
    height: 50px;
    margin: 5px auto;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  #main .oc .col.col2 .thatday {
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
  }
}
#main .oc .col.col2 .thatday > p {
  margin: 0;
  color: #ffff00;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .oc .col.col2 .thatday > p {
    display: inline-block;
    vertical-align: middle;
  }
}
#main .oc .col.col2 .thatday > p.thatday__main {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  #main .oc .col.col2 .thatday > p.thatday__main {
    font-size: 20px;
  }
}
#main .oc .col.col2 .thatday > p.thatday__reception, #main .oc .col.col2 .thatday > p.thatday__start {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #main .oc .col.col2 .thatday > p.thatday__reception, #main .oc .col.col2 .thatday > p.thatday__start {
    font-size: 13.5px;
  }
}
#main .topics .tabList {
  position: relative;
}
#main .topics .tabList .linkPrev {
  width: 17.122%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #main .topics .tabList .linkPrev {
    width: 100%;
    box-sizing: border-box;
    position: static;
    text-align: right;
    padding: 6px 10px;
  }
}
#main .topics .tabList .linkPrev > a {
  display: block;
  padding: 14px 0;
  border-radius: 0 5px 0 0;
  border: 1px solid #ccc;
  border-left: none;
  background: #eee;
  background: -webkit-linear-gradient(#f7f7f7 0%, #f7f7f7 50%, #eee 51%, #eee 100%);
  background: linear-gradient(#f7f7f7 0%, #f7f7f7 50%, #eee 51%, #eee 100%);
  text-decoration: none;
  color: #888;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .topics .tabList .linkPrev > a {
    display: inline;
    border-radius: 0;
    border: none;
    background: none;
    text-align: right;
    color: #000;
    font-size: 13px;
  }
}
#main .topics .tabList .linkPrev > a:before {
  content: "";
  display: inline-block;
  height: 15px;
  padding-right: 7px;
  vertical-align: middle;
  margin-top: -3px;
  width: 15px;
  background: transparent url(/images/common/icon_arrow--gray.svg) no-repeat top center;
}
@media screen and (max-width: 767px) {
  #main .topics .tabList .linkPrev > a:before {
    background: transparent url(/images/common/icon_arrow--black.svg) no-repeat top center;
  }
}
#main .topics .tabList__tab {
  padding-right: 17.122%;
}
@media screen and (max-width: 979px) {
  #main .topics .tabList__tab {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .topics .tabList__tab {
    display: table;
  }
}
#main .topics .tabList__tab > li {
  width: 13.813%;
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  #main .topics .tabList__tab > li {
    white-space: nowrap;
    display: table-cell;
    float: none;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    width: auto;
  }
}
#main .topics .tabList__tab > li:first-child {
  border-radius: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
  #main .topics .tabList__tab > li:first-child {
    border-radius: 0;
  }
}
#main .topics .tabList__display > li {
  padding: 30px 0 0;
}
#main .topics .tabList__display > li.active {
  min-height: 260px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  #main .topics .tabList__display > li.active {
    min-height: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .topics .tabList__display > li {
    padding: 0;
  }
}
#main .topics .bannerShukoh {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #main .topics .bannerShukoh {
    margin-top: 75px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
  }
}
#main .topics .bannerShukoh > a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 8.29%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url("/images/top/banner_shukoh.png");
}
@media screen and (max-width: 767px) {
  #main .topics .bannerShukoh > a {
    background-image: url("/images/top/sp-banner_shukoh.png");
    padding-top: 18.33%;
  }
}
#main .topics .bannerShukoh > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #main .topics .bannerShukoh > a img {
    display: none;
  }
}
#main .scoreBoard {
  -webkit-background-size: 42px 42px;
  -moz-background-size: 42px 42px;
  background-size: 42px 42px;
  background-color: #e7f371;
  background-image: linear-gradient(left, #ddee33 50%, transparent 50%, transparent);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #main .scoreBoard {
    border-radius: 0;
    -webkit-background-size: 72px 72px;
    background-size: 72px 72px;
  }
}
#main .scoreBoard__top {
  position: relative;
  padding: 0 10px 10px;
  background-repeat: no-repeat;
  background-image: url("/images/top/icon-ikuei.png");
  background-position: right 120px;
}
@media screen and (max-width: 767px) {
  #main .scoreBoard__top {
    padding: 0;
  }
}
#main .scoreBoard__top:before {
  content: "";
  display: none;
  width: 105px;
  height: 87px;
  background-repeat: no-repeat;
  background-image: url("/images/top/icon-pr.png");
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: -20px;
  right: -23px;
}
@media screen and (max-width: 1239px) {
  #main .scoreBoard__top:before {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  #main .scoreBoard__top:before {
    width: 90px;
    height: 72px;
    top: -28px;
    right: 0;
  }
}
#main .scoreBoard__top button {
  display: none !important;
}
#main .scoreBoard__top .title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .scoreBoard__top .title img {
    height: 61px;
  }
}
#main .scoreBoard__top .text {
  margin: 15px 0 12px;
}
@media screen and (max-width: 979px) {
  #main .scoreBoard__top .text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #main .scoreBoard__top .text {
    padding: 0 10px;
    line-height: 1.6;
  }
}
#main .scoreBoard__top .board {
  background-color: #000;
}
#main .scoreBoard__top .board__row {
  margin: 0;
  background: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  border-top: solid 1px #666666;
}
@media screen and (max-width: 767px) {
  #main .scoreBoard__top .board__row {
    line-height: 1.3;
  }
}
#main .scoreBoard__top .board__row:first-child {
  border-top: none;
}
@media screen and (max-width: 767px) {
  #main .scoreBoard__top .board__row.tournament {
    padding: 7px;
  }
}
@media screen and (max-width: 767px) {
  #main .scoreBoard__top .board__row.progress {
    padding: 7px;
  }
}
#main .scoreBoard__top .board__row.score {
  font-size: 25px;
  font-weight: bold;
  padding: 2px;
}
@media screen and (max-width: 767px) {
  #main .scoreBoard__top .board__row.score {
    font-size: 28px;
    padding: 3px;
  }
}
#main .scoreBoard__bottom {
  background-color: #cdde43;
  text-align: center;
  padding: 18px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  #main .scoreBoard__bottom {
    border-radius: 0;
    padding: 15px;
  }
}
#main .scoreBoard__bottom a {
  text-decoration: none;
  color: #000;
}
#main .scoreBoard__bottom a:before {
  background: transparent url(/images/common/icon_arrow--black.svg) no-repeat top center;
  content: "";
  display: inline-block;
  height: 15px;
  padding-right: 7px;
  vertical-align: middle;
  margin-top: -3px;
  width: 15px;
}
#main .scoreBoard__bottom a:hover {
  text-decoration: underline;
}
#main .side_bnr .bnr {
  border-radius: 10px;
  min-height: 140px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .side_bnr .bnr {
    border-radius: 5px;
  }
}
#main .side_bnr .bnr + .bnr {
  margin-top: 25px;
}
#main .side_bnr .bnr:hover {
  opacity: .7;
}
#main .side_bnr .bnr:nth-of-type(1) {
  background: url(/images/top/bnr_unv_pass.jpg) no-repeat top center;
  background-size: cover;
}
#main .side_bnr ul.sp_bnr {
  display: none;
  font-size: 0;
  list-style: none;
  margin: 20px auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #main .side_bnr ul.sp_bnr {
    display: block;
    padding: 0 25px;
  }
}
#main .side_bnr ul.sp_bnr > li {
  display: inline-block;
  font-size: 13px;
  line-height: 1.6;
  margin-right: 15px;
}
#main .side_bnr ul.sp_bnr > li:nth-child(3) {
  margin-top: 5px;
}
#main .side_bnr ul.sp_bnr a {
  color: #000;
  text-decoration: none;
}
#main .side_bnr ul.sp_bnr a::before {
  font-family:Nanum Gothic; 
  /* font-family: FontAwesome; */
  content: "";
  padding-left: 0;
  padding-right: 2px;
  color: #038;
}
#main .side_bnr a {
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
}
#main .side_bnr a img {
  max-width: 100%;
  vertical-align: bottom;
}
#main .side_bnr a > div {
  background: rgba(0, 0, 0, 0.5) url(/images/top/bg_side_bnr.png) no-repeat top right;
  box-sizing: border-box;
  min-height: 90px;
  padding: 10px 30px 10px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 979px) {
  #main .side_bnr a > div {
    min-height: 140px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .side_bnr a > div {
    background-position: right top;
    min-height: 0;
    top: auto;
  }
}
#main .side_bnr a ul {
  font-size: 0;
  list-style: none;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #main .side_bnr a ul {
    display: none;
  }
}
#main .side_bnr a ul > li {
  display: inline-block;
  font-size: 15px;
  margin-right: 10px;
}
#main .side_bnr a ul > li:first-child {
  display: block;
}
@media screen and (max-width: 979px) {
  #main .side_bnr a ul > li {
    font-size: 14px;
  }
}
#main .side_bnr a ul > li::before {
  font-family:Nanum Gothic; 
  /* font-family: FontAwesome; */
  content: "";
  padding-left: 0;
  padding-right: 2px;
}
#main .side_bnr a p {
  margin: auto;
}
#main .side_bnr a p.title {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  #main .side_bnr a p.title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #main .side_bnr a p.title {
    font-size: 16px;
  }
}
#main .ikueiNow__title {
  text-align: center;
  margin-bottom: -75px;
}
@media screen and (max-width: 767px) {
  #main .ikueiNow__title {
    padding: 0 10px;
    margin-bottom: -40px;
  }
}
#main .ikueiNow__rotation {
  margin: 0;
  padding: 0;
  display: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #main .ikueiNow__rotation {
    padding: 0 25px;
  }
}
#main .ikueiNow__rotation .col {
  list-style: none;
  position: relative;
  padding-top: 5px;
  margin: 0 1px;
}
#main .ikueiNow__rotation .col a {
  display: block;
  text-decoration: none;
  color: #000;
}
#main .ikueiNow__rotation .col a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#main .ikueiNow__rotation .col .disabled {
  display: none;
}
#main .ikueiNow__rotation .col .new {
  display: block;
  width: 50px;
  height: 25px;
  box-sizing: border-box;
  padding: 3px 0;
  background: #e8c900;
  background: -webkit-linear-gradient(#ffdd00 0%, #ffdd00 50%, #e8c900 51%, #e8c900 100%);
  background: linear-gradient(#ffdd00 0%, #ffdd00 50%, #e8c900 51%, #e8c900 100%);
  font-size: 12px;
  font-weight: bold;
  color: #038;
  text-align: center;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #main .ikueiNow__rotation .col .new {
    width: 45px;
    height: 22px;
    font-size: 10px;
  }
}
#main .ikueiNow__rotation .col .new:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 5px solid #999999;
  position: absolute;
  top: 0;
  right: -5px;
}
#main .ikueiNow__rotation .col .thumbnail {
  background: #ccc no-repeat center top;
  background-size: cover;
  position: relative;
}
#main .ikueiNow__rotation .col .thumbnail:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 45px solid #55ddee;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #main .ikueiNow__rotation .col .thumbnail:after {
    border-top: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 40px solid #55ddee;
  }
}
#main .ikueiNow__rotation .col .text {
  background-color: #55ddee;
  box-sizing: border-box;
  padding: 15px;
  height: 110px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .ikueiNow__rotation .col .text {
    height: auto;
    min-height: 100px;
  }
}
#main .ikueiNow__rotation .col .text .date {
  font-size: 12px;
  font-family:'Nanum Gothic'; 
  /* font-family: 'Roboto', sans-serif; */
  font-weight: 500;
  margin: 0;
}
#main .ikueiNow__rotation .col .text .detail {
  margin: 0;
}
#main .slick-prev, #main .slick-next {
  width: 22px;
  height: 41px;
}
@media screen and (max-width: 1269px) {
  #main .slick-prev, #main .slick-next {
    width: 18px;
    height: 37px;
  }
}
@media screen and (max-width: 767px) {
  #main .slick-prev, #main .slick-next {
    width: 11px;
    height: 21px;
  }
}
#main .slick-prev {
  left: -40px;
}
@media screen and (max-width: 1269px) {
  #main .slick-prev {
    left: -18px;
  }
}
@media screen and (max-width: 767px) {
  #main .slick-prev {
    left: 7px;
  }
}
#main .slick-prev:before {
  content: "";
  display: block;
  width: 22px;
  height: 41px;
  background-image: url("/images/top/arrow_prev.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (max-width: 1269px) {
  #main .slick-prev:before {
    width: 18px;
    height: 37px;
  }
}
@media screen and (max-width: 767px) {
  #main .slick-prev:before {
    width: 11px;
    height: 21px;
  }
}
#main .slick-next {
  right: -40px;
}
@media screen and (max-width: 1269px) {
  #main .slick-next {
    right: -18px;
  }
}
@media screen and (max-width: 767px) {
  #main .slick-next {
    right: 7px;
  }
}
#main .slick-next:before {
  content: "";
  display: block;
  width: 22px;
  height: 41px;
  background-image: url("/images/top/arrow_next.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (max-width: 1269px) {
  #main .slick-next:before {
    width: 18px;
    height: 37px;
  }
}
@media screen and (max-width: 767px) {
  #main .slick-next:before {
    width: 11px;
    height: 21px;
  }
}
#main .bannerSmall:after {
  content: " ";
  display: block;
  clear: both;
}
#main .bannerSmall > ul {
  float: left;
  margin: 0 2% 0 -2%;
  padding: 0;
  width: 68%;
}
#main .bannerSmall > ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 979px) {
  #main .bannerSmall > ul {
    float: none;
    width: 102%;
  }
}
#main .bannerSmall > ul > li {
  list-style: none;
  box-sizing: border-box;
  float: left;
  padding-left: 2%;
  width: 50%;
  margin-bottom: 12px;
}
@media screen and (max-width: 979px) {
  #main .bannerSmall > ul > li {
    width: 33.33333%;
  }
}
@media screen and (max-width: 767px) {
  #main .bannerSmall > ul > li {
    float: none;
    width: 100%;
    margin: 0;
  }
}
#main .bannerSmall > ul > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 979px) {
  #main .bannerSmall > ul > li:nth-child(even) {
    margin-right: 0;
  }
}
#main .bannerSmall > ul > li a {
  display: table;
  box-sizing: border-box;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #main .bannerSmall > ul > li a {
    border-radius: 0;
    border-top: solid 1px #ccc;
  }
}
#main .bannerSmall > ul > li a:hover {
  background: #fbf0cc;
  background: -webkit-linear-gradient(#fcf5dd 0%, #fcf5dd 50%, #fbf0cc 51%, #fbf0cc 100%);
  background: linear-gradient(#fcf5dd 0%, #fcf5dd 50%, #fbf0cc 51%, #fbf0cc 100%);
}
#main .bannerSmall > ul > li .img {
  box-sizing: border-box;
  display: table-cell;
  padding: 5px;
  width: 110px;
}
@media screen and (max-width: 767px) {
  #main .bannerSmall > ul > li .img {
    width: 70px;
  }
}
#main .bannerSmall > ul > li .img img {
  max-width: 100px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #main .bannerSmall > ul > li .img img {
    width: 60px;
  }
}
#main .bannerSmall > ul > li .text {
  box-sizing: border-box;
  display: table-cell;
  height: 100%;
  padding-left: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #main .bannerSmall > ul > li .text {
    padding-left: 10px;
  }
}
#main .bannerSmall div.facebook {
  box-sizing: border-box;
  float: right;
  text-align: center;
  width: 32%;
}
@media screen and (max-width: 979px) {
  #main .bannerSmall div.facebook {
    float: none;
    margin: 25px auto;
    width: 100%;
  }
}
#main .channel__title {
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 979px) {
  #main .channel__title {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #main .channel__title {
    padding: 0 5px;
  }
}
#main .channel__btn {
  display: table;
  box-sizing: border-box;
  margin: 50px auto;
}
@media screen and (max-width: 979px) {
  #main .channel__btn {
    width: 100%;
    padding: 0 10px;
    margin: 50px auto;
  }
}
@media screen and (max-width: 767px) {
  #main .channel__btn {
    padding: 0 2.5px;
    margin: 25px auto;
  }
}
#main .channel__btn > li {
  display: table-cell;
  box-sizing: border-box;
}
@media screen and (max-width: 979px) {
  #main .channel__btn > li {
    width: 20%;
    padding-left: 1.264%;
  }
}
@media screen and (max-width: 767px) {
  #main .channel__btn > li {
    padding-left: 2.5px;
  }
}
@media screen and (max-width: 979px) {
  #main .channel__btn > li:first-child {
    padding-left: 0;
  }
}
#main .channel__btn > li > a {
  display: block;
  box-sizing: border-box;
  width: 150px;
  padding: 6px 26px 6px 26px;
  border: solid 2px #fff;
  border-radius: 5px;
  background: #eee;
  background: -webkit-linear-gradient(#f7f7f7 0%, #f7f7f7 50%, #eee 51%, #eee 100%);
  background: linear-gradient(#f7f7f7 0%, #f7f7f7 50%, #eee 51%, #eee 100%);
  margin-left: 14px;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  position: relative;
}
@media screen and (max-width: 979px) {
  #main .channel__btn > li > a {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .channel__btn > li > a {
    border: none;
    padding: 10px 6px;
    font-size: 12px;
  }
}
#main .channel__btn > li > a:before {
  font-family:Nanum Gothic; 
  /* font-family: FontAwesome; */
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px;
}
@media screen and (max-width: 767px) {
  #main .channel__btn > li > a:before {
    content: none;
  }
}
#main .channel__btn > li:first-child > a {
  margin-left: 0;
}
#main .channel__movie {
  box-sizing: border-box;
}
#main .channel__movie:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 979px) {
  #main .channel__movie {
    width: 642px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #main .channel__movie {
    width: 100%;
    padding: 0 10px;
  }
}
#main .channel__movie.rotate button {
  display: none;
}
@media screen and (max-width: 979px) {
  #main .channel__movie.rotate .slick-list {
    margin-right: 30px;
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  #main .channel__movie.rotate .slick-list {
    margin-right: auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .channel__movie.rotate .movieBox {
    float: left;
    margin: 25px 0;
    padding: 30px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #main .channel__movie.rotate .movieBox:first-of-type {
    margin-bottom: 25px;
  }
}
#main .channel__movie.rotate .movieBox:nth-child(even) {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  #main .channel__movie.rotate .movieBox:nth-child(even) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 979px) {
  #main .channel__movie.rotate .movieBox:nth-child(2n+3) {
    clear: none;
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  #main .channel__movie.rotate .movieBox:nth-child(2n+3) {
    margin-left: 0;
  }
}
#main .channel__movie .movieBox {
  float: left;
  width: 24.625%;
  height: 240px;
  box-sizing: border-box;
  padding: 40px 15px 0px;
  margin-left: .5%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  background-image: url("/images/top/bg-movie.png");
}
@media screen and (max-width: 979px) {
  #main .channel__movie .movieBox {
    margin-bottom: 25px;
    width: 291px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  #main .channel__movie .movieBox {
    width: 100%;
    height: auto;
    float: none;
    padding: 22px 6.67% 0px;
    margin: 47px 0;
  }
}
#main .channel__movie .movieBox:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #main .channel__movie .movieBox:first-of-type {
    margin-bottom: 0;
  }
}
#main .channel__movie .movieBox:nth-child(even) {
  margin-top: 40px;
}
@media screen and (max-width: 979px) {
  #main .channel__movie .movieBox:nth-child(even) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .channel__movie .movieBox:nth-child(even) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 979px) {
  #main .channel__movie .movieBox:nth-child(2n+3) {
    clear: both;
    margin-left: 0;
  }
}
#main .channel__movie .movieBox__thumbnail {
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: -15.33%;
}
@media screen and (max-width: 767px) {
  #main .channel__movie .movieBox__thumbnail {
    margin-top: -42px;
  }
}
#main .channel__movie .movieBox__thumbnail > a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 55.94%;
  box-sizing: border-box;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#main .channel__movie .movieBox__thumbnail > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .channel__movie .movieBox__text {
  color: #fff;
  box-sizing: border-box;
  display: table;
  width: 100%;
}
#main .channel__movie .movieBox__text > p {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  padding: 15px;
  height: 94px;
}
@media screen and (max-width: 767px) {
  #main .channel__movie .movieBox__text > p {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #main .channel__movie .movieBox__text > p br {
    display: none;
  }
}
#main .access__title {
  text-align: center;
  font-size: 46px;
  font-family:'Nanum Gothic'; 
  /* font-family: 'Rosario', sans-serif; */
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  #main .access__title {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
#main .access__row {
  margin-top: 50px;
  box-sizing: border-box;
}
#main .access__row:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #main .access__row {
    margin-top: 0;
  }
}
#main .access__row .accessInfo {
  margin: 0;
  float: left;
  width: 50%;
  height: 240px;
  box-sizing: border-box;
  vertical-align: top;
  display: table;
  padding: 2.565% 0.856% 2.565% 2.565%;
}
@media screen and (max-width: 979px) {
  #main .access__row .accessInfo {
    float: none;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #main .access__row .accessInfo {
    padding: 10px;
  }
}
#main .access__row .accessInfo__img {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
  width: 46.4%;
}
@media screen and (max-width: 979px) {
  #main .access__row .accessInfo__img {
    width: 29.4%;
  }
}
@media screen and (max-width: 767px) {
  #main .access__row .accessInfo__img {
    width: 41.7%;
  }
}
#main .access__row .accessInfo__text {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
  padding-left: 3.91%;
}
@media screen and (max-width: 979px) {
  #main .access__row .accessInfo__text {
    padding-left: 2.352%;
  }
}
#main .access__row .accessInfo__text .title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #main .access__row .accessInfo__text .title {
    font-size: 17px;
  }
}
#main .access__row .accessInfo__text .title span {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main .access__row .accessInfo__text .title span {
    font-size: 13px;
  }
}
#main .access__row .accessInfo__text .detail .list--link > li > a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
#main .access__row .accessInfo__text .detail .list--link > li > a:before {
  background: transparent url(/images/common/icon_arrow--black.svg) no-repeat top center;
  content: "";
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
#main .access__row .accessInfo__text .detail .list--link > li > a:hover {
  text-decoration: underline;
}
#main .access__row .accessMap {
  float: right;
  width: 50%;
  height: 240px;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 979px) {
  #main .access__row .accessMap {
    float: none;
    width: 100%;
  }
}
#main .access__row .accessMap:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#main .access__row .accessMap .map {
  width: 100%;
  height: 240px;
}
#main .access__row:nth-child(even) {
  background-color: #ccee77;
}
#main .access__row:nth-child(even) .accessMap:before {
  border-top: 60px solid #ccee77;
  border-right: 60px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
}
@media screen and (max-width: 979px) {
  #main .access__row:nth-child(even) .accessMap:before {
    border-top: 50px solid #ccee77;
    border-right: 50px solid transparent;
  }
}
@media screen and (max-width: 767px) {
  #main .access__row:nth-child(even) .accessMap:before {
    border-top: 40px solid #ccee77;
    border-right: 40px solid transparent;
  }
}
#main .access__row:nth-child(odd) {
  background-color: #88ddff;
}
#main .access__row:nth-child(odd) .accessMap:before {
  border-top: 60px solid #88ddff;
  border-right: 60px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
}
@media screen and (max-width: 979px) {
  #main .access__row:nth-child(odd) .accessMap:before {
    border-top: 50px solid #88ddff;
    border-right: 50px solid transparent;
  }
}
@media screen and (max-width: 767px) {
  #main .access__row:nth-child(odd) .accessMap:before {
    border-top: 40px solid #88ddff;
    border-right: 40px solid transparent;
  }
}
#main .courses__title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #main .courses__title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #main .courses__title > img {
    width: 240px;
  }
}
#main .courses__banner .list {
  box-sizing: border-box;
  padding: 0 28px;
  margin-top: 30px;
  position: relative;
}
#main .courses__banner .list:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 979px) {
  #main .courses__banner .list {
    width: 714px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list {
    width: 100%;
    padding: 0 10px;
    margin-top: 0;
  }
}
#main .courses__banner .list > li {
  box-sizing: border-box;
  width: 352px;
  margin-left: 30px;
  float: left;
}
@media screen and (max-width: 979px) {
  #main .courses__banner .list > li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
}
#main .courses__banner .list > li:first-child {
  margin-left: 0;
}
#main .courses__banner .list > li > a {
  text-decoration: none;
  color: #fff;
  display: block;
  box-sizing: border-box;
  height: 210px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li > a {
    height: 0;
    padding-top: 35%;
  }
}
#main .courses__banner .list > li > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#main .courses__banner .list > li > a p {
  font-size: 34px;
  line-height: 1.3;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li > a p {
    font-size: 23px;
    left: 14px;
  }
}
#main .courses__banner .list > li > a p:before {
  content: "";
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li > a p:before {
    margin-bottom: 4px;
  }
}
#main .courses__banner .list > li > a p span {
  font-size: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li > a p span {
    font-size: 13px;
  }
}
#main .courses__banner .list > li.course1 > a {
  background-image: url("/images/top/course-01.png");
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li.course1 > a {
    background-image: url("/images/top/sp-course-01.png");
  }
}
#main .courses__banner .list > li.course1 > a p:before {
  width: 52px;
  height: 48px;
  margin-left: 5px;
  background-image: url("/images/top/icon-01.png");
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li.course1 > a p:before {
    width: 26px;
    height: 24px;
  }
}
#main .courses__banner .list > li.course2 > a {
  background-image: url("/images/top/course-02.png");
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li.course2 > a {
    background-image: url("/images/top/sp-course-02.png");
  }
}
#main .courses__banner .list > li.course2 > a p:before {
  width: 42px;
  height: 53px;
  margin-left: 8px;
  background-image: url("/images/top/icon-02.png");
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li.course2 > a p:before {
    width: 21px;
    height: 26.5px;
  }
}
#main .courses__banner .list > li.course3 > a {
  background-image: url("/images/top/course-03.png");
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li.course3 > a {
    background-image: url("/images/top/sp-course-03.png");
  }
}
#main .courses__banner .list > li.course3 > a p:before {
  width: 46px;
  height: 48px;
  margin-left: 5px;
  background-image: url("/images/top/icon-03.png");
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li.course3 > a p:before {
    width: 23px;
    height: 24px;
  }
}
#main .courses__banner .list > li.course4 {
  float: left;
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li.course4 {
    float: none;
  }
}
#main .courses__banner .list > li.course4 > a {
  background-image: url("/images/top/course-04.png");
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li.course4 > a {
    background-image: url("/images/top/sp-course-04.png");
  }
}
#main .courses__banner .list > li.course4 > a p:before {
  width: 60px;
  height: 50px;
  background-image: url("/images/top/icon-04.png");
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li.course4 > a p:before {
    width: 30px;
    height: 25px;
  }
}
#main .courses__banner .list > li.course5 {
  position: absolute;
  top: 0;
  right: 408px;
}
@media screen and (max-width: 979px) {
  #main .courses__banner .list > li.course5 {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li.course5 {
    position: static;
  }
}
#main .courses__banner .list > li.course5 > a {
  background-image: url("/images/top/course-05.png");
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li.course5 > a {
    background-image: url("/images/top/sp-course-05.png");
  }
}
#main .courses__banner .list > li.course5 > a p:before {
  width: 42px;
  height: 53px;
  margin-left: 8px;
  background-image: url("/images/top/icon-05.png");
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li.course5 > a p:before {
    width: 29px;
    height: 28px;
  }
}
#main .courses__banner .list > li.course6 {
  float: right;
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li.course6 {
    float: none;
  }
}
#main .courses__banner .list > li.course6 > a {
  background-image: url("/images/top/course-06.png");
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li.course6 > a {
    background-image: url("/images/top/sp-course-06.png");
  }
}
#main .courses__banner .list > li.course6 > a p:before {
  width: 58px;
  height: 48px;
  background-image: url("/images/top/icon-06.png");
}
@media screen and (max-width: 767px) {
  #main .courses__banner .list > li.course6 > a p:before {
    width: 29px;
    height: 24px;
  }
}

/*# sourceMappingURL=p_hs_top.css.map */
