.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}


.row__item--mobile-1 {
  width: 8.33333%;
}

.row__item--mobile-2 {
  width: 16.66667%;
}

.row__item--mobile-3 {
  width: 25%;
}

.row__item--mobile-4 {
  width: 33.33333%;
}

.row__item--mobile-5 {
  width: 41.66667%;
}

.row__item--mobile-6 {
  width: 50%;
}

.row__item--mobile-7 {
  width: 58.33333%;
}

.row__item--mobile-8 {
  width: 66.66667%;
}

.row__item--mobile-9 {
  width: 75%;
}

.row__item--mobile-10 {
  width: 83.33333%;
}

.row__item--mobile-11 {
  width: 91.66667%;
}

.row__item--mobile-12 {
  width: 100%;
}

.row__item--mobile-fifth {
  width: 20%;
}

@media (min-width: 768px), print {
  .row__item--tablet-1 {
    width: 8.33333%;
  }
}

@media (min-width: 768px), print {
  .row__item--tablet-2 {
    width: 16.66667%;
  }
}

@media (min-width: 768px), print {
  .row__item--tablet-3 {
    width: 25%;
  }
}

@media (min-width: 768px), print {
  .row__item--tablet-4 {
    width: 33.33333%;
  }
}

@media (min-width: 768px), print {
  .row__item--tablet-5 {
    width: 41.66667%;
  }
}

@media (min-width: 768px), print {
  .row__item--tablet-6 {
    width: 50%;
  }
}

@media (min-width: 768px), print {
  .row__item--tablet-7 {
    width: 58.33333%;
  }
}

@media (min-width: 768px), print {
  .row__item--tablet-8 {
    width: 66.66667%;
  }
}

@media (min-width: 768px), print {
  .row__item--tablet-9 {
    width: 75%;
  }
}

@media (min-width: 768px), print {
  .row__item--tablet-10 {
    width: 83.33333%;
  }
}

@media (min-width: 768px), print {
  .row__item--tablet-11 {
    width: 91.66667%;
  }
}

@media (min-width: 768px), print {
  .row__item--tablet-12 {
    width: 100%;
  }
}

@media (min-width: 768px), print {
  .row__item--tablet-fifth {
    width: 20%;
  }
}

@media screen and (min-width: 1366px) {
  .row__item--desktop-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 1366px) {
  .row__item--desktop-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 1366px) {
  .row__item--desktop-3 {
    width: 33.333%;
  }
}

@media screen and (min-width: 1366px) {
  .row__item--desktop-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1366px) {
  .row__item--desktop-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 1366px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}

@media screen and (min-width: 1366px) {
  .row__item--desktop-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 1366px) {
  .row__item--desktop-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 1366px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}

@media screen and (min-width: 1366px) {
  .row__item--desktop-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 1366px) {
  .row__item--desktop-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1366px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1366px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}

.post-type-page,
.information-box {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .06em;
  line-height: 1.8;
}

.post-type-page a:not([class]),
.information-box a:not([class]) {
  color: #ee1d23;
  text-decoration: none;
  border-bottom: 1px solid #ee1d23;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.post-type-page a:not([class]):hover,
.information-box a:not([class]):hover {
  opacity: .7;
}

.post-type-page p,
.information-box p {
  color: #141414;
}

.post-type-page p:not(:first-child),
.information-box p:not(:first-child) {
  margin-top: 1em;
}

@media screen and (min-width: 1366px) {
  .post-type-page p.columns-2,
  .information-box p.columns-2 {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2em;
            column-gap: 2em;
  }
}

.post-type-page .h2,
.post-type-page .h3,
.post-type-page .h4,
.information-box .h2,
.information-box .h3,
.information-box .h4 {
  line-height: 1.5;
}

@media screen and (min-width: 1366px) {
  .post-type-page .h2-wrap,
  .information-box .h2-wrap {
    padding: 2rem 0 .5rem;
  }
}

.post-type-page .h2,
.information-box .h2 {
  position: relative;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  padding: .5rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
}

@media (min-width: 768px), print {
  .post-type-page .h2,
  .information-box .h2 {
    font-size: 2rem;
    padding-right: 1.5rem;
    overflow: hidden;
  }
}

@media screen and (min-width: 1366px) {
  .post-type-page .h2,
  .information-box .h2 {
    font-size: 1.5rem;
    padding: 1rem ;
  }
}

.post-type-page .h2:before,
.information-box .h2:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, #c70a10, #ee1d23 50%, #ee1d23);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  z-index: -1;
}

