@import url("//fonts.googleapis.com/css2?family=Cormorant+Infant&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
400
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
/* index */
.infoTab {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px;
  max-width: 960px; }
  .infoTab li {
    border-right: 1px solid #DDD;
    width: 100%; }
    .infoTab li:first-child {
      border-left: 1px solid #DDD; }
    .infoTab li a {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.03em;
      line-height: 1;
      text-align: center;
      text-decoration: none;
      transition: 0.3s;
      display: block;
      padding: 15px 20px 17px;
      position: relative; }
      @media only screen and (max-width: 960px) {
        .infoTab li a {
          font-size: 13px;
          font-size: 1.3rem; } }
      .infoTab li a:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 10px solid rgba(255, 255, 255, 0);
        transition: 0.3s;
        margin-top: -10px;
        z-index: 1;
        opacity: 0; }
      .infoTab li a:hover {
        background-color: #f1f3f5;
        color: #234b71; }
        .infoTab li a:hover:before {
          border-top: 5px solid #234b71; }
      .infoTab li a.current {
        background-color: #234b71;
        color: #FFF;
        cursor: default; }
        .infoTab li a.current:before {
          border-top: 10px solid #234b71;
          margin-top: 0;
          opacity: 1; }

.infoNewsList {
  margin-bottom: 80px; }
  .infoNewsList li {
    margin-bottom: 45px; }
    .infoNewsList li:last-child {
      margin-bottom: 0; }
    .infoNewsList li a {
      color: #333;
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      text-decoration: none; }
      .infoNewsList li a .date {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.02em;
        width: 85px; }
        @media only screen and (max-width: 960px) {
          .infoNewsList li a .date {
            font-size: 12px;
            font-size: 1.2rem; } }
      .infoNewsList li a .cat {
        background: #f1f3f5;
        color: #000;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2;
        letter-spacing: 0.02em;
        margin-right: 8px;
        padding: 1px 3px;
        text-align: center;
        width: 90px; }
        @media only screen and (max-width: 960px) {
          .infoNewsList li a .cat {
            font-size: 10px;
            font-size: 1rem; } }
      .infoNewsList li a .title {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 2;
        line-height: 1.8;
        letter-spacing: 0.06em;
        padding-top: 6px;
        width: 100%; }
        @media only screen and (max-width: 960px) {
          .infoNewsList li a .title {
            font-size: 13px;
            font-size: 1.3rem; } }
      .infoNewsList li a:hover .title {
        text-decoration: underline; }

/* detail */
.infoArticleTitle {
  margin-bottom: 40px; }
  .infoArticleTitle h1 {
    color: #333;
    font-weight: 500; }
    .infoArticleTitle h1 .date {
      display: inline-block;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 2;
      letter-spacing: 0.13em;
      margin-bottom: 5px;
      width: 120px; }
      @media only screen and (max-width: 960px) {
        .infoArticleTitle h1 .date {
          font-size: 13px;
          font-size: 1.3rem; } }
    .infoArticleTitle h1 .cat {
      background: #f1f3f5;
      color: #000;
      display: inline-block;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 2;
      line-height: 1;
      letter-spacing: 0.02em;
      margin-right: 7px;
      padding: 7px;
      text-align: center;
      min-width: 110px; }
      @media only screen and (max-width: 960px) {
        .infoArticleTitle h1 .cat {
          font-size: 10px;
          font-size: 1rem; } }
    .infoArticleTitle h1 .title {
      display: block;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 2;
      line-height: 1.8;
      line-height: 1.8;
      letter-spacing: 0.1em;
      margin-top: 15px; }
      @media only screen and (max-width: 960px) {
        .infoArticleTitle h1 .title {
          font-size: 24px;
          font-size: 2.4rem; } }

/* Responsive Start */
@media only screen and (max-width: 960px) {
  /* index */
  .infoTab {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
    max-width: auto;
    max-width: none; }
    .infoTab li {
      border: 1px solid #DDD;
      margin-bottom: 7px;
      width: 32%; }
      .infoTab li:first-child, .infoTab li:nth-child(4) {
        border-left: 1px solid #DDD; }
      .infoTab li a {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.03em;
        line-height: 1;
        text-align: center;
        text-decoration: none;
        transition: 0.3s;
        display: block;
        padding: 10px 10px;
        position: relative; }
        .infoTab li a:before {
          display: none; }

  .infoNewsList {
    margin-bottom: 50px; }
    .infoNewsList li {
      margin-bottom: 35px; }
      .infoNewsList li:last-child {
        margin-bottom: 0; }
      .infoNewsList li a {
        color: #333;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        text-decoration: none; }
        .infoNewsList li a .date {
          font-size: 11px;
          letter-spacing: 0.02em;
          line-height: 1.6;
          width: 65px; }
        .infoNewsList li a .cat {
          background: #f1f3f5;
          color: #000;
          letter-spacing: 0.02em;
          font-size: 9px;
          line-height: 1;
          margin-right: 4px;
          padding: 4px 6px 4px;
          text-align: center;
          width: auto; }
        .infoNewsList li a .title {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 2;
          line-height: 1.8;
          letter-spacing: 0.06em;
          vertical-align: 0;
          padding-top: 7px;
          width: 100%; } }
        @media only screen and (max-width: 960px) and (max-width: 960px) {
          .infoNewsList li a .title {
            font-size: 13px;
            font-size: 1.3rem; } }
@media only screen and (max-width: 960px) {
        .infoNewsList li a:hover .title {
          text-decoration: underline; }

  /* detail */
  .infoArticleTitle {
    margin-bottom: 30px; }
    .infoArticleTitle h1 .date {
      font-size: 11px;
      letter-spacing: 0.02em;
      line-height: 1.6;
      width: 65px; }
    .infoArticleTitle h1 .cat {
      background: #f1f3f5;
      color: #000;
      display: inline-block;
      font-size: 9px;
      line-height: 1;
      letter-spacing: 0.02em;
      margin-right: 4px;
      padding: 4px 6px 4px;
      text-align: center;
      min-width: auto;
      min-width: none; }
    .infoArticleTitle h1 .title {
      display: block;
      font-size: 18px;
      line-height: 1.6;
      letter-spacing: 0.06em; } }
