@media only screen and (max-width: 750px) {
  .u-d-onlyPC {
    display: none !important;
  }
}
@media only screen and (min-width: 751px) {
  .u-d-onlySP {
    display: none !important;
  }
}

.l-wrap {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 751px) {
  .l-wrap {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .l-wrap--2col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 751px) {
  .l-wrap--2col {
    width: 700px;
  }
}

.l-container--under {
  padding: 30px 0 12px;
}
@media only screen and (min-width: 751px) {
  .l-container--under {
    padding: 60px 0 60px;
    max-width: 1000px;
  }
}
@media only screen and (min-width: 751px) {
  .l-container__inner {
    display: flex;
  }
}
.l-container.is-column2 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .l-container.is-column2 {
    flex-direction: column;
  }
}
@media only screen and (min-width: 751px) {
  .l-container.is-column2 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
  }
}

.p-breadcrumb {
  padding: 11px 0;
  margin: 13px auto;
}
.p-breadcrumb__inner {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
}
.p-breadcrumb__item {
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.16em;
  padding: 0;
}
.p-breadcrumb__item + .p-breadcrumb__item::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 2px solid #21ac38;
  border-right: 2px solid #21ac38;
  transform: rotate(45deg);
  display: inline-block;
  margin: 0 10px 0 7px;
  position: relative;
  top: -1px;
}
@media only screen and (min-width: 751px) {
  .p-breadcrumb__item + .p-breadcrumb__item::before {
    width: 7px;
    height: 7px;
  }
}

