@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;600&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  border-top-width: 1px;
  box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b {
  font-weight: bolder;
}

strong {
  font-weight: unset;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  -webkit-print-color-adjust: exact;
}

@media print {
  .header,
  .footer,
  a.con-submit {
    display: none;
  }
  .base-contentWrap {
    padding-top: 0;
  }
  .base-contentWrap_inner {
    margin-top: -148px;
  }
  .base-breadCrumb {
    display: none !important;
  }
  .print-none {
    display: none;
  }
  .print-headingFix {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  html {
    overflow-x: hidden;
  }
}

body {
  color: #000000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  overflow-x: hidden;
  position: relative;
}

body.fixed {
  height: 100vh;
  overflow: hidden;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}
input:focus-visible,
textarea:focus-visible,
button:focus-visible,
select:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.base-ruby {
  position: relative;
  white-space: nowrap;
  line-height: 2;
  padding-top: 0.2em;
}

.base-ruby::after {
  content: attr(aria-label);
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%) translateY(-0.5em);
  -webkit-transform: translateX(-50%) translateY(-0.5em);
  -ms-transform: translateX(-50%) translateY(-0.5em);
  font-size: 0.5em;
  white-space: nowrap;
}

.base-ruby--list::after {
  padding-left: 3em;
}

.base-contentWrap {
  margin-left: -1px;
  transform: rotate(0.03deg);
}
@media print, screen and (min-width: 1200px) {
  .base-contentWrap {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 1199px) {
  .base-contentWrap {
    overflow-x: hidden;
    padding-top: 179px;
  }
}
@media only screen and (max-width: 767px) {
  .base-contentWrap {
    padding-top: 106px;
  }
}

* {
  box-sizing: border-box;
}

img,
video {
  max-width: 100%;
}

.base-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .base-text {
    font-size: 14px;
    margin-top: 14px;
  }
}
.base-text--noMargin {
  margin-top: 0;
}
.base-text--noWrap {
  white-space: nowrap;
}
.base-text--bold {
  font-weight: 600;
}
.base-text--small {
  font-size: 13px;
}
.base-text--center {
  text-align: center;
}
.base-text--right {
  text-align: right;
}

.base-textred {
  color: #d01137;
}

.base-textorange {
  color: #B85D00;
}

.base-textnavy {
  color: #110f81;
  font-weight: 500;
}

.base-textblue {
  color: #1750A3;
}

.base-textpink {
  color: #CC007B;
}

.base-textgreen {
  color: #51801E;
}

.base-textyellow {
  color: #fff100;
}

@media only screen and (max-width: 767px) {
  .base-textSpMargin {
    margin-bottom: 11px;
    display: inline-block;
  }
}

