/* ====================
		mainArea
==================== */
#mainArea #newsArea {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #mainArea #newsArea {
    padding: 0 4% 60px;
  }
}

#mainArea #newsArea .gridBox {
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #mainArea #newsArea .gridBox {
    width: 100%;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  #mainArea #newsArea .gridBox .newsInner {
    /*float: left;*/
    width: 50%;
    /*height: 480px;*/
  }
  #mainArea #newsArea .gridBox .newsInner:nth-child(odd) {
    padding-left: 15px;
  }
  #mainArea #newsArea .gridBox .newsInner:nth-child(even) {
    padding-right: 15px;
  }
  #mainArea #newsArea .gridBox .newsInner:first-child {
    width: 960px;
    height: 345px;
    padding: 0;
  }
  #mainArea #newsArea .gridBox .newsInner:first-child .image {
    width: 584px;
  }
  #mainArea #newsArea .gridBox .newsInner:first-child .textBox {
    padding: 30px 40px 0;
    width: 376px;
  }
  #mainArea #newsArea .gridBox .newsInner:first-child .date {
    margin-bottom: 16px;
  }
  #mainArea #newsArea .gridBox .newsInner:first-child .readText {
    display: block;
  }
  #mainArea #newsArea .gridBox .newsInner:first-child a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #mainArea #newsArea .gridBox .newsInner:nth-child(2) {
    width: 575px;
  }
  #mainArea #newsArea .gridBox .newsInner:nth-child(3) {
    width: 385px;
  }
  #mainArea #newsArea .gridBox .newsInner:nth-child(n+2) {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  #mainArea #newsArea .gridBox .newsInner {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #mainArea #newsArea .gridBox .newsInner:first-child {
    padding-top: 0;
  }
}

#mainArea #newsArea .gridBox .newsInner:first-child .title01 {
  font-size: 24px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #mainArea #newsArea .gridBox .newsInner:first-child .title01 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

#mainArea #newsArea .gridBox .newsInner:first-child .readText {
  display: block;
}

#mainArea #newsArea .gridBox .newsInner:nth-child(n+10) {
  display: none;
}

#mainArea #newsArea .gridBox .newsInner .textBox {
  padding: 15px 35px 15px;
}

@media screen and (max-width: 767px) {
  #mainArea #newsArea .gridBox .newsInner .textBox {
    padding: 15px 20px;
  }
}

#mainArea #newsArea .gridBox .newsInner .readText {
  display: none;
}

#mainArea #newsArea .gridBox .newsInner .image {
  overflow: hidden;
}

#mainArea #newsArea .gridBox .newsInner .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 330px;
}

@media screen and (max-width: 767px) {
  #mainArea #newsArea .gridBox .newsInner .image img {
    height: 235px;
  }
}

#mainArea #newsArea .gridBox .newsInner:first-child .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 344px;
}

@media screen and (max-width: 767px) {
  #mainArea #newsArea .gridBox .newsInner:first-child .image img {
    height: 196px;
  }
}

#mainArea #newsArea .gridBox .newsInner:nth-child(2) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 329px;
}

@media screen and (max-width: 767px) {
  #mainArea #newsArea .gridBox .newsInner:nth-child(2) .image img {
    height: 235px;
  }
}

#mainArea #newsArea .gridBox .newsInner:nth-child(3) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 329px;
}

@media screen and (max-width: 767px) {
  #mainArea #newsArea .gridBox .newsInner:nth-child(3) .image img {
    height: 235px;
  }
}

#mainArea #newsArea .gridBox .newsInner .date {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.25;
  color: #404040;
}

@media screen and (max-width: 767px) {
  #mainArea #newsArea .gridBox .newsInner .date {
    font-size: 12px;
  }
}

#mainArea #newsArea .gridBox .newsInner .title01 {
  font-size: 21px;
  line-height: 1.25;
  color: #404040;
}

@media screen and (max-width: 767px) {
  #mainArea #newsArea .gridBox .newsInner .title01 {
    font-size: 18px;
  }
}

#mainArea #newsArea .gridBox .newsInner a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #CDD6DD;
}

#mainArea #newsArea .gridBox .newsInner a:hover {
  color: #404040;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #mainArea #newsArea .gridBox .newsInner a:hover {
    opacity: 0.70;
  }
  #mainArea #newsArea .gridBox .newsInner a:hover img {
    opacity: 1;
  }
}

#mainArea #newsArea .btnMore {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #mainArea #newsArea .btnMore {
    margin-top: 25px;
  }
}

#mainArea #projectArea {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #mainArea #projectArea {
    padding: 0 4% 60px;
  }
}

#mainArea #projectArea .gridBox {
  margin: 0 auto;
  max-width: 1170px;
}

@media screen and (min-width: 768px) {
  #mainArea #projectArea .gridBox {
    max-width: 1170px;
  }
}

