/* stylelint-disable at-rule-empty-line-before */
/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
@media screen and (min-width: 1250px), print {
  .main_column {
    overflow: visible !important;
    max-width: 960px;
  }
}

.inewspaper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 5%, 60px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .inewspaper {
    display: block;
  }
}
.inewspaper__head {
  width: 210px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .inewspaper__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}
.inewspaper__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
.inewspaper__title__icon {
  width: 22px;
  padding-top: 5px;
}
.inewspaper__title__icon img {
  display: block;
  width: 100%;
}
.inewspaper__title__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-grid-row: 5;
  grid-area: 5px;
}
.inewspaper__title__text .jp {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  color: #065a06;
  margin-bottom: 5px;
}
.inewspaper__title__text .en {
  font-size: 11px;
  color: #70706f;
}
@media screen and (max-width: 576px) {
  .inewspaper__title {
    margin-bottom: 10px;
  }
}
.inewspaper__text {
  color: #222222;
  font-size: 0.938rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .inewspaper__text {
    margin-bottom: 0;
  }
}
.inewspaper__btn .white_btn {
  min-height: 60px;
  background-color: #ffffff;
  border: 1px solid #065a06;
  border-radius: 3px;
  text-align: center;
  color: #065a06;
  font-weight: 600;
  font-size: 0.938rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 20px 5px 5px;
  position: relative;
}
.inewspaper__btn .white_btn::after {
  display: block;
  content: "";
  width: 10px;
  height: 12px;
  background: url("/common/img/icon/arrow/link.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  margin: auto;
}
.inewspaper__btn._sp {
  display: none;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .inewspaper__btn {
    width: 150px;
  }
  .inewspaper__btn .white_btn {
    min-height: 45px;
  }
}
@media screen and (max-width: 576px) {
  .inewspaper__btn._sp {
    display: block;
  }
  .inewspaper__btn._pc {
    display: none;
  }
}
.inewspaper__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f8f8f4;
  padding: 25px 25px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 690px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .inewspaper__body {
    max-width: none;
  }
}
@media screen and (max-width: 999px) {
  .inewspaper__body {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .inewspaper__body {
    margin-bottom: 20px;
  }
}
.inewspaper__body .swiper-button-prev,
.inewspaper__body .swiper-button-next {
  width: 42px;
  height: 42px;
  background: url("/common/img/icon/arrow/swiper_arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.inewspaper__body .swiper-button-prev::after,
.inewspaper__body .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 1249px) {
  .inewspaper__body .swiper-button-prev,
  .inewspaper__body .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
.inewspaper__body .swiper-button-prev {
  right: auto;
  left: -21px;
}
@media screen and (max-width: 1249px) {
  .inewspaper__body .swiper-button-prev {
    left: 5px;
  }
}
@media screen and (max-width: 899px) {
  .inewspaper__body .swiper-button-prev {
    left: -10px;
  }
}
.inewspaper__body .swiper-button-next {
  right: -21px;
  left: auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 1249px) {
  .inewspaper__body .swiper-button-next {
    right: 5px;
  }
}
@media screen and (max-width: 899px) {
  .inewspaper__body .swiper-button-next {
    right: -10px;
  }
}
.inewspaper__body .inner {
  overflow-x: hidden;
  padding: 25px 20px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1249px) {
  .inewspaper__body .inner {
    padding: 25px 10px 0 10px;
  }
}
.inewspaper__body .swiper {
  overflow: visible !important;
}
.inewspaper__body .swiper-slide {
  width: 170px;
}
.inewspaper__body .swiper-slide .img {
  position: relative;
  margin-bottom: 5px;
  max-width: 170px;
  margin: 0 auto;
}
.inewspaper__body .swiper-slide .img .new_icon {
  border-radius: 100%;
  background-color: #ba2d2d;
  color: #ffffff;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -15px;
  right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1249px) {
  .inewspaper__body .swiper-slide .img .new_icon {
    width: 40px;
    height: 40px;
    top: -10px;
    right: -10px;
  }
}
.inewspaper__body .swiper-slide .img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.inewspaper__body .swiper-slide .img .no_thumbnail {
  display: block;
  background: #efefef;
  width: 100%;
  height: 240px;
}
.inewspaper__body .swiper-slide .newspaper_title {
  display: block;
  font-size: 0.875rem;
  color: #065a06;
  font-weight: 600;
  text-align: center;
}
/*# sourceMappingURL=index_newspaper.css.map */