body {
  background-color: #f7efef !important;
}

body,
p {
  font-style: normal;
  color: #333333 !important;
  font-size: 1rem !important;
  line-height: 1.8;
}
@media only screen and (max-width: 576px) {
  body,
  p {
    font-size: 0.875rem !important;
  }
}

section {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 576px) {
  section {
    margin-bottom: 30px !important;
  }
}

footer .region-footer {
  background-color: #ff7188 !important;
}

.b {
  font-weight: bold;
}

.sp-blank {
  display: inline;
}
@media only screen and (max-width: 576px) {
  .sp-blank {
    display: block;
  }
}

.pc-blank {
  display: block;
}
@media only screen and (max-width: 576px) {
  .pc-blank {
    display: inline;
  }
}

.sp-view {
  display: none;
}
@media (max-width: 576px) {
  .sp-view {
    display: block !important;
  }
}

.title-main {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .title-main {
    margin-bottom: 20px;
  }
}

.hidden {
  display: none;
}

.scroll {
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.job-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 450px;
  margin-right: 16px;
  border: 5px solid #ff7188;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .job-content {
    max-width: 350px;
  }
}
.job-content .btn-main {
  width: 80% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px !important;
  margin: 0px auto;
  padding: 10px;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px !important;
}
.job-content .btn-main span {
  font-size: 0.875rem !important;
}
@media only screen and (max-width: 576px) {
  .job-content .btn-main {
    width: 95% !important;
    line-height: 1.4;
  }
}
.job-content .btn-main-wrap {
  margin-bottom: 30px;
  margin-top: auto;
}
.job-content .btn-main span {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.25rem !important;
}
@media only screen and (max-width: 576px) {
  .job-content .btn-main span {
    font-size: 1.125rem !important;
  }
}
.job-inner {
  padding: 15px;
  padding-bottom: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.job-title {
  margin-bottom: 10px;
}
.job-title p {
  color: #ff7188;
  line-height: 1.5;
  font-size: 1.375rem !important;
  margin-bottom: 10px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 576px) {
  .job-title p {
    font-size: 1.25rem !important;
  }
}
.job-title span {
  display: inline-block;
  font-weight: bold;
  background-color: #fdd835;
  color: #333333;
  padding: 0 5px;
  font-size: 1rem !important;
}
@media only screen and (max-width: 576px) {
  .job-title span {
    font-size: 0.875rem !important;
  }
}
.job-photo img {
  border-radius: 20px 20px 0 0;
}
.job-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.job-tag span {
  background-color: #ff7188;
  border-radius: 100vw;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  font-size: 0.8125rem !important;
  display: block;
  margin-right: 4px;
  margin-bottom: 8px;
}
.job-tag span:last-child {
  margin-right: 0px;
}
.job-detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}
@media only screen and (max-width: 576px) {
  .job-detail-inner {
    padding: 5px;
  }
}
.job-detail-inner img {
  width: 26px !important;
  height: auto;
  margin-right: 5px;
}
.job-detail-inner p:last-child {
  margin-bottom: 0 !important;
}
.job-btn {
  width: 100%;
  padding-bottom: 10px;
  margin-top: auto;
}

.review-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 450px;
  margin-right: 16px;
  border: 5px solid #ff7188;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
}
@media only screen and (max-width: 576px) {
  .review-content {
    max-width: 350px;
  }
}
.review-bottom {
  margin-bottom: 10px;
  border-bottom: 2px solid #ff7188;
}
.review-bottom p {
  margin-bottom: 10px !important;
  font-weight: bold;
}
.review-ba {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-ba div:first-child span {
  color: #fff;
  font-weight: bold;
  background-color: #ff7188;
  padding: 0 5px;
  display: inline-block;
  margin-right: 5px;
  width: 60px;
}
.review-ba div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-score p {
  margin-bottom: 0 !important;
}
.review-score .compare-table__stars {
  padding-right: 10px;
}
.review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.review-header .media {
  margin-right: 10px;
}
.review-img {
  width: 100px;
  height: 100px;
  border-radius: 100vw;
  background-color: #ffe4e4;
  margin-right: 10px;
}
@media only screen and (max-width: 576px) {
  .review-img {
    width: 80px;
    height: 80px;
  }
}
.review-img img {
  width: 100%;
}
.review-headhing {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  font-size: 1.375rem !important;
}
@media only screen and (max-width: 576px) {
  .review-headhing {
    font-size: 1.25rem !important;
  }
}
.review-headhing span {
  font-size: 1.125rem !important;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 576px) {
  .review-headhing span {
    font-size: 1rem !important;
  }
}
.review-text {
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.review-text p:last-child {
  margin-bottom: 0 !important;
}

.merit-content {
  background-color: #ffe6ee;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .merit-content {
    padding: 15px;
  }
}
.merit-content.last {
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  .merit-content.last {
    margin-bottom: 40px;
  }
}
.merit-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(/sites/default/files/inline-images/haken-area-dotline.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 5px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 576px) {
  .merit-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
.merit-title div:first-child {
  width: 50px;
  height: auto;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 576px) {
  .merit-title div:first-child {
    width: 36px;
  }
}
.merit-title div:last-child {
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem !important;
  line-height: 1.5;
  color: #ff7188;
}
@media only screen and (max-width: 576px) {
  .merit-title div:last-child {
    font-size: 1.375rem !important;
  }
}
.merit-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 576px) {
  .merit-detail {
    display: block;
  }
}
.merit-img {
  width: 170px;
}
@media only screen and (max-width: 576px) {
  .merit-img {
    margin: auto;
  }
}
.merit-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}
.merit-text p:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 576px) {
  .merit-text {
    margin-right: 0px;
  }
}

