@charset "UTF-8";

@font-face {
  font-family: "NexaBold";
  src: url("https://real-net.jp/assets/fonts/lp/mansion-data-download/nexa-heavy.ttf") format("truetype");
}

@font-face {
  font-family: "NexaLight";
  src: url("https://real-net.jp/assets/fonts/lp/mansion-data-download/NexaLight.otf") format("opentype");
}

@font-face {
  font-family: "Din";
  src: url("https://real-net.jp/assets/fonts/lp/mansion-data-download/DINPro-Bold_13934.ttf") format("truetype");
}

.above-pamphlet-cloud .above-item {
  position: absolute;
  top: 6.25%;
  left: 5.3333333333%;
  max-width: 89.0666666667%;
}

.above-pamphlet-cloud .above-logo {
  display: none;
}

.above-pamphlet-cloud .above-btn {
  position: absolute;
}

.above-pamphlet-cloud .above-btn .btn {
  width: 86.1333333333vw;
  max-width: 32.3rem;
  height: 5.8rem;
  margin: 0 auto;
  font-size: 1.6rem;
}

.mdl-header {
  text-align: center;
}

.mdl-header-text {
  font-weight: bolder;
  font-size: 2.6rem;
}

.mdl-header-en {
  display: inline-block;
  margin-top: 0.4rem;
  background: linear-gradient(90deg, #ff1298 0%, #a26ba8 50%, #5e6193 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff1298;
  font-family: "NexaBold";
  font-size: 1.4rem;
  letter-spacing: 0.4rem;
}

.mdl-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 40rem;
  height: 5rem;
  margin: 0 auto;
  padding: 0 2rem;
  border-radius: 5rem;
  border: 2px solid #000;
  background-color: #fcff09;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: 0.3s ease-in-out;
}

.mdl-btn:focus {
  outline: 0;
}

.mdl-btn:not(:disabled):not(.is-disabled) {
  cursor: pointer;
}

.mdl-btn::after {
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.3s ease-in-out;
}

.mdl-btn:hover {
  color: var(--color-bright);
  background-color: var(--color-dark);
}

.mdl-btn:hover::after {
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--color-dark);
}

.mdl-btn-text {
  position: relative;
  z-index: 2;
}

.mdl-btn.mdl-btn-login {
  border-color: #5e6193;
  background-color: var(--color-bright);
  color: #5e6193;
}

.mdl-btn.mdl-btn-login:hover {
  background-color: #5e6193;
  color: var(--color-bright);
}

.mdl-btn.mdl-btn-login:hover::after {
  background-color: #5e6193;
}

.mdl-btn-group {
  margin-top: 3.2rem;
  text-align: center;
}

.mdl-btn-group .mdl-btn {
  margin-top: 2.4rem;
}

.mdl-banner {
  display: block;
  max-width: 45.4rem;
  margin: 0 auto;
}

.mdl-banner-group {
  margin-top: 3.2rem;
  text-align: center;
}

.mdl-banner-group .mdl-banner {
  margin-top: 2rem;
}

.mdl-about {
  margin-top: 4.8rem;
  padding-top: 5rem;
}

.mdl-about-inner {
  margin: 0 -1.4rem;
  padding: 0 2rem 4rem 2rem;
  box-shadow: 0 0.4rem 1.9rem #555;
  background-color: var(--color-bright);
}

.mdl-about-data {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -2rem;
  text-align: center;
  transform: translateY(-5rem);
}

.mdl-about-data-current-date {
  margin-top: -5rem;
  padding-top: 0.9rem;
  font-size: 1.3rem;
  text-align: right;
}

.mdl-about-data-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 13.5rem;
  height: 13.5rem;
  box-shadow: 0 0.4rem 0.7rem #555;
  border-radius: 100%;
  background-color: #b5b6db;
  font-weight: bolder;
}

.mdl-about-data-heading {
  font-size: 4vw;
}

.mdl-about-data-heading span {
  font-size: 1rem;
  vertical-align: top;
}

.mdl-about-data-value {
  display: block;
  color: #ff1298;
  font-family: "Din";
  font-size: 9.0666666667vw;
  line-height: 1;
}

