/******************************/
/* Product */
/******************************/
.p-product {
  margin-bottom: 90px;
}
/* form */
.p-product select {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.p-product input[type=text] {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.p-product-main {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
@media screen and (max-width: 1030px) {
  .p-product-main {
    display: block;
  }
}
.p-product-img {
  width: 45%;
}
@media screen and (max-width: 1030px) {
  .p-product-img {
    width: auto;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
.p-product-img__main {
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-product-img__main {
    margin-left: auto;
    margin-right: auto;
    width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img__main {
    width: auto;
  }
}
.p-product-img__main-item {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-img__main-item {
    text-align: center;
  }
}
.p-product-img__main-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-img__main-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-img__main-item img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  width: 75% !important;
}
.p-product-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 8px;
  justify-content: space-evenly;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.p-product-thumb-list__item {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  width: 15%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    width: 60px;
  }
}
.p-product-thumb-list__item:hover, .p-product-thumb-list__item.is-current {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item img {
    width: 60px;
  }
}
.p-product-thumb-list__img {
  /* overflow&#205;&#209; */
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__img {
    width: 60px;
    text-align: center;
  }
}
.p-product-thumb-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-thumb-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
/* &#190;&#166;&#201;&#202;&#178;&#232;&#193;&#252; slider */
.p-product-img__main .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-product-img__main .slick-prev, .p-product-img__main .slick-next {
  top: 50%;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev, .p-product-img__main .slick-next {
    width: 45px;
    height: 45px;
  }
}
.p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 25px;
  height: 25px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
    top: 15px;
  }
}
.p-product-img__main .slick-prev {
  left: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev {
    left: 0px;
  }
}
.p-product-img__main .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before {
    left: 17px;
  }
}
.p-product-img__main .slick-next {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next {
    right: 0px;
  }
}
.p-product-img__main .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next:before {
    left: 13px;
  }
}
/***** &#190;&#166;&#201;&#202;&#190;&#240;&#202;&#243; *****/
.p-product-info {
  width: 40%;
}
@media screen and (max-width: 1030px) {
  .p-product-info {
    width: auto;
  }
}
.p-product-info__ttl {
  margin: 0;
  font-size: 25px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-product-info__ttl {
    font-size: 21px;
  }
}
.p-product-info__ttl img {
  vertical-align: middle;
}

