@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Raleway);
@import url(../css/font-awesome.min.css);
/*  
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
html {
  overflow: hidden;
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  line-height: 1.7;
  color: #3E3A39;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: top;
}

strong {
  font-weight: bold;
}

a {
  color: #003893;
  text-decoration: underline;
}
a img {
  transition: 0.1s opacity ease-in-out;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  a:not(.js-tel)[href^="tel:"] {
    cursor: default;
    color: #3E3A39;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    color: #003893;
  }
}

input,
textarea {
  width: 100%;
  padding: 1.5em;
  border: 1px solid #003893;
  font-size: 1.4rem;
  box-sizing: border-box;
}

/* header
------------------------------------------------------------*/
.site-header .inner {
  height: 115px;
}
@media screen and (max-width: 768px) {
  .site-header .inner {
    height: auto;
    padding: 0;
  }
}

.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 285px;
}
.header-logo a {
  display: block;
}
.header-logo img {
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    position: relative;
    width: 250px;
    margin-left: 5%;
  }
  .header-logo img {
    margin: 15px 0;
  }
}

.header-tel {
  position: absolute;
  top: 42px;
  right: 185px;
}
.header-tel a {
  font-family: 'Raleway', sans-serif;
  color: #003893;
  font-size: 2rem;
}
.header-tel a::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.1em;
}
.header-tel span {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .header-tel {
    display: none;
  }
}

.header-reception {
  position: absolute;
  top: 45px;
  right: 80px;
}
.header-reception .btn-reception {
  width: 100px;
  padding: 0;
}
.header-reception .btn-reception::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-reception {
    display: none;
  }
}

.header-line {
  position: absolute;
  top: 45px;
  right: 0;
}
.header-line .btn-line {
  width: 75px;
  padding: 0;
}
.header-line .btn-line::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-line {
    display: none;
  }
}

.header-description {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .header-description {
    display: none;
  }
}

.nav {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}
.nav li {
  float: left;
}
.nav li ~ li {
  margin-left: 15px;
}
.nav li a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #3E3A39;
  text-decoration: none;
}
.nav li a::before {
  transition: 0.1s background ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .nav {
    max-height: 0;
    position: relative;
    transition: 0.5s all ease-in-out;
  }
  .nav.open {
    overflow-y: hidden;
    max-height: 500px;
  }
  .nav li {
    float: none;
    border-top: 1px solid #EEEFEF;
  }
  .nav li ~ li {
    margin-left: 0;
  }
  .nav li a {
    padding-right: 5%;
    padding-left: 5%;
  }
  .nav li a:hover::before {
    background: #fff;
  }
}

.nav li a:hover,
.about .nav li:nth-child(1) a,
.service .nav li:nth-child(2) a,
.equipment .nav li:nth-child(3) a,
.access .nav li:nth-child(4) a,
.news .nav li:nth-child(5) a,
.contact .nav li:nth-child(6) a {
  color: #003893;
}
.nav li a:hover::before,
.about .nav li:nth-child(1) a::before,
.service .nav li:nth-child(2) a::before,
.equipment .nav li:nth-child(3) a::before,
.access .nav li:nth-child(4) a::before,
.news .nav li:nth-child(5) a::before,
.contact .nav li:nth-child(6) a::before {
  background: #003893;
}
@media screen and (max-width: 768px) {
  .nav li a:hover::before,
  .about .nav li:nth-child(1) a::before,
  .service .nav li:nth-child(2) a::before,
  .equipment .nav li:nth-child(3) a::before,
  .access .nav li:nth-child(4) a::before,
  .news .nav li:nth-child(5) a::before,
  .contact .nav li:nth-child(6) a::before {
    background: none;
  }
}

.sp-nav-toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-nav-toggle {
    font-family: 'Raleway', sans-serif;
    display: block;
    position: absolute;
    top: 30px;
    right: 5%;
    margin-left: 5%;
    padding: 0 8px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    background: #003893;
    font-size: 2rem;
    font-weight: bold;
  }
}

/* contents
------------------------------------------------------------*/
.site-info {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .site-info {
    padding: 35px 0;
  }
}