.dp-box-round {
  margin: 1.5em 0 !important;
  border-radius: 20px;
  border: 4px dotted #ff7188;
  padding: 15px;
}

.check-list-01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.check-list-01 li span {
  padding-left: 5px;
  font-weight: bold;
  font-size: 1.5rem !important;
}
@media only screen and (max-width: 576px) {
  .check-list-01 li span {
    font-size: 1.25rem !important;
  }
}
.check-list-01 li:last-child {
  margin-bottom: 0;
}
.check-list-01 li::before {
  width: 1.2rem;
  height: 0.5rem;
  border-left: 4px solid #ff7188;
  border-bottom: 4px solid #ff7188;
  top: 0;
  position: relative;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.logo-scroll {
  margin-bottom: 30px;
}
.logo-scroll-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.logo-scroll-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.logo-scroll-list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.logo-scroll-item > img {
  width: 100%;
}
.logo-scroll-item {
  width: 14.2857142857vw;
  margin-right: 10px;
  border: 1px solid #ded3d6;
  padding: 5px;
}
@media only screen and (max-width: 576px) {
  .logo-scroll-item {
    width: 150px;
  }
}

.node--unpublished {
  background: none;
}

.price {
  font-weight: bold;
  font-size: 1.25rem !important;
}

.dp-compare-table-04-container {
  margin-bottom: 50px;
}


.block-related-products .stars {
  display: inline-block;
  font-size: 1.15em;
  letter-spacing: -0.1em;
  padding-right: 10px;
}

.dp-ranking-product-title {
  font-weight: 700;
  font-style: normal;
  background-color: #ffe6ee !important;
  border-radius: 0px !important;
  padding: 10px 15px 8px;
  color: #ff7188 !important;
  border-top: 6px solid #ff7188 !important;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 55px;
  font-size: 2rem !important;
  line-height: 1.5;
}
@media only screen and (max-width: 576px) {
  .dp-ranking-product-title {
    font-size: 1.5rem !important;
  }
}

.info-content {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #ffe6ee;
}
@media only screen and (max-width: 576px) {
  .info-content {
    margin-bottom: 15px;
  }
}
.info-inner {
  width: 100%;
  padding-bottom: 10px;
}
.info-title {
  background-color: #ff7188;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem !important;
  padding: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
.info-title:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border: 10px solid transparent;
  border-top: 10px solid #ff7188;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 576px) {
  .info-title {
    font-size: 1.125rem !important;
  }
}
.info-text {
  text-align: center;
  font-size: 1.125rem !important;
  font-weight: bold;
  padding: 10px;
  line-height: 1.6;
}
@media only screen and (max-width: 576px) {
  .info-text {
    font-size: 1rem !important;
  }
}
.info-text span {
  font-size: 1rem !important;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .info-text span {
    font-size: 0.875rem !important;
  }
}
.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    justify-content: center;
}
.info-list li {
  display: inline-block;
  border-radius: 50px;
  background-color: #fff;
  padding: 0px 8px;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 1rem !important;
}
.info-list li:last-child {
  margin-right: 0px;
}

