@charset "UTF-8";
/* CSS Document */
/* main next
------------------------------------------------------------*/
main.next2020 {
  padding-bottom: 30px;
}

main.next2020 > section:not(:last-child) {
  margin-bottom: 20px;
}

main.next2020 > section#calendar {
  margin-top: -60px;
  padding-top: 60px;
}

main.next2020 .sec-contents:nth-child(1) {
  padding-top: 10px;
}

main.next2020 .sec-contents .content {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
}

main.next2020 .sec-contents.title .content {
  padding: 0;
}

main.next2020 .sec-contents.title h1 {
  line-height: 0;
}

main.next2020 .sec-contents .title-block {
  background: url(../img/next/bg-hd.png) no-repeat left bottom/861px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .sec-contents .title-block {
    background-image: url(../img/next/bg-hd@2x.png);
  }
}

main.next2020 .sec-contents .title-block h2 {
  color: #FFF;
  font-size: 23px;
  font-size: 1.5333333333rem;
  font-weight: bold;
  -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  -o-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  padding-left: 15px;
  width: 340px;
}

main.next2020 .sec-contents .title-block p {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  color: #4D4D4D;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .sec-contents .title-block p:not(:last-child) {
  margin-right: 15px;
}

main.next2020 .sec-contents .title-block small {
  line-height: 1.4;
  font-size: 11px;
  font-size: 0.7333333333rem;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .sec-contents section:not(:last-child) {
  margin-bottom: 40px;
}

main.next2020 .sec-contents section.bb-blue:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #0080C8;
}

main.next2020 .sec-bnr {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next2020 .sec-bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -5px;
}

main.next2020 .sec-bnr ul li {
  width: calc(33.3333% - 10px);
  line-height: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  text-align: center;
}

main.next2020 .sec-title:not(:last-child) {
  margin-bottom: 10px;
}

main.next2020 .sec-title:nth-child(1) {
  margin-top: 10px;
}

main.next2020 .sec-title.long {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

main.next2020 .sec-title.long .content {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

main.next2020 .sec-title .content {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  line-height: 0;
}

main.next2020 .sec-title .text {
  line-height: 1.5;
  position: relative;
}

@media screen and (min-width: 701px) {
  main.next2020 .sec-title .text {
    margin-top: -155px;
    padding: 0 30px 30px;
  }
  main.next2020 .sec-title .text.message {
    margin-top: -70px;
  }
  main.next2020 .sec-title .text.message p {
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
  main.next2020 .sec-title .text.system, main.next2020 .sec-title .text.special, main.next2020 .sec-title .text.success_stories {
    margin-top: -95px;
  }
  main.next2020 .sec-title .text.system h2, main.next2020 .sec-title .text.special h2, main.next2020 .sec-title .text.success_stories h2 {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
  main.next2020 .sec-title .text.system p, main.next2020 .sec-title .text.special p, main.next2020 .sec-title .text.success_stories p {
    font-size: 15px;
    font-size: 1rem;
  }
}

main.next2020 .sec-title .text h2 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #65697A;
}

main.next2020 .sec-title .text p {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
}

main.next2020 .s-pase:not(:last-child) {
  margin-bottom: 20px;
}

main.next2020 .content-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next2020 .content-column2 .main-content {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .content-column2 aside {
  width: 220px;
  margin-left: 40px;
}

main.next2020 aside .aside-phase h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 3px 10px;
  line-height: 1.5;
  background-color: #0080C8;
  color: #fff;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}

main.next2020 aside .aside-phase:not(:last-child) {
  margin-bottom: 35px;
}

main.next2020 aside .aside-phase ul li {
  line-height: 1.5;
}

main.next2020 aside .aside-phase ul li:not(:last-child) {
  margin-bottom: 5px;
}

main.next2020 .opencampus-contents .item-title {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

main.next2020 .opencampus-contents .item-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

main.next2020 .opencampus-contents .item-title > * {
  position: relative;
}

main.next2020 .opencampus-contents .item-title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: url(../img/next/opencampus/contents/bg-hd.png) no-repeat left center/auto 42px;
  padding: 3px 8px 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-title .title {
    background-image: url(../img/next/opencampus/contents/bg-hd@2x.png);
  }
}

main.next2020 .opencampus-contents .item-title .title h2 {
  width: 310px;
}

main.next2020 .opencampus-contents .item-title .title p {
  font-size: 16px;
  font-size: 1.0666666667rem;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .opencampus-contents .item-title .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-right: -10px;
}

main.next2020 .opencampus-contents .item-title .tabs > li {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-top: 10px;
  padding-bottom: 9px;
  margin-right: 10px;
}

main.next2020 .opencampus-contents .item-title .tabs > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  border-top: 6px solid #F08300;
  border-bottom: 6px solid #F08300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next2020 .opencampus-contents .item-title .tabs > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 1.2;
  color: #666666;
  border: 2px solid #F08300;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

main.next2020 .opencampus-contents .item-title .tabs > li a:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -13px;
  width: calc(100% + 4px);
  height: 67px;
  background: no-repeat left center / auto 67px;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

main.next2020 .opencampus-contents .item-title .tabs > li a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main.next2020 .opencampus-contents .item-title .tabs > li.current:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

main.next2020 .opencampus-contents .item-title .tabs > li.current a:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(1) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_01.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(1) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_01@2x.png);
  }
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(2):before {
  border-color: #E50065;
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(2) a {
  border-color: #E50065;
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(2) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_02.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(2) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_02@2x.png);
  }
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(3):before {
  border-color: #8FC31F;
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(3) a {
  border-color: #8FC31F;
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(3) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_03.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(3) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_03@2x.png);
  }
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(4):before {
  border-color: #3EB370;
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(4) a {
  border-color: #3EB370;
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(4) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_04.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(4) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_04@2x.png);
  }
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(5):before {
  border-color: #009FB9;
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(5) a {
  border-color: #009FB9;
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(5) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_05.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(5) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_05@2x.png);
  }
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(6):before {
  border-color: #E94709;
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(6) a {
  border-color: #E94709;
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(6) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_06.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(6) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_06@2x.png);
  }
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(7):before {
  border-color: #0068B7;
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(7) a {
  border-color: #0068B7;
}

main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(7) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_07.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-title .tabs > li:nth-child(7) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_07@2x.png);
  }
}

main.next2020 .opencampus-contents .item-content .tab {
  border: 10px solid #F08300;
  background: #fff;
  padding: 10px;
  display: none;
}

main.next2020 .opencampus-contents .item-content .tab.current {
  display: block;
}

main.next2020 .opencampus-contents .item-content .tab h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 0;
  height: 54px;
  background: url(../img/next/opencampus/contents/animation/bg-hd.png) no-repeat left center/auto 54px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-content .tab h3 {
    background-image: url(../img/next/opencampus/contents/animation/bg-hd@2x.png);
  }
}

main.next2020 .opencampus-contents .item-content .tab h4 {
  position: relative;
  line-height: 1;
  font-size: 27px;
  font-size: 1.8rem;
  font-weight: bold;
  z-index: 2;
  margin-bottom: 10px;
  margin-top: -10px;
}

main.next2020 .opencampus-contents .item-content .tab h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  bottom: 0;
  z-index: -1;
}

main.next2020 .opencampus-contents .item-content .tab .img {
  line-height: 0;
}

main.next2020 .opencampus-contents .item-content .tab .img:nth-child(2) {
  margin-top: -25px;
}

main.next2020 .opencampus-contents .item-content .tab > ul:not(:last-child) {
  margin-bottom: 30px;
}

