/*@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1&display=swap');*/
/*body {*/
/*  font-family: "Noto Sans JP", sans-serif;*/
/*  font-optical-sizing: auto;*/
/*  font-weight: 200;*/
/*  font-style: normal;*/
/*}*/

.field--name-body table {
	border-style: solid;
  border-width: 1px;
}

.field--name-body table tr th p {
	margin-bottom:0px!important;
}

.field--name-body table tr th {
	background: #eee;
  border-width: 1px;
  border-style: solid;

}

.field--name-body table tr td {
  line-height: 1.4;
  border-width: 1px;
  border-style: solid;
}

.field--name-body table tr td p {
	margin-bottom:0px!important;
}

.dp-btn-main
figure {
  margin-bottom: 20px;
}

.field--name-body img {
  margin-bottom: 20px;
}

.check-list-01 li:last-child,
.check-list-01 li div:last-child {
  margin-bottom: 0px !important;
}

.yosan-ranking-title {
  margin-top: 50px;
  margin-bottom: 20px;
}

.dp-ranking-product-title {
  background-color: #eb5f64;
  font-size: 1.6em;
}

.dp-btn-small {
  background-color: #F57C00;
}

.dp-btn-main {
  width:100%;
  background-color:#f97b8e;
  box-shadow:0 4px 0 0 #f74a64;
  font-size:16px;
  transition:none;
  margin:0 auto 5px;
  padding:13px 10px;
  outline:0;
  border-radius:2px;
  text-decoration:none;
  text-shadow:0 1px 1px rgba(0,0,0,.4);
  line-height:1.6;
  cursor:pointer;
  color:#fff;
  position:relative;
  display:block;
  text-align:center;
  font-weight:700  
}

.dp-btn-main:hover {
  background-color:#fa98a7;
  box-shadow:0 0 0 0 #f74a64,0 4px 8px 0 rgba(0,0,0,.25);
  color:#fff
}

@media only screen and (max-width: 576px) {
  .dp-btn-main {
    font-size: 18px; 
    padding:5px;
  }
}

.btn-shiny {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.btn-shiny::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #F57C00;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-animation: shinyshiny 2.5s ease-in-out infinite;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

.btn-shiny:hover {
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.db-article-point-block {
  margin: 0 auto 2em;
  padding: 0.5em 1em;
  border: 2px solid #eb5f64;
  border-radius: 10px;
}

.db-article-point-block-ttl {
	color: #eb5f64;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em !important;
}

/*.db-article-point-block-ttl:before  {*/
/*  font-family: "Font Awesome 5 Free";*/
/*  content: "\f1b0";*/
/*  font-weight: 900;*/
/*  margin-right: 5px;*/
/*}*/

.db-article-point-block__ul {
  padding: 0em;
  position: relative;
  margin-left:1.4em;
}

.db-article-point-block__li {
  line-height: 1.5;
  padding: 0.2em ;
  list-style-type: none !important;
}

.db-article-point-block__ul .db-article-point-block__li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : -1.2em;
  color: #eb5f64; /*アイコン色*/
  font-weight: 900; 
}

.db-article-product-detail {
  border: 1px solid #eb5f64;
  margin-bottom: 30px;
  padding: 0;
  font-size: 10px;
  font-size: 1rem;
}

.db-article-product-detail p {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 576px) {
  .db-article-product-detail {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

.db-article-product-detail__title {
  text-align: center;
  padding: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  border-top: 2px;
  background-color: #eb5f64;
  color: #fff;
}

@media only screen and (max-width: 576px) {
  .db-article-product-detail__title {
    font-size: 10px;
    font-size: 1rem;
  }
}

.db-article-product-detail__text {
  padding: 10px;
  border: none;
}

.db-article-product-detail__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px dotted #eb5f64;
  padding: 10px 0;
}

.db-article-product-detail__text dl:last-child {
  border: none;
}

.db-article-product-detail__text dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}

.db-article-product-detail__text dt p {
  margin-bottom: 0 !important;
}

.db-article-product-detail__text dt span {
  font-weight: bold;
  margin-left: 20px;
}

@media only screen and (max-width: 576px) {
  .db-article-product-detail__text dt {
    width: 30%;
    white-space: nowrap;
  }
}

/* .db-article-product-detail__text dt:before {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 0.5rem;
  border-left: 2px solid red;
  border-bottom: 2px solid red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.db-article-product-detail__text dt:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #eb5f64;
  border-width: 10px;
  margin-top: -10px;
} */

.db-article-product-detail__text dd {
  width: 79%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  padding-left: 0px;
}

@media only screen and (max-width: 576px) {
  .db-article-product-detail__text dd {
    width: 70%;
    display: block;
  }
}

.db-article-product-detail__text dd span {
  font-size: 10px;
  font-size: 1rem;
  margin-left: 15px;
}

@media only screen and (max-width: 576px) {
  .db-article-product-detail__text dd span {
    margin-left: 10px;
  }
}

.fs--fill {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 229, 102, 0.7))) !important;
  background: linear-gradient(transparent 60%, rgba(255, 229, 102, 0.7) 60%) !important;
  font-style: normal !important;
  font-weight: 700;
}

