@charset "UTF-8";
img {
  max-width: 100%;
  height: auto; }

.events_none {
  pointer-events: none; }

.imb_block {
  width: 70%;
  margin-right: auto !important;
  margin-left: auto !important; }

.line-block__content {
  -webkit-box-shadow: 0 0 0 !important;
          box-shadow: 0 0 0 !important; }

.line-block__body {
  background: white;
  border: none; }

.about-content.special-content {
  padding: 50px 50px 40px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 80px; }

.heading-others {
  font-size: 3.2rem !important;
  font-weight: bold !important; }

.head-main {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 60px; }
  .head-main:after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #f44336; }

.head-sub {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center; }

.area-selecter__ttl {
  margin: 0 20px 0 0 !important;
  padding-right: 20px;
  border-right: solid 2px;
  font-size: 2rem;
  font-weight: bold;
  min-width: 110px; }
  @media screen and (max-width: 767px) {
    .area-selecter__ttl {
      border: none;
      width: 100%;
      text-align: center;
      padding: 10px;
      margin: 0 !important; } }

.area-selecter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .area-selecter__list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.area-selecter__element {
  margin: 0 30px;
  padding: 5px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .area-selecter__element {
      margin: 0 5px; } }

.area-selecter__l-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  background: #eaeaea;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .area-selecter__l-cate {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 15px;
      font-size: 1.8rem; } }
  .area-selecter__l-cate.is-open {
    border-radius: 10px 10px 0 0; }

.area-selecter__m-cate {
  display: none;
  background: #f8f8f8;
  padding: 10px 30px;
  font-size: 1.8rem; }
  .area-selecter__m-cate > .area-selecter__list {
    padding: 10px 0; }
    @media screen and (max-width: 767px) {
      .area-selecter__m-cate > .area-selecter__list {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  @media screen and (max-width: 767px) {
    .area-selecter__m-cate {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 15px;
      font-size: 1.8rem; } }

.area-selecter__s-cate {
  border-top: dashed 1px;
  display: none;
  background: #f8f8f8;
  padding: 10px 0 0;
  font-size: 1.8rem; }
  .area-selecter__s-cate > .area-selecter__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .area-selecter__s-cate > .area-selecter__list {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  @media screen and (max-width: 767px) {
    .area-selecter__s-cate {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 15px 0;
      font-size: 1.8rem; } }

.area-selecter .js-accodion_l:after,
.area-selecter .js-accodion_m:after {
  display: inline-block;
  content: "▼";
  font-size: 1.6rem;
  padding: 0 5px;
  position: relative;
  top: -2px; }

.area-selecter .js-accodion_l.is-active,
.area-selecter .js-accodion_m.is-active {
  color: #f44336; }
  .area-selecter .js-accodion_l.is-active:after,
  .area-selecter .js-accodion_m.is-active:after {
    content: "▲"; }

.area-selecter .area-selecter__l-cate .area-selecter__element.is-active,
.area-selecter .area-selecter__m-cate .area-selecter__element.is-active,
.area-selecter .area-selecter__s-cate .area-selecter__element.is-active {
  color: #f44336;
  font-weight: bold; }

.area-block {
  padding: 10px 0; }

.area-table table {
  border: none !important;
  border-radius: 10px 10px 0 0;
  overflow: hidden; }
  .area-table table tr:nth-child(odd) {
    background: white; }
  .area-table table tr:nth-child(even) {
    background: #f8f8f8; }
  .area-table table th,
  .area-table table td {
    padding: 10px 30px;
    border: none !important;
    border-right: solid 4px white !important;
    font-size: 1.6rem;
    word-wrap: break-word; }
    .area-table table th a:hover,
    .area-table table td a:hover {
      text-decoration: none; }
    @media screen and (max-width: 767px) {
      .area-table table th,
      .area-table table td {
        font-size: 1.4rem; } }
    .area-table table th:nth-child(1),
    .area-table table td:nth-child(1) {
      width: 35%; }
      @media screen and (max-width: 767px) {
        .area-table table th:nth-child(1),
        .area-table table td:nth-child(1) {
          width: 100%;
          padding: 15px 15px 5px; } }
    @media screen and (max-width: 767px) {
      .area-table table th:nth-child(2),
      .area-table table td:nth-child(2) {
        width: 100%;
        padding: 0 15px 15px; } }
  .area-table table th {
    background: #eaeaea;
    font-weight: bold;
    font-weight: bold; }
    .area-table table th:last-child {
      border: none !important; }
  .area-table table td:last-child {
    border: none !important; }

.js-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 60px;
  height: 60px;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 767px) {
    .js-pagetop {
      bottom: 15px;
      right: 15px;
      width: 50px;
      height: 50px; } }
  .js-pagetop:hover {
    opacity: 0.7; }
  .js-pagetop:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: solid 4px;
    border-right: solid 4px;
    -webkit-transform: translate(-50%, -5px) rotate(-45deg);
        -ms-transform: translate(-50%, -5px) rotate(-45deg);
            transform: translate(-50%, -5px) rotate(-45deg); }
    @media screen and (max-width: 767px) {
      .js-pagetop:before {
        width: 15px;
        height: 15px;
        -webkit-transform: translate(-50%, -5px) rotate(-45deg);
            -ms-transform: translate(-50%, -5px) rotate(-45deg);
                transform: translate(-50%, -5px) rotate(-45deg); } }

@media screen and (max-width: 767px) {
  .about-content.special-content {
    padding: 40px 10px 20px;
    width: 100%; }
  .category-list {
    width: 100% !important; }
  .about-content__ph {
    margin-bottom: 30px !important; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-md {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-md-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.col-md-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-md-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-md-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-md-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-md-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-md-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-md-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-md-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-md-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-md-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-md-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-md-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.col-md-5 {
  padding: 0 20px; }

@media screen and (max-width: 768px) {
  .col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }
