@charset "UTF-8";
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
html {
  font-size: 14px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #3a8787;
  text-decoration: none;
}
a:focus, a:hover {
  color: rgb(35.0103626943, 81.4896373057, 81.4896373057);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: none;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 961px;
    max-width: 100%;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-1 {
  float: left;
  width: 8.3333333333%;
}

.col-xs-2 {
  float: left;
  width: 16.6666666667%;
}

.col-xs-3 {
  float: left;
  width: 25%;
}

.col-xs-4 {
  float: left;
  width: 33.3333333333%;
}

.col-xs-5 {
  float: left;
  width: 41.6666666667%;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

.col-xs-7 {
  float: left;
  width: 58.3333333333%;
}

.col-xs-8 {
  float: left;
  width: 66.6666666667%;
}

.col-xs-9 {
  float: left;
  width: 75%;
}

.col-xs-10 {
  float: left;
  width: 83.3333333333%;
}

.col-xs-11 {
  float: left;
  width: 91.6666666667%;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.3333333333%;
}

.pull-xs-2 {
  right: 16.6666666667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.3333333333%;
}

.pull-xs-5 {
  right: 41.6666666667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.3333333333%;
}

.pull-xs-8 {
  right: 66.6666666667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.3333333333%;
}

.pull-xs-11 {
  right: 91.6666666667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.3333333333%;
}

.push-xs-2 {
  left: 16.6666666667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.3333333333%;
}

.push-xs-5 {
  left: 41.6666666667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.3333333333%;
}

.push-xs-8 {
  left: 66.6666666667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.3333333333%;
}

.push-xs-11 {
  left: 91.6666666667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.3333333333%;
}

.offset-xs-2 {
  margin-left: 16.6666666667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.3333333333%;
}

.offset-xs-5 {
  margin-left: 41.6666666667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.3333333333%;
}

.offset-xs-8 {
  margin-left: 66.6666666667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.3333333333%;
}

.offset-xs-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    float: left;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    float: left;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    float: left;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    float: left;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.3333333333%;
  }
  .col-md-2 {
    float: left;
    width: 16.6666666667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.3333333333%;
  }
  .col-md-5 {
    float: left;
    width: 41.6666666667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.3333333333%;
  }
  .col-md-8 {
    float: left;
    width: 66.6666666667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.3333333333%;
  }
  .col-md-11 {
    float: left;
    width: 91.6666666667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    float: left;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    float: left;
    width: 25%;
  }
  .col-xl-4 {
    float: left;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    float: left;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    float: left;
    width: 50%;
  }
  .col-xl-7 {
    float: left;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    float: left;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    float: left;
    width: 75%;
  }
  .col-xl-10 {
    float: left;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    float: left;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    float: left;
    width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91;
}
.blockquote-footer::before {
  content: "— ";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}
.blockquote-reverse .blockquote-footer::after {
  content: " —";
}

dl.row > dd + dt {
  clear: left;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

body {
  font-family: sans-serif;
}

.row {
  margin: 0;
}

.point-color {
  color: #3a8787;
}

img {
  max-width: 100%;
}

.vertical-margin {
  height: 15px;
}

.global-header {
  position: relative;
  height: 50px;
}
.global-header .logo {
  position: absolute;
  top: 8px;
  left: 20px;
}
.global-header .logo img {
  width: 220px;
  height: auto;
}
.global-header .menu {
  position: absolute;
  top: 0;
  right: 0;
  background: #3a8787;
  width: 50px;
  height: 100%;
  cursor: pointer;
}
.global-header .menu img {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 31px;
  height: auto;
}

.global-header-pc {
  position: relative;
  height: 50px;
  margin: 5px 0 10px 0;
}
.global-header-pc .logo-pc {
  position: absolute;
  top: 10px;
  left: 30px;
}

img.header_tel {
  display: block;
  margin-left: auto;
  position: relative;
  top: 7px;
}

a.header-tel {
  display: block;
  color: #313131;
  text-align: right;
  margin-right: 35px;
  font-size: 30px;
}

a.header-tel:hover {
  opacity: 0.5;
  text-decoration: none;
}

.header-tel-time {
  text-align: right;
  margin-right: 47px;
  margin-top: -5px;
  color: #999;
}

a.symptom {
  color: #313131;
  position: relative;
  left: 727px;
  bottom: -10px;
  font-size: 13px;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .win a.symptom {
    left: 740px;
  }
}
@-moz-document url-prefix() {
  .win a.symptom {
    left: 567px;
  }
}

@supports (-ms-accelerator: true) {
  a.symptom {
    left: 551px;
  }
}
.global-side {
  width: 300px;
  position: relative;
  left: 5px;
}
.global-side .side-banner {
  margin-top: 15px;
}

.global-footer {
  margin-top: 40px;
}
.global-footer .go-to-top {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: #3a8787;
  padding: 8px 0;
}
.global-footer .links {
  font-size: 12px;
  padding: 20px 10%;
}
@media (max-width: 370px) {
  .global-footer .links {
    font-size: 10px;
  }
}
.global-footer .links a {
  display: inline-block;
  width: 33%;
  text-align: center;
}
.global-footer .copyright {
  font-size: 10px;
  text-align: center;
}

.breadcrumbs {
  background: #3f3526;
  line-height: 1;
  padding: 5px 5px;
}
.breadcrumbs.title {
  text-align: center;
}
.breadcrumbs h1, .breadcrumbs h2, .breadcrumbs h3, .breadcrumbs h4, .breadcrumbs a, .breadcrumbs span {
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.breadcrumbs span {
  margin: 0 6px;
}
.breadcrumbs span.current {
  margin: 0;
}

.breadcrumbs-pc {
  background: #3f3526;
  line-height: 1;
  padding: 13px 10px;
  margin-bottom: -24px;
}

.breadcrumbs-pc-index {
  background: #3f3526;
  line-height: 1;
  width: 100%;
}
.breadcrumbs-pc-index h1, .breadcrumbs-pc-index h2, .breadcrumbs-pc-index h3, .breadcrumbs-pc-index h4, .breadcrumbs-pc-index a, .breadcrumbs-pc-index span {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .breadcrumbs-pc-index h1, .breadcrumbs-pc-index h2, .breadcrumbs-pc-index h3, .breadcrumbs-pc-index h4, .breadcrumbs-pc-index a, .breadcrumbs-pc-index span {
    font-size: 10px;
  }
}
.breadcrumbs-pc-index span {
  margin: 0 6px;
}
.breadcrumbs-pc-index span.current {
  margin: 0;
}

.bread a, .bread span {
  position: relative;
  bottom: 1px;
  left: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .bread a, .bread span {
    font-size: 10px;
  }
}
.bread span {
  margin: 0 6px;
}
.bread span.current {
  margin: 0;
}

@media screen and (min-width: 991px) {
  .col-lg-8 {
    width: 960px;
    float: none;
    display: block;
    margin: 0 auto;
  }
}
.menu-link {
  border: 1px solid #3a8787;
  border-radius: 5px;
}
.menu-link .row {
  margin: 0;
}
.menu-link .first-line {
  border-bottom: 1px solid #3a8787;
}
@media screen and (min-width: 992px) {
  .menu-link .first-line {
    border-bottom: none;
  }
}
.menu-link .link {
  width: 33.33%;
  float: left;
}
@media screen and (min-width: 992px) {
  .menu-link .link {
    width: 16.66%;
  }
}
.menu-link .link:first-child a {
  border-left: none;
}
.menu-link .link a {
  display: block;
  height: 80px;
  padding: 12px 0 0 0;
  text-align: center;
  color: #313131;
  font-weight: bold;
  line-height: 1.2em;
  border-left: 1px solid #3a8787;
}
@media screen and (max-width: 991px) {
  .menu-link .link a.down {
    border-top: 1px solid #3a8787;
  }
  .menu-link .link a.duplicated-left-border {
    border-left: none;
  }
}
.menu-link .link a.single-line {
  padding-top: 12.4px;
}
.menu-link .link a:after {
  display: block;
  text-align: center;
  font-size: 10px;
  content: "▼";
  width: 18px;
  height: 18px;
  color: #fff;
  background-color: #3a8787;
  border-radius: 50%;
  padding: 4px 0 0 0;
  box-sizing: border-box;
  transform: rotate(-90deg);
  line-height: 1.18em;
  margin: 6px auto 0;
}
.menu-link .link a:hover {
  text-decoration: none;
  background: #3a8787;
  color: #fff;
}

.menu-link-pc {
  border: 1px solid #3a8787;
  border-radius: 5px;
}
.menu-link-pc .row {
  margin: 0;
}
.menu-link-pc .link-pc {
  width: 16.66%;
  float: left;
}
.menu-link-pc .link-pc:first-child a {
  border-left: none;
}
.menu-link-pc .link-pc a {
  display: block;
  height: 80px;
  padding: 12px 0 0 0;
  text-align: center;
  color: #313131;
  font-weight: bold;
  line-height: 1.2em;
  border-left: 1px solid #3a8787;
}
.menu-link-pc .link-pc a.single-line-pc {
  padding-top: 28.8px;
}
.menu-link-pc .link-pc a:after {
  display: block;
  text-align: center;
  font-size: 10px;
  content: "▼";
  width: 18px;
  height: 18px;
  color: #fff;
  background-color: #3a8787;
  border-radius: 50%;
  padding: 4px 0 0 0;
  box-sizing: border-box;
  transform: rotate(-90deg);
  line-height: 1.18em;
  margin: 6px auto 0;
}
.menu-link-pc .link-pc a:hover {
  text-decoration: none;
  background: #3a8787;
  color: #fff;
}

.menu-link-header-pc .row {
  margin: 10px 0 10px 0;
}
.menu-link-header-pc .link-header-pc {
  width: 14%;
  float: left;
}
.menu-link-header-pc .link-header-pc:first-child a {
  border-left: none;
}
.menu-link-header-pc .link-header-pc a {
  font-size: 14px;
  color: #3f3526;
  display: block;
  height: 30px;
  padding: 6px 0 0 0;
  text-align: center;
  color: #313131;
  font-weight: bold;
  border-left: 1px solid #3f3526;
  font-weight: normal;
}
.menu-link-header-pc .link-header-pc a:hover {
  text-decoration: none;
  color: #777;
}

.list-link {
  background: #efefef;
  padding: 0 10px;
}
.list-link li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #999;
}
.list-link li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  .list-link li.bottom-line {
    border-bottom: 1px solid #999;
  }
}
.list-link a {
  color: #000;
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 320px) {
  .list-link a {
    font-size: 15px;
  }
}
.list-link a span {
  font-size: 16px;
}
.list-link a span.note {
  color: #000;
  float: right;
  margin-top: 3px;
  font-size: 14px;
}
@media (max-width: 320px) {
  .list-link a span.note {
    font-size: 13px;
  }
}
.list-link a::before {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  content: ">";
  width: 18px;
  height: 18px;
  color: #fff;
  background-color: #3a8787;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 1em;
  text-align: center;
  padding: 2px 0 0;
  margin: 0 6px 0 0;
  vertical-align: text-bottom;
}
.list-link.question a::before {
  content: "?";
  padding-top: 3px;
}

.list-link-numbering {
  padding: 0 0 0 34px;
  margin-bottom: 0;
}
.list-link-numbering li {
  position: relative;
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #bbb;
}
.list-link-numbering li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.list-link-numbering li h3 {
  font-weight: bold;
}
.list-link-numbering li h3, .list-link-numbering li h4, .list-link-numbering li h5 {
  font-size: 16px;
  margin: 3px 0 10px 0;
}
.list-link-numbering li p {
  margin: 0;
  font-size: 14px;
}
.list-link-numbering li a {
  text-decoration: underline;
}
.list-link-numbering li .icon {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  position: absolute;
  left: -24px;
  top: 12px;
  font-size: 12px;
  text-align: center;
  width: 18px;
  height: 18px;
  color: #fff;
  background-color: #3a8787;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 1em;
  padding: 3px 0 0 0;
}

.column-links {
  margin: 0 0 15px;
  width: 100%;
}
.column-links a img {
  border-radius: 4px;
  width: 100%;
}
.column-links a h4, .column-links a h5 {
  font-size: 13.8px;
  line-height: 1.4;
  color: #313131;
}
.column-links a span {
  font-size: 12px;
}

.sitemap-body {
  margin-top: 30px;
}
.sitemap-body h2 {
  color: #3a8787;
  font-size: 18px;
}
.sitemap-body h3, .sitemap-body h4 {
  color: #313131;
  font-size: 14px;
}
.sitemap-body img {
  margin: 15px 0;
}
.sitemap-body a {
  text-decoration: underline;
}
.sitemap-body span {
  font-size: 12px;
}

.title-big {
  background: url("/assets/images/title-bg-stripe.png") repeat;
  padding: 12px 0;
  margin: 20px -15px;
}
@media screen and (min-width: 992px) {
  .title-big {
    margin: 35px 0px 10px 10px;
  }
}
.title-big h1, .title-big h2, .title-big h3, .title-big h4 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0;
  text-align: center;
  letter-spacing: 0.16em;
}
.title-big span {
  font-size: 12px;
  line-height: 1em;
  margin: 2px 0 0 0;
  color: #3a8787;
  display: block;
  text-align: center;
}

