@charset "UTF-8";
/*
* ----------------------------------------------------------------------------
* Common
* ----------------------------------------------------------------------------
*/
.sp-br {
  display: none;
}
@media screen and (max-width: 749px) {
  .sp-br {
    display: inline;
  }
}

.header .header__inline-menu .list-menu li .header__menu-item:hover {
  color: #437c51;
  text-decoration: none;
  font-weight: bold;
}
.header .header__inline-menu .list-menu li .header__menu-item span {
  text-decoration: none;
}
.header .header__inline-menu .list-menu li .header__menu-item .header__active-menu-item {
  color: #437c51;
  font-weight: bold;
}

.shopify-section .image-with-text .image-with-text__grid .image-with-text__media-item .image-with-text__media {
  border: none;
}
.shopify-section .image-with-text .image-with-text__grid .image-with-text__media-item .image-with-text__media img {
  object-fit: contain;
}

.rich-text_title_custom .rich-text__wrapper {
  padding-left: 0;
  padding-right: 0;
}
.rich-text_title_custom .rich-text__wrapper .rich-text__heading {
  font-weight: 500;
  color: #437c51;
  letter-spacing: 3px;
  line-height: 1;
}
.rich-text_title_custom .rich-text__wrapper .rich-text__heading .small-title {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}

.rich-text_title_custom2 .rich-text__wrapper .rich-text__heading {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1;
}
.rich-text_title_custom2 .rich-text__wrapper .rich-text__heading::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: #f0fff0;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  z-index: -5;
}
@media screen and (max-width: 749px) {
  .rich-text_title_custom2 .rich-text__wrapper .rich-text__heading::before {
    width: 50px;
    height: 50px;
    top: 0;
    transform: translateY(-23%);
    left: -25px;
  }
}
.rich-text_title_custom2 .rich-text__wrapper .rich-text__heading .small-title {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}

