@charset "utf-8";
:root {
  --page-gray: #434E5D;
  --page-dark-gray: #222222;
  --page-light-gray: #F4F4F7;
  --page-blue: #4074C4;
  --page-light-blue: #C7DBFF;
  --page-dark-blue: #174287;
  --page-red: #D12222;
  --page-table-border: #434E5D;
  --page-sp-width: 92%;
}
.page {
  font-size: 1.15em;
  margin: 0 auto;
  padding: 0;
  width: 940px;
}
.page a {
  color: var(--page-dark-blue);
  text-decoration: underline;
}
.page .sp {
  display: none;
}
.page .movie {
  margin: 3em auto;
  text-align: center;
  width: 90%;
}
.page .movie p {
  margin-top: 2em;
}
.page .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4em;
}
.page .nav dt {
  border: solid 1px var(--page-dark-blue);
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em;
  padding: 0 0 0.1em 0;
  text-align: center;
  width: 100%;
}
.page .nav dt strong {
  color: var(--page-dark-blue);
}
.page .nav dd a {
  font-size: 1.35em;
}
.page .block {
  background-color: var(--page-light-gray);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 4em 0;
  padding: 30px;
}
.page .block h3 {
  margin: 0 0 1em 0;
  padding: 0;
}
.page .block .intro {
  border-bottom: solid 1px #000;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  width: 100%;
}
.page #block01 > div:not(.intro) {
  width: 48%;
}
.page #block01 > div:nth-of-type(2) {
  border-right: solid 1px #000;
}
.page #block01 h4 {
  font-size: 1.05em;
  margin: 0 0 0.2em 0;
  padding: 0;
}
.page #block01 > div:nth-of-type(2) .img {
  margin-top: 0.8em;
}
.page #block01 > div:nth-of-type(3) .img {
  margin-top: 1.25em;
  text-align: center;
}
.page .copy_product {
  background-image: url("/parts/contents/reason/copy_product_btn.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  border: solid 4px var(--page-red);
  border-radius: 10px;
  color: #000;
  display: block;
  margin: 4em auto;
  text-decoration: none;
  width: 835px;
}
.page .copy_product dd {
  margin: 0;
  padding: 15px 20px;
}
.page #block02 .qualitycheck {
  counter-reset: checklist_ttl; /* チェックリストの見出しのカウンター */
  margin: 10px 0 0 0;
  width: 100%;
}
.page #block02 .qualitycheck h4 {
  background-color: transparent;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
