@charset "UTF-8";
html{
  scroll-padding-top: 52px;
}
.c-btn,
.c-media__body,
.c-tab__target {
  overflow: hidden;
}
#header:after,
.c-column:after,
.c-line,
.c-list--links:after,
.c-media:after,
.c-section:after,
.c-tabs:after,
.c-wide-set dl:after,
.c-wrapper:after {
  clear: both;
}
.c-modal__wrapper,
a:hover > img {
  -ms-filter: "alpha(opacity=70)";
}
a:hover{
  color: #f16000;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-dots,
ol,
ul {
  list-style: none;
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
sup{
    vertical-align: top;
    position: relative;
    top: -0.3em;
    font-size: 0.5em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
td,
th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
  display: block;
}
html {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  line-height: 1.231;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-weight: 500;
  color: #666;
}
a {
  text-decoration: underline;
  color: #f16000;
}
.c-btn,
.footer__navi li a,
.global-navi__list a,
.p-top__link-btn,
.p-top__session-title a,
a:hover {
  text-decoration: none;
}
a:hover > img {
  opacity: 0.7;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
.c-tab,
.c-title--inline,
.global-navi__list {
  vertical-align: middle;
}
#header {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 10px 20px;
}
#header:after,
#header:before {
  display: table;
  content: " ";
}
.header__logo {
  float: left;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  #header {
    padding: 15px 5px 10px;
  }
}
.global-navi__list a,
.global-navi__list span {
  padding: 19px 7px 17px;
  display: block;
}
.global-navi {
  background: #005d6f;
  text-align: center;
}
.global-navi.is-sticky {
  -webkit-animation: stickyin 0.4s;
  animation: stickyin 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.global-navi__logo {
  width: 20%;
}
.global-navi__opener {
  display: none;
}
.global-navi__list,
.global-navi__lists {
  display: inline-block;
}
@media screen and (min-width: 1100px) {
  .global-navi__lists {
    margin-left: -60px;
    margin-right: -60px;
  }
}
.global-navi__list {
  margin: 0 3px;
  color: #aaa;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.14286rem;
}
.global-navi__list a {
  position: relative;
  color: #FFF;
  font-weight: 700;
  overflow: hidden;
  line-height: 1;
  font-size: 16px;
  font-size: 1.14286rem;
}
@media screen and (max-width:1099px) {
  .global-navi__list a{
    font-size: 0.9rem;
  }
  .global-navi__list a, .global-navi__list span {
    padding: 19px 0px 17px;
  }
}
.global-navi__list a:after,
.global-navi__list a:before {
  display: block;
  position: absolute;
  background: #FFF;
  width: 0;
  height: 1px;
  content: "";
  bottom: 10px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.global-navi__list a:before {
  left: 50%;
}
.global-navi__list a:after {
  right: 50%;
}
.global-navi__list a.is-current:after,
.global-navi__list a.is-current:before,
.global-navi__list a:active:after,
.global-navi__list a:active:before {
  width: 50%;
}
.global-navi__list.is-active a:after,
.global-navi__list.is-active a:before {
  width: 50% !important;
}
.global-navi__child {
  display: none;
  /* background: rgba(181, 222, 0, 0.95); */
  /* padding: 0.5em 1em; */
  border-radius: 0 0 5px 5px;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
}
.global-navi__child a {
  display: block;
  text-decoration: none;
  padding: 0.85em 0.5em;
  color: rgba(51, 51, 51, 0.8);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
.global-navi__child a:after,
.global-navi__child a:before {
  display: none;
}
.global-navi__child a:hover {
  color: #FFF;
}
.global-navi__child li:last-child a {
  border-bottom: none;
}
.is-pc .global-navi__list a:hover:after,
.is-pc .global-navi__list a:hover:before {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .global-navi__opener,
  .global-navi__opener a {
    padding: 10px;
    display: block;
  }
  .global-navi {
    position: relative;
  }
  .global-navi__opener a {
    color: #fff;
    text-decoration: none;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
  .global-navi__list a,
  .global-navi__list span {
    font-weight: 400;
    padding: 14px 7px 12px;
    background: #666;
  }
  .global-navi__opener a img {
    margin-right: 10px;
  }
  .global-navi__lists {
    position: absolute;
    display: block;
    left: -10px;
    right: -10px;
    z-index: 100;
    background-color: #FFF;
  }
  .global-navi__lists.is-open > li {
    display: block;
    -webkit-animation: slidein 0.4s;
    animation: slidein 0.4s;
    opacity: 1;
  }
  .global-navi__list {
    display: none;
    opacity: 0;
    width: 100%;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    pointer-events: none;
  }
  .global-navi__list:first-child {
    border-top: 1px solid #fff;
  }
  .global-navi__list span {
    color: #999;
  }
  .global-navi__list a {
    font-size: 14px;
    font-size: 1rem;
    pointer-events: auto;
    display: block;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    line-height: 1;
    box-sizing: border-box;
    width: 100%;
  }
  .global-navi__lists li.entry a{
    background-color: #ffff90;
    padding: 1rem;
  }
  .global-navi__list a:after,
  .global-navi__list a:before {
    display: none;
  }
  .global-navi__list.is-current a {
    background: #0c808d;
  }
  .global-navi__list.opener {
    position: relative;
  }
  .global-navi__list.opener:before {
    position: absolute;
    content: url(../images/ico_sp_menu_opener.png);
    right: 25px;
    top: 8px;
    z-index: 100;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: 11px 11px;
    transform-origin: 11px 11px;
  }
  .global-navi__list > ul {
    display: block !important;
    position: relative !important;
  }
  .global-navi__list > ul li {
    max-height: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .global-navi__list > ul a {
    background: #777;
  }
  .global-navi__list.is-active:before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .global-navi__list.is-active > ul li {
    max-height: 100px;
    opacity: 1;
    border-top: 1px solid #fff;
  }
}
@-webkit-keyframes slidein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes slidein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes stickyin {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes stickyin {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes stickyout {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes stickyout {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
#footer {
  padding: 20px 0 10px;
  margin-top: 60px;
  background: #0a808e;
  color: #FFF;
}
.footer__navi {
  text-align: center;
  margin-bottom: 20px;
}
.footer__navi li {
  display: inline-block;
}
.footer__navi li a {
  position: relative;
  display: block;
  color: currentColor;
  padding: 0 7px;
}
.footer__copyright {
  font-size: 12px;
  font-size: 0.85714rem;
  text-align: center;
  color: currentColor;
  padding-bottom: 1em;
}
#side {
  margin-top: 3px;
}
.side__links .c-title--block {
  margin-bottom: 15px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  font-size: 1rem;
  padding: 4px;
  background: #666;
  border-radius: 5px;
}
.c-btn,
.c-title {
  font-weight: 700;
}
.side__link-item {
  margin-bottom: 15px;
}
.side__link-item > li + li {
  margin-top: 15px;
}
.side__twitter {
  margin-bottom: 15px;
}
.side__facebook {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  #side {
    text-align: center;
  }
  .side__flyer {
    display: none;
  }
}
.c-column:after,
.c-column:before,
.c-wrapper:after,
.c-wrapper:before {
  display: table;
  content: " ";
}
#contents {
  line-height: 1.54;
  padding: 40px 0px 0px;
} 
/*! wrapper */
.c-wrapper {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.c-wrapper--section {
  padding-top: 30px;
}
@media screen and (max-width: 1000px) {
  .c-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
} /*! column */
.c-column__item {
  width: 49%;
  float: left;
}
.c-column__item:nth-child(2n) {
  float: right;
}
.c-column__alpha {
  width: 75%;
  float: left;
}
.c-column__beta {
  width: 20.8333333%;
  float: right;
}
.c-column__left {
  float: left;
}
.c-column--rev .c-column__alpha,
.c-column__right {
  float: right;
}
.c-column--rev .c-column__beta {
  float: left;
}
.c-column--separate {
  position: relative;
}
.c-column--separate:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  display: block;
  border-right: 1px dotted #ccc;
  height: 100%;
}
.c-column--half .c-column__left,
.c-column--half .c-column__right {
  width: 50%;
}
.c-column--three .c-column__left {
  box-sizing: border-box;
  width: 31.9148936%;
  max-width: none;
}
.c-column--three .c-column__center {
  box-sizing: border-box;
  float: left;
  width: 31.9148936%;
  max-width: none;
  margin-left: 2.1276596%;
  margin-right: 2.1276596%;
}
.c-column--three .c-column__right {
  box-sizing: border-box;
  width: 31.9148936%;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .c-column__alpha,
  .c-column__beta,
  .c-column__item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .c-column__beta {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-inner,
.c-section {
  margin-bottom: 40px;
} /*! section */
.c-section:after,
.c-section:before {
  display: table;
  content: " ";
} /*! inner */
.c-inner {
  width: 90%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-inner {
    width: 100%;
  }
} /*! button */
.c-btn {
  position: relative;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff9326), to(#ffa64d));
  background-image: linear-gradient(to bottom, #ff9326 0, #ffa64d 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  padding: 1em 2em 0.9em;
  z-index: 3;
  box-sizing: border-box;
  min-width: 160px;
  border-radius: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid #ff8000;
}
.c-btn:hover,
.c-btn:active{
  color: #FFF;
}
.c-btn:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 0;
  height: 0;
  z-index: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  top: 50%;
  left: 40%;
  border-radius: 10px;
}
.c-btn--exp {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1990ff), to(#64b7ff));
  background-image: linear-gradient(to bottom, #1990ff 0, #64b7ff 100%);
  border-color: #1990ff;
  margin: 0 5px;
  min-width: 260px;
}
.is-pc .c-btn:hover {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.is-pc .c-btn:hover:before {
  opacity: 0.15;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
}
@media screen and (max-width: 768px) {
  .c-btn a {
    display: block;
    box-shadow: 3px 3px 0 #ca4800;
    border-radius: 7px;
  }
  .c-btn--exp {
    margin: 2px 0;
    width: 90%;
  }
} /*! title */
.c-title {
  font-size: 16px;
  font-size: 1.14286rem;
  margin-bottom: 1em;
}
.c-title--section,
.c-title__section-line {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.c-title > i {
  color: #005d6f;
  font-family: serif;
  margin-right: 0.3rem;
}
.c-title--inline {
  display: inline-block;
}
.c-title--section {
  color: #333;
  display: block;
  padding: 12px 11px 10px;
  border: 1px solid #005d6f;
  max-width: 220px;
  min-width: 220px;
  box-sizing: border-box;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
.c-title--section + .c-news {
  margin-top: -10px;
}
.c-title--line:before,
.c-title__section-line:before {
  left: 0;
  margin-top: -1px;
  content: "";
  width: 100%;
  top: 50%;
}
.c-title__section-line .c-title--section {
  display: inline-block;
  max-width: none;
  margin-bottom: 0;
}
.c-title__section-line:before {
  display: block;
  border-top: 1px solid #005d6f;
  position: absolute;
}
.c-title__section-line--black:before {
  border-top-color: #666;
}
.c-title--white {
  border-color: #fff;
  color: #fff;
  background: 0 0;
}
.c-title--black {
  border-color: #666;
  color: #666;
}
.c-title--line {
  color: #0c808d;
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 12px;
}
.c-title--line span {
  position: relative;
  display: inline-block;
  padding: 5px 12px;
  background: #fff;
  font-weight: 400;
}
.c-title--block,
.c-title__bg {
  padding: 8px;
  text-align: center;
}
.c-title--line:before {
  display: block;
  border-top: 1px solid #0c808d;
  position: absolute;
}
.c-title__bg {
  font-weight: 700;
}
.c-title__bg--white {
  background: #fff;
  color: #0c808d;
}
.c-title__bg-line {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
.c-title__bg-line:before {
  top: 50%;
  content: "";
  border-top: 1px solid #fff;
  width: 100%;
  position: absolute;
  z-index: 0;
}
.c-title__bg-line .c-title {
  position: relative;
  z-index: 1;
  border: none;
}
.c-title__bg-line--black:before {
  border-top-color: #666;
}
.c-title__bg-line--black .c-title {
  border: 1px solid;
  background: #f8f8f8;
}
.c-title--block {
  background: #a5e1e7;
  color: #333;
}
.c-title--block-black {
  background: #666;
  color: #fff;
  padding: 9px 12px;
  font-weight: 700;
  margin-bottom: 1em;
}
.c-title--block-black a {
  color: inherit;
}
.c-title--paragraph {
  color: #0c808d;
  border-top: 1px dashed #005d6f;
  border-bottom: 1px dashed #005d6f;
  padding: 8px;
  text-align: center;
  margin-top: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-title__bg-line,
  .c-title__section-line {
    margin-left: -10px;
    margin-right: -10px;
  }
} /*! tab */
.c-tabs {
  text-align: center;
  letter-spacing: -0.4em;
}
.c-tabs:after,
.c-tabs:before {
  display: table;
  content: " ";
}
.c-tab {
  display: inline-block;
  letter-spacing: normal;
}
.c-tab__target {
  display: block;
}
.c-tab img {
  vertical-align: top;
} /*! media */
.c-media:after,
.c-media:before {
  display: table;
  content: " ";
}
.c-media--rev > .c-media__body {
  float: right;
}
.c-media--rev-fln .c-media__body {
  float: none;
}
.c-media__image {
  float: right;
  margin-left: 10px;
}
.c-media__image > img {
  display: block;
}
.c-media--rev > .c-media__image {
  float: left;
  margin-left: 0;
}
.c-media--rev-fln .c-media__image {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.c-media__image-thumb ul {
  margin-right: -12px;
  padding-top: 10px;
}
.c-media__image-thumb li {
  display: block;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .c-media__image {
    float: none;
  }
} /*! line */
.c-line {
  padding: 30px 0 20px;
}
.c-line > hr {
  margin: 0;
  border: none;
  border-bottom: 2px solid #b2bdd1;
}
.c-line--dot > hr {
  border-bottom: 1px dotted #002465 !important;
}
.c-line--thin {
  padding-top: 0;
}
.c-line--thin > hr {
  border-bottom: 1px solid #ccc;
}
.c-line--arrow {
  text-align: center;
}
.c-line--arrow img {
  margin-bottom: 15px;
}
.c-line--padding {
  padding: 20px 0;
} /*! sticker */
.c-sticker {
  border-radius: 5px;
  padding: 6px 5px 4px;
  background: #0c808d;
  line-height: 12px;
  display: inline-block;
  color: #fff;
  text-align: center;
  min-width: 30px;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 0.71429rem;
  font-weight: 700;
  margin-right: 0;
  margin-bottom: 5px;
  vertical-align: middle;
}
.c-sticker--01,
.c-sticker--eng {
  background-color: #f7a200;
}
.c-sticker--02,
.c-sticker--gd {
  background-color: #00aa8b;
}
.c-sticker--03,
.c-sticker--bp {
  background-color: #00bfd0;
}
.c-sticker--04,
.c-sticker--va {
  background-color: #b3c800;
}
.c-sticker--05,
.c-sticker--snd {
  background-color: #68c800;
}
.c-sticker--06,
.c-sticker--ac {
  background-color: #8b4298;
}
.c-sticker--07,
.c-sticker--prd {
  background-color: #245584;
}
.c-sticker--08,
.c-sticker--base {
  background-color: #e20000;
}
.c-sticker--base {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
.c-wide-set dd,
.c-wide-set dt {
  float: left;
  font-size: 123.1%;
}
.c-sticker--vr {
  background-color: #8c2300;
}
@media screen and (max-width: 768px) {
  .c-sticker--option {
    padding-left: 5px;
    padding-right: 5px;
  }
  .c-sticker--select-option {
    color: #163678;
    padding: 2px 10px;
  }
  .c-sticker--select-option.is-disabled {
    border: 1px solid #ccc;
    color: #ccc;
  }
} /*! wide-set */
.c-wide-set {
  border-top: 1px dotted #002465;
}
.c-wide-set dl {
  padding: 10px 0;
  border-bottom: 1px dotted #002465;
}
.c-wide-set dl:after,
.c-wide-set dl:before {
  display: table;
  content: " ";
}
.c-wide-set dt {
  margin-bottom: 0;
}
.c-wide-set--solid {
  border-top: 1px solid #002465;
}
.c-wide-set--solid dl {
  border-bottom: 1px solid #002465;
}
.c-wide-set--price {
  border-top: none;
}
.c-wide-set--price dd {
  float: right;
  font-weight: 700;
}
.c-wide-set--price__sum {
  border-bottom: none !important;
  border-top: 2px solid #002465;
  margin-top: -1px;
}
.c-wide-set--date,
.c-wide-set--noborder,
.c-wide-set--top-noborder {
  border-top: none;
}
.c-wide-set--price__sum dd,
.c-wide-set--price__sum dt {
  color: #ed3f39;
}
.c-wide-set--price__yen {
  font-size: 75%;
  padding-left: 0.5em;
}
.c-wide-set--price__num {
  display: table-cell;
  text-align: right;
  min-width: 4em;
}
.c-wide-set--price__options {
  display: table;
}
.c-wide-set--price__options li {
  display: table-row;
}
.c-wide-set--price__option-name {
  display: table-cell;
  padding-right: 1em;
}
.c-wide-set--p10 dl {
  padding: 10px 0;
}
.c-wide-set--news dl {
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-wide-set--news dt {
  color: #999;
  font-size: 107%;
  margin-bottom: 5px;
}
.c-wide-set--news__coupon {
  position: relative;
  padding-right: 95px !important;
}
.c-wide-set--news__coupon .c-sticker {
  position: absolute;
  width: 65px;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.c-list--links__inner,
.c-list--links__item,
.c-list--sponsor__num {
  position: relative;
  float: left;
}
.c-wide-set--noborder dl {
  border-bottom: none;
}
.c-wide-set__full {
  width: 100%;
  padding-top: 5px;
}
.c-wide-set--date dt {
  padding-right: 1em;
} /*! link */
.c-link {
  padding-right: 20px;
  background: url(/images/foreign/common/ico_link_disc.png) right center
    no-repeat;
}
.c-link--before {
  background-position: left center;
  padding-left: 20px;
  padding-right: 0;
} /*! scroll-box */
.c-scroll-box {
  height: 115px;
  overflow-y: scroll;
  border: 3px solid #ccc;
  padding: 10px 20px;
  line-height: 1.5;
  font-size: 123.1%;
}
.c-list--links,
.c-list--sponsor,
.c-list--sponsor li,
.c-to-top a {
  overflow: hidden;
}
.c-news dd,
.c-qa > dd {
  border-bottom: 1px dotted #666;
} /*! list */
.c-list--inline li {
  display: inline-block;
}
.c-list--inline li img {
  display: inline;
}
.c-list--links:after,
.c-list--links:before {
  display: table;
  content: " ";
}
.c-list--sponsor li:nth-child(3n + 1),
.c-list--three-column li:nth-child(3n + 1) {
  clear: left;
}
.c-list--links__item {
  display: block;
  border-right: 1px solid #ccc;
  line-height: 1.25;
  padding: 0 15px;
  margin-bottom: 10px;
  color: #666;
  font-size: 16px;
  font-size: 1.14286rem;
}
.c-list--links__item.is-current,
.c-list--links__item.is-current a {
  color: #e65f00;
}
.c-bg--black,
.c-bg--black a,
.c-bg--blue > p,
.c-bg--blue > p a,
.c-bg--primary > p,
.c-modal__close {
  color: #fff;
}
.c-bg--primary > p{
  /* color: #000c; */
}
.c-list--links__item img {
  display: inline;
}
.c-modal,
.c-panel {
  display: none;
}
.c-list--links-center .c-list--links__inner {
  left: 50%;
}
.c-list--links-center .c-list--links__item {
  left: -50%;
}
.c-list--disc li {
  list-style-type: disc;
  line-height: 1.5;
}
.c-list--disc-indent {
  padding-left: 20px;
}
.c-list--disc-indent li {
  list-style-type: disc;
  line-height: 1.5;
}
.c-list--circle {
  padding-left: 1.5em;
}
.c-list--circle li {
  list-style-type: circle;
  line-height: 1.5;
}
.c-list--indent li {
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.5;
}
.c-list--three-column {
  overflow: hidden;
  text-align: center;
}
.c-list--three-column li {
  float: left;
  width: 33%;
  margin-bottom: 1em;
  padding-right: 20px;
  box-sizing: border-box;
}
.c-list--sponsor li {
  background: #efefef;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 10px;
  box-sizing: border-box;
}
.c-bg,
.c-list--sponsor__num {
  -webkit-box-sizing: border-box;
}
.c-list--sponsor li:nth-child(3n) {
  margin-right: 0;
}
.c-news:after,
.c-sns-button:after,
.p-session__legend:after,
.p-top__session-box:after,
.p-top__session:after,
.slick-track:after {
  clear: both;
}
.c-list--sponsor__image {
  text-align: center;
  background: #fff;
  margin-bottom: 10px;
}
.c-list--sponsor__image img {
  max-height: 200px;
}
.c-list--sponsor__num {
  width: 19%;
  min-width: 34px;
  line-height: 34px;
  background: #000;
  text-align: center;
  color: #fff;
  font-weight: 700;
  box-sizing: border-box;
}
.c-list--sponsor__name {
  float: left;
  max-width: 77%;
  margin-left: 3%;
  line-height: 1.4;
}
.c-list--attention {
  padding-left: 1.5em;
}
.c-list--attention li {
  line-height: 1.5;
  margin-bottom: 0.7em;
  text-indent: -1.5em;
}
.c-list--attention li:before {
  content: "●";
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-list--sponsor li,
  .c-list--three-column li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
} /*! modal */
.c-modal__wrapper {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  z-index: 999;
}
.c-modal__inner {
  position: fixed;
  background: #fff;
  z-index: 1000;
  width: 1020px;
  top: 50%;
  left: 50%;
  margin-left: -510px;
  margin-top: -150px;
  padding-top: 70px;
  padding-bottom: 50px;
}
.c-modal__close {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #002465;
  border-radius: 5px;
  font-weight: 700;
  font-size: 23px;
  width: 29px;
  height: 29px;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}
.c-modal__contents {
  padding: 0 20px 20px;
}
.c-modal__body {
  width: 830px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.6;
} /*! panel */
.c-panel.is-active,
.c-to-top a {
  display: block;
}
.c-bg {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 7px;
}
.c-sns-button,
.c-table th {
  -webkit-box-sizing: border-box;
}
.c-bg--black {
  background: #666;
}
.c-bg--gray {
  background: #f8f8f8;
}
.c-bg--blue {
  background: #0c808d;
}
.c-bg--primary {
  background: #0a808e;
  color: #FFF;
}
.c-bg--primary h2{
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .c-bg {
    /* margin-left: -10px;
    margin-right: -10px; */
    padding: 40px 10px 35px;
  }
}
.c-qa > dd,
.c-qa > dt {
  padding-left: 45px;
} /*! qa */
.c-qa {
  counter-reset: question_id;
  padding-top: 10px;
}
.c-qa > dt {
  counter-increment: question_id;
  position: relative;
  font-weight: 700;
  margin-bottom: 3px;
}
.c-qa > dt:before {
  position: absolute;
  content: "Q" counter(question_id);
  left: 7px;
}
.c-qa > dd {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.c-qa > dd-title {
  font-weight: 700;
  color: #ff4c4c;
  font-size: 112.5%;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .c-qa {
    padding-top: 0;
  }
  .c-qa > dt {
    padding-left: 3em;
  }
  .c-qa > dt:before {
    left: 0;
  }
  .c-qa > dd {
    padding-left: 0;
    margin-bottom: 10px;
  }
} /*! to-top */

.c-to-top {
  position: fixed;
  z-index: 9;
  bottom: 10px;
  right: 20px;
}

.c-to-top a {
  width: 60px;
  height: 60px;
}
.c-news:after,
.c-news:before,
.c-sns-button:after,
.c-sns-button:before {
  display: table;
  content: " ";
}
.c-to-top a img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-to-top a:hover img {
  opacity: 1;
  margin-top: -60px;
} /*! news */
.c-news {
  max-height: 300px;
  overflow-y: scroll;
}
.c-news dt {
  padding-top: 10px;
  font-weight: 700;
  padding-left: 7px;
}
.c-news dd {
  padding-bottom: 7px;
  padding-left: 7px;
}
.c-news dd:last-child,
.c-table tr:last-child td,
.c-table tr:last-child th {
  border-bottom: none;
}
.c-news dd img {
  margin-right: 7px;
} /*! sns-button */
.c-sns-button {
  float: right;
  text-align: center;
  height: 45px;
  box-sizing: border-box;
}
.c-sns-button li,
.c-sns-button ul {
  display: inline-block;
}
.c-sns-button li {
  vertical-align: top;
  margin: 0 3px;
}
@media screen and (max-width: 768px) {
  .c-news dd,
  .c-news dt {
    padding-left: 0;
  }
  .c-sns-button {
    overflow: hidden;
    float: none;
    width: 100%;
    height: auto;
    padding-top: 10px;
    margin-bottom: -3px;
  }
}
.c-catch,
.c-table {
  margin-bottom: 20px;
} /*! table */
.c-table {
  width: 100%;
}
.c-table caption {
  background: #666;
  color: #fff;
  padding: 9px 12px;
  font-weight: 700;
}
.c-table td,
.c-table th {
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  padding: 7px 12px;
}
.c-table th {
  background: #eee;
  width: 180px;
  box-sizing: border-box;
}
.c-table td {
  box-sizing: border-box;
  background: #fff;
}
.c-table--ig th {
  width: 130px;
}
.c-table--ig-column{
  /* border-top: 1px solid #CCC; */
}
.c-table--ig-column tr{
  /* border-bottom: 1px solid #CCC; */
}
.c-table--ig-column th {
    width: 125px;
    background-color: #888;
    color: #FFF;
    vertical-align: middle;
}
.c-table--ig-column td{
    background-color: #EEE;
}
.c-table--entry th {
  border-right: 1px solid #ccc;
  vertical-align: middle;
  width: auto;
}
.c-table--entry tr:first-of-type th {
  text-align: center;
}
.c-table--entry tr:not(:first-of-type) th {
  width: 0;
  white-space: nowrap;
}
.c-table--entry th:nth-child(2) {
  /* width: 10%; */
}
.c-table--entry th[scope="col"] {
  text-align: left;
  background: #666;
  color: #fff;
  border-bottom-color: #fff;
  vertical-align: middle;
}
.c-table--entry th.waribiki {
  background: #f80;
  color: #fff;
  border-right-color: #fff;
}
.c-table--entry td {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
.c-table--entry td.waribiki {
  color: #0c808d;
}
.c-table--entry td:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .c-table th {
    width: 33%;
  }
  .c-table--entry.c-sp-only {
    display: table;
  }
  .c-table--entry th {
    /* width: auto; */
    text-align: center !important;
  }
  .c-table--entry th:first-child {
    width: 8em;
  }
  .c-table--entry th:nth-child(2) {
    width: auto;
  }
  .c-table--entry th.waribiki {
    border-bottom-color: #fff;
  }
} /*! catch */
.c-catch {
  font-size: 16px;
  font-size: 1.14286rem;
  text-align: center;
  color: #000;
}
.c-time-table__time,
.c-time-table__time-separate {
  background: #666;
  color: #fff;
  text-align: center;
  font-weight: 700;
} /*! time-table */
.c-time-table__group {
  margin-bottom: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.c-time-table__time {
  float: left;
  width: 8.51064%;
  min-height: 218px;
  margin-right: 1.0638298%;
  padding: 15px;
  box-sizing: border-box;
}
.c-time-table__time-separate {
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}
.c-time-table__item-wrapper {
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-time-table__item {
  width: 24.117647059%;
  margin-bottom: 1%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #f7f7f7;
  position: relative;
}
.c-time-table__item--full {
  width: 100%;
}
.c-time-table__item:nth-child(n + 5) {
  margin-bottom: 0;
}
.c-time-table__item-header {
  background: #a5e1e7;
  color: #000;
  padding: 5px 10px;
  font-weight: 700;
}
.c-time-table__item-body {
  padding: 10px;
  min-height: 105px;
  box-sizing: border-box;
}
.c-time-table__item-body.is-thin {
  min-height: 0;
}
.c-time-table__item-body > a {
  display: block;
  margin-bottom: 5px;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.c-time-table__item:last-child {
  margin-right: 0;
}
.c-time-table__presenter {
  margin-bottom: 5px;
}
.c-time-table__presenter + .c-time-table__difficulty {
  margin-top: 7px;
}
.c-time-table__difficulty > span {
  color: #d80000;
}
.c-time-table--inline .c-time-table__item {
  display: block;
  width: 100%;
  border-left: 2px solid #005d6f;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-time-table__time {
    width: 20%;
    padding: 15px 0 0;
    min-height: 0;
    line-height: 1.1;
  }
  .c-time-table__item {
    float: right;
    width: 100%;
    margin-right: 0;
  }
  .c-time-table__item + .c-time-table__item {
    margin-top: 10px;
  }
  .c-time-table__item.is-empty {
    display: none;
  }
  .c-time-table__item:last-child {
    margin-bottom: 0;
  }
} /*! booth */
.c-booth {
  border: 1px solid #ff5400;
  padding: 20px;
  margin-top: 5%;
}
.c-booth .c-media {
  margin-bottom: 20px;
}
.c-booth .c-media__image {
  width: 19.230769231%;
}
.c-booth .c-media__body {
  width: 75.8%;
}
.c-booth__name {
  background: #ff5300;
  color: #fff;
  padding: 9px 12px;
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1.14286rem;
}
.c-booth__name a {
  color: currentColor;
}
.c-booth__catch {
  color: #f15f00;
  font-size: 20px;
  font-size: 1.42857rem;
  font-weight: 700;
}
.c-booth__catch li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-booth__title {
  color: #000;
  margin-bottom: 0.5em;
}
.c-booth__title:before {
  content: "●";
  display: inline-block;
  vertical-align: top;
  color: #f15f00;
}
.c-booth__outline {
  background: #ffe1d2;
  padding: 0.75em;
  color: #000;
  margin-bottom: 1em;
}
.c-booth__works {
  margin-top: -0.25em;
  padding-left: 0.75em;
  margin-bottom: 1em;
}
.c-booth__button {
  font-size: 18px;
  font-size: 1.28571rem;
  padding: 0.6em 1em 0.5em;
  text-align: center;
  /* max-width: 400px; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
} /*! pc-only */
.c-pc-only {
  display: block;
}
span.c-pc-only {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-booth {
    padding: 10px;
    margin-top: 5%;
  }
  .c-booth .c-media {
    margin-bottom: 20px;
  }
  .c-booth .c-media__body,
  .c-booth .c-media__image {
    width: 100%;
  }
  .c-booth .c-media__image img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-pc-only {
    display: none !important;
  }
} /*! sp-only */
.c-sp-only {
  display: none;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-sp-only {
    display: block;
  }
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: url(../images/ajax-loader.gif) center center no-repeat #fff;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(../fonts/slick.woff) format("woff"),
    url(../fonts/slick.ttf) format("truetype"),
    url(../fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 58px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 10;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.slick-prev {
  left: 4%;
}
[dir="rtl"] .slick-prev {
  right: 4%;
  left: auto;
}
.slick-prev:before {
  content: url(../images/ico_slide_prev.png);
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: url(../images/ico_slide_next.png);
}
.slick-next {
  right: 4%;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: 4%;
}
[dir="rtl"] .slick-next:before {
  content: url(../images/ico_slide_prev.png);
}
.slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: "●";
  text-align: center;
  color: #fff;
}
.slick-dots li.slick-active button:before {
  color: #ccc;
}
@media screen and (max-width: 768px) {
  .slick-next,
  .slick-prev {
    display: none !important;
  }
  .slick-dots {
    display: block !important;
    bottom: 5px;
  }
}
.c-accordion__opener {
  border: 1px solid #005d6f;
  line-height: 1;
  padding: 10px 10px 9px;
  cursor: pointer;
}
.c-accordion__opener:before {
  content: url(../images/ico_accordion.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.c-accordion__opener.is-open:before {
  position: relative;
  top: -3px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-accordion__panel {
  display: none;
  padding: 15px 0;
}
.p-top__session-box:after,
.p-top__session-box:before,
.p-top__session:after,
.p-top__session:before {
  display: table;
  content: " ";
}
.p-top__hero {
  width: 100%;
  border-top: 5px solid #005d6f;
  background: url(../images/bg_hero.png);
}
.p-top__hero--teaser {
  border-bottom: 5px solid #005d6f;
}
.p-top__hero-wrapper {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-top__hero-wrapper .slick-slide {
  background: #000;
  text-align: center;
  pointer-events: none;
}
.p-top__hero-wrapper .slick-slide img {
  opacity: 0.7;
  -webkit-transition: 1s;
  transition: 1s;
}
.p-top__hero-wrapper .slick-center,
.p-top__hero-wrapper .slick-current {
  background: #fff;
  pointer-events: auto;
}
.p-top__hero-wrapper .slick-center img,
.p-top__hero-wrapper .slick-current img {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-top__hero-wrapper .slick-center a:hover img,
.p-top__hero-wrapper .slick-current a:hover img {
  opacity: 0.8;
}
.p-top__hero-wrapper img {
  width: 100%;
}
.p-top__session-wrapper {
  padding-top: 12px;
  padding-bottom: 0;
  margin-bottom: 18px;
}
.p-top__session-title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.28571rem;
  margin-bottom: 10px;
}
.p-top__session--three-column > .p-top__session-box {
  width: 32.3529412%;
  float: left;
  box-sizing: border-box;
  margin-right: 1.4705882%;
}
.p-top__session--three-column > .p-top__session-box:nth-child(3n) {
  margin-right: 0;
}
.p-top__session--three-column > .p-top__session-box .p-top__session-box__image {
  float: none;
  width: 100%;
  padding-bottom: 10px;
}
.p-top__session--three-column > .p-top__session-box .p-top__session-box__body {
  float: none;
  width: 100%;
}
.p-top__session--one-column > .p-top__session-box {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px 18px;
}
.p-top__session--one-column > .p-top__session-box .p-top__session-box__image {
  width: 21.96273%;
}
.p-top__session--one-column > .p-top__session-box .p-top__session-box__body {
  width: 75.08696%;
}
.p-top__session--one-column > .p-top__session-box .p-top__session-box__name {
  font-size: 18px;
  font-size: 1.28571rem;
}
.p-top__session--one-column > .p-top__session-box .p-top__session-box__profile {
  padding-top: 15px;
}
.p-top__session-box {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.p-top__session-box__image {
  float: left;
  width: 30.3030303%;
  text-align: center;
}
.p-top__session-box__image img {
  vertical-align: middle;
}
.p-top__session-box__body {
  float: right;
  width: 66.6666667%;
  color: #666;
}
.p-top__session-box__title {
  background: #666;
  color: #fff;
  padding: 7px 9px 4px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-top__session-box__content a,
.p-top__session-box__name {
  font-weight: 700;
}
.p-top__link-wrapper {
  margin-bottom: 40px;
}
.p-top__link-btn {
  display: block;
  border: 1px solid #005d6f;
  line-height: 1;
  padding: 10px 10px 9px;
  cursor: pointer;
  color: currentColor;
  margin-bottom: 20px;
}
.p-top__link-btn:before {
  content: url(../images/ico_circle_arrow.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-top__session--three-column > .p-top__session-box {
    width: 100%;
    float: none;
    box-sizing: border-box;
    margin-right: 0;
  }
  .p-top__session--one-column > .p-top__session-box {
    margin-bottom: 20px;
  }
  .p-top__session--one-column > .p-top__session-box .p-top__session-box__body,
  .p-top__session--one-column > .p-top__session-box .p-top__session-box__image {
    width: 100%;
  }
  .p-top__session--one-column > .p-top__session-box .p-top__session-box__name {
    font-size: 18px;
    font-size: 1.28571rem;
  }
  .p-top__session--one-column
    > .p-top__session-box
    .p-top__session-box__profile {
    padding-top: 15px;
  }
  .p-top__session-box {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .p-top__session-box:after,
  .p-top__session-box:before {
    display: table;
    content: " ";
  }
  .p-top__session-box:after {
    clear: both;
  }
  .p-top__session-box__image {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .p-top__session-box__image img {
    width: auto;
    vertical-align: middle;
  }
  .p-top__session-box__body {
    float: none;
    width: 100%;
  }
  .p-top__session-box__title {
    text-align: center;
  }
}
.p-session__times-link {
  padding: 10px;
  border: 1px solid #005d6f;
  border-top: none;
  margin-bottom: 30px;
  text-align: center;
}
.p-session__times-link ul {
  display: inline-block;
}
.p-session__times-link li {
  float: left;
  margin: 0 0.5em;
  font-size: 16px;
  font-size: 1.14286rem;
}
.p-session__times-link-header {
  margin-bottom: 0;
}
.p-session__legend {
  text-align: center;
  margin-bottom: 20px;
}
.p-session__legend:after,
.p-session__legend:before {
  display: table;
  content: " ";
}
.p-session__legend ul {
  display: inline-block;
}
.p-session__legend li {
  text-align: left;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 0.92857rem;
  min-width: 150px;
  box-sizing: border-box;
}
.p-session__legend li > .c-sticker {
  margin-right: 7px;
  margin-bottom: 0;
  position: relative;
  top: -1px;
}
.p-session__legend li:nth-child(2),
.p-session__legend li:nth-child(3),
.p-session__legend li:nth-child(6),
.p-session__legend li:nth-child(7) {
  width: 180px;
}
.p-session__legend li:nth-child(4n + 1) {
  clear: left;
}
.p-session__intro {
  text-align: center;
  margin-bottom: 40px;
}
.p-session__intro-catch {
  font-size: 24px;
  font-size: 1.71429rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-session__times-link {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .p-session__times-link li {
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .p-session__times-link li:nth-child(3n + 1) {
    clear: left;
  }
  .p-session__legend li {
    float: none;
  }
  .p-session__intro {
    text-align: left;
    line-height: 1.74;
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-session__intro-catch {
    font-size: 20px;
    font-size: 1.42857rem;
    color: #000;
  }
}
.p-session-detail {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.p-session-detail__header {
  margin-bottom: 40px;
  text-align: center;
}
.p-session-detail__time {
  color: #0c808d;
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1.14286rem;
}
.p-session-detail__category {
  margin-bottom: 1em;
}
.p-session-detail__title {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.71429rem;
  color: #000;
  margin-bottom: 0.5em;
}
.p-session-detail__summary {
  background: #faf4df;
  color: #555;
  padding: 20px;
  margin-bottom: 20px;
}
.p-session-detail__summary p + p {
  margin-top: 1em;
}
.p-session-detail__person {
  padding-bottom: 15px;
  border-bottom: 1px dotted #666;
  margin-bottom: 20px;
}
.p-session-detail__person:after,
.p-session-detail__person:before {
  display: table;
  content: " ";
}
.p-session-detail__person:after {
  clear: both;
}
.p-sponsor__list--banner li:nth-child(6n + 1),
.p-sponsor__list--booth li:nth-child(5n + 1),
.p-sponsor__list--dia li:nth-child(2n + 1),
.p-sponsor__list--gold li:nth-child(4n + 1),
.p-sponsor__list--platinum li:nth-child(3n + 1),
.p-sponsor__list--premiere li:nth-child(3n + 1) {
  clear: left;
}
.p-session-detail__person-wrapper {
  padding-top: 20px;
}
.p-session-detail__person-image {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}
.p-session-detail__person-body {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.p-sponsor__list li,
.u-vam {
  vertical-align: middle;
}
.p-session-detail__person-name {
  font-weight: 700;
  margin-bottom: 0.8em;
  color: #000;
}
.p-session-detail__person-name span {
  font-weight: 400;
}
.p-session-detail__person-position {
  margin-bottom: 0.8em;
}
.p-session-detail__back-to-list {
  padding-top: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-session-detail__header {
    margin-bottom: 20px;
  }
  .p-session-detail__title {
    font-size: 18px;
    font-size: 1.28571rem;
    text-align: left;
  }
  .p-session-detail__promoter {
    text-align: left;
  }
  .p-session-detail__summary {
    padding: 10px;
  }
  .p-session-detail__person-wrapper {
    padding-top: 10px;
  }
  .p-session-detail__person-image {
    display: block;
    text-align: center;
    width: 100%;
  }
  .p-session-detail__person-body {
    display: block;
    padding-left: 0;
    padding-top: 20px;
  }
  .p-session-detail__person-name {
    font-weight: 700;
    margin-bottom: 0.8em;
    color: #000;
  }
  .p-session-detail__person-position {
    margin-bottom: 0.8em;
  }
}
.p-exp__photo,
.p-sponsor__list--special {
  text-align: center;
}
.p-sponsor__list {
  overflow: hidden;
  padding-left: 35px;
  letter-spacing: -0.2em;
}
.p-sponsor__list li {
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  width: 33%;
  margin-bottom: 1em;
  box-sizing: border-box;
  margin-right: 20px;
}
.p-sponsor__list li img {
  width: 100%;
}
.p-sponsor__list--special li {
  width: 400px;
}
.p-sponsor__list--dia li {
  width: 370px;
  padding: 0 40px;
  margin-right: 20px;
}
.p-sponsor__list--premiere li {
  width: 240px;
  margin-right: 20px;
}
.p-sponsor__list--platinum li {
  width: 240px;
  padding: 0 20px;
}
.p-sponsor__list--gold li {
  width: 170px;
}
.p-sponsor__list--booth li {
  width: 130px;
}
.p-sponsor__list--flyer li {
  width: 150px;
  margin-right: 25px;
}
.p-sponsor__list--banner li,
.p-sponsor__list--media li {
  width: 130px;
  margin-right: 25px;
}
.p-sponsor__list--media {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .p-sponsor__list--banner li:nth-child(6n + 1),
  .p-sponsor__list--booth li:nth-child(5n + 1) {
    clear: none;
  }
  .p-sponsor__list {
    padding-left: 0;
  }
  .p-sponsor__list li {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .p-sponsor__list--booth li {
    width: 50%;
    float: left;
  }
  .p-sponsor__list--booth li img {
    width: 130px;
  }
  .p-sponsor__list--banner li {
    width: 50%;
    float: left;
  }
  .p-sponsor__list--banner li img {
    width: 100px;
  }
}
.p-exp__attention {
  color: #d80000;
  margin-bottom: 18px;
  line-height: 1.74;
}
.p-exp__column-item {
  width: 47.5609756%;
  margin-top: 5px;
  margin-bottom: 30px;
}
.p-exp__photo {
  margin-bottom: 15px;
}
.p-exp__copyrights {
  line-height: 1.74;
  padding-left: 4px;
}
@media screen and (max-width: 1024px) {
  #mediapartner {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-exp__column-item {
    width: 100%;
    float: none !important;
  }
  #mediapartner {
    margin-top: -70px;
    padding-top: 70px;
  }
} /*! clearfix */
.u-cf:after,
.u-cf:before {
  display: table;
  content: " ";
}
.u-cf:after {
  clear: both;
} /*! margin: */
.u-mb0 {
  margin-bottom: 0!important;
}
.u-mb5 {
  margin-bottom: 5px!important;
}
.u-mb10 {
  margin-bottom: 10px!important;
}
.u-mb15 {
  margin-bottom: 15px!important;
}
.u-mb20 {
  margin-bottom: 20px!important;
}
.u-mb25 {
  margin-bottom: 25px!important;
}
.u-mb30 {
  margin-bottom: 30px!important;
}
.u-mb35 {
  margin-bottom: 35px!important;
}
.u-mb40 {
  margin-bottom: 40px!important;
}
.u-mb50 {
  margin-bottom: 50px!important;
}
.u-mb60 {
  margin-bottom: 60px!important;
}
.u-mb70 {
  margin-bottom: 70px!important;
}
.u-mb80 {
  margin-bottom: 80px!important;
}
.u-mb90 {
  margin-bottom: 90px!important;
}
.u-mb100 {
  margin-bottom: 100px!important;
}
.u-mb200 {
  margin-bottom: 200px!important;
}
.u-ml10 {
  margin-left: 10px!important;
}
.u-ml20 {
  margin-left: 20px!important;
}
.u-ml2rem {
  margin-left: 2rem!important;
}
.u-ml40 {
  margin-left: 40px!important;
}
.u-mr10 {
  margin-right: 10px!important;
}
.u-mr20 {
  margin-right: 20px!important;
}
.u-mr1e {
  margin-right: 1em!important;
}
.u-mr2e {
  margin-right: 2em!important;
} /*! position: */
.u-position-rel {
  position: relative;
} /*! float: */
.u-float-right {
  float: right;
}
.u-float-left {
  float: left;
} /*! align: */
.u-align-left {
  text-align: left;
}
.u-align-right {
  text-align: right;
}
.u-align-center {
  text-align: center;
}
.u-vab {
  vertical-align: bottom;
} /*! font */
.u-font-bold {
  font-weight: 700;
}
.u-font-bold-red {
  font-weight: 700;
  color: #d80000;
}
.u-font-normal {
  font-weight: 400;
}
.u-font-30 {
  font-size: 30px;
  font-size: 2.14286rem;
}
.u-font-25 {
  font-size: 25px;
  font-size: 1.78571rem;
}
.u-font-24 {
  font-size: 24px;
  font-size: 1.71429rem;
}
.u-font-23 {
  font-size: 23px;
  font-size: 1.64286rem;
}
.u-font-22 {
  font-size: 22px;
  font-size: 1.57143rem;
}
.u-font-21 {
  font-size: 21px;
  font-size: 1.5rem;
}
.u-font-20 {
  font-size: 20px;
  font-size: 1.42857rem;
}
.u-font-19 {
  font-size: 19px;
  font-size: 1.35714rem;
}
.u-font-18 {
  font-size: 18px;
  font-size: 1.28571rem;
}
.u-font-17 {
  font-size: 17px;
  font-size: 1.21429rem;
}
.u-font-16 {
  font-size: 16px;
  font-size: 1.14286rem;
}
.u-font-15 {
  font-size: 15px;
  font-size: 1.07143rem;
}
.u-font-14 {
  font-size: 14px;
  font-size: 1rem;
}
.u-font-13 {
  font-size: 13px;
  font-size: 0.92857rem;
}
.u-font-12 {
  font-size: 12px;
  font-size: 0.85714rem;
}
.u-font-11 {
  font-size: 11px;
  font-size: 0.78571rem;
}
.u-font-10 {
  font-size: 10px;
  font-size: 0.71429rem;
} /*! color: */
.u-color-black {
  color: #000;
}
.u-color-red {
  color: #d80000;
}
.u-color-white {
  color: #FFF;
}
.u-color-orange {
  color: #ff3f00;
}
.u-color-blue {
  color: #002464;
}
.u-current-color {
  color: currentColor;
} /*! display: */
.u-display-inline-block {
  display: inline-block;
}
.u-display-none {
  display: none;
}
.u-underline {
  text-decoration: underline;
} /*! other: */
.c-time-table__item-body .i-new:after {
  content: "NEW";
  display: inline-block;
  color: #fff;
  margin-left: 0.4em;
  font-size: 0.8em;
  text-decoration: none;
  background-color: #999;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .pc-fs-small {
    font-size: 0.8em;
  }
}
.p-sponsor__list--banner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 910px) {
  .div-sponsor__list--flyer {
    float: left;
    margin-right: 15px;
  }
  .div-sponsor__list--banner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .div-sponsor__list--banner h3 {
    width: 100%;
  }
  .p-sponsor__list--banner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-sponsor__list--banner li {
    margin-right: 5px;
  }
  .p-sponsor__list--media {
    padding-right: 0;
  }
  .p-sponsor__list--media li {
    margin-right: 25px;
  }
}

.anchor-mg{
  margin-top:-60px;
  padding-top:60px;
}
@media screen and (max-width:768px){
  .anchor-mg{
    margin-top:-70px;
    padding-top:70px;
  }
}

@media screen and (max-width:926px){
  .p-sponsor__list{
    text-align: center;
  }
}

@media screen and (max-width:410px){
  .p-sponsor__list--dia li{
    width: 100%;
  }
}

@media screen and (max-width:352px){
  .p-sponsor__list--platinum li{
    width: 80%;
  }
}

#invite {
  margin-top:-60px!important;
  padding-top:60px!important;
}


.c-table--vr2 th{
  background-color: #d5f1ff;
}

.c-table--vr2 tr:nth-child(2n) td{
  background-color: #EEE;
}
.c-table--vr2 tr:nth-child(2n+1) th,
.c-table--vr2 tr:nth-child(2n+1) td{
  padding-top: 1em;
  padding-bottom: 1em;
}

/* .c-time-table__item .i-new{
  position: absolute;
  right: 0;
  padding: 0px 5px;
  background-color: #999;
  color: #FFF;
  margin: 5px;
} */

.c-border{
  border: 1px solid #999;
}
.mgl-pc-only{
  margin-left: 8rem;
}
@media screen and (max-width:890px){
  .mgl-pc-only{
    margin-left: 0px;
  }
}
.c-section-entry{
  border: 5px solid #005d6f;
  padding: 2em;
  border-radius: 0.5em;
}
.global-navi__list .btn{
  background-color: #FFF;
  line-height: 2;
  padding: 0 0.5em;
  border-radius: 0.3em;
  color: #d80000;
  text-decoration: none;
}
.global-navi__list .btn:hover{
  background-color: #f4ecff;
  text-decoration: none;
}
.c-btn-red {
    position: relative;
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff2626), to(#ff7e7e));
    background-image: linear-gradient(to bottom, #ff2626 0, #ff7e7e 100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    padding: 1em 2em 0.9em;
    z-index: 3;
    box-sizing: border-box;
    min-width: 160px;
    border-radius: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    border: 1px solid #ff0000;
    text-decoration: none;
    margin: 10px 0px;
}
.c-btn-blu {
    position: relative;
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5463cb), to(#a9b9ff));
    background-image: linear-gradient(to bottom, #5463cb 0, #a9b9ff 100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    padding: 1em 2em 0.9em;
    z-index: 3;
    box-sizing: border-box;
    min-width: 160px;
    border-radius: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    border: 1px solid #5463cb;
    text-decoration: none;
    margin: 10px 0px;
}
.c-btn-red:hover,
.c-btn-blu:hover {
  color: #fff;
  text-decoration: underline;
}
.c-btn-group{
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #029eda), to(#86d9f9));
  background-image: linear-gradient(to bottom, #029eda 0, #86d9f9 100%);
  border: 1px solid #029eda;
}
.c-ads{
  padding-top: 1.5em;
  text-align: center;
}
.c-ads-row{
  margin-bottom: 1.0em;
  margin-top: 1.0em;
}
.c-ads-row2 a{
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 33%;
}
.c-level{
  border-radius: 5px;
  padding: 6px 5px 4px;
  background: #0c808d;
  line-height: 12px;
  display: inline-block;
  color: #fff;
  text-align: center;
  min-width: 30px;
  box-sizing: border-box;
  font-weight: 700;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  font-size: 12px;
}
.c-level--01{
  background-color: orange;
  color: #FFF;
}
.c-level--02{
  background-color: red;
  color: #FFF;
}
.c-level--03{
  background-color: #000;
  color: #FFF;
}
.c-notice img{
  vertical-align: middle;
  width: 40px;
}
.c-level--b01{
  background-color: #10cd97;
  color: #FFF;
}
#apply,
#notice,
#watch{
  margin-top:-70px;
  padding-top:70px;
}
.ul-indent{
    text-indent: -1em;
    margin-left: 1em;
}
#main_sponsor img{
  -webkit-backface-visibility: hidden;
}
.c-sticker--chat--yes{
    border: 2px solid #4080ff;
    background-color: inherit;
    color: #4080ff;
}
.c-sticker--chat--no{
    border: 2px solid #666;
    background-color: inherit;
    color: #666;
}
.c-title__bg--importat{
  background-color: #d80000;
  color: #FFF;
}
.ul-nml{
  list-style-type: disc;
  padding-left: 1.5em;
}
.ul-num{
  list-style-type: decimal;
}
.hr-nml{
  border: none;
  border-top: 1px solid #CCC;
}
.flex-2{
  display: -webkit-box;
  display: flex;
  margin:  0 -5px auto;
}
.flex-2 > *{
  width : calc(100% / 2) ;
  margin: 0 5px;
  font-size: 0.7em;
}
.flex-2 img{
  margin-bottom: 5px;
}

.flex-3{
  display: -webkit-box;
  display: flex;
  margin:  0 -5px auto;
}
.flex-3 > *{
  width : calc(100% / 3) ;
  margin: 0 5px;
  font-size: 0.7em;
}
.flex-3 img{
  margin-bottom: 5px;
}

@media screen and (max-width: 768px){
  .flex-2,
  .flex-3{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .flex-2 > *,
  .flex-2 > img,
  .flex-3 > *,
  .flex-3 > img{
    width: auto;
    text-align: center;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
  }
  .flex-2 > *:last-of-type,
  .flex-3 > *:last-of-type{
    margin-bottom: 0em;
  }
}
.c-submission{
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e96e9), to(#8ec2ff));
  background-image: linear-gradient(to bottom, #3e96e9 0, #8ec2ff 100%);
  border-color: #668cd9;
}
.c-submission{
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e96e9), to(#8ec2ff));
  background-image: linear-gradient(to bottom, #3e96e9 0, #8ec2ff 100%);
  border-color: #668cd9;
}
.c-submission:hover,
.c-booth__button:hover{
  color: #FFF;
}
@media screen and (max-width: 768px){
  .c-table-scroll table{
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.a-link{
  margin-top: -67px!important;
  padding-top: 67px!important;
  position: relative;
  z-index: -1;
}
.p-sponsor__list--dia{
  text-align: center;
}
.bdr{
  border: 1px solid #CCC;
}
.c-title--xr{
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 0.5em;
}
.c-title--xr::before{
  content: "■";
  padding-right: 2px;
  font-family: serif;
}
  .grad-btn {
  border: 1px solid #CCC;
  border-radius: 0.3em;
  text-align: center;
  padding: 0.5em;
  background: #aaa;
  color: #FFF;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.grad-btn::before {
  content: "▼過去のお知らせ";
}
.grad-btn:hover {
  cursor: pointer;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 0px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.9)), color-stop(50%, rgba(255,255,255,0.9)), to(#fff));
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "▲閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.grad-trigger + br,
.grad-btn + p,
.grad-wrap + p{
  display: none;
}
.c-list--merit li{
    /* text-indent: -5rem; */
    padding-left: 3.7rem;
    /* list-style-type: none; */
    position: relative;
}
.c-list--merit li span{
    position: absolute;
    left: 0px;
}
.c-box-blu{
    background-color: #e4f4ff;
    border: 1px solid #52a2eb;
    padding: 1rem;
}
.c-title--bold{
  font-weight: bold;
}

.p-exp__photo-tate {
  display: block;
  position: relative;
  max-width: 100%;
}

.p-exp__photo-tate::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-exp__photo-tate img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}

@media screen and (max-width: 768px){
  .p-exp__photo-tate{
    max-height: 500px;
  }
}
.c-tag-xr{
    display: inline-block;
    padding: 0px 5px;
    background-color: #FFF;
    color: #666;
    border-radius: 3px;
    margin: 0 7px 0 0;
}
.c-title--ai{
  background-color: #674242;
}
.c-title--ai .c-tag-xr{
  color: #674242;
}
.c-level--bpass{
    background-color: #FFF;
    color: #222;
    border: 1px solid #222;
    border-radius: 0;
}
/* .global-navi__list_session > ul{
  display: none;
}
.global-navi__list_session:hover > ul{
  display: block;
} */
.dropotron li a{
    background: #005d6f;
    color: #FFF;
    padding: 1em;
    text-decoration: none;
    border-top: 1px solid #EEE;
}
.dropotron li a:hover{
    /* background: #4493dd; */
    background: #0a808e;
}
@media screen and (max-width:1099px) {
  .dropotron li a{
    font-size: 0.9rem;
  }
}
.d-flex{
  display: flex;
  justify-content: center;
}
.d-flex *{
  min-width: 0;
}
hr{
    border: none;
    border-top: 1px solid #005d6f;
    margin: 2rem 0 2rem;
}
.li-br{
    width: 100%!important;
    display: block!important;
    margin: 0!important;
}
.p-sponsor__list--indie-sp li{
  width: 270px;
  padding: 0 20px;
}
.box-red{
  border: 1px solid red;
  padding: 0.7rem;
}
.c-sticker--nots{
  background-color: #FFF;
  color: red;
  border: 1px solid red;
}
.no-float {
  float: none !important;
}