.blog_detail_contentout .mt-be-image {
  margin-top: 1.5rem;
  max-width: 320px;
  border-radius: 5px;
  overflow: hidden;
}

.blog_detail_contentout .mt-be-image img {
  width: 100%;
  height: auto;
}

.blog_detail_contentout .mt-be-image {
  max-width: 320px;
  border-radius: 5px;
  overflow: hidden;
}

.blog_detail_contentout p {
  /* margin-top: 1.7rem; */
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8333333333;
}

@media only screen and (max-width: 767px) {
  .blog_detail_contentout p {
    font-size: max(0.9375rem, 10px);
    margin-top: 1.25rem;
  }
}

.blog_detail_contentout h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .blog_detail_contentout h1 {
    font-size: 1.3rem;
    margin-top: 1.25rem;
  }
}

.blog_detail_contentout h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .blog_detail_contentout h2 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
}

.blog_detail_contentout h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .blog_detail_contentout h3 {
    font-size: 1.2rem;
    margin-top: 1.25rem;
  }
}

.blog_detail_contentout h4 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .blog_detail_contentout h4 {
    font-size: 1.1rem;
    margin-top: 1.25rem;
  }
}

.blog_detail_contentout h5 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .blog_detail_contentout h5 {
    font-size: 1.05rem;
    margin-top: 1.25rem;
  }
}

.blog_detail_contentout h6 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .blog_detail_contentout h6 {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.blog_detail_contentout a {
  isplay: inline-block;
  margin-top: 0.375rem;
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 2.25;
  color: #32b476;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-decoration: underline;
  text-underline-offset: 1px;
  transition: filter 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .blog_detail_contentout a {
    margin-top: 0.1875rem;
    font-size: max(0.875rem, 10px);
  }
}

.blog_detail_contentout p:has(+ a) {
  margin-top: 0;
}

.p-content h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0.375rem;
}

.blog_detail_contentout table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}

.blog_detail_contentout colgroup col {
  width: auto;
}

.blog_detail_contentout tbody {
  background-color: #fff;
}

.blog_detail_contentout tbody tr {
  border-bottom: 1px solid #ddd;
}

.blog_detail_contentout tbody tr:nth-child(even) {
  background-color: #50bf8925;
}

.blog_detail_contentout tbody tr td {
  padding: 0.45rem 0.7rem;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .blog_detail_contentout tbody tr td {
    padding: 0.25rem 0.4rem;
    font-size: max(0.9375rem, 10px);
  }
}

.blog_detail_contentout ul {
  margin-top: 2rem;
  font-weight: 400;
  list-style: none;
  padding-left: 1.2em;
}

.blog_detail_contentout ul li {
  position: relative;
  margin-bottom: 0.3rem;
  text-indent: 1rem;
  padding-left: 0.3em;
}

.blog_detail_contentout ul li::before {
  content: "●";
  color: #50bf8a;
  position: absolute;
  left: -1.2em;
  top: 0;
}

.blog_detail_contentout .c-button {
  width: 100%;
  font-size: 2.1875rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  line-height: 1;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 1.25rem;
  border-width: 0.25rem;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-image: initial;
  border-radius: 3.125rem;
  text-decoration: none;
}

.blog_detail_contentout .c-button.c-button--red {
  background-color: rgb(255, 0, 65);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
    .p-blog-detail__button .c-button {
        font-size: 1.5625rem;
        max-width: 25rem;
        padding: 0.9375rem;
    }
}