.title-big2 {
  background: url("/assets/images/title-bg-stripe.png") repeat;
  padding: 15px 0 0px 0;
  margin: 20px -15px;
}
@media screen and (min-width: 992px) {
  .title-big2 {
    margin: 35px 0px 10px 0px;
  }
}
.title-big2 h1, .title-big2 h2, .title-big2 h3, .title-big2 h4 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0;
  text-align: center;
  letter-spacing: 0.16em;
}
.title-big2 span {
  font-size: 12px;
  line-height: 1em;
  margin: 2px 0 0 0;
  color: #3a8787;
  display: block;
  text-align: center;
}

.title-small {
  position: relative;
  padding: 12px 0;
  margin: 0 -15px;
  z-index: 1;
}
.title-small h1, .title-small h2, .title-small h3, .title-small h4 {
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
  text-align: center;
  letter-spacing: 0.16em;
}
.title-small span {
  font-size: 10px;
  line-height: 1em;
  margin: 2px 0 0 0;
  color: #3a8787;
  display: block;
  text-align: center;
}
.title-small span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 32px;
  left: 50%;
  width: 160px;
  height: 1px;
  margin: 0 0 0 -80px;
  background: #F5F5F5;
  z-index: -1;
}
.title-small::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 32px;
  width: 100%;
  height: 1px;
  background: #3a8787;
  z-index: -2;
}
.title-small.white span::after {
  background: #fff;
}

