/*@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;
} */

.marker-yellow {
  color: inherit
}

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

.page-title { 
	color:#5D5D5D;
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:2%;
}

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

.dp-compare-table-05 thead th,
.dp-compare-table-05 thead td {
  background-color: #808080;
}

.dp-compare-table-05 .link-btn {
  background: #fc2323;
  border: 1px solid #fc2323;
  border-radius: 0px;
  box-shadow: 0 5px 0 #cc0202;
}

.dp-ranking-product-title {
  font-size: 1.6em;
  color: #5D5D5D;
  border-radius: 0px;
  border-bottom: 5px solid #808080;
  margin: 0px 0 10px 0;
  background-color: white;
  padding: 0px;
}

.product-points {
  display: none !important;
}


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

.dp-advice-img {
  max-width: 440px;
  margin-top: 20px;
  margin-bottom:10px!important;
}

.dp-btn-main {
  width: 100%;
  background-color: #fc2323;
  box-shadow: 0 4px 0 0 #cc0202;
  font-size: 16px;
  transition: none;
  margin: 0 auto 5px !important;
  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;
  height:65px;
  cursor: pointer;
  color: #fff;
  position: relative;
  text-align: center;
  font-weight: 700;
}

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


/*Table　テーブル*/

.dp-detail-table {
  font-size: 0.9em;
}

.dp-detail-table th,
.dp-detail-table td {
  width: 25%;
  border-collapse: collapse;
  border: 1px solid #a4a4a4;
  line-height: 1.5;
}

.dp-detail-table__th {
  padding: 5px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  background-color: #808080;
  color: white;
}

.dp-detail-table__td {
  padding: 10px 5px;
  vertical-align: middle;
}

.dp-detail-table__ul {
  padding: 0em;
  position: relative;
  margin-left: 1.4em;
}

.dp-detail-table__ul li {
  list-style: disc;
  margin-bottom: 5px;
  line-height: 1.4;
}

.dp-detail-table__ul li:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 576px) {
  .dp-detail-table td {
    font-size: 0.9em;
  }
}

.dp-ranking-catchtext {
  line-height: 1.4;
  margin-bottom: 0px !important;
}

.dp-ranking-catchtext span {
  font-size: 16px;
  font-weight: bold;
  color: #fc0505;
  background: linear-gradient(transparent 50%, yellow 50%);
}

.dp-article-point-block {
  color: #ccc;
  margin: 20px auto;
  padding: 0.5em 0.7em 1em 0.5em;
  border: 2px solid #808080;
  border-radius: 0px;
}

.dp-article-point-block__title {
  color: #808080;
  font-size: 1.2em;
  position: relative;
  font-weight: bold;
  padding-left: 1.5em;
  margin-bottom: 0.5em !important;
}

.dp-article-point-block__title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.0em;
}

.dp-article-point-block__dt p,
.dp-article-point-block__dd p {
  font-size: 0.9em;
  display: inline;
  line-height: 1.4;
}

.dp-article-point-block__dt p {
  font-weight: bold;
}

.dp-article-point-block__dl {
  margin: 0;
  padding: 0;
}

.dp-article-point-block__dt {
  margin-top: 12px;
  list-style-type: disc;
}

.dp-article-point-block__dt::before {
  content: "・";
  margin-right: 4px;
  color: #000;
}

.dp-article-point-block__dd {
  margin-left: 1.3em;
  margin-top: 4px;
}

