@charset "UTF-8";
/* line 3, sass/_reset.scss */
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: inherit;
  vertical-align: baseline;
}

/* line 23, sass/_reset.scss */
html {
  line-height: 1;
}

/* line 27, sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 31, sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 36, sass/_reset.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 42, sass/_reset.scss */
q, blockquote {
  quotes: none;
}

/* line 46, sass/_reset.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 51, sass/_reset.scss */
a img {
  border: none;
}

/* line 55, sass/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@media print, screen and (min-width: 769px) {
  /* line 34, sass/_variables.scss */
  .visible-pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 34, sass/_variables.scss */
  .visible-pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  /* line 43, sass/_variables.scss */
  .visible-sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 43, sass/_variables.scss */
  .visible-sp {
    display: block;
  }
}

/* line 90, sass/_variables.scss */
.opacity-1 {
  opacity: 1;
}
/* line 92, sass/_variables.scss */
.opacity-1:hover {
  opacity: 1;
}

/* line 97, sass/_variables.scss */
.fs-12 {
  font-size: 12px;
}

/* line 100, sass/_variables.scss */
.fs-24 {
  font-size: 24px;
}

/* line 103, sass/_variables.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 106, sass/_variables.scss */
.mt-20 {
  margin-top: 20px !important;
}

/* line 109, sass/_variables.scss */
.mt-30 {
  margin-top: 30px !important;
}

/* line 112, sass/_variables.scss */
.mb-1em {
  margin-bottom: 0.8em;
}

@media print, screen and (min-width: 769px) {
  /* line 115, sass/_variables.scss */
  .mb-20 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 115, sass/_variables.scss */
  .mb-20 {
    margin-bottom: 10px !important;
  }
}

/* line 123, sass/_variables.scss */
.mt-60 {
  margin-top: 60px !important;
}

/* line 126, sass/_variables.scss */
.mt-40 {
  margin-top: 40px !important;
}

/* line 129, sass/_variables.scss */
.mb-40 {
  margin-bottom: 40px !important;
}

/* line 132, sass/_variables.scss */
.pl-0 {
  padding-left: 0px !important;
}

/* line 135, sass/_variables.scss */
.align-center {
  text-align: center;
}

/* line 138, sass/_variables.scss */
.align-right {
  text-align: right;
}

