/* 価格・オンライン見積り */
#main p {
  color: #000;
}
#price {
  padding-top: 0px;
}
.specs-section {
  overflow: hidden;
}
#price .change_btn_wrap_wrap {
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #price .change_btn_wrap_wrap{
    margin: 0 auto 40px;
  }
}
#price .change_btn_wrap{
  margin: 0 auto 30px;
  background-color: #fff;
}

#price .change_btn {
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #price .change_btn_wrap{
    margin: 0 auto 6.66vw;
  }
}

#loverContents .change_btn_wrap_text {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 750px) {
  #loverContents .change_btn_wrap_text {
    font-size: 3.6vw;
    margin: 0 auto 3.2vw;
  }
}

#price .price__item_wrap {
  padding: 60px 50px;
}
@media only screen and (max-width: 750px) {
  #price .price__item_wrap {
    padding: 8.53vw 4.26vw;
  }
}
.p-spin-viewer__wrapper {
  width: 100%;
}
.p-spin-viewer__info {
  max-width: 550px;
}
@media only screen and (max-width: 750px) {
  .p-spin-viewer__info {
    max-width: 100%;
  }
}
#price .price__item {
  width: 100%;
}
.p-spin-viewer__container_left {
  margin: 0 auto;
  max-width: 490px;
}
@media only screen and (max-width: 1000px) {
  .p-spin-viewer__container_left {
    max-width: 360px;
  }
}
@media only screen and (max-width: 750px) {
  .p-spin-viewer__container_left {
    max-width: 100%;
  }
}
.price_links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 30px;
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  .price_links {
    align-items: center;
    margin-top: 10.66vw;
    gap: 8.53vw;
  }
}
.equipment-section {
  box-sizing: border-box;
  height: 90dvh;
  overflow: hidden;
}
.equipment-section_inner {
  flex: 1;
  overflow-y: auto;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 64px 50px;
}
@media only screen and (max-width: 750px) {
  .equipment-section_inner {
    padding: 10.66vw 6.4vw;
  }
}
.equipment-section_inner::-webkit-scrollbar {
  display: none;
}
/* 装備早見表タイトル */

.equipment-main-title  {
  font-size: 40px;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  border: none;
}
@media only screen and (max-width: 750px) {
  .equipment-main-title  {
    font-size: 6.93vw;
    gap: 5.86vw;
  }
}
.equipment-main-title::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #95A4AF;
}
@media only screen and (max-width: 750px) {
  .equipment-main-title::after {
    width: 5.33vw;
    height: 0.26vw;
  }
}
#main .equipment-legend {
  font-size: 16px;
  margin: 60px 0 30px;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  #main .equipment-legend {
    font-size: 3.73vw;
    margin: 5.33vw 0 5.33vw;
    text-align: left;
  }
}
/* 表の画像 */
.equipment-table-wrapper {
  width: 100%;
  margin-bottom: 18px;
}
@media only screen and (max-width: 750px) {
  .equipment-table-wrapper {
    margin-bottom: 4.8vw;
    overflow-x: scroll;
  }
}

.equipment-table-img {
  width: 100%;
  height: auto;
  display: block;
}
.equipment-notes {
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .equipment-notes {
    margin-bottom: 10.66vw;
  }
}
.equipment-notes p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .equipment-notes p {
    font-size: 3.73vw;
  }
}
.upgrade-package {
  margin: 40px auto 0;
}
@media only screen and (max-width: 750px) {
  .upgrade-package {
    margin: 10.66vw auto 0;
  }
}
.label-maker-option_wrap {
  margin-bottom: 15px;
  display: flex;
  gap: 14px;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .label-maker-option_wrap {
    margin-bottom: 5.33vw;
    flex-direction: column;
    gap: 4.1vw;
    align-items: flex-start;
  }
}
.label-maker-option {
  display: inline-block;
  border: 1px solid #000000;
  padding: 6px 14px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .label-maker-option {
    padding: 1.06vw 2.12vw;
    font-size: 3.73vw;
    font-weight: bold;
    margin-bottom: 0;
  }
}
#main .label-maker-option-detail {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #main .label-maker-option-detail {
    font-size: 3.07vw;
  }
}
.package-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .package-title {
    font-size: 4.26vw;
  }
}
.package-title span {
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .package-title span {
    font-size: 3.2vw;
  }
}
.separator-line {
  border: none;
  border-top: 2px solid #333;
  margin: 20px 0;
}
@media only screen and (max-width: 750px) {
  .separator-line {
    margin: 10.66vw 0;
  }
}
.feature-note {
  font-size: 12px;
  color: #666666;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .feature-note {
    font-size: 2.66vw;
    margin-bottom: 6.4vw;
  }
}
.feature-grid {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .feature-grid {
    flex-direction: column;
    gap: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.feature-item {
  flex: 1;
}
.feature-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .feature-img {
    margin-bottom: 4.26vw;
  }
}
.feature-caption {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .feature-caption {
    font-size: 4.26vw;
  }
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media only screen and (max-width: 750px) {
  .feature-list li {
    font-size: 4.26vw;
    margin-bottom: 1.06vw;
  }
}
.feature-list-min {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list-min li {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media only screen and (max-width: 750px) {
  .feature-list li {
    font-size: 2.66vw;
    margin-bottom: 1.06vw;
  }
}
.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .mt40 {
    margin-top: 10.66vw;
  }
}
.lower-title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 56px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .lower-title {
    font-size: 7.46vw;
    margin-bottom: 10.66vw;
  }
}
.lower_detail {
  margin: 50px auto 0;
}
@media only screen and (max-width: 750px) {
  .lower_detail {
    margin: 6.4vw auto 0;
    padding: 0 4.26vw;
  }
}
.lower_detail_btm {
  max-width: 770px;
  padding: 15px 20px;
  border: 1px solid #807C78;
  background-color: #fff;
  margin: 40px auto 0;
}
@media only screen and (max-width: 750px) {
  .lower_detail_btm {
    max-width: 100%;
    padding: 4vw;
    margin: 8.53vw 10.4vw 0;
  }
}
.lower_detail_btm_title {
  text-align: left;
  color: #000;
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .lower_detail_btm_title {
    font-size: 3.2vw;
  }
}
.lower_detail_btm_title span{
  color: #FF0000;
}
.lower_detail_btm_detail {
  text-align: center;
  color: #000;
  font-size: 12px;
  margin-top: 6px;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .lower_detail_btm_detail {
    font-size: 3.2vw;
    margin-top: 1.6vw;
  }
}
.links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  width: fit-content;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 750px) {
  .links-grid {
    display: flex;
    flex-direction: column;
    gap: 4.26vw;
    margin: 0 auto 10.66vw;
    padding: 0 10.4vw;
  }
}
.recycle-table-wrapper {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .recycle-table-wrapper {
    height: 46.93vw;
    margin: 0 6.4vw 4vw;
    overflow-x: scroll;
    scrollbar-color: #807C78 transparent;
  }
}
@media only screen and (max-width: 750px) {
  #main .recycle-table-wrapper img {
    height: 100%;
    width: auto;
    display: block;
    max-width: none;
  }
}