@charset "UTF-8";
/* -----------------------------------------------------------------
  高速マットレス乾燥機
----------------------------------------------------------------- */
:root {
  --color-bg-orange: #FFDDB4;
  --color-cnv-orange: #FF8A00;
}

#fast-drying {
  padding-inline: var(--pc-page-padding-inline);
  background: var(--color-palemain);
}
#fast-drying figure {
  text-align: center;
  margin: 0;
}
#fast-drying #intro p {
  text-align: center;
  line-height: 2;
}
#fast-drying .marker {
  background: linear-gradient(transparent 70%, rgba(54, 199, 196, 0.35) 70%);
}

#fast-drying .main-section .cnvBtn {
  border-radius: 20px;
  background: var(--color-bg-orange);
  padding: 3em 2em;
  margin-block-start: 3em;
}
#fast-drying .main-section .cnvBtn a {
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  width: 100%;
  max-width: 720px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-cnv-orange);
  margin-inline: auto;
  padding: 1.2em;
  border-radius: 50px;
  border: 2px solid #fff;
}

#fast-drying .main-section .linkBtn {
  padding: 3em 2em;
}
#fast-drying .main-section .linkBtn a {
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  width: 100%;
  max-width: 720px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-main);
  margin-inline: auto;
  padding: 1.2em;
  border-radius: 50px;
  border: 2px solid #fff;
}

#fast-drying section[id^="index"] h2.heading {
  display: grid;
  place-items: center;
  margin-block-end: 1.5em;
}
#fast-drying #intro figure {
  margin-block: 2em;
}
#fast-drying #intro figure + p {
  font-weight: 700;
  margin-block-end: 2em;
}
#fast-drying #intro p + p {
  margin-block-start: 2em;
}

#fast-drying .merit ul.meritList {
  margin-inline: auto;
  padding-inline: 0;
}
#fast-drying .merit ul.meritList li {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 0px #30333F33;
}
#fast-drying .merit ul.meritList .title {
  color: var(--color-main);
  text-align: center;
  font-weight: 900;
}
#fast-drying .merit ul.meritList .sub {
  text-align: center;
  font-weight: 600;
}
#fast-drying .merit ul.meritList p:not(.title) {
  line-height: 1.8;
}

#fast-drying .main-section .worry-wrap {
  display: grid;
  place-items: center;
  color: var(--color-main);
  font-weight: 900;
  background: url(https://gigaplus.makeshop.jp/kitaichi0001/img/lp/fast-drying/arrow_under_bl.svg) no-repeat center center / auto 100%;
}

#fast-drying .main-section .worry-wrap .worry-sub {
  color: var(--color-text);
  font-weight: 600;
}

#fast-drying .main-section .worry-wrap .worry-main {
  position: relative;
  display: flex;
  align-items: baseline;
}

#fast-drying .main-section .worry-wrap .worry-main::before,
#fast-drying .main-section .worry-wrap .worry-main::after {
  content: "";
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  margin-block: auto;
}

#fast-drying .main-section .worry-wrap .worry-main::before {
background-image: url(https://gigaplus.makeshop.jp/kitaichi0001/img/lp/fast-drying/worries_line_left.svg);
margin-inline-end: 0.5em;
}
#fast-drying .main-section .worry-wrap .worry-main::after {
background-image: url(https://gigaplus.makeshop.jp/kitaichi0001/img/lp/fast-drying/worries_line_right.svg);
margin-inline-start: 0.5em;
}

#fast-drying .results .heading + p {
  text-align: center; 
  line-height: 1.8;
}

#fast-drying .results .resultsBox .location figure div {
  background: #fff;
  border-radius: 20px;
}

#fast-drying .results .resultsBox table {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 0px #30333F33;
  table-layout: fixed;
}
#fast-drying .results .resultsBox .about-ct {
  position: relative;
}
#fast-drying .results .resultsBox .about-ct table thead th:first-child {
  width: 38%;
}
#fast-drying .results .resultsBox .ozone-service table thead th {
  width: 33.3%;
}