.dp-editor-comment {
  margin-bottom: 30px;
  position: relative;
}
.dp-editor-comment-title {
  color: white;
  background-color: #808080;
  font-size: 1em;
  font-weight: bold;
  padding: 10px 0px;
  text-align: center;
  margin-bottom: 0em !important;
}
.dp-editor-comment-inner {
  border:2px solid #808080;
  font-size: 1em;
  padding: 20px 15px 15px 15px;
  background-color: #fff;
  border-radius: 0px;
}
.dp-editor-comment-inner p {
  font-size: 0.9em;
}
.dp-editor-comment p:last-child {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

.title-review {
  position: relative;
  font-size: 1.0em;
  font-weight: 700;
  background: #FFF !important;
  padding: 0.3em 0em 0.3em 1.7em;
  color: #808080;
  border-bottom: 2px solid #808080;
  border-radius: 0px;
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  line-height: 1.5;
}

.title-review:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  position: absolute;
  font-size: 1.2em;
  left: 5px;
  top: 5px;
  color: #808080;
  line-height: 1.0;
}

.dp-basic-review {
  position: relative;
  line-height: 1.65;
  border: 2px solid #808080;
  border-radius: 0px;
}

.dp-basic-review {
  margin: 15px 0;
  font-size: 0.9em;
  padding: 20px;
}

.dp-basic-review::after {
  display: table;
  clear: both;
  content: '';
}

.dp-basic-review__tmb {
  float: left;
  width: 80px;
}

.dp-basic-review__tmb img {
  width: 100%;
}

.dp-basic-review__tit {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.45;
}

.dp-basic-review__point {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #f76825;
}

.dp-basic-review__detail {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.dp-basic-review__body {
  margin-left: 95px;
}

@media only screen and (max-width: 576px) {
  .dp-basic-review {
    margin: 10px 0;
    padding: 10px;
  }

  .dp-basic-review__tmb {
    float: left;
    width: 70px;
  }

  .dp-basic-review__body {
    margin-left: 0px;
  }

  .dp-basic-review__tmb {
    margin-bottom: 10px;
  }

  .dp-basic-review__header {
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .dp-basic-review__content {
    clear: both;
    margin-top: 15px;
  }
}

.dp-note {
  color: #a4a4a4;
}

.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: 0px;
  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
}

.dp-job-example {
  display: flex;
  font-size: 12px;
  width: 100%;
  margin-bottom:20px;
  overflow-x: scroll;
}

.dp-job-example__card {
  background: #ffffff;
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.4);
	width: 200px !important;
  margin: 5px;
  flex-shrink: 0;
  padding:5px;
}

.dp-job-example__logo {
  width: 100%;
  padding: 5px 0px;
  margin-bottom: 10px;
}

.dp-job-example__detail {
    margin-bottom: 10px;
}

.dp-job-example__detail li .title {
	font-size:14px;
  background: #D5D5D5;
  padding:2px 0px;
  font-weight: bold;
  text-align: center;
}

.dp-job-example__detail li .detail {
	font-size:14px;
  padding:10px 0px;
  text-align: center;
}

.dp-job-example__detail li .detailhigh {
	font-size:14px;
  padding:8px 0px;
  min-height:45px;
  text-align: center;
}

.dp-job-example__btn .link-btn {
  width:100%;
  background: #fc2323;
  border: 1px solid #fc2323;
  border-radius: 0px;
  box-shadow: 0 5px 0 #cc0202;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  position: relative;
  margin: 10px auto 12px;
  padding: 10px 5px 8px 5px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;	
}

@media only screen and (max-width: 576px) {
    .dp-job-example__card {
        width: 170px !important;
    }
}

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

.db-article-point-block-ttl {
	color: #808080;
  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: #808080; /*アイコン色*/
  font-weight: 900; 
}

.hakenmania-cyhousa, .hakenmania-cyhousa td {
	border:1px solid #808080;	
}

.block.block-related-features.block-related-features-block div {
  background-color: #fff !important;
  border: none !important;
}

.block.block-related-features.block-related-features-block ul li a {
  margin-bottom: 10px;
  position: relative;
  padding-left: 13px !important;
  text-decoration: none;
  color: #333;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #d0cecd;
  line-height: 1.5;
}

.block.block-related-features.block-related-features-block ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #808080 !important; /* 矢印の色 */
}