<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
  background: #DBEFEE;
  margin: 0 auto;
  color: #3e3b3a;
  font-family: "Noto Sans JP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box; }

a:hover {
  text-decoration: none; }

a {
  text-decoration: transparent; }

header {
  background: #DBEFEE;
  margin: auto;
  box-sizing: border-box; }
  header .wrapper {
    width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .wrapper img {
      width: 30%;
      height: auto;
      vertical-align: bottom; }
    header .wrapper .area_r {
      width: 70%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      header .wrapper .area_r h1 {
        width: 620px;
        padding: 30px 50px;
        border: 10px solid #B5DEDC;
        background: #fff;
        border-radius: 0 30px 30px 30px; }
        header .wrapper .area_r h1 img {
          width: 100%;
          height: auto;
          vertical-align: bottom; }
      header .wrapper .area_r p {
        margin-top: 40px;
        font-size: 14px; }
        header .wrapper .area_r p span {
          font-size: 18px;
          font-weight: bold; }

.leadTitle {
  width: 100%;
  background: #25BCEF;
  text-align: center; }
  .leadTitle p {
    max-width: 1280px;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: auto;
    position: relative;
    line-height: 1.2; }
    .leadTitle p .yellow {
      color: #efef01;
      font-size: 150%; }
  .leadTitle p::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: url(../../images/drug04/drug04_03.png);
    background-size: cover;
    margin-right: 11%; }

.container {
  max-width: 1280px;
  width: 100%;
  background: #fff;
  padding: 10px;
  margin: auto; }

nav {
  max-width: 950px;
  margin: auto; }
  nav ul {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between; }
    nav ul a {
      width: 30%; }
      nav ul a li {
        border: 1px solid #3FBAB7;
        border-radius: 8px;
        text-align: center;
        padding: 10px 5px; }
        nav ul a li p {
          font-size: 15px;
          font-weight: bold;
          color: #3FBAB7;
          position: relative; }
        nav ul a li p:after {
          display: inline-block;
          position: relative;
          margin-left: 5px;
          content: "";
          border-right: 6px solid transparent;
          border-top: 8px solid #3FBAB7;
          border-left: 6px solid transparent;
          transform: translateY(-2px); }

section {
  max-width: 950px;
  margin: auto;
  margin-bottom: 30px; }
  section h2 {
    padding: 10px 20px;
    background: #3FBAB7;
    border-radius: 15px 15px 0 0;
    border-bottom: 3px solid #DAC895;
    font-size: 24px;
    font-weight: bold;
    color: #fff; }
  section .wrapper {
    border: 4px solid #B5DEDC;
    border-top: none;
    border-radius: 0 0 15px 15px;
    padding: 30px 40px 50px 40px; }
    section .wrapper .leadText {
      text-align: center;
      font-size: 18px;
      font-weight: bold; }
      section .wrapper .leadText .color {
        color: #3FBAB7; }
      section .wrapper .leadText .normal {
        font-weight: normal; }
    section .wrapper .panelParts {
      max-width: 720px;
      display: flex;
      justify-content: space-between;
      margin: auto;
      margin-top: 50px;
      margin-bottom: 50px; }
      section .wrapper .panelParts li {
        width: 31%;
        background: #EDF7F7;
        padding: 30px 20px 60px 20px;
        border: 2px solid #B4DDDA;
        border-radius: 0 20px 20px 20px;
        position: relative; }
        section .wrapper .panelParts li p {
          font-size: 22px;
          font-weight: bold;
          text-align: center; }
          section .wrapper .panelParts li p span {
            color: #3FBAB7;
            font-weight: bold; }
      section .wrapper .panelParts li::after {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 40px;
        height: 40px;
        content: "";
        display: block;
        background: url(../../images/drug04/drug04_04.png);
        background-size: contain;
        transform: translate(-50%, -10px); }
      section .wrapper .panelParts li:nth-child(2) {
        background: #EDF8FE;
        border: 2px solid #A7DCF8; }
    section .wrapper h3 {
      font-size: 22px;
      font-weight: bold;
      color: #3FBAB7;
      position: relative;
      display: flex;
      align-items: center;
      margin-top: 20px;
      margin-bottom: 10px; }
    section .wrapper h3::before {
      content: "";
      position: relative;
      display: inline-block;
      width: 12px;
      height: 12px;
      background: #009A95;
      border: 6px solid #8CCCC8;
      border-radius: 50%;
      margin-right: 5px; }
    section .wrapper .description {
      margin-left: 30px;
      font-size: 16px;
      font-weight: normal; }
      section .wrapper .description span {
        color: #3FBAB7; }
    section .wrapper .listText {
      margin-left: 40px; }
      section .wrapper .listText .smallText {
        font-size: 14px; }
      section .wrapper .listText .color {
        color: #3FBAB7; }
      section .wrapper .listText li {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 10px;
        position: relative; }
      section .wrapper .listText li::before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        background: #B5DEDC;
        border-radius: 50%;
        top: 0;
        left: 0;
        transform: translate(-15px, 7px); }
    section .wrapper .split02 {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 50px; }
      section .wrapper .split02 p {
        width: 65%; }
        section .wrapper .split02 p .smallText {
          font-size: 14px; }
      section .wrapper .split02 img {
        width: 25%;
        height: auto; }
    section .wrapper .split02_02 {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      section .wrapper .split02_02 div {
        width: 65%; }
      section .wrapper .split02_02 img {
        width: 20%;
        height: auto;
        margin-right: 50px; }
    section .wrapper .marker {
      background: linear-gradient(transparent 60%, #F6CFE1 60%); }
    section .wrapper .bold {
      font-weight: bold; }
    section .wrapper .supplement {
      color: #3FBAB7;
      text-align: center;
      font-size: 15px;
      margin-top: 50px;
      margin-bottom: 30px; }
    section .wrapper .subImg {
      display: block;
      width: 50%;
      height: auto;
      text-align: center;
      margin: auto; }
    section .wrapper .supplement02 {
      font-size: 15px;
      margin-top: 50px;
      padding: 10px 20px;
      border: 1px solid #404040; }
    section .wrapper .supplement03 {
      text-align: right;
      font-size: 12px;
      margin-top: 15px; }

.toTopArea {
  text-align: right;
  max-width: 950px;
  margin: auto;
  margin-bottom: 50px; }

.toTopBtn {
  padding: 8px 30px;
  background: #3FBAB7;
  color: #fff;
  font-size: 15px;
  border-radius: 8px;
  position: relative; }

.toTopBtn::after {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  content: "";
  border-right: 6px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 6px solid transparent; }

#footer_common {
  min-width: 1280px;
  background: #E7E5E3;
  border-top: 5px solid #25BCEF; }

#footer_common .wrapper {
  width: 1280px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

#footer_common .footer_copyright {
  display: flex;
  align-items: center;
  margin: auto;
  font-size: 14px;
  width: 30%; }

#footer_common .footer_copyright p {
  margin-bottom: 0;
  margin-right: 20px; }

#footer_common .footer_copyright a {
  color: #3e3b3a;
  text-decoration: transparent;
  font-size: 14px; }

#footer_common .wrapper &gt; a,
#footer_common .wrapper &gt; p {
  width: 30%;
  text-align: center;
  margin: auto;
  font-size: 12px; }

#footer_common img.footer_logo {
  margin: 0 auto;
  width: 200px;
  height: auto;
  float: none; }

#footer_common .wrapper &gt; p {
  text-align: right; }

@media screen and (max-width: 768px) {
  body {
    width: 100%;
    font-size: 14px; }

  header .wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    header .wrapper .area_r {
      width: 100%;
      order: 1;
      padding: 15px; }
      header .wrapper .area_r h1 {
        width: 100%; }
      header .wrapper .area_r img {
        width: 50%;
        margin-top: 20px; }
      header .wrapper .area_r p {
        width: 100%;
        text-align: left; }

  header .wrapper &gt; img {
    order: 2; }

  .leadTitle p {
    padding: 10px 15px;
    font-size: 18px; }

  .leadTitle p::after {
    display: none; }

  .container {
    padding: 15px; }

  nav ul {
    margin-top: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: space-between; }
    nav ul a {
      width: 100%;
      margin-bottom: 10px; }

  section h2 {
    padding: 10px 20px;
    font-size: 20px;
    text-align: center; }

  section .wrapper {
    padding: 15px 15px 30px 15px; }
    section .wrapper .leadText {
      text-align: left; }
    section .wrapper .panelParts {
      flex-wrap: wrap;
      margin-top: 30px;
      margin-bottom: 30px; }
      section .wrapper .panelParts li {
        width: 75%;
        margin: auto;
        margin-bottom: 20px; }
    section .wrapper .split02_02 {
      flex-wrap: wrap; }
      section .wrapper .split02_02 div {
        width: 100%; }
      section .wrapper .split02_02 img {
        width: 50%;
        margin: auto;
        margin-top: 20px; }
    section .wrapper h3 {
      font-size: 20px; }
    section .wrapper .description {
      font-size: 15px; }
    section .wrapper .split02 {
      flex-wrap: wrap;
      margin-top: 30px; }
      section .wrapper .split02 p {
        width: 100%;
        font-size: 15px; }
      section .wrapper .split02 img {
        width: 50%;
        margin: auto;
        margin-top: 20px; }
    section .wrapper .subImg {
      width: 80%; }
    section .wrapper .supplement02 {
      font-size: 14px;
      margin-top: 30px;
      padding: 10px 15px; }

  #footer_common {
    width: 100%;
    min-width: auto; }

  #footer_common .wrapper {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: center;
    flex-direction: column; }

  #footer_common .footer_copyright a {
    font-size: 14px; }

  #footer_common .footer_copyright {
    display: flex;
    align-items: center;
    margin: auto;
    margin-top: 15px;
    justify-content: center;
    font-size: 14px;
    width: 100%;
    order: 1; }

  #footer_common .footer_copyright p {
    margin-bottom: 0;
    margin-right: 20px; }

  #footer_common .wrapper &gt; a,
  #footer_common .wrapper &gt; p {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 15px; }

  #footer_common img.footer_logo {
    margin: 0 auto;
    order: 2; }

  #footer_common .wrapper &gt; p {
    order: 3; } }
</pre></body></html>