/* line 2, sass/_common.scss */
html {
  height: 100%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 62.5%;
  line-height: 1.4;
  color: #000;
  word-wrap: break-word;
  margin-top: 0px !important;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  /* line 13, sass/_common.scss */
  div, p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 13, sass/_common.scss */
  div, p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

/* line 23, sass/_common.scss */
img {
  max-width: 100%;
  height: auto;
  border: none;
}
@media print, screen and (min-width: 769px) {
  /* line 23, sass/_common.scss */
  img {
    vertical-align: bottom;
  }
}
@media only screen and (max-width: 768px) {
  /* line 23, sass/_common.scss */
  img {
    vertical-align: middle;
  }
}

/* line 35, sass/_common.scss */
a {
  outline: none;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  /* line 35, sass/_common.scss */
  a {
    color: #0077dd;
  }
}
@media only screen and (max-width: 768px) {
  /* line 35, sass/_common.scss */
  a {
    color: #00b4ff;
  }
}
/* line 44, sass/_common.scss */
a:focus {
  outline: none;
}
/* line 47, sass/_common.scss */
a:hover {
  text-decoration: underline;
}
/* line 50, sass/_common.scss */
a.over {
  opacity: 0.8;
}

/* line 55, sass/_common.scss */
strong {
  font-weight: bold;
}

/* line 59, sass/_common.scss */
b {
  font-weight: bold;
}

/* line 65, sass/_common.scss */
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* line 71, sass/_common.scss */
.wrapper {
  background: #ffffff;
  position: relative;
}

/* line 76, sass/_common.scss */
.contents {
  z-index: 10;
  position: relative;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  /* line 76, sass/_common.scss */
  .contents {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 76, sass/_common.scss */
  .contents {
    width: auto;
    margin-top: 51px;
  }
}

/* line 89, sass/_common.scss */
.clearfix {
  min-height: 1px;
}
/* line 91, sass/_common.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* line 100, sass/_common.scss */
* html .clearfix {
  height: 1px;
  /*¥*/
  		 /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* line 110, sass/_common.scss */
.visible-sp img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  /* line 110, sass/_common.scss */
  .visible-sp img {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 110, sass/_common.scss */
  .visible-sp img {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  /* line 120, sass/_common.scss */
  html #wpadminbar {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  /* line 131, sass/_common.scss */
  .head-block {
    width: 1120px;
    margin: 0px auto;
  }
  /* line 135, sass/_common.scss */
  .head-block .header-text {
    margin: 0 auto;
    padding-left: 90px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* line 140, sass/_common.scss */
  .head-block .logo-block {
    width: calc( 100% - 160px );
    float: left;
  }
  /* line 145, sass/_common.scss */
  .head-block .logo-block .logo a {
    display: block;
    width: 384px;
    height: 78px;
    float: left;
    text-indent: -9999px;
    background: transparent url("./images/logo.png") left top no-repeat;
  }
  /* line 154, sass/_common.scss */
  .head-block .logo-block .call {
    display: block;
    width: 176px;
    height: 50px;
    float: right;
    margin: 5px 20px 0px 0px;
    text-indent: -9999px;
    background: transparent url("./images/icon_call.png") left top no-repeat;
  }
  /* line 165, sass/_common.scss */
  .head-block .btn-reserve.visible-pc {
    margin-top: 5px;
  }
  /* line 167, sass/_common.scss */
  .head-block .btn-reserve.visible-pc a {
    display: block;
    width: 160px;
    float: right;
  }
  /* line 171, sass/_common.scss */
  .head-block .btn-reserve.visible-pc a:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  /* line 179, sass/_common.scss */
  .header-pc {
    display: none;
  }
}
/* line 183, sass/_common.scss */
.header-pc .pc-menu {
  margin-top: 10px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
@media print, screen and (min-width: 769px) {
  /* line 183, sass/_common.scss */
  .header-pc .pc-menu {
    min-width: 1120px;
  }
}
/* line 190, sass/_common.scss */
.header-pc .pc-menu ul.gnavi {
  width: 1115px;
  margin: 0px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 194, sass/_common.scss */
.header-pc .pc-menu ul.gnavi li {
  float: left;
  text-align: center;
  line-height: 30px;
  line-height: 3rem;
  background: transparent url("./images/border_gray.png") left center no-repeat;
}
/* line 199, sass/_common.scss */
.header-pc .pc-menu ul.gnavi li a {
  display: block;
  padding: 15px 0px;
  color: #000;
}
@media print, screen and (min-width: 769px) {
  /* line 199, sass/_common.scss */
  .header-pc .pc-menu ul.gnavi li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 206, sass/_common.scss */
.header-pc .pc-menu ul.gnavi li a:hover {
  text-decoration: none;
  color: #000;
  background: transparent url("./images/border_yellow.png") center bottom 5px no-repeat;
  background-size: 80%;
}
/* line 213, sass/_common.scss */
.header-pc .pc-menu ul.gnavi li:last-child {
  background-image: url("./images/border_gray.png"), url("./images/border_gray.png");
  background-position: left center, right center;
}
/* line 217, sass/_common.scss */
.header-pc .pc-menu ul.gnavi li.gnavi01 {
  width: 140px;
}
/* line 220, sass/_common.scss */
.header-pc .pc-menu ul.gnavi li.gnavi02 {
  width: 140px;
}
/* line 223, sass/_common.scss */
.header-pc .pc-menu ul.gnavi li.gnavi03 {
  width: 150px;
}
/* line 225, sass/_common.scss */
.header-pc .pc-menu ul.gnavi li.gnavi03 a:hover, .header-pc .pc-menu ul.gnavi li.gnavi03.on a {
  background-size: 86%;
}
/* line 229, sass/_common.scss */
.header-pc .pc-menu ul.gnavi li.gnavi04 {
  width: 140px;
}
/* line 231, sass/_common.scss */
.header-pc .pc-menu ul.gnavi li.gnavi04 a:hover, .header-pc .pc-menu ul.gnavi li.gnavi04.on a {
  background-size: 86%;
}
/* line 235, sass/_common.scss */
.header-pc .pc-menu ul.gnavi li.gnavi05 {
  width: 180px;
}
/* line 237, sass/_common.scss */
.header-pc .pc-menu ul.gnavi li.gnavi05 a:hover, .header-pc .pc-menu ul.gnavi li.gnavi05.on a {
  background-size: 86%;
}
/* line 241, sass/_common.scss */
.header-pc .pc-menu ul.gnavi li.gnavi06 {
  width: 120px;
}
/* line 244, sass/_common.scss */
.header-pc .pc-menu ul.gnavi li.gnavi07 {
  width: 120px;
}
/* line 247, sass/_common.scss */
.header-pc .pc-menu ul.gnavi li.gnavi08 {
  width: 120px;
}
/* line 251, sass/_common.scss */
.header-pc .pc-menu ul.gnavi li.on a {
  background: transparent url("./images/border_yellow.png") center bottom 5px no-repeat;
  background-size: 80%;
}

@media only screen and (max-width: 768px) {
  /* line 262, sass/_common.scss */
  .head-block {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 50px;
    top: 0;
    line-height: 78px;
    line-height: 7.8rem;
    border-bottom: 1px solid #eaeaea;
  }
  /* line 272, sass/_common.scss */
  .head-block.open .sp-menu {
    height: 100;
    top: 0;
    bottom: auto;
    background: rgba(92, 133, 226, 0.9);
  }
  /* line 279, sass/_common.scss */
  .head-block .logo-block {
    width: calc(100% - 50px);
    float: left;
    padding-left: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    background: #fff;
  }
  /* line 286, sass/_common.scss */
  .head-block .logo-block h1.logo {
    float: left;
    text-align: left;
    width: 55%;
    max-width: 170px;
    height: 50px;
    background: transparent url("./images/logo.png") left center no-repeat;
    background-size: 100%;
  }
  /* line 294, sass/_common.scss */
  .head-block .logo-block h1.logo a {
    display: block;
    width: 100%;
    height: 50px;
  }
  /* line 298, sass/_common.scss */
  .head-block .logo-block h1.logo a span {
    display: none;
  }
  /* line 303, sass/_common.scss */
  .head-block .logo-block .call {
    float: right;
    width: 30%;
    max-width: 95px;
    padding: 0px 2.5%;
    line-height: 25px;
  }
  /* line 309, sass/_common.scss */
  .head-block .logo-block .call a {
    display: block;
    height: 50px;
    background: transparent url("./images/icon_call.png") right 48% no-repeat;
    background-size: 100%;
    text-indent: -9999px;
  }
  /* line 318, sass/_common.scss */
  .head-block .toggle-menu {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background: #5c85e2 url("./images/sp/icon_menu.png") center center no-repeat;
    background-size: 23px;
    cursor: pointer;
  }
  /* line 327, sass/_common.scss */
  .head-block .toggle-menu.close {
    background: #5c85e2 url("./images/sp/icon_close.png") center center no-repeat;
    background-size: 23px;
  }
}

@media print, screen and (min-width: 769px) {
  /* line 335, sass/_common.scss */
  .header-sp {
    display: none;
  }
}
/* line 339, sass/_common.scss */
.header-sp .sp-menu {
  position: absolute;
  display: none;
  width: 100%;
  height: calc( 100% - 60px );
  z-index: 100;
  overflow-y: scroll;
}
/* line 346, sass/_common.scss */
.header-sp .sp-menu ul.sp-menu-list {
  background: #5c85e2;
}
/* line 348, sass/_common.scss */
.header-sp .sp-menu ul.sp-menu-list li {
  position: relative;
  line-height: 50px;
  line-height: 5rem;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
  color: #fff;
  text-decoration: none;
}
/* line 355, sass/_common.scss */
.header-sp .sp-menu ul.sp-menu-list li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
/* line 360, sass/_common.scss */
.header-sp .sp-menu ul.sp-menu-list li.arrow-submenu {
  position: relative;
  padding-left: 0px;
}
/* line 363, sass/_common.scss */
.header-sp .sp-menu ul.sp-menu-list li.arrow-submenu span {
  padding-left: 10px;
}
/* line 365, sass/_common.scss */
.header-sp .sp-menu ul.sp-menu-list li.arrow-submenu span:after {
  content: '';
  display: block;
  position: absolute;
  background: transparent url("./images/sp/arrow_down.png") center no-repeat;
  background-size: 15px;
  width: 25px;
  height: 30px;
  top: 10px;
  right: 10px;
}
/* line 379, sass/_common.scss */
.header-sp .sp-menu ul.sp-menu-list li.arrow-submenu ul.sp-submenu li:before {
  content: '・';
  display: block;
  position: absolute;
  top: -8px;
  left: 7px;
}
/* line 389, sass/_common.scss */
.header-sp .sp-menu ul.sp-menu-list li.arrow-submenu.up {
  display: block;
}
/* line 392, sass/_common.scss */
.header-sp .sp-menu ul.sp-menu-list li.arrow-submenu.up span:after {
  background: transparent url("./images/sp/arrow_up.png") center no-repeat;
  background-size: 15px;
}
/* line 398, sass/_common.scss */
.header-sp .sp-menu ul.sp-menu-list li ul.sp-submenu {
  padding: 5px 0px;
  line-height: 18px;
  line-height: 1.8rem;
  border-top: 1px solid #fff;
  background: #6e91e2;
}
@media print, screen and (min-width: 769px) {
  /* line 398, sass/_common.scss */
  .header-sp .sp-menu ul.sp-menu-list li ul.sp-submenu {
    display: none;
  }
}
/* line 406, sass/_common.scss */
.header-sp .sp-menu ul.sp-menu-list li ul.sp-submenu li {
  padding-left: 0px;
  border-bottom: 0px;
  background: none;
}
/* line 410, sass/_common.scss */
.header-sp .sp-menu ul.sp-menu-list li ul.sp-submenu li a {
  display: block;
  padding: 5px 20px 5px 25px;
  font-size: 14px;
  line-height: 22px;
  line-height: 2.2rem;
  background: none;
}
/* line 416, sass/_common.scss */
.header-sp .sp-menu ul.sp-menu-list li ul.sp-submenu li a a:before {
  content: none;
}
/* line 420, sass/_common.scss */
.header-sp .sp-menu ul.sp-menu-list li ul.sp-submenu li .new {
  display: none;
}
/* line 428, sass/_common.scss */
.header-sp .overlay.on {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 51px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}

/* line 440, sass/_common.scss */
.service {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  /* line 440, sass/_common.scss */
  .service {
    width: 1090px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 440, sass/_common.scss */
  .service {
    padding: 0px 15px 15px 15px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 449, sass/_common.scss */
  .service ul.list-service {
    margin: 0px -1%;
  }
}
/* line 453, sass/_common.scss */
.service ul.list-service li {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  /* line 453, sass/_common.scss */
  .service ul.list-service li {
    width: 530px;
    margin: 0px 30px 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 453, sass/_common.scss */
  .service ul.list-service li {
    width: 48%;
    margin: 0px 1% 10px 1%;
  }
}
/* line 464, sass/_common.scss */
.service ul.list-service li a {
  display: block;
  position: relative;
  text-decoration: none;
}
/* line 468, sass/_common.scss */
.service ul.list-service li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  /* line 464, sass/_common.scss */
  .service ul.list-service li a {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 475, sass/_common.scss */
  .service ul.list-service li a img {
    width: 100%;
  }
}
/* line 480, sass/_common.scss */
.service ul.list-service li a .title {
  display: block;
  width: 100%;
  text-align: left;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  /* line 480, sass/_common.scss */
  .service ul.list-service li a .title {
    height: 90px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    padding: 10px 30px 0px 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 480, sass/_common.scss */
  .service ul.list-service li a .title {
    padding: 0px 6%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 498, sass/_common.scss */
  .service ul.list-service li a .title p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 498, sass/_common.scss */
  .service ul.list-service li a .title p {
    position: relative;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 507, sass/_common.scss */
  .service ul.list-service li a .title p:after {
    content: " ";
    display: block;
    padding-bottom: 3%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 514, sass/_common.scss */
  .service ul.list-service li a .title p:before {
    content: " ";
    display: block;
    padding-top: 7%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 522, sass/_common.scss */
  .service ul.list-service li a .title p.min-height {
    height: 14vw;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 528, sass/_common.scss */
.service ul.list-service li a .title p span.section {
  display: block;
}
@media print, screen and (min-width: 769px) {
  /* line 528, sass/_common.scss */
  .service ul.list-service li a .title p span.section {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 528, sass/_common.scss */
  .service ul.list-service li a .title p span.section {
    display: block;
    font-size: 4.3vw;
    line-height: 4.3vw;
  }
}
@media only screen and (max-width: 768px) {
  /* line 539, sass/_common.scss */
  .service ul.list-service li a .title p span.name {
    display: block;
    font-size: 3vw;
    line-height: 6vw;
  }
}
/* line 547, sass/_common.scss */
.service ul.list-service li a .title.service01 {
  background: rgba(66, 112, 218, 0.85);
}
/* line 550, sass/_common.scss */
.service ul.list-service li a .title.service02 {
  background: rgba(46, 174, 166, 0.85);
}
/* line 553, sass/_common.scss */
.service ul.list-service li a .title.service03 {
  background: rgba(159, 184, 22, 0.85);
}
/* line 556, sass/_common.scss */
.service ul.list-service li a .title.service04 {
  background: rgba(232, 176, 31, 0.85);
}
/* line 559, sass/_common.scss */
.service ul.list-service li a .title.service05 {
  background: rgba(236, 127, 113, 0.85);
}
/* line 562, sass/_common.scss */
.service ul.list-service li a .title.service06 {
  background: rgba(209, 94, 167, 0.85);
}
@media print, screen and (min-width: 769px) {
  /* line 567, sass/_common.scss */
  .service ul.list-service li:nth-child(even) {
    margin-right: 0;
  }
}

/* line 575, sass/_common.scss */
.news-list-block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  /* line 575, sass/_common.scss */
  .news-list-block {
    padding: 55px 40px 50px 40px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 575, sass/_common.scss */
  .news-list-block {
    margin: 0px 15px 40px 15px;
    padding: 30px 10px 15px 10px;
  }
}
/* line 585, sass/_common.scss */
.news-list-block ul.news-list li {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  /* line 585, sass/_common.scss */
  .news-list-block ul.news-list li {
    padding: 15px 0px;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 585, sass/_common.scss */
  .news-list-block ul.news-list li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 597, sass/_common.scss */
  .news-list-block ul.news-list li span {
    display: inline-block;
    width: 140px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  /* line 597, sass/_common.scss */
  .news-list-block ul.news-list li span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 608, sass/_common.scss */
.news-list-block ul.news-list li a {
  display: inline-block;
  /*				@include media(pc) {
  					position: absolute;
  					left: 230px;
  					width: calc( 100% - 240px );
  					max-width: 780px;
  				}
  				@include media(sp) {
  					display: block;
  				}
  */
}
/* line 620, sass/_common.scss */
.news-list-block ul.news-list li i.new {
  position: relative;
  display: inline-block;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) {
  /* line 620, sass/_common.scss */
  .news-list-block ul.news-list li i.new {
    width: 56px;
    height: 20px;
    top: 2px;
    left: 20px;
    background: transparent url("./images/icon_new.png") right center no-repeat;
    background-size: 56px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 620, sass/_common.scss */
  .news-list-block ul.news-list li i.new {
    width: 2.5em;
    height: 1em;
    top: 0.4em;
    vertical-align: top;
    background: transparent url("./images/icon_new.png") right top no-repeat;
    background-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 641, sass/_common.scss */
  .news-list-block ul.news-list li:last-child {
    margin-bottom: 0;
  }
}

/* line 650, sass/_common.scss */
.footer-area {
  color: #fff;
  background: #5c85e2;
}
@media print, screen and (min-width: 769px) {
  /* line 650, sass/_common.scss */
  .footer-area {
    width: 1120px;
    margin: 0px auto;
    padding: 55px 0px 50px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 650, sass/_common.scss */
  .footer-area {
    padding: 30px 15px;
  }
}
/* line 662, sass/_common.scss */
.footer-area .footer-logo {
  position: relative;
  vertical-align: top;
}
@media print, screen and (min-width: 769px) {
  /* line 662, sass/_common.scss */
  .footer-area .footer-logo {
    width: calc(100% - 535px);
    display: inline-block;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 671, sass/_common.scss */
  .footer-area .footer-logo .logo {
    position: absolute;
    width: 110px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 671, sass/_common.scss */
  .footer-area .footer-logo .logo {
    float: left;
    width: 45px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 681, sass/_common.scss */
  .footer-area .footer-logo .name {
    position: absolute;
    left: 120px;
    top: 3px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 681, sass/_common.scss */
  .footer-area .footer-logo .name {
    width: calc( 100% - 50px );
    float: left;
    margin-left: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    line-height: 1.7rem;
  }
}
/* line 694, sass/_common.scss */
.footer-area .footer-logo .name span.footer-name {
  display: block;
}
@media print, screen and (min-width: 769px) {
  /* line 694, sass/_common.scss */
  .footer-area .footer-logo .name span.footer-name {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 694, sass/_common.scss */
  .footer-area .footer-logo .name span.footer-name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 706, sass/_common.scss */
  .footer-area .footer-logo .address {
    position: absolute;
    left: 120px;
    top: 75px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 706, sass/_common.scss */
  .footer-area .footer-logo .address {
    clear: both;
    padding-top: 10px;
    line-height: 22px;
    line-height: 2.2rem;
  }
}
/* line 717, sass/_common.scss */
.footer-area .footer-logo .address span.telfax {
  display: block;
}
@media print, screen and (min-width: 769px) {
  /* line 717, sass/_common.scss */
  .footer-area .footer-logo .address span.telfax {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 717, sass/_common.scss */
  .footer-area .footer-logo .address span.telfax {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 730, sass/_common.scss */
  .footer-area .footer-btn.visible-pc {
    position: relative;
    top: 150px;
  }
  /* line 734, sass/_common.scss */
  .footer-area .footer-btn.visible-pc li {
    float: left;
    margin: 0px 20px 0px 0px;
  }
  /* line 737, sass/_common.scss */
  .footer-area .footer-btn.visible-pc li:last-child {
    margin-right: 0;
  }
  /* line 740, sass/_common.scss */
  .footer-area .footer-btn.visible-pc li a {
    display: block;
  }
  /* line 742, sass/_common.scss */
  .footer-area .footer-btn.visible-pc li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  /* line 730, sass/_common.scss */
  .footer-area .footer-btn.visible-pc {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 752, sass/_common.scss */
  .footer-area .footer-btn.visible-sp {
    margin: 30px auto 0px auto;
  }
  /* line 755, sass/_common.scss */
  .footer-area .footer-btn.visible-sp li {
    display: block;
    margin: 0px auto 15px auto;
  }
  /* line 758, sass/_common.scss */
  .footer-area .footer-btn.visible-sp li:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 752, sass/_common.scss */
  .footer-area .footer-btn.visible-sp {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 768, sass/_common.scss */
  .footer-area .time-table {
    display: inline-block;
    width: 530px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  /* line 768, sass/_common.scss */
  .footer-area .time-table {
    display: block;
    width: 100%;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 779, sass/_common.scss */
  .footer-area .time-table table {
    display: table;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 785, sass/_common.scss */
  .footer-area .time-table tbody {
    width: 100%;
  }
}
/* line 790, sass/_common.scss */
.footer-area .time-table th, .footer-area .time-table td {
  padding: 3px;
  text-align: center;
  border-bottom: 1px solid #2a5ac5;
}
/* line 796, sass/_common.scss */
.footer-area .time-table tr.bg-thead {
  color: #fff;
  border-bottom: 0px;
  background: #2a5ac5;
}
@media print, screen and (min-width: 769px) {
  /* line 796, sass/_common.scss */
  .footer-area .time-table tr.bg-thead {
    height: 45px;
    line-height: 45px;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 796, sass/_common.scss */
  .footer-area .time-table tr.bg-thead {
    height: 25px;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
/* line 810, sass/_common.scss */
.footer-area .time-table tr:last-child td {
  border-bottom: 0px;
}
/* line 814, sass/_common.scss */
.footer-area .time-table tr th {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  /* line 814, sass/_common.scss */
  .footer-area .time-table tr th {
    min-width: 40px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 814, sass/_common.scss */
  .footer-area .time-table tr th {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 822, sass/_common.scss */
  .footer-area .time-table tr th.align-left {
    min-width: 140px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 827, sass/_common.scss */
  .footer-area .time-table tr th.spacer {
    min-width: 20px;
  }
}
/* line 833, sass/_common.scss */
.footer-area .time-table tr td {
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  /* line 833, sass/_common.scss */
  .footer-area .time-table tr td {
    display: table-cell;
    padding: 6px 0px 6px 0px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 841, sass/_common.scss */
  .footer-area .time-table tr td.ampm {
    padding: 15px 0px 15px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 841, sass/_common.scss */
  .footer-area .time-table tr td.ampm {
    text-align: right;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 848, sass/_common.scss */
  .footer-area .time-table tr td.ampm img {
    height: 52px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 848, sass/_common.scss */
  .footer-area .time-table tr td.ampm img {
    max-width: 91%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 857, sass/_common.scss */
  .footer-area .time-table tr td img {
    max-width: 16px;
  }
}
/* line 865, sass/_common.scss */
.footer-area .time-table .note {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 869, sass/_common.scss */
.footer-area .time-table .note .note-list li {
  position: relative;
  margin-top: 5px;
  padding-left: 1.5em;
}
@media only screen and (max-width: 768px) {
  /* line 869, sass/_common.scss */
  .footer-area .time-table .note .note-list li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
/* line 877, sass/_common.scss */
.footer-area .time-table .note .note-list li:before {
  content: '※';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 887, sass/_common.scss */
.footer-area .time-table p {
  font-size: 13px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 769px) {
  /* line 887, sass/_common.scss */
  .footer-area .time-table p {
    margin-top: 5px;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 887, sass/_common.scss */
  .footer-area .time-table p {
    margin-top: 10px;
    line-height: 22px;
    line-height: 2.2rem;
  }
}

/* line 900, sass/_common.scss */
footer {
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  /* line 900, sass/_common.scss */
  footer {
    width: 1120px;
    margin: 0px auto;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 900, sass/_common.scss */
  footer {
    width: 100%;
    font-size: 10px;
    font-size: 1rem;
    padding-bottom: 70px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 913, sass/_common.scss */
  footer span {
    display: inline-block;
  }
}

/* line 920, sass/_common.scss */
#topcontrol {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0px;
  width: 50px;
  right: 1%;
  bottom: 40px;
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  /* line 934, sass/_common.scss */
  .contents-area {
    width: 1120px;
    margin: 30px auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  /* line 934, sass/_common.scss */
  .contents-area {
    padding: 0px 10px;
  }
}

@media print, screen and (min-width: 769px) {
  /* line 946, sass/_common.scss */
  section {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 946, sass/_common.scss */
  section {
    margin-bottom: 30px;
  }
}

/* line 955, sass/_common.scss */
.tbl-basic {
  width: 100%;
  border-top: 1px solid #dbdbdb;
}
/* line 958, sass/_common.scss */
.tbl-basic tr {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}
/* line 962, sass/_common.scss */
.tbl-basic tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  /* line 962, sass/_common.scss */
  .tbl-basic tr td {
    padding: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 962, sass/_common.scss */
  .tbl-basic tr td {
    padding: 15px;
  }
}
/* line 971, sass/_common.scss */
.tbl-basic tr td:nth-child(odd) {
  background: #fff8e4;
}
@media print, screen and (min-width: 769px) {
  /* line 971, sass/_common.scss */
  .tbl-basic tr td:nth-child(odd) {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 971, sass/_common.scss */
  .tbl-basic tr td:nth-child(odd) {
    border-bottom: 1px solid #dbdbdb;
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 982, sass/_common.scss */
  .tbl-basic tr td:nth-child(even) {
    display: block;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  /* line 991, sass/_common.scss */
  .tbl-blue {
    margin: 5px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 991, sass/_common.scss */
  .tbl-blue {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 998, sass/_common.scss */
  .tbl-blue tr {
    border-bottom: 0px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 1002, sass/_common.scss */
  .tbl-blue tr td {
    padding: 25px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1002, sass/_common.scss */
  .tbl-blue tr td {
    padding: 5px 10px;
  }
}
/* line 1009, sass/_common.scss */
.tbl-blue tr td:nth-child(odd) {
  background: #fff;
}
/* line 1012, sass/_common.scss */
.tbl-blue tr td:nth-child(even) {
  border-bottom: 1px solid #dbdbdb;
}
/* line 1015, sass/_common.scss */
.tbl-blue tr td:first-child {
  background: #2a5ac5;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  /* line 1015, sass/_common.scss */
  .tbl-blue tr td:first-child {
    min-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1015, sass/_common.scss */
  .tbl-blue tr td:first-child {
    font-weight: bold;
  }
}

/* line 1028, sass/_common.scss */
.pagination {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  /* line 1028, sass/_common.scss */
  .pagination {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1028, sass/_common.scss */
  .pagination {
    margin-top: 30px;
  }
}
/* line 1036, sass/_common.scss */
.pagination .page-numbers {
  display: inline-block;
  margin: 0px 2px;
  border: 1px solid #dbdbdb;
}
@media print, screen and (min-width: 769px) {
  /* line 1036, sass/_common.scss */
  .pagination .page-numbers {
    padding: 8px 12px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1036, sass/_common.scss */
  .pagination .page-numbers {
    padding: 4px 8px;
  }
}
/* line 1046, sass/_common.scss */
.pagination .page-numbers.current {
  border: solid 1px #2a5ac5;
  color: #fff;
  background: #2a5ac5;
}
/* line 1052, sass/_common.scss */
.pagination .screen-reader-text {
  display: none;
}

/* line 1056, sass/_common.scss */
h2.icon-h2 {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  /* line 1056, sass/_common.scss */
  h2.icon-h2 {
    padding: 30px 0px 20px 0px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 70px;
    line-height: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1056, sass/_common.scss */
  h2.icon-h2 {
    padding: 20px 0px 15px 0px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 1068, sass/_common.scss */
  h2.icon-h2 img {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1068, sass/_common.scss */
  h2.icon-h2 img {
    max-width: 35px;
    margin-right: 10px;
  }
}

/* line 1078, sass/_common.scss */
h2.ttl-h2 {
  background: #9cb7f5;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  /* line 1078, sass/_common.scss */
  h2.ttl-h2 {
    height: 82px;
    min-width: 1120px;
    margin: 0px auto;
    font-weight: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 82px;
    line-height: 8.2rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1078, sass/_common.scss */
  h2.ttl-h2 {
    padding: 0px 10px;
    min-height: 40px;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 40px;
    line-height: 4rem;
  }
}

/* line 1098, sass/_common.scss */
h3.ttl-h3 {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  /* line 1098, sass/_common.scss */
  h3.ttl-h3 {
    margin: 60px auto 30px auto;
    padding-bottom: 15px;
    font-size: 30px;
    font-size: 3rem;
    font-weight: normal;
    background: transparent url("./images/ttl_h3.png") left bottom no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1098, sass/_common.scss */
  h3.ttl-h3 {
    margin: 30px auto 15px auto;
    padding-bottom: 8px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 38px;
    line-height: 3.8rem;
    border-bottom: 1px solid #0f3faf;
  }
}

/* line 1115, sass/_common.scss */
h4.ttl-h4 {
  width: 100%;
  color: #0f3faf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #c8d9ff;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  /* line 1115, sass/_common.scss */
  h4.ttl-h4 {
    min-height: 52px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    line-height: 42px;
    line-height: 4.2rem;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1115, sass/_common.scss */
  h4.ttl-h4 {
    margin: 30px auto 15px auto;
    padding-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
  }
}
/* line 1134, sass/_common.scss */
h4.ttl-h4 span {
  display: block;
  background: transparent url("./images/ttl_h4.png") left top repeat-y;
}
@media print, screen and (min-width: 769px) {
  /* line 1134, sass/_common.scss */
  h4.ttl-h4 span {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1134, sass/_common.scss */
  h4.ttl-h4 span {
    padding-left: 10px;
  }
}

/*about,doctor,news,recruit,seminar,top以外共通*/
/* line 1146, sass/_common.scss */
.text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
}
/* line 1149, sass/_common.scss */
.text .ttl {
  display: block;
  color: #0f3faf;
}
@media print, screen and (min-width: 769px) {
  /* line 1149, sass/_common.scss */
  .text .ttl {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1149, sass/_common.scss */
  .text .ttl {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
  }
}

/* line 1164, sass/_common.scss */
.dot {
  display: block;
  position: relative;
  padding-left: 1em;
}
/* line 1168, sass/_common.scss */
.dot:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  content: "・";
  pointer-events: none;
}

/* line 1178, sass/_common.scss */
.btn-default {
  width: 14em;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  /* line 1178, sass/_common.scss */
  .btn-default {
    margin: 60px auto 30px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1178, sass/_common.scss */
  .btn-default {
    margin: 30px auto;
  }
}
/* line 1187, sass/_common.scss */
.btn-default a {
  display: block;
  color: #fff;
  background: #5c85e2;
  -moz-box-shadow: rgba(36, 77, 168, 0.8) 0 2px 0 0;
  -webkit-box-shadow: rgba(36, 77, 168, 0.8) 0 2px 0 0;
  box-shadow: rgba(36, 77, 168, 0.8) 0 2px 0 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  /* line 1187, sass/_common.scss */
  .btn-default a {
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1187, sass/_common.scss */
  .btn-default a {
    padding: 8px 0px;
  }
}
/* line 1199, sass/_common.scss */
.btn-default a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  /* line 1205, sass/_common.scss */
  .btn-reserve.visible-sp {
    width: 100%;
    text-align: center;
    margin: 15px auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 1211, sass/_common.scss */
  .btn-reserve.visible-sp a {
    display: block;
    -moz-box-shadow: rgba(217, 163, 0, 0.8) 0 2px 0 0;
    -webkit-box-shadow: rgba(217, 163, 0, 0.8) 0 2px 0 0;
    box-shadow: rgba(217, 163, 0, 0.8) 0 2px 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 18%;
    color: #fff;
    background: #ffc000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 1219, sass/_common.scss */
  .btn-reserve.visible-sp a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  /* line 1223, sass/_common.scss */
  .btn-reserve.visible-sp a img {
    width: auto;
    margin: 0px auto;
  }
}

/* line 1230, sass/_common.scss */
.text-red {
  color: #ee0000;
}

/* line 1233, sass/_common.scss */
.blue-box {
  border: 1px solid #0f3faf;
  padding: 20px 30px 30px 30px;
}

/* line 1237, sass/_common.scss */
.bg-lightblue {
  background: #eef8fe;
}

/* line 1240, sass/_common.scss */
.footer-blue {
  background: #5c85e2;
}
@media print, screen and (min-width: 769px) {
  /* line 1240, sass/_common.scss */
  .footer-blue {
    width: 100%;
  }
}

/* no-smoking apnea children*/
/* line 1247, sass/_common.scss */
.bg-deepblue {
  color: #fff;
  background: #2a5ac5;
}
/* line 1250, sass/_common.scss */
.bg-deepblue.ttl {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
}
@media print, screen and (min-width: 769px) {
  /* line 1250, sass/_common.scss */
  .bg-deepblue.ttl {
    padding-left: 20px;
    line-height: 60px;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1250, sass/_common.scss */
  .bg-deepblue.ttl {
    font-size: 20px;
    font-size: 2rem;
    padding: 5px 10px;
  }
}

/* line 1263, sass/_common.scss */
.deepblue-box {
  border: 1px solid #2a5ac5;
}
@media print, screen and (min-width: 769px) {
  /* line 1263, sass/_common.scss */
  .deepblue-box {
    padding: 20px 30px 30px 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1263, sass/_common.scss */
  .deepblue-box {
    padding: 10px;
  }
}
/* line 1271, sass/_common.scss */
.deepblue-box li {
  margin-bottom: 10px;
}

/* line 1275, sass/_common.scss */
.ban-call {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #5c85e2;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
@media print, screen and (min-width: 769px) {
  /* line 1275, sass/_common.scss */
  .ban-call {
    margin-top: 30px;
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1275, sass/_common.scss */
  .ban-call {
    margin: 40px auto 0px auto;
    padding: 10px 0px 14px 0px;
  }
}
/* line 1288, sass/_common.scss */
.ban-call .align-center {
  display: table;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  /* line 1291, sass/_common.scss */
  .ban-call .align-center span {
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1291, sass/_common.scss */
  .ban-call .align-center span {
    width: 65%;
    display: block;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1301, sass/_common.scss */
  .ban-call .align-center span img {
    vertical-align: top;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 1306, sass/_common.scss */
  .ban-call .align-center span:first-child {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 1314, sass/_common.scss */
  .service-btn {
    margin: 1px -10px 0px -10px;
  }
}
/* line 1321, sass/_common.scss */
.service-btn ul li {
  float: left;
  margin-bottom: 1px;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  /* line 1321, sass/_common.scss */
  .service-btn ul li {
    width: 373px;
    margin-right: 1px;
    height: 50px;
    line-height: 50px;
    line-height: 5rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1321, sass/_common.scss */
  .service-btn ul li {
    width: calc(( 100% - 1px )/2);
    margin-right: 1px;
    height: 30px;
    line-height: 30px;
    line-height: 3rem;
    font-weight: bold;
  }
}
/* line 1340, sass/_common.scss */
.service-btn ul li a {
  display: block;
  color: #fff;
  background: #b7b7b7;
}
/* line 1344, sass/_common.scss */
.service-btn ul li a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  /* line 1348, sass/_common.scss */
  .service-btn ul li:nth-child(3n) {
    width: 372px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1354, sass/_common.scss */
  .service-btn ul li:nth-child(even) {
    margin-right: 0;
  }
}
/* line 1359, sass/_common.scss */
.service-btn ul li.service01 a:hover, .service-btn ul li.service01.on a {
  background: #4270da;
}
/* line 1362, sass/_common.scss */
.service-btn ul li.service02 a:hover, .service-btn ul li.service02.on a {
  background: #2eaea6;
}
/* line 1365, sass/_common.scss */
.service-btn ul li.service03 a:hover, .service-btn ul li.service03.on a {
  background: #9fb816;
}
/* line 1368, sass/_common.scss */
.service-btn ul li.service04 a:hover, .service-btn ul li.service04.on a {
  background: #e8b01f;
}
/* line 1371, sass/_common.scss */
.service-btn ul li.service05 a:hover, .service-btn ul li.service05.on a {
  background: #ec7f71;
}
/* line 1374, sass/_common.scss */
.service-btn ul li.service06 a:hover, .service-btn ul li.service06.on a {
  background: #d15ea7;
}
@media only screen and (max-width: 768px) {
  /* line 1378, sass/_common.scss */
  .service-btn ul li.service01 a:hover, .service-btn ul li.service02 a:hover, .service-btn ul li.service03 a:hover, .service-btn ul li.service04 a:hover, .service-btn ul li.service05 a:hover, .service-btn ul li.service06 a:hover {
    background: #b7b7b7;
  }
}

@media only screen and (max-width: 768px) {
  /* line 1388, sass/_common.scss */
  #page-404 .contents-area {
    margin-top: 40px;
  }
}

/*plugin*/
/* line 1395, sass/_common.scss */
p a.cboxElement {
  display: inline-block;
}

/*lightbox*/
/* line 1399, sass/_common.scss */
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.9) !important;
}

/* line 1402, sass/_common.scss */
#swipebox-bottom-bar {
  display: none;
}

/* line 1405, sass/_common.scss */
#swipebox-slider .slide.current img {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  /* line 1405, sass/_common.scss */
  #swipebox-slider .slide.current img {
    max-width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1405, sass/_common.scss */
  #swipebox-slider .slide.current img {
    max-width: 90%;
  }
}

/* line 3, sass/_top.scss */
#top {
  	/*
  	@media only screen and (max-width: 1120px){
  		@include media(pc) {
  		  overflow-x: hidden;
  		}
  	}
  */
}
@media print, screen and (min-width: 769px) {
  /* line 3, sass/_top.scss */
  #top {
    overflow-x: hidden;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 14, sass/_top.scss */
  #top .header-pc .pc-menu {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 19, sass/_top.scss */
  #top .contents-area {
    width: auto;
    margin: 0px auto;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 19, sass/_top.scss */
  #top .contents-area {
    padding: 0px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 28, sass/_top.scss */
  #top .contents-area .mainvisual-area {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 28, sass/_top.scss */
  #top .contents-area .mainvisual-area {
    overflow-x: hidden;
  }
}
/* line 36, sass/_top.scss */
#top .contents-area .mainvisual-area .slider {
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  /* line 36, sass/_top.scss */
  #top .contents-area .mainvisual-area .slider {
    height: 450px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 42, sass/_top.scss */
  #top .contents-area .mainvisual-area .slider .slick-dots {
    bottom: -25px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 48, sass/_top.scss */
  #top .contents-area .mainvisual-area .slide_all {
    min-width: 1120px;
    height: 450px;
    margin: 0 auto;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  /* line 48, sass/_top.scss */
  #top .contents-area .mainvisual-area .slide_all {
    position: relative;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 59, sass/_top.scss */
  #top .contents-area .mainvisual-area .slide_all .slide_wrap {
    width: 2430px;
    position: absolute;
    left: 50%;
    margin-left: -1215px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 70, sass/_top.scss */
  #top .service {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 70, sass/_top.scss */
  #top .service {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 78, sass/_top.scss */
  #top .top-news {
    padding: 0px 0px 90px 0px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 82, sass/_top.scss */
  #top .top-news h2.icon-h2 {
    padding: 0px 0px 0px 0px;
    margin: 40px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 82, sass/_top.scss */
  #top .top-news h2.icon-h2 {
    margin: 0;
    padding: 5px 0px 0px 0px;
  }
}
/* line 92, sass/_top.scss */
#top .top-news .news-list-block {
  position: relative;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  /* line 92, sass/_top.scss */
  #top .top-news .news-list-block {
    width: 1090px;
    margin: 0px auto;
    padding: 15px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 92, sass/_top.scss */
  #top .top-news .news-list-block {
    margin: 0px 15px 15px 15px;
    padding: 15px 10px;
  }
}
/* line 104, sass/_top.scss */
#top .top-news .news-list-block .link-list {
  display: block;
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  /* line 104, sass/_top.scss */
  #top .top-news .news-list-block .link-list {
    top: -5px;
    right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 104, sass/_top.scss */
  #top .top-news .news-list-block .link-list {
    top: 0px;
    right: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 118, sass/_top.scss */
  #top .ban-area {
    width: 1090px;
    margin: 60px auto 70px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 118, sass/_top.scss */
  #top .ban-area {
    margin-top: 30px;
    padding: 0px 15px;
  }
}
/* line 128, sass/_top.scss */
#top .ban-area .ban-list li {
  /*バナー個数*/
}
@media print, screen and (min-width: 769px) {
  /* line 128, sass/_top.scss */
  #top .ban-area .ban-list li {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  /* line 128, sass/_top.scss */
  #top .ban-area .ban-list li {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 128, sass/_top.scss */
  #top .ban-area .ban-list li {
    width: calc(( 100% - 30px ) / 2 );
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
/* line 156, sass/_top.scss */
#top .ban-area .ban-list li:nth-child(even) {
  margin-right: 0px;
}
/* line 160, sass/_top.scss */
#top .ban-area .ban-list li a {
  display: block;
}
@media only screen and (max-width: 768px) {
  /* line 160, sass/_top.scss */
  #top .ban-area .ban-list li a {
    text-align: center;
  }
}
/* line 169, sass/_top.scss */
#top .btn-reserve.visible-sp {
  padding: 0px 15px;
}

/* line 3, sass/_service.scss */
#service {
  /* 各心療科　共通 */
  /*circulatory*/
  /* children */
  /* hospitalization */
  /*medical-checkup*/
}
@media print, screen and (min-width: 769px) {
  /* line 4, sass/_service.scss */
  #service .contents-area {
    margin-bottom: 115px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 4, sass/_service.scss */
  #service .contents-area {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 12, sass/_service.scss */
  #service section {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 17, sass/_service.scss */
  #service .service {
    margin-top: 60px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 17, sass/_service.scss */
  #service .service {
    padding: 30px 0px 20px 0px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 26, sass/_service.scss */
  #service .mainvisual-area {
    margin-bottom: 60px;
  }
}
/* line 31, sass/_service.scss */
#service .photo {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  /* line 31, sass/_service.scss */
  #service .photo {
    margin: 30px auto 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 31, sass/_service.scss */
  #service .photo {
    margin: 15px auto 0px auto;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 42, sass/_service.scss */
  #service .prof {
    float: left;
    width: calc( 100% - 545px );
  }
}
@media only screen and (max-width: 768px) {
  /* line 42, sass/_service.scss */
  #service .prof {
    display: block;
  }
}
/* line 50, sass/_service.scss */
#service .prof .ttl {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  /* line 50, sass/_service.scss */
  #service .prof .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 50, sass/_service.scss */
  #service .prof .ttl {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
/* line 59, sass/_service.scss */
#service .prof .ttl span {
  display: block;
  margin-top: 3px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  /* line 65, sass/_service.scss */
  #service .prof dl {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
}
/* line 70, sass/_service.scss */
#service .prof dl dt {
  vertical-align: top;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  /* line 70, sass/_service.scss */
  #service .prof dl dt {
    display: inline-block;
    width: 135px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 70, sass/_service.scss */
  #service .prof dl dt {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 82, sass/_service.scss */
  #service .prof dl dt.visible-pc {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 88, sass/_service.scss */
  #service .prof dl dd {
    display: inline-block;
    width: 400px;
    line-height: 30px;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 88, sass/_service.scss */
  #service .prof dl dd {
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 100, sass/_service.scss */
  #service .prof dl dd ul {
    margin-left: -0.3em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 105, sass/_service.scss */
  #service .prof dl dd.margin-sp {
    margin-bottom: 0;
  }
}
/* line 113, sass/_service.scss */
#service .comment {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  /* line 113, sass/_service.scss */
  #service .comment {
    float: left;
    width: 545px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 113, sass/_service.scss */
  #service .comment {
    display: block;
    padding: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 126, sass/_service.scss */
#service .medical-list li {
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  /* line 126, sass/_service.scss */
  #service .medical-list li {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 126, sass/_service.scss */
  #service .medical-list li {
    margin-bottom: 25px;
  }
}
/* line 134, sass/_service.scss */
#service .medical-list li:last-child {
  margin-top: 0;
}
@media print, screen and (min-width: 769px) {
  /* line 137, sass/_service.scss */
  #service .medical-list li .dot {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 137, sass/_service.scss */
  #service .medical-list li .dot {
    margin-bottom: 7px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
/* line 148, sass/_service.scss */
#service .medical-list li .text {
  line-height: 28px;
  line-height: 2.8rem;
}
@media print, screen and (min-width: 769px) {
  /* line 148, sass/_service.scss */
  #service .medical-list li .text {
    padding-left: 2.6em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 148, sass/_service.scss */
  #service .medical-list li .text {
    padding-left: 1.2em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 159, sass/_service.scss */
  #service .medical-list li.note {
    padding-left: 1.2em;
  }
}
/* line 167, sass/_service.scss */
#service .medical-list.drawer li .dot {
  color: #0077dd;
  cursor: pointer;
  position: relative;
}
/* line 171, sass/_service.scss */
#service .medical-list.drawer li .dot:before {
  color: #000;
}
@media print, screen and (min-width: 769px) {
  /* line 167, sass/_service.scss */
  #service .medical-list.drawer li .dot {
    display: inline;
    padding-right: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 167, sass/_service.scss */
  #service .medical-list.drawer li .dot {
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 2.5rem;
  }
}
/* line 182, sass/_service.scss */
#service .medical-list.drawer li .dot i {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent url("./images/icon_plus_y.png") left top no-repeat;
  background-size: 20px;
}
@media print, screen and (min-width: 769px) {
  /* line 182, sass/_service.scss */
  #service .medical-list.drawer li .dot i {
    top: 0px;
    right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 182, sass/_service.scss */
  #service .medical-list.drawer li .dot i {
    top: 0px;
    right: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 200, sass/_service.scss */
  #service .medical-list.drawer li.on .dot i {
    background: transparent url("./images/icon_minus_y.png") left top no-repeat;
    background-size: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 206, sass/_service.scss */
  #service .medical-list.drawer li .text {
    display: inline-block;
    width: 65%;
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 213, sass/_service.scss */
  #service .medical-list.drawer li .photo {
    display: inline-block;
    margin-top: 0;
    width: 30%;
    text-align: right;
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  /* line 213, sass/_service.scss */
  #service .medical-list.drawer li .photo {
    margin: 20px auto;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 225, sass/_service.scss */
  #service .medical-list.drawer li .photo img {
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  /* line 225, sass/_service.scss */
  #service .medical-list.drawer li .photo img {
    display: block;
    margin: 0px auto;
  }
}
/* line 235, sass/_service.scss */
#service .medical-list.drawer li .opened {
  font-weight: bold;
  display: block;
}
/* line 238, sass/_service.scss */
#service .medical-list.drawer li .opened i {
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  /* line 245, sass/_service.scss */
  #service .medical-list.drawer.without-image li .text {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 258, sass/_service.scss */
  #service .blue-box {
    padding: 20px 30px 30px 30px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 266, sass/_service.scss */
  #service .circulatory .medical-list li:last-child {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 266, sass/_service.scss */
  #service .circulatory .medical-list li:last-child {
    margin-top: 40px;
  }
}
/* line 279, sass/_service.scss */
#service .children .medical-list-block h5.ttl-h5 {
  color: #0f3faf;
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  /* line 279, sass/_service.scss */
  #service .children .medical-list-block h5.ttl-h5 {
    margin: 40px 0px;
    padding: 15px 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 279, sass/_service.scss */
  #service .children .medical-list-block h5.ttl-h5 {
    margin: 15px 0px 20px 0px;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 293, sass/_service.scss */
#service .children .medical-list-block .bg-blue {
  background: #c8d9ff;
}
@media print, screen and (min-width: 769px) {
  /* line 296, sass/_service.scss */
  #service .children .medical-list-block .sub-list {
    padding-left: 2.5em;
  }
}
/* line 300, sass/_service.scss */
#service .children .medical-list-block .sub-list span {
  display: block;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
}
/* line 305, sass/_service.scss */
#service .children .medical-list-block .sub-list li {
  margin-bottom: 0;
}
/* line 311, sass/_service.scss */
#service .children .genkinako time {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #0f3faf;
}
/* line 317, sass/_service.scss */
#service .children .genkinako .refer-list {
  margin-top: 20px;
}
/* line 319, sass/_service.scss */
#service .children .genkinako .refer-list li {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  /* line 326, sass/_service.scss */
  #service .hospitalization {
    padding: 0px 10px !important;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 330, sass/_service.scss */
  #service .hospitalization section {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 330, sass/_service.scss */
  #service .hospitalization section {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 338, sass/_service.scss */
  #service .hospitalization .mainvisual-area {
    margin-bottom: 60px;
  }
}
/* line 343, sass/_service.scss */
#service .hospitalization .text-blue {
  font-weight: bold;
  color: #0f3faf;
}
@media print, screen and (min-width: 769px) {
  /* line 343, sass/_service.scss */
  #service .hospitalization .text-blue {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 343, sass/_service.scss */
  #service .hospitalization .text-blue {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 353, sass/_service.scss */
  #service .hospitalization .text-blue.example {
    margin: 30px 0px 15px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 353, sass/_service.scss */
  #service .hospitalization .text-blue.example {
    margin: 40px 0px 10px 0px;
  }
}
/* line 362, sass/_service.scss */
#service .hospitalization .feature-list {
  background: #e7f4ff;
}
@media print, screen and (min-width: 769px) {
  /* line 362, sass/_service.scss */
  #service .hospitalization .feature-list {
    padding: 20px 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 362, sass/_service.scss */
  #service .hospitalization .feature-list {
    margin: 20px auto 40px auto;
    padding: 20px 15px;
  }
}
/* line 372, sass/_service.scss */
#service .hospitalization .feature-list li {
  margin-bottom: 5px;
}
/* line 374, sass/_service.scss */
#service .hospitalization .feature-list li:last-child {
  padding-left: 1em;
}
/* line 380, sass/_service.scss */
#service .hospitalization .ttl-black {
  font-size: 20px;
  font-size: 2rem;
}
@media print, screen and (min-width: 769px) {
  /* line 380, sass/_service.scss */
  #service .hospitalization .ttl-black {
    margin: 30px 0px 15px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 380, sass/_service.scss */
  #service .hospitalization .ttl-black {
    margin: 40px 0px 20px 0px;
    font-weight: bold;
  }
}
/* line 390, sass/_service.scss */
#service .hospitalization .check-box {
  margin-bottom: 10px;
}
/* line 392, sass/_service.scss */
#service .hospitalization .check-box li {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  margin-right: 1.5em;
}
@media only screen and (max-width: 768px) {
  /* line 392, sass/_service.scss */
  #service .hospitalization .check-box li {
    width: calc( 49% - 3em);
  }
}
/* line 400, sass/_service.scss */
#service .hospitalization .check-box li:before {
  display: block;
  content: '';
  position: absolute;
  top: 0.45em;
  left: 0em;
  width: 12px;
  height: 12px;
  border: 1px solid #777;
}
@media only screen and (max-width: 768px) {
  /* line 413, sass/_service.scss */
  #service .hospitalization .check-box li:last-child {
    width: calc( 95% - 3em );
  }
}
/* line 420, sass/_service.scss */
#service .hospitalization .room-fee {
  margin-top: 50px;
}
@media print, screen and (min-width: 769px) {
  /* line 422, sass/_service.scss */
  #service .hospitalization .room-fee .photo {
    display: table;
    width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 422, sass/_service.scss */
  #service .hospitalization .room-fee .photo {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 431, sass/_service.scss */
  #service .hospitalization .room-fee .photo span {
    display: table-cell;
    width: 50%;
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  /* line 431, sass/_service.scss */
  #service .hospitalization .room-fee .photo span {
    display: block;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 441, sass/_service.scss */
  #service .hospitalization .room-fee .photo span:first-child {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  /* line 441, sass/_service.scss */
  #service .hospitalization .room-fee .photo span:first-child {
    margin-bottom: 15px;
  }
}
/* line 454, sass/_service.scss */
#service .daily-life .column {
  margin-bottom: 40px;
}
/* line 457, sass/_service.scss */
#service .daily-life h5.ttl-h5 {
  color: #0f3faf;
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  /* line 457, sass/_service.scss */
  #service .daily-life h5.ttl-h5 {
    margin: 40px 0px 20px 0px;
    padding: 15px 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 457, sass/_service.scss */
  #service .daily-life h5.ttl-h5 {
    margin: 15px 0px 20px 0px;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
/* line 472, sass/_service.scss */
#service .daily-life .bg-blue {
  background: #c8d9ff;
}
@media print, screen and (min-width: 769px) {
  /* line 476, sass/_service.scss */
  #service .daily-life .stuff-list dt, #service .daily-life .stuff-list dd {
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 476, sass/_service.scss */
  #service .daily-life .stuff-list dt, #service .daily-life .stuff-list dd {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 485, sass/_service.scss */
  #service .daily-life .stuff-list dt {
    width: 150px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 490, sass/_service.scss */
  #service .daily-life .stuff-list dd {
    width: calc( 100% - 156px );
  }
}
@media only screen and (max-width: 768px) {
  /* line 490, sass/_service.scss */
  #service .daily-life .stuff-list dd {
    margin-bottom: 20px;
  }
}
/* line 499, sass/_service.scss */
#service .daily-life .note {
  margin-top: 30px;
}
/* line 501, sass/_service.scss */
#service .daily-life .note li {
  font-size: 14px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 769px) {
  /* line 501, sass/_service.scss */
  #service .daily-life .note li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 501, sass/_service.scss */
  #service .daily-life .note li {
    margin-bottom: 20px;
  }
}
/* line 511, sass/_service.scss */
#service .daily-life .ttl-black {
  margin: 20px 0px;
}
/* line 514, sass/_service.scss */
#service .daily-life .tbl-blue {
  margin: 0px 0px 40px 0px;
}
@media print, screen and (min-width: 769px) {
  /* line 514, sass/_service.scss */
  #service .daily-life .tbl-blue {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 514, sass/_service.scss */
  #service .daily-life .tbl-blue {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 523, sass/_service.scss */
  #service .daily-life .dot {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 523, sass/_service.scss */
  #service .daily-life .dot {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 534, sass/_service.scss */
  #service .medicalcheck section {
    margin-bottom: 80px;
  }
}
/* line 539, sass/_service.scss */
#service .medicalcheck a.icon-link {
  position: relative;
  padding-right: 1.25em;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  background: transparent url("./images/icon_link.png") right center no-repeat;
}
/* line 547, sass/_service.scss */
#service .medicalcheck .ttl-h5 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  /* line 547, sass/_service.scss */
  #service .medicalcheck .ttl-h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 555, sass/_service.scss */
#service .medicalcheck .tbl-basic {
  margin-bottom: 10px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 555, sass/_service.scss */
  #service .medicalcheck .tbl-basic {
    display: table;
  }
}
/* line 561, sass/_service.scss */
#service .medicalcheck .tbl-basic td {
  border-right: 1px solid #dbdbdb;
}
@media only screen and (max-width: 768px) {
  /* line 561, sass/_service.scss */
  #service .medicalcheck .tbl-basic td {
    padding: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
/* line 568, sass/_service.scss */
#service .medicalcheck .tbl-basic td:nth-child(odd) {
  width: auto;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  /* line 568, sass/_service.scss */
  #service .medicalcheck .tbl-basic td:nth-child(odd) {
    display: table-cell;
  }
}
@media only screen and (max-width: 768px) {
  /* line 575, sass/_service.scss */
  #service .medicalcheck .tbl-basic td:nth-child(even) {
    display: table-cell;
    width: auto;
  }
}
/* line 581, sass/_service.scss */
#service .medicalcheck .tbl-basic td:last-child {
  border-right: 0px;
}
/* line 586, sass/_service.scss */
#service .medicalcheck .tbl-basic thead tr {
  color: #fff;
  background: #2a5ac5;
}
/* line 589, sass/_service.scss */
#service .medicalcheck .tbl-basic thead tr th {
  padding: 25px;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  /* line 589, sass/_service.scss */
  #service .medicalcheck .tbl-basic thead tr th {
    padding: 5px 10px;
    font-weight: bold;
  }
}
/* line 596, sass/_service.scss */
#service .medicalcheck .tbl-basic thead tr th:last-child {
  border-right: 0px;
}
/* line 603, sass/_service.scss */
#service .medicalcheck .text-red {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding-left: 0.3em;
}
/* line 608, sass/_service.scss */
#service .medicalcheck .thead {
  width: 100%;
  padding: 10px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #2a5ac5;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media only screen and (max-width: 768px) {
  /* line 608, sass/_service.scss */
  #service .medicalcheck .thead {
    padding: 5px 10px;
    font-weight: bold;
  }
}
/* line 621, sass/_service.scss */
#service .medicalcheck .blue-box {
  padding-left: 45px;
}
/* line 624, sass/_service.scss */
#service .medicalcheck .blue-box .column li {
  padding-left: 15px;
  list-style-type: decimal;
  list-style-position: outside;
}
/* line 631, sass/_service.scss */
#service .medicalcheck .sub-column {
  margin-top: 20px;
}
@media print, screen and (min-width: 769px) {
  /* line 635, sass/_service.scss */
  #service .medicalcheck .with-image .text {
    display: inline-block;
    width: calc( 100% - 305px );
  }
}
@media print, screen and (min-width: 769px) {
  /* line 641, sass/_service.scss */
  #service .medicalcheck .with-image .photo {
    display: inline-block;
    margin-top: 0;
    width: 300px;
    text-align: right;
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  /* line 641, sass/_service.scss */
  #service .medicalcheck .with-image .photo {
    margin: 20px auto;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 653, sass/_service.scss */
  #service .medicalcheck .with-image .photo img {
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  /* line 653, sass/_service.scss */
  #service .medicalcheck .with-image .photo img {
    display: block;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 664, sass/_service.scss */
  #service .medicalcheck #tokutei, #service .medicalcheck #doc, #service .medicalcheck #program {
    margin-top: -60px;
    padding-top: 30px;
  }
}
/* line 670, sass/_service.scss */
#service .medicalcheck .bg-lightblue {
  margin: 20px 0px 10px 0px;
}
@media print, screen and (min-width: 769px) {
  /* line 670, sass/_service.scss */
  #service .medicalcheck .bg-lightblue {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 670, sass/_service.scss */
  #service .medicalcheck .bg-lightblue {
    padding: 15px;
  }
}
/* line 680, sass/_service.scss */
#service .medicalcheck h5.ttl-blue {
  margin: 30px 0px 20px 0px;
  color: #0f3faf;
}
@media print, screen and (min-width: 769px) {
  /* line 680, sass/_service.scss */
  #service .medicalcheck h5.ttl-blue {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 680, sass/_service.scss */
  #service .medicalcheck h5.ttl-blue {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 769px) {
  /* line 4, sass/_about.scss */
  #about .contents-area {
    margin-bottom: 115px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 12, sass/_about.scss */
  #about .greeting .photo {
    float: right;
    margin: 0px 0px 40px 35px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 12, sass/_about.scss */
  #about .greeting .photo {
    width: 100%;
    margin: 0px auto 15px auto;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 23, sass/_about.scss */
  #about .greeting p.text {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 23, sass/_about.scss */
  #about .greeting p.text {
    margin-bottom: 30px;
  }
}
/* line 33, sass/_about.scss */
#about .greeting p.text span {
  display: block;
  width: 100%;
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  /* line 33, sass/_about.scss */
  #about .greeting p.text span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 33, sass/_about.scss */
  #about .greeting p.text span {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* line 47, sass/_about.scss */