.site-info-block {
  overflow: hidden;
  position: relative;
}
.site-info-block:nth-child(1) {
  padding-left: 460px;
}
.site-info-block:nth-child(1) #googlemap {
  position: absolute;
  left: 0;
}
.site-info-block:nth-child(1) #googlemap iframe {
  width: 410px;
  height: 440px;
}
.site-info-block:nth-child(1) .table-schedule {
  font-size: 1.6rem;
}
.site-info-block:nth-child(1) .table-schedule th {
  padding: 0.25em 0;
}
.site-info-block:nth-child(1) .table-schedule + p {
  margin-top: 0.5em;
}
.site-info-block:nth-child(1) .table-schedule + p span {
  color: #003893;
}
.site-info-block:nth-child(1) dl {
  margin-top: 25px;
}
.site-info-block:nth-child(1) dl dt {
  padding-bottom: 0.5em;
  border-bottom: 2px dashed #003893;
  font-size: 1.6rem;
}
.site-info-block:nth-child(1) dl dd:nth-of-type(1), .site-info-block:nth-child(1) dl dd:nth-of-type(2) {
  line-height: 1.2;
  margin-top: 1rem;
}
.site-info-block:nth-child(1) dl dd:nth-of-type(1) a, .site-info-block:nth-child(1) dl dd:nth-of-type(2) a {
  font-family: 'Raleway', sans-serif;
  color: #003893;
  font-size: 3rem;
}
.site-info-block:nth-child(1) dl dd:nth-of-type(1) a::before, .site-info-block:nth-child(1) dl dd:nth-of-type(2) a::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.25em;
}
.site-info-block:nth-child(1) dl dd:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  grid-gap: 10px;
}
.site-info-block:nth-child(1) dl dd:nth-of-type(3) img {
  width: 100%;
}
.site-info-block:nth-child(1) dl dd:nth-of-type(4) {
  margin-top: 1rem;
  font-size: 1.6rem;
}
.site-info-block:nth-child(1) dl dd:nth-of-type(4) span {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .site-info-block:nth-child(1) {
    min-height: auto;
    padding-left: 0;
  }
  .site-info-block:nth-child(1) #googlemap {
    position: relative;
  }
  .site-info-block:nth-child(1) #googlemap iframe {
    width: 100%;
  }
  .site-info-block:nth-child(1) .table-schedule {
    margin-top: 5%;
  }
  .site-info-block:nth-child(1) dl dd:nth-of-type(1) a, .site-info-block:nth-child(1) dl dd:nth-of-type(2) a {
    text-decoration: none;
  }
  .site-info-block:nth-child(1) dl dd:nth-of-type(1) a::before, .site-info-block:nth-child(1) dl dd:nth-of-type(2) a::before {
    margin-right: 0.25em;
  }
}
.site-info-block:nth-child(2) {
  margin-top: 40px;
}
.site-info-block:nth-child(2) .service-list {
  position: relative;
  float: left;
  width: 460px;
  height: 210px;
  padding: 25px 30px 30px;
  border: 2px solid #003893;
  box-sizing: border-box;
}
.site-info-block:nth-child(2) .service-list::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #003893;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #003893;
}
.site-info-block:nth-child(2) .service-list ul:nth-child(1) li ~ li {
  margin-left: 0.5em;
}
.site-info-block:nth-child(2) .service-list ul:nth-child(1) li::before {
  content: "● ";
  color: #003893;
}
.site-info-block:nth-child(2) .service-list ul:nth-child(2) {
  margin-top: 1em;
}
.site-info-block:nth-child(2) .service-list ul:nth-child(2) li ~ li::before {
  content: "・";
}
.site-info-block:nth-child(2) .service-list li {
  display: inline;
}
.site-info-block:nth-child(2) > ul {
  width: 460px;
  float: right;
}
.site-info-block:nth-child(2) > ul li {
  float: left;
  width: 47.82686956%;
  padding: 0 6px 6px 0;
  box-sizing: border-box;
}
.site-info-block:nth-child(2) > ul li ~ li {
  margin-left: 4.347826086%;
}
.site-info-block:nth-child(2) > ul img {
  width: 100%;
  box-shadow: 3px 3px 3px rgba(34, 24, 20, 0.2);
}
@media screen and (max-width: 768px) {
  .site-info-block:nth-child(2) {
    margin-top: 5%;
  }
  .site-info-block:nth-child(2) .service-list {
    float: none;
    width: 100%;
    height: auto;
  }
  .site-info-block:nth-child(2) > ul {
    float: none;
    width: 100%;
    margin-top: 5%;
  }
}

/* footer
------------------------------------------------------------*/
.site-footer {
  padding: 25px 0;
  background: #003893;
  color: #fff;
}

.footer-nav {
  text-align: center;
}
.footer-nav li {
  display: inline-block;
}
.footer-nav li ~ li {
  margin-left: 1em;
}
.footer-nav a {
  color: #fff;
  text-decoration: none;
  transition: 0.1s opacity ease-in-out;
}
.footer-nav a::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.25em;
}
.footer-nav a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    padding: 0 5%;
  }
}

.pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
}
.pagetop a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #9F9FA0;
  text-indent: -9999px;
  transition: 0.1s opacity ease-in-out;
}
.pagetop a::after {
  position: absolute;
  top: 30px;
  left: 25px;
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: rotate(-45deg);
}
.pagetop a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 25px;
    bottom: 25px;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
  }
  .pagetop a::after {
    top: 15px;
    left: 12px;
    width: 15px;
    height: 15px;
  }
}

/*------------------------------------------------------------
	Content
------------------------------------------------------------*/
.bg1 {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .bg1 {
    padding: 35px 0;
  }
}