.title-article {
  margin: 15px 0;
}
.title-article h1, .title-article h2, .title-article h3, .title-article h4 {
  border-bottom: 2px solid #3a8787;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0;
  padding: 0 0 4px 0;
}
.title-article h1 span, .title-article h2 span, .title-article h3 span, .title-article h4 span {
  font-weight: normal;
  font-size: 13px;
}

.title-article2 {
  margin: 11px 0 15px 0;
}
.title-article2 h1, .title-article2 h2, .title-article2 h3, .title-article2 h4 {
  border-bottom: 2px solid #3a8787;
  font-size: 20px;
  line-height: 1.3em;
  margin: 0;
  padding: 0 0 4px 0;
}
.title-article2 h1 span, .title-article2 h2 span, .title-article2 h3 span, .title-article2 h4 span {
  font-weight: normal;
  font-size: 13px;
}

.title-headline {
  margin: 15px 0;
  padding: 6px 10px;
  background: #3a8787;
  border-radius: 5px;
}
.title-headline h1, .title-headline h2, .title-headline h3, .title-headline h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1em;
  color: #fff;
  margin: 0;
}
.title-headline h1 span, .title-headline h2 span, .title-headline h3 span, .title-headline h4 span {
  font-weight: normal;
  font-size: 12px;
}