#about .floor .floor-box {
  position: relative;
  border: 1px solid #b7b7b7;
}
@media print, screen and (min-width: 769px) {
  /* line 47, sass/_about.scss */
  #about .floor .floor-box {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 47, sass/_about.scss */
  #about .floor .floor-box {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
/* line 61, sass/_about.scss */
#about .floor .floor-box .num-floor {
  position: absolute;
  top: -1px;
  left: -1px;
  color: #fff;
  text-align: center;
  background: #9cb7f5;
}
@media print, screen and (min-width: 769px) {
  /* line 61, sass/_about.scss */
  #about .floor .floor-box .num-floor {
    width: 100px;
    height: 100px;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 100px;
    line-height: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 61, sass/_about.scss */
  #about .floor .floor-box .num-floor {
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
/* line 81, sass/_about.scss */
#about .floor .floor-box .floor-map {
  padding: 40px 0px;
  text-align: center;
}
/* line 84, sass/_about.scss */
#about .floor .floor-box .floor-map img {
  margin: 0px auto;
}
/* line 88, sass/_about.scss */
#about .floor .floor-box .thum-floor {
  display: table;
  margin: 0px auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  /* line 88, sass/_about.scss */
  #about .floor .floor-box .thum-floor {
    width: 100%;
  }
}
/* line 95, sass/_about.scss */
#about .floor .floor-box .thum-floor li {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  /* line 95, sass/_about.scss */
  #about .floor .floor-box .thum-floor li {
    display: table-cell;
    width: 170px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 95, sass/_about.scss */
  #about .floor .floor-box .thum-floor li {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
  }
}
/* line 107, sass/_about.scss */
#about .floor .floor-box .thum-floor li img {
  width: auto;
}
/* line 110, sass/_about.scss */
#about .floor .floor-box .thum-floor li span {
  display: block;
  margin-top: 7px;
}
/* line 114, sass/_about.scss */
#about .floor .floor-box .thum-floor li a {
  display: block;
  padding: 0px 5px;
}