#fast-drying .results .resultsBox table caption,
#fast-drying .results .resultsBox .location figcaption {
  text-align: center;
  margin-block-end: 1em;
}
#fast-drying .results .resultsBox table th,
#fast-drying .results .resultsBox table td {
  text-align: center;
  line-height: 1.3;
  vertical-align: middle;
  padding: 20px 10px;
}
#fast-drying .results .resultsBox table tbody th {
  padding: 24px 10px;
}
#fast-drying .results .resultsBox table tbody tr:first-child th:first-child,
#fast-drying .results .resultsBox table tbody td {
  padding: 12px 10px;
}
#fast-drying .results .resultsBox table th span {
  display: block;
}
#fast-drying .results .resultsBox table thead tr th {
  color: #fff;
  font-weight: 600;
  border: 1px solid #DDDEE1;
}
#fast-drying .results .resultsBox table thead th:first-child {
  background: #4CB8DA;
  border-radius: 20px 0 0 0;
}
#fast-drying .results .resultsBox table thead th:nth-child(n+2):nth-child(-n+3) {
  background: #3AA0DA;
}
#fast-drying .results .resultsBox table thead th:nth-child(n+4) {
  background: #0280D4;
}
#fast-drying .results .resultsBox table thead th:last-child {
  border-radius: 0 20px 0 0;
}
#fast-drying .results .resultsBox table tbody th {
  background: #F3F3F6;
  border: 1px solid #DDDEE1;
}
#fast-drying .results .resultsBox table tbody td {
  background: #fff;
  border: 1px solid #DDDEE1;
}

#fast-drying .results .resultsBox table tbody tr:last-child th {
  border-radius: 0 0 0 20px;
}
#fast-drying .results .resultsBox table tbody tr:nth-child(2) th {
  border-radius: 0 0 0 20px;
}
#fast-drying .results .resultsBox table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
#fast-drying .results .resultsBox .table-note {
  font-size: .875em;
  line-height: 1.8;
  text-align: right;
  margin-block-start: 1em;
}
#fast-drying .results .resultsBox .table-note p + p {
  margin-block-start: 1em;
}
#fast-drying .summary p.catch {
  font-weight: 700;
  text-align: center;
  line-height: 2;
  margin-block-end: 3em;
}

#fast-drying .summary .courseWrap h3 {
  position: relative;
  background-color: #65B2E5;
  color: var(--color-white);
  font-weight: 700;
  text-align: center;
  margin-block-end: 1.2em;
}
#fast-drying .summary .courseWrap h3::before {
  content: "";
  position: absolute;
  left: 16%;
  transform: translateX(-50%);
  bottom: calc(-1em + 1px);
  aspect-ratio: 1;
  width: 1.5em;
  height: 1em;
  clip-path: polygon(0 0, 100% 0, 50% 70%);
  background-color: #65B2E5;
}
#fast-drying .summary .courseWrap h3::after {
  content: "";
  position: absolute;
  right: 13%;
  transform: translateX(-50%);
  bottom: calc(-1em + 1px);
  aspect-ratio: 1;
  width: 1.5em;
  height: 1em;
  clip-path: polygon(0 0, 100% 0, 50% 70%);
  background-color: #65B2E5;
}
#fast-drying .summary .courseWrap h3 span {
  position: relative;
}
#fast-drying .summary .courseWrap h3 span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(-1.8em + 1px);
  aspect-ratio: 1;
  width: 1.5em;
  height: 1em;
  clip-path: polygon(0 0, 100% 0, 50% 70%);
  background-color: #65B2E5;
}
#fast-drying .summary .courseWrap dl {
  background: #fff;
  box-shadow: 0 0 5px rgba(48, 51, 63, 0.2);
}
#fast-drying .summary .courseWrap dl dt {
  text-align: center;
  font-weight: 700;
  border-bottom: 2px solid var(--color-main);
  padding-block-end: 1em;
  margin-block-end: 1em;
}
#fast-drying .summary .courseWrap dl dd {
  line-height: 1.8;
}