.bg2 {
  padding: 70px 0;
  background: #EEEFEF;
}
@media screen and (max-width: 768px) {
  .bg2 {
    padding: 35px 0;
  }
}

.inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 5%;
  }
}

.lang-en {
  font-family: 'Raleway', sans-serif;
}

.more-link::after {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 0.5em;
}

.page-title {
  overflow: hidden;
  margin: 0 auto;
  background: #003893;
  color: #fff;
}
.page-title .inner {
  width: 100%;
  display: table;
  max-width: 1360px;
}
@media screen and (max-width: 768px) {
  .page-title .inner {
    padding: 0;
  }
}
.page-title .inner h1 {
  display: table-cell;
  width: 40%;
  font-size: 2rem;
  vertical-align: middle;
  text-align: center;
}
.page-title .inner h1 .lang-en {
  font-family: 'Raleway', sans-serif;
  display: block;
  line-height: 1.5;
  margin-top: 0.25em;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .page-title .inner h1 {
    font-size: 1.4rem;
  }
  .page-title .inner h1 .lang-en {
    font-size: 2.5rem;
  }
}
.page-title .inner p {
  display: table-cell;
  width: 60%;
}
.page-title .inner p img {
  width: 100%;
}

.about .page-title h1::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .about .page-title h1::before {
    font-size: 2.5rem;
  }
}

.access .page-title h1::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .access .page-title h1::before {
    font-size: 2.5rem;
  }
}

.contact .page-title h1::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .contact .page-title h1::before {
    font-size: 2.5rem;
  }
}

.equipment .page-title h1::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .equipment .page-title h1::before {
    font-size: 2.5rem;
  }
}

.link .page-title h1::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .link .page-title h1::before {
    font-size: 2.5rem;
  }
}

.news .page-title h1::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .news .page-title h1::before {
    font-size: 2.5rem;
  }
}

.privacy .page-title h1::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .privacy .page-title h1::before {
    font-size: 2.5rem;
  }
}

.service .page-title h1::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .service .page-title h1::before {
    font-size: 2.5rem;
  }
}

.sitemap .page-title h1::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .sitemap .page-title h1::before {
    font-size: 2.5rem;
  }
}

.main-title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #003893;
  color: #003893;
  font-size: 2rem;
}
.main-title .lang-en {
  line-height: 1;
  font-size: 4rem;
}
.main-title::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -4px;
  width: 50px;
  height: 4px;
  background: #B7D200;
}
@media screen and (max-width: 768px) {
  .main-title {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
  .main-title .lang-en {
    font-size: 3rem;
  }
}

.btn {
  display: block;
  width: 500px;
  margin: 0 auto;
  padding: 0.4em 0;
  border: none;
  border-radius: 5px;
  background: #003893;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 2.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.1s opacity ease-in-out;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.7;
}
.btn.btn-prev::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.5em;
}
.btn.btn-next::after {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    font-size: 2rem;
  }
}

.btn-reception {
  display: block;
  line-height: 28px;
  padding: 0 1em;
  background: #B7D200;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.1s all ease-in-out;
}
.btn-reception:hover {
  background: #B7D200;
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.btn-reception::after {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 0.5em;
}

.btn-line {
  display: block;
  line-height: 28px;
  padding: 0 1em;
  background: #3db156;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.1s all ease-in-out;
}
.btn-line:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.btn-line::after {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 0.5em;
}

.btn-group {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.btn-group > * {
  display: table-cell;
}
.btn-group > * .btn {
  width: 95%;
}
@media screen and (max-width: 768px) {
  .btn-group {
    display: block;
  }
  .btn-group > * {
    display: block;
  }
  .btn-group > * ~ * {
    margin-top: 5%;
  }
}

.table-schedule {
  width: 100%;
  border-right: 2px solid #003893;
  border-bottom: 2px solid #003893;
  border-left: 2px solid #003893;
  background: #fff;
  font-size: 2rem;
}
.table-schedule th {
  padding: 0.4em 0;
}
.table-schedule td {
  text-align: center;
}
.table-schedule thead th {
  background: #003893;
  color: #fff;
}
.table-schedule thead th + th {
  border-left: 2px solid #fff;
}
.table-schedule tbody tr + tr {
  border-top: 2px solid #003893;
}
.table-schedule tbody td {
  border-left: 2px solid #003893;
  color: #B7D200;
}
.table-schedule tbody td.close {
  color: #003893;
}

/* home
------------------------------------------------------------*/
.home-slider {
  background: #003893;
  /* bxslider スタイル上書き */
}
.home-slider .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
.home-slider .bx-wrapper .bx-pager,
.home-slider .bx-wrapper .bx-controls-auto {
  bottom: 6%;
}
.home-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.home-slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #003893;
}
.home-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #9F9FA0;
  margin: 0 2.5px;
}
.home-slider .bx-wrapper .bx-prev {
  left: -100px;
}
.home-slider .bx-wrapper .bx-prev::after {
  left: 18px;
  transform: rotate(-135deg);
}
.home-slider .bx-wrapper .bx-next {
  right: -100px;
}
.home-slider .bx-wrapper .bx-next::after {
  right: 18px;
  transform: rotate(45deg);
}
.home-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  outline: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 9999;
  background: #fff;
  border-radius: 50%;
  transition: 0.1s opacity ease-in-out;
}
.home-slider .bx-wrapper .bx-controls-direction a::after {
  position: absolute;
  top: 13px;
  width: 18px;
  height: 18px;
  border-top: 4px solid #003893;
  border-right: 4px solid #003893;
  content: "";
}
.home-slider .bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .home-slider .inner {
    padding: 0;
  }
  .home-slider .bx-wrapper .bx-controls-direction a {
    display: none;
  }
}
.home-slider .btn-reception {
  padding: 1em;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .home-slider .btn-reception {
    display: none;
  }
}
.home-slider .btn-line {
  padding: 1em;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .home-slider .btn-line {
    display: none;
  }
}