@media (min-width: 768px), print {
  .post-type-page .h2:before,
  .information-box .h2:before {
    -webkit-transform: skewX(-35deg);
            transform: skewX(-35deg);
  }
}

.post-type-page .h2:after,
.information-box .h2:after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 100%;
  top: 0;
  right: -20px;
  background: #ee1d23;
}

@media (min-width: 768px), print {
  .post-type-page .h2:after,
  .information-box .h2:after {
    display: none;
    right: -30px;
    width: 50px;
  }
}

@media screen and (min-width: 1366px) {
  .post-type-page .h2:after,
  .information-box .h2:after {
    right: 0;
  }
}

@media screen and (min-width: 1366px) {
  .post-type-page .h2--products,
  .information-box .h2--products {
    font-size: 1.5rem;
        line-height: 2rem;

  }
}

.post-type-page .h3,
.information-box .h3 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #c70a10;
  border-bottom: 1px solid #c70a10;
  padding-bottom: .5rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1366px) {
  .post-type-page .h3,
  .information-box .h3 {
    font-size: 2.3rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
}

.post-type-page .h3:not(:first-child),
.information-box .h3:not(:first-child) {
  margin-top: 3rem;
}

@media screen and (min-width: 1366px) {
  .post-type-page .h3:not(:first-child),
  .information-box .h3:not(:first-child) {
    margin-top: 5rem;
  }
}

.post-type-page .h4,
.information-box .h4 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ee1d23;
}

@media screen and (min-width: 1366px) {
  .post-type-page .h4,
  .information-box .h4 {
    font-size: 2rem;
  }
}

.post-type-page .h4:not(:first-child),
.information-box .h4:not(:first-child) {
  margin-top: 3rem;
}

@media screen and (min-width: 1366px) {
  .post-type-page .h4:not(:first-child),
  .information-box .h4:not(:first-child) {
    margin-top: 5rem;
  }
}

.post-type-page .h5,
.information-box .h5 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #ee1d23;
  border-bottom: 2px dashed #ee1d23;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1366px) {
  .post-type-page .h5,
  .information-box .h5 {
    font-size: 2.3rem;
  }
}

.post-type-page .h5:not(:first-child),
.information-box .h5:not(:first-child) {
  margin-top: 3rem;
}

@media screen and (min-width: 1366px) {
  .post-type-page .h5:not(:first-child),
  .information-box .h5:not(:first-child) {
    margin-top: 5rem;
  }
}

.post-type-page .h5:before,
.information-box .h5:before {
  display: inline-block;
  content: "\e90e";
  font-family: "icomoon";
  font-style: normal;
  font-size: 2rem;
  color: #ee1d23;
  text-align: center;
  margin-right: 7px;
}

@media screen and (min-width: 1366px) {
  .post-type-page .h5:before,
  .information-box .h5:before {
    font-size: 2.5rem;
  }
}

.post-type-page .ul,
.information-box .ul {
  list-style: none;
}

.post-type-page .ul:not(:first-child),
.information-box .ul:not(:first-child) {
  margin-top: 1em;
}

@media (min-width: 768px), print {
  .post-type-page .ul:not(:first-child),
  .information-box .ul:not(:first-child) {
    margin-top: 1.5em;
  }
}

.post-type-page .ul > li,
.information-box .ul > li {
  position: relative;
  color: #141414;
  padding-left: 1.25em;
  line-height: 1.5;
  vertical-align: middle;
  margin-top: 5px;
}

