@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

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

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

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

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

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

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

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

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

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

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

body,
html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #4d4d4d;
  background-color: #fff;
  font-family: Noto Sans JP, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, sans-serif;
  line-height: 1;
  padding-top: 60px;
}

@media print {
  body.page-print {
    padding-top: 0;
  }
}

a {
  text-decoration: none;
}

a,
a:hover {
  color: #36c4c1;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: 400;
}

p {
  line-height: 1.75;
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  p {
    font-size: 0.9375rem;
  }
}

@media print, screen and (min-width: 769px) {
  p {
    font-size: 1rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ol li,
ul li {
  list-style-type: none;
  list-style-position: outside;
  line-height: 1.75;
}

@media only screen and (max-width: 768px) {
  ol li,
  ul li {
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 769px) {
  ol li,
  ul li {
    font-size: 1rem;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

@media print {
  .site-header {
    position: absolute;
  }
}

.site-header > .inner {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .site-header > .inner {
    padding: 0 30px 0 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .site-header > .inner {
    padding: 0 30px;
  }
}

.site-header > .inner .box-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .site-header > .inner .box-logo img {
    width: 47px;
  }
}

.site-header > .inner .box-logo a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.site-header > .inner .box-logo a:hover {
  opacity: 0.75;
}

.site-header > .inner .box-logo .ttl {
  display: inline-block;
  color: grey;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .site-header > .inner .box-logo .ttl {
    margin-left: 10px;
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 769px) {
  .site-header > .inner .box-logo .ttl {
    margin-left: 20px;
    font-size: 1.5rem;
  }
}

.site-header > .inner .box-logo .ttl .sub {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  margin-bottom: 5px;
}

.site-header > .inner .box-logo .ttl a {
  display: block;
}

.site-header > .inner .box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header > .inner .box-btn .btn-nurse a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site-header > .inner .box-btn .btn-nurse a:hover,
.reserve-btn a:hover {
  opacity: 0.75;
}

.site-header > .inner .box-btn .btn-menu {
  width: 35px;
  height: 35px;
  background: transparent url(../images/common/btn_menu.svg) 0 0 no-repeat;
  background-size: 35px auto;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .site-header > .inner .box-btn .btn-menu {
    margin-left: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .site-header > .inner .box-btn .btn-menu {
    margin-left: 35px;
  }
}

.site-header > .inner .box-btn .btn-menu:hover {
  opacity: 0.75;
}

.site-header > .inner .box-btn .btn-menu.active {
  background-image: url(../images/common/btn_menu_close.svg);
}

.gnav {
  position: fixed;
  top: 60px;
  z-index: 99999;
  background-color: rgba(54, 196, 193, 0.8);
  height: calc(100vh - 60px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .gnav {
    width: 255px;
    right: -255px;
  }
}

@media print, screen and (min-width: 769px) {
  .gnav {
    width: 336px;
    right: -336px;
  }
}

.gnav.active {
  right: 0;
}

.gnav > .inner {
  height: 100%;
  overflow-y: auto;
}

@media only screen and (max-width: 768px) {
  .gnav > .inner {
    padding: 20px 15px 80px;
  }
}

@media print, screen and (min-width: 769px) {
  .gnav > .inner {
    padding: 20px 30px;
  }
}

.gnav-home {
  width: 100%;
  margin: 0 auto 5px;
}

.gnav-home a {
  display: block;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  background-color: #36c4c1;
  border: 1px solid #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 769px) {
  .gnav-home a {
    font-size: 1.125rem;
  }
}

.gnav-home a:hover {
  color: #36c4c1;
  border: 1px solid #36c4c1;
  background-color: #fff;
}

.gnav-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.gnav-btn {
  width: 100%;
}

.gnav-btn:nth-child(2) {
  margin-left: 5px;
}

.gnav-btn a {
  display: block;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  background-color: #36c4c1;
  border: 1px solid #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}

@media print, screen and (min-width: 769px) {
  .gnav-btn a {
    font-size: 1.125rem;
  }
}

.gnav-btn a:hover {
  color: #36c4c1;
  border: 1px solid #36c4c1;
  background-color: #fff;
}

.gnav-list > .item {
  line-height: 1;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .gnav-list > .item {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 769px) {
  .gnav-list > .item {
    font-size: 1.125rem;
  }
}

.gnav-list > .item.bdt {
  border-top: 1px solid #fff;
  padding-top: 20px;
}

.gnav-list > .item.indent {
  padding-left: 1em;
}

.gnav-list > .item.indent a {
  font-weight: 400;
}

.gnav-list > .item.bdb {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.gnav-list > .item > a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.gnav-list > .item > a:hover {
  text-decoration: underline;
}

.gnav-list > .item span {
  display: inline-block;
  position: relative;
  color: #fff;
  cursor: pointer;
}

.gnav-list > .item .parent-label span {
  font-weight: 700;
}

.gnav-list > .item.has-child .parent-label {
  display: block;
}

.gnav-list > .item.has-child .parent-label span {
  padding-right: 35px;
}

.gnav-list > .item.has-child .parent-label span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 14px 8px 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gnav-list > .item.has-child.active span:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.gnav-list-sub {
  display: none;
  margin: 15px 0 0 15px;
}

.gnav-list-sub > .item {
  font-size: 1rem;
  margin-bottom: 15px;
}

.gnav-list-sub > .item:last-child {
  margin-bottom: 0;
}

.gnav-list-sub > .item > a {
  display: block;
  color: #fff;
}

.gnav-list-sub > .item > a .link-ext:hover {
  text-decoration: underline;
}

.breadcrumb {
  width: 96%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 10px 0;
}

.breadcrumb > li {
  display: inline-block;
  color: grey;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .breadcrumb > li {
    font-size: 0.75rem;
  }
}

@media print, screen and (min-width: 769px) {
  .breadcrumb > li {
    font-size: 0.875rem;
  }
}

.breadcrumb > li:nth-child(n + 2) {
  padding-left: 14px;
  position: relative;
}

.breadcrumb > li:nth-child(n + 2):before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid grey;
  border-right: 1px solid grey;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.breadcrumb > li a {
  color: grey;
}

.bottom-banner {
  width: 90%;
  max-width: 1024px;
  margin: 30px auto;
}

.bottom-banner .bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom-banner .bnr-list > .item {
  width: 300px;
  margin: 5px;
}

.bottom-banner .bnr-list > .item a {
  display: block;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .bottom-banner .bnr-list > .item a:hover {
    opacity: 0.75;
  }
}

@media print, screen and (min-width: 769px) {
  .bottom-banner .bnr-list > .item a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.site-footer {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .site-footer {
    padding-bottom: 45px;
  }
}

.site-footer > .inner {
  width: 100%;
  background-color: #e7f8f8;
  padding: 50px 0 15px;
}

.site-footer > .inner .catch {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .site-footer > .inner .catch {
    font-size: 1.25rem;
  }
}

@media print, screen and (min-width: 769px) {
  .site-footer > .inner .catch {
    font-size: 1.5625rem;
  }
}

.site-footer > .inner .logo {
  margin: 30px auto;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .site-footer > .inner .logo {
    width: 270px;
  }
}

.site-footer .copyright {
  font-size: 0.75rem;
  text-align: center;
  padding: 15px 0;
}

.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .footer-nav-list > .item {
    width: 100%;
    margin: 15px 0;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-nav-list > .item {
    margin: 0 10px;
  }
}

.footer-nav-list > .item a {
  color: #4d4d4d;
}

.footer-nav-list > .item a:hover {
  text-decoration: underline;
}

.site-pagetop {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .site-pagetop {
    width: 55px;
    height: 37px;
  }
}

@media print, screen and (min-width: 769px) {
  .site-pagetop {
    position: fixed;
    right: -5px;
    top: 306px;
    z-index: 9999;
    /*
    opacity: 0;
    visibility: hidden
	*/
  }
  .site-pagetop:hover {
    right: 0;
  }
}

.site-pagetop.active {
  opacity: 1;
  visibility: visible;
}

.site-pagetop a {
  display: block;
  /*
  -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, .15);
  box-shadow: -2px 2px 2px rgba(0, 0, 0, .15);
  */
  border-radius: 13px 13px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 769px) {
  .site-pagetop a:hover {
    opacity: 0.75;
  }
}

.fixed-bnr-recruit {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .fixed-bnr-recruit {
    width: 117px;
    height: 37px;
    bottom: 0;
    /*
    -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, .15);
    box-shadow: -2px 2px 2px rgba(0, 0, 0, .15);
    border-radius: 13px 13px 0 0
	*/
  }
}

@media print, screen and (min-width: 769px) {
  .fixed-bnr-recruit {
    position: fixed;
    top: 80px;
    right: -5px;
    z-index: 9999;
  }
}

@media print, screen and (min-width: 769px) {
  .fixed-bnr-recruit:hover {
    right: 0;
  }
}

.fixed-bnr-recruit a {
  display: block;
}

.fixed-bnr-bounty {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .fixed-bnr-bounty {
    width: 114px;
    height: 37px;
    bottom: 0;
    margin: 0 2px;
    /*
    -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, .15);
    box-shadow: -2px 2px 2px rgba(0, 0, 0, .15);
    border-radius: 13px 13px 0 0
	*/
  }
}

@media print, screen and (min-width: 769px) {
  .fixed-bnr-bounty {
    position: fixed;
    top: 191px;
    right: -5px;
    z-index: 9999;
    padding: 2px 0;
    /*
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
    border-radius: 13px 0 0 13px
	*/
  }
}

@media print, screen and (min-width: 769px) {
  .fixed-bnr-bounty:hover {
    right: 0;
  }
}

.fixed-bnr-bounty a {
  display: block;
}

@media only screen and (max-width: 768px) {
  .recruit-and-pagetop {
    width: 300px;
    height: 37px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
  }
}

@media print {
  .recruit-and-pagetop {
    display: none;
  }
}

.js_preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

.js-lazyload-box {
  opacity: 0;
}

.js-lazyload-box,
.js-lazyload-box img {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.js-lazyload-box.lazyload,
.js-lazyload-box.lazyload img.lazyload {
  opacity: 0;
}

.js-lazyload-box.lazyloaded,
.js-lazyload-box.lazyloaded img.lazyloaded {
  opacity: 1;
}

picture.js-lazyload-box {
  display: block;
}

.page-header01 {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto 1.5em;
  color: #36c4c1;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  background: transparent url(../images/common/page_header_bg_01.svg) bottom no-repeat;
}

@media only screen and (max-width: 768px) {
  .page-header01 {
    font-size: 1.5625rem;
    padding-bottom: 25px;
  }
}

@media print, screen and (min-width: 769px) {
  .page-header01 {
    font-size: 1.875rem;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .page-schedule .page-header01 {
    padding-top: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .page-schedule .page-header01 {
    padding-top: 50px;
  }
}

@media print {
  .page-schedule .page-header01 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .page-header01.first {
    padding-top: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .page-header01.first {
    padding-top: 50px;
  }
}

@media print {
  .page-print .page-header01 {
    color: #4d4d4d;
    font-size: 1.125rem;
    margin-bottom: 1em;
  }
}

.page-header01-btn {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .page-header01-btn {
    text-align: center;
    margin-bottom: 40px;
  }
}

.page-header01-btn .btn {
  display: inline-block;
  color: #fff;
  background-color: #36c4c1;
  border: 1px solid #36c4c1;
  width: 100px;
  text-align: center;
  padding: 8px 0;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-header01-btn .btn:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-header01-btn .btn:hover {
  color: #36c4c1;
  background-color: #fff;
  text-decoration: none;
}

.page-header01-btn .btn:hover:before {
  border-top: 1px solid #36c4c1;
  border-right: 1px solid #36c4c1;
}

@media print, screen and (min-width: 769px) {
  .page-header01-btn .btn {
    position: absolute;
    top: -110px;
    right: 0;
  }
}

.page-header02 {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto 1.5em;
  color: #36c4c1;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.page-header02 span {
	font-size:70%;
	margin-left:16px;
	font-weight:normal;
}

.page-header02:before {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background-color: #36c4c1;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .page-header02 {
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 769px) {
  .page-header02 {
    font-size: 1.4375rem;
  }
}

@media print {
  .page-print .page-header02 {
    color: #4d4d4d;
    max-width: 840px;
    font-size: 0.75rem;
    margin-bottom: 0;
    text-align: left;
  }
}

.page-header03 {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto 1.5em;
  color: #36c4c1;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .page-header03 {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 769px) {
  .page-header03 {
    font-size: 1.125rem;
  }
}

.home-mv {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .home-mv img {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .home-mv {
    height: 450px;
    position: relative;
  }
  .home-mv img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.nav-modal {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  height: 60px;
  background-color: #effafa;
  position: relative;
}

.nav-modal > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .nav-modal > .inner {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .nav-modal > .inner {
    width: 600px;
    margin: 0 auto;
  }
}

.nav-modal .nav-section {
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .nav-modal .nav-section {
    width: 25%;
    position: relative;
  }
  .nav-modal .nav-section:before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-color: #36c4c1;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nav-modal .nav-section:last-child:before {
    display: none;
  }
}

.nav-modal .nav-section .label {
  display: block;
  cursor: pointer;
  text-align: center;
  height: 100%;
  color: #36c4c1;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .nav-modal .nav-section .label {
    line-height: 1.4;
  }
}

@media print, screen and (min-width: 769px) {
  .nav-modal .nav-section .label {
    width: 180px;
    font-size: 1.25rem;
  }
  .nav-modal .nav-section .label:hover {
    background-image: none;
    color: #fff;
    background-color: #36c4c1;
  }
}

.nav-modal .nav-section .label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-modal .nav-section .label > span,
.nav-modal .nav-section .label a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.nav-modal .nav-section .label a {
  display: block;
  width: 100%;
  color: #36c4c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-modal .nav-section .label a:hover {
  color: #fff;
  text-decoration: none;
}

.nav-modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.nav-modal-content.active {
  opacity: 1;
  visibility: visible;
}

.nav-modal-content > .inner {
  overflow-y: auto;
}

@media only screen and (max-width: 768px) {
  .nav-modal-content > .inner {
    height: 80vh;
  }
}

@media print, screen and (min-width: 769px) {
  .nav-modal-content > .inner {
    height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 740px;
  }
}

.nav-modal-content .ttl {
  width: 230px;
  color: #fff;
  background-color: #36c4c1;
  border-radius: 5px;
  padding: 15px 10px;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 700;
}

@media print, screen and (min-width: 769px) {
  .nav-modal-content .ttl {
    font-size: 1.25rem;
  }
}

.nav-modal-list {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .nav-modal-list {
    width: 70vw;
  }
}

@media print, screen and (min-width: 769px) {
  .nav-modal-list {
    width: 450px;
  }
  .nav-modal .nav-modal-content .inner .nav-modal-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.nav-modal-list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #36c4c1;
  text-align: left;
  border-radius: 5px;
  margin-bottom: 10px;
}

.nav-modal-list > .item:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .nav-modal .nav-modal-content .inner .nav-modal-list > .item {
    width: 48%;
    margin: 1%;
  }
}

.nav-modal-list > .item .name {
  max-width: 350px;
}

.nav-modal-list > .item .icons,
.nav-modal-list > .item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-modal-list > .item .icons {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nav-modal-list > .item .icons .icon {
  width: 35px;
  height: 35px;
  border: 1px solid #36c4c1;
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-modal-close {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.nav-modal-close.active {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}

@media only screen and (max-width: 768px) {
  .nav-modal-close {
    top: 10px;
    right: 10px;
  }
}

.nav-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-modal-bg.active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav-hospital {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .nav-hospital {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 769px) {
  .nav-hospital {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.nav-hospital > .item {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .nav-hospital > .item {
    width: 29%;
    margin: 0 1%;
    line-height: 1.5;
  }
}

@media print, screen and (min-width: 769px) {
  .nav-hospital > .item {
    width: 230px;
  }
}

.nav-hospital > .item:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #36c4c1;
  border-right: 2px solid #36c4c1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .nav-hospital > .item:before {
    bottom: -20px;
  }
}

@media print, screen and (min-width: 769px) {
  .nav-hospital > .item:before {
    bottom: -30px;
  }
}

.nav-hospital > .item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #36c4c1;
  background-color: #fff;
  border: 1px solid #36c4c1;
  border-radius: 5px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .nav-hospital > .item a {
    padding: 9px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .nav-hospital > .item a {
    padding: 4px 0;
  }
}

.nav-hospital > .item a:hover {
  color: #fff;
  background-color: #36c4c1;
  text-decoration: none;
}

.nav-hospital > .item.active:before {
  opacity: 1;
  visibility: visible;
}

.nav-hospital > .item.active a {
  color: #fff;
  background-color: #36c4c1;
}

.hospital-section {
  display: none;
  width: 100%;
  padding: 20px 0;
  background-color: #fdfcf3;
}

.hospital-section .addr-box {
  width: 90%;
  max-width: 750px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 768px) {
  .hospital-section .addr-box {
    width: 95%;
  }
}

@media print, screen and (min-width: 769px) {
  .hospital-section .addr-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.hospital-section .addr-box .addr {
  font-style: normal;
  line-height: 1.75;
}

@media only screen and (max-width: 768px) {
  .hospital-section .addr-box .addr {
    width: 95%;
    margin: 0 auto 15px;
  }
}

.hospital-section .addr-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .hospital-section .addr-box .btn-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 769px) {
  .hospital-section .addr-box .btn-box {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .hospital-section .addr-box .btn-box > .item {
    width: 90%;
    max-width: 200px;
    margin: 6px 1%;
  }
}

@media print, screen and (min-width: 769px) {
  .hospital-section .addr-box .btn-box > .item {
    margin: 0 10px;
  }
}

.hospital-section .addr-box .btn-box > .item a {
  display: block;
  -webkit-transition: all 0.3s;
  color: #36c4c1;
  background-color: #fff;
  border: 1px solid #36c4c1;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 1.125rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .hospital-section .addr-box .btn-box > .item a {
    padding: 11px 5px;
  }
}

@media print, screen and (min-width: 769px) {
  .hospital-section .addr-box .btn-box > .item a {
    width: 200px;
    padding: 11px 5px;
  }
}

@media screen and (max-width: 320px) {
  .hospital-section .addr-box .btn-box > .item a {
    font-size: 1rem;
  }
}

.hospital-section .addr-box .btn-box > .item a:hover {
  text-decoration: none;
  opacity: 0.75;
}

.hospital-section .addr-box .btn-box > .item .icon {
  margin-right: 10px;
}

table.medical-table {
  width: 95%;
  max-width: 750px;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
}

table.medical-table tbody td {
  border: 1px solid #36c4c1;
  text-align: center;
  background-color: #fff;
}

table.medical-table tbody td:hover {
  background-color: #36c4c1;
}

table.medical-table a {
  width: 100%;
  height: 100%;
  color: #4d4d4d;
  padding: 10px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 769px) {
  table.medical-table a {
    font-size: 1.125rem;
  }
}

table.medical-table a:hover {
  color: #fff;
  text-decoration: none;
}

.news-index-list {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}

.news-index-list > .item {
  border-bottom: 1px solid #e1e1e1;
}

.news-index-list > .item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .news-index-list > .item {
    padding-bottom: 0;
  }
}

.news-index-list > .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 769px) {
  .news-index-list > .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.news-index-list > .item a:hover {
  text-decoration: none;
}

.news-index-list > .item a:hover .wrap-date-ttl .box-ttl .ttl span:before {
  background-color: #02cbf1;
}

.news-index-list > .item a .wrap-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .news-index-list > .item a .wrap-icon {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media print, screen and (min-width: 769px) {
  .news-index-list > .item a .wrap-icon {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    text-align: right;
  }
}

.news-index-list > .item a .wrap-icon > .item {
  margin-right: 5px;
}

.news-index-list > .item a .wrap-icon > .item:last-child {
  margin-right: 0;
}

.news-index-list > .item a .wrap-date-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .news-index-list > .item a .wrap-date-ttl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5px;
  }
}

@media print, screen and (min-width: 769px) {
  .news-index-list > .item a .wrap-date-ttl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-preferred-size: 810px;
    flex-basis: 810px;
  }
}

.news-index-list > .item a .wrap-date-ttl .box-date {
  color: #4d4d4d;
}

@media only screen and (max-width: 768px) {
  .news-index-list > .item a .wrap-date-ttl .box-date {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 100px;
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 769px) {
  .news-index-list > .item a .wrap-date-ttl .box-date {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .news-index-list > .item a .wrap-date-ttl .box-ttl {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}

@media print, screen and (min-width: 769px) {
  .news-index-list > .item a .wrap-date-ttl .box-ttl {
    -ms-flex-preferred-size: 700px;
    flex-basis: 700px;
  }
}

.news-index-list > .item a .wrap-date-ttl .box-ttl .ttl {
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  color: #29a3da;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .news-index-list > .item a .wrap-date-ttl .box-ttl .ttl {
    font-size: 0.875rem;
  }
}

.news-index-list > .item a .wrap-date-ttl .box-ttl .ttl span {
  position: relative;
}

.news-index-list > .item a .wrap-date-ttl .box-ttl .ttl span:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-index-list > .item a .wrap-date-ttl .box-ttl .news-categories {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.icon-new {
  display: inline-block;
  color: #e86a5a;
  background-color: #fff;
  border: 1px solid #e86a5a;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}

.is-nurse .icon-new {
  color: #ea289a;
  border: 1px solid #ea289a;
}

.icon-important {
  display: inline-block;
  color: #fff;
  background-color: #e86a5a;
  border: 1px solid #e86a5a;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}

.is-nurse .icon-important {
  background-color: #ea289a;
  border: 1px solid #ea289a;
}

.news-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-categories > .item {
  color: #4d4d4d;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  border: 1px solid #aeaeae;
  margin: 5px;
  padding: 5px;
}

.news-categories > .item:first-child {
  margin-left: 0;
}

.news-categories > .item:last-child {
  margin-right: 0;
}

.news-entry-section {
  width: 90%;
  max-width: 768px;
  margin: 30px auto;
}

.blog-entrycategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .blog-entrycategories {
    margin-bottom: 15px;
  }
}

.blog-entrycategories.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog-entrycategories > .item {
  margin: 5px;
}

.blog-entrycategories > .item a {
  border: 1px solid #36c4c1;
  font-size: 0.875rem;
  padding: 2px 10px;
  min-width: 80px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-entrycategories > .item a:hover {
  color: #fff;
  background-color: #36c4c1;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .blog-entrydate {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .blog-entrydate {
    text-align: right;
    margin-bottom: 15px;
  }
}

.blog-entrydate > .publish,
.blog-entrydate > .update {
  display: block;
  font-size: 1rem;
}

.blog-entrydate > .publish {
  margin-bottom: 5px;
}

.blog-body,
body.mceContentBody {
  margin: 30px auto;
}

.blog-body h2,
body.mceContentBody h2 {
  color: #4d4d4d;
  text-align: center;
  font-weight: 400;
  line-height: 1.75;
  margin: 2em auto;
}

@media only screen and (max-width: 768px) {
  .blog-body h2,
  body.mceContentBody h2 {
    font-size: 1.25rem;
  }
}

@media print, screen and (min-width: 769px) {
  .blog-body h2,
  body.mceContentBody h2 {
    font-size: 1.5625rem;
  }
}

.blog-body h3,
body.mceContentBody h3 {
  color: #4d4d4d;
  text-align: center;
  font-weight: 400;
  line-height: 1.75;
  margin: 2em auto;
}

@media only screen and (max-width: 768px) {
  .blog-body h3,
  body.mceContentBody h3 {
    font-size: 1.25rem;
  }
}

@media print, screen and (min-width: 769px) {
  .blog-body h3,
  body.mceContentBody h3 {
    font-size: 1.25rem;
  }
}

.blog-body h4,
body.mceContentBody h4 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 2em auto;
  border-left: 3px solid #36c4c1;
  padding: 5px 5px 5px 10px;
}

.blog-body dd,
.blog-body div,
.blog-body li,
.blog-body p,
body.mceContentBody dd,
body.mceContentBody div,
body.mceContentBody li,
body.mceContentBody p {
  line-height: 1.75;
  margin-bottom: 1em;
}

.blog-body dd:last-child,
.blog-body div:last-child,
.blog-body li:last-child,
.blog-body p:last-child,
body.mceContentBody dd:last-child,
body.mceContentBody div:last-child,
body.mceContentBody li:last-child,
body.mceContentBody p:last-child {
  margin-bottom: 0;
}

.blog-body ul,
body.mceContentBody ul {
  margin: 1em auto;
}

.blog-body ul li,
body.mceContentBody ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.blog-body ol,
body.mceContentBody ol {
  margin: 1em auto;
}

.blog-body ol li,
body.mceContentBody ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.blog-body blockquote,
body.mceContentBody blockquote {
  width: 100%;
  margin: 30px auto;
  border: 1px dashed #36c4c1;
  padding: 2em;
  color: #333;
  background-color: #fafafa;
  border-radius: 3px;
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.75;
  position: relative;
}

.blog-body blockquote:after,
.blog-body blockquote:before,
body.mceContentBody blockquote:after,
body.mceContentBody blockquote:before {
  font-size: 1.5rem;
  line-height: 1;
  color: #666;
  position: absolute;
}

.blog-body blockquote:before,
body.mceContentBody blockquote:before {
  content: "“";
  top: 0.5em;
  left: 0.5em;
}

.blog-body blockquote:after,
body.mceContentBody blockquote:after {
  content: "”";
  bottom: 0;
  right: 0.5em;
}

.blog-body table,
body.mceContentBody table {
  width: 100%;
  border: 1px solid #5f9bb5;
  border-collapse: collapse;
}

.blog-body table td,
.blog-body table th,
body.mceContentBody table td,
body.mceContentBody table th {
  border: 1px solid #5f9bb5;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .blog-body table td,
  .blog-body table th,
  body.mceContentBody table td,
  body.mceContentBody table th {
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 769px) {
  .blog-body table td,
  .blog-body table th,
  body.mceContentBody table td,
  body.mceContentBody table th {
    font-size: 1.0625rem;
  }
}

.blog-body table th,
body.mceContentBody table th {
  font-weight: 400;
  background-color: #f0f0f0;
}

.blog-body .marker,
body.mceContentBody .marker {
  display: inline;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(55%, transparent),
    color-stop(0, rgba(255, 255, 102, 0.9))
  );
  background-image: linear-gradient(180deg, transparent 55%, rgba(255, 255, 102, 0.9) 0);
}

.blog-body .waku,
body.mceContentBody .waku {
  width: 100%;
  margin: 30px auto;
  border: 1px solid #5f9bb5;
  padding: 1em;
  border-radius: 3px;
}

.blog-nextprev {
  width: 100%;
  max-width: 924px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 90px;
  border-top: 1px solid #36c4c1;
  border-bottom: 1px solid #36c4c1;
  background-color: #fff;
  position: relative;
}

.blog-nextprev:before {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #36c4c1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.blog-nextprev > .item {
  width: 50%;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.blog-nextprev > .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.blog-nextprev > .item a .date {
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .blog-nextprev > .item a .date {
    font-size: 0.8125rem;
  }
}

@media print, screen and (min-width: 769px) {
  .blog-nextprev > .item a .date {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .blog-nextprev > .item a .ttl {
    font-size: 0.8125rem;
  }
}

@media print, screen and (min-width: 769px) {
  .blog-nextprev > .item a .ttl {
    font-size: 0.875rem;
  }
}

.blog-nextprev > .item a:hover {
  color: #fff;
  background-color: #36c4c1;
  text-decoration: none;
}

.blog-nextprev > .item span {
  display: block;
  width: 80%;
  padding: 20px;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.blog-nextprev > .item.next a,
.blog-nextprev > .item.prev a {
  position: relative;
}

.blog-nextprev > .item.next a:before,
.blog-nextprev > .item.prev a:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #36c4c1;
  border-left: 1px solid #36c4c1;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-nextprev > .item.next a {
  padding-left: 40px;
}

.blog-nextprev > .item.next a:before {
  left: 15px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.blog-nextprev > .item.next a:hover:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.blog-nextprev > .item.prev a {
  padding-right: 40px;
}

.blog-nextprev > .item.prev a:before {
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-nextprev > .item.prev a:hover:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.news-pagenation {
  width: 90%;
  max-width: 1024px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .news-pagenation {
    position: relative;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  .news-pagenation > li {
    margin: 6px 8px;
  }
}

@media print, screen and (min-width: 769px) {
  .news-pagenation > li {
    margin: 5px;
  }
}

.news-pagenation > li a,
.news-pagenation > li span {
  display: block;
  border: 1px solid #36c4c1;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 1;
  padding-top: 5px;
}

.news-pagenation > li a {
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.news-pagenation > li a:hover {
  color: #fff;
  background-color: #36c4c1;
  opacity: 0.8;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .news-pagenation > li.next,
  .news-pagenation > li.prev {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.news-pagenation > li.next a,
.news-pagenation > li.prev a {
  display: block;
  position: relative;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.news-pagenation > li.next a:before,
.news-pagenation > li.prev a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #36c4c1;
  border-left: 1px solid #36c4c1;
  position: absolute;
  top: 50%;
}

.news-pagenation > li.next a:hover,
.news-pagenation > li.prev a:hover {
  text-decoration: none;
}

.news-pagenation > li.next a:hover:before,
.news-pagenation > li.prev a:hover:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  .news-pagenation > li.prev {
    left: 0;
  }
}

.news-pagenation > li.prev a:before {
  left: 12px;
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1.1);
  transform: translateY(-50%) rotate(-45deg) scale(1.1);
}

@media only screen and (max-width: 768px) {
  .news-pagenation > li.next {
    right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .news-pagenation > li.next {
    margin-left: 12px;
  }
}

.news-pagenation > li.next a:before {
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.news-pagenation > li.current span {
  color: #fff;
  background-color: #36c4c1;
}

.blog-snsshare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-snsshare > .item {
  list-style-type: none;
  margin: 5px;
}

.blog-snsshare > .item a {
  display: inline-block;
  color: #fff;
  border: none;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media only screen and (max-width: 768px) {
  .blog-snsshare > .item a {
    width: 40px;
    height: 40px;
    padding-top: 5px;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .blog-snsshare > .item a {
    font-size: 0.875rem;
    padding: 0.2em 1em 0.2em 0.5em;
  }
}

.blog-snsshare > .item a:hover {
  border: none;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  text-decoration: none;
}

.blog-snsshare > .item.fb a {
  background-color: #3c5a99;
}

.blog-snsshare > .item.tw a {
  background-color: #1da1f2;
}

.blog-snsshare > .item.li a {
  background-color: #00b900;
}

.blog-snsshare > .item.gp a {
  background-color: #dd5144;
}

.blog-snsshare > .item .icon {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2em;
  text-align: center;
}

.blog-snsshare > .item .icon > img {
  width: 20px;
  vertical-align: top;
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 768px) {
  .blog-snsshare > .item .text {
    display: none;
  }
}

.news-head-btn {
  width: 90%;
  max-width: 1024px;
  position: relative;
}

.news-head-btn a {
  display: inline-block;
  color: #fff;
  background-color: #36c4c1;
}

.nurse-tel {
  width: 80%;
  max-width: 300px;
  margin: 30px auto;
  text-align: center;
  font-weight: 700;
  padding: 15px 30px;
  border: 2px solid #02cbf1;
}

.nurse-tel a {
  display: inline-block;
  color: #4d4d4d;
  font-size: 1.5rem;
}

.nurse-tel a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .nurse-tel a {
    cursor: pointer;
  }
}

.nurse-form {
  width: 90%;
  max-width: 700px;
  margin: 30px auto;
}

.nurse-form .req {
  color: #f96;
}

@media only screen and (max-width: 768px) {
  .nurse-form .tbox_policy {
    width: 90%;
    margin: 1em auto;
  }
}

@media print, screen and (min-width: 769px) {
  .nurse-form .tbox_policy {
    width: 450px;
    margin: 30px auto;
  }
}

.nurse-form .tbox_policy .tbox_policy_head {
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 0.5em;
}

.nurse-form .tbox_policy textarea {
  width: 100%;
  height: 4em;
  border: 1px solid #bbb;
}

@media only screen and (max-width: 768px) {
  .nurse-form .tbox_policy textarea {
    font-size: 0.625rem;
  }
}

@media print, screen and (min-width: 769px) {
  .nurse-form .tbox_policy textarea {
    font-size: 0.75rem;
  }
}

.nurse-form .form_error {
  background-color: #fee;
}

.nurse-form .table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .nurse-form .table {
    border: 1px solid #f4aab9;
    margin-bottom: 1em;
  }
}

@media print, screen and (min-width: 769px) {
  .nurse-form .table {
    display: table;
  }
}

.nurse-form .table dd,
.nurse-form .table dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .nurse-form .table dd,
  .nurse-form .table dt {
    padding: 0.8em;
    font-size: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .nurse-form .table dd,
  .nurse-form .table dt {
    display: table-cell;
    padding: 20px;
  }
}

.nurse-form .table dt {
  background-color: #fffbfc;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .nurse-form .table dt {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .nurse-form .table dt {
    width: 260px;
    vertical-align: top;
    border-top: 1px solid #f4aab9;
  }
}

.nurse-form .table dd {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .nurse-form .table dd {
    width: 420px;
    border-top: 1px dotted #f4aab9;
  }
}

.nurse-form .table dd p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .nurse-form .table dd p {
    margin-bottom: 1em;
  }
}

@media print, screen and (min-width: 769px) {
  .nurse-form .table dd p {
    margin-bottom: 20px;
  }
}

.nurse-form .table dd p:last-child {
  margin-bottom: 0;
}

.nurse-form .table dd label {
  display: inline-block;
  text-align: justify;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .nurse-form .table dd label.label_w_txt {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

@media print, screen and (min-width: 769px) {
  .nurse-form .table dd label.label_w_txt {
    width: 80px;
  }
}

.nurse-form .table dd label.spacer {
  margin-left: 1em;
}

.nurse-form .table dd input[type="email"],
.nurse-form .table dd input[type="tel"],
.nurse-form .table dd input[type="text"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 5px;
  border: 1px solid #bbb;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .nurse-form .table dd input[type="email"].w_txt,
  .nurse-form .table dd input[type="tel"].w_txt,
  .nurse-form .table dd input[type="text"].w_txt {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .nurse-form .table dd input[type="email"].w_txt,
  .nurse-form .table dd input[type="tel"].w_txt,
  .nurse-form .table dd input[type="text"].w_txt {
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .nurse-form .table dd input[type="email"].w_num,
  .nurse-form .table dd input[type="tel"].w_num,
  .nurse-form .table dd input[type="text"].w_num {
    width: 14%;
  }
}

@media print, screen and (min-width: 769px) {
  .nurse-form .table dd input[type="email"].w_num,
  .nurse-form .table dd input[type="tel"].w_num,
  .nurse-form .table dd input[type="text"].w_num {
    width: 65px;
  }
}

.nurse-form .table dd input[type="email"].w_full,
.nurse-form .table dd input[type="tel"].w_full,
.nurse-form .table dd input[type="text"].w_full {
  width: 100%;
}

.nurse-form .table dd input[type="email"].p-postal-code,
.nurse-form .table dd input[type="tel"].p-postal-code,
.nurse-form .table dd input[type="text"].p-postal-code {
  width: 8em;
}

.nurse-form .table dd textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 5px;
  font-size: 16px;
  border: 1px solid #bbb;
  border-radius: 0;
}

.nurse-form .table dd select {
  border: 1px solid #bbb;
  padding: 5px;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}

.nurse-form .table dd input:-ms-placeholder,
.nurse-form .table dd input::-ms-placeholder {
  color: #ccc;
}

.nurse-form .table dd input::-webkit-input-placeholder {
  color: #ccc;
}

.nurse-form .table dd input::-moz-placeholder {
  color: #ccc;
}

.nurse-form .table dd input:-ms-input-placeholder {
  color: #ccc;
}

.nurse-form .table dd input::-ms-input-placeholder {
  color: #ccc;
}

.nurse-form .table dd input::placeholder {
  color: #ccc;
}

.nurse-form .table .birth label:last-child {
  margin-right: 0;
}

@media print, screen and (min-width: 769px) {
  .nurse-form .table .birth select {
    margin: 0 0.5em;
    padding: 0.5em 0 0.5em 0.5em;
  }
}

.nurse-form .table .birth input[type="text"].year {
  width: 4.5em;
}

@media only screen and (max-width: 768px) {
  .nurse-form .table .date label {
    display: block;
    margin-bottom: 0.5em;
  }
}

.nurse-form .table .date input[type="text"] {
  margin: 0 5px;
}

@media only screen and (max-width: 768px) {
  .nurse-form .table .date select {
    margin: 0 0.4em;
  }
}

@media print, screen and (min-width: 769px) {
  .nurse-form .table .date select {
    margin: 0 0.3em;
    padding: 0.5em 0 0.5em 0.5em;
  }
}

@media print, screen and (min-width: 769px) {
  .nurse-form .table.row_last dt {
    border-bottom: 1px solid #f4aab9;
  }
  .nurse-form .table.row_last dd {
    border-bottom: 1px dotted #f4aab9;
  }
}

@media only screen and (max-width: 768px) {
  .nurse-form .box_thanks {
    width: 90%;
    margin: 0 auto 3em;
  }
}

@media print, screen and (min-width: 769px) {
  .nurse-form .box_thanks {
    width: 600px;
    margin: 0 auto 30px;
  }
}

.nurse-form .box_thanks p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

.nurse-form .form_note {
  font-size: 0.75rem;
  color: #666;
}

@media print, screen and (min-width: 769px) {
  .nurse-form .form_note {
    margin-left: 78px;
  }
}

.js_intern_hour,
.js_visit_hour {
  display: none;
}

.js_intern_hour.active,
.js_visit_hour.active {
  display: inline-block;
}

.js_intern_hour {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .js_intern_hour.active {
    display: block;
    margin-top: 10px;
  }
}

.recruit-banners {
  width: 90%;
  max-width: 1024px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .recruit-banners > .item {
    width: 48%;
    margin: 1%;
  }
}

@media print, screen and (min-width: 769px) {
  .recruit-banners > .item {
    margin: 15px;
  }
}

.recruit-banners > .item a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recruit-banners > .item a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .recruit-banners.one > .item {
    width: auto;
  }
}

.recruit-pharmacist-mv {
  width: 100%;
  text-align: center;
  background-color: #36c4c1;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .recruit-pharmacist-mv {
    height: 508px;
  }
}

@media print, screen and (min-width: 769px) {
  .recruit-pharmacist-mv {
    height: 596px;
  }
}

.recruit-pharmacist-mv > .mv {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .recruit-pharmacist-mv > .mv {
    width: 508px;
  }
}

@media print, screen and (min-width: 769px) {
  .recruit-pharmacist-mv > .mv {
    width: 1024px;
  }
}

.recruit-pharmacist-mv > .copy {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .recruit-pharmacist-mv > .copy {
    width: 508px;
  }
}

@media print, screen and (min-width: 769px) {
  .recruit-pharmacist-mv > .copy {
    width: 1024px;
  }
}

.qa-list {
  width: 95%;
  max-width: 690px;
  margin: 0 auto 30px;
}

.qa-list > .a,
.qa-list > .q {
  position: relative;
  line-height: 1.5;
  min-height: 24px;
  padding-left: 30px;
  text-align: justify;
}

.qa-list > .q {
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .qa-list > .q {
    font-size: 0.875rem;
    padding-top: 1px;
  }
}

.qa-list > .q:before {
  content: "Q";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  background-color: #e86a5a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding-top: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.qa-list > .a {
  min-height: 24px;
  padding-left: 30px;
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .qa-list > .a {
    font-size: 0.875rem;
    padding-top: 1px;
  }
}

.qa-list > .a:before {
  content: "A";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  background-color: #36c4c1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding-top: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.pharmacist-1day {
  width: 95%;
  max-width: 1024px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .pharmacist-1day > .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .pharmacist-1day > .item:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .pharmacist-1day > .item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.pharmacist-1day .ampm {
  width: 174px;
  height: 45px;
  border-radius: 22px;
  color: #fff;
  background-color: #36c4c1;
  text-align: center;
  font-size: 1.25rem;
  padding-top: 12px;
  margin-bottom: 15px;
}

.pharmacist-1day .def {
  padding: 0 1em;
  margin-bottom: 15px;
}

.pharmacist-1day .def:last-child {
  margin-bottom: 0;
}

.pharmacist-1day .def > .term {
  color: #36c4c1;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.pharmacist-1day .def > .desc {
  font-size: 0.9375rem;
  padding-left: 20px;
  line-height: 1.5;
  text-align: justify;
}

.pharmacist-1day-photo {
  width: 95%;
  max-width: 1044px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .pharmacist-1day-photo > .item {
    width: 48%;
    margin: 2% 1%;
    max-width: 328px;
  }
}

@media print, screen and (min-width: 769px) {
  .pharmacist-1day-photo > .item {
    width: 328px;
    margin: 20px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .pharmacist-1day-photo > .item .caption {
    font-size: 0.75rem;
  }
}

@media print, screen and (min-width: 769px) {
  .pharmacist-1day-photo > .item .caption {
    font-size: 0.875rem;
  }
}

.bnr-image {
  width: 90%;
  max-width: 650px;
  margin: 30px auto;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

.bnr-image a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bnr-image a:hover {
  opacity: 0.8;
}

.job-item {
  width: 90%;
  max-width: 920px;
  margin: 35px auto;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
}

.job-item:first-child {
  margin-top: 3px;
}

@media only screen and (max-width: 768px) {
  .job-item {
    padding: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .job-item {
    padding: 18px;
  }
}

.job-item .clickblock {
  cursor: pointer;
}

.job-item .header {
  margin: 10px 0 15px;
}

.job-item .header .ttl {
  color: #36c2bf;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .job-item .header .ttl {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

@media print, screen and (min-width: 769px) {
  .job-item .header .ttl {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.job-item .header .ttl a {
  color: #36c2bf;
}

.job-item .mainblock {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 15px;
}

.job-item .mainblock .image,
.job-item .mainblock .info {
  display: table-cell;
  vertical-align: top;
}

.job-item .mainblock .image {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .job-item .mainblock .image {
    width: 100px;
  }
}

@media print, screen and (min-width: 769px) {
  .job-item .mainblock .image {
    width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .job-item .mainblock .info {
    padding-left: 5px;
  }
}

@media print, screen and (min-width: 769px) {
  .job-item .mainblock .info {
    padding: 10px 0 0 15px;
  }
}

.job-item .btnblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.job-item .btnblock .apply,
.job-item .btnblock .more {
  margin: 0 10px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .job-item .btnblock .apply,
  .job-item .btnblock .more {
    min-width: 200px;
  }
}

.job-item .btnblock .more a {
  background-color: #36c2bf;
}

.job-item .btnblock .apply .icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 1px;
  width: 15px;
  margin-right: 5px;
}

.job-item .btnblock .apply a {
  background-color: #e66a5a;
}

.job-item .btnblock a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  padding: 7px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.job-item .btnblock a:hover {
  text-decoration: none;
  opacity: 0.75;
}

.label-kyubo {
  display: inline-block;
  width: 76px;
  text-align: center;
  color: #fff;
  background-color: #e66a5a;
  border-radius: 3px;
  padding: 5px 0;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .label-kyubo {
    font-size: 0.8125rem;
  }
}

@media print, screen and (min-width: 769px) {
  .label-kyubo {
    font-size: 0.875rem;
  }
}

.koyou-status-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -3px;
}

.koyou-status-list > .item {
  min-width: 76px;
  text-align: center;
  margin: 3px;
  font-size: 0.875rem;
  color: #fff;
  background-color: #29a7de;
  border-radius: 3px;
  padding: 3px;
}

.koyou-status-list > .item.kyubo {
  background-color: #e66a5a;
}

.job-table {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .job-table {
    border-collapse: collapse;
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .job-table {
    border-collapse: separate;
    border-spacing: 0;
    max-width: 874px;
    margin: 0 auto 50px;
  }
}

.job-table td,
.job-table th {
  vertical-align: top;
  color: #4d4d4d;
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #b1b1b1;
}

@media only screen and (max-width: 768px) {
  .job-table td,
  .job-table th {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.job-table th {
  font-weight: 700;
  border-right: 1px solid #b1b1b1;
}

@media only screen and (max-width: 768px) {
  .job-table th {
    width: 90px;
  }
}

@media print, screen and (min-width: 769px) {
  .job-table th {
    width: 180px;
    border-left: 1px solid #b1b1b1;
  }
}

.job-table td {
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .job-table td {
    border-right: 1px solid #b1b1b1;
  }
}

.job-table tr:first-child th {
  border-top: 1px solid #b1b1b1;
  border-radius: 5px 0 0 0;
}

.job-table tr:first-child td {
  border-top: 1px solid #b1b1b1;
  border-radius: 0 5px 0 0;
}

.job-table tr:last-child th {
  border-radius: 0 0 0 5px;
}

.job-table tr:last-child td {
  border-radius: 0 0 5px 0;
}

.job-table .icon {
  display: inline-block;
  width: 30px;
  text-align: center;
  vertical-align: bottom;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 768px) {
  .job-table .icon {
    display: none;
  }
}

.job-table .def {
  line-height: 1.5;
  margin-bottom: 10px;
}

.job-table .def:last-child {
  margin-bottom: 0;
}

.job-table .def > .term {
  font-weight: 700;
  margin-bottom: 5px;
}

.job-table .def > .desc {
  font-size: 0.875rem;
}

.job-table-min {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.job-table-min td,
.job-table-min th {
  vertical-align: top;
  color: #4d4d4d;
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #b1b1b1;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .job-table-min td,
  .job-table-min th {
    font-size: 0.75rem;
  }
}

@media print, screen and (min-width: 769px) {
  .job-table-min td,
  .job-table-min th {
    font-size: 0.875rem;
  }
}

.job-table-min th {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .job-table-min th {
    width: 70px;
  }
}

@media print, screen and (min-width: 769px) {
  .job-table-min th {
    width: 120px;
  }
}

.job-table-min td {
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  .job-table-min td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.job-table-min tr:last-child td,
.job-table-min tr:last-child th {
  border-bottom: none;
}

.job-table-min .icon {
  display: inline-block;
  width: 30px;
  text-align: center;
  vertical-align: top;
  margin-right: 10px;
}

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

.job-table-min .def {
  margin: 0 auto 10px;
}

.job-table-min .def:last-child {
  margin-bottom: 0;
}

.job-table-min .def > .term {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .job-table-min .def > .term {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.job-table-min .def > .desc {
  font-size: 0.875rem;
}

@media only screen and (max-width: 768px) {
  .job-table-min .def > .desc {
    display: none;
  }
}

.job-item-detail {
  width: 90%;
  max-width: 920px;
  margin: 0 auto 30px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  .job-item-detail > .header {
    width: 90%;
    margin: 0 auto 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .job-item-detail > .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 25px 25px;
  }
}

@media only screen and (max-width: 768px) {
  .job-item-detail > .header .doc {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .job-item-detail > .header .doc {
    width: 70%;
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .job-item-detail > .header .doc .status-block {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .job-item-detail > .header .doc .status-block {
    margin-bottom: 20px;
  }
}

.job-item-detail > .header .doc .ttl {
  color: #36c4c1;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 768px) {
  .job-item-detail > .header .doc .ttl {
    font-size: 0.9375rem;
  }
}

@media print, screen and (min-width: 769px) {
  .job-item-detail > .header .doc .ttl {
    font-size: 1.5625rem;
  }
}

@media only screen and (max-width: 768px) {
  .job-item-detail > .header .doc .company {
    font-size: 0.6875rem;
  }
}

.job-item-detail > .header .image {
  max-width: 240px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .job-item-detail > .header .image {
    margin: 15px auto;
  }
}

@media print, screen and (min-width: 769px) {
  .job-item-detail > .header .image {
    width: 28%;
  }
}

.job-item-detail > .item-section {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .job-item-detail > .item-section > .inner {
    padding: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .job-item-detail > .item-section > .inner {
    padding: 25px 45px;
  }
}

.job-item-detail > .item-section .ttl {
  color: #4d4d4d;
  background-color: #fcfbf0;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .job-item-detail > .item-section .ttl {
    padding: 10px 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .job-item-detail > .item-section .ttl {
    font-size: 1.25rem;
    padding: 20px 30px;
  }
}

.job-item-detail > .item-btn-list {
  padding: 30px 0;
  background-color: #fcf7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.job-item-detail > .item-btn-list > .item {
  margin: 10px;
}

.job-item-detail > .item-btn-list > .item a {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 7px 15px;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 769px) {
  .job-item-detail > .item-btn-list > .item a {
    width: 220px;
  }
}

.job-item-detail > .item-btn-list > .item a:hover {
  opacity: 0.75;
  text-decoration: none;
}

.job-item-detail > .item-btn-list > .item.contact a {
  background-color: #36c4c1;
}

.job-item-detail > .item-btn-list > .item.apply a {
  background-color: #e86a5a;
}

.job-item-detail > .item-btn-list .icon {
  width: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

.job-info > .def {
  width: 100%;
  margin: 15px auto;
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 15px;
}

.job-info > .def:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .job-info > .def {
    display: table;
  }
}

.job-info > .def > .term {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .job-info > .def > .term {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .job-info > .def > .term {
    display: table-cell;
    width: 145px;
  }
}

.job-info > .def > .desc {
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .job-info > .def > .desc {
    display: table-cell;
  }
}

@media only screen and (max-width: 768px) {
  .job-info > .def > .desc .text {
    font-size: 0.875rem;
  }
}

.job-info > .def > .desc .text:nth-child(n + 2) {
  margin-top: 10px;
}

.c-required {
  color: red;
}

.form-section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #efefef;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  .form-section {
    padding: 30px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .form-section {
    padding: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .form-section.thanks {
    padding: 30px 15px;
  }
}

.form-section > .def {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid #b1b1b1;
}

.form-section > .def > .desc,
.form-section > .def > .term {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .form-section > .def > .desc,
  .form-section > .def > .term {
    padding: 20px 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .form-section > .def > .desc,
  .form-section > .def > .term {
    padding: 20px;
  }
}

.form-section > .def > .term {
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .form-section > .def > .term {
    width: 110px;
    font-size: 0.75rem;
  }
}

@media print, screen and (min-width: 769px) {
  .form-section > .def > .term {
    width: 265px;
    padding-left: 30px;
  }
}

.form-section > .def > .desc {
  color: #666;
  line-height: 1.5;
}

.form-section input[type="email"],
.form-section input[type="number"],
.form-section input[type="tel"],
.form-section input[type="text"],
.form-section textarea {
  font-size: 16px;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .form-section input[type="email"],
  .form-section input[type="number"],
  .form-section input[type="tel"],
  .form-section input[type="text"],
  .form-section textarea {
    padding: 8px 8px 6px;
  }
}

@media print, screen and (min-width: 769px) {
  .form-section input[type="email"],
  .form-section input[type="number"],
  .form-section input[type="tel"],
  .form-section input[type="text"],
  .form-section textarea {
    padding: 12px 12px 11px;
  }
}

.form-section input[type="email"]:-ms-placeholder,
.form-section input[type="email"]::-ms-placeholder,
.form-section input[type="number"]:-ms-placeholder,
.form-section input[type="number"]::-ms-placeholder,
.form-section input[type="tel"]:-ms-placeholder,
.form-section input[type="tel"]::-ms-placeholder,
.form-section input[type="text"]:-ms-placeholder,
.form-section input[type="text"]::-ms-placeholder,
.form-section textarea:-ms-placeholder,
.form-section textarea::-ms-placeholder {
  color: #c9c9c9;
}

.form-section input[type="email"]::-webkit-input-placeholder,
.form-section input[type="number"]::-webkit-input-placeholder,
.form-section input[type="tel"]::-webkit-input-placeholder,
.form-section input[type="text"]::-webkit-input-placeholder,
.form-section textarea::-webkit-input-placeholder {
  color: #c9c9c9;
}

.form-section input[type="email"]::-moz-placeholder,
.form-section input[type="number"]::-moz-placeholder,
.form-section input[type="tel"]::-moz-placeholder,
.form-section input[type="text"]::-moz-placeholder,
.form-section textarea::-moz-placeholder {
  color: #c9c9c9;
}

.form-section input[type="email"]:-ms-input-placeholder,
.form-section input[type="number"]:-ms-input-placeholder,
.form-section input[type="tel"]:-ms-input-placeholder,
.form-section input[type="text"]:-ms-input-placeholder,
.form-section textarea:-ms-input-placeholder {
  color: #c9c9c9;
}

.form-section input[type="email"]::-ms-input-placeholder,
.form-section input[type="number"]::-ms-input-placeholder,
.form-section input[type="tel"]::-ms-input-placeholder,
.form-section input[type="text"]::-ms-input-placeholder,
.form-section textarea::-ms-input-placeholder {
  color: #c9c9c9;
}

.form-section input[type="email"]::placeholder,
.form-section input[type="number"]::placeholder,
.form-section input[type="tel"]::placeholder,
.form-section input[type="text"]::placeholder,
.form-section textarea::placeholder {
  color: #c9c9c9;
}

.form-section input[type="email"]:focus,
.form-section input[type="number"]:focus,
.form-section input[type="tel"]:focus,
.form-section input[type="text"]:focus,
.form-section textarea:focus {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
  .form-section input[type="email"].w-text,
  .form-section input[type="number"].w-text,
  .form-section input[type="tel"].w-text,
  .form-section input[type="text"].w-text,
  .form-section textarea.w-text {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .form-section input[type="email"].w-text,
  .form-section input[type="number"].w-text,
  .form-section input[type="tel"].w-text,
  .form-section input[type="text"].w-text,
  .form-section textarea.w-text {
    width: 500px;
  }
}

.form-section input[type="email"].w-age,
.form-section input[type="number"].w-age,
.form-section input[type="tel"].w-age,
.form-section input[type="text"].w-age,
.form-section textarea.w-age {
  width: 80px;
}

.form-section input[type="email"].w-zip,
.form-section input[type="number"].w-zip,
.form-section input[type="tel"].w-zip,
.form-section input[type="text"].w-zip,
.form-section textarea.w-zip {
  width: 30%;
  min-width: 150px;
}

.form-section input[type="checkbox"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 0.5em;
  border: 1px solid #979797;
  background-color: #fff;
  border-radius: 3px;
}

.form-section input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border: 1px solid #979797;
  background-color: #fff;
  border-radius: 100%;
}

.form-section select {
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}

.form-section select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 768px) {
  .form-section select {
    padding: 8px 30px 6px 8px;
  }
}

@media print, screen and (min-width: 769px) {
  .form-section select {
    padding: 12px 30px 11px 12px;
  }
}

.form-section select option {
  width: 100%;
}

.form-section label.label-select {
  position: relative;
  display: inline-block;
}

.form-section label.label-select:before {
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d0cece), to(#aeabaa));
  background-image: linear-gradient(180deg, #d0cece, #aeabaa);
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.form-section label.label-select:after {
  content: "";
  display: inline-block;
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 8px 4px;
  position: absolute;
  top: 60%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}

.form-section .form-inline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-section .form-inline-list > .item {
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .form-section .form-inline-list > .item {
    margin: 10px 5px;
  }
}

@media print, screen and (min-width: 769px) {
  .form-section .form-inline-list > .item {
    margin-right: 30px;
  }
  .form-section .form-inline-list > .item:last-child {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .form-section .form-inline-list.col3 > .item {
    width: 30%;
    margin: 10px 5px;
  }
}

.form-section .required {
  color: red;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .form-section .required {
    font-size: 0.8125rem;
  }
}

@media print, screen and (min-width: 769px) {
  .form-section .required {
    font-size: 1.125rem;
  }
}

.form-section .to {
  font-weight: 700;
}

.form-section .age-unit {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.form-section .note-privacy {
  width: 90%;
  margin: 30px auto;
  font-size: 0.8125rem;
  line-height: 1.75;
  text-align: center;
}

.form-section .note-privacy a {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .form-section .zip-note {
    display: block;
    margin-top: 10px;
    font-size: 0.625rem;
  }
}

@media print, screen and (min-width: 769px) {
  .form-section .zip-note {
    font-size: 0.75rem;
    margin-left: 10px;
  }
}

.js_form_error {
  background-color: #fee !important;
  border: 1px solid #f66 !important;
}

.btn-block {
  margin: 30px auto 5px;
}

.pagenation {
  width: 90%;
  max-width: 960px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagenation > li {
  margin: 5px;
  line-height: 1;
}

.pagenation > li a,
.pagenation > li span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #ddd;
  padding-top: 12px;
  text-align: center;
  font-size: 14px;
}

.pagenation > li.current span {
  background-color: #fff;
}

.pagenation > li a {
  color: #fff;
  background-color: #36c4c1;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagenation > li a:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.prpaper-list {
  width: 96%;
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prpaper-list > .item {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .prpaper-list > .item {
    width: 48%;
    margin: 1%;
    max-width: 160px;
  }
}

@media print, screen and (min-width: 769px) {
  .prpaper-list > .item {
    width: 160px;
    margin: 7px;
  }
}

.prpaper-list > .item a {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .prpaper-list > .item a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .prpaper-list > .item a:hover {
    opacity: 0.8;
  }
}

.prpaper-list > .item a .caption {
  margin-top: 5px;
}

.prpaper-detail {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .prpaper-detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 769px) {
  .prpaper-detail {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.prpaper-detail > .image {
  max-width: 400px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .prpaper-detail > .image {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .prpaper-detail > .image {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
  }
}

.prpaper-detail > .image > img {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

@media print, screen and (min-width: 769px) {
  .prpaper-detail > .doc {
    -ms-flex-preferred-size: 370px;
    flex-basis: 370px;
    margin-left: 30px;
  }
}

.prpaper-detail > .doc h2 {
  font-size: 120%;
  font-weight: 700;
  margin: 1em 0;
}

.prpaper-detail > .doc h2:first-child {
  margin-top: 0;
}

.prpaper-detail > .doc div,
.prpaper-detail > .doc p {
  line-height: 1.75;
}

.prpaper-detail > .doc ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
}

.page-doc {
  max-width: 768px;
}

.page-doc p {
  text-align: justify;
}

.link-ext,
.link-ext:after {
  display: inline-block;
}

.link-ext:after {
  content: "";
  margin-left: 5px;
  width: 15px;
  height: 15px;
  background: transparent url(../images/common/icon_ext.svg) 0 0 no-repeat;
}

.link-ext.white2:after,
.link-ext.white:after,
.nav-modal .nav-section .label a:hover .link-ext:after {
  background-image: url(../images/common/icon_ext_white.svg);
}

.link-ext.white2:hover:after {
  background-image: url(../images/common/icon_ext.svg);
}

.link-ext.pt2:hover:after {
  background-image: url(../images/common/icon_ext_white.svg);
}

.page-mv {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 30px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .page-mv img {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .page-mv {
    height: 450px;
    position: relative;
  }
  .page-mv img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.page-reception {
  border: 1px solid grey;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  margin: 30px auto;
}

@media only screen and (max-width: 768px) {
  .page-reception {
    width: 90%;
    max-width: 375px;
    padding: 10px 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .page-reception {
    width: 650px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .page-reception > .tel {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .page-reception > .tel {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    text-align: center;
  }
}

.page-reception > .tel a {
  display: inline-block;
  color: #e86a5a;
  font-weight: 700;
  background: transparent url(../images/common/icon_tel2.svg) 0 no-repeat;
}
.page-reception > .tel p {
	font-weight: 700;
	margin-top:10px;
	font-size: 1.8rem;
	position:relative;
	padding-left:60px;
	display:inline-block;
	color:#7d7d7d;
	text-align:left;
}
.page-reception > .tel p span {
	display:inline-block;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .page-reception > .tel a {
    font-size: 1.5625rem;
    background-size: 23px auto;
    padding-left: 35px;
  }
  .page-reception > .tel p {
	  font-size: 1.4rem;
	  padding-left:50px;
  }
  .page-reception > .tel p span {
	font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .page-reception > .tel a {
    font-size: 2.1875rem;
    padding-left: 50px;
  }
  .page-reception > .tel a:hover {
    text-decoration: none;
  }
  .page-reception > .tel p span {
	font-size:1.4rem;
  }
}

@media print, screen and (min-width: 769px) {
  .page-reception > .time {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
  }
}

.page-reception > .time .def {
  color: #666;
}

.page-reception > .time .def .term {
  font-weight: 700;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 769px) {
  .page-reception > .time .def .term {
    font-size: 1.125rem;
  }
}

.page-reception > .time .def .desc {
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .page-reception > .time .def .desc {
    font-size: 1.125rem;
  }
}

.page-reception > .time .def .desc .def-ampm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.page-reception > .time .def .desc .def-ampm .ampm {
  width: 2.5em;
}

.nav-btn-list {
  width: 100%;
  max-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .nav-btn-list {
    margin: 15px auto;
  }
}

@media print, screen and (min-width: 769px) {
  .nav-btn-list {
    margin: 30px auto;
  }
}

.nav-btn-list > .item {
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .nav-btn-list > .item {
    width: 29%;
    max-width: 110px;
    height: 40px;
    margin: 2%;
  }
}

@media print, screen and (min-width: 769px) {
  .nav-btn-list > .item {
    width: 180px;
    min-height: 45px;
    margin: 10px 15px;
  }
}

.nav-btn-list > .item a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #36c4c1;
  color: #36c4c1;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 769px) {
  .nav-btn-list > .item a {
    font-size: 1.25rem;
  }
}

.nav-btn-list > .item a:hover {
  text-decoration: none;
}

.nav-btn-list > .item.active a,
.nav-btn-list > .item a:hover {
  color: #fff;
  background-color: #36c4c1;
}

.nav-btn-list-section {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  overflow: hidden;
}

.nav-btn-list-section.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: auto;
  height: auto;
}

.clinical-list {
  width: 96%;
  max-width: 752px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #36c4c1;
  border-left: 1px solid #36c4c1;
}

@media only screen and (max-width: 768px) {
  .clinical-list > .item {
    width: 33%;
    max-width: 120px;
    height: 80px;
  }
}

@media print, screen and (min-width: 769px) {
  .clinical-list > .item {
    width: 250px;
    height: 40px;
    line-height: 1;
  }
}

.clinical-list > .item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #4d4d4d;
  background-color: #fff;
  padding: 0 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 769px) {
  .clinical-list > .item a {
    font-size: 1.125rem;
  }
}

.clinical-list > .item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-right: 1px solid #36c4c1;
  border-bottom: 1px solid #36c4c1;
  position: absolute;
  top: 0;
  left: 0;
}

.clinical-list > .item a:hover {
  color: #fff;
  background-color: #36c4c1;
  text-decoration: none;
}

table.clinical-schdule-pc {
  width: 96%;
  max-width: 840px;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
}

@media print {
  table.clinical-schdule-pc {
    page-break-inside: avoid;
  }
}

table.clinical-schdule-pc td,
table.clinical-schdule-pc th {
  vertical-align: middle;
  text-align: center;
  min-height: 40px;
  line-height: 1.2;
  padding: 7px 0;
}

@media print {
  table.clinical-schdule-pc td,
  table.clinical-schdule-pc th {
    min-height: auto;
    padding: 2px 0;
  }
}

table.clinical-schdule-pc thead th {
  font-size: 1.125rem;
  font-weight: 700;
}

@media print {
  table.clinical-schdule-pc thead th {
    font-size: 0.75rem;
  }
}

table.clinical-schdule-pc td,
table.clinical-schdule-pc th {
  border: 1px solid #909090;
}

@media print {
  table.clinical-schdule-pc td,
  table.clinical-schdule-pc th {
    font-size: 0.75rem;
  }
}

table.clinical-schdule-pc tr:last-child td,
table.clinical-schdule-pc tr:last-child th {
  border: 1px solid #909090 !important;
}

table.clinical-schdule-pc .cell-blank {
  width: 90px;
}

table.clinical-schdule-pc .weekday {
  background-color: #fbfaef;
}

table.clinical-schdule-pc .saturday {
  background-color: #aed2ef;
}

table.clinical-schdule-pc .sunday {
  background-color: #f0bfb9;
}

@media only screen and (max-width: 768px) {
  table.clinical-schdule-pc {
    display: none;
  }
}

table.clinical-schdule-sp {
  width: 96%;
  max-width: 840px;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
}

table.clinical-schdule-sp td,
table.clinical-schdule-sp th {
  vertical-align: middle;
  text-align: center;
  line-height: 1.3;
  padding: 7px 0;
}

table.clinical-schdule-sp thead th {
  font-weight: 700;
}

table.clinical-schdule-sp td,
table.clinical-schdule-sp th {
  border: 1px solid #909090;
  font-size: 0.875rem;
}

table.clinical-schdule-sp .cell-blank {
  width: 10%;
}

table.clinical-schdule-sp .weekday {
  background-color: #fbfaef;
}

table.clinical-schdule-sp .saturday {
  background-color: #aed2ef;
}

table.clinical-schdule-sp .sunday {
  background-color: #f0bfb9;
}

@media print, screen and (min-width: 769px) {
  table.clinical-schdule-sp {
    display: none;
  }
}

.clinical-schdule-comment {
  width: 96%;
  max-width: 840px;
  margin: 15px auto;
  line-height: 1.5;
}

.clinical-schdule-comment:last-child {
  margin-bottom: 0;
}

@media print {
  .page-print .clinical-schdule-comment {
    margin: 5px auto;
    font-size: 0.75rem;
  }
}

.clinical-schdule-time {
  width: 96%;
  max-width: 840px;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.clinical-schdule-time > .term {
  margin-right: 1em;
}

@media print, screen and (min-width: 769px) {
  .clinical-schdule-time > .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.clinical-schdule-time > .desc .part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
  .clinical-schdule-time > .desc .part {
    margin-bottom: 10px;
  }
}

.clinical-schdule-time > .desc .part .attr {
  margin-right: 1em;
}

.clinical-schdule-time > .desc .part .time {
  font-weight: 700;
  margin-right: 2em;
}

.clinical-schdule-notes {
  width: 96%;
  max-width: 840px;
  margin: 10px auto;
}

.clinical-schdule-notes.intro {
  max-width: 554px;
}

.clinical-schdule-notes > .item {
  position: relative;
  margin-left: 1.1em;
}

.clinical-schdule-notes > .item:before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.1em;
}

@media print {
  .page-print .clinical-schdule-notes {
    margin: 5px auto;
  }
  .page-print .clinical-schdule-notes > .item {
    font-size: 0.75rem;
  }
}

.clinical-page-nav {
  width: 96%;
  max-width: 970px;
  margin: 0 auto;
  border-top: 1px solid #3ab8b5;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clinical-page-nav > .item {
  height: 50px;
}

@media only screen and (max-width: 768px) {
  .clinical-page-nav > .item {
    width: 31%;
    margin: 0 1%;
  }
}

@media print, screen and (min-width: 769px) {
  .clinical-page-nav > .item {
    width: 160px;
    margin: 0 10px;
    line-height: 1;
  }
}

.clinical-page-nav > .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  border: 1px solid #909090;
  text-align: center;
  font-weight: 700;
  color: #7f7f80;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.clinical-page-nav > .item a:before {
  content: "";
  display: inline-block;
  border-color: #7f7f80 transparent transparent;
  border-style: solid;
  border-width: 5px 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media print, screen and (min-width: 769px) {
  .clinical-page-nav > .item a {
    font-size: 1.0625rem;
  }
}

.clinical-page-nav > .item a:hover {
  color: #fff;
  background-color: #7f7f80;
  text-decoration: none;
}

.clinical-page-nav > .item a:hover:before {
  border-top: 5px solid #fff;
}

.clinical-page-nav.first {
  border-top: none;
  margin: 30px auto;
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  .clinical-page-nav.first > .item {
    margin: 5px 1%;
  }
}

@media print, screen and (min-width: 769px) {
  .clinical-page-nav.first > .item {
    margin: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .clinical-page-nav.large > .item {
    width: 48%;
  }
}

@media print, screen and (min-width: 769px) {
  .clinical-page-nav.large > .item {
    width: 200px;
  }
}

.clinical-doctor-list {
  width: 96%;
  max-width: 1024px;
  margin: -10px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clinical-doctor-list > .item {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 768px) {
  .clinical-doctor-list > .item {
    width: 100%;
    max-width: 350px;
    margin: 10px;
    padding: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .clinical-doctor-list > .item {
    width: 460px;
    margin: 10px 25px;
    padding: 20px 30px;
  }
}

.clinical-doctor-list > .item .post {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .clinical-doctor-list > .item .post {
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 769px) {
  .clinical-doctor-list > .item .post {
    font-size: 1.125rem;
  }
}

.clinical-doctor-list > .item .name {
  color: #3ab8b5;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .clinical-doctor-list > .item .name {
    font-size: 1.25rem;
  }
}

@media print, screen and (min-width: 769px) {
  .clinical-doctor-list > .item .name {
    font-size: 1.5625rem;
  }
}

.clinical-doctor-list > .item .name .kana {
  color: #040000;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .clinical-doctor-list > .item .name .kana {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 769px) {
  .clinical-doctor-list > .item .name .kana {
    font-size: 1.125rem;
  }
}

.clinical-doctor-list > .item .gakureki {
  margin-bottom: 10px;
}

.clinical-partdoctor-list {
  width: 96%;
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .clinical-partdoctor-list > .item {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .clinical-partdoctor-list > .item {
    width: 50%;
    text-align: center;
    margin: 10px 0;
  }
}

.clinical-partdoctor-list > .item .name {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .clinical-partdoctor-list > .item .name {
    font-size: 1.25rem;
  }
}

@media print, screen and (min-width: 769px) {
  .clinical-partdoctor-list > .item .name {
    font-size: 1.5625rem;
  }
}

@media print, screen and (min-width: 769px) {
  .clinical-partdoctor-list > .item .kana {
    font-size: 1.125rem;
  }
}

.inquiry-ttl {
  margin: 50px auto;
  color: #36c4c1;
  font-size: 1.5625rem;
}

.inquiry-tel,
.inquiry-ttl {
  width: 96%;
  max-width: 1024px;
  text-align: center;
  font-weight: 700;
}

.inquiry-tel {
  margin: 30px auto;
  color: #db6758;
}

@media only screen and (max-width: 768px) {
  .inquiry-tel {
    font-size: 1.875rem;
  }
}

@media print, screen and (min-width: 769px) {
  .inquiry-tel {
    font-size: 2.1875rem;
  }
}

.inquiry-tel a {
  color: #db6758;
}

@media print, screen and (min-width: 769px) {
  .inquiry-tel a {
    cursor: default;
  }
}

.inquiry-tel a:hover {
  text-decoration: none;
}

.inquiry-info {
  width: 90%;
  max-width: 260px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .inquiry-info {
    font-size: 0.875rem;
  }
}

.sitemap-list {
  width: 96%;
  max-width: 690px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sitemap-list:last-child {
  margin-bottom: 0;
}

.sitemap-list > .item {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
  padding: 3px 0;
}

@media only screen and (max-width: 768px) {
  .sitemap-list > .item {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .sitemap-list > .item {
    width: 46%;
  }
}

.page-date-modified {
  display: block;
  width: 90%;
  max-width: 1024px;
  margin: 30px auto;
  text-align: center;
}

@media print {
  .page-print .page-date-modified {
    margin: 5px auto;
    font-size: 0.75rem;
  }
}

.area-or-recruit {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.area-or-recruit > .item {
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .area-or-recruit > .item {
    width: 100%;
    max-width: 375px;
    height: 183px;
    margin: 10px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .area-or-recruit > .item {
    -ms-flex-preferred-size: 512px;
    flex-basis: 512px;
    height: 250px;
    margin: 10px 1px;
  }
}

.area-or-recruit > .item .inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.area-or-recruit > .item .inner:hover {
  text-decoration: none;
}

.area-or-recruit > .item .doc {
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .area-or-recruit > .item .doc {
    padding-top: 25px;
  }
}

@media print, screen and (min-width: 769px) {
  .area-or-recruit > .item .doc {
    padding-top: 40px;
  }
}

.area-or-recruit > .item .doc .ttl {
  letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
  .area-or-recruit > .item .doc .ttl {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .area-or-recruit > .item .doc .ttl {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .area-or-recruit > .item .doc .text {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

@media print, screen and (min-width: 769px) {
  .area-or-recruit > .item .doc .text {
    font-size: 0.875rem;
  }
}

.area-or-recruit > .item .more {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.area-or-recruit > .item .more .text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .area-or-recruit > .item .more .text {
    bottom: 10px;
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 769px) {
  .area-or-recruit > .item .more .text {
    bottom: 12px;
  }
}

.area-or-recruit > .item .more .text:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 53%;
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.area-or-recruit > .item.area {
  background: transparent url(../images/common/bnr_bg_area.jpg) 50% no-repeat;
  background-size: cover;
}

.area-or-recruit > .item.area .inner {
  background-color: rgba(54, 195, 193, 0.85);
}

.area-or-recruit > .item.area .inner:hover {
  background-color: rgba(54, 195, 193, 0.7);
}

.area-or-recruit > .item.area .more {
  color: #36c3c1;
}

.area-or-recruit > .item.area .more .text:before {
  border-top: 1px solid #36c3c1;
  border-right: 1px solid #36c3c1;
}

.area-or-recruit > .item.recruit {
  background: transparent url(../images/common/bnr_bg_recruit2.jpg) 50% no-repeat;
  background-size: cover;
}

.area-or-recruit > .item.recruit .inner {
  background-color: rgba(223, 146, 145, 0.85);
}

.area-or-recruit > .item.recruit .inner:hover {
  background-color: rgba(223, 146, 145, 0.7);
}

.area-or-recruit > .item.recruit .more {
  color: #df9291;
}

.area-or-recruit > .item.recruit .more .text:before {
  border-top: 1px solid #df9291;
  border-right: 1px solid #df9291;
}

.movie-nurse {
  width: 90%;
  max-width: 650px;
  margin: 30px auto;
}

.bg01 {
  background-color: #ebe3e7;
}

.bg02 {
  background-color: #deeef1;
}

.bg03 {
  background: #fff url(../images/recruit/nurse/bg03.svg) 0 0 repeat;
}

.bg04 {
  background-color: #f9f4f3;
}

.bg05 {
  background-color: #f7f7f7;
}

.bg06 {
  background-color: #f4fbfd;
}

.page-section {
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .page-section {
    padding: 30px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .page-section {
    padding: 50px 0;
  }
}

.page-section.bdt01 {
  position: relative;
}

.page-section.bdt01:before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #02b8de;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .page-section.bdt01:before {
    max-width: 67%;
  }
}

@media print, screen and (min-width: 769px) {
  .page-section.bdt01:before {
    max-width: 920px;
  }
}

.is-ios .page-section {
  cursor: pointer;
}

.page-schedule .page-section {
  padding: 15px 0;
}

.page-schedule .page-section:last-child {
  padding-bottom: 50px;
}

@media print {
  .page-print .page-section {
    padding: 2px 0;
    page-break-inside: avoid;
  }
}

.page-subsection {
  width: 100%;
  padding: 20px 0;
}

.page-intro {
  width: 90%;
  max-width: 554px;
  margin: 30px auto;
}

@media print {
  .page-print .page-intro {
    max-width: 580px;
    margin: 10px auto;
  }
  .page-print .page-intro p {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 0.5em;
  }
}

.page-doc {
  width: 90%;
  max-width: 554px;
  margin: 30px auto;
}

.page-doc > p {
  text-align: justify;
}

.page-pic {
  max-width: 1024px;
  margin: 50px auto;
}

.btn-block,
.page-pic {
  width: 90%;
  text-align: center;
}

.btn-block,
.btn-list {
  margin: 40px auto;
}

.btn-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-list > .item {
  margin: 10px 5px;
}

.btn01 {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #36c4c1;
  border: 1px solid #36c4c1;
  line-height: 1.75;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .btn01 {
    padding: 8px 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .btn01 {
    padding: 8px 40px;
    min-width: 230px;
    max-width: 80%;
  }
}

.btn01:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn01:hover {
  color: #36c4c1;
  background-color: #fff;
  text-decoration: none;
}

.btn01:hover:before {
  border-top: 1px solid #36c4c1;
  border-right: 1px solid #36c4c1;
}

.btn01.red {
  background-color: #e86a5a;
  border: 1px solid #e86a5a;
}

.btn01.red:hover {
  color: #e86a5a;
  background-color: #fff;
}

.btn01.red:hover:before {
  border-top: 1px solid #e86a5a;
  border-right: 1px solid #e86a5a;
}

.is-nurse .btn01 {
  border: 1px solid #02cbf1;
  background-color: #02cbf1;
}

.is-nurse .btn01:hover {
  color: #02cbf1;
  background-color: #fff;
}

.is-nurse .btn01:hover:before {
  border-top: 1px solid #02cbf1;
  border-right: 1px solid #02cbf1;
}

.is-nurse .btn01.red {
  background-color: #ea289a;
  border: 1px solid #ea289a;
}

.is-nurse .btn01.red:hover {
  color: #ea289a;
  background-color: #fff;
}

.is-nurse .btn01.red:hover:before {
  border-top: 1px solid #ea289a;
  border-right: 1px solid #ea289a;
}

.btn-print-wrap {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .btn-print-wrap {
    display: none;
  }
}

@media print {
  .btn-print-wrap {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .btn-print {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 2;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    color: #fff;
    background-color: #36c4c1;
    border: 1px solid #36c4c1;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding-top: 17px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-print:hover {
    color: #36c4c1;
    background-color: #fff;
  }
}

.disc-list {
  margin: 0 auto;
}

.disc-list li {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 1.5em;
  line-height: 1.7;
  position: relative;
}

.disc-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #4d4d4d;
  position: absolute;
  top: 0.6em;
  left: -1em;
}

.disc-list li:nth-child(n + 2) {
  margin-top: 5px;
}

.inline-list {
  width: 90%;
  max-width: 960px;
  margin: 30px auto;
}

.inline-list > li {
  display: inline-block;
  list-style-type: none;
  list-style-position: outside;
  line-height: 1.5;
  margin: 5px;
}

.inline-list > li:first-child {
  margin-left: 0;
}

.ordered-list {
  margin-bottom: 1em;
}

.ordered-list:last-child {
  margin-bottom: 0;
}

.ordered-list li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.8em;
  line-height: 1.5;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .ordered-list li {
    text-align: left;
  }
}

.ordered-list li:nth-child(n + 2) {
  margin-top: 0.5em;
}

.ordered-list li ol,
.ordered-list li ul {
  margin: 5px 0;
}

.ordered-list li ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .ordered-list li ul li {
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, sans-serif;
    font-weight: 500;
  }
}

@media print, screen and (min-width: 769px) {
  .pc-none,
  .pc_none {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .sp-none,
  .sp_none {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .sp-block,
  .spBlock {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  .sp-block,
  .spBlock {
    display: inline;
  }
}

.none {
  display: none !important;
}

.block,
.db {
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .google_iframe,
  .googleIframeWrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .google_iframe iframe,
  .googleIframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .sp-iframe-box,
  .sp-ratio-hd {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .sp-iframe-box iframe,
  .sp-ratio-hd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.cf:after,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

.taj {
  text-align: justify !important;
}

@media only screen and (max-width: 768px) {
  .taj-sp {
    text-align: justify !important;
  }
}

.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

.bold,
.fwb {
  font-weight: 700 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fwn {
  font-weight: 400 !important;
}

.c-red,
.c_red {
  color: #e86a5a !important;
}

.c-blue {
  color: #36c4c1 !important;
}

.c-text {
  color: #4d4d4d !important;
}

.c-white {
  color: #fff !important;
}

.c_black {
  color: #000 !important;
}

.c-main2 {
  color: #02cbf1 !important;
}

.fz10 {
  font-size: 0.625rem !important;
}

.fz12 {
  font-size: 0.75rem !important;
}

.fz14 {
  font-size: 0.875rem !important;
}

.fz16 {
  font-size: 1rem !important;
}

.fz18 {
  font-size: 1.125rem !important;
}

.fz20 {
  font-size: 1.25rem !important;
}

.fz22 {
  font-size: 1.375rem !important;
}

.fz24 {
  font-size: 1.5rem !important;
}

.fz26 {
  font-size: 1.625rem !important;
}

.fz28 {
  font-size: 1.75rem !important;
}

.fz30 {
  font-size: 1.875rem !important;
}

.w100p {
  width: 100%;
}

.mw850 {
  max-width: 850px;
}

.mw768 {
  max-width: 768px;
}

.mw620 {
  max-width: 620px;
}

.mw380 {
  max-width: 380px;
}

.bg-none {
  background: none !important;
}

.nowrap {
  white-space: nowrap;
}

.tdn {
  text-decoration: none !important;
}

.block-box {
  width: 100%;
  margin: 30px auto;
}
.block-box .p1 {
	width: 96%;
    max-width: 960px;
	margin:0 auto;
	text-align:right;
}

.block-mapimg {
	width: 96%;
	max-width: 690px;
	margin: 0 auto 50px;
	text-align: center;
}

.block-catchcopy {
  width: 96%;
  max-width: 690px;
  margin: 0 auto 15px;
  text-align: center;
  font-weight: 700;
}

.block-a {
  width: 96%;
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .block-a {
    margin-top: -7px;
  }
}

@media print, screen and (min-width: 769px) {
  .block-a {
    margin-top: -15px;
  }
}

.block-a > .item {
  max-width: 300px;
}

@media only screen and (max-width: 768px) {
  .block-a > .item {
    width: 48%;
    margin: 7px 1%;
  }
}

@media print, screen and (min-width: 769px) {
  .block-a > .item {
    width: 300px;
    margin: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .block-a > .item .photo {
    margin-bottom: 10px;
  }
}

.block-a > .item .text {
  text-align: justify;
}

.block-b {
  width: 96%;
  max-width: 1050px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-b > .item {
  max-width: 435px;
}

@media only screen and (max-width: 768px) {
  .block-b > .item {
    margin: 15px 1%;
  }
}

@media print, screen and (min-width: 769px) {
  .block-b > .item {
    width: 435px;
    margin: 15px 45px;
  }
}

.block-b > .item .photo {
  margin-bottom: 10px;
}

.block-b > .item .text {
  text-align: justify;
}

.block-c {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.block-d {
  width: 96%;
  max-width: 690px;
  margin: 0 auto;
}

.block-d:after {
  content: " ";
  display: table;
  clear: both;
}

.block-d > .photo {
  float: left;
  max-width: 330px;
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .block-d > .photo {
    width: 50%;
  }
}

.block-d > .text {
  text-align: justify;
}

.block-e {
  width: 96%;
  max-width: 690px;
  margin: 0 auto;
}

.block-e:after {
  content: " ";
  display: table;
  clear: both;
}

.block-e > .photo {
  float: right;
  max-width: 330px;
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .block-e > .photo {
    width: 50%;
  }
}

.block-e > .text {
  text-align: justify;
}

.block-f {
  text-align: justify;
}

.block-f,
.block-g {
  width: 96%;
  max-width: 690px;
  margin: 15px auto;
}

.block-g > ol > li {
  list-style-type: decimal;
  margin-left: 1.5em;
  color: #36c4c1;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .block-g > ol > li {
    font-size: 1.25rem;
  }
}

@media print, screen and (min-width: 769px) {
  .block-g > ol > li {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .block-table-wrap-sp {
    width: 96%;
    margin: 0 auto;
    overflow-x: auto;
  }
  .block-table-wrap-sp .block-table td,
  .block-table-wrap-sp .block-table th {
    white-space: nowrap;
  }
}

table.block-table {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #ababab;
}

table.block-table thead th {
  border: 1px solid #ababab;
  line-height: 1.5;
}

table.block-table.ptn1 th,
table.block-table.ptn1 td {
  text-align: center !important;
}
table.block-table.ptn1 th {
  width: 20%;
}
table.block-table.ptn1 th:last-child {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  table.block-table thead th {
    padding: 10px 5px;
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 769px) {
  table.block-table thead th {
    padding: 10px;
  }
}

table.block-table thead th {
  background-color: #d7f3f3;
  text-align: center;
  font-weight: 400;
}

table.block-table tbody td,
table.block-table tbody th {
  border: 1px solid #ababab;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  table.block-table tbody td,
  table.block-table tbody th {
    padding: 10px 5px;
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 769px) {
  table.block-table tbody td,
  table.block-table tbody th {
    padding: 10px;
  }
}

table.block-table tbody th {
  background-color: #d7f3f3;
  text-align: left;
  font-weight: 400;
}
table.block-table.ptn2 tbody th,
table.block-table.ptn2 tbody td {
  text-align:center;
}
@media only screen and (max-width: 768px) {
  table.block-table tbody th {
    width: 20%;
  }
}

@media print, screen and (min-width: 769px) {
  table.block-table tbody th {
    width: 27%;
  }
  table.block-table.ptn2 tbody th {
	  width:auto;
  }
}

table.block-table tbody td {
  text-align: justify;
}

table.block-table tbody tr {
  background-color: #f7fdfd;
}

table.block-table tbody tr:nth-child(2n) {
  background-color: #f5f5f5;
}

table.block-table.tac tbody td,
table.block-table.tac tbody th {
  text-align: center;
}

.block-gmap {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .block-gmap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .block-gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.prettyprint-wrap {
  width: 96%;
  max-width: 1024px;
  margin: 0 auto;
}

@media print {
  body.page-print #marchat_area,
  body.page-print #marchat_area_open,
  body.page-print .breadcrumb,
  body.page-print .nav-btn-list,
  body.page-print .site-footer > .inner,
  body.page-print .site-header {
    display: none;
  }
}


.box_green_center {
	width:38%;
	margin:40px auto 20px;
	border:solid 5px #36c4c1;
	border-radius:5px;
	padding:25px 20px;
	text-align:center;
}
@media only screen and (max-width: 768px) {
	.box_green_center {
		width:90%;
	}
}

/* 子供外来リハビリカレンダー追加CSS（2023/09/29） */
/* ボックスのスタイル */
.box {
  padding: 10px 20px;
  box-sizing: border-box;
  display: inline-block;
  margin: 10px;
}

/* 言語療法 */
.st-box {
  background-color: #caede9;
}

/* 作業療法 */
.ot-box {
  background-color: #f1d1b8;
}

.container {
  display: flex;
  justify-content: center;
  /* 横方向（水平方向）に中央に配置 */
  align-items: center;
  /* 縦方向（垂直方向）に中央に配置 */
  color: rgb(0, 0, 0);
}

@media(min-width:750px) {

  #calendar {
      width: 835px;
      /* 好みの幅に変更してください */
      height: 40%;
      /* 好みの高さに変更してください */
      /* センターに配置するためのプロパティ */
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
  }
}

.occupationaltherapist {
  background-color: #f1d1b8;
}

.speechtherapist {
  background-color: #caede9;
}

/* 日付の色を黒 */
.fc-col-header-cell-cushion {
  color: black;
}

.fc-v-event {
  border-color: rgba(250, 235, 215, 0);
}

.fc-v-event .fc-event-main {
  color: black;
}

/* hover削除 */
.fc-col-header-cell-cushion {
  pointer-events: none;
}

/* ><位置調整 */
.fc .fc-button .fc-icon {
  font-size: 1.5em;
  vertical-align: initial;
  /* vertical-align を初期値に設定して無効化 */
  padding-top: 5px;
}

.fc-dayGridMonth-button,
.fc-listMonth-button {
  display: none;
}

/* 時間消す */
.fc-timegrid-event .fc-event-time {
  display: none;
  /* 元の時間表示を非表示にする */
}

@media screen and (max-width:768px) {
  .fc-col-header-cell-cushion {
      font-size: 0.7rem;
  }

  .fc-toolbar-title {
      font-size: 1.2rem !important;
  }

  .fc-direction-ltr .fc-button-group>.fc-button:not(:first-child) {
      font-size: 0.8rem;
      /* 例えば小さなパディングに設定 */
      /* その他のスタイル調整 */
  }

  .fc-direction-ltr .fc-button-group>.fc-button:not(:last-child) {
      font-size: 0.8rem;
  }

  .fc .fc-timegrid-slot-label-cushion {
      font-size: 0.8rem;
  }
}
/* 子供外来リハビリカレンダー追加CSSここまで（2023/09/29） */