@charset "UTF-8";
/* =================================================================================================================== */
/* reset */
/* =================================================================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent; }

/* =================================================================================================================== */
/* foundation */
/* =================================================================================================================== */
html {
  font-size: 62.5%; }

body {
  margin: 0 auto;
  background: #fffef6;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }
  @media print, screen and (max-width: 767px) {
    body {
      -webkit-text-size-adjust: 100%;
      -webkit-overflow-scrolling: touch; } }

@media print, screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto; } }

* {
  box-sizing: border-box;
  zoom: 1; }

p {
  color: #000; }

a {
  color: #333333;
  text-decoration: none; }

strong {
  font-weight: bold; }

.red {
  color: #f00; }

.pc_b {
  display: block !important; }
  @media print, screen and (max-width: 767px) {
    .pc_b {
      display: none !important; } }

.pc_i {
  display: inline !important; }
  @media print, screen and (max-width: 767px) {
    .pc_i {
      display: none !important; } }

.pc_ib {
  display: inline-block !important; }
  @media print, screen and (max-width: 767px) {
    .pc_ib {
      display: none !important; } }

.pc_f {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  @media print, screen and (max-width: 767px) {
    .pc_f {
      display: none !important; } }

.sp_b {
  display: none !important; }
  @media print, screen and (max-width: 767px) {
    .sp_b {
      display: block !important; } }

.sp_i {
  display: none !important; }
  @media print, screen and (max-width: 767px) {
    .sp_i {
      display: inline !important; } }

.sp_ib {
  display: none !important; }
  @media print, screen and (max-width: 767px) {
    .sp_ib {
      display: inline-block !important; } }

.sp_f {
  display: none !important; }
  @media print, screen and (max-width: 767px) {
    .sp_f {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

/* =================================================================================================================== */
/* Google Translate */
/* =================================================================================================================== */
.goog-te-gadget-simple {
  margin-top: -4px;
  margin-bottom: -4px; }

/* =================================================================================================================== */
/* st */
/* =================================================================================================================== */
/* =================================================================================================================== */
/* .st-Container */
/* =================================================================================================================== */
.st-Container {
  box-sizing: border-box;
  overflow: hidden; }

/* =================================================================================================================== */
/* .st-Header */
/* =================================================================================================================== */
@media print, screen and (max-width: 767px) {
  .st-Header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; } }

.st-Header_Sub {
  background: #f39800; }
  .st-Header_Sub_Inner {
    margin: 0 auto;
    color: #fff; }
    @media print, screen and (min-width: 768px) {
      .st-Header_Sub_Inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: 1920px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
        padding: 5px 30px; } }
    @media print, screen and (max-width: 767px) {
      .st-Header_Sub_Inner {
        padding: 1.04167vw 0;
        text-align: center; } }
  .st-Header_Sub_Text {
    font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      .st-Header_Sub_Text {
        font-size: 2.60417vw;
        letter-spacing: 0.025em; } }
  .st-Header_Sub_List {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media print, screen and (min-width: 768px) {
      .st-Header_Sub_List_Item {
        margin-left: 20px;
        padding: 0 10px; } }
    .st-Header_Sub_List_Item-Anchor {
      position: relative;
      color: #fff;
      border-bottom: 1px solid transparent;
      transition: 0.3s; }
      .st-Header_Sub_List_Item-Anchor:hover {
        border-color: #fff; }
      .st-Header_Sub_List_Item-Anchor:after {
        position: absolute;
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        pointer-events: none; }
        @media print, screen and (min-width: 768px) {
          .st-Header_Sub_List_Item-Anchor:after {
            top: 5px;
            left: -20px; } }
    .st-Header_Sub_List_Item:nth-of-type(1) a:after {
      background-image: url(../../images/common/icon_pencil.png); }
      @media print, screen and (min-width: 768px) {
        .st-Header_Sub_List_Item:nth-of-type(1) a:after {
          width: 13px;
          height: 13px; } }
    .st-Header_Sub_List_Item:nth-of-type(2) a:after {
      background-image: url(../../images/common/icon_pencil.png); }
      @media print, screen and (min-width: 768px) {
        .st-Header_Sub_List_Item:nth-of-type(2) a:after {
          width: 13px;
          height: 13px; } }
    .st-Header_Sub_List_Item:nth-of-type(3) a:after {
      background-image: url(../../images/common/icon_question.png); }
      @media print, screen and (min-width: 768px) {
        .st-Header_Sub_List_Item:nth-of-type(3) a:after {
          width: 14px;
          height: 14px; } }

@media print, screen and (max-width: 767px) {
  .st-Header_Main {
    padding: 2.60417vw 3.90625vw 1.82292vw;
    background-color: #fffef6; } }

.st-Header_Main_Logo {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: 0.3s; }
  .st-Header_Main_Logo:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  @media print, screen and (min-width: 768px) {
    .st-Header_Main_Logo {
      margin: 8px 10px; } }
  @media print, screen and (max-width: 767px) {
    .st-Header_Main_Logo {
      z-index: 2; } }
  @media print, screen and (max-width: 767px) {
    .st-Header_Main_Logo img {
      width: 28.64583vw; } }

@media print, screen and (max-width: 767px) {
  .st-Header_Main_Button {
    margin: 1.04167vw 0 0 0;
    padding: 0 11.71875vw 0 4.16667vw;
    width: 31.25vw;
    height: 11.71875vw;
    border-radius: 1.30208vw;
    box-shadow: 0 0.52083vw 0 #b10c13;
    background-color: #e5151e;
    position: relative;
    z-index: 2; } }

.st-Header_Main_Button_Text {
  color: #fff;
  font-weight: 700; }
  @media print, screen and (max-width: 767px) {
    .st-Header_Main_Button_Text {
      font-size: 3.64583vw; } }

@media print, screen and (max-width: 767px) {
  .st-Header_Main_Button_Icon {
    width: 5.20833vw;
    height: 4.55729vw;
    position: absolute;
    top: 50%;
    right: 3.25521vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

@media print, screen and (max-width: 767px) {
  .st-Header_Main_Button_Icon span {
    width: 100%;
    height: 0.65104vw;
    border-radius: 0.65104vw;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: .3s; } }

.st-Header_Main_Button_Icon span:nth-child(1) {
  top: 0; }

.st-Header_Main_Button_Icon span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.st-Header_Main_Button_Icon span:nth-child(3) {
  bottom: 0; }

.st-Header_Main_Button.is-Open span:nth-child(1) {
  top: auto;
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
      -ms-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg); }

.st-Header_Main_Button.is-Open span:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.st-Header_Main_Button.is-Open span:nth-child(3) {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }

.st-Header_Main_Inner {
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media print, screen and (min-width: 768px) {
    .st-Header_Main_Inner {
      max-width: 1920px;
      padding: 10px 20px;
      height: 120px; } }

@media print, screen and (max-width: 767px) {
  .st-Header_Main_Nav {
    padding: 27.34375vw 3.90625vw 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../../images/sp/header-bg_nav.png);
    background-size: 25vw 21.74479vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .3s;
    -webkit-transform: translateY(-102.5%);
        -ms-transform: translateY(-102.5%);
            transform: translateY(-102.5%);
    overflow: hidden; } }

@media print, screen and (max-width: 767px) {
  .st-Header_Main_Nav.is-Open {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); } }

.st-Header_Main_Nav_List {
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .st-Header_Main_Nav_List {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1070px; } }
  .st-Header_Main_Nav_List_Item {
    transition: 0.3s; }
    @media print, screen and (min-width: 768px) {
      .st-Header_Main_Nav_List_Item {
        margin: 15px 10px;
        padding-bottom: 10px;
        cursor: pointer; } }
    @media print, screen and (max-width: 767px) {
      .st-Header_Main_Nav_List_Item {
        width: 100%; } }
    @media print, screen and (max-width: 767px) {
      .st-Header_Main_Nav_List_Item + .st-Header_Main_Nav_List_Item {
        margin: 1.30208vw 0 0 0; } }
    .st-Header_Main_Nav_List_Item-Anchor {
      position: relative;
      display: block;
      text-align: center;
      font-weight: bold;
      transition: 0.3s; }
      @media print, screen and (min-width: 768px) {
        .st-Header_Main_Nav_List_Item-Anchor {
          padding: 20px 10px 20px 30px;
          font-size: 14px;
          font-size: 1.4rem;
          border-bottom: 4px solid #000; } }
      @media print, screen and (max-width: 767px) {
        .st-Header_Main_Nav_List_Item-Anchor {
          padding: 5.20833vw 0;
          width: 100%;
          border-radius: 1.30208vw;
          font-size: 4.42708vw;
          letter-spacing: 0.0125em; } }
      .st-Header_Main_Nav_List_Item-Anchor:after {
        position: absolute;
        content: "";
        left: 0;
        background-size: cover; }
        @media print, screen and (max-width: 767px) {
          .st-Header_Main_Nav_List_Item-Anchor:after {
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); } }
    @media print, screen and (min-width: 768px) {
      .st-Header_Main_Nav_List_Item:last-of-type a {
        padding: 20px 5px 20px 30px; } }
    @media print, screen and (min-width: 768px) {
      .st-Header_Main_Nav_List_Item:hover {
        margin-top: 10px; } }
    @media print, screen and (min-width: 768px) {
      .st-Header_Main_Nav_List_Item:hover a {
        padding-bottom: 25px; } }
    @media print, screen and (max-width: 767px) {
      .st-Header_Main_Nav_List_Item span {
        display: inline-block;
        -webkit-transform: translateX(3.64583vw);
            -ms-transform: translateX(3.64583vw);
                transform: translateX(3.64583vw); } }
    @media print, screen and (min-width: 768px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(1) a {
        color: #f473a3;
        border-color: #f473a3; } }
    @media print, screen and (max-width: 767px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(1) a {
        color: #fff;
        background-color: #f473a3; } }
    @media print, screen and (min-width: 768px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(1) a:after {
        top: 14px;
        width: 18px;
        height: 26px;
        background-image: url(../../images/common/icon_about.png); } }
    @media print, screen and (max-width: 767px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(1) a:after {
        left: 20.18229vw;
        width: 4.16667vw;
        height: 5.85938vw;
        background-image: url(../../images/common/icon_about_big_w.png); } }
    @media print, screen and (min-width: 768px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(2) a {
        color: #51c5e8;
        border-color: #51c5e8; } }
    @media print, screen and (max-width: 767px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(2) a {
        color: #fff;
        background-color: #51c5e8; } }
    @media print, screen and (min-width: 768px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(2) a:after {
        top: 15px;
        width: 24px;
        height: 24px;
        background-image: url(../../images/common/icon_access.png); } }
    @media print, screen and (max-width: 767px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(2) a:after {
        left: 20.83333vw;
        width: 5.46875vw;
        height: 5.46875vw;
        background-image: url(../../images/common/icon_access_big_w.png); } }
    @media print, screen and (min-width: 768px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(3) a {
        color: #f3a250;
        border-color: #f3a250; } }
    @media print, screen and (max-width: 767px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(3) a {
        color: #fff;
        background-color: #f3a250; } }
    @media print, screen and (min-width: 768px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(3) a:after {
        top: 15px;
        width: 26px;
        height: 26px;
        background-image: url(../../images/common/icon_news.png); } }
    @media print, screen and (max-width: 767px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(3) a:after {
        left: 25.39062vw;
        width: 5.59896vw;
        height: 5.59896vw;
        background-image: url(../../images/common/icon_news_big_w.png); } }
    @media print, screen and (min-width: 768px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(4) a {
        color: #d096d5;
        border-color: #d096d5; } }
    @media print, screen and (max-width: 767px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(4) a {
        color: #fff;
        background-color: #d096d5; } }
    @media print, screen and (min-width: 768px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(4) a:after {
        top: 15px;
        width: 18px;
        height: 25px;
        background-image: url(../../images/common/icon_map.png); } }
    @media print, screen and (max-width: 767px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(4) a:after {
        left: 20.57292vw;
        width: 4.16667vw;
        height: 5.85938vw;
        background-image: url(../../images/common/icon_map_big_w.png); } }
    @media print, screen and (min-width: 768px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(5) a {
        color: #a4d145;
        border-color: #a4d145; } }
    @media print, screen and (max-width: 767px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(5) a {
        color: #fff;
        background-color: #a4d145; } }
    @media print, screen and (min-width: 768px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(5) a:after {
        top: 18px;
        width: 26px;
        height: 20px;
        background-image: url(../../images/common/icon_boothlist.png); } }
    @media print, screen and (max-width: 767px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(5) a:after {
        left: 15.625vw;
        width: 5.98958vw;
        height: 4.6875vw;
        background-image: url(../../images/common/icon_boothlist_big_w.png); } }
    @media print, screen and (max-width: 767px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(6) a {
        color: #fff;
        background-color: #314775; } }
    @media print, screen and (max-width: 767px) {
      .st-Header_Main_Nav_List_Item:nth-of-type(6) a:after {
        left: 29.94792vw;
        width: 5.85938vw;
        height: 5.85938vw;
        background-image: url(../../images/common/icon_search_big_w.png); } }

@media print, screen and (max-width: 767px) {
  .st-Header_Main_Nav_Others {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10.41667vw 0 0 0; } }

@media print, screen and (max-width: 767px) {
  .st-Header_Main_Nav_Others_Item {
    padding: 0 2.86458vw;
    border-right: 1px solid rgba(0, 0, 0, 0.5); } }

@media print, screen and (max-width: 767px) {
  .st-Header_Main_Nav_Others_Item-Anchor {
    font-size: 2.60417vw;
    font-weight: 500;
    letter-spacing: 0.035em; } }

.st-Header_Main_Nav_Others_Item:last-child {
  border: none; }

.st-Header_Main_Nav_Others_Item:last-of-type {
  position: relative;
  padding-left: 7.8125vw; }
  .st-Header_Main_Nav_Others_Item:last-of-type a:after {
    position: absolute;
    content: "";
    background-image: url(../../images/sp/header-icon_twitter.png);
    background-size: cover;
    pointer-events: none; }
    @media print, screen and (max-width: 767px) {
      .st-Header_Main_Nav_Others_Item:last-of-type a:after {
        width: 3.25521vw;
        height: 2.86458vw;
        top: 0;
        left: 3.125vw; } }

/* =================================================================================================================== */
/* .st-Footer */
/* =================================================================================================================== */
.st-Footer {
  position: relative;
  background: #f39801; }
  @media print, screen and (min-width: 768px) {
    .st-Footer {
      margin-top: 220px; } }
  @media print, screen and (max-width: 767px) {
    .st-Footer {
      margin-top: 31.25vw;
      padding: 8.85417vw 0 9.375vw; } }
  .st-Footer p, .st-Footer a {
    color: #fff; }
  .st-Footer:after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    background-position: center;
    background-size: cover; }
    @media print, screen and (min-width: 768px) {
      .st-Footer:after {
        top: -160px;
        height: 160px;
        background-image: url(../../images/pc/footer-img_top.png); } }
    @media print, screen and (max-width: 767px) {
      .st-Footer:after {
        top: -21.15885vw;
        height: 23.4375vw;
        background-image: url(../../images/sp/footer-img_top.png); } }
  @media print, screen and (max-width: 767px) {
    .st-Footer_Main {
      margin: 0 0 8.33333vw 0; } }
  .st-Footer_Main_List {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media print, screen and (max-width: 767px) {
      .st-Footer_Main_List {
        margin: 0 auto;
        width: 94.79167vw;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .st-Footer_Main_List_Item {
      transition: 0.3s; }
      @media print, screen and (min-width: 768px) {
        .st-Footer_Main_List_Item {
          -webkit-flex-basis: 195px;
              -ms-flex-preferred-size: 195px;
                  flex-basis: 195px;
          margin: 0 25px 50px; } }
      @media print, screen and (max-width: 767px) {
        .st-Footer_Main_List_Item {
          border-top: 1px solid rgba(255, 255, 255, 0.5);
          width: 50%;
          position: relative; } }
      @media print, screen and (max-width: 767px) {
        .st-Footer_Main_List_Item:nth-of-type(odd) .st-Footer_Main_List_Item-Anchor {
          padding: 5.20833vw 0 5.46875vw 10.41667vw; } }
      @media print, screen and (max-width: 767px) {
        .st-Footer_Main_List_Item:nth-of-type(even) .st-Footer_Main_List_Item-Anchor {
          padding: 5.20833vw 0 5.46875vw 13.02083vw; } }
      @media print, screen and (max-width: 767px) {
        .st-Footer_Main_List_Item:nth-of-type(even):before {
          content: "";
          display: block;
          width: 1px;
          height: 10.41667vw;
          background-color: rgba(255, 255, 255, 0.5);
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      @media print, screen and (max-width: 767px) {
        .st-Footer_Main_List_Item:nth-of-type(5), .st-Footer_Main_List_Item:nth-of-type(6) {
          border-bottom: 1px solid rgba(255, 255, 255, 0.5); } }
      .st-Footer_Main_List_Item-Anchor {
        position: relative;
        display: block;
        font-weight: bold;
        transition: 0.3s; }
        @media print, screen and (min-width: 768px) {
          .st-Footer_Main_List_Item-Anchor {
            padding: 20px 10px 20px 30px;
            font-size: 14px;
            font-size: 1.4rem;
            border-bottom: 2px solid #fff;
            text-align: center; } }
        @media print, screen and (max-width: 767px) {
          .st-Footer_Main_List_Item-Anchor {
            font-size: 2.86458vw; } }
        .st-Footer_Main_List_Item-Anchor:after {
          background-size: cover;
          position: absolute;
          content: ""; }
          @media print, screen and (min-width: 768px) {
            .st-Footer_Main_List_Item-Anchor:after {
              left: 0; } }
          @media print, screen and (max-width: 767px) {
            .st-Footer_Main_List_Item-Anchor:after {
              top: 50%;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%); } }
      @media print, screen and (min-width: 768px) {
        .st-Footer_Main_List_Item:last-of-type a {
          padding: 20px 5px 20px 30px; } }
      @media print, screen and (min-width: 768px) {
        .st-Footer_Main_List_Item:hover {
          margin-top: -10px; } }
      @media print, screen and (min-width: 768px) {
        .st-Footer_Main_List_Item:hover a {
          padding-bottom: 30px; } }
      .st-Footer_Main_List_Item:nth-of-type(1) a:after {
        background-image: url(../../images/common/icon_about_w.png); }
        @media print, screen and (min-width: 768px) {
          .st-Footer_Main_List_Item:nth-of-type(1) a:after {
            top: 14px;
            width: 18px;
            height: 26px; } }
        @media print, screen and (max-width: 767px) {
          .st-Footer_Main_List_Item:nth-of-type(1) a:after {
            left: 3.90625vw;
            width: 3.38542vw;
            height: 4.81771vw; } }
      .st-Footer_Main_List_Item:nth-of-type(2) a:after {
        background-image: url(../../images/common/icon_access_w.png); }
        @media print, screen and (min-width: 768px) {
          .st-Footer_Main_List_Item:nth-of-type(2) a:after {
            top: 15px;
            width: 24px;
            height: 24px; } }
        @media print, screen and (max-width: 767px) {
          .st-Footer_Main_List_Item:nth-of-type(2) a:after {
            left: 5.46875vw;
            width: 4.42708vw;
            height: 4.42708vw; } }
      .st-Footer_Main_List_Item:nth-of-type(3) a:after {
        background-image: url(../../images/common/icon_news_w.png); }
        @media print, screen and (min-width: 768px) {
          .st-Footer_Main_List_Item:nth-of-type(3) a:after {
            top: 15px;
            width: 26px;
            height: 26px; } }
        @media print, screen and (max-width: 767px) {
          .st-Footer_Main_List_Item:nth-of-type(3) a:after {
            left: 2.86458vw;
            width: 4.55729vw;
            height: 4.55729vw; } }
      .st-Footer_Main_List_Item:nth-of-type(4) a:after {
        background-image: url(../../images/common/icon_map_w.png); }
        @media print, screen and (min-width: 768px) {
          .st-Footer_Main_List_Item:nth-of-type(4) a:after {
            top: 15px;
            width: 18px;
            height: 25px; } }
        @media print, screen and (max-width: 767px) {
          .st-Footer_Main_List_Item:nth-of-type(4) a:after {
            left: 5.98958vw;
            width: 3.38542vw;
            height: 4.81771vw; } }
      .st-Footer_Main_List_Item:nth-of-type(5) a:after {
        background-image: url(../../images/common/icon_boothlist_w.png); }
        @media print, screen and (min-width: 768px) {
          .st-Footer_Main_List_Item:nth-of-type(5) a:after {
            top: 18px;
            width: 26px;
            height: 20px; } }
        @media print, screen and (max-width: 767px) {
          .st-Footer_Main_List_Item:nth-of-type(5) a:after {
            left: 2.60417vw;
            width: 4.94792vw;
            height: 3.90625vw; } }
      @media print, screen and (max-width: 767px) {
        .st-Footer_Main_List_Item:nth-of-type(6) a:after {
          background-image: url(../../images/common/icon_search_big_w.png);
          left: 5.33854vw;
          width: 4.81771vw;
          height: 4.81771vw; } }
  @media print, screen and (min-width: 768px) {
    .st-Footer_Sub {
      margin: 50px auto; } }
  @media print, screen and (max-width: 767px) {
    .st-Footer_Sub {
      margin: 9.375vw auto 0; } }
  .st-Footer_Sub_List {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .st-Footer_Sub_List_Item {
      border-right: 1px solid rgba(255, 255, 255, 0.5); }
      @media print, screen and (min-width: 768px) {
        .st-Footer_Sub_List_Item {
          padding: 0 25px; } }
      @media print, screen and (max-width: 767px) {
        .st-Footer_Sub_List_Item {
          padding: 0 2.60417vw; } }
      .st-Footer_Sub_List_Item-Anchor {
        font-weight: 500;
        border-bottom: 1px solid transparent;
        transition: 0.3s; }
        .st-Footer_Sub_List_Item-Anchor:hover {
          border-color: #fff; }
        @media print, screen and (min-width: 768px) {
          .st-Footer_Sub_List_Item-Anchor {
            font-size: 12px;
            font-size: 1.2rem; } }
        @media print, screen and (max-width: 767px) {
          .st-Footer_Sub_List_Item-Anchor {
            font-size: 2.60417vw;
            letter-spacing: 0.035em; } }
      .st-Footer_Sub_List_Item:last-child {
        border: none; }
      .st-Footer_Sub_List_Item:last-of-type {
        position: relative; }
        @media print, screen and (min-width: 768px) {
          .st-Footer_Sub_List_Item:last-of-type {
            padding-left: 50px; } }
        @media print, screen and (max-width: 767px) {
          .st-Footer_Sub_List_Item:last-of-type {
            padding-left: 7.8125vw; } }
        .st-Footer_Sub_List_Item:last-of-type a:after {
          position: absolute;
          content: "";
          background-image: url(../../images/common/icon_twitter.png);
          background-size: cover;
          pointer-events: none; }
          @media print, screen and (min-width: 768px) {
            .st-Footer_Sub_List_Item:last-of-type a:after {
              top: -3px;
              left: 25px;
              width: 20px;
              height: 20px; } }
          @media print, screen and (max-width: 767px) {
            .st-Footer_Sub_List_Item:last-of-type a:after {
              width: 3.25521vw;
              height: 2.86458vw;
              top: -0.52083vw;
              left: 3.125vw; } }
  .st-Footer_Logo {
    display: block;
    text-align: center; }
    .st-Footer_Logo a {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition: 0.3s; }
      .st-Footer_Logo a:hover {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
      @media print, screen and (max-width: 767px) {
        .st-Footer_Logo a img {
          width: 43.22917vw; } }
  @media print, screen and (min-width: 768px) {
    .st-Footer_Copy {
      padding-bottom: 50px; } }
  @media print, screen and (max-width: 767px) {
    .st-Footer_Copy {
      margin-top: 9.375vw; } }
  .st-Footer_Copy p {
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .st-Footer_Copy p {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media print, screen and (max-width: 767px) {
      .st-Footer_Copy p {
        font-size: 2.34375vw;
        letter-spacing: 0.05em; } }
  @media print, screen and (min-width: 768px) {
    .st-Footer_GA {
      padding-bottom: 50px; } }
  .st-Footer_GA p {
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .st-Footer_GA p {
        font-size: 10px;
        font-size: 1rem; } }

/* =================================================================================================================== */
/* .stPosts */
/* =================================================================================================================== */
.st-Posts {
  transition: 0.3s; }
  @media print, screen and (min-width: 768px) {
    .st-Posts {
      max-width: 248px; } }
  @media print, screen and (min-width: 1020px) {
    .st-Posts {
      max-width: 496px; } }
  @media print, screen and (min-width: 1280px) {
    .st-Posts {
      max-width: 744px; } }
  @media print, screen and (min-width: 1540px) {
    .st-Posts {
      max-width: 992px; } }
  @media print, screen and (min-width: 1800px) {
    .st-Posts {
      max-width: 1240px; } }
  .st-Posts_List {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .st-Posts_List_Item {
      background: #f4f4f4;
      transition: 0.3s; }
      @media print, screen and (min-width: 768px) {
        .st-Posts_List_Item {
          width: 236px;
          margin: 0 6px 12px;
          border: 5px solid #f4f4f4; } }
      @media print, screen and (max-width: 767px) {
        .st-Posts_List_Item {
          margin: 3.125vw 0 0 0;
          width: 48.5%; } }
      @media print, screen and (max-width: 767px) {
        .st-Posts_List_Item:nth-child(2n) {
          margin: 3.125vw 0 0 3%; } }
      .st-Posts_List_Item_Date {
        position: relative;
        font-weight: bold; }
        .st-Posts_List_Item_Date:after {
          position: absolute;
          right: 0;
          color: #fff; }
          @media print, screen and (min-width: 768px) {
            .st-Posts_List_Item_Date:after {
              padding: 2px 5px;
              font-size: 12px;
              font-size: 1.2rem;
              top: 0; } }
          @media print, screen and (max-width: 767px) {
            .st-Posts_List_Item_Date:after {
              padding: 0.26042vw;
              font-size: 2.34375vw;
              top: -0.52083vw; } }
        .st-Posts_List_Item_Date[data-post-type="blog"]:after {
          content: "ブログ";
          background: #f39801; }
        .st-Posts_List_Item_Date[data-post-type="game"]:after {
          content: "ゲーム";
          background: #ff4178; }
        .st-Posts_List_Item_Date[data-post-type="designer"]:after {
          content: "デザイナー";
          background: #b2dc37; }
        @media print, screen and (min-width: 768px) {
          .st-Posts_List_Item_Date {
            padding: 0 70px 0 0;
            margin-bottom: 20px;
            font-size: 14px;
            font-size: 1.4rem; } }
        @media print, screen and (max-width: 767px) {
          .st-Posts_List_Item_Date {
            padding: 0 10.41667vw 0 0;
            margin-bottom: 2.60417vw;
            font-size: 2.60417vw; } }
      .st-Posts_List_Item_Image {
        position: relative;
        background: #000;
        overflow: hidden; }
        @media print, screen and (min-width: 768px) {
          .st-Posts_List_Item_Image {
            margin-bottom: 20px;
            height: 116px;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; } }
        @media print, screen and (max-width: 767px) {
          .st-Posts_List_Item_Image {
            padding: 56.25% 0 0 0;
            width: 100%;
            height: 0; } }
        .st-Posts_List_Item_Image img {
          max-width: 100%;
          max-height: 100%;
          width: auto;
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        .st-Posts_List_Item_Image p {
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          color: #fafb8c;
          text-align: center;
          background: rgba(0, 0, 0, 0.7);
          font-weight: 700; }
          @media print, screen and (min-width: 768px) {
            .st-Posts_List_Item_Image p {
              padding: 5px 0 8px;
              font-size: 14px;
              font-size: 1.4rem; } }
          @media print, screen and (max-width: 767px) {
            .st-Posts_List_Item_Image p {
              padding: 0.78125vw 0 1.04167vw;
              font-size: 2.86458vw; } }
      .st-Posts_List_Item_Title {
        color: #0088bb;
        font-weight: 700;
        text-decoration: underline;
        transition: 0.3s; }
        @media print, screen and (min-width: 768px) {
          .st-Posts_List_Item_Title {
            margin-bottom: 5px;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 2rem; } }
        @media print, screen and (max-width: 767px) {
          .st-Posts_List_Item_Title {
            margin: 2.60417vw 0 0 0;
            font-size: 2.86458vw;
            line-height: 1.4;
            letter-spacing: 0.0125em; } }
      .st-Posts_List_Item-Anchor {
        display: block; }
        @media print, screen and (min-width: 768px) {
          .st-Posts_List_Item-Anchor {
            height: 100%;
            padding: 15px 10px; } }
        @media print, screen and (max-width: 767px) {
          .st-Posts_List_Item-Anchor {
            padding: 2.60417vw; } }
        .st-Posts_List_Item-Anchor:hover h3 {
          color: #f39801;
          border-color: #f39801; }
      @media print, screen and (min-width: 768px) {
        .st-Posts_List_Item:hover {
          border: 5px solid #f9cb9d; } }

/* =================================================================================================================== */
/* .st-Category */
/* =================================================================================================================== */
@media print, screen and (min-width: 768px) {
  .st-Category {
    margin: 6px 0; } }

@media print, screen and (max-width: 767px) {
  .st-Category {
    margin: 0 3.90625vw;
    position: relative; } }

@media print, screen and (max-width: 767px) {
  .st-Category:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.60417vw 1.5625vw 0 1.5625vw;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 4.16667vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

@media print, screen and (min-width: 768px) {
  .st-Category_List {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 20px; } }

@media print, screen and (max-width: 767px) {
  .st-Category_List {
    padding: 3.125vw 0 3.125vw 3.125vw;
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    font-size: 3.125vw;
    font-weight: 700;
    position: relative; } }

@media print, screen and (min-width: 768px) {
  .st-Category_List_Item {
    margin-right: 10px; } }

.st-Category_List_Item_Anchor {
  display: block;
  color: #fff; }
  @media print, screen and (min-width: 768px) {
    .st-Category_List_Item_Anchor {
      padding: 5px 18px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1;
      font-weight: bold;
      border-radius: 17px;
      box-sizing: border-box;
      transition: 0.3s; } }
  @media print, screen and (min-width: 768px) {
    .st-Category_List_Item_Anchor:hover {
      background: #fff; } }

/* =================================================================================================================== */
/* .st-Breadcrumb */
/* =================================================================================================================== */
.st-Breadcrumb {
  background: #e6e7e7; }
  @media print, screen and (min-width: 768px) {
    .st-Breadcrumb {
      padding: 15px 30px; } }
  @media print, screen and (max-width: 767px) {
    .st-Breadcrumb {
      margin: 24.73958vw 0 0 0;
      padding: 1.82292vw 3.90625vw; } }
  .st-Breadcrumb_List {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .st-Breadcrumb_List li {
      position: relative; }
      @media print, screen and (min-width: 768px) {
        .st-Breadcrumb_List li {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media print, screen and (max-width: 767px) {
        .st-Breadcrumb_List li {
          font-size: 2.60417vw; } }
      .st-Breadcrumb_List li a {
        color: #000;
        border-bottom: 1px solid transparent;
        transition: 0.3s; }
        .st-Breadcrumb_List li a:hover {
          border-color: #000; }
      @media print, screen and (max-width: 767px) {
        .st-Breadcrumb_List li + li {
          margin-left: 1.04167vw; } }
      @media print, screen and (min-width: 768px) {
        .st-Breadcrumb_List li:first-of-type {
          padding-left: 26px; } }
      @media print, screen and (max-width: 767px) {
        .st-Breadcrumb_List li:first-of-type {
          padding-left: 5.20833vw; } }
      .st-Breadcrumb_List li:first-of-type:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        background-image: url("../../images/common/icon_home.png");
        background-repeat: no-repeat;
        background-size: cover; }
        @media print, screen and (min-width: 768px) {
          .st-Breadcrumb_List li:first-of-type:after {
            width: 16px;
            height: 14px; } }
        @media print, screen and (max-width: 767px) {
          .st-Breadcrumb_List li:first-of-type:after {
            width: 3.125vw;
            height: 2.73438vw; } }
    @media print, screen and (min-width: 768px) {
      .st-Breadcrumb_List_Arrow {
        padding: 0 5px; } }

/* =================================================================================================================== */
/* .st-Pageinfo */
/* =================================================================================================================== */
.st-Pageinfo_Title {
  position: relative;
  margin: 0 auto;
  color: #fff;
  font-weight: bold; }
  @media print, screen and (min-width: 768px) {
    .st-Pageinfo_Title {
      max-width: 1200px;
      padding-left: 60px;
      font-size: 30px;
      font-size: 3rem; } }
  @media print, screen and (max-width: 767px) {
    .st-Pageinfo_Title {
      padding: 5.20833vw 3.90625vw 5.20833vw 10.41667vw;
      font-size: 4.42708vw; } }
  @media print, screen and (min-width: 768px) {
    .st-Pageinfo_Title_Wrapper {
      padding: 35px 0; } }
  .st-Pageinfo_Title:after {
    position: absolute;
    content: "";
    background-size: cover; }
    @media print, screen and (min-width: 768px) {
      .st-Pageinfo_Title:after {
        top: -8px;
        left: 0;
        width: 32px;
        height: 45px; } }
    @media print, screen and (max-width: 767px) {
      .st-Pageinfo_Title:after {
        top: 50%;
        left: 3.90625vw;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }

.st-Pageinfo_Desc {
  color: #222; }
  @media print, screen and (min-width: 768px) {
    .st-Pageinfo_Desc {
      max-width: 1200px;
      margin: 0 auto; } }
  @media print, screen and (max-width: 767px) {
    .st-Pageinfo_Desc {
      padding: 3.125vw 3.90625vw; } }
  @media print, screen and (min-width: 768px) {
    .st-Pageinfo_Desc p {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.666666; } }
  @media print, screen and (max-width: 767px) {
    .st-Pageinfo_Desc p {
      font-size: 2.86458vw;
      line-height: 1.4; } }
  .st-Pageinfo_Desc_Wrapper {
    background: #fffcd3; }
    @media print, screen and (min-width: 768px) {
      .st-Pageinfo_Desc_Wrapper {
        padding: 15px 0; } }

.st-Pageinfo_Image {
  position: absolute; }
  @media print, screen and (min-width: 768px) {
    .st-Pageinfo_Image {
      top: -44px;
      right: 0; } }
  .st-Pageinfo_Image_Wrapper {
    position: relative; }
    @media print, screen and (min-width: 768px) {
      .st-Pageinfo_Image_Wrapper {
        max-width: 1200px;
        margin: 0 auto; } }

/* =================================================================================================================== */
/* .st-Tab */
/* =================================================================================================================== */
@media print, screen and (min-width: 768px) {
  .st-Tab {
    max-width: 1200px;
    margin: 40px auto 0; } }

@media print, screen and (max-width: 767px) {
  .st-Tab {
    margin: 3.90625vw 0 0 0; } }

.st-Tab_List {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 767px) {
    .st-Tab_List {
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap; } }
  @media print, screen and (min-width: 768px) {
    .st-Tab_List_Item {
      margin: 0 10px 0 0;
      line-height: 84px; } }
  @media print, screen and (max-width: 767px) {
    .st-Tab_List_Item {
      margin: 0 1.30208vw 0 0; } }
  @media print, screen and (max-width: 767px) {
    .st-Tab_List_Item:first-child {
      padding: 0 0 0 3.90625vw; } }
  @media print, screen and (max-width: 767px) {
    .st-Tab_List_Item:last-child {
      padding: 0 3.90625vw 0 0; } }
  .st-Tab_List_Item .Item_Button {
    display: block;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    font-weight: bold;
    text-align: left;
    transition: .3s;
    vertical-align: middle; }
    @media print, screen and (min-width: 768px) {
      .st-Tab_List_Item .Item_Button {
        padding: 18px 28px;
        width: 210px;
        height: 100%;
        min-height: 84px;
        max-height: 114px;
        border: 4px solid #000;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.25;
        -webkit-transform: translateY(4px);
            -ms-transform: translateY(4px);
                transform: translateY(4px); } }
    @media print, screen and (max-width: 767px) {
      .st-Tab_List_Item .Item_Button {
        padding: 2.34375vw 2.60417vw 2.08333vw;
        height: 100%;
        min-height: 11.71875vw;
        max-height: 14.32292vw;
        border: 0.52083vw solid #000;
        font-size: 2.86458vw;
        line-height: 1.25;
        -webkit-transform: translateY(0.78125vw);
            -ms-transform: translateY(0.78125vw);
                transform: translateY(0.78125vw); } }
    .st-Tab_List_Item .Item_Button:hover, .st-Tab_List_Item .Item_Button.is-Current {
      color: #fff;
      -webkit-transform: translateY(0.26042vw);
          -ms-transform: translateY(0.26042vw);
              transform: translateY(0.26042vw); }
    .st-Tab_List_Item .Item_Button-Single {
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        .st-Tab_List_Item .Item_Button-Single {
          padding: 2.34375vw 7.8125vw 2.08333vw; } }

/* =================================================================================================================== */
/* .st-Contents */
/* =================================================================================================================== */
.st-Contents {
  background: #fff;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .st-Contents {
      max-width: 1200px;
      margin: 40px auto;
      padding: 55px 40px;
      box-sizing: border-box; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents {
      margin: 4.6875vw 0 0 0;
      padding: 6.25vw 0 7.8125vw 0; } }
  @media print, screen and (min-width: 768px) {
    .st-Contents span {
      margin: 0 10px 0 0; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents span {
      margin: 0 1.5625vw 0 0; } }
  .st-Contents_Item {
    transition: .3s;
    display: none;
    pointer-events: none; }
    .st-Contents_Item.is-Current {
      display: block;
      pointer-events: all; }
  .st-Contents_Headline {
    font-weight: bold; }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Headline {
        padding-bottom: 20px;
        margin: 60px 0 40px;
        font-size: 30px;
        font-size: 3rem; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Headline {
        padding: 0 0 2.34375vw;
        margin: 8.33333vw 3.90625vw 3.125vw;
        font-size: 3.90625vw; } }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Headline:first-of-type {
        margin: 0 0 40px 0; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Headline:first-of-type {
        margin: 0 3.90625vw 3.125vw; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Headline-Mt {
        margin: 4.16667vw 3.90625vw 3.125vw; } }
  .st-Contents_Subline {
    font-weight: bold; }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Subline {
        margin: 60px 0 28px;
        padding: 20px;
        font-size: 16px;
        font-size: 1.6rem; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Subline {
        margin: 7.8125vw 3.90625vw 3.125vw;
        padding: 3.125vw 2.34375vw 2.86458vw;
        font-size: 2.86458vw; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Table {
      margin: 0 auto;
      width: 92.1875vw; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Table-Scroll {
      width: 100%;
      padding: 0 3.90625vw;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap; } }
  .st-Contents_Table-Report th, .st-Contents_Table-Report td {
    border: 1px solid #fff; }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Table-Report {
      margin: 0 3.90625vw 0 0;
      width: 144.53125vw; } }
  @media print, screen and (min-width: 768px) {
    .st-Contents_Table-Report .st-Contents_Table_Title {
      width: 220px;
      text-align: center; } }
  @media print, screen and (min-width: 768px) {
    .st-Contents_Table-Report .st-Contents_Table_Contents {
      width: 900px;
      text-align: center !important;
      vertical-align: middle; } }
  .st-Contents_Table-Report .st-Contents_Table_Contents:not(:nth-of-type(3)) {
    width: 15%; }
  .st-Contents_Table tr + tr {
    border-top: 1px solid #fff; }
  .st-Contents_Table th, .st-Contents_Table td {
    word-break: break-all; }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Table th, .st-Contents_Table td {
        margin: 0 !important;
        padding: 20px !important;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Table th, .st-Contents_Table td {
        margin: 0 !important;
        padding: 2.86458vw 3.38542vw !important;
        font-size: 2.86458vw; } }
    .st-Contents_Table th p, .st-Contents_Table td p {
      margin: 0; }
      @media print, screen and (min-width: 768px) {
        .st-Contents_Table th p, .st-Contents_Table td p {
          font-size: 14px;
          font-size: 1.4rem; } }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Table th .Text-Small, .st-Contents_Table td .Text-Small {
        font-size: 10px;
        font-size: 1rem; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Table th .Text-Small, .st-Contents_Table td .Text-Small {
        font-size: 2.34375vw; } }
    .st-Contents_Table th a, .st-Contents_Table td a {
      color: #0088bb;
      text-decoration: underline;
      transition: 0.3s;
      text-decoration: underline; }
      .st-Contents_Table th a:hover, .st-Contents_Table td a:hover {
        color: #f39801; }
  .st-Contents_Table .Table_Position-Title {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4; }
  .st-Contents_Table .Table_Position-Contents {
    background-color: #f2f2f2;
    text-align: left;
    line-height: 1.785; }
    .st-Contents_Table .Table_Position-Contents_New {
      color: #fff;
      background: #f39801;
      font-weight: bold; }
      @media print, screen and (min-width: 768px) {
        .st-Contents_Table .Table_Position-Contents_New {
          padding: 0 5px;
          font-size: 12px;
          font-size: 1.2rem; } }
      @media print, screen and (max-width: 767px) {
        .st-Contents_Table .Table_Position-Contents_New {
          padding: 0 1.04167vw;
          font-size: 2.34375vw; } }
  .st-Contents_Table .Table_Color-Navy {
    color: white;
    background-color: #212d45; }
  .st-Contents_Table .Table_Color-Blue {
    background-color: #dadfed; }
  .st-Contents_Table .Table_Color-Gray {
    background-color: #f2f2f2; }
  .st-Contents_Table .Table_Vertical-Middle {
    vertical-align: middle; }
  .st-Contents_Table_Title {
    color: #fff;
    background-color: #212d45;
    font-weight: bold;
    text-align: center !important;
    vertical-align: middle !important;
    line-height: 1.4; }
  .st-Contents_Table_Contents {
    background-color: #f2f2f2;
    text-align: left !important;
    line-height: 1.785; }
  @media print, screen and (min-width: 768px) {
    .st-Contents_Inner {
      padding: 0 16px; } }
  .st-Contents_Inner-P0 {
    padding: 0; }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image-Left {
      margin: 0 auto;
      display: block; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="0"] {
      width: 0%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="1"] {
      width: 1%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="2"] {
      width: 2%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="3"] {
      width: 3%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="4"] {
      width: 4%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="5"] {
      width: 5%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="6"] {
      width: 6%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="7"] {
      width: 7%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="8"] {
      width: 8%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="9"] {
      width: 9%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="10"] {
      width: 10%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="11"] {
      width: 11%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="12"] {
      width: 12%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="13"] {
      width: 13%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="14"] {
      width: 14%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="15"] {
      width: 15%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="16"] {
      width: 16%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="17"] {
      width: 17%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="18"] {
      width: 18%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="19"] {
      width: 19%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="20"] {
      width: 20%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="21"] {
      width: 21%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="22"] {
      width: 22%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="23"] {
      width: 23%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="24"] {
      width: 24%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="25"] {
      width: 25%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="26"] {
      width: 26%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="27"] {
      width: 27%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="28"] {
      width: 28%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="29"] {
      width: 29%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="30"] {
      width: 30%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="31"] {
      width: 31%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="32"] {
      width: 32%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="33"] {
      width: 33%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="34"] {
      width: 34%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="35"] {
      width: 35%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="36"] {
      width: 36%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="37"] {
      width: 37%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="38"] {
      width: 38%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="39"] {
      width: 39%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="40"] {
      width: 40%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="41"] {
      width: 41%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="42"] {
      width: 42%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="43"] {
      width: 43%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="44"] {
      width: 44%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="45"] {
      width: 45%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="46"] {
      width: 46%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="47"] {
      width: 47%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="48"] {
      width: 48%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="49"] {
      width: 49%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="50"] {
      width: 50%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="51"] {
      width: 51%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="52"] {
      width: 52%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="53"] {
      width: 53%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="54"] {
      width: 54%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="55"] {
      width: 55%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="56"] {
      width: 56%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="57"] {
      width: 57%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="58"] {
      width: 58%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="59"] {
      width: 59%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="60"] {
      width: 60%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="61"] {
      width: 61%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="62"] {
      width: 62%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="63"] {
      width: 63%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="64"] {
      width: 64%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="65"] {
      width: 65%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="66"] {
      width: 66%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="67"] {
      width: 67%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="68"] {
      width: 68%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="69"] {
      width: 69%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="70"] {
      width: 70%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="71"] {
      width: 71%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="72"] {
      width: 72%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="73"] {
      width: 73%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="74"] {
      width: 74%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="75"] {
      width: 75%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="76"] {
      width: 76%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="77"] {
      width: 77%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="78"] {
      width: 78%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="79"] {
      width: 79%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="80"] {
      width: 80%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="81"] {
      width: 81%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="82"] {
      width: 82%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="83"] {
      width: 83%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="84"] {
      width: 84%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="85"] {
      width: 85%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="86"] {
      width: 86%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="87"] {
      width: 87%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="88"] {
      width: 88%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="89"] {
      width: 89%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="90"] {
      width: 90%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="91"] {
      width: 91%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="92"] {
      width: 92%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="93"] {
      width: 93%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="94"] {
      width: 94%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="95"] {
      width: 95%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="96"] {
      width: 96%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="97"] {
      width: 97%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="98"] {
      width: 98%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="99"] {
      width: 99%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image[data-sp-width="100"] {
      width: 100%; } }
  .st-Contents_Inner .Image-Center {
    margin: 0 auto;
    display: block; }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Inner .Image-Center {
        width: 86.97917vw; } }
  @media print, screen and (min-width: 768px) {
    .st-Contents_Inner .Image-List {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image-List {
      margin: 0 auto;
      display: block;
      width: 86.97917vw; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image-List .Image-List_Item + .Image-List_Item {
      margin: 3.125vw auto 0; } }
  .st-Contents_Inner .Image-List_Item {
    text-align: center; }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Inner .Image-List_Item {
        margin: 0 auto; } }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Inner .Image-List_Item p {
        margin: 0 0 4px 0; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Inner .Image-List_Item p {
        margin: 0 0 1.04167vw 0; } }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Inner .Image-List_Item-3-01 {
        width: 320px; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Inner .Image-List_Item-3-01 {
        width: 45%; } }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Inner .Image-List_Item-3-02 {
        width: 560px; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Inner .Image-List_Item-3-02 {
        width: 75%; } }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Inner .Image-List_Item-3-03 {
        width: 700px; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Inner .Image-List_Item-3-03 {
        width: 100%; } }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Inner .Image-List_Item-4-01 {
        width: 320px; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Inner .Image-List_Item-4-01 {
        width: 64%; } }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Inner .Image-List_Item-4-02 {
        width: 320px; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Inner .Image-List_Item-4-02 {
        width: 64%; } }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Inner .Image-List_Item-4-03 {
        width: 320px; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Inner .Image-List_Item-4-03 {
        width: 64%; } }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Inner .Image-List_Item-4-04 {
        width: 480px; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Inner .Image-List_Item-4-04 {
        width: 100%; } }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Inner .Image-List_Item-4-05 {
        width: 480px; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Inner .Image-List_Item-4-05 {
        width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .st-Contents_Inner p + .Image, .st-Contents_Inner p + .Image-List {
      margin: -32px auto 0 !important; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner p + .Image, .st-Contents_Inner p + .Image-List {
      margin: -3.125vw auto 0 !important; } }
  @media print, screen and (min-width: 768px) {
    .st-Contents_Inner .Image + p, .st-Contents_Inner .Image-List + p {
      margin: 40px 0; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Image + p, .st-Contents_Inner .Image-List + p {
      margin: 4.16667vw 6.51042vw; } }
  @media print, screen and (min-width: 768px) {
    .st-Contents_Inner p {
      margin: 0 0 40px 0;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.625; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner p {
      margin: 0 6.51042vw 4.16667vw 6.51042vw;
      font-size: 2.86458vw;
      line-height: 1.625; } }
  .st-Contents_Inner .Text-Indent {
    padding-left: 1em;
    text-indent: -1em; }
    .st-Contents_Inner .Text-Indent-Child {
      display: inline-block;
      width: 100%; }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Inner .Text-Indent-Point {
        margin: 0 0 2px 0; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Inner .Text-Indent-Point {
        margin: 0 6.51042vw; } }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Inner .Text-Indent-Number {
        margin: 0 0 32px 0; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Inner .Text-Indent-Number {
        margin: 0 6.51042vw 3.64583vw; } }
  .st-Contents_Inner a {
    color: #0088bb;
    text-decoration: underline;
    transition: 0.3s; }
    .st-Contents_Inner a:hover {
      color: #f39801; }
  @media print, screen and (min-width: 768px) {
    .st-Contents_Inner .Text-Notice {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.625;
      margin: 0 0 55px -16px;
      padding: 0; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Text-Notice {
      margin: 0 3.90625vw 4.6875vw; } }
  @media print, screen and (min-width: 768px) {
    .st-Contents_Inner .Text-Notice_Type {
      padding: 4px 12px; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Inner .Text-Notice_Type {
      padding: 1.04167vw 2.34375vw; } }
  .st-Contents_Inner .Text-Notice_Type-Standard {
    background-color: #f2f2f2; }
  .st-Contents_Inner .Text-Notice_Type-Kids {
    background-color: #ffff99; }
  .st-Contents_Inner .Text-Notice_Type-Expert {
    background-color: #ffccff; }
  @media print, screen and (min-width: 768px) {
    .st-Contents_Image {
      margin: 0 0 70px 0; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Image {
      margin: 7.8125vw 0 9.375vw 0; } }
  @media print, screen and (min-width: 768px) {
    .st-Contents_Past {
      margin: 0 0 70px 0;
      padding: 0 16px; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents_Past {
      margin: 3.90625vw 3.90625vw 0; } }
  .st-Contents_Past_List {
    font-size: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Past_List {
        margin: 0 0 0 -5px;
        width: calc(100% + 10px); } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Past_List {
        width: 100%; } }
    @media print, screen and (min-width: 768px) {
      .st-Contents_Past_List_Item {
        margin: 5px 5px;
        width: 262px; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Past_List_Item {
        margin: 1.475% 0 0 0;
        width: 32.35%; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents_Past_List_Item:nth-child(3n+2), .st-Contents_Past_List_Item:nth-child(3n+3) {
        margin: 1.475% 0 0 1.475%; } }
    .st-Contents_Past_List_Item .Item_Block {
      display: block;
      color: #0088bb;
      background-color: #f4f4f4;
      box-sizing: border-box;
      font-weight: bold;
      text-decoration: underline; }
      @media print, screen and (min-width: 768px) {
        .st-Contents_Past_List_Item .Item_Block {
          padding: 20px 44px;
          border: 2px solid #c5c5c5;
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.5; } }
      @media print, screen and (max-width: 767px) {
        .st-Contents_Past_List_Item .Item_Block {
          padding: 2.34375vw 2.86458vw;
          border: 1px solid #c5c5c5;
          font-size: 2.86458vw;
          line-height: 1.625; } }

/* =================================================================================================================== */
/* sw */
/* =================================================================================================================== */
/* =================================================================================================================== */
/* .st-Button */
/* =================================================================================================================== */
input[type="submit"].sw-Button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.sw-Button {
  background: #000;
  color: #fff !important;
  border: 2px solid #000;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  transition: .3s;
  cursor: pointer; }
  @media print, screen and (min-width: 768px) {
    .sw-Button {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.6rem; } }
  @media print, screen and (max-width: 767px) {
    .sw-Button {
      font-size: 3.125vw;
      line-height: 1; } }
  .sw-Button:hover {
    background: transparent;
    color: #000 !important; }

@media print, screen and (max-width: 767px) {
  .sw-Button_Mt {
    margin: 7.8125vw auto 0 !important; } }

.sw-Button_Small {
  display: block; }
  @media print, screen and (min-width: 768px) {
    .sw-Button_Small {
      width: 85%;
      height: 40px;
      margin: 0 auto 10px;
      padding: 9px;
      border-radius: 20px; } }
  @media print, screen and (max-width: 767px) {
    .sw-Button_Small {
      margin: 3.125vw auto 0;
      padding: 3.125vw 0;
      width: 44.27083vw;
      border-radius: 5.20833vw; } }

.sw-Button_Large {
  display: block; }
  @media print, screen and (min-width: 768px) {
    .sw-Button_Large {
      width: 40%;
      min-width: 248px;
      height: 50px;
      margin: 25px auto;
      padding: 15px;
      border-radius: 25px; } }
  @media print, screen and (max-width: 767px) {
    .sw-Button_Large {
      margin: 4.16667vw 0 0 0;
      width: 100%;
      padding: 3.125vw 0 3.38542vw;
      border-radius: 5.20833vw; } }

.sw-Button_Wrapper {
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .sw-Button_Wrapper {
      margin: 20px auto; } }
  @media print, screen and (max-width: 767px) {
    .sw-Button_Wrapper {
      margin: 4.16667vw auto 0; } }

.sw-Button_Wrapper_Auto {
  display: inline-block;
  width: auto; }
  @media print, screen and (min-width: 768px) {
    .sw-Button_Wrapper_Auto {
      height: 50px;
      padding: 15px 60px;
      border-radius: 25px; } }
  @media print, screen and (max-width: 767px) {
    .sw-Button_Wrapper_Auto {
      padding: 3.125vw 6.25vw 3.38542vw;
      border-radius: 5.20833vw; } }

/* =================================================================================================================== */
/* .st-Totop */
/* =================================================================================================================== */
.sw-Totop {
  position: fixed;
  background-image: url("../../images/common/btn_totop.png");
  background-size: cover;
  z-index: 999;
  cursor: pointer; }
  @media print, screen and (min-width: 768px) {
    .sw-Totop {
      bottom: 25px;
      right: 25px;
      width: 70px;
      height: 70px; } }
  @media print, screen and (max-width: 767px) {
    .sw-Totop {
      bottom: 3.90625vw;
      right: 3.90625vw;
      width: 13.02083vw;
      height: 13.02083vw; } }

/* =================================================================================================================== */
/* .st-Pagination */
/* =================================================================================================================== */
.sw-Pagination {
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .sw-Pagination {
      margin: 40px auto 0; } }
  @media print, screen and (max-width: 767px) {
    .sw-Pagination {
      margin: 7.8125vw auto 0; } }
  .sw-Pagination_List {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .sw-Pagination_List .page-numbers {
      color: #fff;
      background: #000;
      font-weight: bold;
      border: 1px solid #000; }
      @media print, screen and (min-width: 768px) {
        .sw-Pagination_List .page-numbers {
          padding: 12px 20px;
          font-size: 15px;
          font-size: 1.5rem;
          border-radius: 5px;
          transition: 0.3s; } }
      @media print, screen and (max-width: 767px) {
        .sw-Pagination_List .page-numbers {
          padding: 2.86458vw 0 3.125vw;
          width: 13.02083vw;
          display: block;
          font-size: 3.125vw;
          border-radius: 1.30208vw; } }
      @media print, screen and (min-width: 768px) {
        .sw-Pagination_List .page-numbers + .sw-Pagination_List .page-numbers {
          margin-right: 10px !important; } }
      @media print, screen and (min-width: 768px) {
        .sw-Pagination_List .page-numbers.prev {
          margin-right: 25px; } }
      @media print, screen and (max-width: 767px) {
        .sw-Pagination_List .page-numbers.prev {
          margin-right: 2.60417vw;
          width: 19.53125vw; } }
      @media print, screen and (min-width: 768px) {
        .sw-Pagination_List .page-numbers.next {
          margin-left: 25px; } }
      @media print, screen and (max-width: 767px) {
        .sw-Pagination_List .page-numbers.next {
          margin-left: 2.60417vw;
          width: 19.53125vw; } }
      .sw-Pagination_List .page-numbers.current {
        color: #000;
        background: #fff; }
      .sw-Pagination_List .page-numbers.dots {
        margin: 0 !important;
        color: #000;
        background: transparent;
        border: none; }
        @media print, screen and (min-width: 768px) {
          .sw-Pagination_List .page-numbers.dots {
            padding: 12px 14px;
            font-size: 18px;
            font-size: 1.8rem; } }
        @media print, screen and (max-width: 767px) {
          .sw-Pagination_List .page-numbers.dots {
            width: 5.72917vw;
            font-size: 3.125vw; } }
    .sw-Pagination_List a.page-numbers:hover {
      color: #000;
      background: #fff; }

/* =================================================================================================================== */
/* .sw-Anchor */
/* =================================================================================================================== */
.sw-Anchor_List p {
  margin-bottom: 0; }

@media print, screen and (min-width: 768px) {
  .sw-Anchor_List_Item p {
    margin: 15px 0 !important;
    line-height: 1.6; } }

@media print, screen and (max-width: 767px) {
  .sw-Anchor_List_Item p {
    margin: 2.60417vw 6.51042vw 2.60417vw !important;
    font-size: 2.86458vw;
    line-height: 1.625; } }

@media print, screen and (min-width: 768px) {
  .sw-Anchor_List_Item_Child {
    margin: 0 0 0 40px; } }

@media print, screen and (max-width: 767px) {
  .sw-Anchor_List_Item_Child {
    margin: 0 0 0 3.125vw; } }

@media print, screen and (min-width: 768px) {
  .sw-Anchor_List_Item:last-of-type {
    margin: 0 0 30px; } }

@media print, screen and (max-width: 767px) {
  .sw-Anchor_List_Item:last-of-type {
    margin: 0 0 5.20833vw; } }

/* =================================================================================================================== */
/* .sw-Search */
/* =================================================================================================================== */
@media print, screen and (min-width: 768px) {
  .sw-Search {
    display: inline;
    width: 100%;
    max-width: 250px;
    margin-left: 14px; } }

@media print, screen and (max-width: 767px) {
  .sw-Search {
    margin: 7.8125vw auto 0;
    display: block;
    width: 92.1875vw; } }

.sw-Search_Game, .sw-Search_Keyword {
  background: #f4f4f4; }
  @media print, screen and (min-width: 768px) {
    .sw-Search_Game, .sw-Search_Keyword {
      margin-bottom: 20px;
      padding: 15px; } }
  @media print, screen and (max-width: 767px) {
    .sw-Search_Game, .sw-Search_Keyword {
      margin-bottom: 3.64583vw;
      padding: 3.64583vw 3.125vw 6.25vw; } }
  .sw-Search_Game h3, .sw-Search_Keyword h3 {
    border-bottom: 1px dashed #ccc;
    font-weight: bold; }
    @media print, screen and (min-width: 768px) {
      .sw-Search_Game h3, .sw-Search_Keyword h3 {
        margin: 0 0 20px;
        padding: 5px 5px 20px;
        font-size: 16px;
        font-size: 1.6rem; } }
    @media print, screen and (max-width: 767px) {
      .sw-Search_Game h3, .sw-Search_Keyword h3 {
        padding: 0 0 2.86458vw;
        margin: 0 0 3.125vw;
        font-size: 3.125vw; } }
  @media print, screen and (min-width: 768px) {
    .sw-Search_Game h4, .sw-Search_Keyword h4 {
      margin-bottom: 10px;
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print, screen and (max-width: 767px) {
    .sw-Search_Game h4, .sw-Search_Keyword h4 {
      margin-bottom: 2.60417vw;
      font-size: 2.86458vw; } }
  .sw-Search_Game input:not([type="submit"]), .sw-Search_Keyword input:not([type="submit"]) {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    border-radius: 4px;
    background: #fff;
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    @media print, screen and (min-width: 768px) {
      .sw-Search_Game input:not([type="submit"]), .sw-Search_Keyword input:not([type="submit"]) {
        padding: 8px;
        margin-bottom: 20px;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media print, screen and (max-width: 767px) {
      .sw-Search_Game input:not([type="submit"]), .sw-Search_Keyword input:not([type="submit"]) {
        padding: 3.125vw 4.16667vw;
        border-radius: 1.30208vw;
        font-size: 2.86458vw; } }
    @media print, screen and (min-width: 768px) {
      .sw-Search_Game input:not([type="submit"])::-webkit-input-placeholder, .sw-Search_Keyword input:not([type="submit"])::-webkit-input-placeholder {
        font-size: 12px;
        font-size: 1.2rem; }
      .sw-Search_Game input:not([type="submit"])::-moz-placeholder, .sw-Search_Keyword input:not([type="submit"])::-moz-placeholder {
        font-size: 12px;
        font-size: 1.2rem; }
      .sw-Search_Game input:not([type="submit"]):-ms-input-placeholder, .sw-Search_Keyword input:not([type="submit"]):-ms-input-placeholder {
        font-size: 12px;
        font-size: 1.2rem; }
      .sw-Search_Game input:not([type="submit"])::placeholder, .sw-Search_Keyword input:not([type="submit"])::placeholder {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media print, screen and (max-width: 767px) {
      .sw-Search_Game input:not([type="submit"])::-webkit-input-placeholder, .sw-Search_Keyword input:not([type="submit"])::-webkit-input-placeholder {
        font-size: 2.86458vw; }
      .sw-Search_Game input:not([type="submit"])::-moz-placeholder, .sw-Search_Keyword input:not([type="submit"])::-moz-placeholder {
        font-size: 2.86458vw; }
      .sw-Search_Game input:not([type="submit"]):-ms-input-placeholder, .sw-Search_Keyword input:not([type="submit"]):-ms-input-placeholder {
        font-size: 2.86458vw; }
      .sw-Search_Game input:not([type="submit"])::placeholder, .sw-Search_Keyword input:not([type="submit"])::placeholder {
        font-size: 2.86458vw; } }
  .sw-Search_Game select, .sw-Search_Keyword select {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    border-radius: 4px;
    background: #fff;
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    @media print, screen and (min-width: 768px) {
      .sw-Search_Game select, .sw-Search_Keyword select {
        padding: 8px;
        margin-bottom: 20px;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media print, screen and (max-width: 767px) {
      .sw-Search_Game select, .sw-Search_Keyword select {
        padding: 3.125vw 4.16667vw;
        border-radius: 1.30208vw;
        font-size: 2.86458vw; } }
    @media print, screen and (min-width: 768px) {
      .sw-Search_Game select::-webkit-input-placeholder, .sw-Search_Keyword select::-webkit-input-placeholder {
        font-size: 12px;
        font-size: 1.2rem; }
      .sw-Search_Game select::-moz-placeholder, .sw-Search_Keyword select::-moz-placeholder {
        font-size: 12px;
        font-size: 1.2rem; }
      .sw-Search_Game select:-ms-input-placeholder, .sw-Search_Keyword select:-ms-input-placeholder {
        font-size: 12px;
        font-size: 1.2rem; }
      .sw-Search_Game select::placeholder, .sw-Search_Keyword select::placeholder {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media print, screen and (max-width: 767px) {
      .sw-Search_Game select::-webkit-input-placeholder, .sw-Search_Keyword select::-webkit-input-placeholder {
        font-size: 2.86458vw; }
      .sw-Search_Game select::-moz-placeholder, .sw-Search_Keyword select::-moz-placeholder {
        font-size: 2.86458vw; }
      .sw-Search_Game select:-ms-input-placeholder, .sw-Search_Keyword select:-ms-input-placeholder {
        font-size: 2.86458vw; }
      .sw-Search_Game select::placeholder, .sw-Search_Keyword select::placeholder {
        font-size: 2.86458vw; } }
  .sw-Search_Game_Form_Textbox.input-Wrapper, .sw-Search_Keyword_Form_Textbox.input-Wrapper {
    position: relative; }
    @media print, screen and (max-width: 767px) {
      .sw-Search_Game_Form_Textbox.input-Wrapper, .sw-Search_Keyword_Form_Textbox.input-Wrapper {
        margin-bottom: 5.20833vw; } }
    .sw-Search_Game_Form_Textbox.input-Wrapper:after, .sw-Search_Keyword_Form_Textbox.input-Wrapper:after {
      position: absolute;
      content: "";
      background-image: url("../../images/common/icon_search.png");
      background-size: cover; }
      @media print, screen and (min-width: 768px) {
        .sw-Search_Game_Form_Textbox.input-Wrapper:after, .sw-Search_Keyword_Form_Textbox.input-Wrapper:after {
          top: 8px;
          right: 8px;
          width: 16px;
          height: 16px; } }
      @media print, screen and (max-width: 767px) {
        .sw-Search_Game_Form_Textbox.input-Wrapper:after, .sw-Search_Keyword_Form_Textbox.input-Wrapper:after {
          top: 50%;
          right: 3.125vw;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 4.6875vw;
          height: 4.6875vw; } }
  .sw-Search_Game_Form_Checkbox.input-Wrapper, .sw-Search_Keyword_Form_Checkbox.input-Wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media print, screen and (min-width: 768px) {
      .sw-Search_Game_Form_Checkbox.input-Wrapper, .sw-Search_Keyword_Form_Checkbox.input-Wrapper {
        margin-bottom: 20px; } }
    @media print, screen and (max-width: 767px) {
      .sw-Search_Game_Form_Checkbox.input-Wrapper, .sw-Search_Keyword_Form_Checkbox.input-Wrapper {
        margin-bottom: 4.16667vw; } }
    .sw-Search_Game_Form_Checkbox.input-Wrapper input, .sw-Search_Keyword_Form_Checkbox.input-Wrapper input {
      display: none; }
      .sw-Search_Game_Form_Checkbox.input-Wrapper input:checked + label:after, .sw-Search_Keyword_Form_Checkbox.input-Wrapper input:checked + label:after {
        border-color: #f39800; }
      .sw-Search_Game_Form_Checkbox.input-Wrapper input:checked + label:before, .sw-Search_Keyword_Form_Checkbox.input-Wrapper input:checked + label:before {
        position: absolute;
        content: "";
        background: #f39800;
        z-index: 9; }
        @media print, screen and (min-width: 768px) {
          .sw-Search_Game_Form_Checkbox.input-Wrapper input:checked + label:before, .sw-Search_Keyword_Form_Checkbox.input-Wrapper input:checked + label:before {
            top: 4px;
            left: 4px;
            width: 10px;
            height: 10px;
            border-radius: 2px; } }
        @media print, screen and (max-width: 767px) {
          .sw-Search_Game_Form_Checkbox.input-Wrapper input:checked + label:before, .sw-Search_Keyword_Form_Checkbox.input-Wrapper input:checked + label:before {
            top: 0.65104vw;
            left: 0.78125vw;
            width: 2.86458vw;
            height: 2.86458vw;
            border-radius: 0.78125vw; } }
    .sw-Search_Game_Form_Checkbox.input-Wrapper label, .sw-Search_Keyword_Form_Checkbox.input-Wrapper label {
      position: relative;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      @media print, screen and (min-width: 768px) {
        .sw-Search_Game_Form_Checkbox.input-Wrapper label, .sw-Search_Keyword_Form_Checkbox.input-Wrapper label {
          padding: 1px 10px 0 25px;
          font-size: 1.4rem; } }
      @media print, screen and (max-width: 767px) {
        .sw-Search_Game_Form_Checkbox.input-Wrapper label, .sw-Search_Keyword_Form_Checkbox.input-Wrapper label {
          padding: 0.52083vw 0 0 6.25vw;
          font-size: 2.86458vw; } }
      .sw-Search_Game_Form_Checkbox.input-Wrapper label:after, .sw-Search_Keyword_Form_Checkbox.input-Wrapper label:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background: #fff; }
        @media print, screen and (min-width: 768px) {
          .sw-Search_Game_Form_Checkbox.input-Wrapper label:after, .sw-Search_Keyword_Form_Checkbox.input-Wrapper label:after {
            width: 14px;
            height: 14px;
            border: 2px solid #ccc;
            border-radius: 4px; } }
        @media print, screen and (max-width: 767px) {
          .sw-Search_Game_Form_Checkbox.input-Wrapper label:after, .sw-Search_Keyword_Form_Checkbox.input-Wrapper label:after {
            width: 4.16667vw;
            height: 4.16667vw;
            border: 1px solid #ccc;
            border-radius: 0.78125vw; } }
  .sw-Search_Game .select-Wrapper, .sw-Search_Keyword .select-Wrapper {
    position: relative; }
    @media print, screen and (max-width: 767px) {
      .sw-Search_Game .select-Wrapper, .sw-Search_Keyword .select-Wrapper {
        margin-bottom: 5.20833vw; } }
    .sw-Search_Game .select-Wrapper:after, .sw-Search_Keyword .select-Wrapper:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-color: #000 transparent transparent transparent; }
      @media print, screen and (min-width: 768px) {
        .sw-Search_Game .select-Wrapper:after, .sw-Search_Keyword .select-Wrapper:after {
          top: 13px;
          right: 13px;
          border-width: 12px 8px 16px 8px; } }
      @media print, screen and (max-width: 767px) {
        .sw-Search_Game .select-Wrapper:after, .sw-Search_Keyword .select-Wrapper:after {
          top: 50%;
          right: 3.64583vw;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          border-width: 2.86458vw 1.43229vw 0 1.43229vw; } }

/* =================================================================================================================== */
/* .sw-Socialbutton */
/* =================================================================================================================== */
@media print, screen and (min-width: 768px) {
  .sw-Socialbutton {
    padding: 15px 0 35px 0; } }

@media print, screen and (max-width: 767px) {
  .sw-Socialbutton {
    padding: 5.20833vw 0 5.20833vw; } }

.sw-Socialbutton ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media print, screen and (min-width: 768px) {
    .sw-Socialbutton ul li {
      margin: 0 0 0 10px; } }
  @media print, screen and (max-width: 767px) {
    .sw-Socialbutton ul li {
      margin: 0 0 0 2.86458vw;
      width: 11.19792vw; } }
  .sw-Socialbutton ul li a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .sw-Socialbutton ul li a:hover {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .sw-Socialbutton ul li:first-of-type {
    margin: 0;
    font-weight: bold; }
    @media print, screen and (min-width: 768px) {
      .sw-Socialbutton ul li:first-of-type {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media print, screen and (max-width: 767px) {
      .sw-Socialbutton ul li:first-of-type {
        font-size: 2.86458vw; } }

/* =================================================================================================================== */
/* .sw-Post */
/* =================================================================================================================== */
.sw-Post_Data {
  border-bottom: 1px solid #314775; }
  @media print, screen and (min-width: 768px) {
    .sw-Post_Data {
      padding: 0 0 40px 25px;
      margin: 0 0 30px 0; } }
  .sw-Post_Data p {
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem; }
    .sw-Post_Data p:not(:last-of-type) {
      padding: 0 0 10px 0; }

.sw-Post_Box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (min-width: 768px) {
    .sw-Post_Box {
      margin: 0 20px 32px; } }
  @media print, screen and (max-width: 767px) {
    .sw-Post_Box {
      margin: 0 3.90625vw 3.90625vw; } }
  .sw-Post_Box a {
    color: #0088bb;
    text-decoration: underline;
    transition: 0.3s; }
    .sw-Post_Box a:hover {
      color: #f39801; }
  @media print, screen and (min-width: 768px) {
    .sw-Post_Box-Search {
      margin: 0 0 32px; } }
  .sw-Post_Box_Image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: 0.3s; }
    .sw-Post_Box_Image:hover {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
    @media print, screen and (min-width: 768px) {
      .sw-Post_Box_Image {
        width: 206px;
        height: 116px;
        margin: 0 20px 0 0;
        background: #000;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media print, screen and (max-width: 767px) {
      .sw-Post_Box_Image {
        margin: 0 4% 0 0;
        width: 30.5%;
        height: auto;
        -webkit-align-items: top;
            -ms-flex-align: top;
                align-items: top; } }
    .sw-Post_Box_Image a {
      width: 100%;
      display: block;
      position: relative;
      background: #000;
      line-height: 0; }
      @media print, screen and (min-width: 768px) {
        .sw-Post_Box_Image a {
          width: 206px;
          height: 116px; } }
      @media print, screen and (max-width: 767px) {
        .sw-Post_Box_Image a {
          padding: 56.25% 0 0 0;
          height: 0;
          line-height: 0; } }
    .sw-Post_Box_Image img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .sw-Post_Box_Desc {
    position: relative; }
    @media print, screen and (max-width: 767px) {
      .sw-Post_Box_Desc {
        width: 65.5%; } }
    @media print, screen and (min-width: 768px) {
      .sw-Post_Box_Desc p {
        margin: 0 !important;
        font-size: 1.4rem !important;
        line-height: 1.7; } }
    @media print, screen and (max-width: 767px) {
      .sw-Post_Box_Desc p {
        margin: 0 !important;
        font-size: 2.60417vw !important; } }
    .sw-Post_Box_Desc p time {
      position: relative;
      font-weight: bold; }
    .sw-Post_Box_Desc p span {
      position: relative;
      width: 100px; }
      .sw-Post_Box_Desc p span:after {
        position: absolute;
        right: 0;
        color: #fff; }
        @media print, screen and (min-width: 768px) {
          .sw-Post_Box_Desc p span:after {
            padding: 2px 5px;
            font-size: 12px;
            font-size: 1.2rem;
            top: 0; } }
        @media print, screen and (max-width: 767px) {
          .sw-Post_Box_Desc p span:after {
            padding: 0.26042vw;
            font-size: 2.34375vw;
            top: -0.52083vw; } }
      .sw-Post_Box_Desc p span[data-post-type="blog"]:after {
        content: "ブログ";
        background: #f39801; }
      .sw-Post_Box_Desc p span[data-post-type="game"]:after {
        content: "ゲーム";
        background: #ff4178; }
      .sw-Post_Box_Desc p span[data-post-type="designer"]:after {
        content: "デザイナー";
        background: #b2dc37; }
      .sw-Post_Box_Desc p span:after {
        top: 0;
        text-align: center;
        font-weight: bold; }
        @media print, screen and (min-width: 768px) {
          .sw-Post_Box_Desc p span:after {
            left: 10px;
            width: 60px; } }
        @media print, screen and (max-width: 767px) {
          .sw-Post_Box_Desc p span:after {
            left: 3.125vw;
            width: 14.32292vw; } }
    @media print, screen and (min-width: 768px) {
      .sw-Post_Box_Desc h4 {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 15px 0; } }
    @media print, screen and (max-width: 767px) {
      .sw-Post_Box_Desc h4 {
        margin: 2.08333vw 0 0 0;
        font-size: 2.86458vw;
        line-height: 1.3125; } }
    @media print, screen and (min-width: 768px) {
      .sw-Post_Box_Desc_More {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 14px;
        font-size: 1.4rem; } }

/* =================================================================================================================== */
/* .st-Pageinfo-Booth */
/* =================================================================================================================== */
@media print, screen and (min-width: 768px) {
  .st-Pageinfo-Booth .st-Pageinfo_Title {
    padding: 0; } }

@media print, screen and (max-width: 767px) {
  .st-Pageinfo-Booth .st-Pageinfo_Title {
    padding: 5.20833vw 3.90625vw; } }

.st-Pageinfo-Booth .st-Pageinfo_Title_Wrapper {
  background: #a4d145; }

/* =================================================================================================================== */
/* .st-Tab-Booth */
/* =================================================================================================================== */
.st-Tab-Booth .Item_Button {
  line-height: 1;
  border-color: #a4d145; }
  @media print, screen and (min-width: 768px) {
    .st-Tab-Booth .Item_Button {
      padding: 30px 20px; } }
  @media print, screen and (max-width: 767px) {
    .st-Tab-Booth .Item_Button {
      padding: 3.64583vw 4.16667vw 2.08333vw !important; } }
  .st-Tab-Booth .Item_Button:hover, .st-Tab-Booth .Item_Button.is-Current {
    background-color: #a4d145; }

/* =================================================================================================================== */
/* =================================================================================================================== */
.st-Contents-Booth {
  margin: 0 !important; }
  @media print, screen and (min-width: 768px) {
    .st-Contents-Booth {
      width: 870px !important;
      padding: 40px 40px 60px;
      border: 4px solid #a4d145; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents-Booth {
      padding: 4.6875vw 0 7.29167vw 0;
      border-top: 0.52083vw solid #a4d145;
      border-bottom: 0.52083vw solid #a4d145; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents-Booth-Post {
      padding: 4.6875vw 0 10.41667vw 0; } }
  @media print, screen and (min-width: 768px) {
    .st-Contents-Booth_Image {
      margin: 40px 0; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents-Booth_Image {
      margin: 5.20833vw 0; } }
  @media print, screen and (min-width: 768px) {
    .st-Contents-Booth_Date {
      margin: 0 0 25px 0;
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents-Booth_Date {
      margin: 0 3.90625vw 4.6875vw;
      font-size: 2.60417vw; } }
  .st-Contents-Booth_Date span {
    color: #fff;
    background: #a4d145;
    font-weight: bold; }
    @media print, screen and (min-width: 768px) {
      .st-Contents-Booth_Date span {
        margin: 0 15px 0 0;
        padding: 3px 15px; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents-Booth_Date span {
        margin: 0 3.125vw 0 0;
        padding: 0.52083vw 3.90625vw; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents-Booth_Desc {
      padding: 4.6875vw 0 3.125vw 0;
      border-bottom: 0.52083vw solid #a4d145; } }
  .st-Contents-Booth .Text-Notice {
    margin: 0; }
  .st-Contents-Booth .st-Contents_Headline {
    background: #e3f1c7; }
    @media print, screen and (min-width: 768px) {
      .st-Contents-Booth .st-Contents_Headline {
        padding: 25px;
        font-size: 24px;
        font-size: 2.4rem; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents-Booth .st-Contents_Headline {
        padding: 2.60417vw 3.125vw;
        font-size: 3.90625vw;
        line-height: 1.25; } }
  .st-Contents-Booth .st-Contents_Subline {
    margin-top: 0 !important;
    background-color: #e3f1c7; }
  @media print, screen and (min-width: 768px) {
    .st-Contents-Booth .st-Contents_Inner img {
      max-width: 100%; } }
  @media print, screen and (max-width: 767px) {
    .st-Contents-Booth .st-Contents_Inner img {
      margin: 5.20833vw auto;
      width: 86.97917vw;
      display: block; } }
  .st-Contents-Booth .st-Contents_Inner table:not(.st-Contents_Table.boh-Desc_Table) {
    height: auto !important; }
    @media print, screen and (min-width: 768px) {
      .st-Contents-Booth .st-Contents_Inner table:not(.st-Contents_Table.boh-Desc_Table) {
        width: 100% !important; } }
    @media print, screen and (max-width: 767px) {
      .st-Contents-Booth .st-Contents_Inner table:not(.st-Contents_Table.boh-Desc_Table) {
        margin: 0 auto !important;
        width: 86.97917vw !important; } }
    .st-Contents-Booth .st-Contents_Inner table:not(.st-Contents_Table.boh-Desc_Table) th {
      color: #fff !important;
      background-color: #212d45 !important;
      font-weight: 700 !important; }
    .st-Contents-Booth .st-Contents_Inner table:not(.st-Contents_Table.boh-Desc_Table) td {
      color: #000 !important;
      background-color: #f2f2f2 !important; }
    .st-Contents-Booth .st-Contents_Inner table:not(.st-Contents_Table.boh-Desc_Table) th, .st-Contents-Booth .st-Contents_Inner table:not(.st-Contents_Table.boh-Desc_Table) td {
      border: 1px solid #fff !important;
      word-break: break-all !important; }
      @media print, screen and (min-width: 768px) {
        .st-Contents-Booth .st-Contents_Inner table:not(.st-Contents_Table.boh-Desc_Table) th, .st-Contents-Booth .st-Contents_Inner table:not(.st-Contents_Table.boh-Desc_Table) td {
          margin: 0 !important;
          padding: 20px !important;
          font-size: 14px;
          font-size: 1.4rem; } }
      @media print, screen and (max-width: 767px) {
        .st-Contents-Booth .st-Contents_Inner table:not(.st-Contents_Table.boh-Desc_Table) th, .st-Contents-Booth .st-Contents_Inner table:not(.st-Contents_Table.boh-Desc_Table) td {
          margin: 0 !important;
          padding: 2.86458vw 3.38542vw !important;
          font-size: 2.86458vw !important; } }

/* =================================================================================================================== */
/* =================================================================================================================== */
@media print, screen and (min-width: 768px) {
  .st-Contents_Table-Booth {
    margin: 32px 0 44px 0; } }

@media print, screen and (max-width: 767px) {
  .st-Contents_Table-Booth {
    margin: 6.77083vw auto 6.25vw;
    width: 86.97917vw; } }

.st-Contents_Table-Booth th, .st-Contents_Table-Booth td {
  margin: 0 !important;
  word-break: break-all; }

@media print, screen and (min-width: 768px) {
  .st-Contents_Table-Booth th {
    padding: 14px !important; } }

@media print, screen and (max-width: 767px) {
  .st-Contents_Table-Booth th {
    padding: 2.86458vw 0 !important; } }

@media print, screen and (min-width: 768px) {
  .st-Contents_Table-Booth td {
    padding: 14px 24px !important; } }

@media print, screen and (max-width: 767px) {
  .st-Contents_Table-Booth td {
    padding: 2.86458vw 3.125vw !important; } }

@media print, screen and (min-width: 768px) {
  .st-Contents_Table-Booth .Table_Name-BoothTitle {
    width: 120px; } }

@media print, screen and (max-width: 767px) {
  .st-Contents_Table-Booth .Table_Name-BoothTitle {
    width: 26.5%; } }

@media print, screen and (min-width: 768px) {
  .st-Contents_Table-Booth .Table_Name-BoothContents {
    width: 630px; } }

@media print, screen and (max-width: 767px) {
  .st-Contents_Table-Booth .Table_Name-BoothContents {
    width: 73.5%; } }

/* =================================================================================================================== */
/* .boh-Layout */
/* =================================================================================================================== */
@media print, screen and (min-width: 768px) {
  .boh-Layout {
    width: 1200px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px auto 0; } }

@media print, screen and (max-width: 767px) {
  .boh-Layout {
    width: 100%; } }

@media print, screen and (max-width: 767px) {
  .boh-Layout_Main {
    width: 100%; } }

@media print, screen and (min-width: 768px) {
  .boh-Layout_Sub {
    width: 300px; } }

@media print, screen and (max-width: 767px) {
  .boh-Layout_Sub {
    padding: 4.6875vw 0 4.6875vw;
    border-bottom: 0.52083vw solid #a4d145;
    background-color: #fff; } }

/* =================================================================================================================== */
/* .boh-Mainvisual */
/* =================================================================================================================== */
.boh-Mainvisual {
  background: #f2f2f2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 0; }
  @media print, screen and (min-width: 768px) {
    .boh-Mainvisual {
      width: 870px;
      height: 400px; } }
  @media print, screen and (max-width: 767px) {
    .boh-Mainvisual {
      margin: 3.90625vw auto;
      padding: 42.5% 0 0 0;
      width: 92.1875vw;
      height: 0; } }
  .boh-Mainvisual img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

/* =================================================================================================================== */
/* .boh-Info */
/* =================================================================================================================== */
.boh-Info {
  background-color: #fff;
  word-break: break-all; }
  @media print, screen and (min-width: 768px) {
    .boh-Info {
      padding: 0;
      border: 4px solid #a4d145; } }
  .boh-Info h3 {
    background: #e3f1c7;
    font-weight: bold; }
    @media print, screen and (min-width: 768px) {
      .boh-Info h3 {
        padding: 20px 25px;
        font-size: 16px;
        font-size: 1.6rem; } }
    @media print, screen and (max-width: 767px) {
      .boh-Info h3 {
        margin: 0 3.90625vw;
        padding: 3.125vw;
        font-size: 3.125vw; } }
  @media print, screen and (min-width: 768px) {
    .boh-Info_Inner {
      padding: 25px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.7; } }
  @media print, screen and (max-width: 767px) {
    .boh-Info_Inner {
      margin: 3.125vw 7.03125vw 5.72917vw;
      font-size: 2.86458vw;
      line-height: 1.45; } }
  @media print, screen and (max-width: 767px) {
    .boh-Info_Inner-Image {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .boh-Info_Inner-Image img {
    display: block; }
    @media print, screen and (min-width: 768px) {
      .boh-Info_Inner-Image img {
        margin: 0 auto; } }
    @media print, screen and (max-width: 767px) {
      .boh-Info_Inner-Image img {
        margin: 0 7.75% 0 0;
        width: 21.25%;
        height: auto; } }
  @media print, screen and (min-width: 768px) {
    .boh-Info_Inner-Image p {
      margin: 15px 0 0;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center; } }
  @media print, screen and (max-width: 767px) {
    .boh-Info_Inner-Image p {
      width: 71%;
      font-size: 2.86458vw;
      word-break: break-all; } }
  .boh-Info_Inner a {
    color: #0088bb;
    text-decoration: underline;
    transition: 0.3s; }
    .boh-Info_Inner a:hover {
      color: #f39801; }

.sgl-Contents-Booth h3 {
  background: #e3f1c7;
  font-weight: bold;
  border: none !important; }
  @media print, screen and (min-width: 768px) {
    .sgl-Contents-Booth h3 {
      padding: 20px 25px;
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print, screen and (max-width: 767px) {
    .sgl-Contents-Booth h3 {
      padding: 3.125vw;
      font-size: 3.125vw; } }

@media print, screen and (min-width: 768px) {
  .sgl-Contents-Booth {
    padding: 40px; } }

.sgl-Contents-Booth_Category {
  margin: 6px 0; }
  .sgl-Contents-Booth_Category_List {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 34px; }
    .sgl-Contents-Booth_Category_List_Item {
      margin-right: 10px; }
      .sgl-Contents-Booth_Category_List_Item a {
        display: block;
        background: #a4d145;
        color: #fff;
        padding: 5px 18px;
        font-size: 14px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        border: 2px solid #a4d145;
        border-radius: 17px;
        box-sizing: border-box;
        transition: 0.3s; }
        .sgl-Contents-Booth_Category_List_Item a:hover {
          color: #a4d145;
          background: #fff; }
  .sgl-Contents-Booth_Category_Current a {
    color: #a4d145;
    background: #fff; }

@media print, screen and (min-width: 768px) {
  .sgl-Contents-Booth .sw-Pagination {
    margin: 60px auto 20px; } }

@media print, screen and (max-width: 767px) {
  .sgl-Contents-Booth .sw-Pagination {
    margin: -vw(32) auto 0; } }

@media print, screen and (min-width: 768px) {
  .sgl-Contents-Booth-Post {
    margin: 40px 0 0 !important; } }

@media print, screen and (max-width: 767px) {
  .sgl-Contents-Booth-Post {
    margin: 3.90625vw 0 9.375vw !important; } }

@media print, screen and (min-width: 768px) {
  .sgl-Contents-Booth-Post .st-Contents_Headline {
    padding: 25px;
    font-size: 24px;
    font-size: 2.4rem; } }

.sgl-Contents-Booth_Date {
  font-weight: 500; }
  @media print, screen and (min-width: 768px) {
    .sgl-Contents-Booth_Date {
      margin: 0 0 25px 0;
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print, screen and (max-width: 767px) {
    .sgl-Contents-Booth_Date {
      margin: 0 3.90625vw 4.6875vw;
      font-size: 2.60417vw; } }
  .sgl-Contents-Booth_Date span {
    color: #fff;
    background: #a4d145;
    font-weight: bold; }
    @media print, screen and (min-width: 768px) {
      .sgl-Contents-Booth_Date span {
        margin: 0 15px 0 0;
        padding: 3px 15px; } }
    @media print, screen and (max-width: 767px) {
      .sgl-Contents-Booth_Date span {
        margin: 0 3.125vw 0 0;
        padding: 0.52083vw 3.90625vw; } }

@media print, screen and (min-width: 768px) {
  .sgl-Contents_Post_Image {
    margin: 0 0 40px; } }

@media print, screen and (max-width: 767px) {
  .sgl-Contents_Post_Image {
    text-align: center;
    margin: 0 0 6.51042vw; } }

@media print, screen and (min-width: 768px) {
  .sgl-Contents_Post_Image img {
    width: 100%; } }

@media print, screen and (max-width: 767px) {
  .sgl-Contents_Post_Image img {
    width: 89.58333vw;
    height: auto; } }

/* =================================================================================================================== */
/* .boh-Desc */
/* =================================================================================================================== */
@media print, screen and (min-width: 768px) {
  .boh-Desc {
    display: -webkit-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media print, screen and (min-width: 768px) {
  .boh-Desc-Designer {
    margin: 0 0 44px 0; } }

@media print, screen and (max-width: 767px) {
  .boh-Desc-Designer {
    margin: 0 0 6.25vw 0; } }

@media print, screen and (min-width: 768px) {
  .boh-Desc_Image {
    width: 300px; } }

.boh-Desc_Image img {
  height: auto; }
  @media print, screen and (min-width: 768px) {
    .boh-Desc_Image img {
      width: 300px; } }
  @media print, screen and (max-width: 767px) {
    .boh-Desc_Image img {
      width: 100%; } }

@media print, screen and (max-width: 767px) {
  .boh-Desc_Table {
    margin: 5.20833vw auto 0;
    width: 86.97917vw; } }

.boh-Desc_Table tr + tr {
  border-top: 1px solid #fff; }

.boh-Desc_Table th, .boh-Desc_Table td {
  word-break: break-all; }
  @media print, screen and (min-width: 768px) {
    .boh-Desc_Table th, .boh-Desc_Table td {
      margin: 0 !important;
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print, screen and (max-width: 767px) {
    .boh-Desc_Table th, .boh-Desc_Table td {
      margin: 0 !important;
      font-size: 2.86458vw; } }
  .boh-Desc_Table th p, .boh-Desc_Table td p {
    margin: 0; }
    @media print, screen and (min-width: 768px) {
      .boh-Desc_Table th p, .boh-Desc_Table td p {
        font-size: 14px;
        font-size: 1.4rem; } }
  .boh-Desc_Table th a, .boh-Desc_Table td a {
    color: #0088bb;
    text-decoration: underline;
    transition: 0.3s;
    text-decoration: underline; }
    .boh-Desc_Table th a:hover, .boh-Desc_Table td a:hover {
      color: #f39801; }

@media print, screen and (min-width: 768px) {
  .boh-Desc_Table th {
    padding: 8px !important; } }

@media print, screen and (max-width: 767px) {
  .boh-Desc_Table th {
    padding: 2.86458vw 0 !important; } }

@media print, screen and (min-width: 768px) {
  .boh-Desc_Table td {
    padding: 8px 20px !important; } }

@media print, screen and (max-width: 767px) {
  .boh-Desc_Table td {
    padding: 2.86458vw 3.125vw !important; } }

.boh-Desc_Table .Table_Position-Title {
  text-align: center;
  vertical-align: middle;
  line-height: 1.4; }

.boh-Desc_Table .Table_Position-Contents {
  background-color: #f2f2f2;
  text-align: left;
  line-height: 1.785; }

.boh-Desc_Table .Table_Color-Green {
  background-color: #e3f1c7; }

.boh-Desc_Table .Table_Color-Gray {
  background-color: #f2f2f2; }

@media print, screen and (min-width: 768px) {
  .boh-Desc_Table .Table_Name-BoothTitle {
    width: 120px; } }

@media print, screen and (max-width: 767px) {
  .boh-Desc_Table .Table_Name-BoothTitle {
    width: 26.5%; } }

@media print, screen and (min-width: 768px) {
  .boh-Desc_Table .Table_Name-BoothContents {
    width: 300px; } }

@media print, screen and (max-width: 767px) {
  .boh-Desc_Table .Table_Name-BoothContents {
    width: 73.5%; } }