.fc--red {
  color: red !important;
  font-weight: 700;
}

.db-article-product-review__author {
  font-size: 0.8em;
  font-weight: 700;
  display: block;
}

.dp-article-product-review__header {
  position: relative;
  width: 100%;
  padding: 10px;
  /* border-top: 2px solid #eb5f64; */
  /* border-bottom: 1px solid #eb5f64; */
  background: #DCEDC8;
  margin-top: 20px;
  margin-bottom: 10px !important;
}

.dp-article-product-review__body {
  font-size: 1rem;
  padding: 10px;
  line-height: 1.4;
}

.indent {
  text-indent: 0em;
  padding-left: 0em;
}

.price {
  font-size: 0.8rem;
  font-weight: 400 !important;
}

mark,
.mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 229, 102, 0.7)));
  background: linear-gradient(transparent 60%, rgba(255, 229, 102, 0.7) 60%);
  font-style: normal;
}

.b {
  font-weight: bold;
}

.says {
  margin: 5px 0 0 90px !important;
}

.says p {
  margin-bottom: 0 !important;
}

.star.filled {
  margin-right: 6px;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.region-footer {
  background: #8F8F8F !important;
}

.dp-btn-label {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.5rem 0rem 0.8em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 15px;
  background: #ff3e75;
  width: 100%;
}

.dp-btn-label-wrap {
  margin: 70px 0 50px;
}

.dp-btn-label-copy {
  font-size: 1.125rem;
  font-weight: bold;
  position: absolute;
  top: -1.25rem;
  left: 10%;
  display: block;
  width: 80%;
  padding: 0.2rem 0;
  color: #ff3e75;
  border: 2px solid #d44114;
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 576px) {
  .dp-btn-label-copy {
    left: auto;
    width: 100%;
    padding: 0.2rem 0;
  }
}

.dp-btn-label-copy:before,
.dp-btn-label-copy:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

.dp-btn-label-copy:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

.dp-btn-label-copy:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.dp-btn-label-text {
  font-size: 1.5rem;
  font-weight: bold;
}

.dp-btn-label-text:after {
  position: absolute;
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-size: 1.8rem;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.db-dogfood-list__ul {
  background: white;
  padding: 0.5em 0.5em 0.5em 2em;
  border: solid 3px #7B6458;
  margin-bottom: 24px !important;
}

.db-dogfood-list__li {
  line-height: 1.5;
  padding: 0.2em 0;
  list-style: disc;
}

h2 {
  font-size: 1.3em;
  position: relative;
  padding-left: 1.4em;
  line-height: 1.4;
  color: #eb5f64;
  padding-bottom: 5px;
  font-weight: 700;
  border-bottom: 2px solid #eb5f64;
  margin-bottom: 24px !important;
}

h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  position: absolute;
  font-size: 1.2em;
  left: 5px;
  top: 2px;
  color: #eb5f64;
  line-height: 1.0;
}

h3:not(.dp-ranking-product-title) {
  font-size: 1.3em;
  font-weight: 700;
  background: #eb5f64!important;
	padding: 0.3em 0.7em;
  color: white;
  border-radius: 0.5em;
  margin-bottom: 24px !important;
  line-height: 1.5;
}

.dp-note {
  color: #a4a4a4;
}

.db-seibun-block {
  background-color: #fff9c9;
  border-radius: 20px;
  padding: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.db-seibun-block-inner {
  padding: 10px 0;
}

.db-seibun-block-label {
  width: 150px;
  margin-top: -30px;
}

.db-seibun-block-label img {
  width: 100%;
  margin-bottom: 10px!important;
}

.db-seibun-block-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.db-seibun-block-text p:last-child {
  margin-bottom: 0 !important;
}

.db-seibun-block-illust {
  width: 120px;
  margin-right: 10px;
}

.dp-ctabox {
    width: 70%;
    max-width:500px;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #f97b8e;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 576px) {
.dp-ctabox {
    width: 100%;
	}
}

.db-ctabox__p {
  margin-bottom: 0px !important;
}

.db-ctabox figure figcaption {
	text-decoration:underline;
	font-size:11px;
}

.dp-ctabox__img {
  width: 100%;
  margin-bottom: 0px!important;
}

.dp-ctabox__text {
  font-size: 12px;
  color: #727171;
  width: 100%;
  text-decoration: none;
}

.dp-ctabox__btn {
  width:80%;
  background-color:#f97b8e;
  box-shadow:0 4px 0 0 #f74a64;
  font-size:16px;
  transition:none;
  margin:0 auto 5px;
  padding:13px 10px;
  outline:0;
  border-radius:2px;
  text-decoration:none;
  text-shadow:0 1px 1px rgba(0,0,0,.4);
  line-height:1.6;
  cursor:pointer;
  color:#fff;
  position:relative;
  display:block;
  text-align:center;
  font-weight:700  
}

@media only screen and (max-width: 576px) {
.dp-ctabox__btn {
    width: 90%;
	}
}

.dp-ctabox__btn:hover {
  background-color:#fa98a7;
  box-shadow:0 0 0 0 #f74a64,0 4px 8px 0 rgba(0,0,0,.25);
  color:#fff
}