@media screen and (max-width: 478px) {
  .title-headline h1, .title-headline h2, .title-headline h3, .title-headline h4 {
    font-size: 17px;
  }
}
.title-sub {
  margin-top: 15px;
}
.title-sub h1, .title-sub h2, .title-sub h3, .title-sub h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 6px;
  color: #fff;
  background: #3a8787;
  border-left: 6px solid #3a8787;
}

.title-menu {
  margin-top: 15px;
}
.title-menu h1, .title-menu h2, .title-menu h3, .title-menu h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  padding: 4px 6px;
  color: #fff;
  border-left: 6px solid #3a8787;
}

.side-title-sub {
  margin: -18px -15px 0 15px;
}
.side-title-sub h1, .side-title-sub h2, .side-title-sub h3, .side-title-sub h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 6px;
  color: #fff;
  background: #3a8787;
  border-left: 6px solid #3a8787;
}
@media screen and (max-width: 991px) {
  .side-title-sub {
    margin: -15px 0 0 0;
  }
  .side-title-sub ul {
    margin-bottom: 0;
  }
}

.side-clinic-title-sub {
  margin: -32px -15px 0 15px;
}
.side-clinic-title-sub h1, .side-clinic-title-sub h2, .side-clinic-title-sub h3, .side-clinic-title-sub h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 6px;
  color: #fff;
  background: #3a8787;
  border-left: 6px solid #3a8787;
}

.side-faq-title-sub {
  margin: -3px -15px 0 15px;
}
.side-faq-title-sub h1, .side-faq-title-sub h2, .side-faq-title-sub h3, .side-faq-title-sub h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 6px;
  color: #fff;
  background: #3a8787;
  border-left: 6px solid #3a8787;
}

.symptom-title-sub {
  margin: -3px -15px 0 15px;
}
.symptom-title-sub h1, .symptom-title-sub h2, .symptom-title-sub h3, .symptom-title-sub h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 6px;
  color: #fff;
  background: #3a8787;
  border-left: 6px solid #3a8787;
}
@media screen and (max-width: 991px) {
  .symptom-title-sub {
    margin: 0;
  }
  .symptom-title-sub ul {
    margin-bottom: 0;
  }
}

.menu_title {
  margin-top: 10px;
}

.link-btn {
  display: block;
  width: 260px;
  margin: 120px auto 35px;
  padding: 12px 0;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
  border: 1px solid #d2d2d2;
  color: #313131;
  background: #fff;
}
.link-btn::before {
  content: ">";
  color: #3a8787;
  margin-right: 4px;
}
.link-btn:hover {
  border: 1px solid #3a8787;
  text-decoration: none;
  background: #3a8787;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .link-btn {
    margin: 35px auto;
  }
}

.bg-white {
  background: #fff;
}

.bg {
  background: #F5F5F5;
}

.bg-pc {
  background: #F5F5F5;
  margin-top: 15px;
}

.bg-side {
  background: #F5F5F5;
  margin-right: 0px;
}

.bg-list {
  background: none;
  margin-right: 0px;
}
@media screen and (max-width: 991px) {
  .bg-list {
    background: #F5F5F5;
    padding: 15px 15px;
  }
}

.bg-light {
  background: #fffafa;
}