@media print, screen and (min-width: 769px) {
  /* line 4, sass/_news.scss */
  #news .contents-area {
    margin-bottom: 115px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 11, sass/_news.scss */
  #news .news-list-block {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 11, sass/_news.scss */
  #news .news-list-block {
    margin: 0;
    padding: 30px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 19, sass/_news.scss */
  #news .news-list-block li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 25, sass/_news.scss */
#news h3.ttl-h3 {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  /* line 25, sass/_news.scss */
  #news h3.ttl-h3 {
    margin-bottom: 40px;
  }
}
/* line 30, sass/_news.scss */
#news h3.ttl-h3 time {
  position: absolute;
  display: block;
  right: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
  height: 1.5em;
}
@media print, screen and (min-width: 769px) {
  /* line 30, sass/_news.scss */
  #news h3.ttl-h3 time {
    bottom: -28px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 30, sass/_news.scss */
  #news h3.ttl-h3 time {
    bottom: -20px;
  }
}
/* line 43, sass/_news.scss */
#news h3.ttl-h3 i.new {
  position: relative;
  display: inline-block;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) {
  /* line 43, sass/_news.scss */
  #news h3.ttl-h3 i.new {
    width: 56px;
    height: 20px;
    top: 0px;
    left: 20px;
    background: transparent url("./images/icon_new.png") right center no-repeat;
    background-size: 56px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 43, sass/_news.scss */
  #news h3.ttl-h3 i.new {
    width: 2em;
    height: 0.7em;
    top: 0.3em;
    left: 0.4em;
    vertical-align: top;
    background: transparent url("./images/icon_new.png") right top no-repeat;
    background-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 66, sass/_news.scss */
  #news .news-detail-block {
    margin-top: 2.5em;
  }
}
/* line 70, sass/_news.scss */
#news .news-detail-block p {
  line-height: 28px;
  line-height: 2.8rem;
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  /* line 73, sass/_news.scss */
  #news .news-detail-block p img {
    display: block;
    text-align: left;
    margin: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 73, sass/_news.scss */
  #news .news-detail-block p img {
    margin: 20px auto;
  }
}
/* line 84, sass/_news.scss */
#news .news-detail-block .thum-pdf {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 86, sass/_news.scss */
  #news .news-detail-block .thum-pdf a {
    display: block;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  /* line 4, sass/_doctor.scss */
  #doctor .contents-area {
    margin: 60px auto 115px auto;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 11, sass/_doctor.scss */
  #doctor h3.ttl-h3 {
    margin-bottom: 40px;
  }
}
/* line 16, sass/_doctor.scss */
#doctor h4.ttl-h4 {
  color: #0f3faf !important;
  border-bottom: 1px solid #c8d9ff !important;
}
@media print, screen and (min-width: 769px) {
  /* line 16, sass/_doctor.scss */
  #doctor h4.ttl-h4 {
    min-height: 52px !important;
    margin-bottom: 40px !important;
    padding-bottom: 10px !important;
    line-height: 42px;
    line-height: 4.2rem;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 16, sass/_doctor.scss */
  #doctor h4.ttl-h4 {
    margin: 30px auto 15px auto !important;
    padding-bottom: 5px !important;
    font-size: 20px;
    font-size: 2rem;
  }
}
/* line 31, sass/_doctor.scss */
#doctor h4.ttl-h4 span {
  display: block;
  background: transparent url("./images/ttl_h4.png") left top repeat-y;
}
@media print, screen and (min-width: 769px) {
  /* line 31, sass/_doctor.scss */
  #doctor h4.ttl-h4 span {
    padding-left: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 31, sass/_doctor.scss */
  #doctor h4.ttl-h4 span {
    padding-left: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 42, sass/_doctor.scss */
  #doctor section {
    margin-bottom: 60px;
  }
}
/* line 47, sass/_doctor.scss */
#doctor .tbl-doctor {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  /* line 47, sass/_doctor.scss */
  #doctor .tbl-doctor {
    margin: 0px auto 10px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 47, sass/_doctor.scss */
  #doctor .tbl-doctor {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
