@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
@import url(//use.fontawesome.com/releases/v5.8.2/css/all.css);
@import url(//fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap);
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section,
picture {
  display: block; }

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em; }

/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
* Add the correct margin in IE 8.
*/
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  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: 1em;
  /* 2 */ }

/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit; }

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

/**
* 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: 1em;
  /* 2 */ }

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic; }

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000; }

/**
* 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
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block; }

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none; }

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden; }

/* Forms
========================================================================== */
/**
* Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
* 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; }

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
* 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; }

/**
* 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* 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 odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[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 */ }

/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block; }

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

/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block; }

/**
* Add the correct display in IE.
*/
template {
  display: none; }

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

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-open {
  overflow: hidden !important; }

.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff; }

.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222; }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222; }

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent; }

.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--top.drawer-open .drawer-nav {
  top: 0; }

.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 0; }

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0; }

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem; }

.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem; }

.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px .75rem 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent; }

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent; }

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px; }

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222; }

.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " "; }

.drawer-hamburger-icon:after {
  top: 10px; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  top: 0; }

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.drawer--sidebar, .drawer--sidebar .drawer-contents {
  background-color: #fff; }

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden; }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%; }
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd; }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem; }
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd; }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem; }
  .drawer--sidebar .drawer-container {
    max-width: 48rem; } }

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem; }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem; }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem; }
  .drawer--sidebar .drawer-container {
    max-width: 60rem; } }

.drawer--navbarTopGutter {
  padding-top: 3.75rem; }

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff; }

.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%; }

.drawer-navbar--fixed {
  position: fixed; }

.drawer-navbar-header {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center; }

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none; }

.drawer-navbar .drawer-brand:hover {
  background-color: transparent; }

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem; }

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem; }

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff; }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0; }
  .drawer-navbar .drawer-menu--right {
    float: right; }
  .drawer-navbar .drawer-menu li {
    float: left; }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0; }
  .drawer-navbar .drawer-hamburger {
    display: none; }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .drawer-navbar .drawer-menu {
    padding: 0; }
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd; }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem; } }

.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff; }

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none; }

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222; }

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent; }

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block; }

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,-webkit-transform .2s ease;
  -o-transition: transform .2s ease,opacity .2s ease;
  transition: transform .2s ease,opacity .2s ease;
  transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.drawer-container {
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem; } }

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem; } }

body {
  color: #222;
  font-family: 'Kosugi Maru', sans-serif;
  line-height: 1.6em;
  /*
	&:before{
		@include mq(m){
			content: "M";
			display: block;
			width: 1.5rem;
			height: 1.5rem;
			position: fixed;
			top: 0;
			left: 0;
			color: #fff;
			text-align: center;
			background-color: #f00;
			z-index: 9999;
		}

		@include mq(l){
			content: "L";
			background-color: #00f !important;
		}
		
		@include mq(xl){
			content: "XL";
			background-color: #0f0 !important;
		}
	}
	*/ }
  @media screen and (max-width: 700px) {
    body {
      font-size: 0.9em;
      line-height: 1.6em; } }
  @media screen and (min-width: 701px) {
    body {
      font-size: 1.1713vw; } }
  @media screen and (min-width: 1366px) {
    body {
      font-size: 1rem; } }
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: rotate(-0.01deg);
  -ms-transform: rotate(-0.01deg);
  transform: rotate(-0.01deg); }

li {
  list-style: none; }

a {
  color: #222;
  text-decoration: underline; }
  a:hover {
    opacity: 0.5; }