.image-with-text_custom1 .image-with-text__text-item {
  z-index: 3;
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .image-with-text_custom1 .image-with-text__text-item {
    width: 50%;
  }
}
.image-with-text_custom1 .image-with-text__text-item .image-with-text__content {
  overflow: visible; /* 文字がはみ出ても切り取られないようにする */
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .image-with-text_custom1 .image-with-text__text-item .image-with-text__content {
    padding: 40px 20px 50px;
  }
}
@media screen and (max-width: 749px) {
  .image-with-text_custom1 .image-with-text__text-item .image-with-text__content {
    font-size: 24px;
    padding: 0 20px 50px;
  }
}
.image-with-text_custom1 .image-with-text__text-item .image-with-text__content .image-with-text__heading {
  color: #437c51;
  position: relative;
}
@media screen and (min-width: 990px) {
  .image-with-text_custom1 .image-with-text__text-item .image-with-text__content .image-with-text__heading:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background-color: #f0fff0;
    top: -300%;
    left: -10%;
    z-index: -5;
  }
}
@media screen and (min-width: 990px) {
  .image-with-text_custom1 .image-with-text__text-item .image-with-text__content .image-with-text__heading:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #F5F5F5;
    top: -250%;
    left: 20%;
    z-index: -5;
  }
}
@media screen and (min-width: 990px) {
  .image-with-text_custom1 .image-with-text__text-item .image-with-text__content .image-with-text__heading {
    white-space: nowrap; /* 文字を改行しない */
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .image-with-text_custom1 .image-with-text__text-item .image-with-text__content .image-with-text__heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 749px) {
  .image-with-text_custom1 .image-with-text__text-item .image-with-text__content .image-with-text__heading {
    font-size: 28px;
  }
}
.image-with-text_custom1 .image-with-text__text-item .image-with-text__content .image-with-text__text.rte.body {
  position: relative;
}
@media screen and (min-width: 990px) {
  .image-with-text_custom1 .image-with-text__text-item .image-with-text__content .image-with-text__text.rte.body::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    top: -40%;
    left: 160%;
    z-index: -5;
  }
}
@media screen and (min-width: 990px) {
  .image-with-text_custom1 .image-with-text__text-item .image-with-text__content .image-with-text__text.rte.body::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-color: #f0fff0;
    top: 50%;
    left: 170%;
    z-index: -5;
  }
}
@media screen and (min-width: 990px) {
  .image-with-text_custom1 .image-with-text__text-item .image-with-text__content .image-with-text__text.rte.body {
    margin-top: 100px;
  }
}
@media screen and (max-width: 749px) {
  .image-with-text_custom1 .image-with-text__text-item .image-with-text__content .image-with-text__text.rte.body {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 749px) {
  .image-with-text_custom1 .image-with-text__text-item .image-with-text__content .image-with-text__text.rte.body p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.image-with-text_custom1 .image-with-text__text-item .image-with-text__content .button {
  background-color: #437c51;
  border-radius: 30px;
  border: 2px solid #437c51;
  transition: all 0.5s;
}
.image-with-text_custom1 .image-with-text__text-item .image-with-text__content .button:hover {
  background-color: #fff;
  color: #437c51;
}
.image-with-text_custom1 .image-with-text__text-item .image-with-text__content .button::after {
  content: none;
}
@media screen and (max-width: 749px) {
  .image-with-text_custom1 .image-with-text__text-item .image-with-text__content .button {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .image-with-text_custom1 .image-with-text__media-item {
    width: 50%;
  }
}
@media screen and (min-width: 990px) {
  .image-with-text_custom1 .image-with-text__media-item .image-with-text__media {
    min-height: 80%;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .image-with-text_custom2 .image-with-text__text-item .image-with-text__content {
    padding: 40px 20px 50px;
  }
}
@media screen and (max-width: 749px) {
  .image-with-text_custom2 .image-with-text__text-item .image-with-text__content {
    padding: 40px 20px 50px;
  }
}
.image-with-text_custom2 .image-with-text__text-item .image-with-text__content .image-with-text__heading {
  font-weight: 600;
}
.image-with-text_custom2 .image-with-text__media-item {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .image-with-text_custom2 .image-with-text__media-item::before {
    position: absolute;
    content: "";
    background-color: #437c51;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: -50px;
    left: -100px;
    z-index: -1;
  }
}

.image-with-text_custom3 .image-with-text__text-item::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: #f0fff0;
  top: 20px;
  left: 20px;
  z-index: -5;
}
@media screen and (max-width: 749px) {
  .image-with-text_custom3 .image-with-text__text-item::before {
    width: 50px;
    height: 50px;
    top: 10px;
    left: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .image-with-text_custom3 .image-with-text__text-item .image-with-text__content {
    padding: 40px 20px 50px;
  }
}
@media screen and (max-width: 749px) {
  .image-with-text_custom3 .image-with-text__text-item .image-with-text__content {
    padding: 40px 20px 50px;
  }
}
.image-with-text_custom3 .image-with-text__text-item .image-with-text__content .image-with-text__heading {
  font-size: 32px;
}
@media screen and (max-width: 749px) {
  .image-with-text_custom3 .image-with-text__text-item .image-with-text__content .image-with-text__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 749px) {
  .image-with-text_custom3 .image-with-text__text-item .image-with-text__content .image-with-text__text::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    bottom: 100px;
    right: 0;
    z-index: -5;
  }
}
.image-with-text_custom3 .image-with-text__text-item .image-with-text__content .button {
  background-color: #437c51;
  border-radius: 30px;
  border: 2px solid #437c51;
  transition: all 0.5s;
}
.image-with-text_custom3 .image-with-text__text-item .image-with-text__content .button:hover {
  background-color: #fff;
  color: #437c51;
}
.image-with-text_custom3 .image-with-text__text-item .image-with-text__content .button::after {
  content: none;
}
@media screen and (max-width: 749px) {
  .image-with-text_custom3 .image-with-text__text-item .image-with-text__content .button {
    margin-top: 3rem;
  }
}
.image-with-text_custom3 .image-with-text__media-item::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
  bottom: 80px;
  right: 0;
  z-index: -5;
}
@media screen and (max-width: 749px) {
  .image-with-text_custom3 .image-with-text__media-item::before {
    width: 0;
    height: 0;
  }
}

.image-with-text_custom4 .image-with-text__text-item::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: #f0fff0;
  top: 20px;
  right: 20px;
  z-index: -5;
}
@media screen and (max-width: 749px) {
  .image-with-text_custom4 .image-with-text__text-item::before {
    width: 50px;
    height: 50px;
    top: 10px;
    left: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .image-with-text_custom4 .image-with-text__text-item .image-with-text__content {
    padding: 40px 20px 50px;
  }
}
@media screen and (max-width: 749px) {
  .image-with-text_custom4 .image-with-text__text-item .image-with-text__content {
    padding: 40px 20px 50px;
  }
}
.image-with-text_custom4 .image-with-text__text-item .image-with-text__content .image-with-text__heading {
  font-size: 32px;
}
@media screen and (max-width: 749px) {
  .image-with-text_custom4 .image-with-text__text-item .image-with-text__content .image-with-text__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 749px) {
  .image-with-text_custom4 .image-with-text__text-item .image-with-text__content .image-with-text__text::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    bottom: 100px;
    right: 0;
    z-index: -5;
  }
}
.image-with-text_custom4 .image-with-text__text-item .image-with-text__content .button {
  background-color: #437c51;
  border-radius: 30px;
  border: 2px solid #437c51;
  transition: all 0.5s;
}
.image-with-text_custom4 .image-with-text__text-item .image-with-text__content .button:hover {
  background-color: #fff;
  color: #437c51;
}
.image-with-text_custom4 .image-with-text__text-item .image-with-text__content .button::after {
  content: none;
}
@media screen and (max-width: 749px) {
  .image-with-text_custom4 .image-with-text__text-item .image-with-text__content .button {
    margin-top: 3rem;
  }
}
.image-with-text_custom4 .image-with-text__media-item::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
  bottom: 0;
  left: -50px;
  z-index: -5;
}
@media screen and (max-width: 749px) {
  .image-with-text_custom4 .image-with-text__media-item::before {
    width: 0;
    height: 0;
  }
}

