main {
  padding-top: 11rem;
}
.c-contents {
  padding: 0 6rem;
  margin: 0;
}
.c-inner {
  max-width: 118rem;
  margin: 0 auto;
}

.c-inner.footer-contact {
  max-width: 138rem;
  padding: 0;
}

/* ----------------------------------------
.mv
---------------------------------------- */
.mv {
  margin: 0 0 8rem 0;
}

.mv__heading {
}

.mv__heading img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------
section.ds-variations
---------------------------------------- */

section.ds-variations {
  margin-bottom: 12rem;
}

section.ds-variations h3 {
  font-size: 2.8rem;
  color: #0a52a8;
  background-color: #f2f6f8;
  font-weight: bold;
  border-radius: 10rem;
  letter-spacing: 0.15rem;
  text-indent: 0.15rem;
  padding: 1.9rem 2rem;
  text-align: center;
}

section.ds-variations h3 span {
  background: linear-gradient(transparent 70%, #ffff00 0%);
  line-height: 1.5;
  text-align: left;
}

section.ds-variations p {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.8;
  color: #0a52a8;
  margin-top: 3.9rem;
  letter-spacing: 0.15rem;
  text-indent: 0.15rem;
}

.ds-variations-link {
  max-width: 52rem;
  width: 100%;
  margin: 6.3rem auto 0 auto;
  text-align: center;
}

.ds-variations-link-txt{
  position: relative;
  display: inline-block;
  margin: 0 0 2rem 0;
}

section.ds-variations .ds-variations-link-txt p{
  font-size: 2.1rem;
  color: #333;
  line-height: 1.8;
  margin: 0;
  letter-spacing: normal;
  text-indent: 0;
  
}

.ds-variations-link-txt p::after {
  content: "";
  position: absolute;
  top: 2.1rem;
  right: -5rem;
  width: 4rem;
  height: 0.1rem;
  background-color: #333;
  /*transform: rotate(30deg);*/
}

.ds-variations-link-txt p::before {
  content: "";
  position: absolute;
  top: 2.1rem;
  left: -5rem;
  width: 4rem;
  height: 0.1rem;
  background-color: #333;
  /*transform: rotate(-30deg);*/
}


.ds-variations-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background: #0ba29a;
  height: 10rem;
  padding: 0 1rem;
  background: linear-gradient(
    90deg,
    rgba(11, 162, 154, 1) 0%,
    rgba(10, 82, 168, 1) 100%
  );
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.3);
}

.ds-variations-link a:hover {
  opacity: 0.8;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}

.ds-variations-link a figure {
}

.ds-variations-link a figure img {
  width: 6rem;
  height: auto;
}

.ds-variations-link a h2 {
  display: inline-block;
  font-size: 3.2rem;
  margin-left: 1.7rem;
  color: white;
}

/* ----------------------------------------
section.ds-choose n1
section.ds-choose n2
common
---------------------------------------- */

section.ds-choose .ds-choose-box h2 {
  font-size: 3.4rem;
  font-weight: bold;
  color: white;
  background-color: #0a52a8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 2rem;
  height: 8rem;
  line-height: 1.4;
  letter-spacing: 0.15rem;
}

section.ds-choose .ds-choose-box h2 span {
  font-size: 3.6rem;
  font-weight: bold;
  color: #0a52a8;
  border-radius: 50%;
  min-width: 5rem;
  height: 5rem;
  margin-right: 2rem;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: arial, sans-serif;
}

section.ds-choose .ds-white .ds-standard {
  padding: 6rem;
  border: 6px solid #666;
}

section.ds-choose .ds-white .ds-standard h3 {
  font-size: 2.6rem;
  color: white;
  font-weight: bold;
  padding: 0 2rem;
  background-color: #666;
  height: 7rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* ----------------------------------------
section.ds-choose n1
---------------------------------------- */

section.ds-choose.n1 {
}

section.ds-choose.n1 .ds-choose-box {
  background: linear-gradient(
    90deg,
    #e6f8f7 0%,
    #e6f8f7 50%,
    #e6f0f7 50%,
    #e6f0f7 100%
  );
  padding: 8rem 0;
}

ul.dehydration-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

ul.dehydration-list li {
  width: calc(100% / 2);
}

ul.dehydration-list li:last-child {
  margin-left: 8rem;
}

ul.dehydration-list li h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0ba29a;
  margin-top: 5.8rem;
  letter-spacing: 0.1rem;
}