::-moz-selection {
  background: #14A83B;
  color: #fff; }

::selection {
  background: #14A83B;
  color: #fff; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.8125rem;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  z-index: 999; }
  @media screen and (max-width: 700px) {
    header {
      height: auto;
      padding: 0.5rem 1rem; } }
  @media screen and (min-width: 701px) {
    header {
      height: 9.15081vw; } }
  @media screen and (min-width: 1366px) {
    header {
      height: 7.8125rem; } }
  header > * {
    -webkit-transform: rotate(0.01deg);
    -ms-transform: rotate(0.01deg);
    transform: rotate(0.01deg); }
  header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 4.375rem;
    margin: 1.875rem auto 1.5625rem auto; }
    @media screen and (max-width: 700px) {
      header .wrapper {
        height: auto;
        margin: 0; } }
    @media screen and (min-width: 701px) {
      header .wrapper {
        height: 5.12445vw;
        margin: 2.19619vw auto 1.83016vw auto; } }
    @media screen and (min-width: 1366px) {
      header .wrapper {
        height: 4.375rem;
        margin: 1.875rem auto 1.5625rem auto; } }
  header .title {
    position: relative;
    top: 0.05em;
    color: #14A83B;
    font-size: 2.6875rem;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
    @media screen and (max-width: 700px) {
      header .title {
        top: 0;
        font-size: 1.4rem;
        line-height: 1.2em; } }
    @media screen and (min-width: 701px) {
      header .title {
        font-size: 3.14788vw; } }
    @media screen and (min-width: 1366px) {
      header .title {
        font-size: 2.6875rem; } }
    header .title a {
      color: #14A83B;
      text-decoration: none; }
  header .gnav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media screen and (max-width: 700px) {
      header .gnav {
        display: none; } }
    header .gnav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      zoom: 1; }
      header .gnav ul li {
        line-height: 1.2em; }
        @media screen and (min-width: 701px) {
          header .gnav ul li {
            font-size: 1.1713vw; } }
        @media screen and (min-width: 1366px) {
          header .gnav ul li {
            font-size: 1rem; } }
        header .gnav ul li:not(:last-of-type) {
          margin-right: 2em; }
        header .gnav ul li a {
          text-decoration: none; }
          header .gnav ul li a.lock {
            padding-left: 1.25em;
            background-image: url(https://s-dental.cc/wp/wp-content/themes/sutodc/img/common/icon_lock.svg);
            background-position: left center;
            background-repeat: no-repeat;
            background-size: contain; }
  header .snav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media screen and (max-width: 700px) {
      header .snav {
        display: none; } }
    header .snav li + li {
      margin-left: 1.2em; }
    header .snav li a {
      display: block;
      padding: 0.4em 1em 0.3em 1em;
      color: #14A83B;
      font-size: 0.875rem;
      line-height: 1.2em;
      text-decoration: none;
      border: solid 1px #14A83B;
      border-radius: 2em; }
      @media screen and (min-width: 701px) {
        header .snav li a {
          font-size: 1.02489vw; } }
      @media screen and (min-width: 1366px) {
        header .snav li a {
          font-size: 0.875rem; } }
      header .snav li a:before {
        content: "\f054";
        position: relative;
        bottom: 0.15em;
        margin-right: 0.5rem;
        font-family: "Font Awesome 5 Free";
        font-size: 0.7em;
        font-weight: bold; }
    header .snav .fb a {
      color: #1877F2;
      border-color: #1877F2; }
      header .snav .fb a:before {
        content: "\f09a";
        position: relative;
        bottom: -0.05em;
        margin-right: 0.5rem;
        font-family: "Font Awesome 5 Brands";
        font-size: 1.2em;
        font-weight: 900; }
  header > .sp {
    position: absolute;
    top: 50%;
    right: 0.8rem;
    width: 1.8rem;
    height: 1.8rem;
    margin-top: -0.9rem; }
    header > .sp .menu a {
      display: block;
      padding: 5% 10% 10% 10%; }

.drawer-button {
  display: none; }
  @media screen and (max-width: 700px) {
    .drawer-button {
      display: block; } }

.drawer-open .drawer-nav {
  width: auto;
  width: 60%; }

.drawer-nav {
  background-color: #fff;
  overflow: auto;
  z-index: 9999 !important; }
  .drawer-nav nav > ul {
    margin-bottom: 1em; }
    .drawer-nav nav > ul > li {
      padding: 0.8em 1.5em;
      font-size: 0.85rem;
      line-height: 1.4em;
      border-bottom: solid 1px #555; }
      .drawer-nav nav > ul > li:before {
        content: "▶";
        position: relative;
        bottom: 0.05em;
        margin-right: 0.25rem;
        font-size: 0.5em; }
      .drawer-nav nav > ul > li ul {
        margin-left: 1.2em; }
        .drawer-nav nav > ul > li ul li {
          margin-top: 0.3em; }
      .drawer-nav nav > ul > li a[href] {
        text-decoration: none;
        color: #14A83B; }

.drawer-overlay {
  z-index: 9998 !important; }

main {
  margin: 10.625rem 0 7.5rem 0;
  overflow: hidden; }
  @media screen and (max-width: 700px) {
    main {
      margin: 3.5rem 0 2rem 0; } }
  @media screen and (min-width: 701px) {
    main {
      margin: 12.4451vw 0 8.78477vw 0; } }
  @media screen and (min-width: 1366px) {
    main {
      margin: 10.625rem 0 7.5rem 0; } }
  main > * {
    -webkit-transform: rotate(0.01deg);
    -ms-transform: rotate(0.01deg);
    transform: rotate(0.01deg); }

footer {
  padding: 6.25rem 0;
  background-color: #FBF8F1;
  overflow: hidden; }
  @media screen and (max-width: 700px) {
    footer {
      padding: 2rem 1rem; } }
  @media screen and (min-width: 701px) {
    footer {
      padding: 7.32064vw 0; } }
  @media screen and (min-width: 1366px) {
    footer {
      padding: 6.25rem 0; } }
  footer > * {
    -webkit-transform: rotate(0.01deg);
    -ms-transform: rotate(0.01deg);
    transform: rotate(0.01deg); }
  footer p {
    text-align: center; }
    footer p.title {
      margin-bottom: 0.8em;
      color: #14A83B;
      font-size: 1.375rem;
      font-weight: bold; }
      @media screen and (max-width: 700px) {
        footer p.title {
          font-size: 1.1rem;
          line-height: 1.4em; } }
      @media screen and (min-width: 701px) {
        footer p.title {
          font-size: 1.61054vw; } }
      @media screen and (min-width: 1366px) {
        footer p.title {
          font-size: 1.375rem; } }
    footer p.address {
      margin-bottom: 2em; }
      @media screen and (max-width: 700px) {
        footer p.address {
          margin-bottom: 1em;
          font-size: 0.8rem;
          line-height: 1.4em; } }
    @media screen and (max-width: 700px) {
      footer p.copyright {
        font-size: 0.8rem;
        line-height: 1.4em; } }
    @media screen and (min-width: 701px) {
      footer p.copyright {
        font-size: 1.02489vw; } }
    @media screen and (min-width: 1366px) {
      footer p.copyright {
        font-size: 0.875rem; } }
    footer p.notes {
      margin: 3.125rem 0 0 0;
      font-size: 0.8125rem;
      text-align: center; }

@media screen and (max-width: 700px) {
  .pc {
    display: none; } }

@media screen and (min-width: 701px) {
  .sp {
    display: none; } }

.wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 701px) {
    .wrapper {
      max-width: 87.84773vw; } }
  @media screen and (min-width: 1366px) {
    .wrapper {
      max-width: 75rem; } }

.head_dotline {
  position: relative;
  margin-bottom: 5.3125rem;
  color: #222;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 700px) {
    .head_dotline {
      margin-bottom: 2.2em;
      font-size: 1.1rem; } }
  @media screen and (min-width: 701px) {
    .head_dotline {
      margin-bottom: 6.22255vw;
      font-size: 1.90337vw; } }
  @media screen and (min-width: 1366px) {
    .head_dotline {
      margin-bottom: 5.3125rem;
      font-size: 1.625rem; } }
  .head_dotline:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.5em;
    left: 50%;
    width: 6.25rem;
    height: 1.25rem;
    background-size: 1.25rem 1.25rem;
    margin-left: -3.125rem;
    background-image: -webkit-radial-gradient(#14A83B 15%, transparent 20%);
    background-image: -o-radial-gradient(#14A83B 15%, transparent 20%);
    background-image: radial-gradient(#14A83B 15%, transparent 20%); }
    @media screen and (max-width: 700px) {
      .head_dotline:after {
        bottom: -1.3em;
        width: 4em;
        height: 0.8em;
        background-size: 0.8em 0.8em;
        margin-left: -2em; } }
    @media screen and (min-width: 701px) {
      .head_dotline:after {
        width: 7.32064vw;
        height: 1.46413vw;
        background-size: 1.46413vw 1.46413vw;
        margin-left: -3.66032vw; } }
    @media screen and (min-width: 1366px) {
      .head_dotline:after {
        width: 6.25rem;
        height: 1.25rem;
        background-size: 1.25rem 1.25rem;
        margin-left: -3.125rem; } }
  .head_dotline + .info {
    margin-top: -2.5rem;
    margin-bottom: 6.25rem;
    font-size: 1.1875rem;
    text-align: center; }
    @media screen and (max-width: 700px) {
      .head_dotline + .info {
        margin-top: -2rem;
        margin-bottom: 4em;
        font-size: 0.9rem;
        line-height: 1.4em; } }
    @media screen and (min-width: 701px) {
      .head_dotline + .info {
        margin-top: -2.92826vw;
        margin-bottom: 7.32064vw;
        font-size: 1.39092vw; } }
    @media screen and (min-width: 1366px) {
      .head_dotline + .info {
        margin-top: -2.5rem;
        margin-bottom: 6.25rem;
        font-size: 1.1875rem; } }
    .head_dotline + .info > span {
      display: inline-block;
      line-height: 1.8em;
      border-bottom: dashed 1px #222; }
      .head_dotline + .info > span > span {
        margin: 0 0.5em;
        color: #14A83B;
        font-weight: bold;
        letter-spacing: 0.1em; }

ul.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  ul.category li {
    margin-bottom: 0.5em; }
    ul.category li:not(:last-of-type) {
      margin-right: 0.8em; }
    ul.category li a {
      display: block;
      padding: 0.2em 1em;
      color: #14A83B;
      font-size: 0.75rem;
      text-decoration: none;
      line-height: 1.2em;
      background-color: #FBF8F1;
      border-radius: 1em; }
      @media screen and (max-width: 700px) {
        ul.category li a {
          padding: 0.2em 0.5em;
          font-size: 0.7rem; } }
      @media screen and (min-width: 701px) {
        ul.category li a {
          font-size: 0.87848vw; } }
      @media screen and (min-width: 1366px) {
        ul.category li a {
          font-size: 0.75rem; } }

.button a {
  display: inline-block;
  padding: 0.4em 1.8em 0.3em 1.8em;
  color: #fff;
  font-size: 0.95em;
  line-height: 1.2em;
  text-decoration: none;
  background-color: #14A83B;
  border-radius: 1em; }
  .button a:before {
    content: "\f054";
    position: relative;
    bottom: 0.15em;
    margin-right: 0.5rem;
    font-family: "Font Awesome 5 Free";
    font-size: 0.7em;
    font-weight: bold; }

.pager {
  position: relative;
  width: 50rem;
  margin: 3.125rem auto 3.125rem auto; }
  @media screen and (max-width: 700px) {
    .pager {
      width: 90%;
      margin: 3rem auto;
      padding: 0 1rem; } }
  @media screen and (min-width: 701px) {
    .pager {
      width: 58.56515vw;
      margin: 3.66032vw auto 3.66032vw auto; } }
  @media screen and (min-width: 1366px) {
    .pager {
      width: 50rem;
      margin: 3.125rem auto 3.125rem auto; } }
  .pager .button a {
    padding: 0.6em 2em 0.5em 2em;
    border-radius: 1.2em; }
    @media screen and (max-width: 700px) {
      .pager .button a {
        padding: 0.4em 1em 0.3em 1em;
        font-size: 0.7rem; } }
  .pager .prev {
    position: absolute;
    top: 0;
    left: 0; }
    .pager .prev a:before {
      content: "\f053"; }
  .pager .next {
    position: absolute;
    top: 0;
    right: 0; }
    .pager .next a:before {
      content: none; }
    .pager .next a:after {
      content: "\f054";
      position: relative;
      bottom: 0.15em;
      margin-left: 0.5rem;
      font-family: "Font Awesome 5 Free";
      font-size: 0.7em;
      font-weight: bold; }
  .pager .num {
    padding: 0.6em 2em 0.5em 2em;
    text-align: center; }
    @media screen and (max-width: 700px) {
      .pager .num {
        position: relative;
        top: -0.3em;
        padding: 0.4em 1em 0.3em 1em; } }

main h1 {
  display: none; }

#anti-infective {
  width: 43.75rem; }
  @media screen and (max-width: 700px) {
    #anti-infective {
      width: auto;
      padding: 0 2rem; } }
  #anti-infective p {
    margin-bottom: 2em;
    line-height: 2em; }
    #anti-infective p.notes {
      position: relative;
      margin-left: 1.8em;
      font-size: 0.8125rem;
      line-height: 1.4em; }
      #anti-infective p.notes:before {
        content: "※";
        position: absolute;
        left: -1.3em; }
    #anti-infective p a {
      color: #14A83B;
      font-size: 1.1em;
      font-weight: bold; }
  #anti-infective ul {
    margin: 0 0 1em 1.5em;
    font-weight: bold; }
    #anti-infective ul li {
      line-height: 1.4em;
      list-style: disc outside; }
      #anti-infective ul li + li {
        margin-top: 0.8em; }
    #anti-infective ul.image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 6.25rem 0 0 0; }
      @media screen and (max-width: 700px) {
        #anti-infective ul.image {
          margin: 3rem 0 0 0; } }
      #anti-infective ul.image li {
        list-style: none;
        line-height: 1em;
        border: solid 1px #777; }
        @media screen and (max-width: 700px) {
          #anti-infective ul.image li {
            width: 22%; } }
        @media screen and (min-width: 701px) {
          #anti-infective ul.image li {
            width: 22%; } }
        @media screen and (min-width: 1366px) {
          #anti-infective ul.image li {
            width: auto; } }
        #anti-infective ul.image li + li {
          margin-top: 0; }






hr{	margin: 4rem 0 ;}

#sisetu {
	position: relative;
	width: 43.75rem;
	margin: -9rem auto 0 auto;
	padding: 12rem 0 2rem 0 ;
}
#sisetu dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	margin: 1rem 0  ;
}
#sisetu dt{
	  width: 15%;
	margin: 0 0 1rem 0 ;
	font-weight: bold;
}
#sisetu dd{
	width: 85%;	
	margin: 0 0 1rem 0  ;
}
#sisetu li {
	list-style: disc;
	margin: 0 0 1rem 1rem ;
}
#sisetu .right{	
	position: absolute;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #000;
	width:fit-content;
}


@media screen and (max-width: 700px) {
	#sisetu {
		width: auto;
		padding: 9rem 2rem 2rem 2rem; 	  
	} 
	#sisetu dl {
		display: block;
		flex-wrap: wrap;
		width: 100%;
		margin: 1rem 0  ;
	}
	#sisetu dt{
		width: auto;
		margin: 0 ;
	}
	#sisetu dd{		width: auto;	}
	
	#sisetu .right{			right: 2rem;}

	
}