@charset "UTF-8";
.mv_wrap {
  background: url("/assets/medical-products/dermeden/images/mv_bg.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 979px) {
    .mv_wrap {
      background: none; } }

article p {
  font-size: 18px; }

@media screen and (max-width: 979px) {
  article p {
    font-size: 3.8vw; } }

header {
  text-align: center;
  color: #0f9ed5; }
  header h2 {
    font-size: 50px;
    font-family: "Castoro Titling", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif, Georgia, serif;
    font-weight: normal;
    line-height: 1.2; }
  header p.sub_text {
    margin-top: 10px;
    font-size: 18px; }
  header.white {
    color: #fff; }
  @media screen and (max-width: 979px) {
    header h2 {
      font-size: 7.5vw; }
    header p.sub_text {
      margin-top: 0.5vw;
      font-size: 3.5vw; } }

.about {
  padding: 100px 0;
  background: url("/assets/medical-products/dermeden/images/bg_about.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 979px) {
    .about {
      padding: 8vw 0; } }
  .about .container h3 {
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1.5em;
    display: inline-block;
    top: 0;
    font-size: 38px;
    color: #bb9b52; }
    .about .container h3 span {
      display: block;
      font-size: 15px;
      color: #000; }
    .about .container h3:before, .about .container h3:after {
      position: absolute;
      top: 0;
      content: '';
      width: 15px;
      height: 100%;
      display: inline-block; }
    .about .container h3:before {
      border-left: solid 1px black;
      border-top: solid 1px black;
      border-bottom: solid 1px black;
      left: 0; }
    .about .container h3:after {
      content: '';
      border-top: solid 1px black;
      border-right: solid 1px black;
      border-bottom: solid 1px black;
      right: 0; }
  .about .container p.text span {
    color: #0f9ed5;
    font-weight: bold; }
  @media screen and (max-width: 979px) {
    .about .container h3 {
      padding: 0.25em 0.8em;
      font-size: 6vw; }
      .about .container h3 span {
        font-size: 3vw; } }

.howto {
  padding: 100px 0;
  background: url("/assets/medical-products/dermeden/images/bg_howto.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 979px) {
    .howto {
      padding: 8vw 0; } }
  .howto .container .howto_wrap {
    background: #fff;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 40px 30px;
    box-shadow: 5px 5px 10px -5px #888; }
    .howto .container .howto_wrap .howto_txt .ttl {
      font-size: 32px;
      color: #0f9ed5;
      text-align: center;
      font-weight: bold; }
    .howto .container .howto_wrap .howto_txt dl {
      display: flex;
      background: #f3f8f8;
      border-top-left-radius: 12px;
      border-bottom-right-radius: 12px;
      font-size: 20px;
      font-weight: bold; }
      .howto .container .howto_wrap .howto_txt dl dt {
        background: #29b2b9;
        border-top-left-radius: 12px;
        padding: 5px 0;
        color: #fff;
        width: 30%;
        text-align: center; }
        .howto .container .howto_wrap .howto_txt dl dt img {
          margin-left: 6px; }
      .howto .container .howto_wrap .howto_txt dl dd {
        color: #0fb5d5;
        padding: 5px 0;
        width: 70%;
        text-align: center; }
      .howto .container .howto_wrap .howto_txt dl + dl {
        margin-top: 10px; }
        .howto .container .howto_wrap .howto_txt dl + dl dt {
          background: #0fcbd5; }
        .howto .container .howto_wrap .howto_txt dl + dl dd {
          color: #0fcbd5; }
    .howto .container .howto_wrap .howto_img {
      margin-top: -60px;
      text-align: right; }
  .howto .container .warning {
    background: #fff; }
    .howto .container .warning .warning_ttl {
      background: #bb9b52;
      text-align: center;
      padding: 6px 0;
      font-weight: bold;
      font-size: 22px;
      color: #fff; }
    .howto .container .warning div {
      padding: 30px; }
      .howto .container .warning div ul li {
        font-size: 18px; }
        .howto .container .warning div ul li + li {
          margin-top: 5px; }
  @media screen and (max-width: 979px) {
    .howto .container .howto_wrap {
      padding: 4vw 3vw; }
      .howto .container .howto_wrap .howto_txt .ttl {
        font-size: 6vw; }
      .howto .container .howto_wrap .howto_txt dl {
        font-size: 4.5vw; }
        .howto .container .howto_wrap .howto_txt dl dt {
          width: 35%; }
        .howto .container .howto_wrap .howto_txt dl dd {
          width: 65%; }
      .howto .container .howto_wrap .howto_img {
        margin: 4vw auto 0;
        width: 90%; }
    .howto .container .warning .warning_ttl {
      font-size: 5vw; }
    .howto .container .warning div {
      padding: 4vw; }
      .howto .container .warning div ul li {
        font-size: 3.7vw;
        line-height: 1.4; } }

.component {
  padding: 100px 0;
  background: url("/assets/medical-products/dermeden/images/bg_component.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 979px) {
    .component {
      padding: 8vw 0; } }
  .component .container .component_wrap {
    background: #fff;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 5px 5px 10px -5px #888; }
    .component .container .component_wrap .component_ttl {
      background: #0f9ed5;
      border-top-left-radius: 25px;
      padding: 6px 0;
      text-align: center;
      font-weight: bold;
      font-size: 24px;
      color: #fff; }
    .component .container .component_wrap div {
      padding: 30px; }
      .component .container .component_wrap div ul li + li {
        margin-top: 5px; }
      .component .container .component_wrap div ul.flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .component .container .component_wrap div ul.flex li {
          width: calc(100% / 2); }
  .component .container .sef_wrap {
    background-color: rgba(92, 115, 115, 0.75);
    padding: 30px;
    color: #fff; }
    .component .container .sef_wrap .sef_ttl {
      font-weight: bold;
      font-size: 24px;
      text-align: center;
      margin-bottom: 15px; }
  .component .container p.note {
    text-align: center;
    color: #f80000;
    font-size: 20px;
    font-weight: bold; }
  @media screen and (max-width: 979px) {
    .component .container .component_wrap .component_ttl {
      font-size: 5vw; }
    .component .container .component_wrap div {
      padding: 4vw; }
      .component .container .component_wrap div ul li {
        font-size: 3.7vw; }
      .component .container .component_wrap div ul.flex {
        display: block; }
        .component .container .component_wrap div ul.flex li {
          width: auto; }
    .component .container .sef_wrap {
      padding: 4vw;
      color: #fff; }
      .component .container .sef_wrap .sef_ttl {
        font-size: 5vw;
        margin-bottom: 2vw; }
    .component .container p.note {
      font-size: 4vw; } }

.photo {
  padding: 100px 0;
  background: url("/assets/medical-products/dermeden/images/bg_photo.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 979px) {
    .photo {
      padding: 8vw 0; } }
  .photo .container .photo_img img {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2); }
  .photo .risk p {
    font-size: 12px; }

.clinic {
  padding: 100px 0; }
  @media screen and (max-width: 979px) {
    .clinic {
      padding: 8vw 0; } }