.page-column .l-container .l-main {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 751px) {
  .page-column .l-container .l-main {
    width: 750px;
  }
}
@media only screen and (max-width: 750px) {
  .page-column .l-container .l-main {
    margin: 25px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .page-column .l-content {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 751px) {
  .page-column .l-content {
    padding-top: 0;
  }
}
.page-column .blogBanner {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px;
}
@media only screen and (min-width: 751px) {
  .page-column .blogBanner {
    width: 750px;
    height: 142px;
    margin: 0 0 20px;
  }
}
.page-column .blogBanner__heading {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #ffffff;
}
.page-column .blogBanner__heading span:first-child {
  font-size: 1.125rem;
  line-height: 0.8888888889;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: #ffffff;
}
@media only screen and (min-width: 751px) {
  .page-column .blogBanner__heading span:first-child {
    font-size: 1.625rem;
    line-height: 0.9230769231;
  }
}
.page-column .blogBanner__heading span:last-child {
  font-family: "Jost", sans-serif;
  padding-left: 5px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #ffffff;
}
@media only screen and (min-width: 751px) {
  .page-column .blogBanner__heading span:last-child {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.16em;
  }
}
.page-column .blogBanner__description {
  font-size: 0.75rem;
  line-height: 1.5833333333;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #ffffff;
}
@media only screen and (min-width: 751px) {
  .page-column .blogBanner__description {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    letter-spacing: 0.18em;
  }
}
.page-column .blogBanner__logo {
  width: 100px;
  height: 35px;
  background: #21ac38;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -1px;
  left: -1px;
}
@media only screen and (min-width: 751px) {
  .page-column .blogBanner__logo {
    width: 126px;
    height: 38px;
  }
}
.page-column .blogBanner__logo__image {
  width: 80px;
}
@media only screen and (min-width: 751px) {
  .page-column .blogBanner__logo__image {
    width: 101px;
  }
}
.page-column .blogBanner__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 4px;
}
@media only screen and (min-width: 751px) {
  .page-column .blogBanner__inner {
    margin: 0;
  }
}
.page-column .blogBanner__left {
  margin: 0 0 4px;
}
@media only screen and (min-width: 751px) {
  .page-column .blogBanner__left {
    margin: 0 0 29px;
  }
}
.page-column .blogBanner__top {
  font-size: 0.6875rem;
  line-height: 1.3636363636;
  font-weight: 900;
  color: #21ac38;
  letter-spacing: 0.075em;
  margin: 0 0 5px 100px;
}
@media only screen and (min-width: 751px) {
  .page-column .blogBanner__top {
    font-size: 0.875rem;
    line-height: 1;
    margin: 0 0 15px 126px;
  }
}
.page-column .blogBanner__main {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 900;
  color: #21ac38;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 751px) {
  .page-column .blogBanner__main {
    font-size: 3rem;
    line-height: 1;
  }
}
.page-column .blogBanner__bottom {
  font-size: 0.5625rem;
  line-height: 1;
  font-weight: 900;
  color: #989ead;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 751px) {
  .page-column .blogBanner__bottom {
    font-size: 0.875rem;
    line-height: 1;
    margin: -14px 0 0;
  }
}
.page-column .blogBanner__photo {
  position: relative;
}
.page-column .blogBanner__photo__text {
  width: 35px;
  height: 35px;
  background: #21ac38;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.5625rem;
  line-height: 1.1111111111;
  font-weight: 900;
  position: absolute;
  top: -5px;
  left: -20px;
}
@media only screen and (min-width: 751px) {
  .page-column .blogBanner__photo__text {
    width: 52px;
    height: 52px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
    top: 5px;
    left: -25px;
  }
}
.page-column .blogBanner__photo__image {
  width: 55px;
}
@media only screen and (min-width: 751px) {
  .page-column .blogBanner__photo__image {
    width: 106px;
  }
}
.page-column .list__paging--top {
  margin: 0 0 20px;
}
@media only screen and (min-width: 751px) {
  .page-column .list__paging--top {
    margin: 0 0 30px;
  }
}
.page-column .list__paging--bottom {
  margin: 20px 0 0;
}
@media only screen and (min-width: 751px) {
  .page-column .list__paging--bottom {
    margin: 30px 0 0;
  }
}
.page-column .list__card {
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
  padding: 0 0 20px;
  position: relative;
}
.page-column .list__card:hover {
  cursor: pointer;
  opacity: 0.7;
}
.page-column .list__card__inner {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.page-column .list__card__image {
  width: 125px;
  height: 0;
  background: transparent;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 93.75px;
  position: relative;
}
.page-column .list__card__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (min-width: 751px) {
  .page-column .list__card__image {
    width: 240px;
    height: 0;
    background: transparent;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 180px;
  }
  .page-column .list__card__image > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
  }
  .page-column .list__card__image img {
    height: 100% !important;
  }
}
.page-column .list__card__caption {
  color: #21ac38;
  width: calc(100% - 140px);
}
@media only screen and (min-width: 751px) {
  .page-column .list__card__caption {
    width: calc(100% - 260px);
  }
}
.page-column .list__card__date {
  font-size: 0.625rem;
  line-height: 1;
  color: #21ac38;
  margin: 0 0 5px;
}
@media only screen and (min-width: 751px) {
  .page-column .list__card__date {
    font-size: 0.875rem;
    line-height: 1;
    margin: 0 0 10px;
  }
}
.page-column .list__card__title {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  color: #313131;
  letter-spacing: 0.1em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 751px) {
  .page-column .list__card__title {
    font-size: 1.125rem;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.page-column .list__card__category {
  width: calc(100% - 140px);
  font-size: 0.625rem;
  line-height: 1.6;
  text-align: right;
  position: absolute;
  bottom: 22px;
  right: 0;
}
@media only screen and (min-width: 751px) {
  .page-column .list__card__category {
    width: calc(100% - 260px);
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}
.page-column .list__card__category .post-categories {
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-flow: wrap;
}
.page-column .list__card__category .post-categories li + li {
  margin-left: 5px;
}
.page-column .list__card__category a {
  display: inline-block;
  color: #21ac38;
  text-decoration: none;
}
@media only screen and (min-width: 751px) {
  .page-column .list__card__category a:hover {
    text-decoration: underline;
  }
}
.page-column .detail__date {
  font-size: 0.625rem;
  line-height: 1;
  color: #21ac38;
  padding: 0;
  margin: 0 0 10px;
}
@media only screen and (min-width: 751px) {
  .page-column .detail__date {
    font-size: 0.875rem;
    line-height: 1;
    margin: 0 0 15px;
  }
}
.page-column .detail__title {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  color: #313131;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
}
@media only screen and (min-width: 751px) {
  .page-column .detail__title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0 0 20px;
  }
}
.page-column .detail__thumbnail {
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
}
@media only screen and (min-width: 751px) {
  .page-column .detail__thumbnail {
    margin: 0 0 15px;
  }
}
.page-column .detail__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-column .detail__content p {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media only screen and (min-width: 751px) {
  .page-column .detail__content p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.page-column .detail__content p a {
  padding: 0 0 1px;
  color: #313131;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .page-column .detail__content p a:hover {
    text-decoration: underline;
  }
}
.page-column .detail__category {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
  letter-spacing: 0.1em;
  margin: 30px 0 0;
}
@media only screen and (min-width: 751px) {
  .page-column .detail__category {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.page-column .detail__category .post-categories {
  display: inline-flex;
  flex-flow: wrap;
  padding: 0;
  margin: 0;
}
.page-column .detail__category .post-categories li + li {
  margin-left: 5px;
}
.page-column .detail__category a {
  display: inline-block;
  color: #21ac38;
  text-decoration: none;
}
@media only screen and (min-width: 751px) {
  .page-column .detail__category a:hover {
    text-decoration: underline;
  }
}
.page-column .detail__buttons {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 15px 0 0;
}
@media only screen and (min-width: 751px) {
  .page-column .detail__buttons {
    margin: 50px 0 0;
  }
}
.page-column .detail__buttons a {
  flex: 0 0 20%;
  height: 42px;
  background: #f2f2f2;
  font-size: 0.875rem;
  line-height: 3;
  font-weight: 500;
  color: #21ac38;
  text-align: center;
  letter-spacing: 0.075em;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .page-column .detail__buttons a {
    flex: 0 0 120px;
  }
}
@media only screen and (min-width: 751px) {
  .page-column .detail__buttons a:hover {
    opacity: 0.7;
  }
}
.page-column .detail__buttons__back {
  flex: 1 !important;
}
.page-column .detail__buttons__dummy {
  flex: 0 0 20%;
  height: 42px;
  background: #fff;
}
.page-column .detail__buttons__text {
  margin: 0 5px;
}
@media only screen and (max-width: 750px) {
  .page-column .detail__buttons__text {
    margin: 0;
  }
}
.page-column .detail__buttons__arrow {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 7px;
  height: 7px;
}
.page-column .detail__buttons__arrow--prev {
  border-top: 1.5px solid #21ac38;
  border-left: 1.5px solid #21ac38;
  transform: rotate(-45deg);
  margin: 0 0 0 -3px;
}
@media only screen and (max-width: 750px) {
  .page-column .detail__buttons__arrow--prev {
    margin: 0;
  }
}
.page-column .detail__buttons__arrow--prev:last-child {
  margin: 0 5px 0 0;
}
.page-column .detail__buttons__arrow--next {
  border-top: 1.5px solid #21ac38;
  border-right: 1.5px solid #21ac38;
  transform: rotate(45deg);
  margin: 0 0 0 -3px;
}
@media only screen and (max-width: 750px) {
  .page-column .detail__buttons__arrow--next {
    margin: 0;
  }
}
.page-column .detail__buttons__arrow--next:first-child {
  margin: 0 0 0 5px;
}

.blogArchivesSelect {
  margin: 35px 0 0;
  padding: 0px 10px;
}
.blogArchivesSelect__inner:not(:last-child) {
  margin: 0 0 8px;
}
.blogArchivesSelect__select {
  width: 100%;
  height: 42px;
  background: #50a035 url("/res/img/icon_arrow_white.png") no-repeat right 12.5px center/9.5px 5px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 0.9375rem;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.245em;
  text-align: center;
  text-align-last: center;
  -webkit-text-align-last: center;
  -moz-text-align-last: center;
  padding: 0 15px;
}
.blogArchivesSelect__select::-ms-expand {
  display: none;
}
.blogArchivesSelect__select:focus {
  border: 0;
  outline: none;
}

.l-side {
  width: 200px;
  margin: 0 0 0 50px;
}
.l-side .widget-title {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  color: #423c39;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  margin-bottom: 15px;
}
.l-side .widget_recent_entries,
.l-side .widget_archive,
.l-side .widget_categories {
  background: #f2f2f2;
  padding: 15px;
  margin-bottom: 20px;
}
.l-side .widget_calendar {
  position: relative;
  padding: 0;
}
.l-side .widget_calendar #wp-calendar {
  width: 100%;
  background: #f2f2f2;
  color: #21ac38;
  padding: 6px 10px;
  margin: 0 0 20px;
}
.l-side .widget_calendar #wp-calendar caption {
  background-color: #21ac38;
  font-size: 0.75rem;
  line-height: 3.3333333333;
  color: #fff;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}
.l-side .widget_calendar #wp-calendar thead {
  padding: 10px 5px 0;
}
.l-side .widget_calendar #wp-calendar tbody {
  padding: 5px 0 0;
}
.l-side .widget_calendar #wp-calendar th, .l-side .widget_calendar #wp-calendar td {
  font-size: 0.75rem;
  line-height: 1;
  color: #313131;
  text-align: center;
  padding: 6px 0;
}
.l-side .widget_calendar #wp-calendar th a, .l-side .widget_calendar #wp-calendar td a {
  color: #f77a1f;
}
.l-side .widget_calendar #wp-calendar-pn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.l-side .widget_calendar #wp-calendar-pn #prev, .l-side .widget_calendar #wp-calendar-pn #next {
  width: 15px;
  font-size: 0.75rem;
  line-height: 3.3333333333;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.l-side .widget_archive ul,
.l-side .widget_categories ul {
  padding: 0;
  margin: 0;
}
.l-side .widget_archive ul li a,
.l-side .widget_categories ul li a {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #21ac38;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .l-side .widget_archive ul li a:hover,
  .l-side .widget_categories ul li a:hover {
    text-decoration: underline;
  }
}
.l-side .widget_recent_entries ul {
  padding: 0;
  margin: 0;
}
.l-side .widget_recent_entries ul li {
  border-bottom: 1px solid #989ead;
  display: flex;
  flex-direction: column;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.l-side .widget_recent_entries ul li a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #423f42;
  letter-spacing: 0.065em;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .l-side .widget_recent_entries ul li a:hover {
    text-decoration: underline;
  }
}
.l-side .widget_recent_entries ul span {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  color: #21ac38;
  padding: 0;
  margin: 0 0 5px;
  position: relative;
}
.l-side .widget_recent_entries__bottom .button {
  height: 40px;
  font-size: 0.875rem;
  line-height: 1;
  background-color: #21ac38;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.l-side .widget_recent_entries__bottom .c-button01::after {
  content: none;
}

.p-paging {
  display: flex;
  flex-flow: wrap;
  margin: 0;
}
.p-paging__summary {
  width: 100%;
  display: flex;
  align-items: baseline;
}
@media only screen and (min-width: 751px) {
  .p-paging__summary {
    width: auto;
  }
}
.p-paging__summary__total {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 751px) {
  .p-paging__summary__total {
    font-size: 1rem;
    line-height: 1;
  }
}
.p-paging__summary__total__num {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 751px) {
  .p-paging__summary__total__num {
    font-size: 1.625rem;
    line-height: 1;
  }
}
.p-paging__summary__current {
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 751px) {
  .p-paging__summary__current {
    font-size: 0.75rem;
    line-height: 1;
  }
}
.p-paging__paginate {
  width: 100%;
  margin: 10px 0 0;
}

.p-pagination {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.p-pagination__item {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .p-pagination__item {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 751px) {
  .p-pagination__item:not(.is-disabled):not(.is-active):hover a {
    color: #fff !important;
  }
}
.p-pagination__item a {
  width: 100%;
  height: 100%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.p-pagination__item + .p-pagination__item {
  margin-left: 7px;
}
@media only screen and (min-width: 751px) {
  .p-pagination__item + .p-pagination__item {
    margin-left: 5px;
  }
}
.p-pagination__item.is-active {
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .p-pagination__item:first-child, .p-pagination__item:last-child {
    font-size: 1rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 751px) {
  .p-pagination__item:first-child {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 751px) {
  .p-pagination__item:last-child {
    margin-left: 10px;
  }
}
.p-pagination__item--previous, .p-pagination__item--next {
  width: 100px;
}
.p-pagination__jumpPage {
  flex: 1;
  display: flex;
  border-left: 1px solid #c0c0c0;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}
.p-pagination__jumpPage__select {
  flex: 1;
}
.p-pagination__jumpPage__button {
  width: 55px;
  font-size: 0.625rem;
  line-height: 1.5;
  margin: 0 0 0 7px;
}

.p-cardList02 {
  padding: 0;
  margin: 0;
}
.p-cardList02__noItem {
  width: 100%;
  font-size: 0.75rem;
  line-height: 2;
  color: #d9d9d9;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .p-cardList02__noItem {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-cardList02__item:not(:last-child) {
  margin: 0 0 20px;
}/*# sourceMappingURL=column.css.map */