@media screen and (max-width: 768px) {

  #fast-drying .main-section {
    width: calc(100% - 2em);
    margin-inline: auto;
  }
  #fast-drying .main-section:not(.intro) {
    margin-block-start: 4em;
  }
  #fast-drying .main-section#intro {
    margin-block-start: 3em;
  }
  
  #fast-drying h2.heading {
    font-size: 1.4em;
    margin-block-end: 1.2em;
  }
  #fast-drying #intro figure + p {
    font-size: 1.375em;
    line-height: 1.7;
    margin-block-end: 1.4em;
  }
  #fast-drying #intro p:not(figure + p) {
    text-align: left;
  }

  #fast-drying .merit ul.meritList {
    width: 100%;
    margin-block-start: 2em;
  }
  #fast-drying .merit ul.meritList li {
    padding: 30px 20px;
  }
  #fast-drying .merit ul.meritList li:not(:last-child) {
    margin-block-end: 2em;
  }
  #fast-drying .merit ul.meritList .title {
    font-size: 1.4em;
    line-height: 1.2;
  }
  #fast-drying .merit ul.meritList .sub {
    font-size: 1.125em;
    line-height: 1.6;
    padding-block: 1em;
  }
  
  #fast-drying .main-section .worry-wrap {
    padding-block-end: 3em;
    margin-block-start: 2em;
  }
  #fast-drying .main-section .worry-wrap .worry-main {
    gap: 0.5em 0.25em;
    flex-wrap: wrap;
    justify-content: center;
  }

  #fast-drying .main-section .worry-wrap .worry-main::before, 
  #fast-drying .main-section .worry-wrap .worry-main::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5em;
    height: 11.394em;
    background-size: 100% auto;
  }
  #fast-drying .main-section .worry-wrap .worry-main::before {
    background-image: url(https://gigaplus.makeshop.jp/kitaichi0001/img/lp/fast-drying/worries_line_left_sp.svg);
    left: 0;
  }
  #fast-drying .main-section .worry-wrap .worry-main::after {
    background-image: url(https://gigaplus.makeshop.jp/kitaichi0001/img/lp/fast-drying/worries_line_right_sp.svg);
    right: 0;
  }
  
  #fast-drying .main-section .cnvBtn {
    padding: 2em;
    margin-block-start: 1em;
  }
  #fast-drying .main-section .linkBtn a {
    font-size: 1.2em;
    width: 100%;
    padding: 1em;
  }
  #fast-drying .main-section .cnvBtn a {
    font-size: 1.2em;
    width: 100%;
    padding: 1em;
  }

  #fast-drying .results .resultsBox .location {
    margin-block: 3rem;
  }
  #fast-drying .results .resultsBox .location figure div {
    padding: 40px 25px; 
  }
  
  #fast-drying .results .resultsBox table thead th:first-child {
    border-radius: 10px 0 0 0;
  }
  #fast-drying .results .resultsBox table thead th:last-child {
    border-radius: 0 10px 0 0;
  }
  #fast-drying .results .resultsBox table tbody tr:nth-child(2) th {
    border-radius: 0 0 0 10px;
  }
  #fast-drying .results .resultsBox table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
  }

  #fast-drying .results .resultsBox .results-table table tr:first-child th:nth-child(1) {
    width: 2.5em;
  }
  #fast-drying .results .resultsBox .results-table table tr:first-child th:nth-child(2) {
    width: 4em;
  }
  #fast-drying .results .resultsBox .results-table table tr:first-child th:nth-child(3) {
    width: 5.5em;
  }

  #fast-drying .results .resultsBox table th, 
  #fast-drying .results .resultsBox table td {
    font-size: 0.8125em;
    font-size: 0.75em;
    padding: 12px 5px;
  }
  #fast-drying .results .resultsBox table th span {
    font-size: .6em;
  }
  #fast-drying .results .resultsBox table tbody th,
  #fast-drying .results .resultsBox table tbody td {
    padding: 12px 5px;
  }

  #fast-drying .results .resultsBox .about-ct {
    margin-block-end: 120px;
    position: relative;
  }

  #fast-drying .results .resultsBox .about-ct::after {
    display: block;
    position: absolute;
    order: 2;
    content: "";
    width: 200px;
    height: 70px;
    background: url(https://gigaplus.makeshop.jp/kitaichi0001/img/lp/ozone-ct/arrow.svg) center center no-repeat;
    background-size: contain;
    left: 0;
    right: 0; 
    bottom: -100px;
    margin: auto;
  }
  #fast-drying .summary .courseWrap h3 {
    font-size: 1.1em;
    padding-block: 0.78125em;
    border-radius: 0.52em;
  }
  #fast-drying .summary .courseWrap h3::before {
    left: 50%;
  }
  #fast-drying .summary .courseWrap h3::after,
  #fast-drying .summary .courseWrap h3 span::after {
    display: none;
  }
  #fast-drying .summary .courseWrap dl {
    border-radius: 1.25em;
    padding-block: 2em;
    padding-inline: 2em;
    margin-block-end: 1em;
  }


}


