@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*$gothic :noto-sans-cjk-jp;

$garamond: adobe-garamond-pro;*/
/*
@media screen and (min-width: $bk-md) {
@media screen and (min-width: $bk-lg) {
@media screen and (min-width: $bk-xl) {
@include containerWidth();
*/
/*============================
#mainVisual
============================*/
div#mainVisual img {
  width: 100%;
  height: auto; }

/*============================
#newsArea
============================*/
div#newsArea {
  padding-top: 1.0rem;
  padding-bottom: 3.0rem; }
  @media screen and (min-width: 768px) {
    div#newsArea {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: flex-start;
      align-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start; } }
  div#newsArea p.title {
    padding: 0.2em 0.5em;
    background-color: #d9dada;
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      div#newsArea p.title {
        display: inline-block;
        font-size: 1.6rem;
        width: 15%;
        text-align: center;
        padding: 0.5em; } }
  @media screen and (min-width: 768px) {
    div#newsArea dl {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 82%; } }
  div#newsArea dl dt {
    font-size: 1.2rem;
    padding-bottom: 0em;
    font-weight: normal;
    color: #333; }
    @media screen and (min-width: 768px) {
      div#newsArea dl dt {
        font-size: 1.4rem;
        width: 18%; } }
    @media screen and (min-width: 992px) {
      div#newsArea dl dt {
        width: 14%; } }
  div#newsArea dl dd {
    font-size: 1.2rem;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #ccc; }
    @media screen and (min-width: 768px) {
      div#newsArea dl dd {
        font-size: 1.4rem;
        border-bottom: 0px solid #ccc;
        width: 82%;
        padding-bottom: 0em;
        margin-bottom: 0em; } }
    @media screen and (min-width: 992px) {
      div#newsArea dl dd {
        width: 86%; } }

/*============================
.contentsList
============================*/
section.contentsList {
  position: relative; }
  section.contentsList h1 {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 5px solid rgba(29, 32, 135, 0.3);
    padding-bottom: 0.5rem;
    margin-bottom: 2.0rem; }
    @media screen and (min-width: 768px) {
      section.contentsList h1 {
        font-size: 2.1rem; } }
  section.contentsList a.arrowIcon {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 1.4rem;
    color: #9182bc;
    padding-left: 100%; }
    @media screen and (min-width: 768px) {
      section.contentsList a.arrowIcon {
        display: none; } }
    section.contentsList a.arrowIcon.active {
      transform: scaleY(-1); }
  section.contentsList div.contentsToggle {
    display: none;
    margin-bottom: 4.0rem; }
    @media screen and (min-width: 768px) {
      section.contentsList div.contentsToggle {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: flex-start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        display: flex !important; } }
    @media screen and (min-width: 768px) {
      section.contentsList div.contentsToggle div.toggleObj {
        width: 32%;
        margin-right: 2%; } }
    @media screen and (min-width: 768px) and (max-width: 1080px) {
      section.contentsList div.contentsToggle div.toggleObj {
        width: 47%;
        margin-right: 1.5%;
        margin-left: 1.5%; } }
    section.contentsList div.contentsToggle div.toggleObj p {
      font-size: 1.0rem;
      padding-left: 1.0rem; }
      @media screen and (min-width: 768px) {
        section.contentsList div.contentsToggle div.toggleObj p {
          font-size: 1.2rem;
          padding-left: 0rem; } }
      @media screen and (min-width: 1200px) {
        section.contentsList div.contentsToggle div.toggleObj p {
          text-align: center; } }
    @media screen and (min-width: 768px) {
      section.contentsList div.contentsToggle div.toggleObj:nth-of-type(3n) {
        margin-right: 0%; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1080px) {
    section.contentsList div.contentsToggle div.toggleObj:nth-of-type(3n) {
      width: 47%;
      margin-right: 1.5%;
      margin-left: 1.5%; } }

  section.contentsList.gallerySection h1 {
    border-bottom: 5px solid rgba(0, 107, 54, 0.3); }
  section.contentsList.gallerySection div.contentsToggle {
    display: block !important; }
    @media screen and (min-width: 768px) {
      section.contentsList.gallerySection div.contentsToggle {
        display: block; } }
    section.contentsList.gallerySection div.contentsToggle div.toggleObj {
      width: 100%; }
      section.contentsList.gallerySection div.contentsToggle div.toggleObj img {
        width: 100%;
        height: auto; }
    section.contentsList.gallerySection div.contentsToggle p {
      text-align: center;
      margin-top: 1.0rem; }
      section.contentsList.gallerySection div.contentsToggle p a.moreBtn {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 1.0rem 2.0rem;
        font-size: 1.4rem;
        position: relative; }
        section.contentsList.gallerySection div.contentsToggle p a.moreBtn:after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          display: block;
          line-height: 1.0;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f054";
          right: 5px;
          width: 14px;
          height: 14px;
          text-align: right;
          color: #9182bc;
          text-decoration: none;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          /*transition:all の場合　印刷時にバグることがある*/
          -webkit-backface-visibility: hidden;
          /* 追加 */
          backface-visibility: hidden; }
        section.contentsList.gallerySection div.contentsToggle p a.moreBtn:hover:after {
          right: 3px; }
    section.contentsList.gallerySection div.contentsToggle a {
      display: block;
      -webkit-transition: all 0s ease-out;
      -moz-transition: all 0s ease-out;
      -ms-transition: all 0s ease-out;
      transition: all 0s ease-out; }
    section.contentsList.gallerySection div.contentsToggle .bxslider a {
      margin: 5px;
      height: 20vw;
      max-height: 230px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