.multicolumn_cutom1 .slider-mobile-gutter .multicolumn-list .multicolumn-card {
  text-decoration: none;
}
.multicolumn_cutom1 .slider-mobile-gutter .multicolumn-list .multicolumn-card .multicolumn-card__image-wrapper .media {
  transition: all 0.6s;
  scale: 0.9;
}
.multicolumn_cutom1 .slider-mobile-gutter .multicolumn-list .multicolumn-card .multicolumn-card__info {
  padding-top: 0;
}
.multicolumn_cutom1 .slider-mobile-gutter .multicolumn-list .multicolumn-card .multicolumn-card__info .inline-richtext {
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .multicolumn_cutom1 .slider-mobile-gutter .multicolumn-list .multicolumn-card .multicolumn-card__info .inline-richtext {
    text-align: left;
  }
}
@media screen and (max-width: 749px) {
  .multicolumn_cutom1 .slider-mobile-gutter .multicolumn-list .multicolumn-card .multicolumn-card__info .inline-richtext::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #f0fff0;
    bottom: 15px;
    left: 0;
    z-index: -5;
  }
}
.multicolumn_cutom1 .slider-mobile-gutter .multicolumn-list .multicolumn-card:hover .media {
  scale: 1.1;
}
.multicolumn_cutom1 .slider-mobile-gutter .multicolumn-list .multicolumn-card:hover .inline-richtext {
  color: #437c51;
  font-weight: 600;
}
@media screen and (min-width: 990px) {
  .multicolumn_cutom1 .slider-mobile-gutter .multicolumn-list::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background-color: #f0fff0;
    top: -64px;
    left: -90px;
    z-index: 5;
  }
}
@media screen and (min-width: 990px) {
  .multicolumn_cutom1 .slider-mobile-gutter .multicolumn-list::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background-color: #f5f5f5;
    bottom: -66px;
    right: -80px;
    z-index: 5;
  }
}
.multicolumn_cutom1 .center .button {
  background-color: #437c51;
  border-radius: 30px;
  border: 2px solid #437c51;
  transition: all 0.5s;
}
.multicolumn_cutom1 .center .button:hover {
  background-color: #fff;
  color: #437c51;
}
.multicolumn_cutom1 .center .button::after {
  content: none;
}
@media screen and (max-width: 749px) {
  .multicolumn_cutom1 .center .button {
    margin-top: 5rem;
  }
}

