@charset "UTF-8";
/*SPのCSS*/
.single-column,
.single-column_y {
  background: #F0ECE4;
}

.Single__fv {
  height: 59.375vw;
  border-radius: 1.5625vw;
  overflow: hidden;
  margin: 0 0 6.2vw;
}

.Single__fv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.Single__ttl--01 {
  font-size: 5.15625vw;
  color: #2C955A;
  text-align: center;
  border-bottom: 0.46875vw #2C955A solid;
  padding-bottom: 0.9vw;
  margin: 0 0 3.9vw;
}

.Single__ttl--01 .u-sp_dispBlock {
  display: none;
}

.Single__border {
  border-bottom: 0.3125vw #2C955A solid;
  display: block;
  line-height: 1.7;
  padding: 0 0 2.1vw;
  font-weight: 500;
}

.SingleContent p {
  font-size: 4.0625vw;
  line-height: 1.73;
  letter-spacing: .3vw;
  margin: 0 0 10.2vw;
}

.SingleContent h1, .SingleContent h2 {
  background: #2C955A;
  color: #fff;
  font-size: 4.6875vw;
  line-height: 1.2;
  position: relative;
  padding: 2.9vw 1.9vw 2.9vw 5.9vw;
  margin: 0 0 6.8vw;
}

.SingleContent h1::before, .SingleContent h2::before {
  content: "";
  position: absolute;
  left: 1.3vw;
  top: 0;
  display: block;
  width: .8vw;
  height: 100%;
  background: #F0ECE4;
}

.SingleContent h3 {
  font-size: 4.6875vw;
  line-height: 1.2;
  border-left: #2C955A 7px solid;
  border-bottom: #2C955A 1px solid;
  padding: 2.5vw;
  margin: 0 0 6.1vw;
}

.SingleContent h4 {
  font-size: 4.53125vw;
  line-height: 1.345;
  position: relative;
  border-bottom: 2px solid #2B2B2B;
  padding: 2.2vw 4.6vw 2.2vw 7.6vw;
  margin: 0 0 9.7vw;
}

.SingleContent h4::before {
  content: "";
  width: 7.3125vw;
  height: 8.8125vw;
  background: url(../img/common_leaf_01.svg) left top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 1vw;
}

@media screen and (min-width: 641px) {
  /*PCのCSS*/
  .Single__fv {
    height: 497px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 24px;
  }
  .Single__fv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .Single__ttl--01 {
    font-size: 30px;
    border-bottom: 2px #2C955A solid;
    padding-bottom: .5%;
    margin: 0 0 3.4%;
  }
  .Single__ttl--01 .u-sp_dispBlock {
    display: none;
  }
  .Single__border {
    border-bottom: 1px #2C955A solid;
    padding: 0 0 2%;
    font-weight: 500;
  }
  .SingleContent p {
    font-size: 0.937rem;
    line-height: 2.4;
    letter-spacing: normal;
    margin: 0 0 5.9%;
  }
  .SingleContent h1, .SingleContent h2 {
    font-size: 1.437rem;
    padding: 1.2% 1.2% 1.2% 5%;
    margin: 0 0 1.7%;
  }
  .SingleContent h1::before, .SingleContent h2::before {
    left: 12px;
    width: 4px;
  }
  .SingleContent h3 {
    font-size: 1.437rem;
    padding: 1.8% 1.2% 1.8% 2.3%;
    margin: 0 0 1.7%;
  }
  .SingleContent h4 {
    font-size: 1.437rem;
    border-bottom: 2px solid #2B2B2B;
    padding: 1.8% 1.2% 1.8% 4.2%;
    margin: 0 0 1.7%;
  }
  .SingleContent h4::before {
    width: 27px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 15px;
  }
}

@media screen and (min-width: 641px) and (min-width: 641px) and (max-width: 1139px) {
  /*タブレットのCSS*/
  .Single__fv {
    height: 43.63477vw;
    border-radius: 0.87796vw;
    overflow: hidden;
    margin: 0 0 2.10711vw;
  }
  .Single__ttl--01 {
    font-size: 2.63389vw;
    border-width: 0.17559vw;
  }
  .Single__border {
    border-width: 0.0878vw;
  }
  .SingleContent p {
    font-size: 1.31694vw;
  }
  .SingleContent h1, .SingleContent h2 {
    font-size: 2.01932vw;
  }
  .SingleContent h1::before, .SingleContent h2::before {
    left: 1.05356vw;
    width: 0.35119vw;
  }
  .SingleContent h3 {
    font-size: 2.01932vw;
  }
  .SingleContent h4 {
    font-size: 2.01932vw;
    border-width: 0.17559vw;
  }
  .SingleContent h4::before {
    width: 2.3705vw;
    height: 2.72169vw;
    top: 1.31694vw;
  }
}
/*# sourceMappingURL=column-single.css.map */