.base-doctorName {
  font-size: 16px;
  text-align: right;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.base-textPcMargin {
  margin-left: 54px;
}
@media only screen and (max-width: 1199px) {
  .base-textPcMargin {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .base-textPcMargin {
    margin-left: 0;
  }
}

.base-link {
  text-decoration: underline;
  color: #110f81;
  font-weight: 600;
}

.base-linkBtn {
  width: 100%;
  margin-top: 30px;
  display: flex;
}
.base-linkBtn--center {
  justify-content: center;
}
.base-linkBtn--right {
  justify-content: flex-end;
}
.base-linkBtn_item {
  background-color: #110f81;
  border-radius: 100px;
  color: #ffffff;
  font-size: 18px;
  padding: 20px 50px 20px 30px;
  position: relative;
  transition: opacity 0.2s;
  width: auto;
  max-width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
  .base-linkBtn_item:hover {
    text-decoration: underline;
  }
}
.base-linkBtn_item:focus-visible .base-linkBtn_itemText {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .base-linkBtn_item {
    width: 100%;
    padding: 20px 40px 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .base-linkBtn_item {
    font-size: 14px;
  }
}
.base-linkBtn_item::before {
  background-image: url("../../img/arrow-white.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 38%;
  transform: translateX(-50%);
  width: 15px;
}
@media only screen and (max-width: 1199px) {
  .base-linkBtn_item::before {
    height: 13px;
    right: 20px;
    top: 40%;
    width: 7.9px;
  }
}
.base-linkBtn_item--fontSmall {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .base-linkBtn_item--fontSmall {
    font-size: 14px;
  }
}
.base-linkBtn_item--wide {
  width: 100%;
}

.base-wrapper {
  margin: 0 auto;
  width: 960px;
}
@media only screen and (max-width: 1199px) {
  .base-wrapper {
    width: 89.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .base-wrapper--spFull {
    width: 100%;
  }
}
.base-wrapper_inner {
  margin-top: 85px;
}
@media only screen and (max-width: 767px) {
  .base-wrapper_inner {
    margin-top: 60px;
  }
}
.base-wrapper--btmMargin {
  margin: 0 auto 100px auto;
}
@media only screen and (max-width: 767px) {
  .base-wrapper--btmMargin {
    margin-bottom: 60px;
  }
}

.base-caption {
  font-size: 14px;
  line-height: 1.5;
}

.base-heading02 {
  background: linear-gradient(-45deg, #0e73aa 25%, #0F7DB8 0, #0F7DB8 50%, #0e73aa 0, #0e73aa 75%, #0F7DB8 0);
  background-size: 10px 10px;
  box-shadow: 0px 10px 10px -5px #cecece;
  color: #ffffff;
  font-size: 48px;
  padding: 10px 0;
  text-align: center;
}
.base-heading02_inner {
  background-color: #0F7DB8;
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: calc(100% - 20px);
}
@media only screen and (max-width: 767px) {
  .base-heading02_inner {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .base-heading02 {
    font-size: 24px;
  }
}

.base-heading03 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 50px;
  padding: 40px 0;
  position: relative;
  text-align: center;
  line-height: 1.4;
}
.base-heading03::before {
  background-image: url(../../img/bg-baseheading03-top.png);
  background-size: cover;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.base-heading03::after {
  background-image: url(../../img/bg-baseheading03-bottom.png);
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .base-heading03 {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.base-heading04 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
  padding: 30px 20px;
}
@media only screen and (max-width: 1199px) {
  .base-heading04 {
    font-size: 20px;
  }
}
.base-heading04--orange {
  background: linear-gradient(-45deg, #a95500 25%, #B85D00 0, #B85D00 50%, #a95500 0, #a95500 75%, #B85D00 0);
  background-size: 10px 10px;
}
.base-heading04--blue {
  background: linear-gradient(-45deg, #0e73aa 25%, #0F7DB8 0, #0F7DB8 50%, #0e73aa 0, #0e73aa 75%, #0F7DB8 0);
  background-size: 10px 10px;
}
.base-heading04--navy {
  background: linear-gradient(-45deg, #0f0d73 25%, #110f81 0, #110f81 50%, #0f0d73 0, #0f0d73 75%, #110f81 0);
  background-size: 10px 10px;
}
.base-heading04--brown {
  background: linear-gradient(-45deg, #716250 25%, #7a6a56 0, #7a6a56 50%, #716250 0, #716250 75%, #7a6a56 0);
  background-size: 10px 10px;
}
.base-heading04--bottomMargin {
  margin-bottom: 40px;
}

.base-heading05 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .base-heading05 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.base-heading05--orange {
  color: #B85D00;
}
.base-heading05--blue {
  color: #1750A3;
}
.base-heading05--navy {
  color: #110f81;
}
.base-heading05--brown {
  color: #7a6a56;
}
.base-heading05--marginTop {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .base-heading05--marginTop {
    margin-top: 30px;
  }
}
.base-heading05--noMargin {
  margin-bottom: 0;
}
.base-heading05--border {
  text-align: center;
  border-bottom: solid 3px #110f81;
  padding-bottom: 20px;
}

.base-heading06 {
  background: #eef3c5;
  padding: 10px 20px;
  border-radius: 10px;
  color: #51801E;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .base-heading06 {
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
}
.base-heading06--marginTop {
  margin-top: 30px;
}

.base-heading07 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .base-heading07 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.base-heading07--marginTop {
  margin-top: 20px;
}
.base-heading07--center {
  text-align: center;
}

.base-list--marginTop {
  margin-top: 30px;
}
.base-list--marginBottom {
  margin-bottom: 30px;
}
.base-list_item {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  margin-top: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .base-list_item {
    font-size: 16px;
  }
}
.base-list_item::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #B85D00;
  border-radius: 50%;
}

.base-numberList {
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .base-numberList {
    font-size: 16px;
  }
}
.base-numberList_item {
  font-size: 18px;
  font-weight: 600;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media only screen and (max-width: 1199px) {
  .base-numberList_item {
    font-size: 16px;
  }
}
.base-numberList_item::first-letter {
  color: #110f81;
}
.base-numberList_item--large {
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  .base-numberList_item--large {
    font-size: 18px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.base-bibliographyList {
  margin-top: 10px;
}
.base-bibliographyList_item {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 5px;
  padding-left: 1.5em;
  text-indent: -1.2em;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .base-bibliographyList_item {
    font-size: 13px;
  }
}

.base-img {
  width: 100%;
}
.base-img--center750 {
  display: block;
  max-width: 750px;
  margin: 60px auto;
}
@media only screen and (max-width: 767px) {
  .base-img--center750 {
    margin: 30px auto;
  }
}
.base-img--center600 {
  display: block;
  max-width: 600px;
  margin: 60px auto;
}
@media only screen and (max-width: 767px) {
  .base-img--center600 {
    margin: 30px auto;
  }
}
.base-img--center300 {
  display: block;
  max-width: 300px;
  margin: 30px auto;
}
@media only screen and (max-width: 767px) {
  .base-img--center300 {
    margin: 10px auto;
  }
}
.base-img--center150 {
  display: block;
  max-width: 150px;
  margin: 30px auto;
}
@media only screen and (max-width: 767px) {
  .base-img--center150 {
    margin: 10px auto;
  }
}
.base-img--center100 {
  display: block;
  max-width: 100px;
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .base-img {
    margin: 10px auto;
  }
}

.base-flexWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.base-flexWrap--noMargin {
  margin-top: 0;
}
.base-flexWrap--center {
  justify-content: center;
}
.base-flexWrap--width500 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.base-flexWrap_item {
  margin-top: 30px;
}
.base-flexWrap_item--full {
  width: 100%;
}
.base-flexWrap_item--half {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 1199px) {
  .base-flexWrap_item--half {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .base-flexWrap_item--half--tabSame {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-flexWrap_item--half--tabOnlySame {
    width: calc(50% - 10px);
  }
}
.base-flexWrap_item--third {
  width: 32%;
}
@media only screen and (max-width: 1199px) {
  .base-flexWrap_item--third {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .base-flexWrap_item--third--tabSame {
    width: 32%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-flexWrap_item--third--tabOnlySame {
    width: 32%;
  }
}
.base-flexWrap_item--noMargin {
  margin-top: 0;
}
.base-flexWrap_item--blue {
  background-color: #ecf4fc;
  border-radius: 10px;
  padding: 30px;
}
.base-flexWrap_imgArea {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .base-flexWrap_imgArea {
    width: 100%;
    margin: 10px auto;
  }
}
.base-flexWrap_txtArea {
  width: calc(100% - 240px);
}
@media only screen and (max-width: 767px) {
  .base-flexWrap_txtArea {
    width: 100%;
    padding: 0;
  }
}

.base-index {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .base-index {
    margin-bottom: 20px;
  }
}
.base-index_ul {
  display: flex;
  flex-wrap: wrap;
}
.base-index_list {
  border: 2px solid #c9c9ca;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .base-index_list {
    font-size: 10px;
    margin-bottom: 10px;
    margin-right: 8px;
  }
}
.base-index_list--orange {
  border: 2px solid #B85D00;
}
.base-index_list--navy {
  border: 2px solid #1750A3;
}
.base-index_list--brown {
  border: 2px solid #7a6a56;
}
.base-index_link {
  display: block;
  height: 100%;
  line-height: 1.5;
  padding: 14px 30px 14px 10px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .base-index_link {
    letter-spacing: 0em;
    padding: 8px 20px 8px 8px;
  }
}
@media print, screen and (min-width: 1200px) {
  .base-index_link:hover {
    text-decoration: underline;
  }
}
.base-index_link:focus-visible .base-index_linkText {
  text-decoration: underline;
  transform: scale(1.05);
  display: inline-block;
}
.base-index_link::after {
  background-color: #000000;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  margin: auto 0;
  position: absolute;
  right: 16px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}
@media only screen and (max-width: 767px) {
  .base-index_link::after {
    right: 11px;
    width: 6px;
  }
}
.base-index_link::before {
  background-color: #000000;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  margin: auto 0;
  position: absolute;
  right: 10px;
  top: 0;
  transform: rotate(135deg);
  width: 10px;
}
@media only screen and (max-width: 767px) {
  .base-index_link::before {
    right: 8px;
    width: 6px;
  }
}

.base-box--orange {
  background-color: #ffefd6;
}
.base-box--blue {
  background-color: #ecf4fc;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-box {
    padding-bottom: 60px;
  }
}

.base-borderBox {
  border-radius: 10px;
  margin: 30px 0;
  padding: 30px;
}
.base-borderBox--orange {
  border: solid 3px #B85D00;
}
.base-borderBox--red {
  border: solid 3px #d01137;
  background-color: #fdeef4;
}
.base-borderBox--red .base-text {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

.base-doctorSpeechArea_inner {
  width: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 370px;
  padding-top: 30px;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-doctorSpeechArea_inner {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeechArea_inner {
    flex-wrap: wrap;
    min-height: auto;
    padding-top: 0;
  }
}
.base-doctorSpeechArea_imgWrap {
  width: 300px;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-doctorSpeechArea_imgWrap {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeechArea_imgWrap {
    width: 100%;
    order: 2;
  }
}
.base-doctorSpeechArea_imgItem {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeechArea_imgItem {
    width: 130px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
.base-doctorSpeechArea_txtWrap {
  width: calc(100% - 300px);
  min-height: 345px;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 1200px) {
  .base-doctorSpeechArea_txtWrap {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-doctorSpeechArea_txtWrap {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeechArea_txtWrap {
    width: 100%;
    min-height: auto;
    order: 1;
  }
}
.base-doctorSpeechArea_txt {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .base-doctorSpeechArea_txt {
    font-size: 18px;
  }
}
.base-doctorSpeechArea_list {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .base-doctorSpeechArea_list {
    font-size: 18px;
  }
}
.base-doctorSpeechArea_bubble {
  border-radius: 20px;
  margin: 10px 0 0 60px;
  padding: 40px 65px;
  position: relative;
  background-color: #ffffff;
  border: 2px solid #1750A3;
  box-shadow: 10px 10px 10px #cecece;
}
@media only screen and (max-width: 1199px) {
  .base-doctorSpeechArea_bubble {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeechArea_bubble {
    width: 100%;
    margin: 50px 0 40px 0;
    padding: 30px 20px;
  }
}
.base-doctorSpeechArea_bubble::before {
  border-color: transparent #1750A3 transparent transparent;
}
.base-doctorSpeechArea_bubble::after {
  border-color: transparent #ffffff transparent transparent;
}
.base-doctorSpeechArea_bubble--orange {
  background-color: #ffebcc;
  border: 2px solid #B85D00;
  box-shadow: 10px 10px 10px #d6c0a9;
}
.base-doctorSpeechArea_bubble--orange::before {
  border-color: transparent #B85D00 transparent transparent;
}
.base-doctorSpeechArea_bubble--orange::after {
  border-color: transparent #ffebcc transparent transparent;
}
.base-doctorSpeechArea_bubble::before {
  border-style: solid;
  border-width: 27px 30px 27px 0;
  content: "";
  display: block;
  height: 0;
  left: -30px;
  position: absolute;
  bottom: 73px;
  transform: translateY(-50%);
  width: 0;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-doctorSpeechArea_bubble::before {
    bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeechArea_bubble::before {
    bottom: -43px;
    left: 130px;
    top: auto;
    transform: rotate(-90deg);
  }
}
.base-doctorSpeechArea_bubble::after {
  border-style: solid;
  border-width: 26px 28px 26px 0;
  content: "";
  display: block;
  height: 0;
  left: -26px;
  position: absolute;
  bottom: 75px;
  transform: translateY(-50%);
  width: 0;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-doctorSpeechArea_bubble::after {
    bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeechArea_bubble::after {
    bottom: -39px;
    left: 131px;
    top: auto;
    transform: rotate(-90deg);
  }
}
.base-doctorSpeechArea_ruby {
  position: relative;
}
.base-doctorSpeechArea_ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.3em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5em;
  width: 100%;
  text-align: center;
}

.base-doctorSpeech {
  display: flex;
  padding-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .base-doctorSpeech {
    align-items: center;
    margin: 0 auto;
    width: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeech {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.base-doctorSpeech_doctor {
  width: 300px;
}
@media only screen and (max-width: 1199px) {
  .base-doctorSpeech_doctor {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeech_doctor {
    margin-right: auto;
    margin-top: 20px;
    width: 42.6666666667vw;
  }
}
.base-doctorSpeech_bubble {
  border-radius: 20px;
  height: 258px;
  margin: 10px 0 0 60px;
  padding: 40px 65px;
  position: relative;
  width: 600px;
}
.base-doctorSpeech_bubble--orange {
  background-color: #ffffff;
  border: 2px solid #B85D00;
  box-shadow: 10px 10px 10px #d6c0a9;
}
.base-doctorSpeech_bubble--orange::before {
  border-color: transparent #B85D00 transparent transparent;
}
.base-doctorSpeech_bubble--orange::after {
  border-color: transparent #ffffff transparent transparent;
}
.base-doctorSpeech_bubble--blue {
  background-color: #ffffff;
  border: 2px solid #1750A3;
  box-shadow: 10px 10px 10px #cecece;
}
.base-doctorSpeech_bubble--blue::before {
  border-color: transparent #1750A3 transparent transparent;
}
.base-doctorSpeech_bubble--blue::after {
  border-color: transparent #ffffff transparent transparent;
}
.base-doctorSpeech_bubble--cause {
  padding: 20px 65px;
}
@media print, screen and (min-width: 1200px) {
  .base-doctorSpeech_bubble--cause.base-doctorSpeech_bubble--orange {
    height: 218px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .base-doctorSpeech_bubble--cause.base-doctorSpeech_bubble--orange {
    height: 218px;
  }
}
.base-doctorSpeech_bubble--treatment {
  height: 190px;
}
.base-doctorSpeech_bubble--type {
  padding: 17px 34px;
}
.base-doctorSpeech_bubble--dpnp-neuropathy {
  height: 290px;
}
@media only screen and (max-width: 1199px) {
  .base-doctorSpeech_bubble {
    height: 210px;
    padding: 20px;
    width: 580px;
  }
  .base-doctorSpeech_bubble--cause {
    height: 260px;
    padding: 10px 20px;
  }
  .base-doctorSpeech_bubble--treatment {
    height: 250px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 1199px) {
  .base-doctorSpeech_bubble--type {
    height: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeech_bubble {
    height: auto;
    margin: 0 0 0 auto;
    padding: 20px 10px;
    width: 80vw;
  }
}
.base-doctorSpeech_bubble::before {
  border-style: solid;
  border-width: 27px 30px 27px 0;
  content: "";
  display: block;
  height: 0;
  left: -30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeech_bubble::before {
    bottom: -43px;
    left: 130px;
    top: auto;
    transform: rotate(-90deg);
  }
}
.base-doctorSpeech_bubble::after {
  border-style: solid;
  border-width: 26px 28px 26px 0;
  content: "";
  display: block;
  height: 0;
  left: -26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeech_bubble::after {
    bottom: -39px;
    left: 131px;
    top: auto;
    transform: rotate(-90deg);
  }
}
.base-doctorSpeech_smallText {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeech_smallText {
    font-size: 14px;
  }
}
.base-doctorSpeech_bigText {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .base-doctorSpeech_bigText {
    font-size: 18px;
  }
}

.base-supervision {
  margin-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .base-supervision {
    margin-bottom: 60px;
  }
}
.base-supervision_inner {
  background-color: #ececec;
  border-radius: 10px;
  display: flex;
  margin-top: 20px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .base-supervision_inner {
    flex-direction: column;
  }
}
.base-supervision_heading {
  font-size: 20px;
  font-weight: 500;
}
.base-supervision_name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .base-supervision_history {
    margin-left: 20px;
    margin-top: 10px;
  }
}
.base-supervision_historyItem {
  font-size: 18px;
  line-height: 1.5;
  list-style: disc;
}

.base-modal {
  background-color: rgba(17, 15, 129, 0.7);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: rotate(0.03deg);
  transition: opacity 0.4s;
  visibility: hidden;
  width: 100vw;
  z-index: 20;
}
.base-modal .overlay {
  height: 100%;
  width: 100%;
}
.base-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.base-modal_content {
  background-color: #ffffff;
  padding: 50px 0;
  text-align: center;
}
.base-modal .base-wrapper {
  left: 50%;
  position: absolute;
  top: 30%;
  transform: translate(-50%);
  background-color: aquamarine;
}
@media only screen and (max-width: 767px) {
  .base-modal .base-wrapper {
    top: 20%;
  }
}
.base-modal_heading {
  font-size: 28px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .base-modal_heading {
    font-size: 20px;
  }
}
.base-modal_buttonArea {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
  width: 420px;
}
@media only screen and (max-width: 767px) {
  .base-modal_buttonArea {
    width: 90%;
  }
}
.base-modal_button {
  background-color: #110f81;
  border-radius: 10px;
  color: #ffffff;
  display: block;
  padding: 20px 0;
  transition: opacity 0.2s;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .base-modal_button {
    width: 48%;
  }
}
.base-modal_button:hover {
  opacity: 0.8;
}
.base-modal_text {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .base-modal_text {
    font-size: 14px;
    line-height: 1.5;
    margin: 30px auto 0;
    text-align: left;
    width: 90%;
  }
}

.base-btm-fixbtn {
  background-color: #B85D00;
  bottom: 0;
  color: #fff;
  height: 65px;
  position: fixed;
  right: 0;
  width: 50%;
  z-index: 10;
}
.base-btm-fixbtn--dpnp {
  background-color: #51801E;
}
.base-btm-fixbtn--app {
  background-color: #0F7DB8;
  left: 0;
  right: auto;
}
.base-btm-fixbtn.js-spmenuOpen {
  z-index: 8;
}
.base-btm-fixbtn_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 65px;
  justify-content: center;
  padding-left: 30px;
}
.base-btm-fixbtn_iconarea {
  left: 10px;
  position: absolute;
  top: 22px;
}
.base-btm-fixbtn_icon {
  height: 20px;
  width: 20px;
}
.base-btm-fixbtn_txtareaLeft {
  margin: 0 2px;
}
.base-btm-fixbtn_txtsmall {
  font-size: 12px;
  line-height: 150%;
}
.base-btm-fixbtn_txtbig {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

.base-breadCrumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .base-breadCrumb {
    margin-top: 15px;
  }
}
.base-breadCrumb_list {
  background: url(../../img/arrow-gray.svg) right no-repeat;
  background-size: 10px 10px;
  font-size: 14px;
  line-height: 180%;
  margin-right: 5px;
  padding-right: 15px;
}
.base-breadCrumb_list:last-child {
  background: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .base-breadCrumb_list {
    font-size: 13px;
  }
}
.base-breadCrumb_link {
  color: #1750A3;
}
@media print, screen and (min-width: 1200px) {
  .base-breadCrumb_link:hover {
    text-decoration: underline;
  }
}
.base-breadCrumb_link:focus-visible {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}

.base-movie {
  margin-bottom: 50px;
  text-align: center;
}
.base-movie_item {
  width: 80%;
}
@media only screen and (max-width: 1199px) {
  .base-movie_item {
    width: 100%;
  }
}

.base-btnArea {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: 100%;
}
.base-btnArea--half {
  max-width: 640px;
  margin: 0 auto;
}
.base-btnArea_box {
  border: solid 3px #0F7DB8;
  border-radius: 5px;
  padding: 5px;
}
@media print, screen and (min-width: 1200px) {
  .base-btnArea_box--third {
    width: calc((100% - 30px) / 3);
    margin: 15px 15px 0 0;
  }
  .base-btnArea_box--third:nth-of-type(3n) {
    margin-right: 0;
  }
  .base-btnArea_box--third::nth-child(-n+3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .base-btnArea_box--third {
    width: calc((100% - 10px) / 2);
    margin: 10px 10px 0 0;
  }
  .base-btnArea_box--third:nth-of-type(2n) {
    margin-right: 0;
  }
  .base-btnArea_box--third::nth-child(-n+2) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .base-btnArea_box--half {
    width: calc((100% - 20px) / 2);
    margin: 15px 15px 0 0;
  }
  .base-btnArea_box--half:nth-of-type(2n) {
    margin-right: 0;
  }
  .base-btnArea_box--half::nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .base-btnArea_box--half {
    width: calc((100% - 10px) / 2);
    margin: 10px 10px 0 0;
  }
  .base-btnArea_box--half:nth-of-type(2n) {
    margin-right: 0;
  }
  .base-btnArea_box--half::nth-child(-n+2) {
    margin-top: 0;
  }
}
.base-btnArea_box--orange {
  border: solid 3px #B85D00;
}
.base-btnArea_box--green {
  border: solid 3px #51801E;
}
.base-btnArea_link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #e6f4fd;
  border-radius: 5px;
  padding: 30px;
}
@media print, screen and (min-width: 1200px) {
  .base-btnArea_link:hover .base-btnArea_txt {
    text-decoration: underline;
  }
}
.base-btnArea_link:focus-visible .base-btnArea_txt {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
.base-btnArea_link--orange {
  background: #ffefd6;
}
.base-btnArea_link--green {
  background: #eef3c5;
}
@media only screen and (max-width: 1199px) {
  .base-btnArea_link {
    padding: 20px 10px;
  }
}
.base-btnArea_circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 1199px) {
  .base-btnArea_circle {
    width: 80px;
    height: 80px;
  }
}
.base-btnArea_txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}
@media only screen and (max-width: 1199px) {
  .base-btnArea_txt {
    font-size: 14px;
  }
}
.base-btnArea_icon {
  width: 60px;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .base-btnArea_icon {
    width: 40px;
    height: 40px;
  }
}

.base-pageRecommend {
  display: flex;
  background-color: #ecf4fc;
  font-weight: 500;
  text-align: center;
  width: 100%;
  border-radius: 10px;
}
.base-pageRecommend--btmMargin {
  margin-bottom: 168px;
}
@media only screen and (max-width: 767px) {
  .base-pageRecommend--btmMargin {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .base-pageRecommend {
    flex-wrap: wrap;
  }
}
.base-pageRecommend_btn {
  display: block;
  width: calc((100% - 150px) / 2);
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
  .base-pageRecommend_btn {
    width: 50%;
    order: 2;
  }
}
.base-pageRecommend_btn--twoBtn {
  width: 50%;
}
@media print, screen and (min-width: 1200px) {
  .base-pageRecommend_btn--twoBtn:first-child {
    border-right: solid 2px #ffffff;
  }
}
@media only screen and (max-width: 1199px) {
  .base-pageRecommend_btn--prev {
    border-right: solid 2px #ffffff;
  }
}
.base-pageRecommend_btn--menu {
  background-color: #110f81;
  color: #ffffff;
  width: 150px;
}
@media only screen and (max-width: 1199px) {
  .base-pageRecommend_btn--menu {
    width: 100%;
    order: 1;
    border-radius: 10px 10px 0 0;
  }
}
.base-pageRecommend_btnInner {
  padding: 20px;
}
.base-pageRecommend_btnInner--menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.base-pageRecommend_btnInner--noLink {
  opacity: 0.5;
}
.base-pageRecommend_icon {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 10px auto;
}
.base-pageRecommend_link {
  display: block;
}
@media print, screen and (min-width: 1200px) {
  .base-pageRecommend_link:hover {
    text-decoration: underline;
  }
}
.base-pageRecommend_link:focus-visible {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
.base-pageRecommend_linkTxt {
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  .base-pageRecommend_linkTxt {
    font-size: 12px;
  }
}
.base-pageRecommend_linkTxtTitle {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .base-pageRecommend_linkTxtTitle {
    font-size: 14px;
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 1200px) {
  .pcnone {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .tabnone {
    display: none;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .tabOnlynone {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
}

@media print, screen and (min-width: 1200px) {
  #header {
    height: 198px;
  }
}
@media only screen and (max-width: 1199px) {
  #header {
    height: 0;
  }
}

.header {
  transform: rotate(0.03deg);
  z-index: 10;
}
@media print, screen and (min-width: 1200px) {
  .header {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .header {
    position: relative;
  }
}
.header_top {
  background-color: #ffffff;
  margin-top: -1px;
  padding: 10px 0;
}
@media only screen and (max-width: 1199px) {
  .header_top {
    margin-top: 0;
  }
}
.header_topInner {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  width: 87.5vw;
}
@media only screen and (max-width: 1199px) {
  .header_topInner {
    padding-right: 10px;
    width: 100%;
  }
}
.header_companyLogo {
  width: 200px;
}
@media only screen and (max-width: 1199px) {
  .header_companyLogo {
    width: 140px;
  }
}
.header_bottom {
  background-color: #110f81;
  color: #ffffff;
}
.header_inner {
  display: flex;
  margin: 0 auto;
  padding: 24px 0;
  width: 88.5416666667vw;
}
@media print, screen and (min-width: 1200px) {
  .header_inner {
    height: 148px;
  }
}
@media only screen and (max-width: 1199px) {
  .header_inner {
    height: 138px;
    width: 89.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .header_inner {
    height: 65px;
    padding: 8px 0 10px;
  }
}
.header_logoArea {
  flex-shrink: 0;
  width: 348px;
}
@media only screen and (max-width: 767px) {
  .header_logoArea {
    width: 72vw;
  }
}
.header_logoAreaText {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .header_logoAreaText {
    font-size: 10px;
  }
}
.header_logoAreaText--attention {
  color: #991d97;
}
.header_logoAreaLogo {
  padding-top: 12px;
  width: 316px;
}
@media only screen and (max-width: 767px) {
  .header_logoAreaLogo {
    padding-top: 4px;
    width: 153px;
  }
}
.header_navOuter {
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .header_navOuter {
    overflow: scroll;
    height: calc(100vh - 178px);
    left: 0;
    opacity: 0;
    position: fixed;
    top: 178px;
    transition: all 1s;
    visibility: hidden;
    width: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .header_navOuter {
    overflow: scroll;
    height: calc(100vh - 105px);
    top: 105px;
  }
}
@media only screen and (max-width: 1199px) {
  .header_navOuter.js-spmenuOpen {
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 1;
    visibility: visible;
  }
  .header_navOuter.js-spmenuOpen .header_nav {
    transform: translateX(0px);
  }
}
.header_nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 56px;
  padding-top: 52px;
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  .header_nav {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .header_nav {
    display: inline-block;
    background-color: #110f81;
    flex-direction: column;
    height: 100%;
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(242px);
    transition: 1s;
    width: 242px;
  }
}
.header_navItem {
  background-color: #110f81;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  transition: color 0.2s;
}
@media print, screen and (min-width: 1200px) {
  .header_navItem:hover {
    text-decoration: underline;
  }
}
.header_navItem a:focus-visible {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
@media print, screen and (min-width: 1200px) {
  .header_navItem {
    border-right: 1px solid #ffffff;
    line-height: 1;
    margin-bottom: 12px;
    margin-right: 12px;
    padding-right: 12px;
  }
  .header_navItem:last-of-type {
    border-right: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header_navItem {
    border-bottom: 1px solid #ffffff;
    margin-right: 0;
    padding: 20px 40px;
  }
  .header_navItem:first-of-type {
    border-top: 1px solid #ffffff;
  }
}
.header_buttonWrapper {
  display: flex;
  gap: 20px;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .header_buttonWrapper {
    display: none;
  }
}
.header_checkArea--app .header_checkAreaButton {
  background-color: #0F7DB8;
  padding: 11px 0 12px 45px;
}
.header_checkArea--app .header_checkAreaButton::after {
  background-image: url("../../img/icon-app.svg");
  height: 17px;
  left: 20px;
}
.header_checkAreaText {
  line-height: 1.3;
  text-align: center;
}
.header_checkAreaTextBottom {
  letter-spacing: 0.2em;
}
.header_checkAreaButton {
  background-color: #B85D00;
  border-radius: 50px;
  display: block;
  margin-top: 10px;
  padding: 20px 0 20px 55px;
  position: relative;
  transition: opacity 0.2s;
  width: 180px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.1;
}
.header_checkAreaButton--dpnp {
  padding: 11px 0 12px 55px;
  background-color: #51801E;
}
@media print, screen and (min-width: 1200px) {
  .header_checkAreaButton:hover {
    text-decoration: underline;
  }
}
.header_checkAreaButton:focus-visible .header_checkAreaButtonText {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
.header_checkAreaButton::after {
  background-image: url("../../img/icon-check.svg");
  background-size: 100%;
  content: "";
  display: block;
  height: 20px;
  left: 25px;
  position: absolute;
  top: 18px;
  width: 16px;
}
.header_spMenu {
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .header_spMenu.js-spmenuOpen .header_spMenuItem:nth-of-type(1) {
    animation: tabMenu01 1s forwards;
    transform-origin: center;
  }
  .header_spMenu.js-spmenuOpen .header_spMenuItem:nth-of-type(2) {
    opacity: 0;
  }
  .header_spMenu.js-spmenuOpen .header_spMenuItem:nth-of-type(3) {
    animation: tabMenu02 1s forwards;
  }
}
@media only screen and (max-width: 767px) {
  .header_spMenu.js-spmenuOpen .header_spMenuItem:nth-of-type(1) {
    animation: spMenu01 1s forwards;
    transform-origin: center;
  }
  .header_spMenu.js-spmenuOpen .header_spMenuItem:nth-of-type(2) {
    opacity: 0;
  }
  .header_spMenu.js-spmenuOpen .header_spMenuItem:nth-of-type(3) {
    animation: spMenu02 1s forwards;
  }
}
@media only screen and (max-width: 1199px) {
  .header_spMenu.js-spmenuClose .header_spMenuItem:nth-of-type(1) {
    animation: tabMenu01Back 1s forwards;
    transform-origin: center;
  }
  .header_spMenu.js-spmenuClose .header_spMenuItem:nth-of-type(2) {
    opacity: 1;
  }
  .header_spMenu.js-spmenuClose .header_spMenuItem:nth-of-type(3) {
    animation: tabMenu02Back 1s forwards;
  }
}
@media only screen and (max-width: 767px) {
  .header_spMenu.js-spmenuClose .header_spMenuItem:nth-of-type(1) {
    animation: spMenu01Back 1s forwards;
    transform-origin: center;
  }
  .header_spMenu.js-spmenuClose .header_spMenuItem:nth-of-type(2) {
    opacity: 1;
  }
  .header_spMenu.js-spmenuClose .header_spMenuItem:nth-of-type(3) {
    animation: spMenu02Back 1s forwards;
  }
}
@keyframes tabMenu01 {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  50% {
    transform: translateY(15px) rotateZ(0deg);
  }
  100% {
    transform: translateY(15px) rotateZ(45deg);
  }
}
@keyframes tabMenu02 {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  50% {
    transform: translateY(-15px) rotateZ(0deg);
  }
  100% {
    transform: translateY(-15px) rotateZ(-45deg);
  }
}
@keyframes tabMenu01Back {
  0% {
    transform: translateY(15px) rotateZ(45deg);
  }
  50% {
    transform: translateY(15px) rotateZ(0deg);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
  }
}
@keyframes tabMenu02Back {
  0% {
    transform: translateY(-15px) rotateZ(-45deg);
  }
  50% {
    transform: translateY(-15px) rotateZ(0deg);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
  }
}
@keyframes spMenu01 {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  50% {
    transform: translateY(10px) rotateZ(0deg);
  }
  100% {
    transform: translateY(10px) rotateZ(45deg);
  }
}
@keyframes spMenu02 {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  50% {
    transform: translateY(-10px) rotateZ(0deg);
  }
  100% {
    transform: translateY(-10px) rotateZ(-45deg);
  }
}
@keyframes spMenu01Back {
  0% {
    transform: translateY(10px) rotateZ(45deg);
  }
  50% {
    transform: translateY(10px) rotateZ(0deg);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
  }
}
@keyframes spMenu02Back {
  0% {
    transform: translateY(-10px) rotateZ(-45deg);
  }
  50% {
    transform: translateY(-10px) rotateZ(0deg);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
  }
}
.header_spMenuItem {
  background-color: #ffffff;
  border-radius: 10px;
  height: 2px;
  margin-bottom: 14px;
  margin-top: 6px;
  position: relative;
  transform-origin: center;
  transition: 1s;
  width: 61px;
}
@media only screen and (max-width: 767px) {
  .header_spMenuItem {
    margin-bottom: 8px;
    width: 33px;
  }
}
.header_spMenuItem:last-of-type {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .header_spMenuItem:last-of-type {
    margin-bottom: 5px;
  }
}
.header_spMenuText {
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .header_spMenuText {
    font-size: 10px;
  }
}

.footer {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .footer {
    padding-bottom: 50px;
  }
}
.footer_pagetop {
  background-color: #1750A3;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 41px;
  letter-spacing: 0.1em;
  line-height: 45px;
  position: absolute;
  right: 3%;
  text-align: center;
  top: -40px;
  width: 120px;
}
@media print, screen and (min-width: 1200px) {
  .footer_pagetop:hover {
    text-decoration: underline;
  }
}
.footer_pagetop:focus-visible {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
.footer_pagetop_arw {
  background: url(../../img/arrow-white_up.svg) left no-repeat;
  background-size: contain;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .footer_navArea {
    padding: 0;
  }
}
.footer_navArea--top {
  background-color: #0F7DB8;
}
@media print, screen and (min-width: 1200px) {
  .footer_navArea--top {
    padding: 14px 0;
  }
}
.footer_navArea--bottom {
  padding: 3px 0;
}
.footer_navArea--bottom .footer_navItem {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .footer_navArea--bottom .footer_navItem {
    border-bottom: 1px solid #000000;
    font-size: 14px;
    padding: 5px 0;
  }
  .footer_navArea--bottom .footer_navItem:last-of-type {
    border-bottom: 1px solid #000000;
  }
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 960px;
}
@media only screen and (max-width: 1199px) {
  .footer_nav {
    width: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .footer_nav {
    flex-direction: column;
  }
}
.footer_navItem {
  color: #ffffff;
  font-size: 18px;
  line-height: 2.5;
  margin-right: 24px;
  transition: color 0.2s;
  /* button スタイル */
}
@media print, screen and (min-width: 1200px) {
  .footer_navItem:hover {
    text-decoration: underline;
  }
}
.footer_navItem a:focus-visible {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .footer_navItem {
    border-bottom: 1px solid #ffffff;
    font-size: 14px;
    margin-right: 0;
    padding: 5px 0;
  }
  .footer_navItem:last-of-type {
    border-bottom: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer_navItem button:hover {
    text-decoration: underline;
  }
}
.footer_navItem button:focus-visible {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
.footer_copyArea {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 0 140px 0;
  width: 1200px;
}
@media only screen and (max-width: 1199px) {
  .footer_copyArea {
    width: 94%;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer_copyArea {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 30px 0;
  }
}
.footer_copyrights {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .footer_copyrights {
    font-size: 10px;
    line-height: 1.6;
    margin-top: 10px;
  }
}
.footer_logo {
  width: 170px;
}

.footer-fix {
  position: fixed;
  right: 15px;
  bottom: 25px;
}
@media print, screen and (min-width: 1920px) {
  .footer-fix {
    right: 30px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-fix {
    display: none;
  }
}
.footer-fix_buttonWrapper {
  display: flex;
  gap: 10px;
  margin-left: auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media only screen and (max-width: 1199px) {
  .footer-fix_buttonWrapper {
    display: none;
  }
}
.footer-fix_checkAreaButton {
  background-color: #B85D00;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: opacity 0.2s;
  width: 300px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
  min-height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 1920px) {
  .footer-fix_checkAreaButton {
    width: 320px;
    font-size: 15px;
  }
}
.footer-fix_checkAreaButton--dpnp {
  background-color: #51801E;
}
.footer-fix_checkAreaButton--app {
  background-color: #0F7DB8;
}
@media print, screen and (min-width: 1200px) {
  .footer-fix_checkAreaButton:hover .footer-fix_checkAreaIcon {
    text-decoration: underline;
  }
}
.footer-fix_checkAreaButton:focus-visible .footer-fix_checkAreaIcon {
  text-decoration: underline;
  transform: scale(1.1);
  display: inline-block;
}
.footer-fix_checkAreaIcon {
  background: url("../../img/icon-check.svg") left no-repeat;
  background-size: 20px auto;
  padding-left: 35px;
  min-height: 35px;
  width: auto;
  display: inline-block;
  text-align: center;
  padding-top: 8px;
}
.footer-fix_checkAreaIcon--app {
  background-image: url("../../img/icon-app.svg");
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  border: none !important;
  color: #000000 !important;
  font-size: 14px !important;
  padding: 0 !important;
}
#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
  background-color: transparent !important;
}

.npicSymptoms-flexItemSymptoms {
  width: 160px;
}

.npicSymptoms-flexItemImg {
  display: block;
  width: 150px;
  margin: 0 auto -10px auto;
}

/*# sourceMappingURL=style.css.map */