.home-nav {
  position: relative;
}
.home-nav li {
  transition: 0.1s opacity ease-in-out;
}
.home-nav li a {
  overflow: hidden;
  display: table-cell;
  width: 480px;
  height: 240px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.home-nav li a > span {
  display: block;
  width: 50%;
}
.home-nav li a > span::after {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  margin-top: 10px;
  font-size: 2rem;
}
.home-nav li a .lang-en {
  display: block;
  line-height: 1.4;
  font-size: 3rem;
}
.home-nav li:nth-child(1) {
  background: url(../img/home/nav_bg_01.jpg) no-repeat 0 0;
}
.home-nav li:nth-child(1) a > span {
  margin-left: 50%;
}
.home-nav li:nth-child(2) {
  background: url(../img/home/nav_bg_02.jpg) no-repeat 0 0;
}
.home-nav li:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/home/nav_bg_03.jpg) no-repeat 0 0;
}
.home-nav li:nth-child(3) a > span {
  margin-left: 50%;
}
.home-nav li:nth-child(4) {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/home/nav_bg_04.jpg) no-repeat 0 0;
}
.home-nav li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .home-nav .inner {
    padding: 0;
  }
  .home-nav li a .lang-en {
    font-size: 2.5rem;
  }
  .home-nav li:nth-child(1) {
    background-size: cover;
  }
  .home-nav li:nth-child(2) {
    background-size: cover;
  }
  .home-nav li:nth-child(3) {
    position: relative;
    background-size: cover;
  }
  .home-nav li:nth-child(4) {
    position: relative;
    background-size: cover;
  }
}

