@charset "UTF-8";
body.volnewmer {
  font-family: "yu-mincho-pr6n", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}

@media print, screen and (min-width: 813px) {
  .p-volnewmer-inner {
    width: calc(80% - 4vw);
    max-width: 840px;
  }
}
.p-volnewmer-cta {
  text-align: center;
  margin-top: 4rem;
}

.p-volnewmer-cases {
  background-color: #F7F6F4;
}
.p-volnewmer-cases__body {
  display: block;
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-cases__body {
    display: flex;
    gap: 4vw;
    align-items: flex-start;
  }
}
.p-volnewmer-cases__main {
  flex: 1;
}
.p-volnewmer-cases__anchors a:hover, .p-volnewmer-cases__anchors a.active {
  color: #746541;
  border-bottom-color: #746541;
}
.p-volnewmer-cases__item {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.p-volnewmer-cases__img {
  margin: 2rem 0;
  width: 100%;
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-cases__img {
    max-width: 400px;
  }
}
.p-volnewmer-cases__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-cases__img--wide {
    max-width: 780px;
  }
}
.p-volnewmer-cases__desc {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.5rem;
}

.p-volnewmer-reason {
  background-color: #fff;
  padding-bottom: 0;
}
.p-volnewmer-reason .c-lined-heading {
  color: #746541;
}
.p-volnewmer-reason__item {
  padding: 2rem 0;
}
.p-volnewmer-reason__item:first-child {
  padding-top: 0;
}
.p-volnewmer-reason__item:last-child {
  padding-bottom: 0;
}
.p-volnewmer-reason__row {
  margin-top: 3rem;
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-reason__row {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
    margin-top: 4rem;
  }
}
.p-volnewmer-reason__row + .p-volnewmer-reason__row {
  margin-top: 3rem;
}
@media screen and (max-width: 812px) {
  .p-volnewmer-reason__img {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-reason__img {
    flex-shrink: 0;
    width: 100%;
    max-width: 340px;
  }
}
.p-volnewmer-reason__img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-volnewmer-reason__desc {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-volnewmer-reason__visia {
  margin: 2rem 0;
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-reason__visia {
    margin: 10rem 0 4rem;
  }
}
.p-volnewmer-reason__visia-banner {
  display: block;
  max-width: 670px;
  margin: 2rem auto 0;
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-reason__visia-banner {
    margin: 5rem auto 0;
  }
}
.p-volnewmer-reason__visia-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.p-volnewmer-price {
  background-color: #fff;
}
.p-volnewmer-price__block {
  margin-top: 5rem;
}
.p-volnewmer-price__table-wrap {
  overflow-x: auto;
}
@media screen and (max-width: 812px) {
  .p-volnewmer-price__table-wrap {
    padding-bottom: 2.5rem;
  }
}
.p-volnewmer-price__table {
  width: 100%;
  max-width: 780px;
  border-collapse: collapse;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 812px) {
  .p-volnewmer-price__table {
    width: 500px;
    min-width: 500px;
  }
}
.p-volnewmer-price__table th,
.p-volnewmer-price__table td {
  height: 56px;
  padding: 0 1rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #E8E3D7;
  line-height: 1.2;
}
@media screen and (max-width: 812px) {
  .p-volnewmer-price__table th,
  .p-volnewmer-price__table td {
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
  }
}
.p-volnewmer-price__table th {
  font-weight: normal;
  background-color: #F7F6F4;
}
.p-volnewmer-price__table th:first-child {
  text-align: left;
  width: 25%;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 812px) {
  .p-volnewmer-price__table th:first-child {
    width: 50%;
  }
}
.p-volnewmer-price__table tbody td:first-child {
  background-color: #F7F6F4;
  font-size: 1.4rem;
  text-align: left;
}
.p-volnewmer-price__note {
  font-size: 1.1rem;
  margin-top: 1rem;
}
.p-volnewmer-price__cta {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.p-volnewmer-price__cta .link_btn {
  margin-bottom: 3rem;
}
.p-volnewmer-price__cta .link_btn > a,
.p-volnewmer-price__cta .link_btn > span {
  max-width: 180px;
  width: 50%;
  min-width: auto;
}
@media screen and (max-width: 812px) {
  .p-volnewmer-price__cta .link_btn > a,
  .p-volnewmer-price__cta .link_btn > span {
    width: 80%;
  }
}

.p-volnewmer-outline {
  background-color: #F7F6F4;
}
.p-volnewmer-outline .c-lined-heading {
  color: #746541;
}
.p-volnewmer-outline__lead {
  margin-top: 4rem;
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-outline__lead {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
  }
}
.p-volnewmer-outline__lead-text {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-volnewmer-outline__section {
  margin-top: 6rem;
}
.p-volnewmer-outline__row {
  margin-top: 3rem;
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-outline__row {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
  }
}
@media screen and (max-width: 812px) {
  .p-volnewmer-outline__img {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-outline__img {
    flex-shrink: 0;
    width: 100%;
    max-width: 340px;
  }
}
.p-volnewmer-outline__img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-volnewmer-outline__text {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-volnewmer-outline__text p + p {
  margin-top: 1.5rem;
}
.p-volnewmer-outline__effects {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-volnewmer-outline__effects li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.p-volnewmer-outline__effects li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-volnewmer-outline__features {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.p-volnewmer-outline__feature {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media screen and (max-width: 812px) {
  .p-volnewmer-outline__feature {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-outline__feature {
    gap: 3rem;
  }
}
.p-volnewmer-outline__feature-img {
  flex-shrink: 0;
  width: 100%;
  max-width: 108px;
}
.p-volnewmer-outline__feature-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-volnewmer-outline__feature-text {
  flex: 1;
}
.p-volnewmer-outline__feature-text h4 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.p-volnewmer-outline__feature-text p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-volnewmer-outline__cartridge {
  margin-top: 4rem;
}
@media screen and (max-width: 812px) {
  .p-volnewmer-outline__cartridge {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-outline__cartridge {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
  }
}
@media screen and (max-width: 812px) {
  .p-volnewmer-outline__cartridge-img {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-outline__cartridge-img {
    flex-shrink: 0;
    width: 100%;
    max-width: 340px;
  }
}
.p-volnewmer-outline__cartridge-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-volnewmer-outline__cartridge-text {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-volnewmer-outline__downtime {
  margin-top: 3rem;
}
.p-volnewmer-outline__downtime-item {
  padding: 1.4rem 1.5rem;
  background-color: #fff;
  border-top: 1px solid #e6dfcf;
  border-bottom: 1px solid #e6dfcf;
}
@media screen and (max-width: 812px) {
  .p-volnewmer-outline__downtime-item {
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-outline__downtime-item:last-of-type {
    border-top: 0;
  }
}
.p-volnewmer-outline__downtime-label {
  font-size: 1.3rem;
  color: #a89d83;
  margin-bottom: 0.6rem;
}
.p-volnewmer-outline__downtime-value {
  font-size: 1.5rem;
  line-height: 1.8;
}

.p-volnewmer-comparison {
  background-color: #fff;
}
.p-volnewmer-comparison .c-lined-heading {
  color: #746541;
}
.p-volnewmer-comparison__lead {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 5rem;
}
.p-volnewmer-comparison__section {
  margin-top: 6rem;
}
.p-volnewmer-comparison__text {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.p-volnewmer-comparison__table-wrap {
  overflow-x: auto;
  max-width: 660px;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.p-volnewmer-comparison__table {
  width: calc(100% + 16px);
  margin-left: -8px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 8px 0;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 812px) {
  .p-volnewmer-comparison__table {
    width: 500px;
    min-width: 500px;
  }
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-comparison__table {
    font-size: 1.5rem;
  }
}
.p-volnewmer-comparison__table th,
.p-volnewmer-comparison__table td {
  padding: 1rem 1.4rem;
  text-align: center;
  vertical-align: middle;
  height: 60px;
}
.p-volnewmer-comparison__table th:nth-child(1),
.p-volnewmer-comparison__table td:nth-child(1) {
  width: 24%;
}
.p-volnewmer-comparison__table th:nth-child(2),
.p-volnewmer-comparison__table td:nth-child(2) {
  width: 38%;
}
.p-volnewmer-comparison__table th:nth-child(3),
.p-volnewmer-comparison__table td:nth-child(3) {
  width: 38%;
}
.p-volnewmer-comparison__table thead th {
  letter-spacing: 0.05em;
}
.p-volnewmer-comparison__table thead th:first-child {
  background-color: transparent;
  border-color: transparent;
}
.p-volnewmer-comparison__table thead th:nth-child(2) {
  background-color: #E6DFCF;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.p-volnewmer-comparison__table thead th:nth-child(3) {
  background-color: #D9D9D9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.p-volnewmer-comparison__table tbody tr th,
.p-volnewmer-comparison__table tbody tr td {
  font-size: 1.2rem;
}
.p-volnewmer-comparison__table tbody tr:not(:last-child) th, .p-volnewmer-comparison__table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #D9D9D9;
}
.p-volnewmer-comparison__table tbody tr th {
  background-color: #F9F9F9;
  font-weight: normal;
}
.p-volnewmer-comparison__table tbody tr td {
  background-color: #fff;
}
.p-volnewmer-comparison__table tbody tr td:first-child {
  background-color: #F9F9F9;
}
.p-volnewmer-comparison__table tbody tr td:nth-child(2) {
  background-color: #F9F7F3;
}
.p-volnewmer-comparison__table tbody tr td:nth-child(3) {
  background-color: #F9F9F9;
}

.p-volnewmer-candidate {
  background-color: #fff;
  padding: 0;
}
.p-volnewmer-candidate__img {
  max-width: 804px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 812px) {
  .p-volnewmer-candidate__img {
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 2rem;
  }
}
.p-volnewmer-candidate__img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-volnewmer-candidate__lead {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.p-volnewmer-candidate__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-candidate__list {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 4rem;
    margin: 0 0 5rem;
  }
}
.p-volnewmer-candidate__list li {
  padding-left: 1.5rem;
  position: relative;
}
.p-volnewmer-candidate__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.p-volnewmer-overview {
  background-color: #fff;
}
.p-volnewmer-overview__list {
  border-top: 1px solid #e6dfcf;
  margin-top: 4rem;
}
.p-volnewmer-overview__item {
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid #e6dfcf;
}
.p-volnewmer-overview__label {
  font-size: 1.3rem;
  color: #a89d83;
  margin-bottom: 0.6rem;
}
.p-volnewmer-overview__value {
  font-size: 1.5rem;
  line-height: 1.8;
}

.p-volnewmer-flow {
  background-color: #fff;
  padding: 0;
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-flow {
    padding: 0;
  }
}
.p-volnewmer-flow__text {
  margin-top: 3rem;
  margin-bottom: 4rem;
  font-size: 1.5rem;
}
.p-volnewmer-flow .c-flow-list__title {
  margin-bottom: 0;
}
.p-volnewmer-flow .c-flow-list__desc {
  margin-bottom: 1.5rem;
}

.p-volnewmer-faq {
  background-color: #fff;
  padding: 10rem 0;
}
.p-volnewmer-faq .faq_cnt > div > dt {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.p-volnewmer-faq .faq_cnt > div > dt::before {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 812px) {
  .p-volnewmer-faq .faq_cnt > div > dt::before {
    font-size: 1.2rem;
  }
}
.p-volnewmer-faq .faq_cnt > div > dt.toggle svg {
  max-width: 18px;
  max-height: 18px;
}
@media screen and (max-width: 812px) {
  .p-volnewmer-faq .faq_cnt > div > dt.toggle svg {
    max-width: 14px;
    max-height: 14px;
  }
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-faq .faq_cnt > div > dt:hover {
    background-color: var(--lightBeigeColor);
    color: inherit;
  }
  .p-volnewmer-faq .faq_cnt > div > dt:hover::before {
    color: inherit;
  }
  .p-volnewmer-faq .faq_cnt > div > dt:hover.toggle svg {
    fill: var(--mainColor);
  }
}
.p-volnewmer-faq .faq_cnt > div > dd::before {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 812px) {
  .p-volnewmer-faq .faq_cnt > div > dd::before {
    font-size: 1.2rem;
  }
}

.p-volnewmer-cautions {
  background-color: #fff;
  padding: 0 0 10rem;
}
.p-volnewmer-cautions__section {
  margin-bottom: 7.5rem;
}
@media print, screen and (min-width: 813px) {
  .p-volnewmer-cautions__section {
    margin-bottom: 10rem;
  }
}
.p-volnewmer-cautions__section:last-child {
  margin-bottom: 0;
}
.p-volnewmer-cautions__lead {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.p-volnewmer-cautions__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-volnewmer-cautions__list li {
  font-size: 1.5rem;
  line-height: 1.8;
  padding-left: 1.5rem;
  margin-bottom: 0;
  position: relative;
}
.p-volnewmer-cautions__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.28em;
  height: 0.28em;
  border-radius: 50%;
  background-color: currentColor;
}
.p-volnewmer-cautions__list li:last-child {
  margin-bottom: 0;
}

body.volnewmer #menu {
  background-color: #F7F6F4;
}