ul.dehydration-list li h3.m-dqdc {
  color: #5ca7e1;
}

ul.dehydration-list li figure {
  margin-top: 2rem;
}

ul.dehydration-list li figure img {
  max-width: 100%;
}

ul.dehydration-list li span {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  margin-top: 1.1rem;
}

ul.dehydration-list li p {
  font-size: 1.6rem;
  margin-top: 2.6rem;
  line-height: 2;
}

.dehydrator-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.8rem;
}

.dehydrator-area .dehydrator-box {
  width: calc(100% / 2);
}

.dehydrator-area .dehydrator-box:last-child {
  margin-left: 2rem;
}

.dehydrator-area .dehydrator-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #0ba29a;
  border-radius: 10rem;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.15rem;
  text-indent: 0.15rem;
  height: 5rem;
  padding: 0 0.5rem;
}

.dehydrator-area .dehydrator-box a.m-dqdc {
  background-color: #5ca7e1;
}

.dehydrator-area .dehydrator-box a::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("../images/brank.png");
  margin-left: 1rem;
}

.dehydrator-area .dehydrator-box a:hover {
  opacity: 0.8;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}

section.ds-choose.n1 .ds-choose-box.ds-white {
  background: white;
}

section.ds-choose.n1 .ds-white .ds-standard h4 {
  font-size: 2.1rem;
  color: #816021;
  font-weight: bold;
  margin-top: 4.3rem;
  line-height: 1.4;
}

section.ds-choose.n1 .ds-white .ds-standard h4.vts {
  color: #0a52a8;
}

section.ds-choose.n1 .ds-white .ds-standard figure {
  margin-top: 1.9rem;
}

section.ds-choose.n1 .ds-white .ds-standard figure img {
  max-width: 100%;
}

/* ----------------------------------------
section.ds-choose n2
---------------------------------------- */

.ds-choose-box.n2.ds-white {
  background: white;
}

.ds-choose-box.n2.ds-white .ds-standard h4 {
  font-size: 2.4rem;
  color: white;
  background-color: #5ca7e1;
  height: 6rem;
  padding: 0 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ds-choose-box.n2 {
  padding: 8rem 0;
  background: #f2f6f8;
}

ul.saving-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 6.4rem;
}

ul.saving-list li {
  width: calc(100% / 3);
  margin-right: 4rem;
}

ul.saving-list li:last-child {
  margin-right: 0;
}

.saving-box {
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 36.6rem;
  height: 36.6rem;
}

.saving-box figure {
}

.saving-box figure img {
  width: 14rem;
  height: auto;
}

.saving-box h4 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  color: #0a52a8;
  margin-top: 2.4rem;
}

.saving-box h3 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-top: 1.7rem;
}

ul.saving-list li p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 3.4rem;
  letter-spacing: 0.15rem;
}

ul.saving-list li p span {
  font-weight: bold;
  background-color: #ffff00;
}

ul.delivery-list {
  margin-top: 6rem;
}

ul.delivery-list li {
  margin-bottom: 6rem;
}

ul.delivery-list li:last-child {
  margin-bottom: 0;
}

.case-area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4rem;
}

.case-area .case-box {
  width: 65rem;
  margin-right: 2rem;
}

.case-area .ds-format {
  font-size: 1.6rem;
  font-weight: bold;
  color: #5ca7e1;
  border: 1px solid #5ca7e1;
  height: 3.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 14.6rem;
}

.case-area figure {
  border: 1px solid #e9ecee;
  margin-left: auto;
  width: 37rem;
}

.case-area figure img {
  max-width: 100%;
}

.case-area .case-box {
}

.case-area .case-box h5 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 3.2rem;
  letter-spacing: 0.1rem;
}

.case-reduction-area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4rem;
}

.case-reduction-area .case-reduction-box {
  width: calc(100% / 2);
}

.case-reduction-area .case-reduction-box.w100 {
  width: 100%;
}

.case-reduction-area .case-reduction-box:last-child {
  margin-left: 1rem;
}

.case-reduction-area .case-reduction-box.w100:last-child {
  margin-left: 0;
}

.case-reduction-box p {
  font-size: 1.6rem;
  line-height: 1.4;
}