.point-content {
  background-color: #ffe6ee;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 576px) {
  .point-content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .point-content {
    padding: 15px;
  }
}
.point-content.last {
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  .point-content.last {
    margin-bottom: 40px;
  }
}
.point-title {
  border-bottom: 2px solid #ff7188;
  padding-bottom: 5px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 80px;
}
@media only screen and (max-width: 576px) {
  .point-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-left: 55px;
  }
}
.point-title.osusume::before {
  content: "";
  display: inline-block;
  background-image: url(/sites/default/files/2026-01/hoiku2-osusume.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 77px;
  height: 83px;
  position: absolute;
  top: -38px;
  left: 0%;
}
@media only screen and (max-width: 576px) {
  .point-title.osusume::before {
    top: -23px;
    width: 50px;
    height: 54px;
  }
}
.point-title div:last-child {
  font-weight: 700;
  font-style: normal;
  font-size: 1.875rem !important;
  line-height: 1.5;
  color: #ff7188;
}
@media only screen and (max-width: 576px) {
  .point-title div:last-child {
    font-size: 1.375rem !important;
  }
}
.point-list {
  position: relative;
}
.point-list li {
  margin-bottom: 24px;
  padding-left: 30px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  line-height: 1.5;
}
.point-list li span {
	font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .point-list li {
    margin-bottom: 10px;
  }
}
.point-list li::before {
  content: "";
  display: inline-block;
  background-image: url(/sites/default/files/2026-01/hoiku2-check.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0%;
}
.point-list li p {
  font-weight: bold;
}
.point-list li:last-child {
  margin-bottom: 0px;
}
.point-text p:last-child {
  margin-bottom: 0 !important;
}

.bottom-offer-block .product-detail {
  display: none;
}

.btn-main {
  background-color: #01b685;
  color: #fff !important;
  font-weight: 700;
  border-radius: 20px;
  line-height: normal;
  text-decoration: none !important;
  font-size: 1.375rem !important;
  min-height: 85px;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 8px 0 #008f68;
          box-shadow: 0 8px 0 #008f68;
  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;
}
.btn-main span {
  font-size: 1rem !important;
}
@media only screen and (max-width: 576px) {
  .btn-main {
    font-size: 1.125rem !important;
    min-height: 70px;
  }
}
.btn-main::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%);
}

.dp-btn-arrow-right::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a.btn-label {
  margin-top: 60px;
  margin-bottom: 60px !important;
  padding: 15px 10px !important;
  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 only screen and (max-width: 576px) {
  a.btn-label {
    margin-bottom: 40px !important;
  }
}
a.btn-label span {
  left: calc(50% - 150px);
  display: block;
  width: 300px;
}

.product-detail {
  margin-top: 5px;
}
@media only screen and (max-width: 576px) {
  .product-detail {
    margin-top: 5px;
  }
}
.product-label p {
  color: #ff7188!important ;
  font-weight: bold;
  margin-bottom: 15px !important;
  display: inline-block;
font-size:20px!important;
}
.product-image {
  margin-bottom: 0 !important;
}
.product-lead {
  font-weight: bold;
  font-size: 1.25rem !important;
}
@media only screen and (max-width: 576px) {
  .product-lead {
    font-size: 1rem !important;
  }
}

.dp-title-h3 {
  font-weight: 700;
  font-style: normal;
  border-bottom: solid 3px #f6eceb;
  position: relative;
  font-size: 1.5625rem !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #ff7188;
}
.dp-title-h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ff7188;
  bottom: -3px;
  width: 20%;
}
@media only screen and (max-width: 576px) {
  .dp-title-h3 {
    font-size: 1.25rem !important;
  }
}

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

.tab-content {
  display: none;
}

.tab-content.active {
  display: block !important;
}

.tabs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; /* 下端揃え */
  gap: 2px; /* タブの間隔（任意） */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

/* ラジオボタンは非表示 */
.tabs-box input[type=radio] {
  display: none;
}

.tab-inputs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 0 !important;
}

#edit-search-form-condition-1--wrapper legend .fieldset-legend::before,
#edit-search-form-condition-2--wrapper legend .fieldset-legend::before,
#edit-search-form-condition-3--wrapper legend .fieldset-legend::before,
#edit-search-form-condition-4--wrapper legend .fieldset-legend::before,
#edit-search-form-condition-5--wrapper legend .fieldset-legend::before,
#edit-search-form-condition-6--wrapper legend .fieldset-legend::before {
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 61px !important;
  height: 55px;
  margin-right: 7px;
}

#edit-search-form-condition-1--wrapper legend .fieldset-legend::before {
    background-image: url(/sites/default/files/2026-01/step-01.png) !important;
    width: 50px!important;
    height: 50px!important;
}
#edit-search-form-condition-2--wrapper legend .fieldset-legend::before {
    background-image: url(/sites/default/files/2026-01/step-02.png) !important;
