/* =============================================================== */
/* PAGE HEADING */
.c-page-heading {
  width: 100%;
  min-height: 400px;
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-page-heading h1 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
}
.c-page-heading h1 strong {
  display: block;
  font-size: 42px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-page-heading {
    padding: 20px;
    min-height: 200px;
  }
  .c-page-heading h1 {
    font-size: 14px;
  }
  .c-page-heading h1 strong {
    font-size: 30px;
  }
}
/* =============================================================== */
.bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 42px;
  padding: 24px 20px;
}
.bread li a {
  display: block;
  letter-spacing: 1.6px;
  font-size: 12px;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .bread {
    padding: 15px 20px;
  }
  .bread li a {
    font-size: 11px;
  }
}
/* =============================================================== */
/* NEWS */
.p-news .nav-buttons {
  margin-bottom: 80px;
}
.p-news2 .nav-buttons .active {
  color: #437c27;
}
.p-news .c-post-title2 {
  margin-bottom: 43px;
}
.p-news .main-img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
.p-news .main-links {
  margin-top: 70px;
}
.p-news .product-images {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.p-news .product-images img {
  display: block;
  width: 100%;
}
.p-news .product-images .main-img {
  position: relative;
  width: 60%;
  margin-bottom: 0;
}
.p-news .product-images .small-img {
  flex: 1;
  padding-left: 20px;
}
.p-news .product-images .small-img .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-news .product-images .small-img .list .item {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}

.p-news .text-price {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0;
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
  margin-bottom: 40px;
}
.p-news .cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  margin-top: 90px;
  margin-bottom: 70px;
}
.p-news .cart-btn .cart-input {
  display: flex;
  align-items: flex-end;
  margin-right: 30px;
}
.p-news .cart-btn .cart-input select {
  border: 2px solid #111111;
  display: inline-block;
  width: 78px;
  height: 38px;
  margin-right: 10px;
}
.p-news .cart-btn .btn-cart {
  width: 280px;
  height: 70px;
  background-color: unset;
}
.p-news .cart-btn .btn-cart:hover {
  background-color: #437c27;
  color: #fff;
}
.p-news .cart-btn .btn-cart.before.icon-cart::before {
  background-image: url(./../images/common/ic-cart-green.png);
  width: 23px;
  height: 20px;
  margin-right: 10px;
}
.p-news .cart-btn .btn-cart.before.icon-cart:hover::before {
  background-image: url(./../images/common/ic-cart-white.png);
}
.p-news .related-block {
  padding-top: 110px;
}

@media all and (max-width: 1023px) {
  .p-news .product-images .main-img {
    width: 100%;
  }
  .p-news .product-images .small-img {
    flex: 0 1 auto;
    width: 100%;
    padding-left: 0;
  }
  .p-news .product-images .small-img .list {
    justify-content: flex-start;
    margin: 20px -10px -20px;
  }
  .p-news .product-images .small-img .list .item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .p-news .nav-buttons {
    margin-bottom: 30px;
  }
  .p-news .c-post-title2 {
    margin-bottom: 20px;
  }
  .p-news .main-img {
    margin-bottom: 20px;
  }
  .p-news .main-links {
    margin-top: 40px;
  }

  .p-news .product-images .small-img .list {
    margin: 10px -5px -10px;
  }
  .p-news .product-images .small-img .list .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .p-news .text-price {
    font-size: 18px;
    padding: 15px 0;
    margin-bottom: 20px;
  }

  .p-news .cart-btn {
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: column;
    font-size: 14px;
  }
  .p-news .cart-btn .cart-input {
    margin-right: 0;
  }
  .p-news .cart-btn .cart-input select {
    width: 50px;
    height: 30px;
  }
  .p-news .cart-btn .btn-cart {
    width: 100%;
    max-width: 300px;
    height: 50px;
    margin-top: 10px;
  }
  .p-news .related-block {
    padding-top: 70px;
  }
}
/* ========================================================== */
/* PROFILE */
.p-profile .block1 {
  padding-top: 12px;
}
.p-profile .block1 .c-title1 {
  margin-bottom: 62px;
}
.p-profile .block1 .c-textimg__fixed {
  width: 49%;
}
.p-profile .block1 .c-textimg__expand {
  padding-left: 20px;
  padding-top: 26px;
}
.p-profile .block1 .author {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
  text-align: right;
  margin-top: 34px;
}
.p-profile .block1 .author small {
  display: inline-block;
  font-size: 18px;
  margin-right: 6px;
}

.p-profile .block2 {
  padding: 100px 0;
}
.p-profile .block2 .img-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 50px;
}
.p-profile .block2 .img-block .col {
  width: 33.3333333333%;
  padding: 0 10px;
}
.p-profile .block2 .img-block .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-profile .block2 .img-block .col:nth-child(1) .row {
  margin-bottom: 20px;
}
.p-profile .block2 .img-block .col:nth-child(3) .row {
  margin-top: 20px;
}
.p-profile .block2 .img-block img {
  display: block;
  width: 100%;
}
.p-profile .block2 .img-block .row img {
  width: calc((100% - 20px) / 2);
}