.home-banner .inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-banner img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .home-banner .inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.home-news .news-list {
  display: table;
  border-top: none;
}
.home-news .news-list li {
  display: table-cell;
  width: 33.3%;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.home-news .news-list li ~ li {
  border-left: 1px solid #9F9FA0;
}
.home-news .news-list li:nth-child(1) {
  padding-right: 30px;
}
.home-news .news-list li:nth-child(2) {
  padding-right: 30px;
  padding-left: 30px;
}
.home-news .news-list li:nth-child(3) {
  padding-left: 30px;
}
.home-news .news-list + p {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .home-news .news-list li {
    display: block;
    width: 100%;
  }
  .home-news .news-list li ~ li {
    margin-top: 30px;
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid #9F9FA0;
  }
  .home-news .news-list li:nth-child(1), .home-news .news-list li:nth-child(2), .home-news .news-list li:nth-child(3) {
    padding-right: 0;
    padding-left: 0;
  }
}

.home-info {
  margin-top: 70px;
  padding: 0.5em 1em;
  border: 2px solid #003893;
  color: #003893;
  text-align: center;
}

/* about
------------------------------------------------------------*/
.about-doctor h3 {
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 0.2em 2.5em;
  border-radius: 5px;
  background: #003893;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.about-doctor .about-doctor-block ~ .about-doctor-block {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .about-doctor .about-doctor-block ~ .about-doctor-block {
    margin-top: 25px;
  }
}
.about-doctor .about-doctor-block:nth-of-type(1) {
  position: relative;
  min-height: 300px;
}
.about-doctor .about-doctor-block:nth-of-type(1) .about-doctor-img {
  position: absolute;
  top: 0;
  right: 0;
}
.about-doctor .about-doctor-block:nth-of-type(1) p:not(.about-doctor-img) {
  padding-right: 300px;
}
@media screen and (max-width: 768px) {
  .about-doctor .about-doctor-block:nth-of-type(1) {
    min-height: auto;
  }
  .about-doctor .about-doctor-block:nth-of-type(1) .about-doctor-img {
    position: relative;
    margin-top: 5%;
    text-align: center;
  }
  .about-doctor .about-doctor-block:nth-of-type(1) p:not(.about-doctor-img) {
    padding-right: 0;
  }
}
.about-doctor .about-doctor-block:nth-of-type(2) {
  overflow: hidden;
}
.about-doctor .about-doctor-block:nth-of-type(2) > div {
  float: left;
  width: 450px;
}
.about-doctor .about-doctor-block:nth-of-type(2) > div ~ div {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .about-doctor .about-doctor-block:nth-of-type(2) > div {
    float: none;
    width: 100%;
  }
  .about-doctor .about-doctor-block:nth-of-type(2) > div ~ div {
    margin-top: 25px;
    margin-left: 0;
  }
}
.about-doctor .about-doctor-block:nth-of-type(2) dl {
  border-bottom: 1px solid #003893;
}
.about-doctor .about-doctor-block:nth-of-type(2) dl dt {
  clear: both;
  display: inline;
  float: left;
  width: 7em;
  margin-right: -7em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 1px solid #003893;
}
.about-doctor .about-doctor-block:nth-of-type(2) dl dt + dd {
  border-top: 1px solid #003893;
}
.about-doctor .about-doctor-block:nth-of-type(2) dl dt:first-child {
  padding-top: 0;
  border-top: none;
}
.about-doctor .about-doctor-block:nth-of-type(2) dl dt:first-child + dd {
  padding-top: 0;
  border-top: none;
}
.about-doctor .about-doctor-block:nth-of-type(2) dl dd {
  margin-left: 7em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.about-doctor .about-doctor-block:nth-of-type(2) ul li {
  padding-left: 1.2em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #003893;
  text-indent: -1.2em;
}
.about-doctor .about-doctor-block:nth-of-type(2) ul li ~ li {
  margin-top: 0.5em;
}
.about-doctor .about-doctor-block:nth-of-type(2) ul li::before {
  content: "● ";
  color: #003893;
}
.about-doctor .about-doctor-block:nth-of-type(3) ul li {
  padding-left: 1.2em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #003893;
  text-indent: -1.2em;
}
.about-doctor .about-doctor-block:nth-of-type(3) ul li ~ li {
  margin-top: 0.5em;
}
.about-doctor .about-doctor-block:nth-of-type(3) ul li::before {
  content: "● ";
  color: #003893;
}

.about-institution li {
  padding-left: 1.2em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #9F9FA0;
  text-indent: -1.2em;
}
.about-institution li ~ li {
  margin-top: 0.5em;
}
.about-institution li::before {
  content: "● ";
  color: #003893;
}

.about-network li {
  padding-left: 1.2em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #9F9FA0;
  text-indent: -1.2em;
}
.about-network li ~ li {
  margin-top: 0.5em;
}
.about-network li::before {
  content: "● ";
  color: #003893;
}

.about-appearance ul {
  overflow: hidden;
}
.about-appearance ul li {
  float: left;
  width: 31.25%;
  margin-top: 3.125%;
  margin-left: 3.125%;
}
.about-appearance ul li:nth-child(-n+3) {
  margin-top: 0;
}
.about-appearance ul li:nth-child(3n+1) {
  margin-left: 0;
}
.about-appearance ul li img {
  width: 100%;
  height: auto;
}
.about-appearance ul + p {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .about-appearance ul + p {
    margin-top: 25px;
  }
}

/* access
------------------------------------------------------------*/
.access-schedule .table-schedule + p {
  margin-top: 1.5em;
}
.access-schedule .table-schedule + p span {
  color: #003893;
}

.access-schedule-block {
  overflow: hidden;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .access-schedule-block {
    margin-top: 25px;
  }
}
.access-schedule-block h3 {
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 0.2em 1.5em;
  border-radius: 5px;
  background: #003893;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.access-schedule-block .access-schedule-box {
  position: relative;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
}
.access-schedule-block .access-schedule-box::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #003893;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #003893;
}
.access-schedule-block .access-schedule-box h4 {
  line-height: 1;
  margin-bottom: 1em;
  color: #003893;
  font-size: 2rem;
}
.access-schedule-block .access-schedule-box li::before {
  content: "● ";
  color: #003893;
}
.access-schedule-block:nth-of-type(1) {
  position: relative;
}
.access-schedule-block:nth-of-type(1) h3 + ul {
  position: absolute;
  top: 2px;
  left: 140px;
  overflow: hidden;
  font-size: 1.6rem;
}
.access-schedule-block:nth-of-type(1) h3 + ul li {
  display: inline-block;
  float: left;
}
.access-schedule-block:nth-of-type(1) h3 + ul li::before {
  content: "● ";
  color: #003893;
}
.access-schedule-block:nth-of-type(1) h3 + ul li ~ li {
  margin-left: 1em;
}
.access-schedule-block:nth-of-type(1) .access-schedule-box {
  float: left;
  width: 225px;
}
.access-schedule-block:nth-of-type(1) .access-schedule-box ~ .access-schedule-box {
  margin-left: 20px;
}
.access-schedule-block:nth-of-type(1) .access-schedule-box li span {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .access-schedule-block:nth-of-type(1) {
    margin-top: 25px;
  }
  .access-schedule-block:nth-of-type(1) h3 + ul {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 1em;
  }
  .access-schedule-block:nth-of-type(1) .access-schedule-box {
    float: none;
    width: 100%;
  }
  .access-schedule-block:nth-of-type(1) .access-schedule-box ~ .access-schedule-box {
    margin-top: 5%;
    margin-left: 0;
  }
}
.access-schedule-block:nth-of-type(2) p + ul, .access-schedule-block:nth-of-type(3) p + ul, .access-schedule-block:nth-of-type(4) p + ul {
  margin-top: 1.5em;
}
.access-schedule-block:nth-of-type(2) ul, .access-schedule-block:nth-of-type(3) ul, .access-schedule-block:nth-of-type(4) ul {
  border-top: 1px solid #003893;
}
.access-schedule-block:nth-of-type(2) ul li, .access-schedule-block:nth-of-type(3) ul li, .access-schedule-block:nth-of-type(4) ul li {
  padding: 0.5em 0;
  border-bottom: 1px solid #003893;
}