@media screen and (min-width: 769px) {

  #fast-drying h2.heading {
    font-size: 2.2em;
    letter-spacing: .125em;
  }
  #fast-drying #intro {
    margin-block: 2em 8em;
  }
  #fast-drying #intro figure + p {
    font-size: 1.375em;
    line-height: 2.5;
  }

  #fast-drying .merit {
    margin-block-end: 8em;
  }
  #fast-drying .merit ul.meritList {
    display: flex;
    justify-content: center;
    gap: 45px;
    width: 1200px;
    margin-block: 3em 0;
  }
  #fast-drying .merit ul.meritList li {
    width: 370px;
    padding: 50px 24px;
    display: flex;
    flex-direction: column;
  }
  #fast-drying .merit ul.meritList .title {
    font-size: 2em;
    line-height: 1.8;
  }
  #fast-drying .merit ul.meritList .sub {
    font-size: 1.125em;
    line-height: 1.8;
    padding-block: 1.5em;
    height: 118px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #fast-drying .main-section .worry-wrap {
    padding-block: 3em;
    margin-block-start: 3em;
  }

  #fast-drying .main-section .worry-wrap .worry-sub {
      font-size: 1.5em;
  }

  #fast-drying .main-section .worry-wrap .worry-main {
      column-gap: 0.25em;
  }

  #fast-drying .main-section .worry-wrap .worry-main::before,
  #fast-drying .main-section .worry-wrap .worry-main::after {
      width: 2.2625em;
      height: 3.05em;
  }

  .main-section .worry-wrap .worry-main .small-text {
    font-size: 1.5em;
  }
  .main-section .worry-wrap .worry-main .worry-text {
    font-size: 2em;
  }

  #fast-drying .results {
    margin-block-end: 4em;
  }
  #fast-drying .results .resultsBox {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-block-start: 4em;
  }
  #fast-drying .results .resultsBox .location {
    width: 450px;
  }
  #fast-drying .results .resultsBox .location figure div {
    padding: 40px 25px;
    border-radius: 20px;
  }
  #fast-drying .results .resultsBox .results-table {
    width: calc(100% - 480px);
  }
  #fast-drying .results .resultsBox .results-table table tr:first-child th:nth-child(1) {
    width: 6em;
  }
  #fast-drying .results .resultsBox .results-table table tr:first-child th:nth-child(2) {
    width: 7em;
  }
  #fast-drying .results .resultsBox .results-table table tr:first-child th:nth-child(3) {
    width: 7em;
  }

  #fast-drying .summary p.catch {
    font-size: 1.375em;
  }
  #fast-drying .summary .courseWrap h3 {
    font-size: 1.2em;
    padding-block: 0.78125em;
    border-radius: 0.52em;
  }
  #fast-drying .summary .courseWrap > div {
    display: flex;
    justify-content: space-between;
    gap: 3%;
  }
  #fast-drying .summary .courseWrap dl {
    border-radius: 1.25em;
    padding-block: 2.5em;
    padding-inline: 2.5em;
  }
  #fast-drying .summary .courseWrap dl dt {
    font-size: 1.25em;
  }


}