.tabs {
  margin: 15px 0;
}
.tabs .tab {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 3%;
  padding: 6px;
  background: #E0FFFF;
  border-radius: 3px 3px 0 0/3px 3px 0 0;
  color: #5e5e5e;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
}
.tabs .tab h3 {
  margin: 0;
  font-size: 18px;
}
.tabs .tab.on {
  background: #3a8787;
  color: #fff;
}
.tabs .tab.on::after {
  position: absolute;
  color: #3a8787;
  width: 100%;
  left: 0;
  bottom: -10px;
  z-index: 99;
}

.js__tabs_contents {
  display: none;
}
.js__tabs_contents.on {
  display: block;
}

.menu-summary {
  border-radius: 10px;
  margin: 15px 0;
  background: #fff;
}
.menu-summary h3 {
  font-size: 16px;
  width: 120px;
  margin: -26px auto 0;
  background: #fff;
  text-align: center;
}
.menu-summary .lists .list {
  border-bottom: 1px solid #aaa;
  padding: 0 0 10px;
  margin: 10px 0 0;
}
.menu-summary .lists .list:last-child {
  border-bottom: none;
}
.menu-summary .lists h4, .menu-summary .lists p {
  margin: 0;
  padding: 0;
}
.menu-summary .lists h4 {
  display: inline-block;
  width: 100px;
  font-size: 15px;
  line-height: 1;
  padding: 6px 0;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #fff;
  background: #3a8787;
  margin-right: 1em;
}
.menu-summary .lists p {
  font-size: 17px;
  display: inline-block;
}
.menu-summary .quote {
  border-top: 1px solid #E0FFFF;
  border-bottom: 1px solid #E0FFFF;
  position: relative;
  margin: 20px 0 8px;
  padding: 20px 0;
}
.menu-summary .quote h4, .menu-summary .quote p {
  margin: 0;
  padding: 0;
}
.menu-summary .quote h4 {
  color: #3a8787;
  font-size: 16px;
  margin-bottom: 7.5px;
}
.menu-summary .quote p {
  font-size: 17px;
}
.menu-summary .quote::before, .menu-summary .quote::after {
  position: absolute;
  width: 26px;
  width: 20px;
  height: 20px;
}

.steps h4 {
  font-weight: bold;
}
.steps h4, .steps p {
  display: block;
  padding: 0;
}
.steps .step {
  border-bottom: 1px solid #ddd;
  padding: 8px;
  margin: 8px 0;
}
.steps .step:last-child {
  margin-bottom: 0;
}
.steps .step h4 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 4px;
}
.steps .step span {
  font-family: "Hiragino";
  display: inline-block;
  background: #3a8787;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  height: 16px;
  width: 16px;
  text-align: center;
  border-radius: 50%;
  margin-right: 4px;
}
.steps .step a {
  display: inline-block;
  font-size: 13px;
  width: 140px;
  text-align: center;
  background: #3a8787;
  color: #fff;
  padding: 4px 0;
  margin: 4px 0 0;
  border-radius: 3px;
  margin-right: 10px;
}

.steps div {
  margin-bottom: 20px;
}

.step4, .step5 {
  width: 100%;
}

.step1 div, .step2 div, .step3 div, .step4 div, .step5 div {
  width: 100%;
  margin-right: 2%;
  padding-left: 10px;
}
@media screen and (max-width: 992px) {
  .step1 div, .step2 div, .step3 div, .step4 div, .step5 div {
    width: 100%;
  }
}

.step1 img {
  width: 227px;
}

@media screen and (max-width: 992px) {
  .steps img {
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .steps img {
    width: 100%;
  }
}
.step_title span {
  font-size: 24px;
  font-weight: bold;
  color: #3a8787;
  margin-right: 10px;
}

.step_title {
  font-size: 16px;
  font-weight: bold;
  color: #373a3c;
  border-bottom: 1px solid #bbb;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .step_title {
    margin-top: 10px;
  }
}
img.step_img {
  float: right;
}

@media screen and (max-width: 768px) {
  img.step_img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  img.step_img_sp {
    display: none;
  }
}
span.required-text::before {
  font-size: 0.75rem;
  margin-right: 0.125rem;
  color: red;
  content: "*";
}

.form-body {
  position: relative;
}
.form-body .form-intro {
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  background-color: rgba(224, 255, 255, 0.1);
  border-radius: 0.25rem;
  border-left: 4px solid #3a8787;
}
.form-body .form-intro p {
  text-align: center;
}
.form-body .form-intro span {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}
.form-body .form-intro hr {
  margin: 0.5rem 0;
  border: none;
  border-top: 1px solid #ddd;
}
.form-body .form-intro ol {
  margin: 0.5rem 0 0 0;
  padding-left: 1rem;
}
.form-body .form-intro ol li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}

