@charset "UTF-8";
/* ==========================================================
[ Module CSS ]

* サイト全体に共通するモジュールスタイルを記述する

module_btn_hexagon
module_btnlist_two
module_figure_list
module_figure_text
module_grid
module_link_approach
module_news
module_pagecontent
module_pagenav
module_panel
module_panel_simple
module_potalnav
module_publishing
module_related
module_table_bordered
module_table_noborder
module_table_underline
module_tooltip

========================================================== */
/* ---------------------------------------------
*   module_btn_hexagon
--------------------------------------------- */
.module_btn_hexagon {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  padding: 1px 0;
  min-width: 440px;
  height: 48px;
  background-color: #9e9e9f;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.0;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .module_btn_hexagon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-right-width: 15px;
    border-right-color: #9e9e9f;
    content: "";
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .module_btn_hexagon:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-left-width: 15px;
    border-left-color: #9e9e9f;
    content: "";
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  .module_btn_hexagon .item_inner {
    position: relative;
    z-index: 1;
    display: block;
    padding: 12px 0;
    height: 24px;
    background-color: #fff;
    letter-spacing: .1em;
    -webkit-transition: background-color .3s;
    transition: background-color .3s; }
    .module_btn_hexagon .item_inner:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border: 24px solid transparent;
      border-right-width: 14px;
      border-right-color: #fff;
      content: "";
      -webkit-transition: border-color .3s;
      transition: border-color .3s;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);}
    .module_btn_hexagon .item_inner:after {
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border: 24px solid transparent;
      border-left-width: 14px;
      border-left-color: #fff;
      content: "";
      -webkit-transition: border-color .3s;
      transition: border-color .3s;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);}
  .module_btn_hexagon:hover {
    color: #fff;
    text-decoration: none; }
    .module_btn_hexagon:hover .item_inner {
      background-color: #9e9e9f; }
      .module_btn_hexagon:hover .item_inner:before {
        border-right-color: #9e9e9f; }
      .module_btn_hexagon:hover .item_inner:after {
        border-left-color: #9e9e9f; }
  .bulletinboard_foot { text-align: center; margin: 0 0 120px 0;  }
  .bulletinboard_foot .module_btn_hexagon {
  min-width: 320px;
  height: 48px;
  font-size: 1.2rem;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .module_btn_hexagon {
      position: relative;
      margin-right: 0;
      margin-left: 0;
      padding: 1px 0;
      min-width: inherit;
      width: 89.06667vw;
      height: 78px;
      font-size: 1rem; }
      .bulletinboard_foot { margin: 0 0 13.3333vw 0;  }
      .bulletinboard_foot .module_btn_hexagon {
        width: 66.6667vw;
        min-width: inherit;
        height: 78px;
        font-size: 1rem; }
      .module_btn_hexagon:before {
        border-width: 40px;
        border-right-width: 24px; }
      .module_btn_hexagon:after {
        border-width: 40px;
        border-left-width: 24px; }
      .module_btn_hexagon .item_inner {
        padding-top: 20px;
        padding-bottom: 20px;
        height: 38px;
        font-size: 14px;
        line-height: 38px;}
        .module_btn_hexagon .item_inner:before {
          top: -1px;
          left: 0;
          margin-left: 1px;
          border-width: 40px;
          border-right-width: 24px;}
        .module_btn_hexagon .item_inner:after {
          top: -1px;
          right: 0;
          margin-right: 1px;
          border-width: 40px;
          border-left-width: 24px;}
      .module_btn_hexagon:hover {
        color: inherit; }
        .module_btn_hexagon:hover .item_inner {
          background-color: #fff; }
          .module_btn_hexagon:hover .item_inner:before {
            border-right-color: #fff; }
          .module_btn_hexagon:hover .item_inner:after {
            border-left-color: #fff; } }
  @media screen and (max-width: 480px) {
    .module_btn_hexagon {
      height: 38px; }
      .bulletinboard_foot .module_btn_hexagon {
        height: 38px; }
      .module_btn_hexagon:before {
        border-width: 20px;
        border-right-width: 12px; }
      .module_btn_hexagon:after {
        border-width: 20px;
        border-left-width: 12px; }
      .module_btn_hexagon .item_inner {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 18px;
        font-size: 12px;
        line-height: 18px;}
        .module_btn_hexagon .item_inner:before {
          border-width: 20px;
          border-right-width: 12px; }
        .module_btn_hexagon .item_inner:after {
          border-width: 20px;
          border-left-width: 12px; } }
  @media screen and (max-width: 320px) {
    .module_btn_hexagon .item_inner {
      font-size: 11px; } }
  .module_btn_hexagon.skin_red {
    background-color: #e50012;
    color: #fff;}
    .module_btn_hexagon.skin_red:before {
      border-right-color: #e50012; }
    .module_btn_hexagon.skin_red:after {
      border-left-color: #e50012; }
    .module_btn_hexagon.skin_red .item_inner {
      background-color: #e50012; }
      .module_btn_hexagon.skin_red .item_inner:before {
        border-right-color: #e50012; }
      .module_btn_hexagon.skin_red .item_inner:after {
        border-left-color: #e50012; }
    .module_btn_hexagon.skin_red:hover {
      color: #e50012; }
      .module_btn_hexagon.skin_red:hover .item_inner {
        background-color: #fff; }
        .module_btn_hexagon.skin_red:hover .item_inner:before {
          border-right-color: #fff; }
        .module_btn_hexagon.skin_red:hover .item_inner:after {
          border-left-color: #fff; }
    @media screen and (max-width: 767px) {
      .module_btn_hexagon.skin_red:hover {
        color: #fff; }
        .module_btn_hexagon.skin_red:hover .item_inner {
          background-color: #e50012; }
          .module_btn_hexagon.skin_red:hover .item_inner:before {
            border-right-color: #e50012; }
          .module_btn_hexagon.skin_red:hover .item_inner:after {
            border-left-color: #e50012; } }
  .module_btn_hexagon.skin_white_red {
    background-color: #e50012;
    color: #e50012;}
    .module_btn_hexagon.skin_white_red:before {
      border-right-color: #e50012; }
    .module_btn_hexagon.skin_white_red:after {
      border-left-color: #e50012; }
    .module_btn_hexagon.skin_white_red .item_inner {
      background-color: #fff; }
      .module_btn_hexagon.skin_white_red .item_inner:before {
        border-right-color: #fff; }
      .module_btn_hexagon.skin_white_red .item_inner:after {
        border-left-color: #fff; }
    .module_btn_hexagon.skin_white_red:hover {
      color: #fff; }
      .module_btn_hexagon.skin_white_red:hover .item_inner {
        background-color: #e50012; }
        .module_btn_hexagon.skin_white_red:hover .item_inner:before {
          border-right-color: #e50012; }
        .module_btn_hexagon.skin_white_red:hover .item_inner:after {
          border-left-color: #e50012; }
    @media screen and (max-width: 767px) {
      .module_btn_hexagon.skin_white_red:hover {
        color: #e50012; }
        .module_btn_hexagon.skin_white_red:hover .item_inner {
          background-color: #fff; }
          .module_btn_hexagon.skin_white_red:hover .item_inner:before {
            border-right-color: #fff; }
          .module_btn_hexagon.skin_white_red:hover .item_inner:after {
            border-left-color: #fff; } }
  .module_btn_hexagon.skin_gray {
    background-color: #9e9e9f;
    color: #fff;}
    .module_btn_hexagon.skin_gray:before {
      border-right-color: #9e9e9f; }
    .module_btn_hexagon.skin_gray:after {
      border-left-color: #9e9e9f; }
    .module_btn_hexagon.skin_gray .item_inner {
      background-color: #9e9e9f; }
      .module_btn_hexagon.skin_gray .item_inner:before {
        border-right-color: #9e9e9f; }
      .module_btn_hexagon.skin_gray .item_inner:after {
        border-left-color: #9e9e9f; }
    .module_btn_hexagon.skin_gray:hover {
      color: #9e9e9f; }
      .module_btn_hexagon.skin_gray:hover .item_inner {
        background-color: #fff; }
        .module_btn_hexagon.skin_gray:hover .item_inner:before {
          border-right-color: #fff; }
        .module_btn_hexagon.skin_gray:hover .item_inner:after {
          border-left-color: #fff; }
    @media screen and (max-width: 767px) {
      .module_btn_hexagon.skin_gray:hover {
        color: #fff; }
        .module_btn_hexagon.skin_gray:hover .item_inner {
          background-color: #9e9e9f; }
          .module_btn_hexagon.skin_gray:hover .item_inner:before {
            border-right-color: #9e9e9f; }
          .module_btn_hexagon.skin_gray:hover .item_inner:after {
            border-left-color: #9e9e9f; } }

/* -- ie11 -- */
.ie11 .module_btn_hexagon .item_inner {
  padding-top: 16px;
  padding-bottom: 8px; }

@media screen and (max-width: 767px) {
  .ie11 .module_btn_hexagon .item_inner {
    padding-top: 25px;
    padding-bottom: 15px; } }

@media screen and (max-width: 480px) {
  .ie11 .module_btn_hexagon .item_inner {
    padding-top: 10px;
    padding-bottom: 10px; } }

/* ---------------------------------------------
*   module_btnlist_two
--------------------------------------------- */
.module_btnlist_two {
  text-align: center;
  letter-spacing: -.4em; }
  .module_btnlist_two .item_list {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    letter-spacing: normal;}
  .module_btnlist_two .item_btn {
    min-width: inherit;
    width: 275px;
    font-size: 1rem;
    line-height: 24px;}
    .module_btnlist_two .item_btn .item_inner {
      letter-spacing: 0; }
  .module_btnlist_two.module_btnlist_three .item_btn {
    width: 270px; }
  @media screen and (max-width: 767px) {
    .module_btnlist_two {
      text-align: center;
      letter-spacing: normal; }
      .module_btnlist_two .item_list {
        display: block;
        margin: 5.33333vw auto 0; }
        .module_btnlist_two .item_list:first-child {
          margin-top: 0; }
          .module_btnlist_two .item_list:first-child .item_btn {
            font-size: 0.9375rem; }
      .module_btnlist_two .item_btn {
        width: 66.66667vw;
        font-size: 1rem;
        line-height: 10.66667vw;}
        .module_btnlist_two .item_btn .item_inner {
          letter-spacing: 0; } }

/* ---------------------------------------------
*   module_figure_list
--------------------------------------------- */
.module_figure_list:after {
  display: block;
  clear: both;
  content: "";}

.module_figure_list .item_figure {
  float: left;
  margin: 20px 20px 0 0; }

.module_figure_list.skin_two .item_figure {
  width: calc((100% - 20px) / 2); }
  .module_figure_list.skin_two .item_figure:nth-of-type(2n) {
    margin-right: 0; }

.module_figure_list.skin_three .item_figure {
  width: calc((100% - 40px) / 3); }
  .module_figure_list.skin_three .item_figure:nth-of-type(3n) {
    margin-right: 0; }

@media screen and (max-width: 767px) {
  .module_figure_list .item_figure {
    margin: 5.33333vw 5.33333vw 0 0; }
  .module_figure_list.skin_two .item_figure {
    width: calc((100% - 5.333334vw - 1px) / 2); }
  .module_figure_list.skin_three .item_figure {
    width: calc((100% - 10.6666668vw - 1px) / 3); } }

/* -- ie11 -- */
.ie11 .module_figure_list.skin_two .item_figure {
  width: calc((100% - 21px) / 2); }

.ie11 .module_figure_list.skin_three .item_figure {
  width: calc((100% - 41px) / 3); }

/* ---------------------------------------------
*   module_figure_text
--------------------------------------------- */
.module_figure_text {
  margin-top: 20px; }
  .module_figure_text:after {
    display: block;
    clear: both;
    content: "";}
  .module_figure_text .item_figure {
    float: left;
    margin-right: 20px;
    width: calc((100% - 20px) / 2);}
  @media screen and (max-width: 767px) {
    .module_figure_text {
      margin-top: 5.33333vw; }
      .module_figure_text .item_figure {
        margin-right: 5.33333vw;
        width: calc((100% - 5.3333334vw) / 2);} }

/* ---------------------------------------------
*   module_grid
--------------------------------------------- */
.module_grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: start;
  margin: -20px 0 0 0;
  width: 980px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;}
  .module_grid .grid_item {
    position: relative;
    display: block;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    cursor: pointer;}
    .module_grid .grid_item:hover.link_invalid {
      cursor: default; }
      .module_grid .grid_item:hover.link_invalid .module_panel .panel_article .item_title {
        text-decoration: none; }
    .module_grid .grid_item .module_panel {
      overflow: hidden; }
    .module_grid .grid_item .label_new {
      position: absolute;
      top: -4px;
      right: -4px;
      overflow: hidden;
      width: 89px;
      height: 91px;}
      .module_grid .grid_item .label_new span {
        position: absolute;
        top: 18px;
        left: -19px;
        z-index: 1;
        display: inline-block;
        padding: 4px 0;
        width: 160px;
        background: #ffa520;
        color: #fff;
        text-align: center;
        letter-spacing: 0.05em;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);}
      .module_grid .grid_item .label_new span:before,
      .module_grid .grid_item .label_new span:after {
        position: absolute;
        bottom: -3px;
        border-top: 3px solid #b2751b;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
        content: "";}
      .module_grid .grid_item .label_new span:before {
        left: 26px; }
      .module_grid .grid_item .label_new span:after {
        right: 29px; }
    .module_grid .grid_item.skin_youtube .module_panel .panel_image:after {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(/img/index/filter_youtube.png) 50% 50% no-repeat;
      background-size: cover;
      content: "";}
    .module_grid .grid_item.skin_youtube .module_panel .item_title {
      margin-top: 30px; }
    .module_grid .grid_item.skin_youtube .module_panel .panel_box_body {
      padding: 5px 15px 15px; }
    .module_grid .grid_item:hover {
      text-decoration: none; }
      .module_grid .grid_item:hover .module_panel .panel_article .item_title {
        text-decoration: underline; }
      .module_grid .grid_item:hover .module_panel .panel_image img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .module_grid .grid_item:hover .module_panel_simple .panel_simple_box_head {
        text-decoration: underline; }
      .module_grid .grid_item:hover .module_panel_simple .panel_simple_image img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  .module_grid.skin_recommend .grid_item {
        -ms-flex-order: 4;
    margin: 20px 20px 0 0;
    width: 225px;

    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
    .module_grid.skin_recommend .grid_item.skin_first {
          -ms-flex-order: 1;

      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
              order: 1; }
    .module_grid.skin_recommend .grid_item.skin_second {
          -ms-flex-order: 2;

      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
              order: 2; }
    .module_grid.skin_recommend .grid_item.skin_large {
      overflow: hidden;
      width: 470px;
      background: none; }
      .module_grid.skin_recommend .grid_item.skin_large figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(240, 240, 240, 0.6);
        -webkit-transition: .5s;
        transition: .5s;}
      .module_grid.skin_recommend .grid_item.skin_large .panel_image {
        max-height: 381px;
        height: 100%;}
    .module_grid.skin_recommend .grid_item.skin_youtube {
          -ms-flex-order: 3;

      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
              order: 3; }
      .module_grid.skin_recommend .grid_item.skin_youtube .item_txt:after {
        display: none; }
    .module_grid.skin_recommend .grid_item .module_panel {
      height: 100%; }
      .module_grid.skin_recommend .grid_item .module_panel .panel_box_head {
        background-color: #e50012; }
  .module_grid.skin_four .grid_item {
    margin: 20px 20px 0 0;
    width: 225px;}
  .module_grid.skin_three {
    width: 990px; }
    .module_grid.skin_three .grid_item {
      margin: 20px 30px 0 0;
      width: 300px;}
  .module_grid.skin_two {
    width: 1000px; }
    .module_grid.skin_two .grid_item {
      margin: 20px 40px 0 0;
      width: 460px;}
  .module_grid.skin_potal {
    margin-top: -10px; }
    .module_grid.skin_potal .grid_item {
      margin-top: 30px;
      background-color: #fff;}
  @media screen and (max-width: 767px) {
    .module_grid {
      margin-top: -5.33333vw;
      width: 100%;}
      .module_grid .grid_item.skin_youtube .module_panel .panel_image:after {
        background-image: url(/img/index/sp/filter_youtube.png); }
      .module_grid .grid_item:hover .module_panel .panel_article .item_date,
      .module_grid .grid_item:hover .module_panel .panel_article .item_title,
      .module_grid .grid_item:hover .module_panel .panel_article .item_txt {
        text-decoration: none; }
      .module_grid .grid_item:hover .module_panel_simple .panel_simple_box_head, .module_grid .grid_item:hover .module_panel_simple .panel_simple_box_body {
        text-decoration: none; }
      .module_grid.skin_recommend .grid_item {
            -ms-flex-order: 0;
        margin-top: 5.33333vw;
        margin-right: 5.33333vw;
        width: calc((100% - 5.333334vw - 1px) / 2);

        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
                order: 0; }
        .module_grid.skin_recommend .grid_item.skin_first {
              -ms-flex-order: 0;

          -webkit-box-ordinal-group: 1;
          -webkit-order: 0;
                  order: 0; }
        .module_grid.skin_recommend .grid_item.skin_second {
              -ms-flex-order: 0;

          -webkit-box-ordinal-group: 1;
          -webkit-order: 0;
                  order: 0; }
        .module_grid.skin_recommend .grid_item.skin_large {
          width: calc((100% - 5.333334vw - 1px) / 2);
          background-color: #f0f0f0; }
          .module_grid.skin_recommend .grid_item.skin_large .panel_image {
            height: 33.06667vw; }
          .module_grid.skin_recommend .grid_item.skin_large figcaption {
            position: static; }
        .module_grid.skin_recommend .grid_item.skin_youtube {
              -ms-flex-order: 0;

          -webkit-box-ordinal-group: 1;
          -webkit-order: 0;
                  order: 0; }
          .module_grid.skin_recommend .grid_item.skin_youtube .module_panel .item_title {
            margin-top: 25px; }
        .module_grid.skin_recommend .grid_item:nth-child(2n) {
          margin-right: 0; }
      .module_grid.skin_four .grid_item {
        margin-top: 5.33333vw;
        margin-right: 5.33333vw;
        width: calc((100% - 5.333334vw - 1px) / 2);}
        .module_grid.skin_four .grid_item:nth-child(2n) {
          margin-right: 0; }
      .module_grid.skin_three {
        width: 100%; }
        .module_grid.skin_three .grid_item {
          margin-top: 5.33333vw;
          margin-right: 5.33333vw;
          width: calc((100% - 5.333334vw - 1px) / 2);}
          .module_grid.skin_three .grid_item:nth-child(2n) {
            margin-right: 0; }
      .module_grid.skin_two {
        width: 100%; }
        .module_grid.skin_two .grid_item {
          margin-top: 5.33333vw;
          margin-right: 5.33333vw;
          width: calc((100% - 5.333334vw - 1px) / 2);}
          .module_grid.skin_two .grid_item:nth-child(2n) {
            margin-right: 0; }
      .module_grid.skin_potal {
        margin-top: -1.33333vw; }
        .module_grid.skin_potal .grid_item {
          margin-top: 4vw; }
      .module_grid.skin_single_sp {
        width: 100%; }
        .module_grid.skin_single_sp .grid_item {
          margin-top: 5.33333vw;
          margin-right: 0;
          width: 100%;} }

/*  color pattern
--------------------------------------------- */
/* -- bg_point_pink -- */
.bg_point_pink .grid_item,
.skin_grid_white .grid_item {
  border: none;
  background-color: #fff;}

/* -- bg_point_gray -- */
.bg_point_gray .grid_item {
  border: none;
  background-color: #fff;}

/* -- bg_texture_red -- */
.bg_texture_red .grid_item {
  border: none;
  background-color: #fff;}

/* ---------------------------------------------
*   module_link_approach
--------------------------------------------- */
.module_link_approach {
  margin-right: auto;
  margin-left: auto;
  width: 960px;}
  .module_link_approach:after {
    display: block;
    clear: both;
    content: "";}
  @media screen and (max-width: 767px) {
    .module_link_approach {
      width: auto; } }
  .module_link_approach .link_approach_head {
    position: relative;
    display: block;
    margin: 0 auto 40px;
    width: 226px;
    text-align: center;
    font-size: 1rem; }
    .module_link_approach .link_approach_head .item_txt {
      position: relative;
      z-index: 1;
      display: inline-block;
      width: 9em;
      line-height: 22px; }
    .module_link_approach .link_approach_head:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 50%;
      background-color: #fff;
      content: "";}
    .module_link_approach .link_approach_head:after {
      position: absolute;
      top: 50%;
      left: 0;
      width: 0;
      border: 113px solid transparent;
      border-top-width: 63px;
      border-top-color: #fff;
      content: "";}
  .module_link_approach .link_approach_body {
    padding-top: 20px;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .module_link_approach .link_approach_head {
      margin-bottom: 8vw;
      width: 42.13333vw;
      font-size: 0.75rem; }
      .module_link_approach .link_approach_head .item_txt {
        line-height: 4vw; }
      .module_link_approach .link_approach_head:after {
        border-width: 21.06667vw;
        border-top-width: 12.26667vw; }
    .module_link_approach .link_approach_body {
      padding-top: 2vw; } }

.en_detail_foot .module_link_approach .link_approach_head .item_txt {
  width: auto; }

/* ---------------------------------------------
*   module_news
--------------------------------------------- */
.module_news {
  border-top: 1px solid #e50012; }
  .module_news .item_list {
    overflow: hidden;
    padding: 9px 0;
    border-bottom: 1px solid #e50012; }
  .module_news .news_thumb {
    float: left;
    box-sizing: border-box;
    width: 100px;
    border: 1px solid #ccc;}
  .module_news .item_newsbox {
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    width: calc(100% - 100px);}
  .module_news .item_upper {
    overflow: hidden;
    margin-bottom: 4px;}
    .module_news .item_upper .item_date,
    .module_news .item_upper .item_category,
    .module_news .item_upper .item_tag {
      display: block;
      float: left;
      font-weight: normal;
      line-height: 18px;}
    .module_news .item_upper .item_date {
      margin-bottom: 2px;
      padding-right: 4px;
      line-height: 20px;}
    .module_news .item_upper .item_category {
      margin: 0 2px 2px;
      padding: 0 5px;
      width: auto;}
      .module_news .item_upper .item_category:hover {
        border-color: #9e9e9f;
        background-color: #9e9e9f;
        color: #fff;}
    .module_news .item_upper .item_tag {
      margin: 0 2px 2px;
      padding: 0 5px;
      width: auto;
      font-size: 0.6875rem; }
      .module_news .item_upper .item_tag:hover {
        border-color: #444;
        background-color: #fff;
        color: inherit;}
  .module_news .news_btns {
    overflow: hidden;
    margin-left: 88px;}
  .module_news .news_link {
    overflow: hidden;
    line-height: 1.2;}
    .module_news .news_link img {
      margin: 0 0 0 0.2vw;
      vertical-align: middle;}
  .module_news .icon_new {
    color: #e50012;
    font-weight: bold; }
  .module_news .icon_pdf {
    margin-left: 15px; }
    .module_news .icon_pdf img {
      width: 22px;
      height: auto; }
    .module_news .icon_pdf a:hover {
      opacity: .7; }
  @media screen and (max-width: 767px) {
    .module_news .item_list {
      padding: 2.66667vw 0 2vw; }
    .module_news .news_thumb {
      width: 70px; }
    .module_news .item_newsbox {
      width: calc(100% - 70px); }
    .module_news .item_upper {
      margin-bottom: 0.26667vw; }
      .module_news .item_upper .item_date,
      .module_news .item_upper .item_category,
      .module_news .item_upper .item_tag {
        line-height: 3.73333vw; }
      .module_news .item_upper .item_date {
        margin-bottom: 2px;
        padding-right: 4px;
        line-height: 4vw; }
      .module_news .item_upper .item_category {
        margin: 0 2px 2px;
        padding: 0 5px;
        width: auto;
        font-size: 0.625rem; }
      .module_news .item_upper .item_tag {
        margin: 0 0.66667vw 1.33333vw;
        padding: 0 1.33333vw;
        width: auto;
        font-size: 0.5rem; }
    .module_news .news_btns {
      margin-left: 17.33333vw; }
    .module_news .news_link {
      height: auto;
      line-height: 1.5;} }

/* -- ie11 -- */
.ie11 .module_news .item_upper {
  margin-bottom: 12px; }
  .ie11 .module_news .item_upper .item_category {
    padding-top: 4px;
    line-height: 14px; }
  .ie11 .module_news .item_upper .item_tag {
    padding-top: 5px;
    line-height: 12px; }
  .ie11 .module_news .item_upper .item_date {
    padding-top: 8px;
    line-height: 12px; }

/* ---------------------------------------------
*   module_pagecontent
--------------------------------------------- */
.module_pagecontent {
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 20px;
  width: 960px;}
  .module_pagecontent:after {
    display: block;
    clear: both;
    content: "";}
  @media screen and (max-width: 767px) {
    .module_pagecontent {
      width: auto; } }
  .module_pagecontent .pagecontent_head .item_leadtext {
    margin-top: 15px; }
  .module_pagecontent .pagecontent_section {
    margin: 70px 0; }
  @media screen and (max-width: 767px) {
    .module_pagecontent {
      padding: 4vw 5.33333vw; }
      .module_pagecontent .pagecontent_head .item_leadtext {
        margin-top: 4vw; }
      .module_pagecontent .pagecontent_section {
        margin: 9.33333vw 0; } }

/* ---------------------------------------------
*   module_pager
--------------------------------------------- */
.bulletinboard_pager .module_pager {
  margin: 120px 0 60px 0; }
.module_pager {
  margin: 120px 0; }
  .event_category_base .module_pager,
  .event_pager .module_pager {
    margin: 80px 0 120px 0; }
  .module_pager .pager_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .module_pager .pager_link {
    display: block;
    margin: 0 10px;
    width: 30px;
    height: 30px;
    background-color: #9e9e9f;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    line-height: 30px;
    -webkit-transition: background .3s;
    transition: background .3s; }
    .module_pager .pager_link:hover, .module_pager .pager_link.skin_current {
      background-color: #e50012;
      text-decoration: none;}
    .module_pager .pager_link.skin_prev, .module_pager .pager_link.skin_next {
      overflow: hidden;
      background-repeat: no-repeat;
      text-indent: 100%;
      white-space: nowrap;}
    .module_pager .pager_link.skin_prev {
      background-color: transparent;
      background-image: url(/common/img/common/arw_pager_left_off.png);}
      .module_pager .pager_link.skin_prev:hover {
        background-image: url(/common/img/common/arw_pager_left_on.png); }
    .module_pager .pager_link.skin_next {
      background-color: transparent;
      background-image: url(/common/img/common/arw_pager_right_off.png);}
      .module_pager .pager_link.skin_next:hover {
        background-image: url(/common/img/common/arw_pager_right_on.png); }
  @media screen and (max-width: 767px) {
    .module_pager,
    .event_category_base .module_pager,
    .event_pager .module_pager {
      margin-top: 13.33333vw;
      margin-bottom: 13.33333vw; }
      .bulletinboard_pager .module_pager {
        margin: 13.33333vw 0 6.666665vw 0; }
      .module_pager .pager_list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            -ms-flex-pack: center;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center; }
      .module_pager .pager_link {
        display: block;
        margin: 0 5px;
        width: 8vw;
        height: 8vw;
        background-size: contain;
        font-size: 0.875rem;
        line-height: 8vw;}
        .module_pager .pager_link:hover {
          background-color: #9e9e9f; }
        .module_pager .pager_link.skin_current {
          background-color: #e50012; }
        .module_pager .pager_link.skin_prev:hover {
          background-image: url(/common/img/common/arw_pager_left_off.png); }
        .module_pager .pager_link.skin_next:hover {
          background-image: url(/common/img/common/arw_pager_right_off.png); } }

/* -- ie11 -- */
.ie11 .module_pager .pager_link {
  padding-top: 6px;
  height: 24px;
  line-height: 24px; }

/* ---------------------------------------------
*   module_pagenav
--------------------------------------------- */
.module_pagenav {
  margin-bottom: 1rem;
  min-height: inherit;
}

.module_pagenav .pagenav_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;}
  .module_pagenav .pagenav_list .item_list {
      margin: 20px 20px 0 0;
      width: calc((100% - 60px) / 4);
  }
    .module_pagenav .pagenav_list .item_list:nth-of-type(4n) {
      margin-right: 0;
    }
    .module_pagenav .pagenav_list .item_list:after {
    }
  .module_pagenav .pagenav_list .item_list a {
}

.module_pagenav .pagenav_link {
  position: relative;
  background-position: top right;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  box-sizing: border-box;
  padding: 7px 5px;
  width: 100%;
  height: 100%;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  text-align: center;
  font-size: 1rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;}
  .module_pagenav .pagenav_link:hover {
    text-decoration: none;
    background: #FFF;
    border: 1px solid #9e9e9f;
  }
  .module_pagenav.event_tab .pagenav_list .item_list {
    margin: 10px 6px 0 0;
    width: calc((100% - 25px) / 5);
  }
  .module_pagenav.event_tab.tab6 .pagenav_list .item_list {
    margin: 10px 5px 0 0;
    width: calc((100% - 25px) / 6);
  }
  .module_pagenav.event_tab.tab4 .pagenav_list .item_list {
    margin: 10px 8px 0 0;
    width: calc((100% - 25px) / 4);
  }
  .module_pagenav.event_tab.tab5 .pagenav_list .item_list:nth-child(-n+5),
  .module_pagenav.event_tab.tab6 .pagenav_list .item_list:nth-child(-n+6),
  .module_pagenav.event_tab.tab4 .pagenav_list .item_list:nth-child(-n+4) {
    margin-top: 0;
  }

  .module_pagenav.event_tab.tab5 .pagenav_list .item_list:nth-child(5n),
  .module_pagenav.event_tab.tab6 .pagenav_list .item_list:nth-child(6n),
  .module_pagenav.event_tab.tab4 .pagenav_list .item_list:nth-child(4n) {
    margin-right: 0;
  }
  .module_pagenav.event_tab .pagenav_list .item_list a{
    line-height: 1.4
  }
  .module_pagenav.event_tab .pagenav_list .item_list:last-child {
    margin-right: 0;
  }
  .module_pagenav.event_tab .pagenav_link {
    border: 0 none;
    background: linear-gradient(225deg, transparent 10px, #f0f0f0 10px);
  }
  .module_pagenav.event_tab .pagenav_link::before {
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
    display: block;
    text-decoration: none;
    background: linear-gradient(225deg, transparent 10px, #f0f0f0 10px);
    padding: 1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .module_pagenav.event_tab .pagenav_link:hover {
    text-decoration: none;
    background: linear-gradient(225deg, transparent 10px, #fff 10px);
  }
.module_pagenav .pagenav_list_sp {
  display: none; }


  /* ここから */
.module_pagenav {
  margin-bottom: 1rem;
  }
  
  .module_pagenav.event_tab .pagenav_link.is-current {
  text-decoration: none;
  background: linear-gradient(225deg, transparent 10px, #fff 10px);
  }
  
  .module_pagenav_venues {
  display:flex;
  align-items: center;
  margin-top: 1rem;
  }
  
  .module_pagenav_venues dt {
  margin-left: .5em;
  }
  
  .module_pagenav_venues ul{
  display:flex;
  }
  
  .module_pagenav_venues li{
  margin-left: 1em;
  }
  
  .module_pagenav_venues a{
  display: block;
  padding: .35em 1em;
  min-width: 150px;
  border: #e5e5e5;
  text-align: center;
  background-color:#f0f0f0;
  border: 1px solid #9e9e9f;
  }
  
  .module_pagenav_venues a.is-current,
  .module_pagenav_venues a:hover {
  background: #fff;
  }
  
  .module_pagenav_venues a:hover {
  text-decoration: none;
  }
  
  .pagecontent_body {
  margin-top: 1rem;
  }

.eventListEmpty,
.eventListFail {
  margin-top: 3em;
}

@media screen and (max-width: 767px) {
.module_pagenav_venues {
  flex-direction: column;
    align-items: flex-start;
}
.module_pagenav_venues > dt {
  margin-left: 0;
  margin-bottom: .2em;
}
.module_pagenav_venues > dd {
  width: 100%;
}
.module_pagenav_venues li:first-child {
  margin-left: 0;
}
.module_pagenav_venues li {
  width: calc(100% - (1em * 2));
}
.module_pagenav_venues a {
  min-width: 1%;
}
  }
 /* ここまで */

@media screen and (max-width: 767px) {
  .module_pagenav {
    padding: 4vw 0;
    min-height: 0;}
    .module_pagenav .pagenav_list {
      display: none; }
    .module_pagenav .pagenav_list_sp {
      position: relative;
      display: block; }
      .module_pagenav .pagenav_list_sp:after {
        position: absolute;
        top: 50%;
        right: 2vw;
        display: block;
        width: 6.66667vw;
        height: 2.4vw;
        background: url(/common/img/common/sp/arw_down_select.png) 50% 50% no-repeat;
        background-size: 100% auto;
        content: "";
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        pointer-events: none;}
      .module_pagenav .pagenav_list_sp select {
        display: block;
        box-sizing: border-box;
        padding: 0 5px;
        width: 100%;
        outline: none;
        border: 1px solid #9e9e9f;
        border-radius: 0;
        background-color: #fff;
        text-align: center;
        font-size: .8rem;
        line-height: 10.4vw;

        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;} }

/* -- ie11 -- */
.ie11 .module_pagenav .pagenav_link {
  padding: 10px 5px 4px; }

/* ---------------------------------------------
*   module_panel
--------------------------------------------- */
.module_panel .panel_image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 170px;}
  .module_panel .panel_image .object_fit {
    vertical-align: baseline;
    -webkit-transition: .3s;
    transition: .3s;}
  .module_panel .panel_image .item_label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: rgba(68, 68, 68, 0.5);
    color: #fff;
    text-align: center;
    letter-spacing: .05em;
    font-size: 0.875rem;
    line-height: 30px;}
    @media screen and (max-width: 767px) {
      .module_panel .panel_image .item_label {
        font-size: 10px;
        line-height: 20px;} }

.module_panel .panel_content {
  display: block; }

.module_panel .panel_box {
  line-height: 1.3; }
  .module_panel .panel_box_head {
    padding: 5px 10px;
    color: #fff; }
    .module_panel .panel_box_head.skin_red {
      background-color: #e50012; }
    .module_panel .panel_box_head.skin_gray {
      background-color: #9e9e9f; }
    .module_panel .panel_box_head.skin_black {
      background-color: #000; }
  .module_panel .panel_box_body {
    padding: 5px 15px 15px; }

.module_panel .panel_article .item_taglist {
  letter-spacing: -.4em; }
  .module_panel .panel_article .item_taglist .item_tag {
    display: inline-block;
    margin: 3px 5px 0 0;
    padding: 0 8px;
    border: 1px solid #9e9e9f;
    background-color: #fff;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 0.6875rem;
    line-height: 18px;}
.module_panel  .item_date {
  display: block;
  font-size: 0.8em;
  margin: 1px 1px 1px 10px;;
  }
.module_panel .panel_article .item_date {
  display: block;
  font-size: 0.8em;
  margin: 5px 0 10px; }
  .module_panel .panel_article .item_date img {
    margin-left: 3px;
    width: 16px;
    height: 16px; }
  .module_panel .panel_article .item_date br {display: none; }

.module_panel .panel_article .item_title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1rem; }
  .module_panel .panel_article .item_title img {
    margin: 0 0 0 0.2vw;
    vertical-align: middle;}

.module_panel .panel_article .item_txt {
  display: none;
  margin-top: 5px;
  font-size: 0.75rem;
  line-height: 1.6;}
  .module_panel .panel_article .item_txt:after {
    content: "　…続きを読む"; }

@media screen and (max-width: 767px) {
  .module_panel .panel_image {
    height: 33.06667vw; }
  .module_panel .panel_content {
    display: block; }
  .module_panel .panel_box {
    line-height: 1.5; }
    .module_panel .panel_box_head {
      padding: 0.66667vw 2vw;
      font-size: 0.625rem; }
    .module_panel .panel_box_body {
      padding: 1.33333vw 2vw; }
  .module_panel .panel_article .item_taglist .item_tag {
    margin-right: 1.33333vw;
    margin-bottom: 0.66667vw;
    padding-right: 1.33333vw;
    padding-left: 1.33333vw;
    font-size: 0.5rem;
    line-height: 3.2vw;}
  .module_panel .panel_article .item_date {
    display: block;
    margin: 0.66667vw 0;
    font-size: 0.625rem; }
  .module_panel .panel_article .item_date br {display: inherit; }
  .module_panel .panel_article .item_date img { margin-left: 6px; }
  .module_panel .panel_article .item_title {
    margin: 10px 0;
    font-size: 0.625rem; }
  .module_panel .panel_article .item_txt {
    margin-top: 0;
    font-size: 0.625rem;
    line-height: 1.5;}
  .module_panel.skin_horizontal_sp {
    overflow: hidden;
    padding: 2vw;}
    .module_panel.skin_horizontal_sp .panel_image {
      float: left;
      width: 45.33333vw;
      height: 25.33333vw; }
    .module_panel.skin_horizontal_sp .panel_content {
      margin-left: 47.33333vw; }
    .module_panel.skin_horizontal_sp .panel_box_body {
      padding: 1.33333vw 0; }
    .module_panel.skin_horizontal_sp .panel_article .item_taglist .item_tag {
      margin-right: 1.33333vw;
      margin-bottom: 0.66667vw;
      padding-right: 1.33333vw;
      padding-left: 1.33333vw;
      font-size: 0.5rem;
      line-height: 3.2vw;}
    .module_panel.skin_horizontal_sp .panel_article .item_date {
      display: block;
      margin-top: 0.66667vw;
      font-size: 0.625rem; }
    .module_panel.skin_horizontal_sp .panel_article .item_title {
      margin-top: 0;
      font-size: 0.625rem; }
    .module_panel.skin_horizontal_sp .panel_article .item_txt {
      margin-top: 0;
      font-size: 0.625rem;
      line-height: 1.5;}
      .module_panel.skin_horizontal_sp .panel_article .item_txt:after {
        content: "　…続きを読む"; } }

/* ここから */
.js-eventlist .module_panel .item_date {
  display: block;
  font-size: 0.75em;
  margin: 1px 1px 1px 4px;
  padding: 2px 0px;
  }
  
.js-eventlist .module_panel .item_date img {
      vertical-align: text-bottom;
      height: 14px;
  margin-right: 5px;
  }
  
 .js-eventlist .module_panel .panel_box_head {
  font-size: 0.7em;
  }
 .js-eventlist .module_panel .panel_box_head.en {
  line-height: 1.2;
  min-height: calc(2.4em + 10px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
 }
  
 .js-eventlist .module_panel .item_venues {
  display:flex;
  flex-wrap: wrap;
  }
 .js-eventlist .module_panel .item_venues li {
 margin-top: 5px;
  margin-right: 7px;
  }
  
 .js-eventlist .module_panel .item_venues a {
  display: block;
  border-radius: 30px;
  color: #fff;
  font-size: .8em;
  line-height: 1;
  padding: 4px 8px; 
  }
  
 .js-eventlist .module_panel .item_venues a:hover {
  opacity: .75;
  text-decoration: none;
  }
  
 .js-eventlist .module_panel .panel_article .item_taglist {
  margin-top: 5px;
  }
  
 .js-eventlist .module_panel .panel_article .item_title {
  font-size: 1em;
  line-height: 1.55;
  
  }
  
 .js-eventlist .module_panel .post_url {
  display: block;
  }
/* ここまで */


/* -- ie11 -- */
.ie11 .module_panel .panel_box_head {
  padding-top: 7px;
  padding-bottom: 3px; }

.ie11 .module_panel .panel_article .item_taglist .item_tag {
  padding-top: 6px;
  line-height: 12px; }

/* -- android -- */
@media screen and (max-width: 767px) {
  .android .module_panel .panel_image {
    height: 32.53333vw; } }

/* ---------------------------------------------
*   module_panel_potal
--------------------------------------------- */
.module_panel_potal {
  display: block;
  overflow: hidden; }
  .module_panel_potal:hover .item_btn {
    border-color: #9e9e9f;
    background-color: #fff;
    text-decoration: none;}
  .module_panel_potal .item_image {
    display: block;
    overflow: hidden;
    width: 300px;
    height: 210px;}
  .module_panel_potal .item_btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-pack: center;
        -ms-flex-align: center;
    box-sizing: border-box;
    padding: 0 5px;
    width: 100%;
    height: 50px;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
    -webkit-transition: all .3s;
    transition: all .3s;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;}
  @media screen and (max-width: 767px) {
    .module_panel_potal:hover .item_btn {
      border-color: #f0f0f0;
      background-color: #f0f0f0; }
    .module_panel_potal .item_image {
      width: 100%;
      height: 29.33333vw; }
    .module_panel_potal .item_btn {
      padding-right: 0.66667vw;
      padding-left: 0.66667vw;
      width: 100%;
      height: 9.33333vw;
      font-size: 0.75rem;
      line-height: 1.3;} }

/* -- ie11 -- */
.ie11 .module_panel_potal .item_btn {
  padding-top: 8px;
  height: 42px;}

/* ---------------------------------------------
*   module_panel_simple
--------------------------------------------- */
.module_panel_simple .panel_simple_image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 210px;}
  .module_panel_simple .panel_simple_image .object_fit {
    -webkit-transition: .3s;
    transition: .3s; }

.module_panel_simple .panel_simple_content {
  display: block;
  padding: 15px 20px; }

.module_panel_simple .panel_simple_box_head {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.2;}

.module_panel_simple .panel_simple_box_body {
  margin-top: 4px;
  font-size: 0.75rem;
  line-height: 1.8;}

@media screen and (max-width: 767px) {
  .module_panel_simple .panel_simple_image {
    height: 40vw; }
  .module_panel_simple .panel_simple_content {
    padding: 1.33333vw 4vw; }
  .module_panel_simple .panel_simple_box_head {
    margin: 10px 0;
    font-size: 0.875rem;}
  .module_panel_simple .panel_simple_box_body {
    margin: 10px 0;
    font-size: 0.625rem; }
  .module_panel_simple.skin_horizontal_sp .panel_simple_image {
    float: left;
    width: 47.33333vw;
    height: 33.33333vw; }
  .module_panel_simple.skin_horizontal_sp .panel_simple_content {
    margin-left: 49.33333vw;
    padding: 2vw 2vw 2vw 0;}
  .module_panel_simple.skin_horizontal_sp .panel_simple_box_head {
    font-size: 0.875rem; }
  .module_panel_simple.skin_horizontal_sp .panel_simple_box_body {
    margin-top: 0.66667vw;
    font-size: 0.625rem; } }

/* ---------------------------------------------
*   module_publishing
--------------------------------------------- */
.module_publishing {
  position: relative; }
  .module_publishing .item_date {
    display: inline-block;
    box-sizing: border-box;
    padding: 6px 0;
    font-size: 1.125rem;
    line-height: 18px;}
  .module_publishing .item_tag_wrap {
    position: absolute;
    top: 0;
    right: 0;}
  .module_publishing .item_tag {
    margin-left: 10px;
    padding: 0 10px;
    width: auto;}
    .module_publishing .item_tag:hover {
      background-color: #fff;
      color: inherit;}
  @media screen and (max-width: 767px) {
    .module_publishing {
      display: block;
      overflow: hidden; }
      .module_publishing .item_date {
        width: 100%;
        letter-spacing: normal;
        font-size: 0.9375rem;
        line-height: 1.0;}
      .module_publishing .item_tag_wrap {
        position: static; }
      .module_publishing .item_tag {
        float: left;
        margin: 4vw 5.33333vw 0 0;
        width: calc((100% - 5.3333334vw - 1px) / 2);
        letter-spacing: normal;
        line-height: 1.4;
        padding: 5px 0; }
        .module_publishing .item_tag:nth-of-type(2n) {
          margin-right: 0; } }

/* -- ie11 -- */
.ie11 .module_publishing .item_date {
  padding-top: 9px;
  padding-bottom: 3px; }

/* ---------------------------------------------
*   module_related
--------------------------------------------- */
.module_related {
  padding: 45px 0 40px;
  background-color: #fff; }
  .module_related .related_head {
    padding-bottom: 42px;
    line-height: 1.0; }
    .module_related .related_head .item_title {
      text-align: center;
      letter-spacing: .1em;
      font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    .module_related {
      padding-top: 5.33333vw;
      padding-bottom: 5.33333vw; }
      .module_related .related_head {
        padding-bottom: 5.33333vw; }
      .module_related .related_head .item_title {
        font-size: 1.125rem; } }

/*  related_tag
--------------------------------------------- */
.related_tag {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;}
  .related_tag_cassette {
    margin-right: 20px;
    width: calc((100% - 20px) / 2);}
    .related_tag_cassette:nth-of-type(2n) {
      margin-right: 0; }

  .related_tag_cassette .btn_tag {
    display: inline-block;
    min-width: 98px;
    padding: 0 .75em;
    width: auto;
    text-align: left;
    box-sizing: border-box;
  }

  .related_tag_list .item_list {
    margin-top: 10px; }
  .related_tag_link {
    display: block; }
    .related_tag_link .item_cassette {
      overflow: hidden; }
      .related_tag_link .item_cassette .item_image {
        float: left;
        overflow: hidden;
        box-sizing: border-box;
        width: 100px;
        height: 70px;
        border: 1px solid #cecece;}
      .related_tag_link .item_cassette .item_caption {
        margin-left: 110px;
        padding-top: 5px;
        border-top: 2px solid #9e9e9f;
        color: #666;
        line-height: 1.5;}

  @media screen and (min-width: 768px) {
    .related_tag_cassette:nth-child(n+3) {
      margin-top: 40px;
    }
  }
  @media screen and (max-width: 767px) {
    .related_tag {
      padding-bottom: 7.33333vw; }
      .related_tag_cassette {
        margin-top: 6.66667vw;
        margin-right: 0;
        width: 100%;}
        .related_tag_cassette .cassette_head {
          margin-bottom: 4.4vw;
          text-align: left;}
        .related_tag_cassette:first-child {
          margin-top: 0; }
      .related_tag_list .item_list {
        margin-top: 4vw; }
      .related_tag_link .item_cassette .item_image {
        overflow: hidden;
        width: 42vw;
        height: 29.33333vw;}
        .related_tag_link .item_cassette .item_image img {
          min-width: 100%;
          max-width: auto;}
      .related_tag_link .item_cassette .item_caption {
        margin-left: 47.33333vw;
        padding-top: 0;
        border-top: 0;
        color: #666;
        font-size: 0.75rem; } }

/*  related_category
--------------------------------------------- */
.related_category {
  padding-top: 25px;
  padding-bottom: 25px; }
  .related_category_title {
    text-align: center;
    letter-spacing: .1em;
    font-size: 1.5rem;
    line-height: 1.0;}
    .related_category_title.skin_title_red {
      color: #e50012; }
  .related_category_list:after {
    display: block;
    clear: both;
    content: "";}
  .related_category_list .item_list {
    float: left;
    margin: 20px 20px 0 0;
    width: calc((100% - 60px) / 4);}
    .related_category_list .item_list:nth-of-type(4n) {
      margin-right: 0; }
  .related_category_btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-pack: center;
        -ms-flex-align: center;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: #9e9e9f;
    background-color: #9e9e9f;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
    -webkit-transition: background-color .3s,border-color .3s,color .3s;
    transition: background-color .3s,border-color .3s,color .3s;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;}
    .related_category_btn:hover {
      border-color: #fff;
      background-color: #fff;
      color: #9e9e9f;
      text-decoration: none;}
    @media screen and (max-width: 767px) {
      .related_category_btn:hover {
        border-color: #fff;
        background-color: #9e9e9f;
        color: inherit;} }
    .related_category_btn:hover {
      border-color: #9e9e9f; }
  @media screen and (max-width: 767px) {
    .related_category {
      padding-top: 0;
      padding-bottom: 0; }
      .related_category.bg_point_gray {
        background: none; }
      .related_category_title {
        font-size: 1.125rem; }
      .related_category_list {
        padding-top: 0.66667vw; }
        .related_category_list .item_list {
          margin: 4vw 5.33333vw 0 0;
          width: calc((100% - 5.333334vw - 1px) / 2);}
          .related_category_list .item_list:nth-of-type(2n) {
            margin-right: 0; }
      .related_category_btn {
        min-height: 11.73333vw;
        height: auto;
        font-size: 0.875rem; }
        .related_category_btn:hover {
          color: #fff; } }

/* -- ie11 -- */
.ie11 .related_category_btn {
  padding-top: 8px; }

/* ---------------------------------------------
*   module_table_bordered
--------------------------------------------- */
.module_table_bordered table {
  width: 100%;
  font-size: 1rem; }
  .module_table_bordered table th,
  .module_table_bordered table td {
    box-sizing: border-box;
    padding: 10px 5px;
    border: 1px solid #9e9e9f;
    text-align: center;
    white-space: normal;
    word-break: break-all;}
    .module_table_bordered table th:first-child,
    .module_table_bordered table td:first-child {
      border-left: 0; }
    .module_table_bordered table th:last-child,
    .module_table_bordered table td:last-child {
      border-right: 0; }
  .module_table_bordered table th {
    background-color: #f0f0f0; }
  .normal_word table th,
  .normal_word table td {
    word-break: normal; }

.module_table_bordered.skin_colored table th {
  background-color: rgba(229, 0, 18, 0.1); }

.module_table_bordered.skin_swipe table {
  width: 100%; }

@media screen and (max-width: 767px) {
  .module_table_bordered table {
    font-size: 0.75rem; }
    .module_table_bordered table th,
    .module_table_bordered table td {
      padding: 2vw 0.66667vw; }
  .module_table_bordered.skin_swipe {
    overflow-x: auto; }
    .module_table_bordered.skin_swipe table {
      min-width: 200%;
      width: auto;} }

/* ---------------------------------------------
*   module_table_noborder
--------------------------------------------- */
.module_table_noborder table {
  width: 100%;
  font-size: 1rem; }
  .module_table_noborder table th,
  .module_table_noborder table td {
    padding: 10px 0 10px 20px; }

@media screen and (max-width: 767px) {
  .module_table_noborder table {
    font-size: 0.75rem; }
    .module_table_noborder table th,
    .module_table_noborder table td {
      padding: 2vw 1.33333vw 0 0; } }

/* ---------------------------------------------
*   module_table_underline
--------------------------------------------- */
.module_table_underline table {
  width: 100%;
  font-size: 1rem; }
  .module_table_underline table th,
  .module_table_underline table td {
    padding: 10px 0 0 20px;
    border-bottom: 1px solid #9e9e9f; }
  .module_table_underline table thead th {
    font-weight: bold; }

@media screen and (max-width: 767px) {
  .module_table_underline table {
    font-size: 0.75rem; }
    .module_table_underline table th,
    .module_table_underline table td {
      padding: 2vw 1.33333vw 0 0; } }

/* ---------------------------------------------
*   module_tooltip
--------------------------------------------- */
/* ツールチップ本体 */
.tooltip {
  position: absolute;
  z-index: 9999;
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.2; }

/* ツールチップの内容 */
.tooltip__body {
  position: relative;
  top: -15px;
  padding: 7px;
  border-radius: 3px;
  background: #222;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);

  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);}

/* ツールチップらしく矢印をつける */
.tooltip__body:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: block;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #222 transparent transparent transparent;
  content: "";}

/* ==========================================================
[ Parts CSS ]

* サイト全体に共通するパーツスタイルを記述する

bg
btn
heading
Image Fit
wysiwyg
margin
js

========================================================== */
/* ---------------------------------------------
*   bg
--------------------------------------------- */
/*  bg_point_gray
--------------------------------------------- */
.bg_point_gray {
  background-image: url(/common/img/common/bg_point_gray.png); }

/*  bg_point_pink
--------------------------------------------- */
.bg_point_pink {
  background-image: url(/common/img/common/bg_point_pink.png); }

/*  bg_point_pink
--------------------------------------------- */
.bg_bulletin {
    background: url(/img/index/bulletin_bg.jpg) center top repeat;}
  .bg_bulletin .index_section_body {
    padding-top: 58px;}
.bg_bulletin .module_grid.skin_two .grid_item {
  margin: 20px 30px 0 0;
  width: 465px;}
  @media screen and (max-width: 767px) {
    .bg_bulletin .module_grid.skin_single_sp .grid_item {
      margin-top: 5.33333vw;
      margin-right: 0;
      width: 100%;}
    .bg_bulletin .index_section_body {
      padding-top: 10.666667vw;} }

/*  bg_point_pink
--------------------------------------------- */
.bg_bulletin2 {
    background: url(/img/index/bulletin_bg.jpg) left top repeat; }

/*  bg_texture
--------------------------------------------- */
.bg_texture {
  background-image: url(/common/img/common/bg_texture.png); }

/* -- bg_texture_red -- */
.bg_texture_red {
  background-color: #e50012;
  background-image: url(/common/img/common/bg_texture.png); }

/* ---------------------------------------------
*   btn
--------------------------------------------- */
/*  btn_tag
--------------------------------------------- */
.btn_tag {
  display: inline-block;
  width: 98px;
  border: 1px solid #9e9e9f;
  text-align: center;
  font-weight: bold;
  line-height: 28px;}
  @media screen and (max-width: 767px) {
    .btn_tag {
      box-sizing: border-box;
      width: 42vw;
      font-weight: normal;
      font-size: .7rem;
      line-height: 1.8;
      padding: 2vw 10px;} }

/* -- ie11 -- */
.ie11 .btn_tag {
  padding-top: 6px;
  line-height: 22px; }

/*  btn_tag_gray
--------------------------------------------- */
.btn_tag_gray {
  display: inline-block;
  width: 98px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: #9e9e9f;
  background-color: #9e9e9f;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 28px;
  -webkit-transition: background-color .3s,border-color .3s,color .3s;
  transition: background-color .3s,border-color .3s,color .3s;}
  .btn_tag_gray:hover {
    border-color: #fff;
    background-color: #fff;
    color: #9e9e9f;
    text-decoration: none;}
  @media screen and (max-width: 767px) {
    .btn_tag_gray:hover {
      border-color: #fff;
      background-color: #9e9e9f;
      color: inherit;} }
  .btn_tag_gray:hover {
    border-color: #9e9e9f; }
  @media screen and (max-width: 767px) {
    .btn_tag_gray {
      box-sizing: border-box;
      width: 42vw;
      font-weight: normal;
      font-size: 0.875rem;
      line-height: 7.73333vw;} }

/* -- ie11 -- */
.ie11 .btn_tag_gray {
  padding-top: 6px;
  line-height: 22px; }

/* ---------------------------------------------
*   heading
--------------------------------------------- */
/*  heading_page
--------------------------------------------- */
.heading_page {
  padding: 6px 10px;
  background-color: #e50012;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.0;}
  @media screen and (max-width: 767px) {
    .heading_page {
      padding: 1.33333vw 1.33333vw;
      font-size: 0.9375rem;
      line-height: 1.2;} }

/* -- ie11 -- */
.ie11 .heading_page {
  padding: 8px 10px 4px; }

/*  heading_underline
--------------------------------------------- */
.heading_underline {
  padding: 10px;
  border-bottom: 1px solid #9e9e9f;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.7;}
  @media screen and (max-width: 767px) {
    .heading_underline {
      padding: 2.66667vw 0;
      border-bottom: 0;
      font-size: 1.125rem;
      line-height: 1.4;} }

/* -- ie11 -- */
.ie11 .heading_underline {
  padding-top: 14px;
  padding-bottom: 6px; }

/*  leadtext_event
--------------------------------------------- */
.leadtext_event {
  margin: 2.8125rem 0 0;}
  .leadtext_event p {
    line-height: 1.714;
  }
  .leadtext_event p a {
    text-decoration: underline;
    color: #0000ff;
  }
  .leadtext_event p a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  @media screen and (max-width: 767px) {
  .leadtext_event {
    margin: 2rem 0 0; } }

/*  heading_border
--------------------------------------------- */
.heading_border {
  margin-bottom: 40px;
  padding: 10px;
  border: 1px solid #9e9e9f;
  color: #e50012;
  font-size: 1.25rem;
  line-height: 1.3;}
  @media screen and (max-width: 767px) {
    .heading_border {
      margin-bottom: 5.33333vw;
      padding: 0.66667vw 1.33333vw;
      border-color: #e50012;
      font-size: 0.9375rem;
      line-height: 1.3;} }

/* -- ie11 -- */
.ie11 .heading_border {
  padding-top: 10px; }

/*  heading_bold
--------------------------------------------- */
.heading_bold {
  font-weight: bold;
  font-size: 1.125rem;}
  @media screen and (max-width: 767px) {
    .heading_bold {
      font-size: 1rem; } }

/*  heading_small
--------------------------------------------- */
.heading_small {
  font-size: 1rem; }
  @media screen and (max-width: 767px) {
    .heading_small {
      font-size: 0.75rem; } }

/* ---------------------------------------------
*   Image Fit
--------------------------------------------- */
/*  object_fit
--------------------------------------------- */
.object_fit {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: 50% 0; }

/* -- for Win -- */
.ie11 .object_fit,
.edge .object_fit {
  font-family: "object-fit: cover; object-position: 50% 50%";

  object-fit: cover;
  object-position: 50% 0;}

/* ---------------------------------------------
*   wysiwyg
--------------------------------------------- */
.wysiwyg:after {
  display: block;
  clear: both;
  content: "";}

/* wysiwyg default
--------------------------------------------- */
.wysiwyg sup {
  vertical-align: super;
  font-size: smaller; }

.wysiwyg sub {
  vertical-align: sub;
  font-size: smaller; }

.wysiwyg h1 {
  font-size: 2em; }

.wysiwyg h2 {
  font-size: 1.5em; }

.wysiwyg h3 {
  font-size: 1.17em; }

.wysiwyg h4 {
  font-size: 100%; }

.wysiwyg h5 {
  font-size: 0.83em; }

.wysiwyg h6 {
  font-size: 0.67em; }

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: bold; }

.wysiwyg i,
.wysiwyg strong {
  font-weight: bold; }

.wysiwyg p {
  margin-top: 1em;
  margin-bottom: 1em; }

.wysiwyg em {
  font-style: italic; }

.wysiwyg a {
  color: #43a0c0;
  text-decoration: underline; }

.wysiwyg a:hover {
  text-decoration: none; }

.wysiwyg ul {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
  list-style-type: disc;}

.wysiwyg ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
  list-style-type: decimal;}

.wysiwyg li {
  display: list-item;
  text-align: -webkit-match-parent; }

.wysiwyg blockquote {
  margin: 1.12em 0; }

/* ---------------------------------------------
*   margin
--------------------------------------------- */
/* margin-top
--------------------------------------------- */
.mgt-pc--0 {
  margin-top: 0 !important; }

.mgt-pc--5 {
  margin-top: 5px !important; }

.mgt-pc--10 {
  margin-top: 10px !important; }

.mgt-pc--15 {
  margin-top: 15px !important; }

.mgt-pc--20 {
  margin-top: 20px !important; }

.mgt-pc--25 {
  margin-top: 25px !important; }

.mgt-pc--30 {
  margin-top: 30px !important; }

.mgt-pc--35 {
  margin-top: 35px !important; }

.mgt-pc--40 {
  margin-top: 40px !important; }

.mgt-pc--45 {
  margin-top: 45px !important; }

.mgt-pc--50 {
  margin-top: 50px !important; }

.mgt-pc--55 {
  margin-top: 55px !important; }

.mgt-pc--60 {
  margin-top: 60px !important; }

.mgt-pc--65 {
  margin-top: 65px !important; }

.mgt-pc--70 {
  margin-top: 70px !important; }

.mgt-pc--75 {
  margin-top: 75px !important; }

.mgt-pc--80 {
  margin-top: 80px !important; }

.mgt-pc--85 {
  margin-top: 85px !important; }

.mgt-pc--90 {
  margin-top: 90px !important; }

.mgt-pc--95 {
  margin-top: 95px !important; }

.mgt-pc--100 {
  margin-top: 100px !important; }

@media screen and (max-width: 767px) {
  .mgt-sp--0 {
    margin-top: 0 !important; }
  .mgt-sp--5 {
    margin-top: 0.66667vw !important; }
  .mgt-sp--10 {
    margin-top: 1.33333vw !important; }
  .mgt-sp--15 {
    margin-top: 2vw !important; }
  .mgt-sp--20 {
    margin-top: 2.66667vw !important; }
  .mgt-sp--25 {
    margin-top: 3.33333vw !important; }
  .mgt-sp--30 {
    margin-top: 4vw !important; }
  .mgt-sp--35 {
    margin-top: 4.66667vw !important; }
  .mgt-sp--40 {
    margin-top: 5.33333vw !important; }
  .mgt-sp--45 {
    margin-top: 6vw !important; }
  .mgt-sp--50 {
    margin-top: 6.66667vw !important; }
  .mgt-sp--55 {
    margin-top: 7.33333vw !important; }
  .mgt-sp--60 {
    margin-top: 8vw !important; }
  .mgt-sp--65 {
    margin-top: 8.66667vw !important; }
  .mgt-sp--70 {
    margin-top: 9.33333vw !important; }
  .mgt-sp--75 {
    margin-top: 10vw !important; }
  .mgt-sp--80 {
    margin-top: 10.66667vw !important; }
  .mgt-sp--85 {
    margin-top: 11.33333vw !important; }
  .mgt-sp--90 {
    margin-top: 12vw !important; }
  .mgt-sp--95 {
    margin-top: 12.66667vw !important; }
  .mgt-sp--100 {
    margin-top: 13.33333vw !important; } }

/* margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
  margin-bottom: 0 !important; }

.mgb-pc--5 {
  margin-bottom: 5px !important; }

.mgb-pc--10 {
  margin-bottom: 10px !important; }

.mgb-pc--15 {
  margin-bottom: 15px !important; }

.mgb-pc--20 {
  margin-bottom: 20px !important; }

.mgb-pc--25 {
  margin-bottom: 25px !important; }

.mgb-pc--30 {
  margin-bottom: 30px !important; }

.mgb-pc--35 {
  margin-bottom: 35px !important; }

.mgb-pc--40 {
  margin-bottom: 40px !important; }

.mgb-pc--45 {
  margin-bottom: 45px !important; }

.mgb-pc--50 {
  margin-bottom: 50px !important; }

.mgb-pc--55 {
  margin-bottom: 55px !important; }

.mgb-pc--60 {
  margin-bottom: 60px !important; }

.mgb-pc--65 {
  margin-bottom: 65px !important; }

.mgb-pc--70 {
  margin-bottom: 70px !important; }

.mgb-pc--75 {
  margin-bottom: 75px !important; }

.mgb-pc--80 {
  margin-bottom: 80px !important; }

.mgb-pc--85 {
  margin-bottom: 85px !important; }

.mgb-pc--90 {
  margin-bottom: 90px !important; }

.mgb-pc--95 {
  margin-bottom: 95px !important; }

.mgb-pc--100 {
  margin-bottom: 100px !important; }

@media screen and (max-width: 767px) {
  .mgb-sp--0 {
    margin-bottom: 0 !important; }
  .mgb-sp--5 {
    margin-bottom: 0.66667vw !important; }
  .mgb-sp--10 {
    margin-bottom: 1.33333vw !important; }
  .mgb-sp--15 {
    margin-bottom: 2vw !important; }
  .mgb-sp--20 {
    margin-bottom: 2.66667vw !important; }
  .mgb-sp--25 {
    margin-bottom: 3.33333vw !important; }
  .mgb-sp--30 {
    margin-bottom: 4vw !important; }
  .mgb-sp--35 {
    margin-bottom: 4.66667vw !important; }
  .mgb-sp--40 {
    margin-bottom: 5.33333vw !important; }
  .mgb-sp--45 {
    margin-bottom: 6vw !important; }
  .mgb-sp--50 {
    margin-bottom: 6.66667vw !important; }
  .mgb-sp--55 {
    margin-bottom: 7.33333vw !important; }
  .mgb-sp--60 {
    margin-bottom: 8vw !important; }
  .mgb-sp--65 {
    margin-bottom: 8.66667vw !important; }
  .mgb-sp--70 {
    margin-bottom: 9.33333vw !important; }
  .mgb-sp--75 {
    margin-bottom: 10vw !important; }
  .mgb-sp--80 {
    margin-bottom: 10.66667vw !important; }
  .mgb-sp--85 {
    margin-bottom: 11.33333vw !important; }
  .mgb-sp--90 {
    margin-bottom: 12vw !important; }
  .mgb-sp--95 {
    margin-bottom: 12.66667vw !important; }
  .mgb-sp--100 {
    margin-bottom: 13.33333vw !important; } }

.under_line {
  text-decoration: underline;
}
.under_line:hover {
  text-decoration: none;
}
.no_link {
  pointer-events: none;
}

/* ---------------------------------------------
*   js
--------------------------------------------- */
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}



/* ---------------------------------------------
*   member-menu
--------------------------------------------- */
.member_only_menu {
  padding: 0 0 20px 45px;
}
.member_only_menu h2 {
  margin: 30px 0 10px 0;
  border-left: 18px solid #e50012;
  padding: 4px 0 0 10px;
  font-weight: bold;
  color: #222;
  font-size: 20px;
}
.member_only_menu ul {
  padding-left: 52px;
  list-style-type: disc;
  font-size: 16px;
  line-height: 2;
}
.member_only_menu ul a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .member_only_menu {
    padding-left: 0px;
  }
}


/* ---------------------------------------------
*   member-menu
--------------------------------------------- */

.post_sns_share {
  display:flex;
  justify-content: flex-end;
  margin: 20px 0 0;
}
.post_sns_share li {
  margin: 0 0 0 10px;
}
.post_sns_share a {
  transition: .2s;
}
.post_sns_share a:hover {
  opacity: .8;
}
@media screen and (max-width: 767px) {
  .post_sns_share {
    justify-content: flex-end;
    margin: 0 0 4.5vw;
  }
  .post_sns_share li {
    margin: 0 0 0 3vw;
  }
  .post_sns_share img {
    width: 10vw;
    height: auto;
  }
}

/* ---------------------------------------------
   過去イベント検索ボックス
   last 2020/10/26
  --------------------------------------------- */
#events_box_area {
  background: #EFF0F1;
  padding: 14px 0 16px;
  margin: 20px auto 50px auto;
}
#events_box_area .init {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 0 14px 0;
}
#events_box_area .init div {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#events_box_area .init dl {
  width: 210px;
  margin: 0 10px;
}
#events_box_area .init dl dt {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 6px 0;
}
#events_box_area .init dl dd {
  
}
#events_box_area .init dl dd select {
  background: #FFFFFF url(/common/img/common/select_icon.svg) right center no-repeat;
  -webkit-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #707070 solid 1px;
  font-size:      1.1em;
  text-align: center;
  width: 100%;
  height: 40px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}	
#events_box_area .init dl dd selectselect::-ms-expand {	
    display: none;	
}
#events_box_area .init dl dd select option {
text-align: center;
}
#events_box_area #events_box_submit {
  
}
#events_box_area #events_box_submit a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9E9E9F;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  width: 180px;
  height: 40px;
  margin: 0 auto;
}
#events_box_area #events_box_submit a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #events_box_area {
    padding: 14px 0 14px;
    margin: 5.33333vw auto 8.33333vw auto;
  }
  #events_box_area .init {
    margin: 0;
  }
  #events_box_area .init div {
    width: 96%
  }
  #events_box_area .init dl {
    width: 46%;
    margin: 0 2% 4% 2%;
  }
  #events_box_area .init dl dt {
    font-size: 15px;
    margin: 0 0 2px 0;
  }
  #events_box_area .init dl dd {

  }
  #events_box_area .init dl dd select {
    font-size: 15px;
    height: 40px;
    padding: 10px;
  }
  #events_box_area #events_box_submit a {
    font-size: 15px;
    width: 50%;
    height: 40px;
  }
}