/*body {*/
/*  font-family: "M PLUS 1", sans-serif;*/
/*  font-optical-sizing: auto;*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*}*/

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
}

.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;
}


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: #7CB342;
  font-size: 1.6em;
}

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

.dp-btn-main {
  font-size: 20px;  
  background-color: #F57E04;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .dp-btn-main {
    font-size: 18px; 
  }
}

.node__updated-date p {
	margin-bottom:0px!important;
}

.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 #7cb342;
  border-radius: 10px;
}

.db-article-point-block-ttl {
  color: #7CB342;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.75em !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.2em;
}

.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 : -1em;
  color: #7CB342; /*アイコン色*/
  font-weight: 900; 
}

.db-article-product-detail {
  border: 1px solid #7CB342;
  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: #7CB342;
  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 #7CB342;
  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: #7CB342;
  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;
}

.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 #7CB342; */
  /* border-bottom: 1px solid #7CB342; */
  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.95rem;
  font-weight: 700 !important;
}

.compare-table p {
  margin-bottom: 0 !important;
  font-size: 0.75rem;
  line-height: 1.5;
}

.compare-table__text {
  font-size: 0.875rem;
}

.compare-table__text ul {
  padding: 0;
  margin-left: 0.3em;
  position: relative;
}

.compare-table__text ul li {
  line-height: 1.5;
  padding-left: 0.2em;
  list-style-type: none;
  position: relative;
}

.compare-table__text ul li::before {
  content: "・";
  position: absolute;
  left: -12px;
}

.compare-table__text ul li.indent {
  text-indent: 0em!important;
  padding-left: 0em!important;
}

.compare-table__text .price {
  font-weight: 700;
  font-size: 1rem;
}

.compare-table__text p.best {
  font-size: 2.5rem;
  color: #ff92bf !important;
}

.compare-table__text p.good {
  color: #70c957;
  font-size: 2.5rem;
  margin: auto;
}

.compare-table__text p.bad {
  color: #6b6b6b;
  font-size: 2.5rem;
  margin: auto;
}

.compare-table__text p.so {
  color: #ffd168;
  font-size: 2.5rem;
  margin: auto;
}

.compare-table td {
  font-size: 0.75rem;
  vertical-align: top;
}

.db-article-ranking-table__stars {
  color: #fdd835;
  font-size: 0.875rem;
}

.compare-table__product a {
  font-size: 0.75rem;
  display: block;
  color: #333 !important;
}

.compare-table__product a img {
  width: 60px !important;
  height: auto;
  margin-bottom: 10px;
}

.compare-table__item {
  font-size: 1rem;
  background-color: #7CB342;
  color:white;
  font-weight: bold;
}

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: #96b460 !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;
  font-weight: 700;
  background: #7CB342!important;
  padding: 0.7em;
  color: white;
  border-radius: 0.5em;
  margin-bottom: 24px !important;
  line-height: 1.5;
}

h3:not(.dp-ranking-product-title) {
  font-size: 1.3em;
  position: relative;
  padding-left: 1.8em;
  line-height: 1.4;
  color: #7b6459;
  padding-bottom: 5px;
  font-weight: 700;
  border-bottom: 2px solid #7CB342;
  margin-bottom: 24px !important;
}

h3:not(.dp-ranking-product-title):before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b0";
  font-weight: 900;
  position: absolute;
  font-size: 1.5em;
  left: 0;
  top: 0;
  color: #7CB342;
  line-height: 1.0;
}

@media only screen and (max-width: 576px) {
  .compare-table__spth {
    height: 40px;
  }

  .compare-table__spth > th {
    height: 40px;
    font-size: 18px;
    align-content: center;
    width: 100%;
  }
}

.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;
}

/* 動画再生用のCSS */

drupal-media {
width:100%;
}

figcaption {
    font-size: 15px;
    color: grey;
}

.field__item video {
width:100%!important;
height:auto!important;
}

.box-buttons {
  padding: 20px;
  margin-bottom:20px
}

.box-buttons-title {
   max-width: 497px;
    margin: auto;
}

@media only screen and (max-width: 576px) {
 .box-buttons {
  padding: 10px;
  margin-bottom:20px;
}
}

.box-buttons a {
border-radius: 15px;
display:block
}

.box-buttons p {
	margin-bottom: 10px !important;
}

.box-buttons .btn-shiny::before {
    background-color: #fff!important;
    animation: shinyshiny 2.5s  cubic-bezier(0, 0.3, 0.6, 0) infinite;
}


.countDown__area {
position: relative;
display: inline-block;
padding: 7px 10px;
min-width: 120px;
max-width: 100%;
color: #fff;
font-size: 16px;
background: #919191;
border-radius: 15px;
line-height: 1.5;
}

.countDown__area:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #919191;
}

.countDown__area p {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.05em;
  margin-bottom: 0rem !important;
  color: #fff;
}

.countDown__area p span {
  font-size: 1.2rem;
  color:#fff70f;
}

.countDown__area__wrap {
	text-align:center;
}
.br {
	display:inline-block;
	color: #fff !important;
}

@media only screen and (max-width: 576px) {
	.countDown__area p span {
   font-size: 1rem;
}

 .br {
	display:block;
	color: #fff !important;
}
}