.post-type-page .ul > li:before,
.information-box .ul > li:before {
  content: "";
  position: absolute;
  top: .5em;
  left: .25em;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ee1d23;
}

.post-type-page .ol,
.information-box .ol {
  list-style: none;
  counter-reset: number;
}

.post-type-page .ol:not(:first-child),
.information-box .ol:not(:first-child) {
  margin-top: 1em;
}

.post-type-page .ol > li,
.information-box .ol > li {
  position: relative;
  color: #141414;
  font-style: italic;
  padding-left: 2.3em;
  margin-top: 5px;
}

.post-type-page .ol > li:before,
.information-box .ol > li:before {
  counter-increment: number;
  content: "0" counter(number) ".";
  position: absolute;
  top: .1em;
  left: 0;
  display: block;
  width: 1.3em;
  height: 1.3em;
  font-size: 2rem;
  font-weight: 700;
  color: #ee1d23;
  text-align: center;
  line-height: 1.3em;
}

@media screen and (min-width: 1366px) {
  .post-type-page .ol > li:before,
  .information-box .ol > li:before {
    font-size: 2rem;
  }
}

.post-type-page .ol--circle,
.information-box .ol--circle {
  margin: 3rem 0;
}

.post-type-page .ol--circle > li,
.information-box .ol--circle > li {
  line-height: 2;
  padding-left: 1.8em;
  padding-right: 2em;
  font-style: normal;
}

.post-type-page .ol--circle > li:before,
.information-box .ol--circle > li:before {
  content: counter(number);
  position: absolute;
  top: .1em;
  left: 0;
  display: block;
  width: 1.8em;
  height: 1.8em;
  font-size: 1.3rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  background: #ee1d23;
  text-align: center;
  line-height: 1.8em;
  border-radius: 50%;
  margin-top: .3rem;
}

.post-type-page .ol--circle > li a,
.information-box .ol--circle > li a {
  text-decoration: underline;
}

.post-type-page .table,
.information-box .table {
  width: 100%;
  margin: 3rem 0;
  table-layout: fixed;
}

.post-type-page .table tr:first-child,
.information-box .table tr:first-child {
  border-top: 1px solid #A3A3A3;
}

.post-type-page .table th,
.post-type-page .table td,
.information-box .table th,
.information-box .table td {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  padding: 10px;
  border-right: 1px solid #A3A3A3;
  border-bottom: 1px solid #A3A3A3;
}

@media (min-width: 768px), print {
  .post-type-page .table th,
  .post-type-page .table td,
  .information-box .table th,
  .information-box .table td {
    font-size: 1.6rem;
  }
}

.post-type-page .table th:first-child,
.post-type-page .table td:first-child,
.information-box .table th:first-child,
.information-box .table td:first-child {
  border-left: 1px solid #A3A3A3;
}

.post-type-page .table th,
.information-box .table th {
  font-weight: bold;
  color: #c70a10;
  background: #EFEFEF;
}

@media screen and (max-width: 767px) {
  .post-type-page .table th,
  .information-box .table th {
    width: 30%;
  }
}

.post-type-page .table .h2,
.post-type-page .table .h3,
.post-type-page .table .h4,
.post-type-page .table .ol,
.post-type-page .table .ul,
.post-type-page .table .box,
.information-box .table .h2,
.information-box .table .h3,
.information-box .table .h4,
.information-box .table .ol,
.information-box .table .ul,
.information-box .table .box {
  margin-top: 0;
}

.post-type-page .table .nowrap,
.information-box .table .nowrap {
  white-space: nowrap;
}

.post-type-page .table .bold,
.information-box .table .bold {
  font-weight: bold;
  color: #c70a10;
}

@media screen and (max-width: 767px) {
  .post-type-page .table-responsive,
  .information-box .table-responsive {
    overflow-x: auto;
  }
}

