@charset "UTF-8";
@media screen and (min-width: 960px), print {
  .ind main {
    display: grid;
    grid-template-columns: 240px 1fr min-content;
    width: auto;
    margin: 0px;
    margin-left: 3vw; }
    .ind main #Sub {
      margin: 0px;
      margin-top: 5rem; }
    .ind main .ind-doc {
      text-align: left;
      margin: 0 6vw 0 4.5vw; }
    .ind main .ind-ban {
      background: #F0F0F0;
      padding: 60px 0 60px;
      margin-top: -60px; }
      .ind main .ind-ban::before {
        content: '';
        display: block;
        width: 390px;
        max-width: 20vw;
        background: #fff; }
      .ind main .ind-ban > div {
        max-width: 270px;
        margin: 0 auto;
        padding: 0 15px; }
        .ind main .ind-ban > div img {
          width: 100%; }
      .ind main .ind-ban li {
        margin: 0 0 10px 0; }
      .ind main .ind-ban .-event {
        text-align: left;
        margin: 20px 0; }
        .ind main .ind-ban .-event figure {
          display: block;
          margin-bottom: 0.75rem; }
        .ind main .ind-ban .-event p {
          font-size: 0.95rem;
          margin: 0.25rem 0; } }
@media screen and (max-width: 959px) {
  .ind #Sub {
    padding: 0px; }

  .ind-doc {
    text-align: left;
    width: 90%;
    margin: 0 auto; }

  .ind-ban {
    background: #F0F0F0;
    padding: 40px 0 40px;
    margin-top: 6rem; }
    .ind-ban > div {
      max-width: 480px;
      margin: 0 auto; }
      .ind-ban > div img {
        width: 100%; }
    .ind-ban ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 2%; }
      .ind-ban ul li {
        width: 48%;
        margin: 1%; }
    .ind-ban .-event {
      text-align: left;
      margin: 2% auto;
      max-width: 195px; }
      .ind-ban .-event figure {
        display: block;
        margin-bottom: 0.75rem; }
      .ind-ban .-event p {
        font-size: 0.95rem;
        margin: 0.25rem 0; } }
.ind-hero {
  background-image: url("../img/ind_hero.jpg");
  background-size: cover;
  background-position: center center;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 959px) {
    .ind-hero {
      max-height: 450px; } }