.mdl-about-data-unit {
  display: block;
  font-size: 4vw;
}

.mdl-about .mdl-header {
  margin-top: 2rem;
}

.mdl-about .mdl-header-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.mdl-about-video {
  margin-top: 2rem;
  text-align: center;
}

.mdl-about-video .video {
  width: 100%;
}

.mdl-about-row {
  margin-top: 3.2rem;
}

.mdl-about-img {
  text-align: center;
}

.mdl-about-text {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.mdl-problem {
  position: relative;
  margin-top: 8rem;
  padding: 6rem 0;
  background-color: #5e6193;
}

.mdl-problem-heading {
  position: absolute;
  top: -2.5rem;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 1rem 0;
  box-shadow: 0 0.4rem 0.7rem #555;
  background: linear-gradient(90deg, #b5b6db 0%, #fff 50%, #b5b6db 100%);
  font-size: 5.5vw;
  text-align: center;
}

.mdl-problem-inner {
  max-width: 106rem;
  margin: 0 auto;
}

.mdl-problem-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -2rem -0.6rem 0;
}

.mdl-problem-col {
  width: 46%;
  margin-top: 2rem;
}

.mdl-problem-text {
  margin-top: 1rem;
  color: var(--color-bright);
  font-size: 1.4rem;
}

.mdl-case {
  padding-top: 6.4rem;
}

.mdl-case-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -1.6rem;
}

.mdl-case-header-text {
  font-size: 5.6vw;
  text-align: center;
}

.mdl-case-header-text em {
  color: #ff1298;
}

.mdl-case-header .img {
  display: block;
  width: 6rem;
  height: 6rem;
  width: 16vw;
  height: 16vw;
}

.mdl-case-anchor-link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 110rem;
  margin: 3.2rem -1.6rem 0;
}

.mdl-case-anchor-link-item {
  width: 47%;
  margin-top: 2rem;
}

.mdl-case-anchor-link-text {
  display: block;
  padding: 1rem;
  border: 3px solid #ff1298;
  background-color: var(--color-bright);
  color: #ff1298;
  font-weight: bolder;
  font-size: 4vw;
  text-align: center;
}

.mdl-case-card {
  padding-top: 8.2rem;
}

.mdl-case-card-inner {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
  border: 3px solid #ff1298;
  background-color: var(--color-bright);
}

.mdl-case-card-heading {
  width: 90%;
  max-width: 30rem;
  margin: 0 auto -2.5rem;
  padding: 0.3rem;
  border: 3px solid #ff1298;
  background-color: var(--color-bright);
  color: #ff1298;
  font-size: 2rem;
  text-align: center;
  transform: translateY(-2.5rem);
}

.mdl-case-card-row {
  padding: 2rem 1.5rem 3rem;
}

.mdl-case-card-img {
  text-align: center;
}

.mdl-case-card-content {
  margin-top: 2rem;
}

.mdl-case-card-lead {
  font-size: 1.6rem;
}

.mdl-case-card-list-item {
  margin-top: 2rem;
  padding-left: 2.5rem;
  background: url(../../img/service/pamphlet-cloud/mdl-icon-circle.svg) 0 0.1rem/1.8rem auto no-repeat;
  font-size: 1.4rem;
}

.mdl-case-card-notes {
  margin-top: 1.2rem;
  font-size: 1.1rem;
}