.post-type-page .table-responsive:not(:first-child),
.information-box .table-responsive:not(:first-child) {
  margin-top: 1em;
}

.post-type-page .table-responsive .table,
.information-box .table-responsive .table {
  margin: 1rem 0;
}

@media screen and (max-width: 767px) {
  .post-type-page .table-responsive .table,
  .information-box .table-responsive .table {
    width: auto;
    table-layout: fixed;
  }
}

@media (min-width: 768px), print {
  .post-type-page .table-responsive .table,
  .information-box .table-responsive .table {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .post-type-page .table-responsive .table th,
  .post-type-page .table-responsive .table td,
  .information-box .table-responsive .table th,
  .information-box .table-responsive .table td {
    word-break: keep-all;
  }
}

.post-type-page .box,
.information-box .box {
  position: relative;
  background: #E3EEFF;
  padding: 30px 15px;
  margin: 3rem 0;
}

@media (min-width: 768px), print {
  .post-type-page .box,
  .information-box .box {
    padding: 40px 30px;
  }
}

.post-type-page strong,
.post-type-page b,
.information-box strong,
.information-box b {
  font-weight: bold;
}

.post-type-page .video,
.information-box .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.post-type-page .video iframe,
.information-box .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



.products-card {
  position: relative;
  width: 100%;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

@media screen and (max-width: 767px) {
  .products-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.products-card:hover .products-card__box {
  border: 5px solid #ee1d23;
}

@media screen and (max-width: 767px) {
  .products-card__box, .products-card__name {
    width: 50%;
  }
}

.products-card__box {
  border: 5px solid #D5D5D5;
  background: #fff;
  padding: 1rem;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

@media (min-width: 768px), print {
  .products-card__box {
    padding: 2rem;
  }
}

.products-card__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  
}

@media (min-width: 768px), print {
  .products-card__thumbnail {
    
  }
}

.products-card__thumbnail img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.products-card__name {
  text-align: left;
  margin-left: 1.5rem;
}

@media (min-width: 768px), print {
  .products-card__name {
    text-align: center;
    margin: 1rem .5rem;
  }
}

.products-card__name-ja {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

.products-card__name-en {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1em;
 
  margin-bottom: 1rem;
  line-height: 1.3;
}

@media (min-width: 768px), print {
  .products-card__name-en {
    font-size: 16px;
  }
}

@media screen and (min-width: 1366px) {
  .products-card__name-en {
    font-size: 16px;
  }
}

.row--std .row__item {
    padding: 10px;
}

.products-card__more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.products-card--new:before, .products-card--new:after {
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}

.products-card--new:before {
  content: "";
  background: rgba(199, 0, 0, 0.5);
  -webkit-animation: 2s flash ease-in infinite;
          animation: 2s flash ease-in infinite;
}

.products-card--new:after {
  content: "NEW";
  font-size: 1.6rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #C70000;
}

.products-box {
  display: block;
  width: 100%;
}




.products-box {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .products-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1365px) {
  .products-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px), print {
  .products-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.products-box__item {
  display: block;
  width: 100%;
}

@media (min-width: 768px), print {
  .products-box__item {
    width: 50%;
    padding: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1366px) {
  .products-box__item {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
         
  }
}

.products-box__item + .products-box__item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.products-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1366px) {
  .products-img {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.products-img img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (max-width: 767px) {
  .products-img img {
    height: 200px;
  }
}

@media (min-width: 768px), print {
  .products-img img {
    height: 300px;
    width: 100%;
    height: auto;
    max-height: 400px;
  }
}

@media screen and (min-width: 1366px) {
  .products-img img {
    max-height: initial;
    width: 100%;
    height: auto;
    max-height: 550px;
  }
}

.products-detail {
  display: block;
}

.products-detail__name {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #c70a10;
}

@media screen and (max-width: 767px) {
  .products-detail__name {
    margin-top: 2rem;
  }
}

@media (min-width: 768px), print {
  .products-detail__name {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1366px) {
  .products-detail__name {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
  }
}

.products-detail__title {
  display: block;
  font-size: 2.6rem;
  font-style: italic;
  font-weight: bold;
  color: #c70a10;
}

@media (min-width: 768px), print {
  .products-detail__title {
    font-size: 3rem;
  }
}

@media (min-width: 768px), print {
  .products-detail__title {
    font-size: 4rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1366px) {
  .products-detail__title {
    font-size: 4rem;
  }
}

.products-detail__description {
  display: block;
  margin: 1rem 0 1rem;
  font-size: 1rem;
}

@media (min-width: 768px), print {
  .products-detail__description {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 2rem 0 4rem;
  }
}

@media screen and (min-width: 1366px) {
  .products-detail__description {
    font-size: 1rem;
  }
}


.btn--navy, .btn--blue, .btn--green, .btn--orange {
  color: #fff;
  border: none;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media (min-width: 768px), print {
  .btn--navy, .btn--blue, .btn--green, .btn--orange {
    margin: 1rem auto;
  }
}

 
  .btn--navy, .btn--blue, .btn--green, .btn--orange {
    width: 260px;
    padding: 5px;
  }
 

.btn--navy:hover, .btn--blue:hover, .btn--green:hover, .btn--orange:hover {
  color: #fff;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1366px) {
  .btn--navy:hover, .btn--blue:hover, .btn--green:hover, .btn--orange:hover {
    width: 300px;
  }
}
.btn--left {
    margin: 1.5rem 0;
    width: 300px;
	display: block;
	font-size: 1.2rem;
    text-align: center;
}

.btn--green {
  background: #ee1d23;
}

.btn--green:hover {
  background: #ee1d23;
}


.hero-title {
  position: relative;
  display: inline-block; 
  padding: 15px;
}

@media (min-width: 768px), print {
  .hero-title {
    padding: 15px;
  }
}

.hero-title:before {
  position: absolute;
  display: block;
  content: "";
  width: 2000px;
  height: 100%;
  top: 0;
  right: 0;
  background: #c70a10;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

@media (min-width: 768px), print {
  .hero-title:before {
    -webkit-transform: skewX(-45deg);
            transform: skewX(-45deg);
  }
}

.hero-title-ja, .hero-title-en {
  position: relative;
  display: block;
  color: #fff;
  vertical-align: middle;
}

@media (min-width: 768px), print {
  .hero-title-ja, .hero-title-en {
    display: inline-block;
  }
}

.hero-title-ja {
  font-size: 1.4rem;
  font-weight: normal;
  padding-right: 0px;
  letter-spacing: .2rem;
}

@media (min-width: 768px), print {
  .hero-title-ja {
    font-size: 1.5rem;
	padding-right: 25px;
  }
}

.hero-title-en {
  font-size: 1rem; 
  letter-spacing: .25rem;
}


.breadcrumb {
  position: relative;
  display: block;
  top: 0;
  color: #141414;
  padding: 10px;
  padding-left: 0; 
  margin-bottom: 3rem;
}

@media (min-width: 768px), print {
  .breadcrumb {
    padding: 10px 0;
  }
}

@media screen and (min-width: 1366px) {
  .breadcrumb {
    padding: 15px 0;
  }
}

.breadcrumb-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: .7rem;
}

.breadcrumb-list__item {
  display: block;
  height: 100%;
}

.breadcrumb-list__link {
  color: inherit;
}

.breadcrumb-list__sep {
  margin: 0 1em;
}

.breadcrumb-list__sep:before {
  display: inline-block;
  content: "/";
  width: 10px;
  height: 10px;
}

.post-type-page .contenrt h2 {font-size: 1.2rem;padding: 0.5rem;padding-left: 4rem;}
.post-type-page .contenrt img {height:auto}
@media (max-width: 768px) {
.post-type-page .contenrt h2 {font-size: 1.2rem;padding: 0.5rem;padding-left: 2rem;}
}