width: 50px!important;
    height: 50px!important;
}
#edit-search-form-condition-3--wrapper legend .fieldset-legend::before {
    background-image: url(/sites/default/files/2026-01/step-03.png) !important;
width: 50px!important;
    height: 50px!important;
}
#edit-search-form-condition-4--wrapper legend .fieldset-legend::before {
    background-image: url(/sites/default/files/2026-01/step-04.png) !important;
width: 50px!important;
    height: 50px!important;
}

.form-item-search-form-condition-5 label::before {
    background-image: url(/sites/default/files/2026-01/step-05.png) !important;
width: 50px!important;
    height: 50px!important;
}
.webform-submission-form input[type=submit] {
  background-color: #fd252a !important;
}

.itengineer {
  margin-bottom: 30px;
}
.itengineer .form-type-checkbox input[type=checkbox]:checked + label.option,
.itengineer .form-type-radio input[type=radio]:checked + label.option {
  background-color: #ffb4cd !important;
  color: #fff;
}

.webform-submission-form {
margin: 10px auto 50px !important;
}

#edit-search-form-condition-1--wrapper label.option,
#edit-search-form-condition-2--wrapper label.option,
#edit-search-form-condition-3--wrapper label.option,
#edit-search-form-condition-5--wrapper label.option {
  cursor: pointer;
  font-size: 16px;
}

.faq-container {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.faq-item {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  position: relative;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 8px;
}

.faq-question-text {
  padding-right: 40px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.faq-question-text .media {
  margin-right: 10px;
}

.faq-question-q {
  width: 45px;
  font-weight: bold;
  margin-right: 5px;
}

.faq-question-a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  .faq-answer {
    display: block;
  }
}
.faq-answer p {
  line-height: 1.6;
}
.faq-answer p:first-child {
  padding-top: 15px;
}
.faq-answer p:last-child {
  margin-bottom: 0 !important;
}
.faq-answer p-inner {
  padding-top: 10px;
}
.faq-answer a {
  margin-right: 15px;
  padding-top: 10px;
}
@media only screen and (max-width: 576px) {
  .faq-answer a {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
.faq-answer a:last-child {
  margin-right: 0px;
}
.faq-answer figcaption {
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 576px) {
  .faq-answer figcaption {
    margin-top: 5px;
  }
}
.faq-answer figure {
  width: 100%;
}

.faq-item.active .faq-answer {
  max-height: 7000px;
  padding: 15px;
  padding-top: 0;
}

#edit-search-form-condition-1--wrapper label.option,
#edit-search-form-condition-2--wrapper label.option,
#edit-search-form-condition-3--wrapper label.option,
#edit-search-form-condition-5--wrapper label.option {
  cursor: pointer;
}
.webform-ajax-form-wrapper {
margin-bottom:40px;
}

.mrb {
margin-bottom:30px!important;
}
.mrt {
margin-top:30px
}
@media only screen and (max-width: 576px) {
  .mrb {
margin-bottom:20px
}
}
.product-points-score {
    font-weight: bold;
    font-size: 1.5rem;
    color: #ff7188!important;
}
@media screen and (max-width: 579px) {
#edit-search-form-condition-3--wrapper .form-checkboxes  {
    grid-template-columns: 1fr 1fr ;
}
  }

@media screen and (max-width: 579px) {
#edit-search-form-condition-4--wrapper .form-radios  {
    grid-template-columns: 1fr 1fr!important ;
}
  }

/*商品ブロック*/
.field__item {

}

.note-list {
  list-style: none;
  padding: 0;
  margin: 0;
      margin-bottom: 30px;
}

.note-list li {
      padding-left: 1.4em;
    text-indent: -1.4em;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 3px;
}

.note-list-2 {
  list-style: none;
  padding: 0;
  margin: 0;
      margin-bottom: 30px;
}

.note-list-2 li {
    padding-left: 1.4em;
    text-indent: -1.4em;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 3px;
}

#edit-search-form-condition-1--wrapper label.option, #edit-search-form-condition-2--wrapper label.option, #edit-search-form-condition-3 label.option, #edit-search-form-condition-4--wrapper label.option {
    cursor: pointer;
    font-weight: 500;
    color: #333;
    background-color: #d9d9d9;
    padding: 0.2rem 0!important;
    border-radius: 20px;
    width: 100%;
    text-align: center;
    font-weight: bold !important;
    display: block;
}

.item-number {
	 width: 68px;
}
@media screen and (max-width: 579px) {
.item-number {
	 width: 60px;
}
  }