.access-map .inner iframe {
  width: 960px;
  height: 540px;
}
@media screen and (max-width: 768px) {
  .access-map .inner iframe {
    width: 100%;
    height: auto;
  }
}
.access-map .inner figure {
  overflow: hidden;
  margin-top: 30px;
}
.access-map .inner figure img {
  float: left;
  width: 520px;
}
.access-map .inner figure figcaption {
  position: relative;
  float: right;
  width: 400px;
  height: 350px;
  padding: 25px 30px;
  border: 2px solid #003893;
  box-sizing: border-box;
}
.access-map .inner figure figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #003893;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #003893;
}
.access-map .inner figure figcaption p:nth-child(1) {
  line-height: 1.3;
  font-size: 1.6rem;
}
.access-map .inner figure figcaption p:nth-child(1) span {
  font-size: 1.2rem;
}
.access-map .inner figure figcaption p:nth-child(2) {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 2px solid #003893;
  font-size: 1.3rem;
}
.access-map .inner figure figcaption p:nth-child(3) {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 1.3rem;
}
.access-map .inner figure figcaption p:nth-child(4) {
  font-family: 'Raleway', sans-serif;
  background: #003893;
  color: #fff;
  text-align: center;
  font-size: 3.5rem;
}
.access-map .inner figure figcaption p:nth-child(4)::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.25em;
}
.access-map .inner figure figcaption p:nth-child(4) a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .access-map .inner figure img {
    float: none;
    width: 100%;
  }
  .access-map .inner figure figcaption {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 5%;
  }
}
.access-map .inner > p {
  width: 960px;
  margin: 30px 6px 6px 0;
  box-shadow: 3px 3px 3px rgba(34, 24, 20, 0.2);
}
@media screen and (max-width: 768px) {
  .access-map .inner > p {
    width: 100%;
  }
}

.access-googlemap #googlemap {
  width: 100%;
  height: 450px;
}
.access-googlemap iframe {
  vertical-align: top;
}

/* contact
------------------------------------------------------------*/
.required {
  color: #E50011;
}

.contact-form dl dt::before {
  content: "● ";
  color: #003893;
}
.contact-form dl dt ~ dt {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .contact-form dl dt ~ dt {
    margin-top: 2em;
  }
}
.contact-form dl dd {
  margin-top: 0.5em;
}
.contact-form dl dd p ~ p {
  margin-top: 0.5em;
}

.contact-form-error {
  margin-bottom: 50px;
  color: #E50011;
}
@media screen and (max-width: 768px) {
  .contact-form-error {
    margin-bottom: 25px;
  }
}
.contact-form-error h2 {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
}
.contact-form-error h2::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.25em;
}
.contact-form-error ul li::before {
  content: "・";
}

.contact-form-btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .contact-form-btn {
    margin-top: 25px;
  }
}

.contact-lead:not(:first-child) {
  margin-top: 1.5em;
}

/* equipment
------------------------------------------------------------*/
.equipment-list {
  overflow: hidden;
}
.equipment-list li {
  float: left;
  width: 31.25%;
  margin-top: 3.125%;
  margin-left: 3.125%;
}
.equipment-list li:nth-child(-n+3) {
  margin-top: 0;
}
.equipment-list li:nth-child(3n+1) {
  margin-left: 0;
}
.equipment-list li img {
  width: 100%;
}

.equipment-detail {
  width: 640px;
  padding: 50px;
  border: 4px solid #003893;
  background: #fff;
  box-sizing: border-box;
}
.equipment-detail.portrait {
  width: 420px;
}
.equipment-detail h2 {
  margin-top: 50px;
  margin-bottom: 1em;
  color: #003893;
  font-size: 2.5rem;
  text-align: center;
}
.equipment-detail h2 span {
  padding-bottom: 0.2em;
  border-bottom: 3px solid #003893;
}
.equipment-detail img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .equipment-detail {
    width: 100%;
    padding: 25px;
  }
  .equipment-detail.portrait {
    width: 100%;
  }
  .equipment-detail h2 {
    font: 2rem;
  }
}