/* line 57, sass/_doctor.scss */
#doctor .tbl-doctor thead tr {
  background: #1d3f8a;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  /* line 57, sass/_doctor.scss */
  #doctor .tbl-doctor thead tr {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 63, sass/_doctor.scss */
#doctor .tbl-doctor thead tr th {
  padding: 1.75rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  /* line 63, sass/_doctor.scss */
  #doctor .tbl-doctor thead tr th {
    padding: 1.75rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 63, sass/_doctor.scss */
  #doctor .tbl-doctor thead tr th {
    padding: 5px 10px !important;
  }
}
/* line 72, sass/_doctor.scss */
#doctor .tbl-doctor thead tr th:first-child {
  width: 16%;
}
/* line 79, sass/_doctor.scss */
#doctor .tbl-doctor tr td {
  width: 14%;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  /* line 79, sass/_doctor.scss */
  #doctor .tbl-doctor tr td {
    display: table-cell;
    padding: 30px 0px !important;
  }
}
/* line 91, sass/_doctor.scss */
#doctor .tbl-doctor tr td:first-child {
  text-align: left;
  color: #1d3f8a;
  font-weight: bold;
  background: #f9fbff;
  width: 16%;
}
@media only screen and (max-width: 768px) {
  /* line 91, sass/_doctor.scss */
  #doctor .tbl-doctor tr td:first-child {
    padding: 30px 0px 30px 0.5em !important;
  }
}
/* line 101, sass/_doctor.scss */
#doctor .tbl-doctor tr td span {
  color: #ee0000;
}
@media print, screen and (min-width: 769px) {
  /* line 101, sass/_doctor.scss */
  #doctor .tbl-doctor tr td span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 101, sass/_doctor.scss */
  #doctor .tbl-doctor tr td span {
    display: block;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 111, sass/_doctor.scss */
  #doctor .tbl-doctor tr td:nth-child(even) {
    display: table-cell;
  }
}
/* line 119, sass/_doctor.scss */
#doctor .date {
  text-align: right;
  margin-bottom: 10px;
}
/* line 123, sass/_doctor.scss */
#doctor .note {
  color: #ee0000;
}