.p-product-info__id {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-product-info__id {
    margin-top: 5px;
    font-size: 10px;
  }
}
.p-product-price {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-product-price__sell {
  font-size: 18px;
}
.p-product-price__normal {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-product-price__normal {
    font-size: 12px;
  }
}
.p-product-price__list-price {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-product-price__list-price {
    font-size: 12px;
  }
}
/* \&#170;\&#161;&#223;\&#183;\&#231;\&#243; table */
.p-product-option-tbl {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-x: auto;
}
.p-product-option-tbl table {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
}
.p-product-option-tbl table div {
  display: inline-block !important;
}
.p-product-option-tbl th {
  min-width: 100px;
}
.p-product-option-tbl th, .p-product-option-tbl td {
  padding: 12px 5px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 0;
  text-align: center;
}
.p-product-option-tbl label {
  display: inline-block !important;
  margin-left: 5px;
  margin-bottom: 0;
}
.p-product-option-tbl input {
  margin-top: 0;
}
/* \&#170;\&#161;&#223;\&#183;\&#231;\&#243; select */
.p-product-option-select {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-product-option-select__box {
  margin-top: 15px;
}
.p-product-option-select__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}
/* &#204;&#190;&#198;&#254;&#164;&#236; */
.p-product-name {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-product-name__box {
  margin-top: 15px;
}
.p-product-name__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}
.p-product-name__body input {
  width: 100%;
}
/* &#191;&#244;&#206;&#204; */
.p-product-form-stock {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
}
.p-product-form-stock p {
    font-size: 18px;
    line-height: 15px;
    width: 150px;
    text-align: center;
}
.p-product-form-stock__input {
  display: flex;
  align-items: center;
}
.p-product-form-stock__input input {
  width: 60px;
}
.p-product-form-stock__unit {
/*  margin-left: 10px;*/
}
.p-product-form-stock__stock {
  margin-left: 25px;
}
/* \&#220;\&#191;\&#243; */
.p-product-form-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-product-form-btn__cart {
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .p-product-form-btn__cart {
    flex: 1;
    width: auto;
  }
}
.p-product-form-btn__favorite {
  width: 50px;
}
.p-product-form-btn__favorite-btn {
  display: inline-block;
  margin-top: 22px;
  margin-left: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-product-form-btn__favorite-btn.is-added {
  color: #000000;
}
.p-product-form-btn__favorite-btn svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
.p-product-form__error-message {
  margin-top: 15px;
}
/* SNS */
.p-product-sns-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.p-product-sns-list__item {
  margin-right: 20px;
}
/* link */
.p-product-link-list {
  margin-top: 40px;
}
.p-product-link-list__item {
  margin-bottom: 5px;
}
li.p-product-link-list__item {
    position: relative;
}
li.p-product-link-list__item a:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    margin-left: 10px;
    transform: rotate(45deg);
}
li.p-product-link-list__item a:hover:after {
  border-right: solid 2px #5e5e5e;
  border-top: solid 2px #5e5e5e;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-product-link-list__item {
    margin-bottom: 30px;
  }
}
/***** &#190;&#166;&#201;&#202;&#190;&#220;&#186;&#217; *****/
.p-product__ttl {
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1.4;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-product__ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.p-product-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 75px;
}
@media screen and (max-width: 1030px) {
  .p-product-detail {
    display: block;
  }
}
.p-product-explain {
  width: 40%;
}
@media screen and (max-width: 1030px) {
  .p-product-explain {
    margin-bottom: 60px;
    width: auto;
  }
}
.p-product-explain__body {
  line-height: 2;
}
.p-product-other {
  width: 45%;
  order: -1;
}
@media screen and (max-width: 1030px) {
  .p-product-other {
    width: auto;
  }
}
/* &#164;&#170;&#164;&#185;&#164;&#185;&#164;&#225;&#190;&#166;&#201;&#202; */
.p-product-recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 60px;
  }
}
.p-product-recommend-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.p-product-recommend-list__img {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__img {
    margin-bottom: 5px;
    text-align: center;
  }
}
.p-product-recommend-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-recommend-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-recommend-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.p-product-recommend-list__price {
  margin-top: 15px;
  font-size: 12px;
  color: #909090;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__price {
    margin-top: 0;
  }
}
.p-product-recommend-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.p-product-recommend-list__expl {
  margin-top: 15px;
  font-size: 12px;
}
/* \&#236;\&#211;\&#229;&#161;&#188; */
.p-product-review {
  margin-bottom: 60px;
}
.p-product-review__item {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 40px;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .p-product-review__item {
    padding: 20px;
  }
}
.p-product-review__heading {
  margin-bottom: 15px;
}
.p-product-review__ttl {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
}
.p-product-review-info {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-product-review-info__item {
  display: inline-block;
  font-size: 12px;
}
.p-product-review-info__item.is-type {
  margin-right: 35px;
}
.p-product-review__img {
  margin-bottom: 15px;
  text-align: center;
}
.p-product-review__body {
  margin-top: 15px;
  line-height: 2;
}
.p-product-review__rates {
  display: flex;
  flex-wrap: wrap;
}
.p-product-review__rate {
  width: 18px;
  height: 18px;
  vertical-align: -0.3em;
  fill: currentColor;
  fill: #d8d8d8;
}
.p-product-review__rate.is-color {
  fill: #000000;
}
/* \&#236;\&#211;\&#229;&#161;&#188; &#202;&#214;&#191;&#174; */
.p-product-review-reply {
  box-sizing: border-box;
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
.p-product-review-reply__ttl {
  font-weight: bold;
}
.p-product-review-reply__body {
  font-size: 12px;
}
.p-product-review-reply__date {
  font-size: 12px;
}
.p-product-review__btn {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-review__btn {
    margin-top: 30px;
  }
}
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
span#jp_txt {
    display: none;
}
.p-product-price div {
  font-size: 20px;
}
button.CART_BUTTON {
width: 400px;
height: 100px;
position: relative;
background: #fff;
margin-bottom: 25px;
border-radius: 32px;
text-align: center;
cursor: pointer;
transition: all .5s ease;
border: white;
}
button.CART_BUTTON span {
line-height: 100px;
font-size: 30px;
color: gray;
font-weight: 400;
}
button.CART_BUTTON:active {
opacity: 1;
box-shadow: inset -4px -4px 8px rgba(255, 255, 255, 0.5),inset 8px 8px 16px rgba(0, 0, 0, 0.1);
color: #79e3b6;
}

button.CART_BUTTON {
box-shadow: inset -4px -4px 8px rgba(255, 255, 255, 0.5),inset 8px 8px 16px rgba(0, 0, 0, 0.1);
color: #79e3b6;
}
button.CART_BUTTON:hover {
opacity: 1;
box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8),6px 6px 10px rgba(0, 0, 0, 0.2);
}
.p-product-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
input[type="text"] {
    border-radius: 32px;
    text-align: center;
    height: 50px;
    width: 150px;
    /*box-shadow: -6px -6px 10px rgb(255 255 255 / 80%), 6px 6px 10px rgb(0 0 0 / 20%);*/
    margin-bottom: 15px;
}
button.c-btn-cart.is-soldout {
  /*width: 400px; */
  /* height: 100px; */
  /* position: relative; */
  background: #000;
  /* margin-bottom: 25px; */
  /* border-radius: 32px; */
  /* text-align: center; */
  /* cursor: pointer; */
  /* transition: all .5s ease; */
  /* border: white; */
  /* box-shadow: -6px -6px 10px rgb(255 255 255 / 80%), 6px 6px 10px rgb(0 0 0 / 20%); */
  /* color: red; */
  margin-top: 50px;
  font-size: 30px;
  /* font-weight: 600; */
  font-family: serif !important;
}
.c-btn-cart.is-soldout:hover {
    background: none;
}
.slick-list.draggable {
    margin-bottom: 50px;
}
.recommend-items h3{
  font-size: 21px;
  width: 90%;
  margin: 50px 5% 20px;
}
.Recommend_styling_title {
  width: 100%;
  margin: 50px 0 0;
}
.recommend-items h3,
.Recommend_styling_title,
.blog_area h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.recommend-items h3:before, .recommend-items h3:after{
  width: 45%;
}
.Recommend_styling_title:before, .Recommend_styling_title:after,
.blog_area h2:before, .blog_area h2:after {
  width: 30%;
}
.recommend-items h3:before, .recommend-items h3:after,
.Recommend_styling_title:before, .Recommend_styling_title:after,
.blog_area h2:before, .blog_area h2:after {
  border-top: 0.1px solid #fff;
  content: "";
}
.recommend-items h3:before,
.Recommend_styling_title:before,
.blog_area h2:before {
  margin-right: 5%;
}
.recommend-items h3:after,
.Recommend_styling_title:after,
.blog_area h2:after {
  margin-left: 5%;
}
.Recommend_styling_title h2 {
  margin:0;
}
.Recommend_styling_item_name {
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: normal;
}
.Recommend_styling_photo,
.blog_post {
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.Recommend_styling_photo li:nth-child(n + 3) {
  margin-top: 40px;
}
.blog_post li:nth-child(n + 3) {
  margin-top: 40px;
}
.Recommend_styling_photo li,
.blog_post li {
    width: 48%;
    padding: 0 1%;
}
.Recommend_styling_photo img,
.blog_post img {
    width: 80%;
}
p.box__name.boxname_api {
    font-size: 20px;
}

p.box__name.boxname_api.styling_caption {
    font-size: 12px;
    margin-bottom: 25px;
}
a.box_inner:hover{
  text-decoration: none;
}
p.box__name.boxname_api:hover {
    text-decoration: underline;
}
/******************************/
/* カートボタン */
/******************************/
.button-container-1 {
  position: relative;
  width: 300px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border: 1px solid;
  transition: 0.5s;
  letter-spacing: 1px;
  border-radius: 8px;
}
.button-container-1 button {
  width: 101%;
  height: 100%;
  font-family: serif !important;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: bold;
  background: #fff;
 /*-webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
*/
  -webkit-mask: url("https://mall.schrein.net/belphegol/img/nature-sprite.png");
  mask: url("https://mall.schrein.net/belphegol/img/nature-sprite.png");

  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  border: none;
  color: #000;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(22) forwards;
  animation: ani2 0.7s steps(22) forwards;
}
.button-container-1 button:hover {
  -webkit-animation: ani 0.7s steps(22) forwards;
  animation: ani 0.7s steps(22) forwards;
}
.mas {
  position: absolute;
  color: #fff;
  text-align: center;
  width: 101%;
  position: absolute;
  font-size: 17px;
  margin-top: 17px;
  overflow: hidden;
  font-weight: bold;
margin-top: 16px;}

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
.p-product-price__list-price s {
  color: #ffffff7d;
}
.c-item-list__price.teika_price s {color: #ffffff7d;}

.blog_list_area {
  position: fixed;
  right: 5%;
  bottom:15px;
}

@media screen and (max-width: 1030px) {
  .l-header-main__in > ul > li {
      padding: 0 !important;
  }
  ul.c-breadcrumbs-list {
    top: 35px !important;
}
.c-breadcrumbs-list__item {
  color: #fff;
}
.l-header {
    height: 80px;
}
.l-main-navi.is-open {
    top: 80px;
}
.p-product-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.p-product-form-stock p {
    width: 100%;
}
.p-product-form-stock__input {
    display: block;
    text-align: center;
    width: 100%;
}
.p-product-explain {
    text-align: center;
}
}
li.box.u-tile:hover btn {color: #000;background: #fff;}
li.box.u-tile.blog_product_list.styling_list a {overflow: visible;}
@media screen and (max-width: 1030px){
  .l-header-main__in ul li {
      width: 60% !important;
      position: relative;
      top: -10px;
  }
  .blog_content_area {
      padding-left: 3% !important;
  }
  .blog_pagination {
      width: 55% !important;
      margin-left: 0% !important;
  }
  .blog_next, .blog_prev {
      width: 45% !important;
  }
  .blog_btn_next {
      align-items: flex-end !important;
  }
  .blog_btn_prev {
      align-items: flex-start !important;
  }
  p.link_title,
  p.link_description {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
  }
  btn.blog_btn_prev div {
      padding-left: 10px;
      font-size: 11px;
  }
  btn.blog_btn_next div {
      padding-right: 10px;
      font-size: 11px;
  }
  .blog_list_area {
    bottom:200px;
  }
  .blog_list_area {
    right: 1% !important;
}
p.blog_list_name {
    font-size: 14px !important;
}
}
@media screen and (max-width: 1200px){
.blog_content_area {
    padding-left:10% !important;
}
.blog_pagination {
  margin-left: 5% !important;
}
}