#mainArea #projectArea .gridBox .projectBox {
  padding: 0 17px;
  width: 33.3%;
}

@media screen and (min-width: 768px) {
  #mainArea #projectArea .gridBox .projectBox:nth-child(n+4) {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #mainArea #projectArea .gridBox .projectBox {
    width: 100%;
    padding: 40px 0 0 0;
  }
  #mainArea #projectArea .gridBox .projectBox:first-child {
    padding-top: 0;
  }
}

#mainArea #projectArea .gridBox .projectBox:nth-child(n+10) {
  display: none;
}

#mainArea #projectArea .gridBox .projectBox .image {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #mainArea #projectArea .gridBox .projectBox .image {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  #mainArea #projectArea .gridBox .projectBox .ttl05 {
    margin-bottom: 0;
  }
}

#mainArea #projectArea .gridBox .projectBox a:hover {
  color: #404040;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #mainArea #projectArea .gridBox .projectBox a:hover {
    opacity: 0.7;
  }
}

#mainArea #projectArea .btnMore {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #mainArea #projectArea .btnMore {
    margin-top: 50px;
  }
}

#mainArea #detailArea {
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea {
    padding-bottom: 0;
  }
}

#mainArea #detailArea .mainImage {
  margin: 0 auto 30px;
  width: 960px;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .mainImage {
    margin: 0 auto 30px;
    width: 100%;
  }
}

#mainArea #detailArea .inner01 {
  margin: 0 auto;
  width: 960px;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .inner01 {
    width: 100%;
    padding: 0 10.7%;
  }
}

#mainArea #detailArea .inner01 .boxColumn01 {
  margin: 0 auto;
  width: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .inner01 .boxColumn01 {
    width: 100%;
  }
}

#mainArea #detailArea .inner01 .boxColumn01 .textBox01 {
  width: 100%;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .inner01 .boxColumn01 .textBox01 {
    margin: 0 0 30px 0;
  }
}

#mainArea #detailArea .inner01 .boxColumn01 .imageBox01 {
  width: 100%;
  min-height: 0%;
}

#mainArea #detailArea .inner01 .boxColumn01.reverse01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .inner01 .boxColumn01.reverse01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#mainArea #detailArea .inner01 .boxColumn01.reverse01 .textBox01 {
  margin: 0 0 0 0;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .inner01 .boxColumn01.reverse01 .textBox01 {
    margin: 0 0 30px 0;
  }
}

#mainArea #detailArea .inner01 .boxColumn01.reverse01 .imageBox01 {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .inner01 .boxColumn01.reverse01 .imageBox01 {
    margin: 0 0 0 0;
  }
}

#mainArea #detailArea .inner01 .boxColumn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .inner01 .boxColumn02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

#mainArea #detailArea .inner01 .boxColumn02 .textBox01 {
  width: 460px;
  margin: 0 40px 0 0;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .inner01 .boxColumn02 .textBox01 {
    margin: 0 0 30px 0;
    width: 100%;
  }
}

#mainArea #detailArea .inner01 .boxColumn02 .imageBox01 {
  width: 460px;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .inner01 .boxColumn02 .imageBox01 {
    width: 100%;
  }
}

#mainArea #detailArea .inner01 .boxColumn02.reverse01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .inner01 .boxColumn02.reverse01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#mainArea #detailArea .inner01 .boxColumn02.reverse01 .textBox01 {
  margin: 0 0 0 40px;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .inner01 .boxColumn02.reverse01 .textBox01 {
    margin: 0 0 30px 0;
  }
}

#mainArea #detailArea .inner01 .table {
  margin-bottom: 27px;
  width: 100%;
}

#mainArea #detailArea .inner01 .table td:nth-child(odd) {
  font-family: "Times New Roman",serif;
}

#mainArea #detailArea .inner01 .table td:nth-child(even) {
  font-family: 'Noto Serif JP', yu-mincho-pr6n,serif;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .inner01 .table {
    margin-bottom: 20px;
  }
}

#mainArea #detailArea .inner01 .table:last-child {
  margin-bottom: 0;
}

#mainArea #detailArea .inner01 .table th {
  padding: 12px 0;
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: normal;
  background-color: #CDD6DD;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .inner01 .table th {
    padding: 10px 0;
    font-size: 14px;
  }
}

#mainArea #detailArea .inner01 .table td {
  padding: 7px 0;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .inner01 .table td {
    padding: 7px 0;
    font-size: 14px;
  }
}