.multicolumn_cutom2 .multicolumn.background-primary .multicolumn-card {
  background: none;
}
.multicolumn_cutom2 .multicolumn-card {
  background-color: #f0fff0 !important;
}
.multicolumn_cutom2 .multicolumn-card .inline-richtext {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.multicolumn_cutom2 .multicolumn-card .rte {
  margin-top: 4rem;
}
@media screen and (max-width: 749px) {
  .multicolumn_cutom2 .multicolumn-card .multicolumn-card__image-wrapper .pc-image {
    display: none;
  }
}
.multicolumn_cutom2 .multicolumn-card .multicolumn-card__image-wrapper .pc-image img {
  width: 100%;
}
.multicolumn_cutom2 .multicolumn-card .multicolumn-card__image-wrapper .sp-image {
  display: none;
}
@media screen and (max-width: 749px) {
  .multicolumn_cutom2 .multicolumn-card .multicolumn-card__image-wrapper .sp-image {
    display: block;
  }
}
.multicolumn_cutom2 .multicolumn-card .multicolumn-card__image-wrapper .sp-image img {
  width: 100%;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .image-with-text_custom5 .image-with-text__text-item .image-with-text__content {
    padding: 40px 20px 50px;
  }
}
@media screen and (max-width: 749px) {
  .image-with-text_custom5 .image-with-text__text-item .image-with-text__content {
    padding: 40px 20px 50px;
  }
}
.image-with-text_custom5 .image-with-text__text-item .image-with-text__content .image-with-text__heading {
  font-weight: 600;
}
.image-with-text_custom5 .image-with-text__text-item .image-with-text__content .image-with-text__text {
  margin-top: 3rem;
}
.image-with-text_custom5 .image-with-text__text-item .image-with-text__content .image-with-text__text p {
  position: relative;
  font-weight: 500;
  padding-left: 30px;
}
.image-with-text_custom5 .image-with-text__text-item .image-with-text__content .image-with-text__text p a {
  text-decoration: none;
}
.image-with-text_custom5 .image-with-text__text-item .image-with-text__content .image-with-text__text p a::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #565352;
  top: 12px;
  left: 0;
}
.image-with-text_custom5 .image-with-text__text-item .image-with-text__content .image-with-text__text p a:hover {
  background-color: #fff;
  color: #437c51;
  font-weight: 600;
}
.image-with-text_custom5 .image-with-text__text-item .image-with-text__content .image-with-text__text p a:hover::before {
  height: 2px;
  background-color: #437c51;
}
.image-with-text_custom5 .image-with-text__media-item {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .image-with-text_custom5 .image-with-text__media-item::before {
    position: absolute;
    content: "";
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    bottom: -50px;
    right: -100px;
    z-index: -1;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .image-with-text_custom6 .image-with-text__text-item .image-with-text__content {
    padding: 40px 20px 50px;
  }
}
@media screen and (max-width: 749px) {
  .image-with-text_custom6 .image-with-text__text-item .image-with-text__content {
    padding: 40px 20px 50px;
  }
}
.image-with-text_custom6 .image-with-text__text-item .image-with-text__content .image-with-text__heading {
  font-weight: 600;
  position: relative;
}
.image-with-text_custom6 .image-with-text__text-item .image-with-text__content .image-with-text__text {
  margin-top: 3rem;
}
.image-with-text_custom6 .image-with-text__text-item .image-with-text__content .image-with-text__text p a {
  text-decoration: none;
  color: #437c51;
  font-weight: 500;
}
.image-with-text_custom6 .image-with-text__text-item .image-with-text__content .image-with-text__text p a:hover {
  opacity: 0.7;
}
.image-with-text_custom6 .image-with-text__text-item .image-with-text__content .image-with-text__text ul {
  list-style-type: none;
}
.image-with-text_custom6 .image-with-text__text-item .image-with-text__content .image-with-text__text ul li {
  position: relative;
}
.image-with-text_custom6 .image-with-text__text-item .image-with-text__content .image-with-text__text ul li:not(:first-child) {
  margin-top: 15px;
}
.image-with-text_custom6 .image-with-text__text-item .image-with-text__content .image-with-text__text ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/cdn/shop/files/check-icon.svg);
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
.image-with-text_custom6 .image-with-text__media-item {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .image-with-text_custom6 .image-with-text__media-item::before {
    position: absolute;
    content: "";
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    bottom: -80px;
    right: -100px;
    z-index: -1;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .image-with-text_custom7 .image-with-text__text-item .image-with-text__content {
    padding: 40px 20px 50px;
  }
}
@media screen and (max-width: 749px) {
  .image-with-text_custom7 .image-with-text__text-item .image-with-text__content {
    padding: 40px 20px 50px;
  }
}
.image-with-text_custom7 .image-with-text__text-item .image-with-text__content .image-with-text__heading {
  font-weight: 600;
  position: relative;
}
.image-with-text_custom7 .image-with-text__text-item .image-with-text__content .image-with-text__text {
  margin-top: 3rem;
}
.image-with-text_custom7 .image-with-text__text-item .image-with-text__content .image-with-text__text p a {
  text-decoration: none;
  color: #437c51;
  font-weight: 500;
}
.image-with-text_custom7 .image-with-text__text-item .image-with-text__content .image-with-text__text p a:hover {
  opacity: 0.7;
}
.image-with-text_custom8 .page-width {
  max-width: 800px;
}
.image-with-text_custom8 .page-width .image-with-text-custom_title {
  width: 100%;
  background: #f0fff0;
  padding: 8px 10px;
  border-radius: 5px;
  letter-spacing: 0.04em;
}
.image-with-text_custom8 .page-width .image-with-text__text-item .image-with-text__content {
  padding: 0 0 0 10px;
}
@media screen and (max-width: 749px) {
  .image-with-text_custom8 .page-width .image-with-text__text-item .image-with-text__content {
    padding: 20px 0 0 0;
  }
}
.image-with-text_custom8 .page-width .image-with-text__text-item .image-with-text__content .image-with-text__heading {
  font-weight: 600;
  position: relative;
}
.image-with-text_custom8 .page-width .image-with-text__text-item .image-with-text__content .image-with-text__text {
  font-size: 14px;
}
.image-with-text_custom8 .page-width .image-with-text__text-item .image-with-text__content .image-with-text__text p a {
  text-decoration: none;
  color: #437c51;
  font-weight: 500;
}
.image-with-text_custom8 .page-width .image-with-text__text-item .image-with-text__content .image-with-text__text p a:hover {
  opacity: 0.7;
}
.floating-button {
  position: fixed;
  right: 20px;
  bottom: 12px;
  background-color: transparent;
  transition: all 0.6s;
  z-index: 999;
}
.floating-button img {
  width: 70px;
  display: inline-block;
  margin-left: 30px;
  vertical-align: bottom;
}
.floating-button:hover {
  opacity: 0.8;
}

.floating-button {
  justify-content: center;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.floating-button .balloon-right {
  position: relative;
  display: inline-block;
  padding: 8px 15px 6px;
  min-width: 120px;
  max-width: 250px;
  color: var(--color-font);
  font-size: 16px;
  background: var(--color-background);
  border-radius: 10px;
  vertical-align: bottom;
}
.floating-button .balloon-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 18px solid var(--color-background);
}
.floating-button .balloon-right p {
  margin: 0;
  overflow: hidden;
}

.shopify-policy__container {
  padding: 72px 20px;
}
.shopify-policy__container .shopify-policy__title h1 {
  font-size: 20px;
  font-weight: 600;
}
.shopify-policy__container .shopify-policy__body h2 {
  font-size: 16px;
  font-weight: 500;
  background-color: #f0fff0;
  padding: 10px;
}
.shopify-policy__container .shopify-policy__body .word-wrap {
  font-size: 14px;
}

.button--estimate {
  transition: all 0.7s;
}
.button--estimate:hover {
  scale: 1.1;
}
.button--estimate::after {
  content: none;
}

.shopify_subscriptions_app_policy {
  display: none;
}

.featured-blog_custom1 .card__inner .article-card__image-wrapper .article-card__image {
  background-color: #fff;
}
.featured-blog_custom1 .card__inner .article-card__image-wrapper .article-card__image img {
  object-fit: contain;
}
.featured-blog_custom1 .full-unstyled-link {
  color: #437c51;
}
.featured-blog_custom1 .full-unstyled-link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.featured-blog_custom1 .blog__view-all .blog__button {
  background-color: #437c51;
  border-radius: 30px;
  border: 2px solid #437c51;
  transition: all 0.5s;
}
.featured-blog_custom1 .blog__view-all .blog__button:hover {
  background-color: #fff;
  color: #437c51;
}
.featured-blog_custom1 .blog__view-all .blog__button::after {
  content: none;
}
@media screen and (max-width: 749px) {
  .featured-blog_custom1 .blog__view-all .blog__button {
    margin-top: 1rem;
  }
}

.main-blog_custom1 .full-unstyled-link {
  color: #437c51;
}
.main-blog_custom1 .full-unstyled-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.main-article_custom1 .article-template__hero-container {
  max-width: 726px;
}
.main-article_custom1 .article-template__content h2 {
  font-size: 26px;
  font-weight: bold;
  background-color: #f7f7f7;
  padding: 12px 12px 12px 16px;
  border-left: 5px solid #437c51;
}
@media screen and (max-width: 749px) {
  .main-article_custom1 .article-template__content h2 {
    font-size: 22px;
  }
}
.main-article_custom1 .article-template__content h3 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid #437c51;
  padding-bottom: 10px;
}
@media screen and (max-width: 749px) {
  .main-article_custom1 .article-template__content h3 {
    font-size: 18px;
  }
}
.main-article_custom1 .article-template__content h4 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .main-article_custom1 .article-template__content h4 {
    font-size: 16px;
  }
}
.main-article_custom1 .article-template__content h5 {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .main-article_custom1 .article-template__content h5 {
    font-size: 15px;
  }
}
.main-article_custom1 .article-template__content a {
  color: #0000ee;
}
.main-article_custom1 .article-template__content .font-size20 {
  font-size: 20px;
}
@media screen and (max-width: 749px) {
  .main-article_custom1 .article-template__content .font-size20 {
    font-size: 16px;
  }
}
.main-article_custom1 .article-template__content .margin0 {
  margin: 0;
}
.main-article_custom1 .article-template__content .width100 {
  width: 100%;
}
.main-article_custom1 .article-template__content .vertical-middle {
  vertical-align: middle;
}
.main-article_custom1 .article-template__content .blog-bg-green {
  background-color: #f4ffe6;
  padding: 25px;
}
.main-article_custom1 .article-template__content .blog-bg-gray {
  background-color: #f7f7f7;
  padding: 25px;
}