.contents {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:767px) {
  .contents {
    width: 100%;
    padding: 0;
  }

  .breadcrumb,
  .regular-inner {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }

    .container {
      flex-direction: column;
      justify-content: flex-start;
      gap: 60px;
    }
}

.regular-benefits {
  margin-top: 30px;
}

.regular-image img {
  width: 100%;
  height: auto;
}

.regular__body {
  margin-top: 60px;
}

.regular-items ul {
  padding: 0;
  margin: 70px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.regular-items li {
  width: calc((100% - 60px) / 3);
  list-style: none;
  margin: 0;
}

@media screen and (max-width:767px) {
  .regular-items ul {
    gap: 30px 20px;
  }

  .regular-items li {
    width: calc((100% - 20px) / 2);
  }
}

.regular-items a {
  position: relative;
  display: block;
}

.regular-icon {
  position: absolute;
  background-image: url('https://gigaplus.makeshop.jp/yatsuha2014/assets/img/regular/favorite-off.svg');
  background-size: cover;
  width: 24px;
  height: 23px;
  top: 20px;
  right: 20px;
  transition: 0.4s;
  overflow: hidden;
}

.regular-icon.is-on {
  background-image: url('https://gigaplus.makeshop.jp/yatsuha2014/assets/img/regular/favorite-on.svg');
}

.regular-icon:hover {
  opacity: 1;
  transform: scale(1.1);
}

@media screen and (max-width:767px) {
  .regular-icon {
    top: 10px;
    right: 10px;
  }
}

.regular-item-name {
  margin: 15px 0 10px;
  font-size: 15px;
  text-align: left;
}

.regular-item-price {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}

.regular-item-price span {
  display: inline-block;
  font-size: 17px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 雋ゑｽｸ隴丞叙謔�, "Yu Mincho", YuMincho, HGS隴丞叙謔ウ, 郢晢ｽ｡郢ｧ�､郢晢ｽｪ郢ｧ�ｪ, Meiryo, serif;
}

.regular-flow {
  margin-top: 120px;
}

.regular-faq {
  margin-top: 140px;
}

/* .regular-faq li{
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
}
.regular-faq li::before{
  position: absolute;
  content: '';
  width: 27px;
  height: 42px;
  background-image: url('https://gigaplus.makeshop.jp/yatsuha2014/assets/img/regular/q.svg');
  background-size: cover;
  left: 0;
} */
.regular-faq ul {
  max-width: 650px;
  margin: 0 auto;
}

.regular-faq li {
  /* padding: 15px 0; */
  width: 100%;
  margin-top: 20px;
  text-align: left;
  border-bottom: 1px solid #6A90CE;
}

.accordionSwitch {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
  padding: 15px 0 15px 40px;
  font-size: 19px;
  color: #6A90CE;
  width: 100%;
  display: block;
}

.accordionSwitch::before {
  position: absolute;
  content: '';
  width: 31px;
  height: 42px;
  background-image: url('https://gigaplus.makeshop.jp/yatsuha2014/assets/img/regular/q.svg');
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}

.accordionSwitch::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 1px solid #6A90CE;
  border-bottom: 1px solid #6A90CE;
  transform: rotate(45deg);
  top: 13px;
  right: 20px;
}

.accordionSwitch:has(input:checked) {}

.accordionSwitch:has(input:checked)::after {
  transform: rotate(225deg);
  top: 19px;
}

.accordionSwitch input {
  display: none !important;
}

.accordion {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease-out;
}

.accordionSwitch:has(input:checked)~.accordion {
  grid-template-rows: 1fr;
  padding: 0 0 20px;
  font-size: 16px;
}

.accordionSwitch:has(input:checked)~.accordion p {
  position: relative;
  padding: 20px 0 20px 40px;
  box-sizing: border-box;
}

.accordionSwitch:has(input:checked)~.accordion p:first-of-type::before {
  position: absolute;
  content: '';
  width: 27px;
  height: 42px;
  background-image: url('https://gigaplus.makeshop.jp/yatsuha2014/assets/img/regular/a.svg');
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}

.accordionContent {
  overflow: hidden;
}

.regular-faq span {
  /* display: block; */
  color: #D23436;
}

.regular-faq strong {
  display: block;
  color: #6A90CE;
  font-weight: bold;
}

.regular__foot {
  margin-top: 100px;
}@charset "UTF-8";
/* CSS Document */