#mainArea #detailArea .inner01 .galleryBox .galleryInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  #mainArea #detailArea .inner01 .galleryBox .galleryInner li {
    margin-right: 12px;
    width: 182px;
  }
  #mainArea #detailArea .inner01 .galleryBox .galleryInner li:nth-child(5n) {
    margin-right: 0;
  }
  #mainArea #detailArea .inner01 .galleryBox .galleryInner li:nth-child(n+6) {
    margin-top: 12px;
  }
  #mainArea #detailArea .inner01 .galleryBox .galleryInner li a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .inner01 .galleryBox .galleryInner li {
    width: 50%;
  }
  #mainArea #detailArea .inner01 .galleryBox .galleryInner li:nth-child(odd) {
    padding-right: 5px;
  }
  #mainArea #detailArea .inner01 .galleryBox .galleryInner li:nth-child(even) {
    padding-left: 5px;
  }
  #mainArea #detailArea .inner01 .galleryBox .galleryInner li:nth-child(n+3) {
    margin-top: 10px;
  }
}

#mainArea #detailArea .inner02 {
  margin: 0 auto;
  width: 682px;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .inner02 {
    width: 100%;
    padding: 0 10.7%;
  }
}

#mainArea #detailArea .txt05 {
  margin-bottom: 20px;
}

#mainArea #detailArea .captionBox {
  margin-bottom: 20px;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .captionBox {
    margin-top: 40px;
  }
}

#mainArea #detailArea .captionBox li {
  width: 332px;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .captionBox li {
    width: 100%;
    padding: 0 10.7%;
  }
}

#mainArea #detailArea .captionBox li:nth-child(even) {
  margin-left: 18px;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .captionBox li:nth-child(even) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  #mainArea #detailArea .captionBox li:nth-child(n+3) {
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .captionBox li:nth-child(n+2) {
    margin-top: 18px;
  }
}

#mainArea #detailArea .captionBox li span {
  margin-top: 8px;
  display: block;
  font-size: 14px;
  text-align: center;
}

#mainArea #detailArea .btnBox {
  margin-top: 80px;
}

#mainArea #detailArea .btnBox li {
  margin-bottom: 28px;
}

#mainArea #detailArea .btnBox li:last-child {
  margin-bottom: 0;
}

#mainArea #detailArea .navBox {
  margin-top: 80px;
}

#mainArea #detailArea .navBox .navBoxInner {
  position: relative;
  width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .navBox .navBoxInner {
    width: 100%;
    border-top: 1px solid #707070;
  }
}

#mainArea #detailArea .navBox .prevNews {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.5;
  width: 50%;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .navBox .prevNews {
    width: 100%;
    padding-right: 0;
    font-size: 12px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #707070;
  }
}

#mainArea #detailArea .navBox .prevNews a {
  color: #404040;
}

@media screen and (min-width: 768px) {
  #mainArea #detailArea .navBox .prevNews a {
    padding: 12px 0 12px 55px;
    display: inline-block;
    background: transparent url("../img/common/ico_prev.svg") 0 50% no-repeat;
    background-size: 42px auto;
  }
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .navBox .prevNews a {
    padding: 20px 30px;
    display: block;
  }
  #mainArea #detailArea .navBox .prevNews a span {
    padding: 8px 40px 8px 40px;
    display: block;
    background: transparent url("../img/common/ico_prev.svg") 0 50% no-repeat;
    background-size: 30px auto;
  }
}

#mainArea #detailArea .navBox .nextNews {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 10px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .navBox .nextNews {
    width: 100%;
    padding-left: 0;
    font-size: 12px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #707070;
  }
}

#mainArea #detailArea .navBox .nextNews a {
  color: #404040;
}

@media screen and (min-width: 768px) {
  #mainArea #detailArea .navBox .nextNews a {
    padding: 12px 55px 12px 0;
    display: inline-block;
    background: transparent url("../img/common/ico_next.svg") 100% 50% no-repeat;
    background-size: 42px auto;
  }
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea .navBox .nextNews a {
    display: block;
    padding: 20px 30px;
  }
  #mainArea #detailArea .navBox .nextNews a span {
    padding: 8px 40px 8px 40px;
    display: block;
    background: transparent url("../img/common/ico_next.svg") 100% 50% no-repeat;
    background-size: 30px auto;
  }
}

#mainArea #detailArea #galleryModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
}

#mainArea #detailArea #galleryModal #galleryOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

#mainArea #detailArea #galleryModal .galleryInner {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 800px;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea #galleryModal .galleryInner {
    width: 100%;
    padding: 0 10.7%;
  }
}

#mainArea #detailArea #galleryModal .galleryInner #galleryClose {
  position: absolute;
  top: -50px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea #galleryModal .galleryInner #galleryClose {
    top: -30px;
    right: 10.7%;
    width: 20px;
    height: 20px;
  }
}

#mainArea #detailArea #galleryModal .galleryInner #galleryClose span {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: transparent url("../img/common/ico_close.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  #mainArea #detailArea #galleryModal .galleryInner #galleryClose span:hover {
    opacity: 0.7;
  }
}