.case-reduction-area .case-reduction-box p span {
  font-weight: bold;
  color: #e8546b;
}

.case-reduction-area .case-reduction-box h6 {
  margin-top: 1rem;
  font-size: 2.1rem;
  font-weight: bold;
  color: #e8546b;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fdf0f2;
  padding: 0 2rem;
  line-height: 1.4;
  height: 8rem;
  letter-spacing: 0.15rem;
}

.case-reduction-area .case-reduction-box h6 span {
  display: inline-block;
}

ul.c-notes-list {
  margin-top: 1.3rem;
}

ul.c-notes-list li {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.8;
}

ul.c-notes-list li span {
  margin-right: 1rem;
}

ul.c-notes-list li:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------
section.ds-cost
---------------------------------------- */

.ds-cost-box {
}

.ds-cost-box figure {
  text-align: center;
}

.ds-cost-box figure img {
  max-width: 100%;
}

.running-area {
  background-color: white;
  padding: 9rem 0 12rem;
  margin-top: -9rem;
  position: relative;
  z-index: 1;
}

.running-area h2 {
  font-size: 3.8rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15rem;
  text-indent: 0.15rem;
}

.running-area h2 span {
  font-weight: bold;
  color: #0a52a8;
}

ul.running-list {
  max-width: 100rem;
  width: 100%;
  margin: 4rem auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

ul.running-list li {
  width: calc(100% / 2);
  background-color: #f2f6f8;
  border-radius: 6px;
  text-align: center;
  color: #0a52a8;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  text-indent: 0.15rem;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

ul.running-list li:last-child {
  margin-left: 2rem;
}

.running-text {
  font-size: 2.1rem;
  line-height: 2;
  text-align: center;
  margin-top: 4.7rem;
  letter-spacing: 0.15rem;
  text-indent: 0.15rem;
}

.running-text span {
  font-weight: bold;
  background-color: #ffff00;
}

.disposal-box {
  border: 6px solid #f2f6f8;
  background-color: #f8fdff;
  padding: 4rem 0;
  margin-top: 4rem;
}

ul.disposal-list {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 104rem;
  width: 90%;
  margin: 0 auto;
}

ul.disposal-list li {
  /* width: calc(100% / 3); */
  margin-right: 5rem;
}

ul.disposal-list li:first-child {
  width: 39.5%;
}

ul.disposal-list li:nth-child(2) {
  width: 21%;
}

ul.disposal-list li:last-child {
  width: 39.5%;
  margin-right: 0;
}

ul.disposal-list li figure {
}

ul.disposal-list li figure img {
  max-width: 100%;
}

ul.r-notes-list {
  margin-top: 1.5rem;
}

ul.r-notes-list li {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100% !important;
}

ul.r-notes-list li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: #333;
  margin-right: 1rem;
  border-radius: 50%;
}

ul.r-notes-list li:last-child {
  margin-bottom: 0;
}

.ds-cost-link {
  max-width: 100rem;
  width: 100%;
  margin: 10.7rem auto 0 auto;
}

.ds-cost-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18rem;

  background: linear-gradient(
    90deg,
    rgba(11, 162, 154, 1) 0%,
    rgba(10, 82, 168, 1) 100%
  );
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.3);
}

.ds-cost-link a:hover {
  opacity: 0.8;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}

.ds-cost-link-line {
  display: inline-block;
  position: relative;
  z-index: 0;
}

.ds-cost-link-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6.6rem;
  width: 1px;
  height: 12rem;
  background-color: white;
  transform: rotate(-30deg);
}

.ds-cost-link-line::after {
  content: "";
  position: absolute;
  top: 0;
  right: -6.6rem;
  width: 1px;
  height: 12rem;
  background-color: white;
  transform: rotate(30deg);
}

.ds-cost-link a h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffff00;
  line-height: 1.4;
  letter-spacing: 0.15rem;
  text-indent: 0.15rem;
  padding: 0 1rem;
}

.ds-cost-link a h3 span{

  font-weight: bold;
  color: #ffff00;
}


.ds-cost-link-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.1rem;
}

.ds-cost-link-box h2 {
  font-size: 4.2rem;
  margin-left: 0.8rem;
  color: white;
}

.ds-cost-link-box figure {
}

.ds-cost-link-box figure img {
  width: 6rem;
  height: auto;
}