.p-profile .block4 {
  padding-top: 118px;
}
.p-profile .block4 .c-title1 {
  margin-bottom: 45px;
}
@media all and (max-width: 1023px) {
  .p-profile .block1 .c-textimg__fixed {
    width: 100%;
  }
  .p-profile .block1 .c-textimg__expand {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .p-profile .block1 .c-title1 {
    margin-bottom: 30px;
  }
  .p-profile .block1 .c-textimg__expand {
    padding-top: 20px;
  }
  .p-profile .block1 .author {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
  }
  .p-profile .block1 .author small {
    font-size: 13px;
    margin-right: 10px;
  }
  .p-profile .block2 {
    padding: 70px 0;
  }
  .p-profile .block2 .img-block {
    margin: 0 0 20px;
  }
  .p-profile .block2 .img-block .col {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .p-profile .block2 .img-block .col:nth-child(1) .row {
    margin-bottom: 10px;
  }
  .p-profile .block2 .img-block .col:nth-child(3) .row {
    margin-top: 10px;
  }
  .p-profile .block2 .img-block .row img {
    width: calc((100% - 10px) / 2);
  }

  .p-profile .block3 #map {
    padding-top: 0;
    height: 250px;
  }
  .p-profile .block4 {
    padding-top: 70px;
  }
  .p-profile .block4 .c-title1 {
    margin-bottom: 20px;
  }
}
/* END PROFILE */
/* ========================================================== */
/* LAW */
.p-law .c-heading2 {
  font-size: 22px;
  margin-bottom: 0;
}
.p-law .block1 {
  padding-top: 24px;
}
.p-law .block1 .wrapper {
  padding: 60px 40px;
}
.p-law .block1 .c-textimg + .c-textimg {
  margin-top: 60px;
}
.p-law .block1 .c-textimg .c-textimg__expand {
  padding-left: 40px;
  padding-top: 10px;
}
.p-law .block1 .c-textimg .title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  border-bottom: 1px solid #707070;
}
.p-law .block1 .c-textimg .title,
.p-law .block1 .c-textimg p:nth-child(2) {
  padding: 15px 10px;
}
.p-law .block2 {
  padding-top: 50px;
}
.p-law .block2 .c-heading2 {
  margin-bottom: 46px;
}
.p-law .block2 .c-dl dt,
.p-law .block2 .c-dl dd {
  line-height: 30px;
}
.p-law .block2 .c-dl dt {
  width: 270px;
}
@media all and (max-width: 1023px) {
  .p-law .block1 .wrapper {
    padding: 40px 0 0;
  }
  .p-law .block1 .c-textimg .c-textimg__expand {
    padding-top: 10px;
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .p-law .c-heading2 {
    font-size: 16px;
  }
  .p-law .block1 .wrapper {
    padding: 20px 0 0;
  }
  .p-law .block1 .c-textimg + .c-textimg {
    margin-top: 40px;
  }
  .p-law .block1 .c-textimg .title,
  .p-law .block1 .c-textimg p:nth-child(2) {
    padding: 10px 0;
  }
  .p-law .block1 .c-textimg .title {
    font-size: 16px;
  }
  .p-law .block2 .c-heading2 {
    margin-bottom: 20px;
  }
  .p-law .block2 .c-dl dt {
    width: 100px;
  }
  .p-law .block2 .c-dl dt,
  .p-law .block2 .c-dl dd {
    line-height: 1.6;
  }
}
/* END LAW */
/* ========================================================== */
/* ABOUT */
.p-about .block1 {
  padding-top: 12px;
}
.p-about .block1 .c-title1 {
  margin-bottom: 32px;
}
.p-about .block2 {
  padding-top: 82px;
}
.p-about .block2 .main-title {
  margin-bottom: 52px;
}
.p-about .block2 .c-sectionlist .c-textimg {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.p-about .block2 .c-sectionlist .c-textimg.reverse {
  flex-direction: row-reverse;
}
.p-about .block2 .c-sectionlist .c-textimg + .c-textimg {
  margin-top: 70px;
}
.p-about .block2 .c-sectionlist .c-textimg .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  z-index: -1;
}
.p-about .block2 .c-sectionlist .c-textimg.reverse .bg {
  right: auto;
  left: 0;
}
.p-about .block2 .c-sectionlist .c-textimg__fixed {
  width: 60%;
}
.p-about .block2 .c-sectionlist .c-textimg__expand {
  padding-left: 22px;
  padding-top: 98px;
}
.p-about .block2 .c-sectionlist .c-textimg.reverse .c-textimg__expand {
  padding-left: 0;
  padding-right: 22px;
}
.p-about .block2 .c-textimg__expand .title,
.p-about .block2 .c-textimg__expand p {
  padding: 0 20px;
}
.p-about .block2 .c-textimg__expand .title {
  border-bottom: 1px solid #707070;
  margin-bottom: 0;
  padding-bottom: 22px;
}
.p-about .block2 .c-textimg__expand .title small {
  display: block;
  margin-bottom: 10px;
}
.p-about .block2 .c-textimg__expand p {
  padding-top: 28px;
}

.p-about .block3 {
  padding-top: 130px;
}
.p-about .block3 .c-title1 {
  margin-top: 55px;
  margin-bottom: 34px;
}
.p-about .block4 {
  padding-top: 78px;
}
.p-about .block4 .c-title1 {
  margin-bottom: 54px;
}
.p-about .block4 .c-sectionlist .c-heading3,
.p-about .block4 .c-sectionlist .section-list {
  padding-left: 20px;
  padding-right: 20px;
}
.p-about .block4 .c-sectionlist .c-heading3 {
  margin-bottom: 30px;
}
.p-about .block4 .c-sectionlist .section-list {
  text-align: center;
  margin-bottom: 60px;
}
.p-about .block4 .c-sectionlist .section-list .c-list.col6 .item {
  width: calc(100% / 6);
}
.p-about .block4 .c-sectionlist .section-block + .section-block {
  margin-top: 72px;
}
.p-about .block4 .c-sectionlist .section-list dt {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0;
  background-color: #437c27;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 18px;
}
.p-about .block4 .c-sectionlist .section-list .item:nth-child(even) dt {
  background-color: #2d5a17;
}
.p-about .block4 .c-sectionlist .section-list dd {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
}
.p-about .block4 .c-sectionlist .section-list2 .list-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.p-about .block5 {
  padding-top: 98px;
}
.p-about .block5-section {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-about .block5-section__img {
  width: 47.5%;
}
.p-about .block5-section__content {
  flex: 1;
  padding-left: 60px;
  padding-top: 40px;
}
.p-about .block5-section__title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
  color: #437c27;
  margin-bottom: 20px;
}
@media all and (max-width: 1023px) {
  .p-about .block2 .c-sectionlist .c-textimg {
    padding-bottom: 0;
  }
  .p-about .block2 .c-sectionlist .c-textimg .bg {
    display: none;
  }
  .p-about .block2 .c-sectionlist .c-textimg__fixed {
    width: 100%;
  }
  .p-about .block2 .c-sectionlist .c-textimg__expand {
    padding-top: 30px;
    padding-left: 0;
    text-align: center;
  }
  .p-about .block4 .c-sectionlist .section-list .c-list.col6 .item {
    width: 33.33333333%;
  }
  .p-about .block5-section__img {
    width: 100%;
  }
  .p-about .block5-section__content {
    flex: 0 1 auto;
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .p-about .block1 {
    padding-top: 0;
  }
  .p-about .block1 .c-title1 {
    margin-bottom: 15px;
  }
  .p-about .block2 {
    padding-top: 60px;
  }
  .p-about .block2 .main-title {
    margin-bottom: 20px;
  }
  .p-about .block2 .c-sectionlist .c-textimg + .c-textimg {
    margin-top: 50px;
  }
  .p-about .block2 .c-textimg__expand .title,
  .p-about .block2 .c-textimg__expand p {
    padding-left: 0;
    padding-right: 0;
  }
  .p-about .block2 .c-textimg__expand .title {
    padding-bottom: 10px;
  }
  .p-about .block2 .c-textimg__expand .title small {
    margin-bottom: 5px;
  }
  .p-about .block2 .c-textimg__expand p {
    padding-top: 15px;
  }
  .p-about .block3 {
    padding-top: 60px;
  }
  .p-about .block3 .c-title1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-about .block4 .c-title1 {
    margin-bottom: 20px;
  }
  .p-about .block4 .c-sectionlist .c-heading3,
  .p-about .block4 .c-sectionlist .section-list {
    padding-left: 0;
    padding-right: 0;
  }
  .p-about .block4 .c-sectionlist .section-list {
    margin-bottom: 40px;
  }
  .p-about .block4 .c-sectionlist .section-list .c-list.col6 .item {
    width: 50%;
  }
  .p-about .block4 .c-sectionlist .section-list dt {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .p-about .block4 .c-sectionlist .section-list dd {
    font-size: 14px;
  }
  .p-about .block4 .c-sectionlist .section-list2 .list-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
  }
  .p-about .block4 .c-sectionlist .section-block + .section-block {
    margin-top: 40px;
  }
  .p-about .block5 {
    padding-top: 60px;
  }
  .p-about .block5-section__content {
    padding-top: 20px;
  }
  .p-about .block5-section__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .p-about .block5-section__content p:last-child br {
    display: none;
  }
}
/* END ABOUT */
/* ========================================================== */
/* ========================================================== */
/* ========================================================== */
/* ========================================================== */