.mdl-contact {
  width: 100%;
  max-width: 96rem;
  margin: 4rem auto 0;
  padding: 1.5rem 1.5rem 4rem;
  background: linear-gradient(90deg, #ff1298 0%, #a26ba8 50%, #5e6193 100%);
  background-size: 200% 200%;
  animation: bg-gradient 20s ease infinite;
}

.mdl-contact-row {
  padding: 2rem 1rem;
  background: var(--color-bright) url(../../img/service/pamphlet-cloud/mdl-contact-bg.jpg) right bottom/cover no-repeat;
}

.mdl-contact-img {
  width: 100%;
}

.mdl-contact-img .img {
  max-width: 23.6rem;
}

.mdl-contact-item {
  margin-top: 1rem;
  text-align: center;
}

.mdl-contact-heading {
  font-weight: bolder;
  font-size: 4vw;
}

.mdl-contact-number {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4.6rem;
  line-height: 1;
}

.mdl-contact-number span {
  font-family: "Din";
  font-weight: bolder;
  font-size: 9vw;
}

.mdl-contact-number .img {
  max-width: 2rem;
  margin-right: 0.5rem;
}

.mdl-contact-time {
  font-size: 1.4rem;
}

.mdl-contact .mdl-btn {
  height: 8.8rem;
  margin-top: 4rem;
}

.mdl-contact .mdl-btn-text span {
  display: block;
}

.mdl-contact-end {
  padding: 2rem 0 10rem;
}

.mdl-login {
  width: 100%;
  max-width: 96rem;
  margin: 4rem auto 0;
  padding: 4rem 1.5rem;
  background: linear-gradient(90deg, #5e6193 0%, #b5b6db 50%, #5e6193 100%);
  background-size: 200% 200%;
  animation: bg-gradient 20s ease infinite;
}

.mdl-login-heading {
  color: var(--color-bright);
  font-weight: bolder;
  font-size: 4vw;
  text-shadow: 1px 2px 3px #5e6193;
  text-align: center;
}

.mdl-login .mdl-btn {
  height: 6.6rem;
  margin-top: 3rem;
}

.mdl-download {
  margin-top: 4rem;
  padding: 6rem 0;
  background: linear-gradient(60deg, #4b71a9, #009fde, #1871b8);
}

.mdl-download-inner {
  max-width: 110rem;
  margin: 0 auto;
}

.mdl-download .mdl-header .is-new {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mdl-download .mdl-header .is-new::before {
  margin-right: 0.5rem;
  margin-left: -3rem;
  color: #ff1298;
  font-size: 1.4rem;
  content: "NEW";
  animation: icon-new 1s linear infinite;
}

.mdl-download .mdl-header-en {
  background: none;
  color: var(--color-6);
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

.mdl-download-photo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.mdl-download-photo-item {
  position: relative;
  width: 30%;
  margin-top: 2rem;
}

.mdl-download-photo-item .img {
  box-shadow: 0 0 1.5rem var(--color-bright);
}

.mdl-download-photo-item span {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  color: var(--color-bright);
  font-size: 1.1rem;
  text-shadow: 0.1rem 0.2rem 0.3rem var(--color-dark);
}

.mdl-download-card {
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--color-bright);
}

.mdl-download-card-heading {
  font-size: 1.8rem;
}

.mdl-download-card-list {
  margin-top: 1rem;
}

.mdl-download-card-list-item {
  margin-top: 2rem;
  padding-left: 2.5rem;
  background: url(../../img/service/pamphlet-cloud/mdl-icon-circle-2.svg) 0 0.1rem/1.8rem auto no-repeat;
  font-size: 1.4rem;
}

.mdl-download-card-list-item:first-child {
  margin-top: 0.8rem;
}

.mdl-download-card-notes {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.mdl-download-charge {
  margin-top: 2rem;
}

.mdl-download-charge-heading {
  color: var(--color-bright);
  font-weight: bolder;
  font-size: 1.8rem;
}

.mdl-download-charge-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.8rem;
}

.mdl-download-charge-list-item {
  width: 30%;
  padding: 0.5rem;
  background-color: var(--color-bright);
  font-size: 3.8vw;
  text-align: center;
}

.mdl-download-charge-value {
  width: 80%;
  margin-top: 2rem;
  margin-left: auto;
}

.mdl-data {
  padding: 6rem 0;
  background-color: #b5b6db;
}

.mdl-data-inner {
  max-width: 110rem;
  margin: 0 auto;
}

.mdl-data-card {
  width: 100%;
  margin-top: 4rem;
  background: var(--color-bright);
  padding: 2.5rem;
  box-shadow: 0 0.4rem 0.7rem #555;
}

.mdl-data-card-heading {
  font-size: 6vw;
  text-align: center;
}

.mdl-data-card-img {
  margin-top: 1rem;
  text-align: center;
}

.mdl-data-card-img .img {
  box-shadow: 0.3rem 0.3rem 1.1rem #ccc;
}

.mdl-data-card-text {
  margin-top: 2rem;
  font-size: 1.4rem;
}

.mdl-data-charge {
  width: 100%;
  margin-top: 4rem;
  padding: 4rem 2rem;
  background: var(--color-bright);
  box-shadow: 0 0.4rem 0.7rem #555;
}

.mdl-data-charge .mdl-header {
  padding-bottom: 2rem;
}

.mdl-data-charge-heading {
  margin-top: 4rem;
  font-size: 2rem;
  text-align: center;
}

.mdl-data-charge-img {
  margin-top: 2rem;
  text-align: center;
}

.mdl-data-charge-list-item {
  margin-top: 2rem;
  padding-left: 2.5rem;
  background: url(../../img/service/pamphlet-cloud/mdl-icon-circle.svg) 0 0.1rem/1.8rem auto no-repeat;
  font-size: 1.4rem;
}

.mdl-data-charge-notes {
  margin-top: 2rem;
  font-size: 1.1rem;
}

.mdl-data-area {
  width: 100%;
  margin-top: 4rem;
  padding: 4rem 2rem;
  background: var(--color-bright);
  box-shadow: 0 0.4rem 0.7rem #555;
}

.mdl-data-area-list {
  margin-top: 2.6rem;
}

.mdl-data-area-list-heading {
  width: 12rem;
  padding: 0.4rem;
  background-color: #2e394e;
  color: var(--color-bright);
  font-size: 1.4rem;
  text-align: center;
}

.mdl-data-area-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.mdl-data-area-list-text {
  position: relative;
  padding: 0.4rem 0;
  font-weight: bolder;
  font-size: 1.4rem;
}

.mdl-data-area-list-text:not(:last-child) {
  padding-right: 2rem;
}

.mdl-data-area-list-text:not(:last-child)::after {
  position: absolute;
  right: 0.6rem;
  content: "/";
}

.mdl-flow {
  padding: 6rem 0;
  background: url(../../img/service/pamphlet-cloud/mdl-flow-bg.jpg) center center/cover no-repeat;
}

.mdl-flow .mdl-header {
  color: var(--color-bright);
}

.mdl-flow .mdl-header-en {
  background: none;
  background-clip: initial;
  -webkit-text-fill-color: initial;
  color: var(--color-bright);
}

.mdl-flow-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 110rem;
  margin: 1rem auto 0;
}

.mdl-flow-card {
  position: relative;
  width: 48%;
  margin-top: 3rem;
  background-color: var(--color-bright);
}

.mdl-flow-card::before {
  position: absolute;
  top: 50%;
  right: -7.5%;
  width: 6.4%;
  height: 100%;
  background: url(../../img/service/pamphlet-cloud/mdl-flow-arrow.svg) center center/contain no-repeat;
  content: "";
  transform: translateY(-50%);
}

.mdl-flow-card-heading {
  position: relative;
  color: #5e6193;
  padding: 1.5rem;
  font-weight: bolder;
  font-size: 3vw;
}

.mdl-flow-card-heading::before {
  position: absolute;
  right: 10%;
  bottom: 0;
  left: 0;
  height: 0.5rem;
  background-color: var(--mdl-flow-card-color);
  content: "";
}

.mdl-flow-card-1 {
  --mdl-flow-card-color: #5e6193;
}

.mdl-flow-card-2 {
  --mdl-flow-card-color: #946aa5;
}

.mdl-flow-card-3 {
  --mdl-flow-card-color: #dd7ad2;
}

.mdl-flow-card-4 {
  --mdl-flow-card-color: #ff1298;
}

.mdl-flow-card-4::before {
  display: none;
}

.mdl-flow-card-text {
  padding: 1rem 1.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

.mdl-faq {
  position: relative;
  padding: 6rem 0;
  background-color: #b5b6db;
}

.mdl-faq .mdl-header {
  position: relative;
  z-index: 1;
}

.mdl-faq .accordion {
  position: relative;
  z-index: 1;
  max-width: 82.8rem;
  margin: 0 auto;
}

.mdl-faq .accordion-item {
  margin-top: 3rem;
  border: 1px solid #ccc;
}

.mdl-faq .accordion-header {
  background-color: #e5e5ec;
  transition: 0.2s ease-in-out;
}

.mdl-faq .accordion-header:hover {
  background-color: #f1f8ff;
}

.mdl-faq .accordion-header-text {
  position: relative;
  padding-left: 3rem;
  font-weight: bolder;
  font-size: 1.4rem;
}

.mdl-faq .accordion-header-text::before {
  position: absolute;
  top: -0.4rem;
  left: 0;
  color: #5e6193;
  font-family: "NexaBold";
  font-size: 2rem;
  content: "Q.";
}

.mdl-faq .accordion-header .icon-plus {
  --icon-width: 2px;
  font-size: 2rem;
}

.mdl-faq .accordion-content {
  padding-right: 2rem;
  border-top: 1px solid #ccc;
}

.mdl-faq .accordion-content-text {
  position: relative;
  padding-left: 3rem;
  font-size: 1.4rem;
}

.mdl-faq .accordion-content-text::before {
  position: absolute;
  top: -0.4rem;
  left: 0;
  color: #ff1298;
  font-family: "NexaBold";
  font-size: 2rem;
  content: "A.";
}

@keyframes bg-gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes icon-new {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (min-width: 400px) {
  .mdl-about {
    padding-top: 8rem;
  }

  .mdl-about-data {
    transform: translateY(-8rem);
  }

  .mdl-about-data-current-date {
    margin-top: -8rem;
  }

  .mdl-about-data-item {
    width: 17rem;
    height: 17rem;
  }
}

@media (min-width: 560px) {
  .mdl-header-text {
    font-size: 3.4rem;
  }

  .mdl-about {
    padding-top: 12rem;
  }

  .mdl-about-inner {
    margin: 0 -1rem;
    padding: 0 2rem 6rem 2rem;
  }

  .mdl-about-data {
    transform: translateY(-12rem);
  }

  .mdl-about-data-current-date {
    margin-top: -12rem;
    padding-top: 4rem;
  }

  .mdl-about-data-item {
    width: 25rem;
    height: 25rem;
  }

  .mdl-about-data-heading {
    font-size: 2rem;
  }

  .mdl-about-data-value {
    font-size: 6rem;
  }

  .mdl-about-data-unit {
    font-size: 2rem;
  }

  .mdl-about-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mdl-about-img {
    width: 48%;
  }

  .mdl-about-text {
    width: 50%;
    font-size: 1.6rem;
  }

  .mdl-problem-heading {
    top: -3rem;
    max-width: 80%;
    padding: 1rem 2rem;
    font-size: 3vw;
  }

  .mdl-problem-text {
    font-size: 1.6rem;
  }

  .mdl-case-header {
    margin: 0 auto;
  }

  .mdl-case-header-text {
    font-size: 3.7vw;
  }

  .mdl-case-header .img {
    width: 8rem;
    height: 8rem;
  }

  .mdl-case-anchor-link {
    margin: 3.2rem auto 0;
  }

  .mdl-case-anchor-link-item {
    width: 30%;
  }

  .mdl-case-anchor-link-text {
    font-size: 3vw;
  }

  .mdl-case-card-heading {
    margin-bottom: -3.5rem;
    padding: 0.6rem;
    font-size: 2.4rem;
    transform: translateY(-3.5rem);
  }

  .mdl-case-card-row {
    padding: 4rem 6rem 6rem;
  }

  .mdl-case-card-lead {
    font-size: 2rem;
  }

  .mdl-case-card-list-item {
    background-position: 0 0.2rem;
    background-size: 1.9rem;
    font-size: 1.6rem;
  }

  .mdl-contact-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

  .mdl-contact-img {
    width: 40%;
  }

  .mdl-contact-img .img {
    max-width: 28.8rem;
  }

  .mdl-contact-item {
    width: 60%;
    margin-top: 0;
  }

  .mdl-contact-heading {
    font-size: 2rem;
  }

  .mdl-contact-number span {
    font-size: 5vw;
  }

  .mdl-contact-number .img {
    max-width: 3rem;
  }

  .mdl-contact-time {
    font-size: 1.6rem;
  }

  .mdl-contact .mdl-btn {
    height: 7rem;
  }

  .mdl-contact .mdl-btn-text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .mdl-login-heading {
    font-size: 2rem;
  }

  .mdl-login .mdl-btn {
    height: 7rem;
  }

  .mdl-download .mdl-header .is-new::before {
    margin-right: 1rem;
    margin-left: -5rem;
    font-size: 3.4rem;
  }

  .mdl-download-photo-item span {
    font-size: 1.4rem;
  }

  .mdl-download-card-list-item {
    background-position: 0 0.2rem;
    background-size: 1.9rem;
    font-size: 1.6rem;
  }

  .mdl-download-charge-list-item {
    padding: 1rem;
    font-size: 1.6rem;
  }

  .mdl-download-charge-value {
    width: 60%;
  }

  .mdl-data-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .mdl-data-card {
    width: 46%;
  }

  .mdl-data-card-heading {
    font-size: 3vw;
  }

  .mdl-data-card-text {
    font-size: 1.6rem;
  }

  .mdl-data-charge {
    margin-top: 8rem;
    padding: 6rem 2.5rem;
  }

  .mdl-data-charge-heading {
    margin-top: 6rem;
  }

  .mdl-data-charge-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mdl-data-charge-img {
    width: 48%;
  }

  .mdl-data-charge-text {
    width: 50%;
  }

  .mdl-data-charge-list-item {
    background-position: 0 0.2rem;
    background-size: 1.9rem;
    font-size: 1.6rem;
  }

  .mdl-data-charge-notes {
    font-size: 1.3rem;
  }

  .mdl-data-area-list-heading {
    font-size: 1.6rem;
  }

  .mdl-data-area-list-text {
    font-size: 1.6rem;
  }

  .mdl-flow-card-text {
    font-size: 1.6rem;
  }

  .mdl-faq .accordion-header-text {
    padding-left: 3.5rem;
    font-size: 1.8rem;
  }

  .mdl-faq .accordion-header-text::before {
    top: -0.2rem;
  }

  .mdl-faq .accordion-content {
    padding-right: 4rem;
  }

  .mdl-faq .accordion-content-text {
    padding-left: 3.5rem;
  }
}

@media (min-width: 768px) {
  .above-pamphlet-cloud .above-item {
    top: 6.5737051793%;
    left: 24.2313323572%;
    max-width: 51.9765739385%;
  }

  .above-pamphlet-cloud .above-logo {
    display: block;
    position: absolute;
    top: 84.6613545817%;
    left: 25.0366032211%;
    max-width: 30.0146412884%;
  }

  .above-pamphlet-cloud .above-btn {
    top: 84%;
    left: 56.7349926794%;
  }

  .above-pamphlet-cloud .above-btn .btn {
    width: 18.75vw;
    height: 3.513909224vw;
    font-size: clamp(14px, 1.1713030747vw, 32px);
  }

  .mdl-btn {
    height: 6.2rem;
    border-radius: 6.2rem;
    font-size: 1.8rem;
  }

  .mdl-banner-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3.2rem -1.2rem 0;
  }

  .mdl-banner-group .mdl-banner {
    margin: 2rem 1.2rem 0;
  }

  .mdl-about {
    margin-top: 12.6rem;
  }

  .mdl-about .mdl-header {
    margin-top: 5.4rem;
  }

  .mdl-about .mdl-header-en {
    margin-top: 2.5rem;
    font-size: 1.6rem;
  }

  .mdl-problem-row {
    margin: -2rem -2rem 0;
  }

  .mdl-case-header-text .sp-only {
    display: none;
  }
}

@media (min-width: 960px) {
  .above-pamphlet-cloud .above-btn .btn {
    width: 13.17715959vw;
  }

  .mdl-btn-group {
    margin-top: 6.2rem;
  }

  .mdl-btn-group .mdl-btn {
    margin-top: 3rem;
  }

  .mdl-banner-group {
    margin: 5.6rem -2.4rem 0;
  }

  .mdl-banner-group .mdl-banner {
    margin: 3rem 2.4rem 0;
  }

  .mdl-about-inner {
    width: 100%;
    max-width: 91rem;
    margin: 0 auto;
    padding: 0 2.5rem 8rem 2.5rem;
  }

  .mdl-about-data {
    margin: 0 2.4rem;
  }

  .mdl-about-video .video {
    width: 80%;
  }

  .mdl-problem {
    margin-top: 16rem;
    padding: 8rem 0;
  }

  .mdl-problem-heading {
    max-width: 50%;
    font-size: 2.8rem;
  }

  .mdl-problem-col {
    width: 22%;
  }

  .mdl-case {
    padding: 9.2rem 0;
  }

  .mdl-case-header-text {
    font-size: 3.2rem;
  }

  .mdl-case-anchor-link {
    justify-content: space-between;
  }

  .mdl-case-anchor-link-item {
    width: 18%;
  }

  .mdl-case-anchor-link-text {
    font-size: 2rem;
  }

  .mdl-case-body {
    padding-top: 4.8rem;
  }

  .mdl-case-card {
    padding-top: 10.4rem;
  }

  .mdl-case-card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mdl-case-card-img {
    width: 38%;
  }

  .mdl-case-card-content {
    width: 58%;
    margin-top: 0;
  }

  .mdl-case-card-lead {
    font-size: 1.8rem;
  }

  .mdl-case-card-notes {
    font-size: 1.4rem;
  }

  .mdl-contact {
    margin-top: 8rem;
  }

  .mdl-contact-number span {
    font-size: 4rem;
  }

  .mdl-contact-end {
    padding: 6rem 0 14rem;
  }

  .mdl-login {
    margin-top: 8rem;
  }

  .mdl-download {
    margin-top: 10rem;
    padding: 6.6rem 0 8rem;
  }

  .mdl-download-photo {
    justify-content: space-between;
    margin-top: 1.6rem;
  }

  .mdl-download-photo-item {
    width: 18%;
    margin-top: 2.4rem;
  }

  .mdl-download-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mdl-download-card {
    width: 48%;
    padding: 2rem 4rem;
  }

  .mdl-download-card-notes {
    font-size: 1.6rem;
  }

  .mdl-download-charge {
    width: 50%;
    margin-top: 3rem;
  }

  .mdl-download-charge-value {
    width: 80%;
  }

  .mdl-data {
    padding: 8rem 0;
  }

  .mdl-data-row {
    margin-top: 2rem;
  }

  .mdl-data-card {
    width: 30%;
  }

  .mdl-data-card-heading {
    font-size: 2rem;
  }

  .mdl-data-area {
    margin-top: 8rem;
  }

  .mdl-data-area-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin: 5rem auto 0;
  }

  .mdl-data-area-list-heading {
    margin-right: 1.5rem;
  }

  .mdl-data-area-list-text:not(:last-child) {
    padding-right: 3rem;
  }

  .mdl-data-area-list-text:not(:last-child)::after {
    right: 1.1rem;
  }

  .mdl-flow {
    padding: 8rem 0;
  }

  .mdl-flow-card {
    width: 23%;
  }

  .mdl-flow-card::before {
    right: -10%;
    width: 8%;
  }

  .mdl-flow-card-heading {
    font-size: 1.6rem;
  }

  .mdl-faq {
    padding: 8rem 0;
    background: url(../../img/service/pamphlet-cloud/mdl-faq-bg.jpg) center center/cover no-repeat;
    background-attachment: fixed;
  }

  .mdl-faq::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(181, 182, 219, 0.8);
    content: "";
  }

  .mdl-faq .accordion {
    --accordion-height: 8rem;
  }
}

@media (max-width: 959.98px) {
  .mdl-flow-card-2::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .above-pamphlet-cloud .above-btn {
    top: 67.1%;
    left: 50%;
    transform: translateX(-50%);
  }

  .mdl-about .mdl-header-text {
    font-size: 5.8666666667vw;
  }
}