.equipment #fancybox-close {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #003893;
}
.equipment #fancybox-close::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: 8px;
  margin-left: 14px;
  color: #fff;
  font-size: 3rem;
}

/* link
------------------------------------------------------------*/
.link-nav a {
  text-decoration: none;
  transition: 0.1s opacity ease-in-out;
}
.link-nav a:hover {
  opacity: 0.7;
}
.link-nav > ul {
  border-top: 1px solid #9F9FA0;
}
.link-nav > ul > li {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #9F9FA0;
}
.link-nav > ul > li > a {
  font-size: 2.5rem;
}
.link-nav > ul > li > a::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.25em;
}
@media screen and (max-width: 768px) {
  .link-nav > ul > li > a {
    font-size: 2rem;
  }
}

/* news
------------------------------------------------------------*/
.news-list {
  border-top: 1px solid #9F9FA0;
}
.news-list li {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #9F9FA0;
}
.news-list li p ~ p {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .news-list li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.news-list li .date {
  width: 7em;
  border-radius: 5px;
  background: #003893;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 1.7rem;
  text-align: center;
}
.news-list li .title {
  line-height: 1.4;
  margin: 1em 0;
  color: #003893;
  font-size: 2rem;
}

.news-block {
  margin-bottom: 50px;
  padding: 40px;
  background: #fff;
}
.news-block ul li p ~ p {
  margin-top: 1em;
}
.news-block ul li + li {
  margin-top: 40px;
}
.news-block ul li .title {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #003893;
  color: #003893;
  font-size: 2rem;
}

/* privacy
------------------------------------------------------------*/
.privacy-policy p {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #9F9FA0;
}
.privacy-policy p:first-child {
  border-top: 1px solid #9F9FA0;
}
@media screen and (max-width: 768px) {
  .privacy-policy p {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* service
------------------------------------------------------------*/
.service-nav ul {
  overflow: hidden;
}
.service-nav ul li {
  float: left;
  width: 219px;
  margin-top: 28px;
  margin-left: 28px;
}
.service-nav ul li:nth-child(-n+4) {
  margin-top: 0;
}
.service-nav ul li:nth-child(4n+1) {
  margin-left: 0;
}
.service-nav ul li a {
  display: block;
  padding: 15px;
  color: #fff;
  background: #003893;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  transition: 0.1s opacity ease-in-out;
}
.service-nav ul li a::after {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
}
.service-nav ul li.current a,
.service-nav ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .service-nav ul li {
    width: 47.5%;
    margin-top: 5%;
  }
  .service-nav ul li ~ li {
    margin-left: 0;
  }
  .service-nav ul li a {
    font-size: 1.8rem;
  }
  .service-nav ul li:nth-child(-n+4) {
    margin-top: 5%;
  }
  .service-nav ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .service-nav ul li:nth-child(2n) {
    margin-left: 5%;
  }
}

.service-detail {
  position: relative;
  margin-top: 40px;
  padding: 30px 40px 40px;
  background: #fff;
  position: relative;
}
.service-detail::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #003893;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #003893;
}
.service-detail h3 {
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #003893;
  color: #003893;
  font-size: 2rem;
}
.service-detail h3::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.25em;
}
@media screen and (max-width: 768px) {
  .service-detail {
    margin-top: 5%;
    padding: 30px;
  }
  .service-detail h3 {
    font-size: 1.8rem;
  }
}

.service-detail-text {
  position: relative;
  min-height: 350px;
}
.service-detail-text p {
  margin-left: 460px;
}
.service-detail-text p ~ * {
  margin-top: 1.5em;
}
.service-detail-text ul {
  margin-left: 460px;
}
.service-detail-text dl {
  margin-left: 460px;
}
.service-detail-text figure {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  padding-left: 0;
}
.service-detail-text-full p {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .service-detail-text {
    min-height: auto;
  }
  .service-detail-text p {
    margin-left: 0;
  }
  .service-detail-text ul {
    margin-left: 0;
  }
  .service-detail-text dl {
    margin-left: 0;
  }
  .service-detail-text figure {
    position: relative;
    margin-top: 1.5em;
  }
}

.service-ct {
  margin-top: 40px;
  padding: 20px 30px;
  background: #003893;
  color: #fff;
}

.service-detail-check, .service-detail-check-wide, .service-detail-check-block li, .service-detail-grade, .service-detail-medicine, .service-detail-vaccine-price {
  overflow: hidden;
  margin-top: 30px;
  padding: 20px 30px;
  background-image: linear-gradient(-45deg, #fafafd 25%, #f4f4fa 25%, #f4f4fa 50%, #fafafd 50%, #fafafd 75%, #f4f4fa 75%, #f4f4fa);
  background-size: 10px 10px;
  box-sizing: border-box;
}

.service-detail-check li::before, .service-detail-check-wide li::before, .service-detail-check-block h4::before, .service-detail-medicine dd li::before, .service-detail-vaccine li::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.5em;
  color: #003893;
}