.form-grid {
  display: grid;
  gap: 0.5rem;
  max-width: 100%;
}
.form-grid .form-section {
  background-color: rgba(224, 255, 255, 0.05);
  border-radius: 0.25rem;
  border: 1px solid rgba(221, 221, 221, 0.7);
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.form-grid .form-section .section-title {
  background-color: #3a8787;
  color: white;
  padding: 0.375rem 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.7);
}
.form-grid .form-section .section-content {
  padding: 0.5rem;
}
.form-grid .form-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0.5rem;
  align-items: start;
  padding: 0.375rem 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.form-grid .form-row:last-child {
  border-bottom: none;
}
.form-grid .form-row:has(.radio-group), .form-grid .form-row:has(.checkbox-group) {
  align-items: start;
}
.form-grid .form-row.form-action {
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 0.625rem;
  border-bottom: none;
}
.form-grid .form-row.form-action .form-input {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.form-grid .form-row.form-action .form-input input.btn-back[type=submit] {
  background: none;
  border: none;
  color: #3a8787;
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 1rem;
  min-width: auto;
  box-shadow: none;
  transition: color 0.2s ease;
}
.form-grid .form-row.form-action .form-input input.btn-back[type=submit]:hover {
  color: rgb(35.0103626943, 81.4896373057, 81.4896373057);
  transform: none;
  box-shadow: none;
}
.form-grid .form-row.form-action .form-input input.btn-submit[type=submit] {
  padding: 0.375rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 200px;
  background: #3a8787;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.form-grid .form-row.form-action .form-input input.btn-submit[type=submit]:hover {
  background: rgb(42.6735751295, 99.3264248705, 99.3264248705);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.form-grid .form-row.form-action .form-input input.btn-submit[type=submit]:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.form-grid .form-label label, .form-grid .form-label .form-label-title {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
  line-height: 1.4;
}
.form-grid .form-label label span.required-text, .form-grid .form-label .form-label-title span.required-text {
  font-weight: 700;
}
.form-grid .form-input input, .form-grid .form-input select, .form-grid .form-input textarea {
  width: 100%;
  padding: 0.25rem 0.375rem;
  border: 2px solid #ddd;
  border-radius: 0.25rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: white;
}
.form-grid .form-input input:focus, .form-grid .form-input select:focus, .form-grid .form-input textarea:focus {
  outline: none;
  border-color: #3a8787;
  box-shadow: 0 0 0 3px rgba(58, 135, 135, 0.1);
}
.form-grid .form-input input.error, .form-grid .form-input select.error, .form-grid .form-input textarea.error {
  border-color: red !important;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.1);
}
.form-grid .form-input textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 1.6;
}
.form-grid .form-input select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.25rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-right: 0.625rem;
  appearance: none;
}
.form-grid .radio-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.25rem;
}
.form-grid .radio-group .radio-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease;
}
.form-grid .radio-group .radio-item:hover {
  background-color: rgba(224, 255, 255, 0.1);
}
.form-grid .radio-group .radio-item input[type=radio] {
  width: auto;
  margin: 0 0.25rem 0 0;
  cursor: pointer;
  flex-shrink: 0;
}
.form-grid .radio-group .radio-item:last-child {
  margin-bottom: 0;
}
.form-grid .checkbox-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0.25rem;
}
.form-grid .checkbox-group .checkbox-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease;
}
.form-grid .checkbox-group .checkbox-item:hover {
  background-color: rgba(224, 255, 255, 0.1);
}
.form-grid .checkbox-group .checkbox-item input[type=checkbox] {
  width: auto;
  margin: 0 0.25rem 0 0;
  margin-top: 2px;
  cursor: pointer;
  flex-shrink: 0;
}
.form-grid .checkbox-group .checkbox-item label {
  cursor: pointer;
  line-height: 1.4;
  margin: 0;
  flex: 1;
}
.form-grid .date-time-inputs {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.25rem;
  align-items: start;
}
.form-grid .date-time-inputs input[type=text] {
  cursor: pointer;
  border: 2px solid #ddd;
  padding: 0.25rem 0.375rem;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
.form-grid .date-time-inputs input[type=text]:focus {
  outline: none;
  border-color: #3a8787;
  box-shadow: 0 0 0 3px rgba(58, 135, 135, 0.1);
}
.form-grid .date-time-inputs .time-select {
  min-width: 10rem;
  border: 2px solid #ddd;
  padding: 0.25rem 0.375rem;
  border-radius: 0.25rem;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form-grid .date-time-inputs .time-select:focus {
  outline: none;
  border-color: #3a8787;
  box-shadow: 0 0 0 3px rgba(58, 135, 135, 0.1);
}
.form-grid .consultation-group {
  background-color: rgba(224, 255, 255, 0.05);
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin: 0.5rem 0;
  border: 1px solid rgba(221, 221, 221, 0.7);
}
.form-grid .consultation-group .form-row {
  border-bottom-color: rgba(221, 221, 221, 0.7);
}
.form-grid .consultation-group .form-row:last-child {
  border-bottom: none;
}
.form-grid .form-value {
  padding: 0.375rem 0.5rem;
  background-color: white;
  border: 2px solid #ddd;
  border-radius: 0.25rem;
  min-height: 1.5rem;
  line-height: 1.6;
  word-wrap: break-word;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.form-grid .form-value:hover {
  border-color: rgb(195.5, 195.5, 195.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.form-grid .form-value img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
  margin: 0.25rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.form-grid .form-value a.external {
  color: #3a8787;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
  display: inline-block;
}
.form-grid .form-value a.external:hover {
  color: rgb(42.6735751295, 99.3264248705, 99.3264248705);
  text-decoration: underline;
  background-color: rgba(58, 135, 135, 0.1);
}
.form-grid .error {
  color: red;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  padding: 0.25rem;
  background-color: rgba(255, 0, 0, 0.1);
  border-radius: 0.25rem;
  border-left: 3px solid red;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .form-grid .form-row {
    grid-template-columns: 1fr;
    gap: 0.375rem;
  }
  .form-grid .form-row .form-label {
    margin-bottom: 0.25rem;
  }
  .form-grid .form-row .form-input .date-time-inputs {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  .form-grid .form-row .form-input .date-time-inputs .time-select {
    min-width: 100%;
  }
  .form-grid .checkbox-group {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 991px) {
  .form-body .form-intro {
    padding: 0.375rem;
    margin-bottom: 0.5rem;
  }
  .form-body .form-intro ol {
    padding-left: 0.5rem;
  }
  .form-grid {
    gap: 0.375rem;
  }
  .form-grid .form-row {
    padding: 0.25rem 0;
    gap: 0.25rem;
  }
  .form-grid .form-row.form-action {
    padding-top: 0.5rem;
  }
  .form-grid .form-row.form-action .form-input {
    max-width: 100%;
  }
  .form-grid .form-input input, .form-grid .form-input select, .form-grid .form-input textarea {
    padding: 0.375rem;
    font-size: 1rem;
  }
  .form-grid .form-input textarea {
    min-height: 120px;
  }
  .form-grid .radio-group .radio-item {
    padding: 0.25rem;
  }
  .form-grid .checkbox-group .checkbox-item {
    padding: 0.25rem;
  }
  .form-grid .consultation-group {
    padding: 0.375rem;
    margin: 0.375rem 0;
  }
  .form-grid .form-action input[type=submit] {
    padding: 0.375rem 0.5rem;
    font-size: 1rem;
  }
}
.form-row {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-input input:focus,
.form-input select:focus,
.form-input textarea:focus {
  transform: scale(1.02);
}

.form-row:hover {
  background-color: rgba(224, 255, 255, 0.02);
  border-radius: 0.25rem;
  margin: 0 -0.25rem;
  padding: 0.375rem 0.25rem;
}

.contact-info {
  background: #796648;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
}
.contact-info h3, .contact-info a, .contact-info span {
  margin: 0;
  line-height: 1;
}
.contact-info h3 {
  text-align: center;
  margin-bottom: 10px;
}
.contact-info .tel {
  text-align: center;
  margin: 0 auto;
}
.contact-info .tel img {
  width: 28px;
  height: 28px;
  vertical-align: text-bottom;
}
.contact-info .tel a {
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
}
.contact-info .tel span {
  display: block;
}
.contact-info .mail {
  margin-top: 15px;
  background: #fff;
  text-align: center;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 15px;
}
.contact-info .mail::before {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  content: ">";
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #3a8787;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 12px;
  text-align: center;
  padding: 1px 0 0;
  margin: -3px 6px 0 0;
  vertical-align: middle;
}

.article-body h2 {
  color: #3a8787;
  font-size: 22px;
  line-height: 1.2;
}
.article-body h3, .article-body h4 {
  color: #1f9974;
  font-size: 17px;
}
.article-body img {
  display: block;
  margin: 15px auto;
  width: 50%;
}
@media screen and (max-width: 479px) {
  .article-body img {
    width: 100%;
  }
}
.article-body img.seiki-honda {
  width: 20%;
}
@media screen and (max-width: 479px) {
  .article-body img.seiki-honda {
    width: 40%;
  }
}
.article-body img.img-float-left {
  width: 22%;
}
@media screen and (max-width: 479px) {
  .article-body img.img-float-left {
    width: 45%;
  }
}
.article-body a {
  text-decoration: underline;
  font-size: 16px;
}
.article-body p {
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.article-body .img-float-left {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 50%;
}
.article-body .img-float-right {
  float: right;
  margin: 0 0 10px 10px;
  max-width: 50%;
}
.article-body .img-float-right.seiki-honda {
  margin: -30px 0 10px 10px;
}
.article-body .red-text {
  color: red;
}
.article-body .small-text {
  font-size: 10px;
}

/* 料金表 */
.title-big2-other {
  background: url(/assets/images/title-bg-stripe.png) repeat;
  padding: 15px 0 15px 0;
  margin: 20px -15px;
}
.title-big2-other h1, .title-big2-other h2, .title-big2-other h3, .title-big2-other h4 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0;
  text-align: center;
  letter-spacing: 0.16em;
}
.title-big2-other span {
  font-size: 12px;
  line-height: 1em;
  margin: 2px 0 0 0;
  color: #3a8787;
  display: block;
  text-align: center;
}

.table-inner {
  max-width: 1000px;
}

table.tb01.top-column {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.tb01 th, .tb01 td {
  width: 16.6%;
  padding: 10px;
  border: solid 1px #ccc;
}

.tb01 th {
  background: #3a8787;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th, table.tb01 td {
    display: block;
    width: 100%;
  }
  .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}
.message {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}
.message .doctor-message {
  display: inline-block;
  width: 60%;
  padding-left: 10px;
}
@media screen and (min-width: 992px) {
  .message .doctor-message {
    width: 75%;
  }
}
.message .doctor-message p {
  margin-bottom: 0;
}
.message .doctor-img {
  margin-bottom: 0;
  display: inline-block;
  width: 38%;
  height: 290px;
}
@media screen and (min-width: 992px) {
  .message .doctor-img {
    width: 16%;
    margin-left: 40px;
    height: 200px;
  }
}

.clinic {
  padding: 15px 0;
}
.clinic .clinic-header {
  margin-bottom: 15px;
}
.clinic .clinic-header img {
  float: left;
  margin-right: 15px;
}
.clinic .clinic-header h1 span {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .clinic .clinic-header .gmap iframe {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .clinic .clinic-header .gmap iframe {
    width: 100%;
  }
}
.clinic .clinic-header img.map {
  width: 100%;
}
.clinic .clinic-container {
  text-align: center;
}
.clinic .clinic-container address {
  text-decoration: none;
}
.clinic .clinic-container a {
  display: inline-block;
  margin: 15px 0;
}
.clinic a {
  display: block;
  text-align: center;
  margin: 5px 0 -30px 0;
}
@media screen and (max-width: 991px) {
  .clinic address {
    margin-top: 75px;
    text-align: center;
  }
}

.slick-slide img {
  width: 100%;
}

.drawer-menu__header {
  padding: 14px 10px 10px;
  border-bottom: 1px solid #eee;
}
.drawer-menu__header img {
  width: 200px;
}
.drawer-menu__links {
  padding: 10px;
}
.drawer-menu__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.drawer-menu__links ul li {
  line-height: 2.4;
}
.drawer-menu__links ul a {
  color: #444;
  text-decoration: none;
}
.drawer-menu__links ul img {
  width: 20px;
  margin-right: 8px;
  vertical-align: text-bottom;
}
.drawer-menu__variant {
  border-top: 1px solid #eee;
  margin: 10px 0 0 0;
  padding: 20px 0 0 0;
  text-align: center;
}

.drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  background-attachment: scroll;
  width: 240px;
  height: 100%;
}

.drawer-menu {
  opacity: 0.94;
  background: #3f3526;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
}
.drawer-menu h4 {
  color: #fff;
  padding: 10px 0;
  margin: 0;
  text-align: center;
}
.drawer-menu ul {
  padding: 0;
  border-bottom: 1px solid #736754;
}
.drawer-menu li {
  list-style: none;
}
.drawer-menu li a {
  display: block;
  color: #fff;
  font-weight: bold;
  width: 100%;
  border-top: 1px solid #736754;
  padding: 10px 0 10px 40px;
}
.drawer-menu .contact-us {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #3a8787;
  border-radius: 4px;
}

.drawer-menu-mask {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.drawer-menu {
  visibility: hidden;
  transform: translateX(-240px);
  right: -240px;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
  transition-property: transform, right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.drawer-menu.js-visible {
  visibility: visible;
}
.drawer-menu.js-side-nav-open {
  transform: translateX(0);
  right: 0px;
}

.drawer-menu-mask {
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.drawer-menu-mask.js-side-nav-open {
  opacity: 1;
  visibility: visible;
  transition-delay: 0;
}

body.js-masked {
  overflow: hidden;
  position: relative;
  height: 100%;
}

html.js-masked {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.youtube {
  display: flex;
  justify-content: space-between;
}

.media-nyt-img img {
  width: 40%;
  margin: 20px 0;
}

@media screen and (max-width: 599px) {
  .youtube {
    display: flex;
    flex-direction: column;
  }
  .movie-wrap iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .media-nyt-img img {
    width: 100%;
  }
  .media-nyt-img a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .youtube {
    display: flex;
    justify-content: space-around;
  }
  .movie-wrap iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