@media print, screen and (min-width: 769px) {
  /* line 4, sass/_recruit.scss */
  #recruit .contents-area {
    margin: 60px auto 115px auto;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 11, sass/_recruit.scss */
  #recruit h3.ttl-h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 16, sass/_recruit.scss */
  #recruit section {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 21, sass/_recruit.scss */
  #recruit .contact-box {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 21, sass/_recruit.scss */
  #recruit .contact-box {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

@media print, screen and (min-width: 769px) {
  /* line 4, sass/_seminar.scss */
  #seminar .contents-area {
    margin: 60px auto 115px auto;
  }
}
/* line 11, sass/_seminar.scss */
#seminar h4.ttl-h4 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 14, sass/_seminar.scss */
  #seminar section {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 20, sass/_seminar.scss */
  #seminar .next-info .photo {
    display: inline-block;
    width: 150px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 20, sass/_seminar.scss */
  #seminar .next-info .photo {
    display: block;
    width: 50%;
    margin: 0px auto 30px auto;
  }
}
/* line 32, sass/_seminar.scss */
#seminar .next-info time {
  display: block;
}
@media print, screen and (min-width: 769px) {
  /* line 32, sass/_seminar.scss */
  #seminar .next-info time {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 38, sass/_seminar.scss */
#seminar .next-info .info {
  vertical-align: top;
}
@media print, screen and (min-width: 769px) {
  /* line 38, sass/_seminar.scss */
  #seminar .next-info .info {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 38, sass/_seminar.scss */
  #seminar .next-info .info {
    display: block;
  }
}
/* line 48, sass/_seminar.scss */
#seminar .next-info .info .tbl-info tr td {
  padding: 10px;
}
/* line 50, sass/_seminar.scss */
#seminar .next-info .info .tbl-info tr td:nth-child(odd) {
  background-color: #f1f1f1;
}
@media print, screen and (min-width: 769px) {
  /* line 50, sass/_seminar.scss */
  #seminar .next-info .info .tbl-info tr td:nth-child(odd) {
    width: 20%;
  }
}
/* line 60, sass/_seminar.scss */
#seminar .tbl-basic {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media only screen and (max-width: 768px) {
  /* line 63, sass/_seminar.scss */
  #seminar .tbl-basic tr td.sp-center {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 69, sass/_seminar.scss */
  #seminar .archive {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 75, sass/_seminar.scss */
  #seminar .seminar-detail-block {
    margin-top: 2.5em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 80, sass/_seminar.scss */
  #seminar .lead {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  /* line 4, sass/_nosmoking.scss */
  #nosmoking .contents-area {
    margin: 60px auto 115px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 4, sass/_nosmoking.scss */
  #nosmoking .contents-area {
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 12, sass/_nosmoking.scss */
  #nosmoking h4.ttl-h4 {
    margin: 30px auto 15px auto !important;
    padding-bottom: 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 18, sass/_nosmoking.scss */
  #nosmoking section {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 23, sass/_nosmoking.scss */
  #nosmoking .blue-box {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 23, sass/_nosmoking.scss */
  #nosmoking .blue-box {
    padding: 15px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 32, sass/_nosmoking.scss */
  #nosmoking .mainvisual-area {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 37, sass/_nosmoking.scss */
  #nosmoking .photo {
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  /* line 37, sass/_nosmoking.scss */
  #nosmoking .photo {
    margin: 0px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  /* line 46, sass/_nosmoking.scss */
  #nosmoking .photo img {
    display: inline-block;
  }
}
/* line 53, sass/_nosmoking.scss */
#nosmoking ul li.dot {
  line-height: 32px;
  line-height: 3.2rem;
}
/* line 56, sass/_nosmoking.scss */
#nosmoking a.icon-link {
  position: relative;
  padding-right: 1.25em;
  background: transparent url("./images/icon_link.png") right center no-repeat;
}
/* line 62, sass/_nosmoking.scss */
#nosmoking .counsel .ttl {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  /* line 62, sass/_nosmoking.scss */
  #nosmoking .counsel .ttl {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 62, sass/_nosmoking.scss */
  #nosmoking .counsel .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 72, sass/_nosmoking.scss */
  #nosmoking .counsel .check-list {
    width: calc( 100% - 491px );
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 72, sass/_nosmoking.scss */
  #nosmoking .counsel .check-list {
    display: block;
    margin: 20px auto;
  }
}
/* line 81, sass/_nosmoking.scss */
#nosmoking .counsel .check-list li {
  position: relative;
}
/* line 83, sass/_nosmoking.scss */
#nosmoking .counsel .check-list li:before {
  display: block;
  content: '　';
  position: absolute;
  top: 0em;
  left: 0em;
  background: transparent url("./images/icon_check.png") left top no-repeat;
}
@media print, screen and (min-width: 769px) {
  /* line 83, sass/_nosmoking.scss */
  #nosmoking .counsel .check-list li:before {
    width: 50px;
    height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 83, sass/_nosmoking.scss */
  #nosmoking .counsel .check-list li:before {
    top: 0.2em;
    width: 1.5em;
    height: 1.5em;
    background: transparent url("./images/icon_check.png") left top no-repeat;
    background-size: 1.5em;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 81, sass/_nosmoking.scss */
  #nosmoking .counsel .check-list li {
    padding-left: 50px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 81, sass/_nosmoking.scss */
  #nosmoking .counsel .check-list li {
    margin-bottom: 10px;
    padding-left: 2.5em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 114, sass/_nosmoking.scss */
  #nosmoking .harmful .photo {
    margin: 0px auto 15px auto;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 119, sass/_nosmoking.scss */
  #nosmoking .harmful .text {
    display: inline-block;
    width: calc( 100% - 530px );
    margin-left: 30px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  /* line 129, sass/_nosmoking.scss */
  #nosmoking .test-list li {
    line-height: 2.8rem !important;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 136, sass/_nosmoking.scss */
  #nosmoking .flow-list {
    margin: 60px auto 80px auto;
    padding-left: 120px;
    background: transparent url("./images/img_flow.png") 10px 13px no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  /* line 136, sass/_nosmoking.scss */
  #nosmoking .flow-list {
    margin: 30px auto 40px auto;
  }
}
/* line 145, sass/_nosmoking.scss */
#nosmoking .flow-list li {
  position: relative;
  background: #f5f5f5;
}
@media print, screen and (min-width: 769px) {
  /* line 145, sass/_nosmoking.scss */
  #nosmoking .flow-list li {
    display: block;
    width: calc( 100% - 35px);
    height: 150px;
    margin: 0px 0px 40px 35px;
    padding: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  /* line 145, sass/_nosmoking.scss */
  #nosmoking .flow-list li {
    margin: 0px 0px 20px 0px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 159, sass/_nosmoking.scss */
  #nosmoking .flow-list li:before {
    display: block;
    position: absolute;
    left: -20px;
    top: calc( 50% - 20px );
    content: '　';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
}
@media only screen and (max-width: 768px) {
  /* line 173, sass/_nosmoking.scss */
  #nosmoking .flow-list li .text {
    margin-top: 6.0em;
    padding: 20px;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 179, sass/_nosmoking.scss */
  #nosmoking .flow-list li .text.line2 {
    height: 90px;
    display: table-cell;
    vertical-align: middle;
  }
}
/* line 186, sass/_nosmoking.scss */
#nosmoking .flow-list li .text .text-pink {
  font-size: 30px;
  font-size: 3rem;
  color: #ff607a;
}
@media print, screen and (min-width: 769px) {
  /* line 191, sass/_nosmoking.scss */
  #nosmoking .flow-list li .icon-flow {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 191, sass/_nosmoking.scss */
  #nosmoking .flow-list li .icon-flow {
    position: absolute;
    display: block;
    width: 4em;
    height: 4em;
    left: calc( ( 100% - 4em )/2 );
    top: -4.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 203, sass/_nosmoking.scss */
  #nosmoking .flow-list li .icon-flow img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 209, sass/_nosmoking.scss */
  #nosmoking .flow-list li:first-child .text {
    margin-top: 5em;
  }
}
/* line 218, sass/_nosmoking.scss */
#nosmoking .qa-list li {
  position: relative;
  line-height: 32px;
  line-height: 3.2rem;
}
@media print, screen and (min-width: 769px) {
  /* line 218, sass/_nosmoking.scss */
  #nosmoking .qa-list li {
    padding: 30px 30px 30px 80px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 218, sass/_nosmoking.scss */
  #nosmoking .qa-list li {
    padding: 15px 15px 15px 40px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
  }
}
/* line 232, sass/_nosmoking.scss */
#nosmoking .qa-list li:before {
  display: block;
  position: absolute;
  top: 1em;
  content: '　';
}
@media print, screen and (min-width: 769px) {
  /* line 232, sass/_nosmoking.scss */
  #nosmoking .qa-list li:before {
    width: 37px;
    height: 32px;
    left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 232, sass/_nosmoking.scss */
  #nosmoking .qa-list li:before {
    width: 1em;
    top: 1.1em;
    left: 15px;
  }
}
/* line 248, sass/_nosmoking.scss */
#nosmoking .qa-list li:nth-child(odd) {
  margin-bottom: 10px;
  color: #fff;
  background: #3bc5b0;
}
@media print, screen and (min-width: 769px) {
  /* line 248, sass/_nosmoking.scss */
  #nosmoking .qa-list li:nth-child(odd) {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 248, sass/_nosmoking.scss */
  #nosmoking .qa-list li:nth-child(odd) {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* line 258, sass/_nosmoking.scss */
#nosmoking .qa-list li:nth-child(odd):before {
  background: transparent url("./images/icon_q.png") top left no-repeat;
}
@media only screen and (max-width: 768px) {
  /* line 258, sass/_nosmoking.scss */
  #nosmoking .qa-list li:nth-child(odd):before {
    background: transparent url("./images/icon_q.png") top left no-repeat;
    background-size: 100%;
  }
}
/* line 266, sass/_nosmoking.scss */
#nosmoking .qa-list li:nth-child(even) {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #f5f5f5;
}
/* line 270, sass/_nosmoking.scss */
#nosmoking .qa-list li:nth-child(even):before {
  background: transparent url("./images/icon_a.png") top left no-repeat;
}
@media print, screen and (min-width: 769px) {
  /* line 270, sass/_nosmoking.scss */
  #nosmoking .qa-list li:nth-child(even):before {
    top: 38px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 270, sass/_nosmoking.scss */
  #nosmoking .qa-list li:nth-child(even):before {
    top: 1.2em;
    font-size: 20px;
    font-size: 2rem;
    background: transparent url("./images/icon_a.png") top left no-repeat;
    background-size: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  /* line 4, sass/_inhome.scss */
  #inhome .contents-area {
    margin: 60px auto 115px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 4, sass/_inhome.scss */
  #inhome .contents-area {
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 12, sass/_inhome.scss */
  #inhome h4.ttl-h4 {
    margin: 30px auto 15px auto !important;
    padding-bottom: 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 18, sass/_inhome.scss */
  #inhome section {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 23, sass/_inhome.scss */
  #inhome .mainvisual-area {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 23, sass/_inhome.scss */
  #inhome .mainvisual-area {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 31, sass/_inhome.scss */
  #inhome .tel {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 31, sass/_inhome.scss */
  #inhome .tel {
    text-align: center;
    margin: 30px 0px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 39, sass/_inhome.scss */
  #inhome .tel li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 39, sass/_inhome.scss */
  #inhome .tel li {
    margin-top: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 51, sass/_inhome.scss */
#inhome .qa-list li {
  position: relative;
  line-height: 32px;
  line-height: 3.2rem;
}
@media print, screen and (min-width: 769px) {
  /* line 51, sass/_inhome.scss */
  #inhome .qa-list li {
    padding: 30px 30px 30px 80px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 51, sass/_inhome.scss */
  #inhome .qa-list li {
    padding: 15px 15px 15px 40px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
  }
}
/* line 64, sass/_inhome.scss */
#inhome .qa-list li:before {
  display: block;
  position: absolute;
  top: 1em;
  content: '　';
}
@media print, screen and (min-width: 769px) {
  /* line 64, sass/_inhome.scss */
  #inhome .qa-list li:before {
    width: 37px;
    height: 32px;
    left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 64, sass/_inhome.scss */
  #inhome .qa-list li:before {
    width: 1em;
    top: 1.1em;
    left: 15px;
  }
}
/* line 80, sass/_inhome.scss */
#inhome .qa-list li:nth-child(odd) {
  margin-bottom: 10px;
  color: #fff;
  background: #3bc5b0;
}
@media print, screen and (min-width: 769px) {
  /* line 80, sass/_inhome.scss */
  #inhome .qa-list li:nth-child(odd) {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 80, sass/_inhome.scss */
  #inhome .qa-list li:nth-child(odd) {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* line 90, sass/_inhome.scss */
#inhome .qa-list li:nth-child(odd):before {
  background: transparent url("./images/icon_q.png") top left no-repeat;
}
@media only screen and (max-width: 768px) {
  /* line 90, sass/_inhome.scss */
  #inhome .qa-list li:nth-child(odd):before {
    background: transparent url("./images/icon_q.png") top left no-repeat;
    background-size: 100%;
  }
}
/* line 98, sass/_inhome.scss */
#inhome .qa-list li:nth-child(even) {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #f5f5f5;
}
/* line 102, sass/_inhome.scss */
#inhome .qa-list li:nth-child(even):before {
  background: transparent url("./images/icon_a.png") top left no-repeat;
}
@media print, screen and (min-width: 769px) {
  /* line 102, sass/_inhome.scss */
  #inhome .qa-list li:nth-child(even):before {
    top: 38px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 102, sass/_inhome.scss */
  #inhome .qa-list li:nth-child(even):before {
    top: 1.2em;
    font-size: 20px;
    font-size: 2rem;
    background: transparent url("./images/icon_a.png") top left no-repeat;
    background-size: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  /* line 4, sass/_apnea.scss */
  #apnea .contents-area {
    margin: 60px auto 115px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 4, sass/_apnea.scss */
  #apnea .contents-area {
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 12, sass/_apnea.scss */
  #apnea h4.ttl-h4 {
    margin: 30px auto 15px auto !important;
    padding-bottom: 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 18, sass/_apnea.scss */
  #apnea section {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 23, sass/_apnea.scss */
  #apnea .blue-box {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 23, sass/_apnea.scss */
  #apnea .blue-box {
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 34, sass/_apnea.scss */
  #apnea .mainvisual-area {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 39, sass/_apnea.scss */
  #apnea .photo {
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  /* line 39, sass/_apnea.scss */
  #apnea .photo {
    margin: 0px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  /* line 48, sass/_apnea.scss */
  #apnea .photo img {
    min-width: 100%;
    display: block;
    margin: 0px auto;
  }
}
/* line 57, sass/_apnea.scss */
#apnea ul li.dot {
  line-height: 32px;
  line-height: 3.2rem;
}
/* line 60, sass/_apnea.scss */
#apnea a.icon-link {
  position: relative;
  padding-right: 1.25em;
  background: transparent url("./images/icon_link.png") right center no-repeat;
}
/* line 65, sass/_apnea.scss */
#apnea h5.ttl-h5 {
  margin: 30px 0px 20px 0px;
  color: #0f3faf;
}
@media print, screen and (min-width: 769px) {
  /* line 65, sass/_apnea.scss */
  #apnea h5.ttl-h5 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 65, sass/_apnea.scss */
  #apnea h5.ttl-h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 75, sass/_apnea.scss */
  #apnea .bg-lightblue {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 75, sass/_apnea.scss */
  #apnea .bg-lightblue {
    padding: 30px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 82, sass/_apnea.scss */
  #apnea .bg-lightblue .fs-24 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 88, sass/_apnea.scss */
  #apnea .bg-lightblue .definition-list li {
    margin-top: 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 88, sass/_apnea.scss */
  #apnea .bg-lightblue .definition-list li {
    margin-top: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 97, sass/_apnea.scss */
#apnea .bg-lightblue .definition-list li span {
  color: #ff607a;
}
@media print, screen and (min-width: 769px) {
  /* line 97, sass/_apnea.scss */
  #apnea .bg-lightblue .definition-list li span {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 97, sass/_apnea.scss */
  #apnea .bg-lightblue .definition-list li span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 110, sass/_apnea.scss */
#apnea .counsel .ttl {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  /* line 110, sass/_apnea.scss */
  #apnea .counsel .ttl {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 110, sass/_apnea.scss */
  #apnea .counsel .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 120, sass/_apnea.scss */
  #apnea .counsel .check-list {
    width: calc( 100% - 305px );
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 120, sass/_apnea.scss */
  #apnea .counsel .check-list {
    display: block;
    margin: 20px auto;
  }
}
/* line 129, sass/_apnea.scss */
#apnea .counsel .check-list li {
  position: relative;
}
/* line 131, sass/_apnea.scss */
#apnea .counsel .check-list li:before {
  display: block;
  content: '　';
  position: absolute;
  top: 0em;
  left: 0em;
  background: transparent url("./images/icon_check.png") left top no-repeat;
}
@media print, screen and (min-width: 769px) {
  /* line 131, sass/_apnea.scss */
  #apnea .counsel .check-list li:before {
    width: 50px;
    height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 131, sass/_apnea.scss */
  #apnea .counsel .check-list li:before {
    top: 0.2em;
    width: 1.5em;
    height: 1.5em;
    background: transparent url("./images/icon_check.png") left top no-repeat;
    background-size: 1.5em;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 129, sass/_apnea.scss */
  #apnea .counsel .check-list li {
    padding-left: 50px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 129, sass/_apnea.scss */
  #apnea .counsel .check-list li {
    margin-bottom: 10px;
    padding-left: 2.5em;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 160, sass/_apnea.scss */
  #apnea .counsel .photo {
    vertical-align: bottom;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 166, sass/_apnea.scss */
  #apnea .flow-list {
    margin: 40px auto 80px auto;
    padding-left: 120px;
    background: transparent url("./images/img_step.png") 10px 13px no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  /* line 166, sass/_apnea.scss */
  #apnea .flow-list {
    margin: 30px auto 40px auto;
  }
}
/* line 175, sass/_apnea.scss */
#apnea .flow-list li {
  position: relative;
  background: #f5f5f5;
}
@media print, screen and (min-width: 769px) {
  /* line 175, sass/_apnea.scss */
  #apnea .flow-list li {
    display: block;
    width: calc( 100% - 35px);
    height: 150px;
    margin: 0px 0px 40px 35px;
    padding: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  /* line 175, sass/_apnea.scss */
  #apnea .flow-list li {
    margin: 0px 0px 20px 0px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 189, sass/_apnea.scss */
  #apnea .flow-list li:before {
    display: block;
    position: absolute;
    left: -20px;
    top: calc( 50% - 20px );
    content: '　';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 203, sass/_apnea.scss */
  #apnea .flow-list li.with-photo {
    height: auto;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 207, sass/_apnea.scss */
  #apnea .flow-list li.with-photo .text {
    display: inline-block;
    width: calc( 100% - 336px );
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 214, sass/_apnea.scss */
  #apnea .flow-list li.with-photo .photo {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 214, sass/_apnea.scss */
  #apnea .flow-list li.with-photo .photo {
    padding: 0px 20px 30px 20px;
  }
}
/* line 222, sass/_apnea.scss */
#apnea .flow-list li.with-photo:before {
  top: calc( 50% - 90px );
}
@media only screen and (max-width: 768px) {
  /* line 226, sass/_apnea.scss */
  #apnea .flow-list li .text {
    margin-top: 6.0em;
    padding: 30px 20px;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
/* line 232, sass/_apnea.scss */
#apnea .flow-list li .text .text-pink {
  color: #ff607a;
}
@media print, screen and (min-width: 769px) {
  /* line 232, sass/_apnea.scss */
  #apnea .flow-list li .text .text-pink {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 232, sass/_apnea.scss */
  #apnea .flow-list li .text .text-pink {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 242, sass/_apnea.scss */
  #apnea .flow-list li .icon-flow {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 242, sass/_apnea.scss */
  #apnea .flow-list li .icon-flow {
    position: absolute;
    display: block;
    width: 4em;
    height: 4em;
    left: calc( ( 100% - 4em )/2 );
    top: -4.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 254, sass/_apnea.scss */
  #apnea .flow-list li .icon-flow img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 260, sass/_apnea.scss */
  #apnea .flow-list li:first-child .text {
    margin-top: 5em;
  }
}
/* line 272, sass/_apnea.scss */
#apnea .treatment-list li h5.ttl-h5 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 276, sass/_apnea.scss */
  #apnea .treatment-list .photo {
    margin: 0px auto 15px auto;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 281, sass/_apnea.scss */
  #apnea .treatment-list .text {
    display: inline-block;
    width: calc( 100% - 455px );
    margin-left: 30px;
    vertical-align: top;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 290, sass/_apnea.scss */
  #apnea .qa-list {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 290, sass/_apnea.scss */
  #apnea .qa-list {
    margin-top: 40px;
  }
}
/* line 297, sass/_apnea.scss */
#apnea .qa-list li {
  position: relative;
  line-height: 32px;
  line-height: 3.2rem;
}
@media print, screen and (min-width: 769px) {
  /* line 297, sass/_apnea.scss */
  #apnea .qa-list li {
    padding: 30px 30px 30px 80px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 297, sass/_apnea.scss */
  #apnea .qa-list li {
    padding: 15px 15px 15px 40px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
  }
}
/* line 311, sass/_apnea.scss */
#apnea .qa-list li:before {
  display: block;
  position: absolute;
  top: 1em;
  content: '　';
}
@media print, screen and (min-width: 769px) {
  /* line 311, sass/_apnea.scss */
  #apnea .qa-list li:before {
    width: 37px;
    height: 32px;
    left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 311, sass/_apnea.scss */
  #apnea .qa-list li:before {
    width: 1em;
    top: 1.1em;
    left: 15px;
  }
}
/* line 327, sass/_apnea.scss */
#apnea .qa-list li:nth-child(odd) {
  margin-bottom: 10px;
  color: #fff;
  background: #3bc5b0;
}
@media print, screen and (min-width: 769px) {
  /* line 327, sass/_apnea.scss */
  #apnea .qa-list li:nth-child(odd) {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 327, sass/_apnea.scss */
  #apnea .qa-list li:nth-child(odd) {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* line 337, sass/_apnea.scss */
#apnea .qa-list li:nth-child(odd):before {
  background: transparent url("./images/icon_q.png") top left no-repeat;
}
@media only screen and (max-width: 768px) {
  /* line 337, sass/_apnea.scss */
  #apnea .qa-list li:nth-child(odd):before {
    background: transparent url("./images/icon_q.png") top left no-repeat;
    background-size: 100%;
  }
}
/* line 345, sass/_apnea.scss */
#apnea .qa-list li:nth-child(even) {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #f5f5f5;
}
/* line 349, sass/_apnea.scss */
#apnea .qa-list li:nth-child(even):before {
  background: transparent url("./images/icon_a.png") top left no-repeat;
}
@media print, screen and (min-width: 769px) {
  /* line 349, sass/_apnea.scss */
  #apnea .qa-list li:nth-child(even):before {
    top: 38px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 349, sass/_apnea.scss */
  #apnea .qa-list li:nth-child(even):before {
    top: 1.2em;
    font-size: 20px;
    font-size: 2rem;
    background: transparent url("./images/icon_a.png") top left no-repeat;
    background-size: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 363, sass/_apnea.scss */
  #apnea .qa-list li.icon-a p {
    display: inline-block;
    width: calc( 100% - 345px );
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 369, sass/_apnea.scss */
  #apnea .qa-list li.icon-a p.without-photo {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 376, sass/_apnea.scss */
  #apnea .qa-list li.icon-a .photo {
    padding-top: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  /* line 4, sass/_patient.scss */
  #patient .contents-area {
    margin: 60px auto 115px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 9, sass/_patient.scss */
  #patient h4.ttl-h4 {
    margin: 30px auto 15px auto !important;
    padding-bottom: 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 15, sass/_patient.scss */
  #patient section {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 19, sass/_patient.scss */
  #patient section.mainvisual {
    margin-bottom: 40px;
  }
}
/* line 24, sass/_patient.scss */
#patient section#attending, #patient section#first, #patient section#repeat, #patient section#flow, #patient section#reserve, #patient section#news-clinical {
  padding-top: 20px;
  margin-top: -60px;
}
/* line 30, sass/_patient.scss */
#patient #reserve .reserve-note {
  padding: 20px 30px 30px 30px;
  border: 1px solid #0f3faf;
}
@media print, screen and (min-width: 769px) {
  /* line 30, sass/_patient.scss */
  #patient #reserve .reserve-note {
    margin: 40px 0px 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 30, sass/_patient.scss */
  #patient #reserve .reserve-note {
    margin: 20px 0px;
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 40, sass/_patient.scss */
  #patient #reserve .reserve-note .dot {
    padding-left: .75em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 44, sass/_patient.scss */
  #patient #reserve .reserve-note .dot:before {
    left: -.25em;
  }
}
/* line 51, sass/_patient.scss */
#patient #reserve .howto-reserve {
  margin-top: 40px;
}
/* line 54, sass/_patient.scss */
#patient #reserve .howto-reserve li h4.ttl-h4 {
  position: relative;
  margin-top: 20px;
}
/* line 57, sass/_patient.scss */
#patient #reserve .howto-reserve li h4.ttl-h4 i {
  display: inline-block;
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent url("./images/icon_plus_y.png") left top no-repeat;
}
@media print, screen and (min-width: 769px) {
  /* line 57, sass/_patient.scss */
  #patient #reserve .howto-reserve li h4.ttl-h4 i {
    top: 5px;
    left: 10em;
    background-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 57, sass/_patient.scss */
  #patient #reserve .howto-reserve li h4.ttl-h4 i {
    top: 0px;
    right: 0px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 73, sass/_patient.scss */
  #patient #reserve .howto-reserve li h4.ttl-h4 i.internet {
    left: 15em;
  }
}
/* line 80, sass/_patient.scss */
#patient #reserve .howto-reserve li.on h4.ttl-h4 i {
  background: transparent url("./images/icon_minus_y.png") left top no-repeat;
}
@media print, screen and (min-width: 769px) {
  /* line 80, sass/_patient.scss */
  #patient #reserve .howto-reserve li.on h4.ttl-h4 i {
    background-size: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 86, sass/_patient.scss */
  #patient #reserve .howto-reserve li .detail-reserve {
    margin: 20px 0px 40px 0px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 93, sass/_patient.scss */
  #patient #reserve .btn-default {
    width: 40%;
    margin: 30px auto 0px auto;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 93, sass/_patient.scss */
  #patient #reserve .btn-default {
    width: 100%;
    margin: 20px auto 0px auto;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 105, sass/_patient.scss */
#patient #reserve .btn-default.btn-reserve a {
  background: #ffc000;
  -moz-box-shadow: rgba(217, 163, 0, 0.8) 0 2px 0 0;
  -webkit-box-shadow: rgba(217, 163, 0, 0.8) 0 2px 0 0;
  box-shadow: rgba(217, 163, 0, 0.8) 0 2px 0 0;
}
@media print, screen and (min-width: 769px) {
  /* line 104, sass/_patient.scss */
  #patient #reserve .btn-default.btn-reserve {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 104, sass/_patient.scss */
  #patient #reserve .btn-default.btn-reserve {
    margin-top: 0px;
  }
}
/* line 117, sass/_patient.scss */
#patient #reserve .text-red {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding-left: 0.3em;
}
/* line 124, sass/_patient.scss */
#patient .patient-flow li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  /* line 124, sass/_patient.scss */
  #patient .patient-flow li {
    margin-bottom: 45px;
  }
}
/* line 129, sass/_patient.scss */
#patient .patient-flow li:after {
  content: "";
  display: block;
}
@media print, screen and (min-width: 769px) {
  /* line 129, sass/_patient.scss */
  #patient .patient-flow li:after {
    position: absolute;
    width: 48px;
    height: 28px;
    bottom: -37px;
    left: calc((100% - 48px) / 2);
    background: transparent url("./images/arrow_down.png") bottom center no-repeat;
    background-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 129, sass/_patient.scss */
  #patient .patient-flow li:after {
    width: 30px;
    height: 21px;
    margin: 2px auto 4px auto;
    background: transparent url("./images/arrow_down.png") bottom center no-repeat;
    background-size: 30px;
  }
}
/* line 149, sass/_patient.scss */
#patient .patient-flow li:last-child {
  margin-bottom: 15px;
}
/* line 151, sass/_patient.scss */
#patient .patient-flow li:last-child:after {
  display: none;
}
/* line 155, sass/_patient.scss */
#patient .patient-flow li.without-arrow {
  margin-bottom: 0;
}
/* line 157, sass/_patient.scss */
#patient .patient-flow li.without-arrow:after {
  display: none;
}
@media print, screen and (min-width: 769px) {
  /* line 163, sass/_patient.scss */
  #patient .ban-call {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 163, sass/_patient.scss */
  #patient .ban-call {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 173, sass/_patient.scss */
  #patient .ban-call .align-center span {
    width: 60%;
  }
}
/* line 179, sass/_patient.scss */
#patient .thead {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #2a5ac5;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media print, screen and (min-width: 769px) {
  /* line 179, sass/_patient.scss */
  #patient .thead {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 179, sass/_patient.scss */
  #patient .thead {
    padding: 5px 20px;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: bold;
  }
}
/* line 194, sass/_patient.scss */
#patient .thead a {
  color: #fff;
  text-decoration: underline;
}
/* line 199, sass/_patient.scss */
#patient .blue-box {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media only screen and (max-width: 768px) {
  /* line 199, sass/_patient.scss */
  #patient .blue-box {
    padding: 20px;
  }
}
/* line 206, sass/_patient.scss */
#patient .sub-column {
  margin-top: 20px;
}
/* line 210, sass/_patient.scss */
#patient h5.ttl-blue {
  margin: 10px 0px 20px 0px;
  color: #0f3faf;
}
@media print, screen and (min-width: 769px) {
  /* line 210, sass/_patient.scss */
  #patient h5.ttl-blue {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 210, sass/_patient.scss */
  #patient h5.ttl-blue {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
/* line 221, sass/_patient.scss */
#patient h5.ttl-h5 {
  color: #0f3faf;
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  /* line 221, sass/_patient.scss */
  #patient h5.ttl-h5 {
    margin: 40px 0px 20px 0px;
    padding: 15px 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 221, sass/_patient.scss */
  #patient h5.ttl-h5 {
    margin: 15px 0px 20px 0px;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
/* line 236, sass/_patient.scss */
#patient .bg-blue {
  background: #c8d9ff;
}
@media print, screen and (min-width: 769px) {
  /* line 239, sass/_patient.scss */
  #patient .service-btn {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 239, sass/_patient.scss */
  #patient .service-btn {
    margin-bottom: 30px;
  }
}
/* line 247, sass/_patient.scss */
#patient .service-btn ul li {
  width: calc(( 100% - 1px ) / 2);
}
@media only screen and (max-width: 768px) {
  /* line 249, sass/_patient.scss */
  #patient .service-btn ul li a {
    padding: 5px 0px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 254, sass/_patient.scss */
#patient .service-btn ul li a:hover {
  background: #2a5ac5;
}
/* line 258, sass/_patient.scss */
#patient .service-btn ul li:nth-child(even) {
  margin-right: 0px;
}
/* line 261, sass/_patient.scss */
#patient .service-btn ul li:nth-child(3n) {
  margin-right: 1px;
}
@media only screen and (max-width: 768px) {
  /* line 247, sass/_patient.scss */
  #patient .service-btn ul li {
    height: auto;
  }
}

