@charset "UTF-8";
/*---------------------------------------------

J-MDM Page CSS

for ips-j.co.jp
coded by d-spica at 2021-08-13

---------------------------------------------*/
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap);
@import "set.css";
@import "base.css";
@import "parts.css";
header.pagetitle p {
  width: 6.2rem;
}

.page-jmdm section {
  position: relative;
}

section.jmdm_summary {
  padding: 1rem;
}
section.jmdm_summary::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
  background: url("../img/bg-key.png") no-repeat 50% 50%/cover;
  width: 100vw;
  height: 100%;
}
section.jmdm_summary h3 {
  margin: 4% auto 8%;
  max-width: min(90%, 24rem);
}
section.jmdm_summary picture {
  display: block;
}

section.problem {
  padding: 2rem 1rem;
}
section.problem section:nth-of-type(1) {
  border: solid 2px var(--key-color);
  border-radius: 1rem;
  padding: 1.4rem;
}
section.problem section:nth-of-type(1) h3 {
  margin-bottom: 1rem;
  margin-left: auto;
  max-width: 30rem;
}
section.problem section:nth-of-type(1) dl {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
}
section.problem section:nth-of-type(1) dl:nth-of-type(n+2) {
  margin-top: 1rem;
  border-top: solid 1px var(--key-color);
  padding-top: 1rem;
}
section.problem section:nth-of-type(1) dt {
  margin: 0 -0.5em 1em;
  text-align: center;
  line-height: 2;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: 700;
}
section.problem section:nth-of-type(1) dd picture {
  display: block;
  margin-bottom: 1rem;
}
section.problem section:nth-of-type(1) dd p {
  line-height: 2;
  font-size: 0.75rem;
}
section.problem section:nth-of-type(1) dd li {
  margin-top: 0.5em;
  background: #476F86 url("../img/mk-check.png") no-repeat 0.4em 50%/1.2em auto;
  padding: 0.2em 0.5em 0.2em 2em;
  letter-spacing: 0.1em;
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
}
section.problem section:nth-of-type(n+2) {
  position: relative;
  margin-top: 6rem;
  padding: 7rem 0 0;
}
section.problem section:nth-of-type(n+2)::before {
  content: "";
  display: block;
  position: absolute;
  top: -5rem;
  left: calc(50% - 6rem);
  background: url("../img/ar-d-B.png") no-repeat 50% 50%/100% auto;
  width: 12rem;
  height: 4rem;
}
section.problem section:nth-of-type(n+2) p {
  position: relative;
  border: solid 4px;
  border-radius: 1rem;
  padding: 2.5rem 1rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--point-color);
}
section.problem section:nth-of-type(n+2) p img {
  position: absolute;
  top: -7rem;
  left: calc(50% - 2.8rem);
  width: 5.6rem;
}

section.feature {
  padding: 2rem 1rem;
}
section.feature h3 {
  margin-bottom: 1.5rem;
  border-bottom: solid 2px;
  background-color: var(--background-color);
  padding: 1.2em;
  letter-spacing: 0.1em;
  font-size: 1rem;
  font-weight: 700;
  color: var(--key-color);
}
section.feature dl {
  margin-bottom: 1.5rem;
  border-bottom: solid 1px var(--border-color);
  padding-bottom: 1rem;
}
section.feature dt {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-size: 1rem;
  font-weight: 700;
  color: var(--point-color);
}
section.feature dt img {
  margin-right: 1em;
  width: 3rem;
}
section.feature dt span {
  line-height: 1.6;
}
section.feature dd {
  line-height: 2;
  font-size: 0.75rem;
  font-weight: 700;
}
section.feature dd li {
  position: relative;
  padding-left: 1em;
}
section.feature dd li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  font-family: monospace;
  font-size: 90%;
  color: var(--point-color);
}

section.function {
  padding: 2rem 1rem;
}
section.function h3 {
  margin-bottom: 1.5rem;
  border-bottom: solid 2px;
  background-color: var(--background-color);
  padding: 1.2em;
  letter-spacing: 0.1em;
  font-size: 1rem;
  font-weight: 700;
  color: var(--key-color);
}
section.function picture {
  display: block;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background-color: var(--background-color);
  padding: 1.5rem 1rem;
  text-align: center;
}
section.function picture img {
  width: 24rem;
}
section.function dl {
  margin-bottom: 1rem;
  border: solid 2px var(--key-color);
  border-radius: 1rem;
  padding: 1.4rem;
}
section.function dt {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  height: 3rem;
  letter-spacing: 0.1em;
  font-size: 1rem;
  font-weight: 700;
  color: var(--key-color);
}
section.function dt img {
  margin-right: 1em;
  width: 2.4rem;
}
section.function dt span {
  line-height: 1.6;
}
section.function dd {
  text-align: justify;
  line-height: 1.6;
  font-size: 0.75rem;
}
section.function dd strong {
  font-weight: 700;
  color: var(--point-color);
}

section.contact_link {
  padding: 1rem 1rem 4rem;
}
section.contact_link p {
  margin: 0 auto;
  max-width: 26rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
}

@media all and (min-width: 720px) {
  header.pagetitle p {
    width: 8.3rem;
  }

  section.jmdm_summary {
    display: flex;
    align-items: center;
    padding: 2rem;
  }
  section.jmdm_summary h3 {
    margin-right: 6%;
    width: min(35%, 16rem);
  }
  section.jmdm_summary picture {
    flex: 1;
  }

  section.problem section:nth-of-type(n+2) {
    padding-top: 1rem;
  }
  section.problem section:nth-of-type(n+2)::before {
    top: -4.5rem;
  }
  section.problem section:nth-of-type(n+2) p {
    border-radius: 3.2rem;
    padding: 2rem 1rem 2rem 3rem;
  }
  section.problem section:nth-of-type(n+2) p img {
    top: -5rem;
    left: 2.5rem;
  }

  section.function picture {
    padding: 2.5rem 2rem;
  }
  section.function picture img {
    width: auto;
  }
  section.function div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.function dl {
    box-sizing: border-box;
    width: 48.5%;
  }
}
@media all and (min-width: 960px) {
  section.problem {
    padding: 2rem;
  }
  section.problem section:nth-of-type(1) {
    padding: 2rem 2.8rem;
  }
  section.problem section:nth-of-type(1) dl {
    max-width: none;
  }
  section.problem section:nth-of-type(1) dl:nth-of-type(2n+1) dd {
    overflow: hidden;
  }
  section.problem section:nth-of-type(1) dl:nth-of-type(2n+1) dd picture {
    float: left;
    margin-right: 2rem;
    width: 40%;
  }
  section.problem section:nth-of-type(1) dl:nth-of-type(2n+1) dd p {
    margin-left: calc(40% + 2rem);
  }
  section.problem section:nth-of-type(1) dl:nth-of-type(2n) dd {
    overflow: hidden;
  }
  section.problem section:nth-of-type(1) dl:nth-of-type(2n) dd picture {
    float: right;
    margin-left: 2rem;
    width: 40%;
  }
  section.problem section:nth-of-type(1) dl:nth-of-type(2n) dd ul {
    margin-right: calc(40% + 2rem);
  }

  section.feature {
    padding: 2rem;
  }

  section.function {
    padding: 2rem;
  }
  section.function dl {
    width: 32%;
  }

  section.contact_link {
    padding: 2rem 2rem 5rem;
  }
}/*# sourceMappingURL=style-jmdm.css.map */