.page #block02 .checklist {
  counter-reset: checklist_item; /* チェックリストのカウンター */
}
.page #block02 .checklist > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page #block02 .checklist > div > div {
  padding: 0;
  width: 49%;
}
.page #block02 .checklist h5 {
  align-items: center;
  background-color: var(--page-blue);
  color: #FFF;
  display: flex;
  font-size: 1.45em;
  height: 1.85em;
  line-height: 1;
  text-align: left;
  margin: 1em 0 0.5em 0;
  padding: 0;
}
.page #block02 .checklist h5 span {
  background-color: var(--page-dark-gray);
  color: #FFF;
  margin: 0 10px;
}
.page #block02 .checklist h5 span:before {
  align-items: center;
  content: counter(checklist_ttl); /* チェックリストの見出しのカウンター */
  counter-increment: checklist_ttl; /* チェックリストの見出しのカウンター */
  display: flex;
  justify-content: center;
  height: 30px;
  text-align: center;
  width: 35px;
}
.page #block02 .checklist ul {
  font-size: 0.9em;
}
.page #block02 .checklist li {
  padding: 0.15em 0 0 0;
}
.page #block02 .checklist li:before {
  content: counter(checklist_item)"."; /* チェックリストのカウンター */
  counter-increment: checklist_item; /* チェックリストのカウンター */
  padding: 0 0.35em 0 0;
}
.page #block02 .checklist .all,
.page #block02 .checklist .close {
  align-items: center;
  background-color: #FFF;
  border: solid 1px var(--page-dark-gray);
  color: var(--page-dark-gray);
  cursor: pointer;
  display: none;
  font-size: 1.55em;
  font-weight: bold;
  justify-content: center;
  height: 2.2em;
  margin: 20px 0 0 0;
}
.page #block02 .checklist .all.active,
.page #block02 .checklist .close.active {
  display: flex;
}
.page #block02 .checklist .all:after,
.page #block02 .checklist .close:after {
  background-image: url("/parts/contents/reason/arrow01.png");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 30px;
  margin: 0 0 0 7px;
  width: 30px;
}
.page #block02 .checklist .all:after {
  background-position: right 3px top;
  transform: rotateZ(90deg);
}
.page #block02 .checklist .close:after {
  background-position: bottom center;
  transform: rotateZ(-90deg);
}
.page #block02 .checklist .all + div {
  display: flex;
}
.page #block02 h4 {
  align-items: center;
  background-color: var(--page-dark-gray);
  color: #FFF;
  display: flex;
  font-size: 1.55em;
  height: 2.2em;
  justify-content: center;
  margin: 3em 0 1em 0;
  width: 100%;
}
.page #block02 .rank > div {
  margin: 30px auto 0 auto;
  width: 90%;
}
.page #block02 .rank h5 {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.35em;
  margin-bottom: 0.5em;
}
.page #block02 .rank h5 span {
  font-size: 0.65em;
  font-weight: normal;
  margin-left: 0.5em;
}
.page #block02 .rank table {
  background-color: #FFF;
  border: solid 1px var(--page-table-border);
}
.page #block02 .rank table th {
  background-color: var(--page-light-blue);
  vertical-align: top;
  width: 20%;
}
.page #block02 .rank table td {
}
.page #block02 .rank table th,
.page #block02 .rank table td {
  padding: 1em;
}
.page #block02 .rank table th {
  border-bottom: solid 1px var(--page-table-border);
  border-right: solid 1px var(--page-table-border);
}
.page #block02 .rank table td {
  border-bottom: solid 1px var(--page-table-border);
}
.page #block02 .rank table tr:last-of-type th,
.page #block02 .rank table tr:last-of-type td {
  border-bottom: none;
}
.page #block02 .rank table.detail .pict {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 1em;
}
.page #block02 .rank table.detail .pict li {
  cursor: pointer;
  margin-right: 10px;
}
.page #block02 .rank table.detail .detail_box {
  margin-top: 2em;
}
.page #block02 .rank table.detail .detail_box .ttl {
  background-color: var(--page-blue);
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
  padding: 0.25em 0;
  text-align: center;
}
.page #block02 .rank table.detail .detail_box .ttl::after {
  content: "[+]";
  margin-left: 0.5em;
}
.page #block02 .rank table.detail .detail_box .ttl.active::after {
  content: "[-]";
}
.page #block02 .rank table.detail .detail_box .ttl + div {
  display: none;
}
.page #block02 .rank table.detail dl {
  margin: 0.75em 0 0 0;
}
.page #block02 .rank table.detail dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.page #block02 .rank table.detail dd {
  margin: 0;
  padding: 0;
}
.page .modal-container {
  background: rgba(0,0,0,60%);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 40px 20px;
  position: fixed;
  text-align: center;
  top: 0;
  transition: .3s;
  visibility: hidden;
  width: 100%;
}
.page .modal-container::before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.page .modal-container > div {
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  left: 50%;
  max-width: 595px;
  opacity: 0;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  width: 90%;
}
.page .modal-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.page .modal-container > div.active {
  opacity: 1;
  visibility: visible;
}
.page .modal-container .img {
  margin-bottom: 1em;
}
.page .modal-container .modal-close {
  color: #000;
  font-weight: bold;
  width: 100%;
}
.page #block02 .flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page #block02 .flow > div {
  width: 285px;
  margin: 25px 0 0 0;
}
.page #block02 .flow h5 {
  font-size: 1.1em;
}
.page #block02 .flow img {
  padding: 0 0 10px 0;
}
.page #block02 .cleaning h4 + p {
  margin: 20px 0;
}
.page #block02 .cleaning .case {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page #block02 .cleaning .case p {
  background-image: url("/parts/contents/reason/arrow02.png");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px 0;
  width: 425px;
}
.page #block02 .cleaning .case span:before {
  content: "クリーニング前";
  display: block;
  font-weight: bold;
  padding-bottom: 0.25em;
}
.page #block02 .cleaning .case span:last-of-type:before {
  color: var(--page-dark-blue);
  content: "クリーニング後";
}
.page #block03 .support {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page #block03 .support > div {
  align-items: flex-start;
  background-color: #FFF;
  border: solid 1px var(--page-dark-blue);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px 0;
  padding: 20px;
  width: 49.4%;
}
.page #block03 .support > div::before {
  content: "";
  border-bottom: 80px solid #FFF;
  border-left: 90px solid var(--page-dark-blue);
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  height: 0px;
  left: 0;
  position: absolute;
  top: 0;
  width: 0px;
}
.page #block03 .support h4 {
  align-items: center;
  color: var(--page-dark-blue);
  display: flex;
  flex-wrap: wrap;
  font-size: 1.95em;
  height: 2.5em;
  justify-content: flex-start;
  padding: 0 0 0 50px;
  width: 100%;
}
.page #block03 .support h4 .note {
  font-size: 0.4em;
  position: absolute;
  top: 55px;
}
.page #block03 .support h4::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  left: -15px;
  position: absolute;
  top: -15px;
  width: 40px;
}
.page #block03 .support > div:nth-of-type(1) h4::before {
  background-image: url("/parts/contents/reason/num_01.svg");
}
.page #block03 .support > div:nth-of-type(2) h4::before {
  background-image: url("/parts/contents/reason/num_02.svg");
}
.page #block03 .support > div:nth-of-type(3) h4::before {
  background-image: url("/parts/contents/reason/num_03.svg");
}
.page #block03 .support > div:nth-of-type(4) h4::before {
  background-image: url("/parts/contents/reason/num_04.svg");
}
.page #block03 .support > div:nth-of-type(5) h4::before {
  background-image: url("/parts/contents/reason/num_05.svg");
}
.page #block03 .support > div:nth-of-type(6) h4::before {
  background-image: url("/parts/contents/reason/num_06.svg");
}
.page #block03 .support > div:nth-of-type(7) h4::before {
  background-image: url("/parts/contents/reason/num_07.svg");
}
.page #block03 .support > div:nth-of-type(8) h4::before {
  background-image: url("/parts/contents/reason/num_08.svg");
}
.page #block03 .support h4 + p {
  max-height: 18em;
  min-height: 12em;
  width: 60%;
}
.page #block03 .support .img {
  text-align: right;
  width: 40%;
}
.page #block03 .support .box {
  display: block;
}
.page #block03 .support .box h4 + p,
.page #block03 .support .box .img {
  width: 100%;
}
.page #block03 .support .box h4 + p {
  min-height: auto;
  padding-bottom: 1em;
}
.page #block03 .support .btn {
  background-color: #434E5D;
  border-radius: 5px;
  height: 2.5em;
  text-align: center;
  margin: 10px 0 0 0;
  width: 100%;
}
.page #block03 .support .btn a {
  align-items: center;
  color: #FFF;
  display: flex;
  font-size: 1em;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width:440px) { 
  .page {
    font-size: 0.85em;
    padding: 0;
    width: 100%;
  }
  .page .pc {
    display: none;
  }
  .page .sp {
    display: block;
  }
  .page h2 {
    margin: 0 auto;
    width: 95%
  }
  .page .movie {
    margin: 0.5em auto 2em auto;
    width: 90%;
  }
  .page .movie iframe {
    height: 200px;
    width: 80%;
  }
  .page .movie p {
    margin-top: 1.5em;
  }
  .page .nav {
    margin: 0 auto;
    width: var(--page-sp-width);
  }
  .page .nav dt {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 0.5em;
    padding: 0 0 0.1em 0;
  }
  .page .nav dd a {
    font-size: 1.15em;
  }
  .page .block {
    background-color: transparent;
    display: block;
    margin: 3em 0 0 0;
    padding: 0;
  }
  .page .block h3 + p {
    margin: 0 auto;
    padding: 0;
    width: var(--page-sp-width);
  }
  .page .block .intro {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .page #block01 > div:not(.intro) {
    border-top: solid 1px #000;
    border-right: none;
    margin: 1.5em auto 0 auto;
    padding: 1.5em 0 0 0;
    width: var(--page-sp-width);
  }
  .page .copy_product {
    display: block;
    margin: 2em auto 0 auto;
    width: var(--page-sp-width);
  }
  .page #block02 > div {
    margin-top: 2em;
  }
  .page #block02 .qualitycheck h4 {
    background-color: transparent;
    display: block;
    text-align: center;
  }
  .page #block02 .qualitycheck h4 img {
    width: 75%;
  }
  .page #block02 .checklist > div {
    display: block;
    margin: 0 auto;
    width: var(--page-sp-width);
  }
  .page #block02 .checklist > div > div {
    width: 100%;
  }
  .page #block02 .checklist h5 {
    font-size: 1.15em;
    margin: 1em 0 0.5em 0;
    padding: 0;
  }
  .page #block02 .checklist h5 span {
    background-color: transparent;
    margin: 0;
  }
  .page #block02 .checklist h5 span:before {
    height: 100%;
    width: 1.5em;
  }
  .page #block02 .checklist ul {
    font-size: 0.95em;
  }
  .page #block02 .checklist .all,
  .page #block02 .checklist .close {
    cursor: default;
    font-size: 1.15em;
    margin: 1em auto 0 auto;
    width: var(--page-sp-width);
  }
  .page #block02 .checklist .all:after,
  .page #block02 .checklist .close:after {
    background-size: 70%;
    height: 2em;
    width: 2em;
  }
  .page #block02 h4 {
    font-size: 1.15em;
    margin: 0 auto 0.5em auto;
    width: var(--page-sp-width);
  }
  .page #block02 h4 + p {
    margin: 0 auto;
    width: var(--page-sp-width);
  }
  .page #block02 .rank > div {
    margin: 1em auto 0 auto;
    width: var(--page-sp-width);
  }
  .page #block02 .rank h5 {
    font-size: 1.15em;
    margin-bottom: 0.5em;
  }
  .page #block02 .rank h5 span {
    font-size: 0.8em;
    margin-left: 0.5em;
  }
  .page #block02 .rank table {
  }
  .page #block02 .rank table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .page #block02 .rank table th,
  .page #block02 .rank table td {
    border-right: none;
    padding: 0.5em 1em;
    width: 100%;
  }
  .page #block02 .rank table th {
    border-bottom: none;
    text-align: center;
  }
  .page #block02 .rank table td {
    border-bottom: solid 1px var(--page-table-border);
    padding: 1em;
  }
  .page #block02 .rank table tr:last-of-type th,
  .page #block02 .rank table tr:last-of-type td {
    border-bottom: none;
  }
  .page #block02 .rank table.detail .pict {
    justify-content: center;
    margin: 0.5em 0 0 0;
  }
  .page #block02 .rank table.detail .pict li {
    margin: 0.5em;
  }
  .page .modal-container {
    padding: 0;
  }
  .page .modal-container > div {
    padding: 20px;
    width: 85%;
  }
  .page .modal-container .img {
    margin-bottom: 1em;
  }
  .page .modal-container .modal-close {
    font-size: 1em;
  }
  .page #block02 .flow {
    display: block;
  }
  .page #block02 .flow > div {
    margin: 1em auto 0 auto;
    width: var(--page-sp-width);
  }
  .page #block02 .flow h5 {
    font-size: 1.1em;
    text-align: center;
  }
  .page #block02 .flow img {
    display: block;
    margin: 0 auto;
    padding: 0 0 0.5em 0;
    width: 50%;
  }
  .page #block02 .cleaning h4 + p {
    margin: 0 auto;
    width: var(--page-sp-width);
  }
  .page #block02 .cleaning .case {
    margin: 1em auto 0 auto;
    width: 85%;
  }
  .page #block02 .cleaning .case p {
    margin: 0 0 1em 0;
    width: 100%;
  }
  .page #block02 .cleaning .case span {
    display: block;
    width: 45%;
  }
  .page #block03 .support {
    margin: 1em auto;
    width: var(--page-sp-width);
  }
  .page #block03 .support > div {
    padding: 1em 1.5em 1.5em 1.5em;
    width: 100%;
  }
  .page #block03 .support > div::before {
    content: "";
    border-bottom: 60px solid #FFF;
    border-left: 65px solid var(--page-dark-blue);
  }
  .page #block03 .support h4 {
    display: block;
    font-size: 1.35em;
    height: 1.7em;
    margin-bottom: 0;
    padding: 0 0 0 40px;
  }
  .page #block03 .support h4 .note {
    font-size: 0.6em;
    padding-left: 0.75em;
    position: relative;
    top: 0;
  }
  .page #block03 .support h4::before {
    height: 30px;
    left: -15px;
    top: -7px;
    width: 30px;
  }
  .page #block03 .support h4 + p {
    max-height: auto;
    min-height: auto;
    width: 68%;
  }
  .page #block03 .support .img {
    text-align: right;
    width: 30%;
  }
  .page #block03 .support .box {
    display: block;
  }
  .page #block03 .support .box h4 + p,
  .page #block03 .support .box .img {
    width: 100%;
  }
  .page #block03 .support .box h4 + p {
    padding-bottom: 1em;
  }
  .page #block03 .support .btn {
    background-color: #434E5D;
    border-radius: 5px;
    height: 2.5em;
    text-align: center;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .page #block03 .support .btn a {
    align-items: center;
    color: #FFF;
    display: flex;
    font-size: 1em;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    width: 100%;
  }
}