.cms-title {
  text-align: center;
}
.cms-created-at {
  display: flex;
  justify-content: flex-end;
  margin-top: 5%;
}
.cms-body {}
.contents img {
  width: 100%;
  height: auto;
  padding: 12px 0
}
.contents .cms_title {
  font-size: 26px;
  line-height: 1.4;
  text-align: left;
  font-weight: 600;
  letter-spacing: 1.3px;
  padding: 50px 0 20px;
}
.contents .cms_uparea {
  display: flex;
  margin-bottom: 40px;
}
.contents .cms-category {
  border: 1px solid #585858;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  /*  color: #306d26;*/
  padding: 6px 13px;
  padding: 6px 10px 5px;
  letter-spacing: 0.4px
}
.contents .cms_created_date {
  padding: 6px 12px 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  /*  color: #306d26;*/
  letter-spacing: 0.03em;
  font-weight: 400;
}
.contents h2 {
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 24px;
}
.contents h3 {
  font-size: 17px;
  padding: 6px 0;
  line-height: 1.7;
  font-weight: 600;
  color: #306d26;
}
.contents p {
  font-size: 14px;
  padding: 6px 0;
  line-height: 1.6;
}
/*.contents .cms-body img {
  width: 100%;
}*/
.cms-body p a {
  text-decoration: underline;
  color: #306d26;
}
.contents iframe {
  width: 100%;
  height: 380px
}
@media (max-width: 768px) {
  .contents .cms_title {
    font-size: 22px;
    line-height: 1.6;
    padding: 44px 0 15px;
  }
  .contents .cms_uparea {
    margin-bottom: 26px;
  }
  .contents h2 {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .contents h3 {
    font-size: 15px;
    line-height: 1.3;
    padding: 4px 0
  }
  .contents p {
    font-size: 13px;
    font-weight: 400;
    padding: 4px 0
  }
  .contents img {
    width: 100%;
  }
  .contents iframe {
    height: 46.3vw;
  }
  .contents .cms-category {
    font-size: 11px;
    padding: 4px 6px;
  }
  .contents .cms_created_date {
    font-size: 12px;
    padding: 4px 12px 0;
  }
}
.cv_float {
  position: fixed;
  z-index: 20;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 390px;
  opacity: 1;
}
.cv_float img {
  /*  width: 100%;*/
  position: relative;
  display: block;
  z-index: 1;
}
.cv_float a {
  display: block;
  overflow: hidden;
}
.hide {
  opacity: 0;
  transition: .5s
}
@media screen and (max-width: 767px) {
  .cv_float {
    bottom: 10px;
    width: 304px;
  }
}
@media screen and (max-width: 320px) {
  .cv_float {
    width: 284px;
  }
}