@media print, screen and (min-width: 769px) {
  /* line 4, sass/_access.scss */
  #access .contents-area {
    margin: 60px auto 115px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 4, sass/_access.scss */
  #access .contents-area {
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 12, sass/_access.scss */
  #access h4.ttl-h4 {
    margin: 30px auto 15px auto !important;
    padding-bottom: 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 18, sass/_access.scss */
  #access section {
    margin-bottom: 60px;
  }
}
/* line 22, sass/_access.scss */
#access section#walk, #access section#bus, #access section#shuttle {
  padding-top: 15px;
  margin-top: -70px;
}
@media print, screen and (min-width: 769px) {
  /* line 27, sass/_access.scss */
  #access .mainvisual-area {
    display: inline-block;
    width: calc( 100% - 551px );
  }
}
@media print, screen and (min-width: 769px) {
  /* line 32, sass/_access.scss */
  #access .mainvisual-area .text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
/* line 37, sass/_access.scss */
#access .mainvisual-area .text .ttl {
  display: block;
  margin: 10px 0px 20px 0px;
  color: #000;
}
@media print, screen and (min-width: 769px) {
  /* line 37, sass/_access.scss */
  #access .mainvisual-area .text .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 37, sass/_access.scss */
  #access .mainvisual-area .text .ttl {
    margin: 5px 0px 15px 0px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
/* line 50, sass/_access.scss */
#access .mainvisual-area .link-list {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media print, screen and (min-width: 769px) {
  /* line 50, sass/_access.scss */
  #access .mainvisual-area .link-list {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 50, sass/_access.scss */
  #access .mainvisual-area .link-list {
    margin-top: 15px;
  }
}
/* line 59, sass/_access.scss */
#access .mainvisual-area .link-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 30px;
  line-height: 3rem;
}
/* line 64, sass/_access.scss */
#access .mainvisual-area .link-list li:before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  top: 0px;
  left: 0px;
  background: transparent url("./images/icon_link_bus.png") left center no-repeat;
}
/* line 74, sass/_access.scss */
#access .mainvisual-area .link-list li.walk:before {
  background: transparent url("./images/icon_link_walk.png") left center no-repeat;
}
/* line 77, sass/_access.scss */
#access .mainvisual-area .link-list li.shuttle:before {
  background: transparent url("./images/icon_link_shuttle.png") left center no-repeat;
}
@media print, screen and (min-width: 769px) {
  /* line 83, sass/_access.scss */
  #access .photo {
    display: inline-block;
    margin: 0px 0px 40px 0px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  /* line 83, sass/_access.scss */
  #access .photo {
    margin: 20px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  /* line 93, sass/_access.scss */
  #access .photo img {
    min-width: 100%;
    display: block;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 102, sass/_access.scss */
  #access .gmap-block {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  /* line 109, sass/_access.scss */
  #access .gmap-block #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/* line 119, sass/_access.scss */
#access .tbl-basic {
  margin-bottom: 10px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 119, sass/_access.scss */
  #access .tbl-basic {
    display: table;
  }
}
/* line 125, sass/_access.scss */
#access .tbl-basic td {
  border-right: 1px solid #dbdbdb;
}
@media only screen and (max-width: 768px) {
  /* line 125, sass/_access.scss */
  #access .tbl-basic td {
    padding: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
/* line 132, sass/_access.scss */
#access .tbl-basic td:nth-child(odd) {
  width: auto;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  /* line 132, sass/_access.scss */
  #access .tbl-basic td:nth-child(odd) {
    display: table-cell;
  }
}
@media only screen and (max-width: 768px) {
  /* line 139, sass/_access.scss */
  #access .tbl-basic td:nth-child(even) {
    display: table-cell;
    width: auto;
  }
}
/* line 145, sass/_access.scss */
#access .tbl-basic td:last-child {
  border-right: 0px;
}
/* line 149, sass/_access.scss */
#access .tbl-basic td.align-center a {
  display: block;
}
@media only screen and (max-width: 768px) {
  /* line 149, sass/_access.scss */
  #access .tbl-basic td.align-center a {
    width: 50%;
    margin: 0px auto;
  }
}
/* line 159, sass/_access.scss */
#access .tbl-basic thead tr {
  color: #fff;
  background: #2a5ac5;
}
/* line 162, sass/_access.scss */
#access .tbl-basic thead tr th {
  border-right: 1px solid #fff;
}
@media print, screen and (min-width: 769px) {
  /* line 162, sass/_access.scss */
  #access .tbl-basic thead tr th {
    padding: 25px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 162, sass/_access.scss */
  #access .tbl-basic thead tr th {
    padding: 5px;
  }
}
/* line 170, sass/_access.scss */
#access .tbl-basic thead tr th:last-child {
  border-right: 0px;
}
/* line 177, sass/_access.scss */
#access .img-map {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  /* line 177, sass/_access.scss */
  #access .img-map {
    margin: 80px auto 100px auto;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 184, sass/_access.scss */
  #access .pickup-bus .access-notice {
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  /* line 184, sass/_access.scss */
  #access .pickup-bus .access-notice {
    text-align: center;
    margin: 30px auto 60px auto;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 195, sass/_access.scss */
  #access .pickup-bus .bus {
    width: 60%;
    display: inline-block;
    margin-left: 9.5%;
    text-align: right;
  }
}
/* line 202, sass/_access.scss */
#access .pickup-bus .bus .tbl-basic {
  margin-top: 0;
}
/* line 204, sass/_access.scss */
#access .pickup-bus .bus .tbl-basic tr th, #access .pickup-bus .bus .tbl-basic tr td {
  text-align: center;
}
/* line 210, sass/_access.scss */
#access ul li.dot {
  line-height: 32px;
  line-height: 3.2rem;
}
/* line 213, sass/_access.scss */
#access .ttl-h5 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 60px 0px 0px 0px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  /* line 213, sass/_access.scss */
  #access .ttl-h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 222, sass/_access.scss */
  #access .busstop .bus {
    margin: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 222, sass/_access.scss */
  #access .busstop .bus {
    margin: 20px 0px 40px 0px;
  }
}
/* line 229, sass/_access.scss */
#access .busstop .bus span {
  padding-left: 44px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  background: transparent url(./images/icon_bus.png) left center no-repeat;
  background-size: 34px;
}
@media print, screen and (min-width: 769px) {
  /* line 229, sass/_access.scss */
  #access .busstop .bus span {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 229, sass/_access.scss */
  #access .busstop .bus span {
    display: block;
    margin-bottom: 10px;
  }
}
/* line 243, sass/_access.scss */
#access .busstop .bus img.icon-busstop {
  width: 20px;
  height: 32px;
}
@media print, screen and (min-width: 769px) {
  /* line 243, sass/_access.scss */
  #access .busstop .bus img.icon-busstop {
    display: inline-block;
    margin: 0px 10px 0px 40px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 243, sass/_access.scss */
  #access .busstop .bus img.icon-busstop {
    margin: 0px 17px 0px 7px;
  }
}