#mainArea #detailArea #galleryModal .gallerySlide {
  width: 800px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea #galleryModal .gallerySlide {
    width: 100%;
  }
}

#mainArea #detailArea #galleryModal .gallerySlide .gallery-button-prev {
  position: absolute;
  background: transparent url("../img/common/ico_prev.svg") 50% 50% no-repeat;
  bottom: 50%;
  left: 30px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 40px;
  height: 40px;
  background-size: 100% auto;
  outline: none;
  display: block;
  z-index: 300;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea #galleryModal .gallerySlide .gallery-button-prev {
    width: 24px;
    height: 24px;
    left: 13px;
    bottom: calc(50% + 15px);
  }
}

#mainArea #detailArea #galleryModal .gallerySlide .gallery-button-next {
  position: absolute;
  background: transparent url("../img/common/ico_next.svg") 50% 50% no-repeat;
  bottom: 50%;
  right: 30px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 40px;
  height: 40px;
  background-size: 100% auto;
  outline: none;
  display: block;
  z-index: 300;
}

@media screen and (max-width: 767px) {
  #mainArea #detailArea #galleryModal .gallerySlide .gallery-button-next {
    width: 24px;
    height: 24px;
    right: 13px;
    bottom: calc(50% + 15px);
  }
}

#mainArea #columnArea {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #mainArea #columnArea {
    padding: 0 4% 60px;
  }
}

#mainArea #columnArea .gridBox {
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #mainArea #columnArea .gridBox {
    width: 100%;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  #mainArea #columnArea .gridBox .columnInner {
    /*float: left;*/
    width: 50%;
    /*height: 480px;*/
  }
  #mainArea #columnArea .gridBox .columnInner{
    width: 960px;
    height: 345px;
    padding-top: 20px;
  }
  #mainArea #columnArea .gridBox .columnInner .image {
    width: 584px;
  }
  #mainArea #columnArea .gridBox .columnInner .textBox {
    padding: 30px 40px 0;
    width: 376px;
  }
  #mainArea #columnArea .gridBox .columnInner .date {
    margin-bottom: 16px;
  }
  #mainArea #columnArea .gridBox .columnInner:nth-child(n) .readText {
    display: block;
  }
  #mainArea #columnArea .gridBox .columnInner:nth-child(n) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }
  }

@media screen and (max-width: 767px) {
  #mainArea #columnArea .gridBox .columnInner {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #mainArea #columnArea .gridBox .columnInner{
    padding-top: 20px;
  }
}

#mainArea #columnArea .gridBox .columnInner:nth-child(n) .title01 {
  font-size: 24px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #mainArea #columnArea .gridBox .columnInner:nth-child(n) .title01 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

#mainArea #columnArea .gridBox .columnInner:nth-child(n) .readText {
  display: block;
}

#mainArea #columnArea .gridBox .columnInner:nth-child(n+10) {
  display: none;
}

#mainArea #columnArea .gridBox .columnInner .textBox {
  padding: 15px 35px 15px;
}

@media screen and (max-width: 767px) {
  #mainArea #columnArea .gridBox .columnInner .textBox {
    padding: 15px 20px;
  }
}

#mainArea #columnArea .gridBox .columnInner .readText {
  display: none;
}

#mainArea #columnArea .gridBox .columnInner .image {
  overflow: hidden;
}

#mainArea #columnArea .gridBox .columnInner .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 330px;
}

@media screen and (max-width: 767px) {
  #mainArea #columnArea .gridBox .columnInner .image img {
    height: 235px;
  }
}

#mainArea #columnArea .gridBox .columnInner:nth-child(n) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 344px;
}

@media screen and (max-width: 767px) {
  #mainArea #columnArea .gridBox .columnInner:nth-child(n) .image img {
    height: 196px;
  }
}


#mainArea #columnArea .gridBox .columnInner .date {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.25;
  color: #404040;
}

@media screen and (max-width: 767px) {
  #mainArea #columnArea .gridBox .columnInner .date {
    font-size: 12px;
  }
}

#mainArea #columnArea .gridBox .columnInner .title01 {
  font-size: 21px;
  line-height: 1.25;
  color: #404040;
}

@media screen and (max-width: 767px) {
  #mainArea #columnArea .gridBox .columnInner .title01 {
    font-size: 18px;
  }
}

#mainArea #columnArea .gridBox .columnInner a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #CDD6DD;
}

#mainArea #columnArea .gridBox .columnInner a:hover {
  color: #404040;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #mainArea #columnArea .gridBox .columnInner a:hover {
    opacity: 0.70;
  }
  #mainArea #columnArea .gridBox .columnInner a:hover img {
    opacity: 1;
  }
}

#mainArea #columnArea .btnMore {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #mainArea #columnArea .btnMore {
    margin-top: 25px;
  }
}

h3,h4 {
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
}

