@charset "UTF-8";
.p_kv {
 text-shadow: 2px 2px 4px rgb(0 0 0 / 70%);
 color: #fff;
 background-image: url("../../../images/page/product/product_bg.png?20241");
}

.p_product .section_desc {
 line-height: 2em;
 padding-top: 40px;
}
.p_product .product .desc {
 margin-top: -6px;
 color: #fff;
 padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
 .p_product .product .desc {
  margin-top: -8px;
 }
}
.p_product .product .desc p {
 text-align: center;
}
.p_kv .h400 {
 height: 200px;
}
@media screen and (min-width: 768px) {
 .p_kv .h400 {
  height: 400px;
 }
}

.p_product .section_comment {
 color: #fff;
 padding-bottom: 50px;
}

.p_product .section_title {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .p_product .section_title {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 38px;
 }
}

.p_product .section_comment02 {
 color: #fff;
 padding-top: 100px;
}
@media screen and (min-width: 768px) {
 .p_product .section_comment02 {
  color: #fff;
  padding-top: 200px;
 }
}

.p_product .section_title02 {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .p_product .section_title02 {
  font-size: 25px;
  font-weight: bold;

  padding-bottom: 38px;
 }
}

.p_product .section_comment03 {
 color: #000;
 padding-top: 50px;
}
@media screen and (min-width: 768px) {
 .p_product .section_comment03 {
  color: #000;
  padding-top: 100px;
 }
}

.p_product .section_title03 {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .p_product .section_title03 {
  font-size: 25px;
  font-weight: bold;

  padding-bottom: 38px;
 }
}

.p_product .section_main_title {
 font-size: 20px;
 line-height: 1.2em;
 padding-bottom: 30px;
 padding-top: 30px;
}
@media screen and (min-width: 768px) {
 .p_product .section_main_title {
  font-size: 35px;
  padding-bottom: 30px;
  padding-top: 30px;
 }
}
.p_product .section_sub_title {
 font-size: 18px;
}
@media screen and (min-width: 768px) {
 .p_product .section_sub_title {
  font-size: 28px;
 }
}

.p_product .product_comment {
 display: flex;
 flex-direction: column;
 line-height: 2em;
 width: 100%;
 gap: 10px;
 font-size: 15px;
 align-items: center;
}
@media screen and (min-width: 768px) {
 .p_product .product_comment {
  display: flex;
  flex-direction: column;
  line-height: 2em;
  width: 50%;
  gap: 10px;
  font-size: 15px;
  align-items: center;
 }
}

.p_product .product_img {
 display: flex;
 flex-direction: column;
 align-items: center;
 width: 100%;
 gap: 30px;
}
@media screen and (min-width: 768px) {
 .p_product .product_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  gap: 30px;
 }
}

.p_product .product_contents02 {
 display: flex;
 padding-top: 70px;
 padding-bottom: 70px;
 gap: 50px;
 line-height: 2em;
 font-size: 15px;
 flex-direction: column;
 align-items: flex-start;
}
@media screen and (min-width: 768px) {
 .p_product .product_contents02 {
  display: flex;
  padding-top: 70px;
  padding-bottom: 100px;
  gap: 70px;
  line-height: 2em;
  font-size: 18px;
  flex-direction: column;
  align-items: flex-start;
 }
}

.p_product .product_comment02 {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 gap: 20px;
}

.p_product .product_comment02 .product_sub_comment {
 padding-left: 10px;
}
@media screen and (min-width: 768px) {
 .p_product .product_comment02 .product_sub_comment {
  padding-left: 20px;
 }
}

.p_product .product_maincont {
 display: flex;
 flex-direction: column;
 gap: 50px;
}

.p_product .product_contents {
 flex-direction: column;
 align-items: center;
 background-color: #003300;
 padding: 0px;
 color: #fff;
 border-radius: 10px;
 display: flex;
 flex: 1;
 gap: 20px;
}
@media screen and (min-width: 768px) {
 .p_product .product_contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #003300;
  padding: 0px;
  color: #fff;
  border-radius: 10px;
  flex: 1;
  gap: 20px;
 }
}

.p_product .product_comment {
 flex: 1;
}

.p_product .product_title {
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 15px;
 margin-top: 15px;
 text-align: center;
}
@media screen and (min-width: 768px) {
 .p_product .product_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
 }
}

.p_product .product_desc {
 font-size: 14px;
 line-height: 1.8;
 margin-bottom: 15px;
 width: 90%;
}
@media screen and (min-width: 768px) {
 .p_product .product_desc {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  width: 80%;
 }
}

.p_product .product_desc02 {
 font-size: 14px;
 line-height: 1.8;
 margin-bottom: 15px;
 width: 90%;
}
@media screen and (min-width: 768px) {
 .p_product .product_desc02 {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
  width: 80%;
 }
}

.p_product .product_img {
 flex: 1;
 text-align: center;
}

.p_product .product_img img {
 max-width: 100%;
 border-radius: 10px;
}

.product_wrapper {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.product_wrapper .center_button {
 position: absolute;
 width: 300px;
 text-align: center;
 top: 92%;
 left: 50%;
 transform: translate(-50%, -50%);
 background-color: rgb(69 149 69 / 76%);
 color: #fff;
 padding: 15px 10px;
 border-radius: 30px;
 text-decoration: none;
 font-size: 15px;
 font-weight: bold;
}
@media screen and (min-width: 768px) {
 .product_wrapper .center_button {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(111 207 111 / 41%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
 }
}

.product_wrapper .product_img img {
 max-width: 100%;
 border-radius: 10px;
}

.product_wrapper .icon {
 padding-right: 10px;
}