/* line 3, sass/_blog.scss */
#blog {
  /*月別、カテゴリ別一覧*/
}
@media print, screen and (min-width: 769px) {
  /* line 4, sass/_blog.scss */
  #blog .contents-area {
    margin: 60px auto;
  }
}
/* line 11, sass/_blog.scss */
#blog h3.ttl-h3 {
  background: none;
  color: #0f3faf;
}
@media print, screen and (min-width: 769px) {
  /* line 11, sass/_blog.scss */
  #blog h3.ttl-h3 {
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 11, sass/_blog.scss */
  #blog h3.ttl-h3 {
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 24, sass/_blog.scss */
  #blog section.main {
    margin: 30px auto 60px auto;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 30, sass/_blog.scss */
  #blog .main {
    display: inline-block;
    width: 840px;
  }
}
/* line 35, sass/_blog.scss */
#blog .main .blog-box {
  border: 1px solid #d5d5d5;
}
@media print, screen and (min-width: 769px) {
  /* line 35, sass/_blog.scss */
  #blog .main .blog-box {
    padding: 30px 30px 50px 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 35, sass/_blog.scss */
  #blog .main .blog-box {
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 44, sass/_blog.scss */
  #blog .main .blog-box .blog-detail-block p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 44, sass/_blog.scss */
  #blog .main .blog-box .blog-detail-block p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 54, sass/_blog.scss */
  #blog .main .blog-box .blog-detail-block p iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 62, sass/_blog.scss */
  #blog .main .blog-box .blog-detail-block p.iframe {
    position: relative;
    width: 100%;
    padding-top: 75%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 70, sass/_blog.scss */
  #blog .main .blog-box .blog-detail-block a[data-rel] {
    display: block;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 76, sass/_blog.scss */
  #blog .main .blog-box .blog-detail-block img {
    margin: 10px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 76, sass/_blog.scss */
  #blog .main .blog-box .blog-detail-block img {
    margin: 10px auto;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 85, sass/_blog.scss */
  #blog .main .blog-box .tag {
    position: relative;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  /* line 85, sass/_blog.scss */
  #blog .main .blog-box .tag {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 93, sass/_blog.scss */
  #blog .main .blog-box .tag:before {
    display: block;
    content: '';
    position: absolute;
    top: -0.25em;
    left: -3em;
    width: 25px;
    height: 25px;
    background: transparent url("./images/icon_cat.png") left top no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  /* line 93, sass/_blog.scss */
  #blog .main .blog-box .tag:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 108, sass/_blog.scss */
  #blog .main .blog-box .tag .post-categories {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 112, sass/_blog.scss */
  #blog .main .blog-box .tag .post-categories li {
    display: inline-block;
    position: relative;
    padding-right: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 118, sass/_blog.scss */
  #blog .main .blog-box .tag .post-categories li:after {
    display: block;
    content: ',';
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
/* line 128, sass/_blog.scss */
#blog .main .blog-box .tag .post-categories li:last-child:after {
  display: none;
}
@media print, screen and (min-width: 769px) {
  /* line 136, sass/_blog.scss */
  #blog .main ul.link-list {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 136, sass/_blog.scss */
  #blog .main ul.link-list {
    margin-top: 10px;
  }
}
/* line 143, sass/_blog.scss */
#blog .main ul.link-list li {
  position: relative;
  float: left;
}
/* line 146, sass/_blog.scss */
#blog .main ul.link-list li span a {
  padding-left: 1.5em;
}
/* line 148, sass/_blog.scss */
#blog .main ul.link-list li span a:before {
  display: block;
  content: '';
  position: absolute;
  top: 3px;
  left: 0px;
  width: 12px;
  height: 16px;
  background: transparent url("./images/arrow_l.png") left top no-repeat;
}
/* line 159, sass/_blog.scss */
#blog .main ul.link-list li:last-child {
  float: right;
}
/* line 161, sass/_blog.scss */
#blog .main ul.link-list li:last-child span a {
  padding-left: 0px;
  padding-right: 1.5em;
}
/* line 164, sass/_blog.scss */
#blog .main ul.link-list li:last-child span a:before {
  left: auto;
  right: 0;
  background: transparent url("./images/arrow_r.png") right top no-repeat;
}
@media print, screen and (min-width: 769px) {
  /* line 174, sass/_blog.scss */
  #blog aside {
    width: calc( 100% - 845px );
    display: inline-block;
    vertical-align: top;
    margin-top: -50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 174, sass/_blog.scss */
  #blog aside {
    display: block;
    margin: 0px auto 60px auto;
  }
}
/* line 187, sass/_blog.scss */
#blog aside h2 {
  margin-top: 50px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #0f3faf;
}
/* line 195, sass/_blog.scss */
#blog aside ul li {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}
@media print, screen and (min-width: 769px) {
  /* line 205, sass/_blog.scss */
  #blog .blog-list .blog-box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 205, sass/_blog.scss */
  #blog .blog-list .blog-box {
    margin-bottom: 20px;
  }
}

/* line 4, sass/_print.scss */
.wrapper {
  width: 1120px;
  margin: 0px auto;
}

/* line 8, sass/_print.scss */
.header-pc .pc-menu ul.gnavi li {
  width: 12.5% !important;
}

/* line 11, sass/_print.scss */
.contents-area {
  width: auto;
  padding: 0;
}

/* line 15, sass/_print.scss */
.footer-area .footer-logo {
  width: calc(100% - 580px);
}

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