.service-detail-check li {
  display: block;
  float: left;
  width: 390px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 1px solid #003893;
}
.service-detail-check li:nth-child(2n) {
  margin-left: 40px;
}
.service-detail-check li:nth-child(-n+2) {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .service-detail-check li {
    float: none;
    width: 100%;
  }
  .service-detail-check li:nth-child(2n) {
    margin-left: 0;
  }
  .service-detail-check li:nth-child(2) {
    border-top: 1px solid #003893;
  }
}

.service-detail-check-wide li {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 1px solid #003893;
}
.service-detail-check-wide li:first-child {
  border-top: none;
}

.service-detail-check-block {
  overflow: hidden;
}
.service-detail-check-block li {
  float: left;
  width: 430px;
}
.service-detail-check-block li ~ li {
  margin-left: 20px;
}
.service-detail-check-block h4 {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #003893;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .service-detail-check-block li {
    float: none;
    width: 100%;
  }
  .service-detail-check-block li ~ li {
    margin-left: 0;
  }
}

.service-detail-grade dt {
  clear: both;
  display: inline;
  float: left;
  width: 5em;
  margin-right: -5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 1px solid #003893;
  color: #003893;
  font-weight: bold;
}
.service-detail-grade dt:first-child {
  border-top: none;
}
.service-detail-grade dt:first-child + dd {
  border-top: none;
}
.service-detail-grade dd {
  margin-left: 5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 1px solid #003893;
}

.service-detail-medicine dt {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #003893;
}
.service-detail-medicine dt::before {
  content: "● ";
  color: #003893;
}
.service-detail-medicine dd {
  overflow: hidden;
}
.service-detail-medicine dd li {
  float: left;
  width: 390px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 1px solid #003893;
}
.service-detail-medicine dd li:nth-child(2n) {
  margin-left: 40px;
}
.service-detail-medicine dd li:nth-child(-n+2) {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .service-detail-medicine dd li {
    float: none;
    width: 100%;
  }
  .service-detail-medicine dd li:nth-child(2n) {
    margin-left: 0;
  }
  .service-detail-medicine dd li:nth-child(2) {
    border-top: 1px solid #003893;
  }
}

.service-detail-vaccine li {
  padding: 0.5em 0;
  border-top: 1px solid #003893;
}
.service-detail-vaccine li:first-child {
  border-top: none;
}
.service-detail-vaccine + p {
  margin-top: 0;
  padding: 0.5em 0;
  border-top: 1px solid #003893;
  border-bottom: 1px solid #003893;
}

.service-detail-vaccine-price h4 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #003893;
}
.service-detail-vaccine-price h4::before {
  content: "● ";
  color: #003893;
}
.service-detail-vaccine-price ul li {
  padding: 0.5em 0;
}
.service-detail-vaccine-price .service-detail-vaccine + p {
  border: none;
}

.service-detail-checkup p ~ * {
  margin-top: 1.5em;
}

.service-detail-zekkamenekiryoho {
  margin-top: 30px;
}
.service-detail-zekkamenekiryoho h4 {
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 0.2em 1.5em;
  border-radius: 5px;
  background: #003893;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.service-detail-zekkamenekiryoho p ~ p {
  margin-top: 1.5em;
}

/* sitemap
------------------------------------------------------------*/
.sitemap-nav a {
  text-decoration: none;
  transition: 0.1s opacity ease-in-out;
}
.sitemap-nav a:hover {
  opacity: 0.7;
}
.sitemap-nav > ul {
  border-top: 1px solid #9F9FA0;
}
.sitemap-nav > ul > li {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #9F9FA0;
}
.sitemap-nav > ul > li > a {
  font-size: 2.5rem;
}
.sitemap-nav > ul > li > a::before {
  display: inline-block;
  font: normal normal normal 1.4rem FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.25em;
}
@media screen and (max-width: 768px) {
  .sitemap-nav > ul > li > a {
    font-size: 2rem;
  }
}
.sitemap-nav > ul > li > ul {
  margin-top: 0.5em;
}
.sitemap-nav > ul > li > ul li {
  display: inline-block;
}
.sitemap-nav > ul > li > ul li a {
  color: #3E3A39;
}
.sitemap-nav > ul > li > ul li a::before {
  content: "● ";
  color: #003893;
}
.sitemap-nav > ul > li > ul li ~ li {
  margin-left: 1em;
}

.pcNone {
  display: none;
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.spNone {
  display: block;
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .spWidth {
    display: block;
    width: 100%;
  }
}

.fancybox-hidden {
  display: none;
}

.u-fl {
  float: left;
}

.u-fr {
  float: right;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}