main.next2020 .opencampus-contents .item-content .tab > ul > li {
  padding: 10px;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

main.next2020 .opencampus-contents .item-content .tab > ul > li:before {
  -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #FFF;
  pointer-events: none;
}

main.next2020 .opencampus-contents .item-content .tab > ul > li > * {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

main.next2020 .opencampus-contents .item-content .tab > ul > li:not(:last-child) {
  margin-bottom: 10px;
}

main.next2020 .opencampus-contents .item-content .tab > ul > li .title {
  background: #FDE8D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next2020 .opencampus-contents .item-content .tab > ul > li .title h5 {
  width: 100%;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: auto;
}

main.next2020 .opencampus-contents .item-content .tab > ul > li .title span {
  background: #F08300;
  color: #FFF;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 18px;
  font-size: 1.2rem;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  margin-top: auto;
}

main.next2020 .opencampus-contents .item-content .tab > ul > li .title a {
  line-height: 0;
  margin-top: auto;
}

main.next2020 .opencampus-contents .item-content .tab > ul > li .text {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.6;
}

main.next2020 .opencampus-contents .item-content .tab.anime h4:after {
  background-color: #F9C385;
}

main.next2020 .opencampus-contents .item-content .tab.voice {
  border-color: #CD2565;
}

main.next2020 .opencampus-contents .item-content .tab.voice h3 {
  background-image: url(../img/next/opencampus/contents/voice/bg-hd.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-content .tab.voice h3 {
    background-image: url(../img/next/opencampus/contents/voice/bg-hd@2x.png);
  }
}

main.next2020 .opencampus-contents .item-content .tab.voice h4:after {
  background-color: #ECD4D8;
}

main.next2020 .opencampus-contents .item-content .tab.voice > ul > li .title {
  background: #ECD4D8;
}

main.next2020 .opencampus-contents .item-content .tab.voice > ul > li .title span {
  background: #CD2565;
}

main.next2020 .opencampus-contents .item-content .tab.illust {
  border-color: #99BF44;
}

main.next2020 .opencampus-contents .item-content .tab.illust h3 {
  background-image: url(../img/next/opencampus/contents/illustration/bg-hd.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-content .tab.illust h3 {
    background-image: url(../img/next/opencampus/contents/illustration/bg-hd@2x.png);
  }
}

main.next2020 .opencampus-contents .item-content .tab.illust h4:after {
  background-color: #DAE5B4;
}

main.next2020 .opencampus-contents .item-content .tab.illust > ul > li .title {
  background: #DAE5B4;
}

main.next2020 .opencampus-contents .item-content .tab.illust > ul > li .title span {
  background: #99BF44;
}

main.next2020 .opencampus-contents .item-content .tab.comic-illust {
  border-color: #62B076;
}

main.next2020 .opencampus-contents .item-content .tab.comic-illust h3 {
  background-image: url(../img/next/opencampus/contents/comic/bg-hd.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-content .tab.comic-illust h3 {
    background-image: url(../img/next/opencampus/contents/comic/bg-hd@2x.png);
  }
}

main.next2020 .opencampus-contents .item-content .tab.comic-illust h4:after {
  background-color: #D7E8D7;
}

main.next2020 .opencampus-contents .item-content .tab.comic-illust > ul > li .title {
  background: #D7E8D7;
}

main.next2020 .opencampus-contents .item-content .tab.comic-illust > ul > li .title span {
  background: #62B076;
}

main.next2020 .opencampus-contents .item-content .tab.game {
  border-color: #009BB4;
}

main.next2020 .opencampus-contents .item-content .tab.game h3 {
  background-image: url(../img/next/opencampus/contents/game/bg-hd.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-content .tab.game h3 {
    background-image: url(../img/next/opencampus/contents/game/bg-hd@2x.png);
  }
}

main.next2020 .opencampus-contents .item-content .tab.game h4:after {
  background-color: #B6DAE3;
}

main.next2020 .opencampus-contents .item-content .tab.game > ul > li .title {
  background: #B6DAE3;
}

main.next2020 .opencampus-contents .item-content .tab.game > ul > li .title span {
  background: #009BB4;
}

main.next2020 .opencampus-contents .item-content .tab.novels {
  border-color: #E94709;
}

main.next2020 .opencampus-contents .item-content .tab.novels h3 {
  background-image: url(../img/next/opencampus/contents/novels/bg-hd.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-content .tab.novels h3 {
    background-image: url(../img/next/opencampus/contents/novels/bg-hd@2x.png);
  }
}

main.next2020 .opencampus-contents .item-content .tab.novels h4:after {
  background-color: #EDCCB0;
}

main.next2020 .opencampus-contents .item-content .tab.novels > ul > li .title {
  background: #EDCCB0;
}

main.next2020 .opencampus-contents .item-content .tab.novels > ul > li .title span {
  background: #CA4917;
}

main.next2020 .opencampus-contents .item-content .tab.figure {
  border-color: #0068B7;
}

main.next2020 .opencampus-contents .item-content .tab.figure h3 {
  background-image: url(../img/next/opencampus/contents/figure/bg-hd.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-content .tab.figure h3 {
    background-image: url(../img/next/opencampus/contents/figure/bg-hd@2x.png);
  }
}

main.next2020 .opencampus-contents .item-content .tab.figure h4:after {
  background-color: #BECBE8;
}

main.next2020 .opencampus-contents .item-content .tab.figure > ul > li .title {
  background: #BECBE8;
}

main.next2020 .opencampus-contents .item-content .tab.figure > ul > li .title span {
  background: #0068B3;
}

main.next2020 .schedule-list {
  border: 2px solid #FF4150;
  -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 15px;
}

main.next2020 .schedule-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -25px;
}

main.next2020 .schedule-list ul > li {
  margin-right: 25px;
  width: calc(26% - 25px);
  padding-bottom: 15px;
  position: relative;
}

main.next2020 .schedule-list ul > li:not(:last-child):before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #F8E9BF;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

main.next2020 .schedule-list ul > li:not(:first-child) h3:before {
  content: "";
  display: block;
  position: absolute;
  left: -27px;
  top: 50%;
  width: 25px;
  height: 2px;
  background: #D6824F;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

main.next2020 .schedule-list ul > li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  bottom: 0;
  background: #F8E9BF;
  border: 2px solid #E3AA47;
  border-top: none;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

main.next2020 .schedule-list ul > li:nth-child(2) {
  width: calc(48% - 25px);
}

main.next2020 .schedule-list ul > li:nth-child(2):after, main.next2020 .schedule-list ul > li:nth-child(2) h3 {
  border-color: #D6824F;
  background: #F1D8CF;
}

main.next2020 .schedule-list ul > li:nth-child(2):before {
  border-left-color: #F1D8CF;
}

main.next2020 .schedule-list ul > li:nth-child(3):after, main.next2020 .schedule-list ul > li:nth-child(3) h3 {
  border-color: #CD606E;
  background: #F1D9D8;
}

main.next2020 .schedule-list ul > li:nth-child(3) h3:before {
  background: #CD606E;
}

main.next2020 .schedule-list ul > li h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 5px;
  background: #F8E9BF;
  border: 2px solid #E3AA47;
  border-bottom: none;
  margin-bottom: 8px;
  line-height: 1.4;
  position: relative;
}

main.next2020 .schedule-list ul > li h3 span {
  font-size: 15px;
  font-size: 1rem;
  margin-left: 5px;
}

main.next2020 .schedule-list ul > li h4 {
  margin-left: -10px;
  line-height: 0;
  margin-bottom: 6px;
}

main.next2020 .schedule-list ul > li p {
  font-size: 12px;
  font-size: 0.8rem;
}

main.next2020 .schedule-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px;
  position: relative;
  margin-bottom: 5px;
}

main.next2020 .schedule-support + p {
  text-align: right;
  font-size: 10px;
  font-size: 0.6666666667rem;
}

main.next2020 .schedule-support:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: #FF4150;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

main.next2020 .schedule-support h3 {
  font-size: 26px;
  font-size: 1.7333333333rem;
  font-weight: bold;
  color: #FF4150;
  margin-right: 20px;
}

main.next2020 .schedule-support p {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 1.6;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .calender-block .item-hd {
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  background: url(../img/next/opencampus/bg-hd_year.png) no-repeat left center;
  padding: 0 15px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #FF4150;
}

main.next2020 .calender-block .item-list {
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  background: #FFECED;
  border: 2px solid #FF4150;
  padding: 10px;
  position: relative;
}

main.next2020 .calender-block .item-list:not(:last-child) {
  margin-bottom: 10px;
}

main.next2020 .calender-block .item-list:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  bottom: 0;
  background: #FFECED;
}

main.next2020 .calender-block .item-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -20px;
}

main.next2020 .calender-block .item-list li {
  border-bottom: 2px solid #595858;
  margin-right: 15px;
  line-height: 0;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

main.next2020 .calender-block .item-list li.half {
  width: calc(50% - 15px);
}

main.next2020 .calender-block .item-list li.special {
  width: calc(100% - 15px);
  background: #E6F0FF;
  border-top: 2px solid #595858;
  border-bottom: 2px solid #595858;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

main.next2020 .calender-block .item-list li.special h4 {
  line-height: 1.5;
  background: #4B7EBF;
  color: #FFF;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px;
  margin-right: 15px;
}

main.next2020 .calender-block .item-list li.special h4 span {
  display: block;
}

main.next2020 .calender-block .item-list li.special h4 span:nth-child(2) {
  font-size: 12px;
  font-size: 0.8rem;
}

main.next2020 .calender-block .item-list li.special ul {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .calender-block .item-list li.special ul li {
  padding-bottom: 0;
  border-bottom: none;
}

main.next2020 .map-block {
  line-height: 0;
}

main.next2020 .map-block:not(:last-child) {
  margin-bottom: 10px;
}

main.next2020 .map-block iframe {
  width: 100%;
  height: 400px;
}

main.next2020 .contact-block {
  background: #0080C8;
  border: 2px solid #0080C8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next2020 .contact-block .item-hd {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  color: #FFF;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1;
}

main.next2020 .contact-block .item-list {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  line-height: 0;
  padding: 10px;
}

main.next2020 .contact-block .item-list li:not(:last-child) {
  margin-right: 10px;
}

main.next2020 .course-movie .content {
  width: 950px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next2020 .course-movie .movie-column2 {
  border: solid 10px #99BF44;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px;
  background-color: #fff;
}

main.next2020 .course-movie .movie-column2 .item-title {
  width: 570px;
  padding-right: 10px;
  line-height: 0;
}

main.next2020 .course-movie .movie-column2 .item-img {
  padding-left: 10px;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .course-section .content {
  background: #fff;
  border: 10px solid;
  padding: 15px;
  width: 950px;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next2020 .course-section .content section:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

main.next2020 .course-section .content section:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

main.next2020 .course-section .item-title {
  position: relative;
  color: #4D4D4D;
}

main.next2020 .course-section .item-title > * {
  position: relative;
  z-index: 2;
}

main.next2020 .course-section .item-title h2 {
  line-height: 0;
  margin-bottom: 20px;
  z-index: 1;
}

main.next2020 .course-section .item-title h3 {
  font-size: 19px;
  font-size: 1.2666666667rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
  max-width: 570px;
}

main.next2020 .course-section .item-title .text {
  font-size: 14px;
  font-size: 0.9333333333rem;
  max-width: 570px;
}

main.next2020 .course-section .item-title .img-01 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  max-width: 40%;
}

main.next2020 .course-section .item-title .img-02 {
  text-align: center;
  line-height: 0;
}

main.next2020 .course-section .item-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 0;
  margin-bottom: 15px;
}

main.next2020 .course-section .item-hd span {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 15px;
  color: #595858;
}

main.next2020 .course-section .item-hd span + :after {
  display: none;
}

main.next2020 .course-section .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  font-size: 15px;
  font-size: 1rem;
}

main.next2020 .course-section .item-list.sml {
  font-size: 12px;
  font-size: 0.8rem;
}

main.next2020 .course-section .item-list ul {
  width: calc(33.3333% - 10px);
  margin-right: 10px;
}

main.next2020 .course-section .item-list ul li {
  text-indent: -1em;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next2020 .course-section .item-list ul li:before {
  content: "●";
}

main.next2020 .course-section .item-other {
  text-align: right;
  font-size: 12px;
  font-size: 0.8rem;
}

main.next2020 .course-section .item-point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next2020 .course-section .item-point li:not(:last-child) {
  margin-bottom: 10px;
}

main.next2020 .course-section .item-point li .img {
  line-height: 0;
  margin-right: 20px;
}

main.next2020 .course-section .item-point li .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .course-section .item-point li .text h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px 10px 3px 5px;
  margin-bottom: 10px;
}

main.next2020 .course-section .item-point li .text h4:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 0 11.5px 20px;
  border-color: transparent transparent transparent #FFF;
  margin-right: 10px;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

main.next2020 .course-section .item-point li .text p {
  font-size: 15px;
  font-size: 1rem;
}

main.next2020 .course-section .item-curriculum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
}

main.next2020 .course-section .item-curriculum:not(:last-child) {
  margin-bottom: 0;
}

main.next2020 .course-section .item-curriculum li {
  width: calc(50% - 20px);
  margin: 0 20px 20px 0;
}

main.next2020 .course-section .item-curriculum h4 {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  color: #595858;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  line-height: 1.4;
}

main.next2020 .course-section .item-curriculum h4:before, main.next2020 .course-section .item-curriculum h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

main.next2020 .course-section .item-curriculum h4:before {
  top: 0;
}

main.next2020 .course-section .item-curriculum h4:after {
  bottom: 0;
}

main.next2020 .course-section .item-curriculum p {
  font-size: 14px;
  font-size: 0.9333333333rem;
}

main.next2020 .course-section .item-curriculum + p {
  text-align: right;
  font-size: 10px;
  font-size: 0.6666666667rem;
}

main.next2020 .course-section .item-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

main.next2020 .course-section .item-column > div {
  width: calc(50% - 10px);
}

main.next2020 .course-section .item-schedule p {
  text-align: right;
  font-size: 10px;
  font-size: 0.6666666667rem;
}

main.next2020 .course-section .item-teacher > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

main.next2020 .course-section .item-teacher > .title:before, main.next2020 .course-section .item-teacher > .title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

main.next2020 .course-section .item-teacher > .title:before {
  top: 0;
}

main.next2020 .course-section .item-teacher > .title:after {
  bottom: 0;
}

main.next2020 .course-section .item-teacher > .title .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 1.5;
}

main.next2020 .course-section .item-teacher > .title .text h4 {
  border-bottom: 1px solid #595858;
  font-size: 20px;
  font-size: 1.3333333333rem;
  margin-bottom: 5px;
}

main.next2020 .course-section .item-teacher > .title .text h4 span {
  font-size: 15px;
  font-size: 1rem;
}

main.next2020 .course-section .item-teacher > .title .text h5 {
  font-size: 12px;
  font-size: 0.8rem;
}

main.next2020 .course-section .item-teacher > .title .text p {
  font-size: 10px;
  font-size: 0.6666666667rem;
}

main.next2020 .course-section .item-teacher > .title .img {
  line-height: 0;
  margin-left: 10px;
}

main.next2020 .course-section .item-teacher > .text {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 1.5;
}

main.next2020 .course-section .item-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next2020 .course-section .item-topics h3 {
  line-height: 0;
  margin-bottom: 10px;
  width: 100%;
}

main.next2020 .course-section .item-topics h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #595858;
  margin-bottom: 5px;
  width: 100%;
}

main.next2020 .course-section .item-topics .text {
  font-size: 15px;
  font-size: 1rem;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .course-section .item-topics .text.single {
  width: 100%;
}

@media screen and (min-width: 701px) {
  main.next2020 .course-section .item-topics .text.single p {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

main.next2020 .course-section .item-topics .text:not(:last-child) {
  margin-bottom: 10px;
}

main.next2020 .course-section .item-topics .img {
  margin-left: 15px;
  line-height: 0;
}

main.next2020 .course-section .item-topics .company {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #858586;
  padding: 10px;
  font-size: 14px;
  font-size: 0.9333333333rem;
}

main.next2020 .course-section .item-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next2020 .course-section .item-message .img {
  line-height: 0;
  margin-left: -15px;
}

main.next2020 .course-section .item-message .text {
  font-size: 15px;
  font-size: 1rem;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 1.6;
}

main.next2020 .course-section .item-teacher-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
}

main.next2020 .course-section .item-teacher-list li {
  width: calc(50% - 20px);
  margin: 0 20px 20px 0;
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next2020 .course-section .item-teacher-list li .img {
  line-height: 0;
}

main.next2020 .course-section .item-teacher-list li > .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .course-section .item-teacher-list li > .text > * {
  padding: 5px 10px;
}

main.next2020 .course-section .item-teacher-list li > .text .name {
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: bold;
  background: #E6E6E6;
  padding-bottom: 0;
}

main.next2020 .course-section .item-teacher-list li > .text .name span {
  font-size: 13px;
  font-size: 0.8666666667rem;
}

main.next2020 .course-section .item-teacher-list li > .text .job {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.4;
  background: #E6E6E6;
}

main.next2020 .course-section .item-teacher-list li > .text .text {
  font-size: 13px;
  font-size: 0.8666666667rem;
}

main.next2020 .course-section .item-column-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}

main.next2020 .course-section .item-column-title h2 {
  line-height: 0;
  margin-right: auto;
}

main.next2020 .course-section .item-column-title p a {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next2020 .course-section .item-column-title p a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 25px;
  border-color: transparent transparent transparent #000000;
  margin-left: 5px;
}

main.next2020 .course-section .item-column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
}

main.next2020 .course-section .item-column-list li {
  width: calc(33.3333% - 20px);
  margin: 0 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next2020 .course-section .item-column-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border: 3px solid;
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
}

main.next2020 .course-section .item-column-list li a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 27px;
  border-color: transparent transparent transparent #808080;
  margin-left: 10px;
}

main.next2020 .course-section .item-whats {
  line-height: 0;
}

main.next2020 .course-section.anime .content {
  border-color: #D78113;
}

main.next2020 .course-section.anime .content section:not(:last-child):after {
  background-color: #D78113;
}

main.next2020 .course-section.anime .item-title .img-02 {
  margin-bottom: -30px;
}

main.next2020 .course-section.anime .item-hd:after, main.next2020 .course-section.anime .item-hd span {
  background: -moz-linear-gradient(100% 50% 180deg, #eac287 0%, white 100%);
  background: -webkit-linear-gradient(180deg, #eac287 0%, white 100%);
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, #eac287), color-stop(1, white));
  background: -o-linear-gradient(180deg, #eac287 0%, white 100%);
  background: -ms-linear-gradient(180deg, #eac287 0%, white 100%);
  background: linear-gradient(-90deg, #eac287 0%, white 100%);
}

main.next2020 .course-section.anime .item-point .text h4 {
  background-color: #D78113;
}

main.next2020 .course-section.anime .item-curriculum h4:before, main.next2020 .course-section.anime .item-curriculum h4:after {
  background-color: #D78113;
}

main.next2020 .course-section.anime .item-teacher .title:before, main.next2020 .course-section.anime .item-teacher .title:after {
  background-color: #D78113;
}

main.next2020 .course-section.anime .item-column-title p a {
  color: #D78113;
}

main.next2020 .course-section.anime .item-column-title p a:after {
  border-left-color: #D78113;
}

main.next2020 .course-section.anime .item-column-list a {
  border-color: #D78113;
}

main.next2020 .course-section.anime .item-teacher-list li > .text .name {
  background: #F3DBB7;
}

main.next2020 .course-section.anime .item-teacher-list li > .text .job {
  background: #F3DBB7;
}

main.next2020 .course-section.voice .content {
  border-color: #CD2565;
}

main.next2020 .course-section.voice .content section:not(:last-child):after {
  background-color: #CD2565;
}

main.next2020 .course-section.voice .item-hd:after, main.next2020 .course-section.voice .item-hd span {
  background: -moz-linear-gradient(100% 50% 180deg, #ecd4d8 0%, white 100%);
  background: -webkit-linear-gradient(180deg, #ecd4d8 0%, white 100%);
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, #ecd4d8), color-stop(1, white));
  background: -o-linear-gradient(180deg, #ecd4d8 0%, white 100%);
  background: -ms-linear-gradient(180deg, #ecd4d8 0%, white 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECD4D8', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(-90deg, #ecd4d8 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#ECD4D8' , GradientType=1);
}

main.next2020 .course-section.voice .item-point .text h4 {
  background-color: #CD2565;
}

main.next2020 .course-section.voice .item-curriculum h4:before, main.next2020 .course-section.voice .item-curriculum h4:after {
  background-color: #CD2565;
}

main.next2020 .course-section.voice .item-teacher .title:before, main.next2020 .course-section.voice .item-teacher .title:after {
  background-color: #CD2565;
}

main.next2020 .course-section.voice .item-column-title p a {
  color: #CD2565;
}

main.next2020 .course-section.voice .item-column-title p a:after {
  border-left-color: #CD2565;
}

main.next2020 .course-section.voice .item-column-list a {
  border-color: #CD2565;
}

main.next2020 .course-section.voice .item-teacher-list li > .text .name {
  background: #ECD4D8;
}

main.next2020 .course-section.voice .item-teacher-list li > .text .job {
  background: #ECD4D8;
}

main.next2020 .course-section.illust .content {
  border-color: #99BF44;
}

main.next2020 .course-section.illust .content section:not(:last-child):after {
  background-color: #99BF44;
}

main.next2020 .course-section.illust .item-hd:after, main.next2020 .course-section.illust .item-hd span {
  background: -moz-linear-gradient(100% 50% 180deg, #dae5b4 0%, white 100%);
  background: -webkit-linear-gradient(180deg, #dae5b4 0%, white 100%);
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, #dae5b4), color-stop(1, white));
  background: -o-linear-gradient(180deg, #dae5b4 0%, white 100%);
  background: -ms-linear-gradient(180deg, #dae5b4 0%, white 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#DAE5B4', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(-90deg, #dae5b4 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#DAE5B4' , GradientType=1);
}

main.next2020 .course-section.illust .item-point .text h4 {
  background-color: #99BF44;
}

main.next2020 .course-section.illust .item-curriculum h4:before, main.next2020 .course-section.illust .item-curriculum h4:after {
  background-color: #99BF44;
}

main.next2020 .course-section.illust .item-teacher .title:before, main.next2020 .course-section.illust .item-teacher .title:after {
  background-color: #99BF44;
}

main.next2020 .course-section.illust .item-column-title p a {
  color: #99BF44;
}

main.next2020 .course-section.illust .item-column-title p a:after {
  border-left-color: #99BF44;
}

main.next2020 .course-section.illust .item-column-list a {
  border-color: #99BF44;
}

main.next2020 .course-section.illust .item-teacher-list li > .text .name {
  background: #DAE5B4;
}

main.next2020 .course-section.illust .item-teacher-list li > .text .job {
  background: #DAE5B4;
}

main.next2020 .course-section.comic-illust .content {
  border-color: #62B076;
}

main.next2020 .course-section.comic-illust .content section:not(:last-child):after {
  background-color: #62B076;
}

main.next2020 .course-section.comic-illust .item-hd:after, main.next2020 .course-section.comic-illust .item-hd span {
  background: -moz-linear-gradient(100% 50% 180deg, #d7e8d7 0%, white 100%);
  background: -webkit-linear-gradient(180deg, #d7e8d7 0%, white 100%);
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, #d7e8d7), color-stop(1, white));
  background: -o-linear-gradient(180deg, #d7e8d7 0%, white 100%);
  background: -ms-linear-gradient(180deg, #d7e8d7 0%, white 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D7E8D7', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(-90deg, #d7e8d7 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#D7E8D7' , GradientType=1);
}

main.next2020 .course-section.comic-illust .item-point .text h4 {
  background-color: #62B076;
}

main.next2020 .course-section.comic-illust .item-curriculum h4:before, main.next2020 .course-section.comic-illust .item-curriculum h4:after {
  background-color: #62B076;
}

main.next2020 .course-section.comic-illust .item-teacher .title:before, main.next2020 .course-section.comic-illust .item-teacher .title:after {
  background-color: #62B076;
}

main.next2020 .course-section.comic-illust .item-column-title p a {
  color: #62B076;
}

main.next2020 .course-section.comic-illust .item-column-title p a:after {
  border-left-color: #62B076;
}

main.next2020 .course-section.comic-illust .item-column-list a {
  border-color: #62B076;
}

main.next2020 .course-section.comic-illust .item-teacher-list li > .text .name {
  background: #D7E8D7;
}

main.next2020 .course-section.comic-illust .item-teacher-list li > .text .job {
  background: #D7E8D7;
}

main.next2020 .course-section.game .content {
  border-color: #009BB4;
}

main.next2020 .course-section.game .content section:not(:last-child):after {
  background-color: #009BB4;
}

main.next2020 .course-section.game .item-hd:after, main.next2020 .course-section.game .item-hd span {
  background: -moz-linear-gradient(100% 50% 180deg, #b6dae3 0%, white 100%);
  background: -webkit-linear-gradient(180deg, #b6dae3 0%, white 100%);
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, #b6dae3), color-stop(1, white));
  background: -o-linear-gradient(180deg, #b6dae3 0%, white 100%);
  background: -ms-linear-gradient(180deg, #b6dae3 0%, white 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B6DAE3', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(-90deg, #b6dae3 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#B6DAE3' , GradientType=1);
}

main.next2020 .course-section.game .item-point .text h4 {
  background-color: #009BB4;
}

main.next2020 .course-section.game .item-curriculum h4:before, main.next2020 .course-section.game .item-curriculum h4:after {
  background-color: #009BB4;
}

main.next2020 .course-section.game .item-teacher .title:before, main.next2020 .course-section.game .item-teacher .title:after {
  background-color: #009BB4;
}

main.next2020 .course-section.game .item-column-title p a {
  color: #009BB4;
}

main.next2020 .course-section.game .item-column-title p a:after {
  border-left-color: #009BB4;
}

main.next2020 .course-section.game .item-column-list a {
  border-color: #009BB4;
}

main.next2020 .course-section.game .item-teacher-list li > .text .name {
  background: #B6DAE3;
}

main.next2020 .course-section.game .item-teacher-list li > .text .job {
  background: #B6DAE3;
}

main.next2020 .course-section.novels .content {
  border-color: #CA4917;
}

main.next2020 .course-section.novels .content section:not(:last-child):after {
  background-color: #CA4917;
}

main.next2020 .course-section.novels .item-hd:after, main.next2020 .course-section.novels .item-hd span {
  background: -moz-linear-gradient(100% 50% 180deg, #e2a87d 0%, white 100%);
  background: -webkit-linear-gradient(180deg, #e2a87d 0%, white 100%);
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, #e2a87d), color-stop(1, white));
  background: -o-linear-gradient(180deg, #e2a87d 0%, white 100%);
  background: -ms-linear-gradient(180deg, #e2a87d 0%, white 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2A87D', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(-90deg, #e2a87d 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#E2A87D' , GradientType=1);
}

main.next2020 .course-section.novels .item-point .text h4 {
  background-color: #CA4917;
}

main.next2020 .course-section.novels .item-curriculum h4:before, main.next2020 .course-section.novels .item-curriculum h4:after {
  background-color: #CA4917;
}

main.next2020 .course-section.novels .item-teacher .title:before, main.next2020 .course-section.novels .item-teacher .title:after {
  background-color: #CA4917;
}

main.next2020 .course-section.novels .item-column-title p a {
  color: #CA4917;
}

main.next2020 .course-section.novels .item-column-title p a:after {
  border-left-color: #CA4917;
}

main.next2020 .course-section.novels .item-column-list a {
  border-color: #CA4917;
}

main.next2020 .course-section.novels .item-teacher-list li > .text .name {
  background: #EDCCB0;
}

main.next2020 .course-section.novels .item-teacher-list li > .text .job {
  background: #EDCCB0;
}

main.next2020 .course-section.figure .content {
  border-color: #0068B3;
}

main.next2020 .course-section.figure .content section:not(:last-child):after {
  background-color: #0068B3;
}

main.next2020 .course-section.figure .item-hd:after, main.next2020 .course-section.figure .item-hd span {
  background: -moz-linear-gradient(100% 50% 180deg, #91a9d7 0%, white 100%);
  background: -webkit-linear-gradient(180deg, #91a9d7 0%, white 100%);
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, #91a9d7), color-stop(1, white));
  background: -o-linear-gradient(180deg, #91a9d7 0%, white 100%);
  background: -ms-linear-gradient(180deg, #91a9d7 0%, white 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#91A9D7', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(-90deg, #91a9d7 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#91A9D7' , GradientType=1);
}

main.next2020 .course-section.figure .item-point .text h4 {
  background-color: #0068B3;
}

main.next2020 .course-section.figure .item-curriculum h4:before, main.next2020 .course-section.figure .item-curriculum h4:after {
  background-color: #0068B3;
}

main.next2020 .course-section.figure .item-teacher .title:before, main.next2020 .course-section.figure .item-teacher .title:after {
  background-color: #0068B3;
}

main.next2020 .course-section.figure .item-column-title p a {
  color: #0068B3;
}

main.next2020 .course-section.figure .item-column-title p a:after {
  border-left-color: #0068B3;
}

main.next2020 .course-section.figure .item-column-list a {
  border-color: #0068B3;
}

main.next2020 .course-section.figure .item-teacher-list li > .text .name {
  background: #BECBE8;
}

main.next2020 .course-section.figure .item-teacher-list li > .text .job {
  background: #BECBE8;
}

main.next2020 .course-title h2 {
  margin: -20px -20px 20px;
  line-height: 0;
}

main.next2020 .course-title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next2020 .course-title h3 span:nth-child(1) {
  line-height: 0;
  margin-left: 20px;
  margin-right: 25px;
}

main.next2020 .course-title h3 span:nth-child(2) {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  color: #64697B;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}

main.next2020 .course-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
}

main.next2020 .course-index > li {
  margin: 0 20px 20px 0;
  width: calc(50% - 20px);
}

main.next2020 .course-index > li:nth-child(1) .item-link .text a {
  color: #D78113;
}

main.next2020 .course-index > li:nth-child(1) .item-text dt {
  background-color: #D78113;
}

main.next2020 .course-index > li:nth-child(1) .item-text dd {
  border-color: #D78113;
  background: #F7E8D0;
}

main.next2020 .course-index > li:nth-child(2) .item-link .text a {
  color: #CD2565;
}

main.next2020 .course-index > li:nth-child(2) .item-text dt {
  background-color: #CD2565;
}

main.next2020 .course-index > li:nth-child(2) .item-text dd {
  border-color: #CD2565;
  background: #ECD4D8;
}

main.next2020 .course-index > li:nth-child(3) .item-link .text a {
  color: #99BF44;
}

main.next2020 .course-index > li:nth-child(3) .item-text dt {
  background-color: #99BF44;
}

main.next2020 .course-index > li:nth-child(3) .item-text dd {
  border-color: #99BF44;
  background: #DAE5B4;
}

main.next2020 .course-index > li:nth-child(4) .item-link .text a {
  color: #70B173;
}

main.next2020 .course-index > li:nth-child(4) .item-text dt {
  background-color: #70B173;
}

main.next2020 .course-index > li:nth-child(4) .item-text dd {
  border-color: #70B173;
  background: #edffed;
}

main.next2020 .course-index > li:nth-child(5) .item-link .text a {
  color: #009BB4;
}

main.next2020 .course-index > li:nth-child(5) .item-text dt {
  background-color: #009BB4;
}

main.next2020 .course-index > li:nth-child(5) .item-text dd {
  border-color: #009BB4;
  background: #B6DAE3;
}

main.next2020 .course-index > li:nth-child(6) .item-link .text a {
  color: #CA4917;
}

main.next2020 .course-index > li:nth-child(6) .item-text dt {
  background-color: #CA4917;
}

main.next2020 .course-index > li:nth-child(6) .item-text dd {
  border-color: #CA4917;
  background: #EDCCB0;
}

main.next2020 .course-index > li:nth-child(7) .item-link .text a {
  color: #0068B3;
}

main.next2020 .course-index > li:nth-child(7) .item-text dt {
  background-color: #0068B3;
}

main.next2020 .course-index > li:nth-child(7) .item-text dd {
  border-color: #0068B3;
  background: #BECBE8;
}

main.next2020 .course-index .item-link {
  position: relative;
  margin-bottom: 5px;
}

main.next2020 .course-index .item-link > a {
  display: block;
  line-height: 0;
  text-align: center;
}

main.next2020 .course-index .item-link .text {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 15px;
  padding-top: 10%;
  text-align: left;
}

main.next2020 .course-index .item-link h4 {
  color: #65697A;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
}

main.next2020 .course-index .item-link ul li {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

main.next2020 .course-index .item-link ul li a {
  text-decoration: underline;
}

main.next2020 .course-index .item-link ul li a:hover {
  text-decoration: none;
}

main.next2020 .course-index .item-text dt {
  background: #D78113;
  color: #FFF;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  text-align: center;
}

main.next2020 .course-index .item-text dd {
  border: 1px solid #D78113;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #F3DBB7;
}

main.next2020 .course-index .item-text dd ul {
  width: calc(50% - 5px);
}

main.next2020 .course-index .item-text dd ul li {
  background: #fff;
  padding: 5px 10px;
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 1.3;
}

main.next2020 .course-index .item-text dd ul li:not(:last-child) {
  margin-bottom: 3px;
}

main.next2020 .text-block:not(:last-child) {
  margin-bottom: 30px;
}

main.next2020 .border-box {
  border: 2px solid #62B076;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
}

main.next2020 .border-box:not(:last-child) {
  margin-bottom: 30px;
}

main.next2020 .border-box .item-hd {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #62B076;
  line-height: 1.3;
}

main.next2020 .border-box .item-hd:not(:last-child) {
  margin-bottom: 15px;
}

main.next2020 .border-box.blue {
  border-color: #0080C8;
}

main.next2020 .border-box.blue .item-hd {
  color: #0080C8;
}

main.next2020 .qualification-block {
  border: 2px solid #0080C8;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
}

main.next2020 .qualification-block:not(:last-child) {
  margin-bottom: 20px;
}

main.next2020 .qualification-block dt {
  width: 140px;
}

main.next2020 .qualification-block dd {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .bg-box {
  background: #f3f3f3;
  padding: 20px;
}

main.next2020 .bg-box:not(:last-child) {
  margin-bottom: 30px;
}

main.next2020 .faq-list > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 15px;
  border-left: 2px solid #0080C8;
  border-right: 2px solid #0080C8;
}

main.next2020 .faq-list > * > span {
  width: 40px;
  text-align: right;
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 15px;
  font-family: "Helvetica", sans-serif;
}

main.next2020 .faq-list > * > div {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .faq-list dt {
  background: #0080C8;
  color: #FFF;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
}

main.next2020 .faq-list dt > span {
  padding-top: 3px;
}

main.next2020 .faq-list dd {
  border-color: #CCCCCC;
}

main.next2020 .faq-list dd > span {
  color: #FF4150;
}

main.next2020 .faq-list dd:last-child {
  border-bottom: 2px solid #CCCCCC;
}

main.next2020 .faq-list dd > div > *:not(:last-child) {
  margin-bottom: 10px;
}

main.next2020 .rank-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  text-indent: 0;
}

main.next2020 .rank-list li:not(:last-child) {
  margin-bottom: 10px;
}

main.next2020 .rank-list li:before {
  display: none;
}

main.next2020 .rank-list li .rank {
  width: 110px;
  text-align: center;
  margin-right: 15px;
  background: #e40065;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 0;
}

main.next2020 .rank-list li .txt {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .tel-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next2020 .tel-block > *:nth-child(1) {
  line-height: 0;
  margin-right: 15px;
}

main.next2020 .tel-block > *:nth-child(2) {
  color: #0080C8;
  font-family: "Helvetica", sans-serif;
  font-size: 26px;
  font-size: 1.7333333333rem;
  font-weight: bold;
}

main.next2020 .img-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -40px;
}

main.next2020 .img-text-block > * {
  margin-right: 40px;
}

main.next2020 .img-text-block .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .img-text-block .item-text .hd {
  font-size: 28px;
  font-size: 1.8666666667rem;
  font-weight: bold;
  color: #35B0F9;
  line-height: 1.4;
  margin-bottom: 20px;
}

main.next2020 .img-text-block .item-img {
  line-height: 0;
}

main.next2020 .course-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
}

main.next2020 .course-list:not(:last-child) {
  margin-bottom: 10px;
}

main.next2020 .course-list + .sup {
  margin-top: -20px;
}

main.next2020 .course-list li {
  width: calc(50% - 20px);
  margin: 0 20px 20px 0;
  line-height: 0;
}

main.next2020 form .l_col1 {
  border-top: 1px solid #2aaffc;
}

main.next2020 .inquiry_table {
  margin: 0;
  border-left: 1px solid #2aaffc;
  border-right: 1px solid #2aaffc;
  border-bottom: 1px solid #2aaffc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next2020 .inquiry_table dt {
  width: 30%;
  margin: 0;
  padding: 15px;
  background-color: #f3f3f3;
  font-size: 16px;
  color: #231815;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next2020 .inquiry_table dt .text-red {
  color: #FF4150;
}

main.next2020 .inquiry_table dd {
  width: 70%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next2020 .inquiry_table .txt1 {
  padding-top: 5px;
  font-size: 12px;
  font-size: 0.8rem;
}

main.next2020 .inquiry_table.address .inquiry_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next2020 .inquiry_table.address .inquiry_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 10px;
}

main.next2020 .inquiry_table.address .inquiry_ul li label {
  width: 200px;
  text-align: center;
}

main.next2020 .inquiry_table.address .inquiry_ul li:last-of-type {
  margin-right: 0;
}

main.next2020 .inquiry_table.tel .inquiry_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next2020 .inquiry_table.tel li {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next2020 .inquiry_table.tel li label {
  width: 50px;
  text-align: center;
}

main.next2020 .inquiry_table .postal label {
  margin-right: 10px;
}

main.next2020 .inquiry_table .postal input {
  width: 230px;
}

main.next2020 .inquiry_table .moyori {
  margin-left: -10px;
}

main.next2020 .inquiry_table .moyori span {
  display: -moz-inline-box;
  display: inline-block;
  margin-left: 10px;
}

main.next2020 .inquiry_table .moyori br {
  display: none;
}

main#spring-session-detail.next2020 {
  background: #FFF url(../img/next/spring-session-detail/bg@2x.png) no-repeat center top;
  background-size: 100% auto;
}

main#spring-session-detail.next2020 .title-block {
  margin-left: -50px;
  margin-right: -13px;
  position: relative;
}

main#spring-session-detail.next2020 .title-block .btn-form {
  position: absolute;
  width: calc(865/965*100%);
  height: calc(65/1280*100vw);
  display: block;
  position: absolute;
  left: calc(40/965*100%);
  bottom: calc(63/1280*100vw);
  font-size: 0;
}

main#spring-session-detail.next2020 #access {
  box-shadow: 7px 8px 11px 1px rgba(0, 80, 204, 0.45);
}

main#spring-session-detail.next2020 #access h2 {
  line-height: 0;
  border-left: solid 5px #FFF;
  border-right: solid 5px #FFF;
  border-top: solid 5px #FFF;
}

main#spring-session-detail.next2020 #access .access-content {
  padding: 40px 30px 15px;
  background: url(../img/next/spring-session-detail/bg-access@2x.png) no-repeat center top;
  border: solid 5px #FFF;
}

main#spring-session-detail.next2020 #access .g-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 20px;
}

main#spring-session-detail.next2020 #access .g-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

main#spring-session-detail.next2020 #access #contact {
  border: 2px solid #0050cc;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
}

main#spring-session-detail.next2020 #access #contact h3 {
  background-color: #0050cc;
  width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFF;
}

main#spring-session-detail.next2020 #access #contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 10px 20px;
}

main#spring-session-detail.next2020 #access #contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #0050CC;
}

main#spring-session-detail.next2020 #access #contact ul li img {
  margin-right: 20px;
}

main.next2020 .index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17px -25px 0;
}

main.next2020 .index-list li {
  width: calc(33.3333% - 17px);
  margin: 0 17px 25px 0;
}

main.next2020 .index-list .item-img {
  line-height: 0;
  margin-bottom: 5px;
}

main.next2020 .index-list .item-hd {
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  background: url(../img/next/bg-hd_sml.jpg) no-repeat left center/auto 37px;
  line-height: 0;
  margin-bottom: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .index-list .item-hd {
    background-image: url(../img/next/bg-hd_sml@2x.jpg);
  }
}

main.next2020 .index-list .item-text {
  font-size: 13px;
  font-size: 0.8666666667rem;
}

main.next2020 .works-contents .item-title {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

main.next2020 .works-contents .item-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

main.next2020 .works-contents .item-title > * {
  position: relative;
}

main.next2020 .works-contents .item-title .text {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 0;
  margin-bottom: 5px;
  background: url(../img/next/works/bg-text.jpg) no-repeat left center/auto 42px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .works-contents .item-title .text {
    background-image: url(../img/next/works/bg-text@2x.jpg);
  }
}

main.next2020 .works-contents .item-title .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-right: -10px;
}

main.next2020 .works-contents .item-title .tabs > li {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-top: 10px;
  padding-bottom: 9px;
  margin-right: 10px;
}

main.next2020 .works-contents .item-title .tabs > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  border-top: 6px solid #F08300;
  border-bottom: 6px solid #F08300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next2020 .works-contents .item-title .tabs > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 1.2;
  color: #666666;
  border: 2px solid #F08300;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

main.next2020 .works-contents .item-title .tabs > li a:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -13px;
  width: calc(100% + 4px);
  height: 67px;
  background: no-repeat left center / auto 67px;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

main.next2020 .works-contents .item-title .tabs > li a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main.next2020 .works-contents .item-title .tabs > li.current:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

main.next2020 .works-contents .item-title .tabs > li.current a:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(1) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_01.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .works-contents .item-title .tabs > li:nth-child(1) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_01@2x.png);
  }
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(2):before {
  border-color: #E50065;
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(2) a {
  border-color: #E50065;
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(2) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_02.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .works-contents .item-title .tabs > li:nth-child(2) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_02@2x.png);
  }
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(3):before {
  border-color: #8FC31F;
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(3) a {
  border-color: #8FC31F;
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(3) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_03.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .works-contents .item-title .tabs > li:nth-child(3) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_03@2x.png);
  }
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(4):before {
  border-color: #3EB370;
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(4) a {
  border-color: #3EB370;
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(4) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_04.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .works-contents .item-title .tabs > li:nth-child(4) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_04@2x.png);
  }
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(5):before {
  border-color: #009FB9;
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(5) a {
  border-color: #009FB9;
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(5) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_05.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .works-contents .item-title .tabs > li:nth-child(5) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_05@2x.png);
  }
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(6):before {
  border-color: #E94709;
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(6) a {
  border-color: #E94709;
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(6) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_06.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .works-contents .item-title .tabs > li:nth-child(6) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_06@2x.png);
  }
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(7):before {
  border-color: #0068B7;
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(7) a {
  border-color: #0068B7;
}

main.next2020 .works-contents .item-title .tabs > li:nth-child(7) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_07.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .works-contents .item-title .tabs > li:nth-child(7) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_07@2x.png);
  }
}

main.next2020 .works-contents .item-content .tab {
  border: 10px solid #F08300;
  background: #fff;
  padding: 10px;
  display: none;
}

main.next2020 .works-contents .item-content .tab.current {
  display: block;
}

main.next2020 .works-contents .item-content .tab h2 {
  line-height: 0;
}

main.next2020 .works-contents .item-content .tab h2:not(:last-child) {
  margin-bottom: 10px;
}

main.next2020 .works-contents .item-content .tab section:not(:last-child) {
  margin-bottom: 25px;
}

main.next2020 .works-contents .item-content .tab h3 {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  padding-left: 5px;
  padding-right: 5px;
}

main.next2020 .works-contents .item-content .tab h3:not(:last-child) {
  margin-bottom: 15px;
}

main.next2020 .works-contents .item-content .tab h3:before {
  content: "■";
  margin-right: 5px;
}

main.next2020 .works-contents .item-content .tab h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: -1;
  bottom: 0;
  background: -moz-linear-gradient(0% 50% 0deg, #e7ebfa 0%, #848ba2 100%);
  background: -webkit-linear-gradient(0deg, #e7ebfa 0%, #848ba2 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e7ebfa), color-stop(1, #848ba2));
  background: -o-linear-gradient(0deg, #e7ebfa 0%, #848ba2 100%);
  background: -ms-linear-gradient(0deg, #e7ebfa 0%, #848ba2 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E7EBFA', endColorstr='#848BA2' ,GradientType=0)";
  background: linear-gradient(90deg, #e7ebfa 0%, #848ba2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E7EBFA',endColorstr='#848BA2' , GradientType=1);
}

main.next2020 .works-contents .item-content .tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -18px -14px -10px;
}

main.next2020 .works-contents .item-content .tab ul:not(:last-child) {
  margin-bottom: 6px;
}

main.next2020 .works-contents .item-content .tab ul li {
  line-height: 0;
  margin: 0 8px 14px 0;
  width: calc(100% / 6 - 8px);
}

main.next2020 .works-contents .item-content .tab ul li.lg {
  width: calc(100% / 3 - 8px);
}

main.next2020 .works-contents .item-content .tab ul li img {
  width: 100%;
}

main.next2020 .works-contents .item-content .tab.anime {
  border-color: #D78113;
}

main.next2020 .works-contents .item-content .tab.anime h3 {
  color: #D78113;
}

main.next2020 .works-contents .item-content .tab.voice {
  border-color: #CD2565;
}

main.next2020 .works-contents .item-content .tab.voice h3 {
  color: #CD2565;
}

main.next2020 .works-contents .item-content .tab.illust {
  border-color: #99BF44;
}

main.next2020 .works-contents .item-content .tab.illust h3 {
  color: #99BF44;
}

main.next2020 .works-contents .item-content .tab.comic-illust {
  border-color: #62B076;
}

main.next2020 .works-contents .item-content .tab.comic-illust h3 {
  color: #62B076;
}

main.next2020 .works-contents .item-content .tab.game {
  border-color: #009BB4;
}

main.next2020 .works-contents .item-content .tab.game h3 {
  color: #009BB4;
}

main.next2020 .works-contents .item-content .tab.novels {
  border-color: #CA4917;
}

main.next2020 .works-contents .item-content .tab.novels h3 {
  color: #CA4917;
}

main.next2020 .works-contents .item-content .tab.figure {
  border-color: #0068B3;
}

main.next2020 .works-contents .item-content .tab.figure h3 {
  color: #0068B3;
}

main.next2020 .pagenation {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}

main.next2020 .pagenation a {
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
}

main.next2020 .next-prev {
  margin-top: 20px;
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
}

main.next2020 .floor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -25px 0;
}

main.next2020 .floor-list li {
  width: calc(33.3333% - 20px);
  margin: 0 20px 25px 0;
  padding-bottom: 25px;
  position: relative;
}

main.next2020 .floor-list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  bottom: 0;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  background: #7F76B1;
}

main.next2020 .floor-list li.lg {
  width: calc(50% - 20px);
}

main.next2020 .floor-list .item-hd {
  line-height: 0;
}

main.next2020 .floor-list .item-img {
  line-height: 0;
  margin-bottom: 10px;
}

main.next2020 .floor-list .item-text {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.5;
}

main.next2020 .support-block:not(:last-child) {
  margin-bottom: 40px;
}

main.next2020 .support-block .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next2020 .support-block .item-title:not(:last-child) {
  margin-bottom: 20px;
}

main.next2020 .support-block .item-title h3 {
  width: 200px;
  margin-right: 20px;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background: #FFFF7D;
}

main.next2020 .support-block .item-title h3.color-02 {
  background-color: #C8FFE6;
}

main.next2020 .support-block .item-title p {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .support-block .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -20px;
}

main.next2020 .support-block .item-list ul {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 20px;
}

main.next2020 .support-block .item-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next2020 .support-block .item-list ul li:not(:last-child) {
  margin-bottom: 20px;
}

main.next2020 .support-block .item-list ul li > .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-bottom: 2px solid #D78113;
}

main.next2020 .support-block .item-list ul li > .text .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #D78113;
  padding: 3px 3px 3px 10px;
  color: #FFF;
}

main.next2020 .support-block .item-list ul li > .text .title h4 {
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin-right: auto;
}

main.next2020 .support-block .item-list ul li > .text .title span {
  font-size: 10px;
  font-size: 0.6666666667rem;
  background: rgba(255, 255, 255, 0.6);
  color: #000000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 22px;
  width: 70px;
  line-height: 1.1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next2020 .support-block .item-list ul li > .text .text {
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  padding: 5px;
  line-height: 1.3;
}

main.next2020 .support-block .item-list ul li > .img {
  line-height: 0;
  max-width: 35%;
}

main.next2020 .support-block .item-list ul li.voice > .text {
  border-bottom-color: #CD2565;
}

main.next2020 .support-block .item-list ul li.voice > .text .title {
  background-color: #CD2565;
}

main.next2020 .support-block .item-list ul li.illust > .text {
  border-bottom-color: #99BF44;
}

main.next2020 .support-block .item-list ul li.illust > .text .title {
  background-color: #99BF44;
}

main.next2020 .support-block .item-list ul li.comic-illust > .text {
  border-bottom-color: #62B076;
}

main.next2020 .support-block .item-list ul li.comic-illust > .text .title {
  background-color: #62B076;
}

main.next2020 .support-block .item-list ul li.game > .text {
  border-bottom-color: #009BB4;
}

main.next2020 .support-block .item-list ul li.game > .text .title {
  background-color: #009BB4;
}

main.next2020 .support-block .item-list ul li.novels > .text {
  border-bottom-color: #CA4917;
}

main.next2020 .support-block .item-list ul li.novels > .text .title {
  background-color: #CA4917;
}

main.next2020 .support-block .item-list ul li.figure > .text {
  border-bottom-color: #0068B3;
}

main.next2020 .support-block .item-list ul li.figure > .text .title {
  background-color: #0068B3;
}

main.next2020 .support-block + a {
  line-height: 0;
  margin-top: -20px;
  display: block;
}

main.next2020 .partner-block:not(:last-child) {
  margin-bottom: 20px;
}

main.next2020 .partner-block .item-hd {
  background: #C5E199;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  padding: 5px 15px;
  margin-bottom: 15px;
}

main.next2020 .partner-block .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

main.next2020 .partner-block .item-list ul {
  width: calc(50% - 10px);
}

main.next2020 .partner-block .item-list ul li {
  text-indent: -1em;
  padding-left: 1em;
}

main.next2020 .partner-block .item-list p {
  padding-top: 10px;
  width: 100%;
  text-align: right;
}

main.next2020 .special-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -20px;
}

main.next2020 .special-list > ul {
  width: calc(50% - 20px);
  margin-right: 20px;
}

main.next2020 .special-list > ul li {
  border-bottom: 4px solid #D78113;
  padding-bottom: 10px;
}

main.next2020 .special-list > ul li:not(:last-child) {
  margin-bottom: 20px;
}

main.next2020 .special-list > ul li.voice {
  border-bottom-color: #CD2565;
}

main.next2020 .special-list > ul li.voice .item-title {
  background: #CD2565;
  border-bottom-color: #CD2565;
}

main.next2020 .special-list > ul li.voice .item-title p {
  background: #ECD4D8;
}

main.next2020 .special-list > ul li.illust {
  border-bottom-color: #99BF44;
}

main.next2020 .special-list > ul li.illust .item-title {
  background: #99BF44;
  border-bottom-color: #99BF44;
}

main.next2020 .special-list > ul li.illust .item-title p {
  background: #DAE5B4;
}

main.next2020 .special-list > ul li.comic-illust {
  border-bottom-color: #62B076;
}

main.next2020 .special-list > ul li.comic-illust .item-title {
  background: #62B076;
  border-bottom-color: #62B076;
}

main.next2020 .special-list > ul li.comic-illust .item-title p {
  background: #D7E8D7;
}

main.next2020 .special-list > ul li.game {
  border-bottom-color: #009BB4;
}

main.next2020 .special-list > ul li.game .item-title {
  background: #009BB4;
  border-bottom-color: #009BB4;
}

main.next2020 .special-list > ul li.game .item-title p {
  background: #B6DAE3;
}

main.next2020 .special-list > ul li.novels {
  border-bottom-color: #CA4917;
}

main.next2020 .special-list > ul li.novels .item-title {
  background: #CA4917;
  border-bottom-color: #CA4917;
}

main.next2020 .special-list > ul li.novels .item-title p {
  background: #EDCCB0;
}

main.next2020 .special-list > ul li.figure {
  border-bottom-color: #0068B3;
}

main.next2020 .special-list > ul li.figure .item-title {
  background: #0068B3;
  border-bottom-color: #0068B3;
}

main.next2020 .special-list > ul li.figure .item-title p {
  background: #BECBE8;
}

main.next2020 .special-list > ul .item-title {
  background: #D78113;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
  padding-top: 0;
  border-bottom: 2px solid #D78113;
}

main.next2020 .special-list > ul .item-title h3 {
  color: #FFF;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 21px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 1.4;
}

main.next2020 .special-list > ul .item-title span {
  font-size: 10px;
  font-size: 0.6666666667rem;
  background: rgba(255, 255, 255, 0.6);
  color: #000000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 22px;
  width: 70px;
  line-height: 1.1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next2020 .special-list > ul .item-title p {
  width: calc(100% + 6px);
  margin-left: -3px;
  margin-right: -3px;
  background: #F3DBB7;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
}

main.next2020 .special-list > ul .item-text {
  padding-top: 10px;
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 1.6;
}

main.next2020 .special-list > ul .item-text:after {
  clear: both;
  display: block;
  content: '';
}

@media screen and (min-width: 901px) {
  main.next2020 .special-list > ul .item-text {
    min-height: 250px;
  }
}

main.next2020 .special-list > ul .item-text img {
  float: right;
  margin: 0 0 10px 10px;
  max-width: 55%;
}

main.next2020 .debut-contents .item-title {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

main.next2020 .debut-contents .item-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

main.next2020 .debut-contents .item-title > * {
  position: relative;
}

main.next2020 .debut-contents .item-title .text {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 0;
  margin-bottom: 5px;
  background: url(../img/next/works/bg-text.jpg) no-repeat left center/auto 42px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .debut-contents .item-title .text {
    background-image: url(../img/next/works/bg-text@2x.jpg);
  }
}

main.next2020 .debut-contents .item-title .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-right: -10px;
}

main.next2020 .debut-contents .item-title .tabs > li {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-top: 10px;
  padding-bottom: 9px;
  margin-right: 10px;
}

main.next2020 .debut-contents .item-title .tabs > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  border-top: 6px solid #F08300;
  border-bottom: 6px solid #F08300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next2020 .debut-contents .item-title .tabs > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 1.2;
  color: #666666;
  border: 2px solid #F08300;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

main.next2020 .debut-contents .item-title .tabs > li a:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -13px;
  width: calc(100% + 4px);
  height: 67px;
  background: no-repeat left center / auto 67px;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

main.next2020 .debut-contents .item-title .tabs > li a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main.next2020 .debut-contents .item-title .tabs > li.current:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

main.next2020 .debut-contents .item-title .tabs > li.current a:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(1) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_01.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .debut-contents .item-title .tabs > li:nth-child(1) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_01@2x.png);
  }
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(2):before {
  border-color: #E50065;
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(2) a {
  border-color: #E50065;
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(2) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_02.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .debut-contents .item-title .tabs > li:nth-child(2) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_02@2x.png);
  }
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(3):before {
  border-color: #8FC31F;
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(3) a {
  border-color: #8FC31F;
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(3) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_03.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .debut-contents .item-title .tabs > li:nth-child(3) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_03@2x.png);
  }
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(4):before {
  border-color: #3EB370;
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(4) a {
  border-color: #3EB370;
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(4) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_04.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .debut-contents .item-title .tabs > li:nth-child(4) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_04@2x.png);
  }
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(5):before {
  border-color: #009FB9;
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(5) a {
  border-color: #009FB9;
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(5) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_05.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .debut-contents .item-title .tabs > li:nth-child(5) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_05@2x.png);
  }
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(6):before {
  border-color: #E94709;
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(6) a {
  border-color: #E94709;
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(6) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_06.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .debut-contents .item-title .tabs > li:nth-child(6) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_06@2x.png);
  }
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(7):before {
  border-color: #0068B7;
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(7) a {
  border-color: #0068B7;
}

main.next2020 .debut-contents .item-title .tabs > li:nth-child(7) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_07.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .debut-contents .item-title .tabs > li:nth-child(7) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_07@2x.png);
  }
}

main.next2020 .debut-contents .item-content .tab {
  border: 10px solid #F08300;
  background: #fff;
  padding: 10px;
  display: none;
}

main.next2020 .debut-contents .item-content .tab.current {
  display: block;
}

main.next2020 .debut-contents .item-content .tab.anime {
  border-color: #D78113;
}

main.next2020 .debut-contents .item-content .tab.anime h3, main.next2020 .debut-contents .item-content .tab.anime h5 {
  background-color: #D78113;
}

main.next2020 .debut-contents .item-content .tab.anime h4 {
  color: #D78113;
}

main.next2020 .debut-contents .item-content .tab.anime h6, main.next2020 .debut-contents .item-content .tab.anime .column-block > * {
  border-color: #D78113;
}

main.next2020 .debut-contents .item-content .tab.voice {
  border-color: #CD2565;
}

main.next2020 .debut-contents .item-content .tab.voice h3, main.next2020 .debut-contents .item-content .tab.voice h5 {
  background-color: #CD2565;
}

main.next2020 .debut-contents .item-content .tab.voice h4 {
  color: #CD2565;
}

main.next2020 .debut-contents .item-content .tab.voice h6, main.next2020 .debut-contents .item-content .tab.voice .column-block > * {
  border-color: #CD2565;
}

main.next2020 .debut-contents .item-content .tab.illust {
  border-color: #99BF44;
}

main.next2020 .debut-contents .item-content .tab.illust h3, main.next2020 .debut-contents .item-content .tab.illust h5 {
  background-color: #99BF44;
}

main.next2020 .debut-contents .item-content .tab.illust h4 {
  color: #99BF44;
}

main.next2020 .debut-contents .item-content .tab.illust h6, main.next2020 .debut-contents .item-content .tab.illust .column-block > * {
  border-color: #99BF44;
}

main.next2020 .debut-contents .item-content .tab.comic-illust {
  border-color: #62B076;
}

main.next2020 .debut-contents .item-content .tab.comic-illust h3, main.next2020 .debut-contents .item-content .tab.comic-illust h5 {
  background-color: #62B076;
}

main.next2020 .debut-contents .item-content .tab.comic-illust h4 {
  color: #62B076;
}

main.next2020 .debut-contents .item-content .tab.comic-illust h6, main.next2020 .debut-contents .item-content .tab.comic-illust .column-block > * {
  border-color: #62B076;
}

main.next2020 .debut-contents .item-content .tab.game {
  border-color: #009BB4;
}

main.next2020 .debut-contents .item-content .tab.game h3, main.next2020 .debut-contents .item-content .tab.game h5 {
  background-color: #009BB4;
}

main.next2020 .debut-contents .item-content .tab.game h4 {
  color: #009BB4;
}

main.next2020 .debut-contents .item-content .tab.game h6, main.next2020 .debut-contents .item-content .tab.game .column-block > * {
  border-color: #009BB4;
}

main.next2020 .debut-contents .item-content .tab.novels {
  border-color: #CA4917;
}

main.next2020 .debut-contents .item-content .tab.novels h3, main.next2020 .debut-contents .item-content .tab.novels h5 {
  background-color: #CA4917;
}

main.next2020 .debut-contents .item-content .tab.novels h4 {
  color: #CA4917;
}

main.next2020 .debut-contents .item-content .tab.novels h6, main.next2020 .debut-contents .item-content .tab.novels .column-block > * {
  border-color: #CA4917;
}

main.next2020 .debut-contents .item-content .tab.figure {
  border-color: #0068B3;
}

main.next2020 .debut-contents .item-content .tab.figure h3, main.next2020 .debut-contents .item-content .tab.figure h5 {
  background-color: #0068B3;
}

main.next2020 .debut-contents .item-content .tab.figure h4 {
  color: #0068B3;
}

main.next2020 .debut-contents .item-content .tab.figure h6, main.next2020 .debut-contents .item-content .tab.figure .column-block > * {
  border-color: #0068B3;
}

main.next2020 .debut-contents .item-content h2 {
  line-height: 0;
  margin-left: -1px;
  margin-right: -2px;
}

main.next2020 .debut-contents .item-content h2:not(:last-child) {
  margin-bottom: 10px;
}

main.next2020 .debut-contents .item-content h3 {
  background: #D78113;
  color: #FFF;
  padding: 10px;
  line-height: 1.2;
  font-size: 21px;
  font-size: 1.4rem;
  margin-bottom: 4px;
}

main.next2020 .debut-contents .item-content h3 span {
  display: block;
}

main.next2020 .debut-contents .item-content h3 span.sml {
  font-size: 18px;
  font-size: 1.2rem;
}

main.next2020 .debut-contents .item-content h3 span.lg {
  font-size: 24px;
  font-size: 1.6rem;
}

main.next2020 .debut-contents .item-content h4 {
  background: #FFFFD0;
  color: #D78113;
  padding: 10px;
  line-height: 1.2;
  font-size: 21px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4px;
}

main.next2020 .debut-contents .item-content h5 {
  background: #D78113;
  color: #FFF;
  padding: 10px;
  line-height: 1.2;
  font-size: 21px;
  font-size: 1.4rem;
  margin-bottom: 4px;
}

main.next2020 .debut-contents .item-content h6 {
  border: 1px solid #D78113;
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 1.2;
  margin-bottom: 4px;
}

main.next2020 .debut-contents .item-content h6 span {
  font-size: 12px;
  font-size: 0.8rem;
  margin-left: 5px;
}

main.next2020 .debut-contents .item-content .img {
  text-align: center;
  line-height: 0;
}

main.next2020 .debut-contents .item-content .img:not(:last-child) {
  margin-bottom: 10px;
}

main.next2020 .debut-contents .item-content .text {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.5;
}

main.next2020 .debut-contents .item-content .text:after {
  clear: both;
  display: block;
  content: '';
}

main.next2020 .debut-contents .item-content .text p {
  word-break: break-all;
}

main.next2020 .debut-contents .item-content .text:not(:last-child) {
  margin-bottom: 15px;
}

main.next2020 .debut-contents .item-content .text img {
  max-width: 40%;
}

main.next2020 .debut-contents .item-content .text img.lg {
  max-width: 55%;
}

main.next2020 .debut-contents .item-content .text img.left {
  float: left;
  margin: 0 10px 5px 0;
}

main.next2020 .debut-contents .item-content .text img.right {
  float: right;
  margin: 0 0 5px 10px;
}

main.next2020 .debut-contents .item-content .credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-right: -10px;
}

main.next2020 .debut-contents .item-content .credit > * {
  margin-right: 10px;
}

main.next2020 .debut-contents .item-content .credit > span {
  line-height: 0;
}

main.next2020 .debut-contents .item-content .credit > span:last-child {
  position: relative;
  margin-top: -100px;
  margin-bottom: -15px;
}

main.next2020 .debut-contents .item-content .credit p {
  font-size: 10px;
  font-size: 0.6666666667rem;
}

main.next2020 .debut-contents .item-content .btns {
  background: #FFFFBE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 0;
  padding: 8px 0;
}

main.next2020 .debut-contents .item-content .btns > * {
  margin-left: 10px;
  margin-right: 10px;
}

main.next2020 .debut-contents .item-content .column-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}

main.next2020 .debut-contents .item-content .column-block:not(:last-child) {
  margin-bottom: -10px;
}

main.next2020 .debut-contents .item-content .column-block > * {
  width: calc(50% - 20px);
  margin-right: 20px;
  border-bottom: 2px solid #D78113;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

main.next2020 .debut-contents .item-content .column-block .item-img {
  line-height: 0;
}

@media screen and (min-width: 701px) {
  main.next2020 .debut-contents .item-content .column-block .item-img.bottom {
    position: relative;
  }
  main.next2020 .debut-contents .item-content .column-block .item-img.bottom img {
    position: absolute;
    bottom: 5px;
  }
}

main.next2020 .debut-contents .item-content .column-block .item-comment > div:not(:last-child) {
  margin-bottom: 10px;
}

main.next2020 .debut-contents .item-content section:not(:last-child) {
  margin-bottom: 25px;
}

main.next2020 .collabo-block .content {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 701px) {
  main.next2020 .collabo-block .item-title {
    line-height: 0;
  }
  main.next2020 .collabo-block .item-title img:nth-child(2) {
    display: none;
  }
  main.next2020 .collabo-block .item-text {
    font-size: 14px;
    font-size: 0.9333333333rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 90px;
    width: 50%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6;
  }
  main.next2020 .collabo-block .item-img-01, main.next2020 .collabo-block .item-img-02 {
    display: none;
  }
  main.next2020 .collabo-block .item-youtube {
    position: absolute;
    right: 0;
    bottom: 20px;
    line-height: 0;
  }
}

main.next2020 .message-block .content {
  background: #fff;
  border: 10px solid;
  padding: 10px;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #231815;
}

main.next2020 .message-block .content > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

main.next2020 .message-block .content > section:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 10px;
  position: relative;
}

main.next2020 .message-block .content > section:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  bottom: 0;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

main.next2020 .message-block .content > section > * {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .message-block .content > section > *:not(:last-child) {
  margin-right: 20px;
}

main.next2020 .message-block .item-title {
  line-height: 0;
  margin-bottom: 10px;
}

main.next2020 .message-block .item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next2020 .message-block .item-left h3 {
  padding: 10px;
  font-size: 23px;
  font-size: 1.5333333333rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  width: 100%;
}

main.next2020 .message-block .item-left > .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .message-block .item-left > .text .company {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
  border: 1px solid;
  padding: 5px;
  margin-bottom: 5px;
}

main.next2020 .message-block .item-left > .text .company small {
  font-size: 12px;
  font-size: 0.8rem;
  display: block;
}

main.next2020 .message-block .item-left > .text .name {
  border-bottom: 1px solid #595858;
  font-size: 26px;
  font-size: 1.7333333333rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}

main.next2020 .message-block .item-left > .text .text {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.6;
  word-break: break-word;
}

main.next2020 .message-block .item-left .img {
  line-height: 0;
  margin-left: 10px;
}

main.next2020 .message-block .item-text {
  font-size: 17px;
  font-size: 1.1333333333rem;
  word-break: break-word;
}

main.next2020 .message-block .item-text p:not(:last-child) {
  margin-bottom: 10px;
}

main.next2020 .message-block.anime .content {
  border-color: #D78113;
}

main.next2020 .message-block.anime .content > section:after {
  background-color: #D78113;
}

main.next2020 .message-block.anime .item-left h3 {
  background-color: #F3DBB7;
}

main.next2020 .message-block.anime .item-left > .text .company {
  border-color: #D78113;
}

main.next2020 .message-block.anime .item-left > .text .text strong {
  color: #D78113;
}

main.next2020 .message-block.voice .content {
  border-color: #CD2565;
}

main.next2020 .message-block.voice .content > section:after {
  background-color: #CD2565;
}

main.next2020 .message-block.voice .item-left h3 {
  background-color: #ECD4D8;
}

main.next2020 .message-block.voice .item-left > .text .company {
  border-color: #CD2565;
}

main.next2020 .message-block.voice .item-left > .text .text strong {
  color: #CD2565;
}

main.next2020 .message-block.illust .content {
  border-color: #99BF44;
}

main.next2020 .message-block.illust .content > section:after {
  background-color: #99BF44;
}

main.next2020 .message-block.illust .item-left h3 {
  background-color: #DAE5B4;
}

main.next2020 .message-block.illust .item-left > .text .company {
  border-color: #99BF44;
}

main.next2020 .message-block.illust .item-left > .text .text strong {
  color: #99BF44;
}

main.next2020 .message-block.comic-illust .content {
  border-color: #62B076;
}

main.next2020 .message-block.comic-illust .content > section:after {
  background-color: #62B076;
}

main.next2020 .message-block.comic-illust .item-left h3 {
  background-color: #D7E8D7;
}

main.next2020 .message-block.comic-illust .item-left > .text .company {
  border-color: #62B076;
}

main.next2020 .message-block.comic-illust .item-left > .text .text strong {
  color: #62B076;
}

main.next2020 .message-block.game .content {
  border-color: #009BB4;
}

main.next2020 .message-block.game .content > section:after {
  background-color: #009BB4;
}

main.next2020 .message-block.game .item-left h3 {
  background-color: #B6DAE3;
}

main.next2020 .message-block.game .item-left > .text .company {
  border-color: #009BB4;
}

main.next2020 .message-block.game .item-left > .text .text strong {
  color: #009BB4;
}

main.next2020 .message-block.novels .content {
  border-color: #CA4917;
}

main.next2020 .message-block.novels .content > section:after {
  background-color: #CA4917;
}

main.next2020 .message-block.novels .item-left h3 {
  background-color: #EDCCB0;
}

main.next2020 .message-block.novels .item-left > .text .company {
  border-color: #CA4917;
}

main.next2020 .message-block.novels .item-left > .text .text strong {
  color: #CA4917;
}

main.next2020 .message-block.figure .content {
  border-color: #0068B3;
}

main.next2020 .message-block.figure .content > section:after {
  background-color: #0068B3;
}

main.next2020 .message-block.figure .item-left h3 {
  background-color: #BECBE8;
}

main.next2020 .message-block.figure .item-left > .text .company {
  border-color: #0068B3;
}

main.next2020 .message-block.figure .item-left > .text .text strong {
  color: #0068B3;
}

main.next2020 .fp-contents .item-title {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

main.next2020 .fp-contents .item-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

main.next2020 .fp-contents .item-title > * {
  position: relative;
}

main.next2020 .fp-contents .item-title .text {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 0;
  margin-bottom: 5px;
  background: url(../img/next/works/bg-text.jpg) no-repeat left center/auto 42px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .fp-contents .item-title .text {
    background-image: url(../img/next/works/bg-text@2x.jpg);
  }
}

main.next2020 .fp-contents .item-title .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-right: -10px;
}

main.next2020 .fp-contents .item-title .tabs > li {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-top: 10px;
  padding-bottom: 9px;
  margin-right: 10px;
}

main.next2020 .fp-contents .item-title .tabs > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  border-top: 6px solid #F08300;
  border-bottom: 6px solid #F08300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next2020 .fp-contents .item-title .tabs > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 1.2;
  color: #666666;
  border: 2px solid #F08300;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

main.next2020 .fp-contents .item-title .tabs > li a:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -13px;
  width: calc(100% + 4px);
  height: 67px;
  background: no-repeat left center / auto 67px;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

main.next2020 .fp-contents .item-title .tabs > li a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main.next2020 .fp-contents .item-title .tabs > li.current:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

main.next2020 .fp-contents .item-title .tabs > li.current a:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(1) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_01.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .fp-contents .item-title .tabs > li:nth-child(1) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_01@2x.png);
  }
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(2):before {
  border-color: #E50065;
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(2) a {
  border-color: #E50065;
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(2) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_02.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .fp-contents .item-title .tabs > li:nth-child(2) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_02@2x.png);
  }
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(3):before {
  border-color: #8FC31F;
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(3) a {
  border-color: #8FC31F;
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(3) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_03.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .fp-contents .item-title .tabs > li:nth-child(3) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_03@2x.png);
  }
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(4):before {
  border-color: #3EB370;
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(4) a {
  border-color: #3EB370;
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(4) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_04.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .fp-contents .item-title .tabs > li:nth-child(4) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_04@2x.png);
  }
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(5):before {
  border-color: #009FB9;
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(5) a {
  border-color: #009FB9;
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(5) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_05.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .fp-contents .item-title .tabs > li:nth-child(5) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_05@2x.png);
  }
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(6):before {
  border-color: #E94709;
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(6) a {
  border-color: #E94709;
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(6) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_06.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .fp-contents .item-title .tabs > li:nth-child(6) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_06@2x.png);
  }
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(7):before {
  border-color: #0068B7;
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(7) a {
  border-color: #0068B7;
}

main.next2020 .fp-contents .item-title .tabs > li:nth-child(7) a:after {
  background-image: url(../img/next/opencampus/contents/img-tab_07.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next2020 .fp-contents .item-title .tabs > li:nth-child(7) a:after {
    background-image: url(../img/next/opencampus/contents/img-tab_07@2x.png);
  }
}

main.next2020 .fp-contents .item-content .tab {
  border: 10px solid #F08300;
  background: #fff;
  padding: 10px;
  display: none;
}

main.next2020 .fp-contents .item-content .tab.current {
  display: block;
}

main.next2020 .fp-contents .item-content .tab.anime {
  border-color: #D78113;
}

main.next2020 .fp-contents .item-content .tab.anime .fp-list > li {
  border-bottom-color: #D78113;
}

main.next2020 .fp-contents .item-content .tab.anime .fp-list h3 {
  background: #D78113;
}

main.next2020 .fp-contents .item-content .tab.anime .fp-list h4 {
  border-color: #D78113;
}

main.next2020 .fp-contents .item-content .tab.anime .fp-list .item-people .text p strong {
  color: #D78113;
}

main.next2020 .fp-contents .item-content .tab.voice {
  border-color: #CD2565;
}

main.next2020 .fp-contents .item-content .tab.voice .fp-list > li {
  border-bottom-color: #CD2565;
}

main.next2020 .fp-contents .item-content .tab.voice .fp-list h3 {
  background: #CD2565;
}

main.next2020 .fp-contents .item-content .tab.voice .fp-list h4 {
  border-color: #CD2565;
}

main.next2020 .fp-contents .item-content .tab.voice .fp-list .item-people .text p strong {
  color: #CD2565;
}

main.next2020 .fp-contents .item-content .tab.illust {
  border-color: #99BF44;
}

main.next2020 .fp-contents .item-content .tab.illust .fp-list > li {
  border-bottom-color: #99BF44;
}

main.next2020 .fp-contents .item-content .tab.illust .fp-list h3 {
  background: #99BF44;
}

main.next2020 .fp-contents .item-content .tab.illust .fp-list h4 {
  border-color: #99BF44;
}

main.next2020 .fp-contents .item-content .tab.illust .fp-list .item-people .text p strong {
  color: #99BF44;
}

main.next2020 .fp-contents .item-content .tab.comic-illust {
  border-color: #62B076;
}

main.next2020 .fp-contents .item-content .tab.comic-illust .fp-list > li {
  border-bottom-color: #62B076;
}

main.next2020 .fp-contents .item-content .tab.comic-illust .fp-list h3 {
  background: #62B076;
}

main.next2020 .fp-contents .item-content .tab.comic-illust .fp-list h4 {
  border-color: #62B076;
}

main.next2020 .fp-contents .item-content .tab.comic-illust .fp-list .item-people .text p strong {
  color: #62B076;
}

main.next2020 .fp-contents .item-content .tab.game {
  border-color: #009BB4;
}

main.next2020 .fp-contents .item-content .tab.game .fp-list > li {
  border-bottom-color: #009BB4;
}

main.next2020 .fp-contents .item-content .tab.game .fp-list h3 {
  background: #009BB4;
}

main.next2020 .fp-contents .item-content .tab.game .fp-list h4 {
  border-color: #009BB4;
}

main.next2020 .fp-contents .item-content .tab.game .fp-list .item-people .text p strong {
  color: #009BB4;
}

main.next2020 .fp-contents .item-content .tab.novels {
  border-color: #CA4917;
}

main.next2020 .fp-contents .item-content .tab.novels .fp-list > li {
  border-bottom-color: #CA4917;
}

main.next2020 .fp-contents .item-content .tab.novels .fp-list h3 {
  background: #CA4917;
}

main.next2020 .fp-contents .item-content .tab.novels .fp-list h4 {
  border-color: #CA4917;
}

main.next2020 .fp-contents .item-content .tab.novels .fp-list .item-people .text p strong {
  color: #CA4917;
}

main.next2020 .fp-contents .item-content .tab.figure {
  border-color: #0068B3;
}

main.next2020 .fp-contents .item-content .tab.figure .fp-list > li {
  border-bottom-color: #0068B3;
}

main.next2020 .fp-contents .item-content .tab.figure .fp-list h3 {
  background: #0068B3;
}

main.next2020 .fp-contents .item-content .tab.figure .fp-list h4 {
  border-color: #0068B3;
}

main.next2020 .fp-contents .item-content .tab.figure .fp-list .item-people .text p strong {
  color: #0068B3;
}

main.next2020 .fp-contents .item-content .fp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: -20px;
}

main.next2020 .fp-contents .item-content .fp-list > li {
  width: calc(50% - 10px);
  border-bottom: 2px solid #D78113;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

main.next2020 .fp-contents .item-content .fp-list > li > * {
  margin-bottom: 10px;
}

main.next2020 .fp-contents .item-content .fp-list > li.long {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

main.next2020 .fp-contents .item-content .fp-list > li.long > div {
  width: calc(50% - 10px);
}

main.next2020 .fp-contents .item-content .fp-list h3 {
  background: #D78113;
  color: #FFF;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 5px;
  line-height: 1.2;
}

main.next2020 .fp-contents .item-content .fp-list h3 small {
  font-size: 15px;
  font-size: 1rem;
}

main.next2020 .fp-contents .item-content .fp-list h4 {
  border: 1px solid #D78113;
  padding: 5px 10px;
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}

main.next2020 .fp-contents .item-content .fp-list .img {
  line-height: 0;
  text-align: center;
}

main.next2020 .fp-contents .item-content .fp-list .img.right {
  text-align: right;
}

main.next2020 .fp-contents .item-content .fp-list .img.up-10 {
  margin-top: -10px;
}

main.next2020 .fp-contents .item-content .fp-list .img.up-20 {
  margin-top: -20px;
}

main.next2020 .fp-contents .item-content .fp-list .img.up-30 {
  margin-top: -30px;
}

main.next2020 .fp-contents .item-content .fp-list .img.up-40 {
  margin-top: -40px;
}

main.next2020 .fp-contents .item-content .fp-list .img.up-50 {
  margin-top: -50px;
}

main.next2020 .fp-contents .item-content .fp-list .img.up-60 {
  margin-top: -60px;
}

main.next2020 .fp-contents .item-content .fp-list .img.up-70 {
  margin-top: -70px;
}

@media screen and (max-width: 700px) {
  main.next2020 .fp-contents .item-content .fp-list .img.up-10-sp {
    margin-top: -10px;
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .fp-contents .item-content .fp-list .img.up-20-sp {
    margin-top: -20px;
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .fp-contents .item-content .fp-list .img.up-30-sp {
    margin-top: -30px;
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .fp-contents .item-content .fp-list .img.up-40-sp {
    margin-top: -40px;
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .fp-contents .item-content .fp-list .img.up-50-sp {
    margin-top: -50px;
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .fp-contents .item-content .fp-list .img.up-60-sp {
    margin-top: -60px;
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .fp-contents .item-content .fp-list .img.up-70-sp {
    margin-top: -70px;
  }
}

main.next2020 .fp-contents .item-content .fp-list .item-people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next2020 .fp-contents .item-content .fp-list .item-people h3 {
  width: 100%;
}

main.next2020 .fp-contents .item-content .fp-list .item-people > .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next2020 .fp-contents .item-content .fp-list .item-people > .text p {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 1.5;
}

main.next2020 .fp-contents .item-content .fp-list .item-people > .text p strong {
  color: #D78113;
  margin-right: 10px;
}

main.next2020 .fp-contents .item-content .fp-list .item-people > .text > .text {
  font-size: 16px;
  font-size: 1.0666666667rem;
}

main.next2020 .fp-contents .item-content .fp-list .item-people > .img {
  line-height: 0;
  margin-left: 5px;
  max-width: 35%;
}

main.next2020 .fp-contents .item-content .fp-list .item-text {
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 1.6;
}

main.next2020 .fp-contents .item-content .fp-list .item-text:after {
  clear: both;
  display: block;
  content: '';
}

main.next2020 .fp-contents .item-content .fp-list .item-text img.left {
  float: left;
  margin: 0 10px 5px 0;
}

main.next2020 .fp-contents .item-content .fp-list .item-text img.right {
  float: right;
  margin: 0 0 5px 10px;
}

@media screen and (max-width: 700px) {
  main.next2020 .fp-contents .item-content .fp-list .item-text > img {
    max-width: 40%;
  }
}

main.next2020 .fp-contents .item-content .fp-list .item-text .img {
  text-align: center;
  line-height: 0;
}

main.next2020 .strong-point-block .content {
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  background: #FFF;
  padding-bottom: 50px;
  position: relative;
}

main.next2020 .strong-point-block .content:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: url(../img/next/guide/strong-point/bg.jpg) no-repeat center bottom;
}

main.next2020 .strong-point-block .content > * {
  position: relative;
}

main.next2020 .strong-point-block .item-title {
  line-height: 0;
  margin-bottom: -38%;
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(1) {
    margin-left: 2.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(2) {
    margin-left: 5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(3) {
    margin-left: 7.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(4) {
    margin-left: 10%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(5) {
    margin-left: 12.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(6) {
    margin-left: 15%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(7) {
    margin-left: 17.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(8) {
    margin-left: 20%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(9) {
    margin-left: 22.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(10) {
    margin-left: 25%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(11) {
    margin-left: 27.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(12) {
    margin-left: 30%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(13) {
    margin-left: 32.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(14) {
    margin-left: 35%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(15) {
    margin-left: 37.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(16) {
    margin-left: 40%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(17) {
    margin-left: 42.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(18) {
    margin-left: 45%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(19) {
    margin-left: 47.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(20) {
    margin-left: 50%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(21) {
    margin-left: 52.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(22) {
    margin-left: 55%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(23) {
    margin-left: 57.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(24) {
    margin-left: 60%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(25) {
    margin-left: 62.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(26) {
    margin-left: 65%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(27) {
    margin-left: 67.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(28) {
    margin-left: 70%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(29) {
    margin-left: 72.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(30) {
    margin-left: 75%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(31) {
    margin-left: 77.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(32) {
    margin-left: 80%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(33) {
    margin-left: 82.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(34) {
    margin-left: 85%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(35) {
    margin-left: 87.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(36) {
    margin-left: 90%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(37) {
    margin-left: 92.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(38) {
    margin-left: 95%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(39) {
    margin-left: 97.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(40) {
    margin-left: 100%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(41) {
    margin-left: 102.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(42) {
    margin-left: 105%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(43) {
    margin-left: 107.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(44) {
    margin-left: 110%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(45) {
    margin-left: 112.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(46) {
    margin-left: 115%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(47) {
    margin-left: 117.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(48) {
    margin-left: 120%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(49) {
    margin-left: 122.5%;
  }
}

@media screen and (min-width: 701px) {
  main.next2020 .strong-point-block .item-list li:nth-child(50) {
    margin-left: 125%;
  }
}

#mainimg.anime-column .item-title h1, #mainimg.anime-column .item-title h2 {
  color: #f08300;
}

#mainimg.anime-column .item-title h1:after, #mainimg.anime-column .item-title h2:after {
  background-color: #f08300;
}

.anime-column a, .anime-column h2, .anime-column h1 {
  color: #f08300;
}

#mainimg.voice-column .item-title h1, #mainimg.voice-column .item-title h2 {
  color: #E60068;
}

#mainimg.voice-column .item-title h1:after, #mainimg.voice-column .item-title h2:after {
  background-color: #E60068;
}

.voice-column a, .voice-column h2, .voice-column h1 {
  color: #E60068;
}

#mainimg.novels-column .item-title h1, #mainimg.novels-column .item-title h2 {
  color: #e94709;
}

#mainimg.novels-column .item-title h1:after, #mainimg.novels-column .item-title h2:after {
  background-color: #e94709;
}

.novels-column a, .novels-column h2, .novels-column h1 {
  color: #e94709;
}

#mainimg.figure-column .item-title h1, #mainimg.figure-column .item-title h2 {
  color: #0081cc;
}

#mainimg.figure-column .item-title h1:after, #mainimg.figure-column .item-title h2:after {
  background-color: #0081cc;
}

.figure-column a, .figure-column h2, .figure-column h1 {
  color: #0081cc;
}

#mainimg.game-column .item-title h1, #mainimg.game-column .item-title h2 {
  color: #009fb9;
}

#mainimg.game-column .item-title h1:after, #mainimg.game-column .item-title h2:after {
  background-color: #009fb9;
}

.game-column a, .game-column h2, .game-column h1 {
  color: #009fb9;
}

#mainimg.illust-column .item-title h1, #mainimg.illust-column .item-title h2 {
  color: #8FC31F;
}

#mainimg.illust-column .item-title h1:after, #mainimg.illust-column .item-title h2:after {
  background-color: #8FC31F;
}

.illust-column a, .illust-column h2, .illust-column h1 {
  color: #8FC31F;
}

.mfp-arrow-left, .mfp-arrow-right {
  margin-top: -50px;
  width: 38px;
  height: 100px;
}

.mfp-arrow-left:active, .mfp-arrow-right:active {
  margin-top: -50px;
}

.mfp-arrow-left {
  background: url(../img/next/tab_prev.png);
}

.mfp-arrow-right {
  background: url(../img/next/tab_next.png);
}

.mfp-illust-movie .white-popup-block {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mfp-illust-movie .white-popup-block .popup-inner {
  position: relative;
  width: 100%;
  padding-top: 45%;
}

.mfp-illust-movie .white-popup-block .popup-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 701px) and (max-width: 900px) {
  /* main next
------------------------------------------------------------*/
}

@media screen and (min-width: 701px) and (max-width: 900px) and (min-width: 701px) {
  main.next2020 .sec-title .text {
    margin-top: -17%;
  }
  main.next2020 .sec-title .text.system {
    margin-top: -10%;
  }
}

@media screen and (min-width: 701px) and (max-width: 900px) {
  main.next2020 .course-index .item-link h4 {
    font-size: 15px;
    font-size: 1rem;
  }
  main.next2020 .course-index .item-link ul li {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main next
------------------------------------------------------------*/
  main.next2020 .sec-contents .content {
    padding: 10px;
  }
  main.next2020 .sec-contents .title-block {
    background: none;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  main.next2020 .sec-contents .title-block h2 {
    padding: 5px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: url(../img/next/bg-hd.png) no-repeat left bottom/861px auto;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 700px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 700px) and (min-resolution: 2dppx) {
  main.next2020 .sec-contents .title-block h2 {
    background-image: url(../img/next/bg-hd@2x.png);
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .sec-contents .title-block p, main.next2020 .sec-contents .title-block small {
    width: 100%;
    padding-top: 5px;
  }
  main.next2020 .sec-contents .title-block p br, main.next2020 .sec-contents .title-block small br {
    display: none;
  }
  main.next2020 .sec-bnr ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: -5px;
    margin-bottom: -5px;
  }
  main.next2020 .sec-bnr ul li {
    width: calc(50% - 5px);
    margin-right: 5px;
    margin-bottom: 5px;
  }
  main.next2020 .sec-title h1:not(.lg) {
    overflow: hidden;
    position: relative;
  }
  main.next2020 .sec-title h1:not(.lg):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 100%;
    right: 0;
    background: #fff;
  }
  main.next2020 .sec-title h1:not(.lg) img {
    max-width: inherit;
    height: 80px;
    width: auto;
  }
  main.next2020 .sec-title h1.strong-point img {
    width: 100%;
    height: auto;
  }
  main.next2020 .sec-title .text {
    margin-top: 0;
    padding: 0 20px 20px;
  }
  main.next2020 .sec-title .text h2 {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
  main.next2020 .sec-title .text p {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next2020 .content-column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next2020 .content-column2 .main-content {
    width: 100%;
    margin-bottom: 50px;
  }
  main.next2020 .content-column2 aside {
    width: 100%;
    margin-left: 0px;
  }
  main.next2020 .opencampus-contents .item-title .title {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: none;
    padding: 0;
    margin-bottom: 10px;
  }
  main.next2020 .opencampus-contents .item-title .title h2 {
    width: 100%;
    background: url(../img/next/opencampus/contents/bg-hd.png) no-repeat left center/auto 42px;
    padding: 3px 8px 0;
  }
}

@media screen and (max-width: 700px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 700px) and (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-title .title h2 {
    background-image: url(../img/next/opencampus/contents/bg-hd@2x.png);
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .opencampus-contents .item-title .tabs {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  main.next2020 .opencampus-contents .item-title .tabs li {
    width: calc(33.3333% - 10px);
    -ms-flex: 0 0 auto;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    margin-bottom: -10px;
  }
}

@media screen and (max-width: 700px) and (max-width: 400px) {
  main.next2020 .opencampus-contents .item-title .tabs li {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .opencampus-contents .item-title .tabs li:before {
    left: -15px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  main.next2020 .opencampus-contents .item-title .tabs li a {
    width: 120px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.next2020 .opencampus-contents .item-content .tab {
    border-width: 3px;
  }
  main.next2020 .opencampus-contents .item-content .tab h3 {
    padding-left: 10px;
    padding-right: 10px;
    height: 54px;
  }
  main.next2020 .opencampus-contents .item-content .tab h3 img {
    height: 25px;
    width: auto;
  }
  main.next2020 .opencampus-contents .item-content .tab h3 span:nth-child(2) {
    display: none;
  }
  main.next2020 .opencampus-contents .item-content .tab h4 {
    font-size: 22px;
    font-size: 1.4666666667rem;
    margin-top: 0;
  }
  main.next2020 .opencampus-contents .item-content .tab .img {
    line-height: 0;
  }
  main.next2020 .opencampus-contents .item-content .tab .img:nth-child(2) {
    margin-top: -10px;
  }
  main.next2020 .opencampus-contents .item-content .tab ul:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next2020 .opencampus-contents .item-content .tab ul li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next2020 .opencampus-contents .item-content .tab ul li > * {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  main.next2020 .opencampus-contents .item-content .tab ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next2020 .opencampus-contents .item-content .tab ul li .title h5 {
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
  main.next2020 .opencampus-contents .item-content .tab ul li .title span {
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
  main.next2020 .opencampus-contents .item-content .tab:nth-child(1) h4:after {
    background-color: #F9C385;
  }
  main.next2020 .opencampus-contents .item-content .tab:nth-child(2) {
    border-color: #E50065;
  }
  main.next2020 .opencampus-contents .item-content .tab:nth-child(2) h3 {
    background-image: url(../img/next/opencampus/contents/voice/bg-hd.png);
  }
}

@media screen and (max-width: 700px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 700px) and (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-content .tab:nth-child(2) h3 {
    background-image: url(../img/next/opencampus/contents/voice/bg-hd@2x.png);
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .opencampus-contents .item-content .tab:nth-child(3) {
    border-color: #8FC31F;
  }
  main.next2020 .opencampus-contents .item-content .tab:nth-child(3) h3 {
    background-image: url(../img/next/opencampus/contents/illustration/bg-hd.png);
  }
}

@media screen and (max-width: 700px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 700px) and (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-content .tab:nth-child(3) h3 {
    background-image: url(../img/next/opencampus/contents/illustration/bg-hd@2x.png);
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .opencampus-contents .item-content .tab:nth-child(3) h4:after {
    background-color: #CCE198;
  }
  main.next2020 .opencampus-contents .item-content .tab:nth-child(4) {
    border-color: #3EB370;
  }
  main.next2020 .opencampus-contents .item-content .tab:nth-child(4) h3 {
    background-image: url(../img/next/opencampus/contents/comic/bg-hd.png);
  }
}

@media screen and (max-width: 700px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 700px) and (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-content .tab:nth-child(4) h3 {
    background-image: url(../img/next/opencampus/contents/comic/bg-hd@2x.png);
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .opencampus-contents .item-content .tab:nth-child(5) {
    border-color: #009FB9;
  }
  main.next2020 .opencampus-contents .item-content .tab:nth-child(5) h3 {
    background-image: url(../img/next/opencampus/contents/game/bg-hd.png);
  }
}

@media screen and (max-width: 700px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 700px) and (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-content .tab:nth-child(5) h3 {
    background-image: url(../img/next/opencampus/contents/game/bg-hd@2x.png);
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .opencampus-contents .item-content .tab:nth-child(5) h4:after {
    background-color: #81CDDB;
  }
  main.next2020 .opencampus-contents .item-content .tab:nth-child(6) {
    border-color: #E94709;
  }
  main.next2020 .opencampus-contents .item-content .tab:nth-child(6) h3 {
    background-image: url(../img/next/opencampus/contents/novels/bg-hd.png);
  }
}

@media screen and (max-width: 700px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 700px) and (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-content .tab:nth-child(6) h3 {
    background-image: url(../img/next/opencampus/contents/novels/bg-hd@2x.png);
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .opencampus-contents .item-content .tab:nth-child(7) {
    border-color: #0068B7;
  }
  main.next2020 .opencampus-contents .item-content .tab:nth-child(7) h3 {
    background-image: url(../img/next/opencampus/contents/figure/bg-hd.png);
  }
}

@media screen and (max-width: 700px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 700px) and (min-resolution: 2dppx) {
  main.next2020 .opencampus-contents .item-content .tab:nth-child(7) h3 {
    background-image: url(../img/next/opencampus/contents/figure/bg-hd@2x.png);
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .schedule-list ul {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
  }
  main.next2020 .schedule-list ul > li {
    margin-right: 0;
    width: 100%;
    padding-bottom: 15px;
    position: relative;
  }
  main.next2020 .schedule-list ul > li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next2020 .schedule-list ul > li:not(:last-child):before {
    right: 50%;
    margin-right: -7px;
    top: inherit;
    bottom: -25px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  main.next2020 .schedule-list ul > li:not(:first-child) h3:before {
    display: none;
  }
  main.next2020 .schedule-list ul > li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 7px;
    bottom: 0;
    background: #F8E9BF;
    border: 2px solid #E3AA47;
    border-top: none;
    -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.25);
  }
  main.next2020 .schedule-list ul > li:nth-child(2) {
    width: 100%;
  }
  main.next2020 .schedule-list ul > li:nth-child(2):after, main.next2020 .schedule-list ul > li:nth-child(2) h3 {
    border-color: #D6824F;
    background: #F1D8CF;
  }
  main.next2020 .schedule-list ul > li:nth-child(2):before {
    border-left-color: #F1D8CF;
  }
  main.next2020 .schedule-list ul > li:nth-child(3):after, main.next2020 .schedule-list ul > li:nth-child(3) h3 {
    border-color: #CD606E;
    background: #F1D9D8;
  }
  main.next2020 .schedule-list ul > li:nth-child(3) h3:before {
    background: #CD606E;
  }
  main.next2020 .schedule-list ul > li h3 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: bold;
    -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 5px;
    background: #F8E9BF;
    border: 2px solid #E3AA47;
    border-bottom: none;
    margin-bottom: 8px;
    line-height: 1.4;
    position: relative;
  }
  main.next2020 .schedule-list ul > li h3 span {
    font-size: 15px;
    font-size: 1rem;
    margin-left: 5px;
  }
  main.next2020 .schedule-list ul > li h4 {
    margin-left: -10px;
    line-height: 0;
    margin-bottom: 6px;
  }
  main.next2020 .schedule-list ul > li p {
    font-size: 12px;
    font-size: 0.8rem;
  }
  main.next2020 .schedule-support {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next2020 .schedule-support h3 {
    font-size: 22px;
    font-size: 1.4666666667rem;
    margin-right: 0;
    width: 100%;
    margin-bottom: 5px;
  }
  main.next2020 .calender-block .item-list li img {
    max-height: 38px;
    width: auto;
    height: auto;
  }
  main.next2020 .calender-block .item-list li.half {
    width: calc(100% - 15px);
  }
  main.next2020 .calender-block .item-list li.special {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next2020 .calender-block .item-list li.special h4 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  main.next2020 .calender-block .item-list li.special h4 span {
    display: block;
  }
  main.next2020 .calender-block .item-list li.special h4 span:nth-child(2) {
    font-size: 12px;
    font-size: 0.8rem;
  }
  main.next2020 .calender-block .item-list li.special ul {
    padding-bottom: 5px;
  }
  main.next2020 .map-block iframe {
    height: 300px;
  }
  main.next2020 .contact-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next2020 .contact-block .item-hd {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  main.next2020 .contact-block .item-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px;
  }
  main.next2020 .contact-block .item-list li {
    margin: 10px;
  }
  main.next2020 .course-section .content {
    border-width: 5px;
  }
  main.next2020 .course-section .content section:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  main.next2020 .course-section .item-title h2 {
    margin-bottom: 15px;
    overflow: hidden;
  }
  main.next2020 .course-section .item-title h2 img {
    max-width: calc(100% + 50px);
  }
  main.next2020 .course-section .item-title .img-01 {
    position: relative;
    text-align: center;
    max-width: 100%;
    margin-top: 10px;
  }
  main.next2020 .course-section .item-title .img-02 {
    margin-bottom: -10px;
  }
  main.next2020 .course-section .item-hd span {
    width: 100%;
  }
  main.next2020 .course-section .item-list {
    display: block;
  }
  main.next2020 .course-section .item-list:after {
    clear: both;
    display: block;
    content: '';
  }
  main.next2020 .course-section .item-list ul {
    width: 100%;
    margin-right: 0;
  }
  main.next2020 .course-section .item-list ul li {
    width: 50%;
    float: left;
  }
  main.next2020 .course-section .item-point li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next2020 .course-section .item-point li:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next2020 .course-section .item-point li .img {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  main.next2020 .course-section .item-curriculum {
    margin: 0 -10px -15px 0;
  }
  main.next2020 .course-section .item-curriculum:not(:last-child) {
    margin-bottom: 0;
  }
  main.next2020 .course-section .item-curriculum li {
    width: calc(100% - 10px);
    margin: 0 10px 15px 0;
  }
  main.next2020 .course-section .item-column {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next2020 .course-section .item-column > div {
    width: 100%;
    margin-right: 0;
  }
  main.next2020 .course-section .item-column > div:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next2020 .course-section .item-teacher > .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next2020 .course-section .item-teacher > .title .img {
    max-width: 30%;
  }
  main.next2020 .course-section .item-topics .text {
    width: 100%;
  }
  main.next2020 .course-section .item-topics .img {
    width: 100%;
    text-align: center;
  }
  main.next2020 .course-section .item-message {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next2020 .course-section .item-message .img {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  main.next2020 .course-section .item-teacher-list {
    margin: 0 -15px -15px 0;
  }
  main.next2020 .course-section .item-teacher-list li {
    width: calc(100% - 15px);
    margin: 0 15px 15px 0;
  }
  main.next2020 .course-section .item-teacher-list li .img {
    max-width: 30%;
  }
  main.next2020 .course-section .item-column-title {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next2020 .course-section .item-column-title h2 {
    width: 100%;
  }
  main.next2020 .course-section .item-column-title p {
    margin-left: auto;
    margin-top: 10px;
  }
  main.next2020 .course-section .item-column-list {
    margin: 0 -10px -10px 0;
  }
  main.next2020 .course-section .item-column-list li {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
  }
}

@media screen and (max-width: 700px) and (max-width: 400px) {
  main.next2020 .course-section .item-column-list li {
    width: calc(100% - 10px);
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .course-section .item-column-list li a {
    border-width: 2px;
  }
  main.next2020 .course-section .item-column-list li a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #808080;
  }
  main.next2020 .course-title h2 {
    margin: -10px -10px 15px;
    line-height: 0;
    overflow: hidden;
  }
  main.next2020 .course-title h2 img {
    max-width: inherit;
    height: 70px;
    width: auto;
  }
  main.next2020 .course-title h3 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next2020 .course-title h3 span:nth-child(1) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  main.next2020 .course-title h3 span:nth-child(1) img {
    height: 22px;
  }
  main.next2020 .course-title h3 span:nth-child(2) {
    width: 100%;
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.next2020 .course-index {
    margin: 0;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.next2020 .course-index > li {
    margin: 0;
    width: 100%;
  }
  main.next2020 .course-index > li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next2020 .course-index .item-link .text {
    padding-top: 10%;
  }
  main.next2020 .course-index .item-link h4 {
    font-size: 15px;
    font-size: 1rem;
    font-weight: bold;
  }
  main.next2020 .course-index .item-link ul {
    padding-top: 0;
  }
  main.next2020 .course-index .item-link ul li {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  main.next2020 .course-index .item-text dd {
    padding: 5px;
  }
  main.next2020 .course-index .item-text dd ul {
    width: calc(50% - 2px);
  }
  main.next2020 .border-box {
    padding: 15px;
  }
  main.next2020 .qualification-block {
    padding: 15px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
  main.next2020 .qualification-block dt {
    width: 100%;
    margin-bottom: 5px;
  }
  main.next2020 .faq-list > * {
    padding: 10px;
  }
  main.next2020 .faq-list > * > span {
    width: 35px;
    font-size: 20px;
    font-size: 1.3333333333rem;
    margin-right: 10px;
  }
  main.next2020 .rank-list li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next2020 .rank-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next2020 .rank-list li .rank {
    margin-bottom: 5px;
  }
  main.next2020 .rank-list li .txt {
    width: 100%;
  }
  main.next2020 .img-text-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: -0;
    margin-bottom: 20px;
  }
  main.next2020 .img-text-block > * {
    margin-right: 0;
    margin-bottom: 20px;
  }
  main.next2020 .img-text-block .item-text {
    width: 100%;
  }
  main.next2020 .img-text-block .item-text .hd {
    font-size: 25px;
    font-size: 1.6666666667rem;
    margin-bottom: 15px;
  }
  main.next2020 .course-list {
    margin: 0 -10px -10px 0;
  }
  main.next2020 .course-list + .sup {
    margin-top: -10px;
  }
  main.next2020 .course-list li {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
  }
  main.next2020 .inquiry_table {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next2020 .inquiry_table dt {
    width: 100%;
  }
  main.next2020 .inquiry_table dd {
    width: 100%;
  }
  main#spring-session-detail.next2020 .title-block {
    margin-left: -25px;
    margin-right: -4px;
  }
  main#spring-session-detail.next2020 .title-block .btn-form {
    position: absolute;
    width: calc(865/965*100%);
    height: calc(65/1280*100vw);
    display: block;
    position: absolute;
    left: calc(40/965*100%);
    bottom: calc(63/1280*100vw);
    font-size: 0;
  }
  main#spring-session-detail.next2020 #access {
    box-shadow: 7px 8px 11px 1px rgba(0, 80, 204, 0.45);
  }
  main#spring-session-detail.next2020 #access .access-content {
    padding: 30px 10px 15px;
  }
  main#spring-session-detail.next2020 #access .g-map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 20px;
  }
  main#spring-session-detail.next2020 #access #contact {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: bold;
  }
  main#spring-session-detail.next2020 #access #contact h3 {
    width: 100%;
  }
  main#spring-session-detail.next2020 #access #contact ul {
    width: 100%;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 10px 20px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main#spring-session-detail.next2020 #access #contact ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main#spring-session-detail.next2020 #access #contact ul li img {
    margin-right: 12px;
    height: 25px;
    width: auto;
  }
  main.next2020 .index-list {
    margin: 0 -15px -20px 0;
  }
  main.next2020 .index-list li {
    width: calc(50% - 15px);
    margin: 0 15px 20px 0;
  }
  main.next2020 .works-contents .item-title .tabs {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  main.next2020 .works-contents .item-title .tabs li {
    width: calc(33.3333% - 10px);
    -ms-flex: 0 0 auto;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    margin-bottom: -10px;
  }
}

@media screen and (max-width: 700px) and (max-width: 400px) {
  main.next2020 .works-contents .item-title .tabs li {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .works-contents .item-title .tabs li:before {
    left: -15px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  main.next2020 .works-contents .item-title .tabs li a {
    width: 120px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.next2020 .works-contents .item-content .tab {
    border-width: 3px;
  }
  main.next2020 .works-contents .item-content .tab h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next2020 .works-contents .item-content .tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -10px -10px;
  }
  main.next2020 .works-contents .item-content .tab ul:not(:last-child) {
    margin-bottom: 6px;
  }
  main.next2020 .works-contents .item-content .tab ul li {
    margin: 0 5px 10px 0;
    width: calc(100% / 2 - 5px);
  }
  main.next2020 .works-contents .item-content .tab ul li.lg {
    width: calc(100% / 1 - 5px);
  }
  main.next2020 .floor-list {
    margin: 0 -15px -20px 0;
  }
  main.next2020 .floor-list li {
    width: calc(50% - 15px);
    margin: 0 15px 20px 0;
    padding-bottom: 15px;
  }
  main.next2020 .floor-list li.lg {
    width: calc(100% - 15px);
  }
  main.next2020 .floor-list .item-text {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next2020 .floor-list .item-img {
    text-align: center;
  }
  main.next2020 .support-block:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next2020 .support-block .item-title {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next2020 .support-block .item-title h3 {
    font-size: 20px;
    font-size: 1.3333333333rem;
    margin-bottom: 10px;
  }
  main.next2020 .support-block .item-title p {
    width: 100%;
  }
  main.next2020 .support-block .item-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }
  main.next2020 .support-block .item-list ul {
    width: 100%;
    margin-right: 0;
  }
  main.next2020 .support-block .item-list ul:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next2020 .support-block .item-list ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next2020 .support-block .item-list ul li > .img {
    max-width: 30%;
  }
  main.next2020 .partner-block .item-hd {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next2020 .partner-block .item-list {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}

@media screen and (max-width: 700px) and (max-width: 400px) {
  main.next2020 .partner-block .item-list ul {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .special-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }
  main.next2020 .special-list > ul {
    width: 100%;
    margin-right: 0;
  }
  main.next2020 .special-list > ul:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next2020 .special-list > ul li {
    border-bottom-width: 3px;
  }
  main.next2020 .special-list > ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next2020 .special-list > ul .item-title h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next2020 .special-list > ul .item-title p {
    font-size: 15px;
    font-size: 1rem;
  }
  main.next2020 .special-list > ul .item-text {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  main.next2020 .special-list > ul .item-text img {
    max-width: 40%;
  }
  main.next2020 .debut-contents .item-title .tabs {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  main.next2020 .debut-contents .item-title .tabs li {
    width: calc(33.3333% - 10px);
    -ms-flex: 0 0 auto;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    margin-bottom: -10px;
  }
}

@media screen and (max-width: 700px) and (max-width: 400px) {
  main.next2020 .debut-contents .item-title .tabs li {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .debut-contents .item-title .tabs li:before {
    left: -15px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  main.next2020 .debut-contents .item-title .tabs li a {
    width: 120px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.next2020 .debut-contents .item-content h2:not(:last-child) {
    margin-bottom: 5px;
  }
  main.next2020 .debut-contents .item-content h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next2020 .debut-contents .item-content h3 span.sml {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.next2020 .debut-contents .item-content h3 span.lg {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
  main.next2020 .debut-contents .item-content h4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next2020 .debut-contents .item-content h5 {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next2020 .debut-contents .item-content h6 {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.next2020 .debut-contents .item-content h6 span {
    display: block;
    margin-left: 0;
  }
  main.next2020 .debut-contents .item-content .text {
    font-size: 15px;
    font-size: 1rem;
  }
  main.next2020 .debut-contents .item-content .column-block {
    margin-right: -15px;
    margin-bottom: -15px;
  }
  main.next2020 .debut-contents .item-content .column-block > * {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 700px) and (max-width: 500px) {
  main.next2020 .debut-contents .item-content .column-block > * {
    width: calc(100% - 15px);
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .debut-contents .item-content .column-block .item-img {
    text-align: center;
  }
  main.next2020 .collabo-block .content {
    background: #fff;
    border: 5px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next2020 .collabo-block .item-title {
    line-height: 0;
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
    padding-top: 5px;
    margin-bottom: 10px;
  }
  main.next2020 .collabo-block .item-title img:nth-child(1) {
    display: none;
  }
  main.next2020 .collabo-block .item-text {
    font-size: 14px;
    font-size: 0.9333333333rem;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
  }
  main.next2020 .collabo-block .item-img-01, main.next2020 .collabo-block .item-img-02 {
    text-align: center;
    line-height: 0;
  }
  main.next2020 .collabo-block .item-img-01:not(:last-child), main.next2020 .collabo-block .item-img-02:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next2020 .collabo-block .item-youtube {
    text-align: center;
    line-height: 0;
    padding: 0 10px 10px;
  }
  main.next2020 .collabo-block.anime .content {
    border-color: #D78113;
  }
  main.next2020 .collabo-block.voice .content {
    border-color: #CD2565;
  }
  main.next2020 .collabo-block.illust .content {
    border-color: #99BF44;
  }
  main.next2020 .collabo-block.comic-illust .content {
    border-color: #62B076;
  }
  main.next2020 .collabo-block.game .content {
    border-color: #009BB4;
  }
  main.next2020 .collabo-block.novels .content {
    border-color: #CA4917;
  }
  main.next2020 .collabo-block.figure .content {
    border-color: #0068B3;
  }
  main.next2020 .message-block .content {
    border-width: 5px;
  }
  main.next2020 .message-block .content > section {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next2020 .message-block .content > section > * {
    width: 100%;
  }
  main.next2020 .message-block .content > section > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  main.next2020 .message-block .item-title {
    overflow: hidden;
  }
  main.next2020 .message-block .item-title img {
    max-width: inherit;
    height: 35px;
    width: auto;
  }
  main.next2020 .message-block .item-left h3 {
    padding: 5px;
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
  main.next2020 .message-block .item-left > .text .name {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
  main.next2020 .message-block .item-left > .text .text {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next2020 .message-block .item-left .img {
    max-width: 35%;
  }
  main.next2020 .message-block .item-text {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.next2020 .message-block.anime .content {
    border-color: #D78113;
  }
  main.next2020 .message-block.anime .content > section:after {
    background-color: #D78113;
  }
  main.next2020 .message-block.anime .item-left h3 {
    background-color: #F3DBB7;
  }
  main.next2020 .message-block.anime .item-left > .text .company {
    border-color: #D78113;
  }
  main.next2020 .message-block.anime .item-left > .text .text strong {
    color: #D78113;
  }
  main.next2020 .message-block.voice .content {
    border-color: #CD2565;
  }
  main.next2020 .message-block.voice .content > section:after {
    background-color: #CD2565;
  }
  main.next2020 .message-block.voice .item-left h3 {
    background-color: #ECD4D8;
  }
  main.next2020 .message-block.voice .item-left > .text .company {
    border-color: #CD2565;
  }
  main.next2020 .message-block.voice .item-left > .text .text strong {
    color: #CD2565;
  }
  main.next2020 .message-block.illust .content {
    border-color: #99BF44;
  }
  main.next2020 .message-block.illust .content > section:after {
    background-color: #99BF44;
  }
  main.next2020 .message-block.illust .item-left h3 {
    background-color: #DAE5B4;
  }
  main.next2020 .message-block.illust .item-left > .text .company {
    border-color: #99BF44;
  }
  main.next2020 .message-block.illust .item-left > .text .text strong {
    color: #99BF44;
  }
  main.next2020 .message-block.comic-illust .content {
    border-color: #62B076;
  }
  main.next2020 .message-block.comic-illust .content > section:after {
    background-color: #62B076;
  }
  main.next2020 .message-block.comic-illust .item-left h3 {
    background-color: #D7E8D7;
  }
  main.next2020 .message-block.comic-illust .item-left > .text .company {
    border-color: #62B076;
  }
  main.next2020 .message-block.comic-illust .item-left > .text .text strong {
    color: #62B076;
  }
  main.next2020 .message-block.game .content {
    border-color: #009BB4;
  }
  main.next2020 .message-block.game .content > section:after {
    background-color: #009BB4;
  }
  main.next2020 .message-block.game .item-left h3 {
    background-color: #B6DAE3;
  }
  main.next2020 .message-block.game .item-left > .text .company {
    border-color: #009BB4;
  }
  main.next2020 .message-block.game .item-left > .text .text strong {
    color: #009BB4;
  }
  main.next2020 .message-block.novels .content {
    border-color: #CA4917;
  }
  main.next2020 .message-block.novels .content > section:after {
    background-color: #CA4917;
  }
  main.next2020 .message-block.novels .item-left h3 {
    background-color: #EDCCB0;
  }
  main.next2020 .message-block.novels .item-left > .text .company {
    border-color: #CA4917;
  }
  main.next2020 .message-block.novels .item-left > .text .text strong {
    color: #CA4917;
  }
  main.next2020 .message-block.figure .content {
    border-color: #0068B3;
  }
  main.next2020 .message-block.figure .content > section:after {
    background-color: #0068B3;
  }
  main.next2020 .message-block.figure .item-left h3 {
    background-color: #BECBE8;
  }
  main.next2020 .message-block.figure .item-left > .text .company {
    border-color: #0068B3;
  }
  main.next2020 .message-block.figure .item-left > .text .text strong {
    color: #0068B3;
  }
  main.next2020 .fp-contents .item-title .tabs {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  main.next2020 .fp-contents .item-title .tabs li {
    width: calc(33.3333% - 10px);
    -ms-flex: 0 0 auto;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    margin-bottom: -10px;
  }
}

@media screen and (max-width: 700px) and (max-width: 400px) {
  main.next2020 .fp-contents .item-title .tabs li {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 700px) {
  main.next2020 .fp-contents .item-title .tabs li:before {
    left: -15px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  main.next2020 .fp-contents .item-title .tabs li a {
    width: 120px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.next2020 .fp-contents .item-content .tab {
    border-width: 5px;
  }
  main.next2020 .fp-contents .item-content .fp-list {
    margin-bottom: -10px;
  }
  main.next2020 .fp-contents .item-content .fp-list > li {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  main.next2020 .fp-contents .item-content .fp-list > li.long {
    width: 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next2020 .fp-contents .item-content .fp-list > li.long > div {
    width: 100%;
  }
  main.next2020 .fp-contents .item-content .fp-list h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next2020 .fp-contents .item-content .fp-list h4 {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.next2020 .strong-point-block .content {
    padding-bottom: 20px;
  }
  main.next2020 .strong-point-block .content:before {
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  main.next2020 .strong-point-block .item-title {
    line-height: 0;
    margin-bottom: -38%;
  }
  main.next2020 .strong-point-block .item-list li {
    overflow: hidden;
  }
  main.next2020 .strong-point-block .item-list li a {
    display: block;
    margin-left: -20px;
  }
}