.ind-search {
  background: #fff;
  max-width: 1200px;
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .ind-search > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 2px solid #eee; }
    .ind-search > ul li {
      width: 25%;
      line-height: 1.25;
      font-size: 1.125rem;
      padding: 1.75rem 0;
      border-left: 2px solid #eee;
      font-weight: bold;
      color: #808080;
      cursor: pointer; }
      .ind-search > ul li:first-child {
        border-left: 0px; }
      .ind-search > ul li.current {
        background: #004D7F;
        color: #fff; }
  .ind-search > div {
    padding: 30px; }
    .ind-search > div div {
      display: none; }
      .ind-search > div div.current {
        display: block; }
    .ind-search > div input, .ind-search > div button {
      padding: 1.75rem;
      line-height: 1.25;
      font-size: 1rem;
      font-weight: bold; }
    .ind-search > div input[type='text'] {
      background: #F0F0F0;
      width: calc(100% - 120px); }
    .ind-search > div input[type='submit'], .ind-search > div button[type='submit'] {
      width: 120px;
      background: #004D7F;
      color: #fff;
      font-family: 'Icons'; }
  @media screen and (max-width: 959px) {
    .ind-search > ul {
      border: 0px; }
      .ind-search > ul li {
        width: 25%;
        border: 0px;
        border-bottom: 2px solid #eee;
        font-size: 0.9rem;
        padding: 1rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        border-left: 2px solid #eee; }
        .ind-search > ul li:first-child {
          border-left: 0px; }
    .ind-search > div {
      padding: 15px; }
      .ind-search > div input, .ind-search > div button {
        padding: 1.25rem; }
      .ind-search > div input[type='text'] {
        width: calc(100% - 60px); }
      .ind-search > div input[type='submit'], .ind-search > div button[type='submit'] {
        width: 60px; } }
  @media screen and (max-width: 559px) {
    .ind-search > ul li {
      width: 50%;
      font-size: 0.8rem;
      padding: 1rem 0; } }

.ind-hl {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 6rem 0 0;
  padding-bottom: 2rem;
  justify-content: space-between;
  align-items: center; }
  .ind-hl h2 {
    font-size: 1.875rem;
    margin: 0;
    line-height: 1.25; }
  .ind-hl div {
    font-weight: bold;
    color: #fff; }
    .ind-hl div a {
      font-size: 0.95rem;
      display: inline-block;
      padding: 0.5em 1rem;
      background: #004D7F;
      line-height: 1.5rem;
      border-radius: 30px; }
  @media screen and (max-width: 959px) {
    .ind-hl {
      flex-flow: nowrap; }
      .ind-hl h2 {
        font-size: 1.45rem;
        margin-right: 2rem; }
      .ind-hl div a {
        font-size: 0.9rem;
        padding: 0.5em 1rem;
        white-space: nowrap; } }

.ind-news li {
  border-bottom: 1px solid #ddd; }
.ind-news a {
  display: block;
  padding: 1rem 0; }
.ind-news b, .ind-news time {
  display: inline-block;
  line-height: 1.25rem;
  vertical-align: middle; }
.ind-news b {
  background: #808080;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  margin-right: 1rem; }
  .ind-news b.-cate01 {
    background: #51B8DB; }
  .ind-news b.-cate02 {
    background: #CBAE1C; }
  .ind-news b.-cate03 {
    background: #249700; }
.ind-news time {
  font-family: 'Oswald', sans-serif;
  font-size: 1.06rem;
  font-weight: 200;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.ind-news p {
  font-size: 1.12rem;
  margin-top: 0.5rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.ind-news a:hover b.-cate01 + time,
.ind-news a:hover b.-cate01 + time + p {
  color: #51B8DB; }
.ind-news a:hover b.-cate02 + time,
.ind-news a:hover b.-cate02 + time + p {
  color: #CBAE1C; }
.ind-news a:hover b.-cate03 + time,
.ind-news a:hover b.-cate03 + time + p {
  color: #249700; }
@media screen and (max-width: 959px) {
  .ind-news time {
    font-size: 0.95rem; }
  .ind-news p {
    font-size: 1rem; } }

.ind-event ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2% -4%; }
  .ind-event ul li {
    width: 25.333%;
    margin: 4%; }
.ind-event figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f1f1f1; }
  .ind-event figure::before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 高さを幅の75%に固定 */ }
  .ind-event figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: none;
    width: auto; }
.ind-event time {
  font-family: 'Oswald', sans-serif;
  display: block;
  font-size: 0.95rem;
  font-weight: 200;
  margin: 1rem 0; }
.ind-event p {
  font-size: 1.12rem;
  line-height: 1.5; }
@media screen and (max-width: 959px) {
  .ind-event {
    overflow-x: scroll; }
    .ind-event ul {
      flex-wrap: nowrap; }
      .ind-event ul li {
        min-width: 180px; }
    .ind-event p {
      width: 100%;
      white-space: normal;
      font-size: 0.9rem; } }

.ind-resouce ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem -4%; }
  .ind-resouce ul li {
    width: 100%;
    font-size: 1.125rem;
    margin: 0.5rem 4%;
    line-height: 1.25;
    padding-left: 2rem; }
    .ind-resouce ul li::before {
      content: '＞';
      font-family: 'Icons';
      font-size: 0.9rem;
      color: #333;
      margin-right: 1rem;
      margin-left: -2rem;
      width: 1rem;
      display: inline-block; }
    .ind-resouce ul li.-x3 {
      width: 100%; }
    .ind-resouce ul li a {
      text-decoration: underline #555;
      /*color:$ColorCp;*/
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .ind-resouce ul li a:hover {
        color: #21A8FF;
        text-decoration: underline #21A8FF; }
@media screen and (max-width: 959px) {
  .ind-resouce ul li {
    width: 100%;
    font-size: 1rem;
    margin: 0.5rem 4%; } }
