@charset "UTF-8";
/**
 * mixin
 *
 * 引数なし（既定値）で使用する場合も空カッコを付与
 */
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

@media print, screen and (min-width: 769px) {
  .visible-pc {
    display: block;
  }
}

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

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

@media only screen and (max-width: 768px) {
  .visible-sp {
    display: block;
  }
}

.opacity-1 {
  opacity: 1;
}

.opacity-1:hover {
  opacity: 1;
}

.fs-12 {
  font-size: 12px;
}

.fs-24 {
  font-size: 24px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-1em {
  margin-bottom: 0.8em;
}

@media print, screen and (min-width: 769px) {
  .mb-20 {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .mb-20 {
    margin-bottom: 10px !important;
  }
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

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

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

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) {
  div, p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  div, p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

@media print, screen and (min-width: 769px) {
  img {
    vertical-align: bottom;
  }
}

@media only screen and (max-width: 768px) {
  img {
    vertical-align: middle;
  }
}

a {
  outline: none;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  a {
    color: #0077dd;
  }
}

@media only screen and (max-width: 768px) {
  a {
    color: #00b4ff;
  }
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: underline;
}

a.over {
  opacity: 0.8;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
}

.wrapper {
  background: #ffffff;
  position: relative;
}

.contents {
  z-index: 10;
  position: relative;
  margin: 0px auto;
}

@media print, screen and (min-width: 769px) {
  .contents {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .contents {
    width: auto;
    margin-top: 51px;
  }
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
height: auto;
overflow: hidden;
/**/
}

.visible-sp img {
  width: 100%;
}

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

@media only screen and (max-width: 768px) {
  .visible-sp img {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  html #wpadminbar {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .head-block {
    width: 1120px;
    margin: 0px auto;
  }
  .head-block .header-text {
    margin: 0 auto;
    padding-left: 90px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .head-block .logo-block {
    width: calc( 100% - 160px);
    float: left;
  }
  .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;
  }
  .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;
  }
  .head-block .btn-reserve.visible-pc {
    margin-top: 5px;
  }
  .head-block .btn-reserve.visible-pc a {
    display: block;
    width: 160px;
    float: right;
  }
  .head-block .btn-reserve.visible-pc a:hover {
    opacity: 0.8;
  }
}

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

.header-pc .pc-menu {
  margin-top: 10px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

@media print, screen and (min-width: 769px) {
  .header-pc .pc-menu {
    min-width: 1120px;
  }
}

.header-pc .pc-menu ul.gnavi {
  width: 1115px;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.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;
}

.header-pc .pc-menu ul.gnavi li a {
  display: block;
  padding: 15px 0px;
  color: #000;
}

@media print, screen and (min-width: 769px) {
  .header-pc .pc-menu ul.gnavi li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.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%;
}

.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;
}

.header-pc .pc-menu ul.gnavi li.gnavi01 {
  width: 140px;
}

.header-pc .pc-menu ul.gnavi li.gnavi02 {
  width: 140px;
}

.header-pc .pc-menu ul.gnavi li.gnavi03 {
  width: 150px;
}

.header-pc .pc-menu ul.gnavi li.gnavi03 a:hover, .header-pc .pc-menu ul.gnavi li.gnavi03.on a {
  background-size: 86%;
}

.header-pc .pc-menu ul.gnavi li.gnavi04 {
  width: 140px;
}

.header-pc .pc-menu ul.gnavi li.gnavi04 a:hover, .header-pc .pc-menu ul.gnavi li.gnavi04.on a {
  background-size: 86%;
}

.header-pc .pc-menu ul.gnavi li.gnavi05 {
  width: 180px;
}

.header-pc .pc-menu ul.gnavi li.gnavi05 a:hover, .header-pc .pc-menu ul.gnavi li.gnavi05.on a {
  background-size: 86%;
}

.header-pc .pc-menu ul.gnavi li.gnavi06 {
  width: 120px;
}

.header-pc .pc-menu ul.gnavi li.gnavi07 {
  width: 120px;
}

.header-pc .pc-menu ul.gnavi li.gnavi08 {
  width: 120px;
}

.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) {
  .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;
  }
  .head-block.open .sp-menu {
    height: 100;
    top: 0;
    bottom: auto;
    background: rgba(92, 133, 226, 0.9);
  }
  .head-block .logo-block {
    width: calc(100% - 50px);
    float: left;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    background: #fff;
  }
  .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%;
  }
  .head-block .logo-block h1.logo a {
    display: block;
    width: 100%;
    height: 50px;
  }
  .head-block .logo-block h1.logo a span {
    display: none;
  }
  .head-block .logo-block .call {
    float: right;
    width: 30%;
    max-width: 95px;
    padding: 0px 2.5%;
    line-height: 25px;
  }
  .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;
  }
  .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;
  }
  .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) {
  .header-sp {
    display: none;
  }
}

.header-sp .sp-menu {
  position: absolute;
  display: none;
  width: 100%;
  height: calc( 100% - 60px);
  z-index: 100;
  overflow-y: scroll;
}

.header-sp .sp-menu ul.sp-menu-list {
  background: #5c85e2;
}

.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;
}

.header-sp .sp-menu ul.sp-menu-list li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.header-sp .sp-menu ul.sp-menu-list li.arrow-submenu {
  position: relative;
  padding-left: 0px;
}

.header-sp .sp-menu ul.sp-menu-list li.arrow-submenu span {
  padding-left: 10px;
}

.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;
}

.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;
}

.header-sp .sp-menu ul.sp-menu-list li.arrow-submenu.up {
  display: block;
}

.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;
}

.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) {
  .header-sp .sp-menu ul.sp-menu-list li ul.sp-submenu {
    display: none;
  }
}

.header-sp .sp-menu ul.sp-menu-list li ul.sp-submenu li {
  padding-left: 0px;
  border-bottom: 0px;
  background: none;
}

.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;
}

.header-sp .sp-menu ul.sp-menu-list li ul.sp-submenu li a a:before {
  content: none;
}

.header-sp .sp-menu ul.sp-menu-list li ul.sp-submenu li .new {
  display: none;
}

.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;
}

.service {
  margin: 0px auto;
}

@media print, screen and (min-width: 769px) {
  .service {
    width: 1090px;
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .service {
    padding: 0px 15px 15px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .service ul.list-service {
    margin: 0px -1%;
  }
}

.service ul.list-service li {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .service ul.list-service li {
    width: 530px;
    margin: 0px 30px 30px 0px;
  }
}

@media only screen and (max-width: 768px) {
  .service ul.list-service li {
    width: 48%;
    margin: 0px 1% 10px 1%;
  }
}

.service ul.list-service li a {
  display: block;
  position: relative;
  text-decoration: none;
}

.service ul.list-service li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .service ul.list-service li a {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .service ul.list-service li a img {
    width: 100%;
  }
}

.service ul.list-service li a .title {
  display: block;
  width: 100%;
  text-align: left;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .service ul.list-service li a .title {
    height: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    padding: 10px 30px 0px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .service ul.list-service li a .title {
    padding: 0px 6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media print, screen and (min-width: 769px) {
  .service ul.list-service li a .title p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .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) {
  .service ul.list-service li a .title p:after {
    content: " ";
    display: block;
    padding-bottom: 3%;
  }
}

@media only screen and (max-width: 768px) {
  .service ul.list-service li a .title p:before {
    content: " ";
    display: block;
    padding-top: 7%;
  }
}

@media only screen and (max-width: 768px) {
  .service ul.list-service li a .title p.min-height {
    height: 14vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.service ul.list-service li a .title p span.section {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .service ul.list-service li a .title p span.section {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  .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) {
  .service ul.list-service li a .title p span.name {
    display: block;
    font-size: 3vw;
    line-height: 6vw;
  }
}

.service ul.list-service li a .title.service01 {
  background: rgba(66, 112, 218, 0.85);
}

.service ul.list-service li a .title.service02 {
  background: rgba(46, 174, 166, 0.85);
}

.service ul.list-service li a .title.service03 {
  background: rgba(159, 184, 22, 0.85);
}

.service ul.list-service li a .title.service04 {
  background: rgba(232, 176, 31, 0.85);
}

.service ul.list-service li a .title.service05 {
  background: rgba(236, 127, 113, 0.85);
}

.service ul.list-service li a .title.service06 {
  background: rgba(209, 94, 167, 0.85);
}

@media print, screen and (min-width: 769px) {
  .service ul.list-service li:nth-child(even) {
    margin-right: 0;
  }
}

.news-list-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .news-list-block {
    padding: 55px 40px 50px 40px;
  }
}

@media only screen and (max-width: 768px) {
  .news-list-block {
    margin: 0px 15px 40px 15px;
    padding: 30px 10px 15px 10px;
  }
}

.news-list-block ul.news-list li {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .news-list-block ul.news-list li {
    padding: 15px 0px;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .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) {
  .news-list-block ul.news-list li span {
    display: inline-block;
    width: 140px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 768px) {
  .news-list-block ul.news-list li span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

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

.news-list-block ul.news-list li i.new {
  position: relative;
  display: inline-block;
  pointer-events: none;
}

@media print, screen and (min-width: 769px) {
  .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) {
  .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) {
  .news-list-block ul.news-list li:last-child {
    margin-bottom: 0;
  }
}

.footer-area {
  color: #fff;
  background: #5c85e2;
}

@media print, screen and (min-width: 769px) {
  .footer-area {
    width: 1120px;
    margin: 0px auto;
    padding: 55px 0px 50px 0px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }
}

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

.footer-area .footer-logo {
  position: relative;
  vertical-align: top;
}

@media print, screen and (min-width: 769px) {
  .footer-area .footer-logo {
    width: calc(100% - 535px);
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-area .footer-logo .logo {
    /*				position: absolute;*/
    width: 110px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-area .footer-logo .logo {
    float: left;
    width: 45px;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-area .footer-logo .name {
    /*				position: absolute;
				left: 120px;
				top: 3px;
*/
  }
}

@media only screen and (max-width: 768px) {
  .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;
  }
}

.footer-area .footer-logo .name span.footer-name {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .footer-area .footer-logo .name span.footer-name {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    line-height: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .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) {
  .footer-area .footer-logo .address {
    line-height: 1.4;
    margin-top: 10px;
    /*
				position: absolute;
				left: 120px;
				top: 75px;
*/
  }
}

@media only screen and (max-width: 768px) {
  .footer-area .footer-logo .address {
    clear: both;
    padding-top: 10px;
    line-height: 22px;
    line-height: 2.2rem;
  }
}

.footer-area .footer-logo .address span.telfax {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .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) {
  .footer-area .footer-logo .address span.telfax {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.footer-area .footer-logo .sns {
  display: flex;
  margin-top: 20px;
}

.footer-area .footer-logo .sns li {
  width: 40px;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .footer-area .footer-logo .sns li {
    margin-bottom: 20px;
  }
}

.footer-area .footer-logo .sns li a:hover {
  opacity: 0.8;
}

@media print, screen and (min-width: 769px) {
  .footer-area .footer-btn.visible-pc {
    position: relative;
    width: 100%;
    margin-top: 25px;
  }
  .footer-area .footer-btn.visible-pc li {
    float: left;
    margin: 0px 20px 0px 0px;
  }
  .footer-area .footer-btn.visible-pc li:last-child {
    margin-right: 0;
  }
  .footer-area .footer-btn.visible-pc li a {
    display: block;
  }
  .footer-area .footer-btn.visible-pc li a:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  .footer-area .footer-btn.visible-pc {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .footer-area .footer-btn.visible-sp {
    margin: 30px auto 0px auto;
  }
  .footer-area .footer-btn.visible-sp li {
    display: block;
    margin: 0px auto 15px auto;
  }
  .footer-area .footer-btn.visible-sp li:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-area .footer-btn.visible-sp {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-area .time-table {
    display: inline-block;
    width: 530px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 768px) {
  .footer-area .time-table {
    display: block;
    width: 100%;
    margin-top: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-area .time-table table {
    display: table;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .footer-area .time-table tbody {
    width: 100%;
  }
}

.footer-area .time-table th, .footer-area .time-table td {
  padding: 3px;
  text-align: center;
  border-bottom: 1px solid #2a5ac5;
}

.footer-area .time-table tr.bg-thead {
  color: #fff;
  border-bottom: 0px;
  background: #2a5ac5;
}

@media print, screen and (min-width: 769px) {
  .footer-area .time-table tr.bg-thead {
    height: 45px;
    line-height: 45px;
    line-height: 4.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .footer-area .time-table tr.bg-thead {
    height: 25px;
    line-height: 25px;
    line-height: 2.5rem;
  }
}

.footer-area .time-table tr:last-child td {
  border-bottom: 0px;
}

.footer-area .time-table tr th {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .footer-area .time-table tr th {
    min-width: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-area .time-table tr th {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-area .time-table tr th.align-left {
    min-width: 140px;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-area .time-table tr th.spacer {
    min-width: 20px;
  }
}

.footer-area .time-table tr td {
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  .footer-area .time-table tr td {
    display: table-cell;
    padding: 6px 0px 6px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-area .time-table tr td.ampm {
    padding: 15px 0px 15px 0px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-area .time-table tr td.ampm {
    text-align: right;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-area .time-table tr td.ampm img {
    height: 52px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-area .time-table tr td.ampm img {
    max-width: 91%;
  }
}

@media only screen and (max-width: 768px) {
  .footer-area .time-table tr td img {
    max-width: 16px;
  }
}

.footer-area .time-table .note {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.footer-area .time-table .note .note-list li {
  position: relative;
  margin-top: 5px;
  padding-left: 1.5em;
}

@media only screen and (max-width: 768px) {
  .footer-area .time-table .note .note-list li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}

.footer-area .time-table .note .note-list li:before {
  content: '※';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.footer-area .time-table .note .note-list li a {
  color: #fff;
  text-decoration: underline;
}

.footer-area .time-table p {
  font-size: 13px;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 769px) {
  .footer-area .time-table p {
    margin-top: 5px;
    line-height: 25px;
    line-height: 2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .footer-area .time-table p {
    margin-top: 10px;
    line-height: 22px;
    line-height: 2.2rem;
  }
}

footer {
  color: #fff;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer {
    width: 1120px;
    margin: 0px auto;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  footer {
    width: 100%;
    font-size: 10px;
    font-size: 1rem;
    padding-bottom: 70px;
  }
}

@media print, screen and (min-width: 769px) {
  footer span {
    display: inline-block;
  }
}

#topcontrol {
  display: none;
  position: fixed;
  z-index: 100;
  width: 50px;
  right: 1%;
  bottom: 40px;
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  .contents-area {
    width: 1120px;
    margin: 30px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 768px) {
  .contents-area {
    padding: 0px 10px;
  }
}

@media print, screen and (min-width: 769px) {
  section {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  section {
    margin-bottom: 30px;
  }
}

.tbl-basic {
  width: 100%;
  border-top: 1px solid #dbdbdb;
}

.tbl-basic tr {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}

.tbl-basic tr td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .tbl-basic tr td {
    padding: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .tbl-basic tr td {
    padding: 15px;
  }
}

.tbl-basic tr td:nth-child(odd) {
  background: #fff8e4;
}

@media print, screen and (min-width: 769px) {
  .tbl-basic tr td:nth-child(odd) {
    width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .tbl-basic tr td:nth-child(odd) {
    border-bottom: 1px solid #dbdbdb;
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .tbl-basic tr td:nth-child(even) {
    display: block;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .tbl-blue {
    margin: 5px auto;
  }
}

@media only screen and (max-width: 768px) {
  .tbl-blue {
    margin: 10px auto;
  }
}

@media only screen and (max-width: 768px) {
  .tbl-blue tr {
    border-bottom: 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .tbl-blue tr td {
    padding: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .tbl-blue tr td {
    padding: 5px 10px;
  }
}

.tbl-blue tr td:nth-child(odd) {
  background: #fff;
}

.tbl-blue tr td:nth-child(even) {
  border-bottom: 1px solid #dbdbdb;
}

.tbl-blue tr td:first-child {
  background: #2a5ac5;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .tbl-blue tr td:first-child {
    min-width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .tbl-blue tr td:first-child {
    font-weight: bold;
  }
}

.pagination {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .pagination {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .pagination {
    margin-top: 30px;
  }
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0px 2px;
  border: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 769px) {
  .pagination .page-numbers {
    padding: 8px 12px;
  }
}

@media only screen and (max-width: 768px) {
  .pagination .page-numbers {
    padding: 4px 8px;
  }
}

.pagination .page-numbers.current {
  border: solid 1px #2a5ac5;
  color: #fff;
  background: #2a5ac5;
}

.pagination .screen-reader-text {
  display: none;
}

h2.icon-h2 {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  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) {
  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) {
  h2.icon-h2 img {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  h2.icon-h2 img {
    max-width: 35px;
    margin-right: 10px;
  }
}

h2.ttl-h2 {
  background: #9cb7f5;
  color: #fff;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  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) {
  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;
  }
}

h3.ttl-h3 {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  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) {
  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;
  }
}

h4.ttl-h4 {
  width: 100%;
  color: #0f3faf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #c8d9ff;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  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) {
  h4.ttl-h4 {
    margin: 30px auto 15px auto;
    padding-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
  }
}

h4.ttl-h4 span {
  display: block;
  background: transparent url("./images/ttl_h4.png") left top repeat-y;
}

@media print, screen and (min-width: 769px) {
  h4.ttl-h4 span {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  h4.ttl-h4 span {
    padding-left: 10px;
  }
}

/*about,doctor,news,recruit,seminar,top以外共通*/
.text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
}

.text .ttl {
  display: block;
  color: #0f3faf;
}

@media print, screen and (min-width: 769px) {
  .text .ttl {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .text .ttl {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
  }
}

.dot {
  display: block;
  position: relative;
  padding-left: 1em;
}

.dot:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  content: "・";
  pointer-events: none;
}

.btn-default {
  width: 14em;
  text-align: center;
}

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

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

.btn-default a {
  display: block;
  color: #fff;
  background: #5c85e2;
  -webkit-box-shadow: 0 2px 0 0 rgba(36, 77, 168, 0.8);
  -moz-box-shadow: 0 2px 0 0 rgba(36, 77, 168, 0.8);
  box-shadow: 0 2px 0 0 rgba(36, 77, 168, 0.8);
  border-radius: 5px;
}

@media print, screen and (min-width: 769px) {
  .btn-default a {
    padding: 15px 0px;
  }
}

@media only screen and (max-width: 768px) {
  .btn-default a {
    padding: 8px 0px;
  }
}

.btn-default a:hover {
  opacity: 0.8;
  text-decoration: none;
}

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

.text-red {
  color: #ee0000;
}

.blue-box {
  border: 1px solid #0f3faf;
  padding: 20px 30px 30px 30px;
}

.bg-lightblue {
  background: #eef8fe;
}

.footer-blue {
  background: #5c85e2;
}

@media print, screen and (min-width: 769px) {
  .footer-blue {
    width: 100%;
  }
}

/* no-smoking apnea children*/
.bg-deepblue {
  color: #fff;
  background: #2a5ac5;
}

.bg-deepblue.ttl {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
}

@media print, screen and (min-width: 769px) {
  .bg-deepblue.ttl {
    padding-left: 20px;
    line-height: 60px;
    line-height: 6rem;
  }
}

@media only screen and (max-width: 768px) {
  .bg-deepblue.ttl {
    font-size: 20px;
    font-size: 2rem;
    padding: 5px 10px;
  }
}

.deepblue-box {
  border: 1px solid #2a5ac5;
}

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

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

.deepblue-box li {
  margin-bottom: 10px;
}

.ban-call {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #5c85e2;
  border-radius: 7px;
}

@media print, screen and (min-width: 769px) {
  .ban-call {
    margin-top: 30px;
    padding: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .ban-call {
    margin: 40px auto 0px auto;
    padding: 10px 0px 14px 0px;
  }
}

.ban-call .align-center {
  display: table;
  margin: 0px auto;
}

@media print, screen and (min-width: 769px) {
  .ban-call .align-center span {
    display: table-cell;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 768px) {
  .ban-call .align-center span {
    width: 65%;
    display: block;
    margin: 0px auto;
  }
}

@media only screen and (max-width: 768px) {
  .ban-call .align-center span img {
    vertical-align: top;
  }
}

@media print, screen and (min-width: 769px) {
  .ban-call .align-center span:first-child {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .service-btn {
    margin: 1px -10px 0px -10px;
  }
}

.service-btn ul li {
  float: left;
  margin-bottom: 1px;
  color: #fff;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .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) {
  .service-btn ul li {
    width: calc(( 100% - 1px )/2);
    margin-right: 1px;
    height: 30px;
    line-height: 30px;
    line-height: 3rem;
    font-weight: bold;
  }
}

.service-btn ul li a {
  display: block;
  color: #fff;
  background: #b7b7b7;
}

.service-btn ul li a:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .service-btn ul li:nth-child(3n) {
    width: 372px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .service-btn ul li:nth-child(even) {
    margin-right: 0;
  }
}

.service-btn ul li.service01 a:hover, .service-btn ul li.service01.on a {
  background: #4270da;
}

.service-btn ul li.service02 a:hover, .service-btn ul li.service02.on a {
  background: #2eaea6;
}

.service-btn ul li.service03 a:hover, .service-btn ul li.service03.on a {
  background: #9fb816;
}

.service-btn ul li.service04 a:hover, .service-btn ul li.service04.on a {
  background: #e8b01f;
}

.service-btn ul li.service05 a:hover, .service-btn ul li.service05.on a {
  background: #ec7f71;
}

.service-btn ul li.service06 a:hover, .service-btn ul li.service06.on a {
  background: #d15ea7;
}

@media only screen and (max-width: 768px) {
  .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) {
  #page-404 .contents-area {
    margin-top: 40px;
  }
}

/*plugin*/
p a.cboxElement {
  display: inline-block;
}

/*lightbox swipebox

#swipebox-overlay{
	background:rgba(0,0,0,0.9) !important;
}
#swipebox-bottom-bar{
	display: none;
}
#swipebox-slider .slide.current img{
	height: auto;
	@include media(pc) {
		max-width: 70%;
	}
	@include media(sp) {
		max-width: 90%;
	}
}
#swipebox-slider{
		pointer-events:none;
}
*/
/*Lightbox TosRUs*/
.tos-slide > * {
  max-height: 70% !important;
}

@media print, screen and (min-width: 769px) {
  .tos-slide > * {
    max-width: 600px !important;
  }
}

.tos-wrapper .tos-caption .tos-caption-0 {
  display: none;
}

.tos-desktop .tos-wrapper:hover .tos-next, .tos-desktop .tos-wrapper:hover .tos-prev, .tos-touch .tos-wrapper.tos-hover .tos-next, .tos-touch .tos-wrapper.tos-hover .tos-prev {
  opacity: .3 !important;
}

@media print, screen and (min-width: 769px) {
  .tos-close {
    right: 30% !important;
  }
}

#top {
  /*
	@media only screen and (max-width: 1120px){
		@include media(pc) {
		  overflow-x: hidden;
		}
	}
*/
}

@media print, screen and (min-width: 769px) {
  #top {
    overflow-x: hidden;
  }
}

@media print, screen and (min-width: 769px) {
  #top .header-pc .pc-menu {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  #top .contents-area {
    width: auto;
    margin: 0px auto;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  #top .contents-area {
    padding: 0px;
  }
}

@media print, screen and (min-width: 769px) {
  #top .contents-area .mainvisual-area {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #top .contents-area .mainvisual-area {
    overflow-x: hidden;
  }
}

#top .contents-area .mainvisual-area .slider {
  padding: 0;
}

@media print, screen and (min-width: 769px) {
  #top .contents-area .mainvisual-area .slider {
    height: 450px;
  }
}

@media print, screen and (min-width: 769px) {
  #top .contents-area .mainvisual-area .slider .slick-dots {
    bottom: -25px;
  }
}

@media print, screen and (min-width: 769px) {
  #top .contents-area .mainvisual-area .slide_all {
    min-width: 1120px;
    height: 450px;
    margin: 0 auto;
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  #top .contents-area .mainvisual-area .slide_all {
    position: relative;
    margin-bottom: 35px;
  }
}

@media print, screen and (min-width: 769px) {
  #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) {
  #top .service {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #top .service {
    padding-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  #top .top-news {
    padding: 0px 0px 90px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  #top .top-news h2.icon-h2 {
    padding: 0px 0px 0px 0px;
    margin: 40px 0px 0px 0px;
  }
}

@media only screen and (max-width: 768px) {
  #top .top-news h2.icon-h2 {
    margin: 0;
    padding: 5px 0px 0px 0px;
  }
}

#top .top-news .news-list-block {
  position: relative;
  background: #fff;
}

@media print, screen and (min-width: 769px) {
  #top .top-news .news-list-block {
    width: 1090px;
    margin: 0px auto;
    padding: 15px 0px 0px 0px;
  }
}

@media only screen and (max-width: 768px) {
  #top .top-news .news-list-block {
    margin: 0px 15px 15px 15px;
    padding: 15px 10px;
  }
}

#top .top-news .news-list-block .link-list {
  display: block;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  #top .top-news .news-list-block .link-list {
    top: -5px;
    right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #top .top-news .news-list-block .link-list {
    top: 0px;
    right: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  #top .ban-area {
    width: 1090px;
    margin: 60px auto 70px auto;
  }
}

@media only screen and (max-width: 768px) {
  #top .ban-area {
    margin-top: 30px;
    padding: 0px 15px;
  }
}

#top .ban-area .ban-list li {
  /*バナー個数*/
}

@media print, screen and (min-width: 769px) {
  #top .ban-area .ban-list li {
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  #top .ban-area .ban-list li {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  #top .ban-area .ban-list li {
    width: calc(( 100% - 30px ) / 2);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

#top .ban-area .ban-list li:nth-child(even) {
  margin-right: 0px;
}

#top .ban-area .ban-list li a {
  display: block;
}

@media only screen and (max-width: 768px) {
  #top .ban-area .ban-list li a {
    text-align: center;
  }
}

#top .btn-reserve.visible-sp {
  padding: 0px 15px;
}

#service {
  /* 各心療科　共通 */
  /*circulatory*/
  /* children */
  /* hospitalization */
  /*medical-checkup*/
}

@media print, screen and (min-width: 769px) {
  #service .contents-area {
    margin-bottom: 115px;
  }
}

@media only screen and (max-width: 768px) {
  #service .contents-area {
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 768px) {
  #service section {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  #service .service {
    margin-top: 60px;
    padding-bottom: 20px;
  }
}

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

@media print, screen and (min-width: 769px) {
  #service .mainvisual-area {
    margin-bottom: 60px;
  }
}

#service .photo {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  #service .photo {
    margin: 30px auto 0px auto;
  }
}

@media only screen and (max-width: 768px) {
  #service .photo {
    margin: 15px auto 0px auto;
  }
}

@media print, screen and (min-width: 769px) {
  #service .prof {
    float: left;
    width: calc( 100% - 545px);
  }
}

@media only screen and (max-width: 768px) {
  #service .prof {
    display: block;
  }
}

#service .prof .ttl {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  #service .prof .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  #service .prof .ttl {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

#service .prof .ttl span {
  display: block;
  margin-top: 3px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 769px) {
  #service .prof dl {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
}

#service .prof dl dt {
  vertical-align: top;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  #service .prof dl dt {
    display: inline-block;
    width: 135px;
  }
}

@media only screen and (max-width: 768px) {
  #service .prof dl dt {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  #service .prof dl dt.visible-pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  #service .prof dl dd {
    display: inline-block;
    width: 400px;
    line-height: 30px;
    line-height: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  #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) {
  #service .prof dl dd ul {
    margin-left: -0.3em;
  }
}

@media only screen and (max-width: 768px) {
  #service .prof dl dd.margin-sp {
    margin-bottom: 0;
  }
}

#service .comment {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  #service .comment {
    float: left;
    width: 545px;
  }
}

@media only screen and (max-width: 768px) {
  #service .comment {
    display: block;
    padding: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#service .medical-list li {
  font-size: 16px;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 769px) {
  #service .medical-list li {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #service .medical-list li {
    margin-bottom: 25px;
  }
}

#service .medical-list li:last-child {
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  #service .medical-list li .dot {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  #service .medical-list li .dot {
    margin-bottom: 7px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

#service .medical-list li .text {
  line-height: 28px;
  line-height: 2.8rem;
}

@media print, screen and (min-width: 769px) {
  #service .medical-list li .text {
    padding-left: 2.6em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  #service .medical-list li .text {
    padding-left: 1.2em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  #service .medical-list li.note {
    padding-left: 1.2em;
  }
}

#service .medical-list.drawer li .dot {
  color: #0077dd;
  cursor: pointer;
  position: relative;
}

#service .medical-list.drawer li .dot:before {
  color: #000;
}

@media print, screen and (min-width: 769px) {
  #service .medical-list.drawer li .dot {
    display: inline;
    padding-right: 1.5em;
  }
}

@media only screen and (max-width: 768px) {
  #service .medical-list.drawer li .dot {
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 2.5rem;
  }
}

#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) {
  #service .medical-list.drawer li .dot i {
    top: 0px;
    right: 0px;
  }
}

@media only screen and (max-width: 768px) {
  #service .medical-list.drawer li .dot i {
    top: 0px;
    right: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  #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) {
  #service .medical-list.drawer li .text {
    display: inline-block;
    width: 65%;
    padding-top: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  #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) {
  #service .medical-list.drawer li .photo {
    margin: 20px auto;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  #service .medical-list.drawer li .photo img {
    vertical-align: top;
  }
}

@media only screen and (max-width: 768px) {
  #service .medical-list.drawer li .photo img {
    display: block;
    margin: 0px auto;
  }
}

#service .medical-list.drawer li .opened {
  font-weight: bold;
  display: block;
}

#service .medical-list.drawer li .opened i {
  font-weight: normal;
}

@media print, screen and (min-width: 769px) {
  #service .medical-list.drawer.without-image li .text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media print, screen and (min-width: 769px) {
  #service .blue-box {
    padding: 20px 30px 30px 30px;
  }
}

@media print, screen and (min-width: 769px) {
  #service .circulatory .medical-list li:last-child {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  #service .circulatory .medical-list li:last-child {
    margin-top: 40px;
  }
}

#service .children .medical-list-block h5.ttl-h5 {
  color: #0f3faf;
  font-weight: normal;
}

@media print, screen and (min-width: 769px) {
  #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) {
  #service .children .medical-list-block h5.ttl-h5 {
    margin: 15px 0px 20px 0px;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#service .children .medical-list-block .bg-blue {
  background: #c8d9ff;
}

@media print, screen and (min-width: 769px) {
  #service .children .medical-list-block .sub-list {
    padding-left: 2.5em;
  }
}

#service .children .medical-list-block .sub-list span {
  display: block;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
}

#service .children .medical-list-block .sub-list li {
  margin-bottom: 0;
}

#service .children .genkinako time {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #0f3faf;
}

#service .children .genkinako .refer-list {
  margin-top: 20px;
}

#service .children .genkinako .refer-list li {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #service .hospitalization {
    padding: 0px 10px !important;
  }
}

@media print, screen and (min-width: 769px) {
  #service .hospitalization section {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  #service .hospitalization section {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  #service .hospitalization .mainvisual-area {
    margin-bottom: 60px;
  }
}

#service .hospitalization .text-blue {
  font-weight: bold;
  color: #0f3faf;
}

@media print, screen and (min-width: 769px) {
  #service .hospitalization .text-blue {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 768px) {
  #service .hospitalization .text-blue {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

@media print, screen and (min-width: 769px) {
  #service .hospitalization .text-blue.example {
    margin: 30px 0px 15px 0px;
  }
}

@media only screen and (max-width: 768px) {
  #service .hospitalization .text-blue.example {
    margin: 40px 0px 10px 0px;
  }
}

#service .hospitalization .feature-list {
  background: #e7f4ff;
}

@media print, screen and (min-width: 769px) {
  #service .hospitalization .feature-list {
    padding: 20px 30px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #service .hospitalization .feature-list {
    margin: 20px auto 40px auto;
    padding: 20px 15px;
  }
}

#service .hospitalization .feature-list li {
  margin-bottom: 5px;
}

#service .hospitalization .feature-list li:last-child {
  padding-left: 1em;
}

#service .hospitalization .ttl-black {
  font-size: 20px;
  font-size: 2rem;
}

@media print, screen and (min-width: 769px) {
  #service .hospitalization .ttl-black {
    margin: 30px 0px 15px 0px;
  }
}

@media only screen and (max-width: 768px) {
  #service .hospitalization .ttl-black {
    margin: 40px 0px 20px 0px;
    font-weight: bold;
  }
}

#service .hospitalization .check-box {
  margin-bottom: 10px;
}

#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) {
  #service .hospitalization .check-box li {
    width: calc( 49% - 3em);
  }
}

#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) {
  #service .hospitalization .check-box li:last-child {
    width: calc( 95% - 3em);
  }
}

#service .hospitalization .room-fee {
  margin-top: 50px;
}

@media print, screen and (min-width: 769px) {
  #service .hospitalization .room-fee .photo {
    display: table;
    width: 100%;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  #service .hospitalization .room-fee .photo {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  #service .hospitalization .room-fee .photo span {
    display: table-cell;
    width: 50%;
    text-align: right;
  }
}

@media only screen and (max-width: 768px) {
  #service .hospitalization .room-fee .photo span {
    display: block;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  #service .hospitalization .room-fee .photo span:first-child {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  #service .hospitalization .room-fee .photo span:first-child {
    margin-bottom: 15px;
  }
}

#service .daily-life .column {
  margin-bottom: 40px;
}

#service .daily-life h5.ttl-h5 {
  color: #0f3faf;
  font-weight: normal;
}

@media print, screen and (min-width: 769px) {
  #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) {
  #service .daily-life h5.ttl-h5 {
    margin: 15px 0px 20px 0px;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
}

#service .daily-life .bg-blue {
  background: #c8d9ff;
}

@media print, screen and (min-width: 769px) {
  #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) {
  #service .daily-life .stuff-list dt, #service .daily-life .stuff-list dd {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  #service .daily-life .stuff-list dt {
    width: 150px;
  }
}

@media print, screen and (min-width: 769px) {
  #service .daily-life .stuff-list dd {
    width: calc( 100% - 156px);
  }
}

@media only screen and (max-width: 768px) {
  #service .daily-life .stuff-list dd {
    margin-bottom: 20px;
  }
}

#service .daily-life .note {
  margin-top: 30px;
}

#service .daily-life .note li {
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) {
  #service .daily-life .note li {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  #service .daily-life .note li {
    margin-bottom: 20px;
  }
}

#service .daily-life .ttl-black {
  margin: 20px 0px;
}

#service .daily-life .tbl-blue {
  margin: 0px 0px 40px 0px;
}

@media print, screen and (min-width: 769px) {
  #service .daily-life .tbl-blue {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  #service .daily-life .tbl-blue {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  #service .daily-life .dot {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  #service .daily-life .dot {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  #service .medicalcheck section {
    margin-bottom: 80px;
  }
}

#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;
}

#service .medicalcheck .ttl-h5 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #service .medicalcheck .ttl-h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#service .medicalcheck .tbl-basic {
  margin-bottom: 10px;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  #service .medicalcheck .tbl-basic {
    display: table;
  }
}

#service .medicalcheck .tbl-basic td {
  border-right: 1px solid #dbdbdb;
}

@media only screen and (max-width: 768px) {
  #service .medicalcheck .tbl-basic td {
    padding: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

#service .medicalcheck .tbl-basic td:nth-child(odd) {
  width: auto;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  #service .medicalcheck .tbl-basic td:nth-child(odd) {
    display: table-cell;
  }
}

@media only screen and (max-width: 768px) {
  #service .medicalcheck .tbl-basic td:nth-child(even) {
    display: table-cell;
    width: auto;
  }
}

#service .medicalcheck .tbl-basic td:last-child {
  border-right: 0px;
}

#service .medicalcheck .tbl-basic td.border-right {
  border-right: 1px solid #dbdbdb;
}

#service .medicalcheck .tbl-basic thead tr {
  color: #fff;
  background: #2a5ac5;
}

#service .medicalcheck .tbl-basic thead tr th {
  padding: 25px;
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  #service .medicalcheck .tbl-basic thead tr th {
    padding: 5px 10px;
    font-weight: bold;
  }
}

#service .medicalcheck .tbl-basic thead tr th:last-child {
  border-right: 0px;
}

#service .medicalcheck .text-red {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding-left: 0.3em;
}

#service .medicalcheck .thead {
  width: 100%;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
  -moz-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) {
  #service .medicalcheck .thead {
    padding: 5px 10px;
    font-weight: bold;
  }
}

#service .medicalcheck .blue-box {
  padding-left: 45px;
}

#service .medicalcheck .blue-box .column li {
  padding-left: 15px;
  list-style-type: decimal;
  list-style-position: outside;
}

#service .medicalcheck .sub-column {
  margin-top: 20px;
}

@media print, screen and (min-width: 769px) {
  #service .medicalcheck .with-image .text {
    display: inline-block;
    width: calc( 100% - 305px);
  }
}

@media print, screen and (min-width: 769px) {
  #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) {
  #service .medicalcheck .with-image .photo {
    margin: 20px auto;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  #service .medicalcheck .with-image .photo img {
    vertical-align: top;
  }
}

@media only screen and (max-width: 768px) {
  #service .medicalcheck .with-image .photo img {
    display: block;
    margin: 0px auto;
  }
}

@media only screen and (max-width: 768px) {
  #service .medicalcheck #tokutei, #service .medicalcheck #doc, #service .medicalcheck #program {
    margin-top: -60px;
    padding-top: 30px;
  }
}

#service .medicalcheck .bg-lightblue {
  margin: 20px 0px 10px 0px;
}

@media print, screen and (min-width: 769px) {
  #service .medicalcheck .bg-lightblue {
    padding: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #service .medicalcheck .bg-lightblue {
    padding: 15px;
  }
}

#service .medicalcheck h5.ttl-blue {
  margin: 30px 0px 20px 0px;
  color: #0f3faf;
}

@media print, screen and (min-width: 769px) {
  #service .medicalcheck h5.ttl-blue {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 768px) {
  #service .medicalcheck h5.ttl-blue {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 769px) {
  #about .contents-area {
    margin-bottom: 115px;
  }
}

@media print, screen and (min-width: 769px) {
  #about .greeting .photo {
    float: right;
    margin: 0px 0px 40px 35px;
  }
}

@media only screen and (max-width: 768px) {
  #about .greeting .photo {
    width: 100%;
    margin: 0px auto 15px auto;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  #about .greeting p.text {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  #about .greeting p.text {
    margin-bottom: 30px;
  }
}

#about .greeting p.text span {
  display: block;
  width: 100%;
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  #about .greeting p.text span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 768px) {
  #about .greeting p.text span {
    font-size: 20px;
    font-size: 2rem;
  }
}

#about .floor .floor-box {
  position: relative;
  border: 1px solid #b7b7b7;
}

@media print, screen and (min-width: 769px) {
  #about .floor .floor-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  #about .floor .floor-box {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}

#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) {
  #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) {
  #about .floor .floor-box .num-floor {
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

#about .floor .floor-box .floor-map {
  padding: 40px 0px;
  text-align: center;
}

#about .floor .floor-box .floor-map img {
  margin: 0px auto;
}

#about .floor .floor-box .thum-floor {
  display: table;
  margin: 0px auto;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #about .floor .floor-box .thum-floor {
    width: 100%;
  }
}

#about .floor .floor-box .thum-floor li {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  #about .floor .floor-box .thum-floor li {
    display: table-cell;
    width: 170px;
  }
}

@media only screen and (max-width: 768px) {
  #about .floor .floor-box .thum-floor li {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
  }
}

#about .floor .floor-box .thum-floor li img {
  width: auto;
}

#about .floor .floor-box .thum-floor li span {
  display: block;
  margin-top: 7px;
}

#about .floor .floor-box .thum-floor li a {
  display: block;
  padding: 0px 5px;
}

@media print, screen and (min-width: 769px) {
  #news .contents-area {
    margin-bottom: 115px;
  }
}

@media print, screen and (min-width: 769px) {
  #news .news-list-block {
    padding: 50px 40px;
  }
}

@media only screen and (max-width: 768px) {
  #news .news-list-block {
    margin: 0;
    padding: 30px 0px 0px 0px;
  }
}

@media only screen and (max-width: 768px) {
  #news .news-list-block li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#news h3.ttl-h3 {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  #news h3.ttl-h3 {
    margin-bottom: 40px;
  }
}

#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) {
  #news h3.ttl-h3 time {
    bottom: -28px;
  }
}

@media only screen and (max-width: 768px) {
  #news h3.ttl-h3 time {
    bottom: -20px;
  }
}

#news h3.ttl-h3 i.new {
  position: relative;
  display: inline-block;
  pointer-events: none;
}

@media print, screen and (min-width: 769px) {
  #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) {
  #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) {
  #news .news-detail-block {
    margin-top: 2.5em;
  }
}

#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) {
  #news .news-detail-block p img {
    display: block;
    text-align: left;
    margin: 20px 0px;
  }
}

@media only screen and (max-width: 768px) {
  #news .news-detail-block p img {
    margin: 20px auto;
  }
}

#news .news-detail-block .thum-pdf {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  #news .news-detail-block .thum-pdf a {
    display: block;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  #doctor .contents-area {
    margin: 60px auto 115px auto;
  }
}

@media print, screen and (min-width: 769px) {
  #doctor h3.ttl-h3 {
    margin-bottom: 40px;
  }
}

#doctor h4.ttl-h4 {
  color: #0f3faf !important;
  border-bottom: 1px solid #c8d9ff !important;
}

@media print, screen and (min-width: 769px) {
  #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) {
  #doctor h4.ttl-h4 {
    margin: 30px auto 15px auto !important;
    padding-bottom: 5px !important;
    font-size: 20px;
    font-size: 2rem;
  }
}

#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) {
  #doctor h4.ttl-h4 span {
    padding-left: 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  #doctor h4.ttl-h4 span {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 768px) {
  #doctor section {
    margin-bottom: 60px;
  }
}

#doctor .tbl-doctor {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  #doctor .tbl-doctor {
    margin: 0px auto 10px auto;
  }
}

@media only screen and (max-width: 768px) {
  #doctor .tbl-doctor {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

#doctor .tbl-doctor thead tr {
  background: #1d3f8a;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  #doctor .tbl-doctor thead tr {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#doctor .tbl-doctor thead tr th {
  padding: 1.75rem;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  #doctor .tbl-doctor thead tr th {
    padding: 1.75rem;
  }
}

@media only screen and (max-width: 768px) {
  #doctor .tbl-doctor thead tr th {
    padding: 5px 10px !important;
  }
}

#doctor .tbl-doctor thead tr th:first-child {
  width: 16%;
}

#doctor .tbl-doctor tr td {
  width: 14%;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  #doctor .tbl-doctor tr td {
    display: table-cell;
    padding: 30px 0px !important;
  }
}

#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) {
  #doctor .tbl-doctor tr td:first-child {
    padding: 30px 0px 30px 0.5em !important;
  }
}

#doctor .tbl-doctor tr td span {
  color: #ee0000;
}

@media print, screen and (min-width: 769px) {
  #doctor .tbl-doctor tr td span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  #doctor .tbl-doctor tr td span {
    display: block;
    font-size: 10px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  #doctor .tbl-doctor tr td:nth-child(even) {
    display: table-cell;
  }
}

#doctor .date {
  text-align: right;
  margin-bottom: 10px;
}

#doctor .note {
  color: #ee0000;
}

@media print, screen and (min-width: 769px) {
  #recruit .contents-area {
    margin: 60px auto 115px auto;
  }
}

@media print, screen and (min-width: 769px) {
  #recruit h3.ttl-h3 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #recruit section {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  #recruit .contact-box {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

@media only screen and (max-width: 768px) {
  #recruit .contact-box {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

@media print, screen and (min-width: 769px) {
  #seminar .contents-area {
    margin: 60px auto 115px auto;
  }
}

#seminar h4.ttl-h4 {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #seminar section {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  #seminar .next-info .photo {
    display: inline-block;
    width: 150px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #seminar .next-info .photo {
    display: block;
    width: 50%;
    margin: 0px auto 30px auto;
  }
}

#seminar .next-info time {
  display: block;
}

@media print, screen and (min-width: 769px) {
  #seminar .next-info time {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#seminar .next-info .info {
  vertical-align: top;
}

@media print, screen and (min-width: 769px) {
  #seminar .next-info .info {
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  #seminar .next-info .info {
    display: block;
  }
}

#seminar .next-info .info .tbl-info tr td {
  padding: 10px;
}

#seminar .next-info .info .tbl-info tr td:nth-child(odd) {
  background-color: #f1f1f1;
}

@media print, screen and (min-width: 769px) {
  #seminar .next-info .info .tbl-info tr td:nth-child(odd) {
    width: 20%;
  }
}

#seminar .tbl-basic {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
}

@media only screen and (max-width: 768px) {
  #seminar .tbl-basic tr td.sp-center {
    text-align: center !important;
  }
}

@media print, screen and (min-width: 769px) {
  #seminar .archive {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #seminar .seminar-detail-block {
    margin-top: 2.5em;
  }
}

@media only screen and (max-width: 768px) {
  #seminar .lead {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  #nosmoking .contents-area {
    margin: 60px auto 115px auto;
  }
}

@media only screen and (max-width: 768px) {
  #nosmoking .contents-area {
    margin: 30px 0px;
  }
}

@media only screen and (max-width: 768px) {
  #nosmoking h4.ttl-h4 {
    margin: 30px auto 15px auto !important;
    padding-bottom: 5px !important;
  }
}

@media only screen and (max-width: 768px) {
  #nosmoking section {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  #nosmoking .blue-box {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  #nosmoking .blue-box {
    padding: 15px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 769px) {
  #nosmoking .mainvisual-area {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  #nosmoking .photo {
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (max-width: 768px) {
  #nosmoking .photo {
    margin: 0px auto;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  #nosmoking .photo img {
    display: inline-block;
  }
}

#nosmoking ul li.dot {
  line-height: 32px;
  line-height: 3.2rem;
}

#nosmoking a.icon-link {
  position: relative;
  padding-right: 1.25em;
  background: transparent url("./images/icon_link.png") right center no-repeat;
}

#nosmoking .counsel .ttl {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  #nosmoking .counsel .ttl {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #nosmoking .counsel .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

@media print, screen and (min-width: 769px) {
  #nosmoking .counsel .check-list {
    width: calc( 100% - 491px);
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  #nosmoking .counsel .check-list {
    display: block;
    margin: 20px auto;
  }
}

#nosmoking .counsel .check-list li {
  position: relative;
}

#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) {
  #nosmoking .counsel .check-list li:before {
    width: 50px;
    height: 32px;
  }
}

@media only screen and (max-width: 768px) {
  #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) {
  #nosmoking .counsel .check-list li {
    padding-left: 50px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #nosmoking .counsel .check-list li {
    margin-bottom: 10px;
    padding-left: 2.5em;
  }
}

@media only screen and (max-width: 768px) {
  #nosmoking .harmful .photo {
    margin: 0px auto 15px auto;
  }
}

@media print, screen and (min-width: 769px) {
  #nosmoking .harmful .text {
    display: inline-block;
    width: calc( 100% - 530px);
    margin-left: 30px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 768px) {
  #nosmoking .test-list li {
    line-height: 2.8rem !important;
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  #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) {
  #nosmoking .flow-list {
    margin: 30px auto 40px auto;
  }
}

#nosmoking .flow-list li {
  position: relative;
  background: #f5f5f5;
}

@media print, screen and (min-width: 769px) {
  #nosmoking .flow-list li {
    display: block;
    width: calc( 100% - 35px);
    height: 150px;
    margin: 0px 0px 40px 35px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 768px) {
  #nosmoking .flow-list li {
    margin: 0px 0px 20px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  #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) {
  #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) {
  #nosmoking .flow-list li .text.line2 {
    height: 90px;
    display: table-cell;
    vertical-align: middle;
  }
}

#nosmoking .flow-list li .text .text-pink {
  font-size: 30px;
  font-size: 3rem;
  color: #ff607a;
}

@media print, screen and (min-width: 769px) {
  #nosmoking .flow-list li .icon-flow {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #nosmoking .flow-list li .icon-flow {
    position: absolute;
    display: block;
    width: 4em;
    height: 4em;
    left: calc( ( 100% - 4em )/2);
    top: -4.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #nosmoking .flow-list li .icon-flow img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #nosmoking .flow-list li:first-child .text {
    margin-top: 5em;
  }
}

#nosmoking .qa-list li {
  position: relative;
  line-height: 32px;
  line-height: 3.2rem;
}

@media print, screen and (min-width: 769px) {
  #nosmoking .qa-list li {
    padding: 30px 30px 30px 80px;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #nosmoking .qa-list li {
    padding: 15px 15px 15px 40px;
    border-radius: 10px;
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
  }
}

#nosmoking .qa-list li:before {
  display: block;
  position: absolute;
  top: 1em;
  content: '　';
}

@media print, screen and (min-width: 769px) {
  #nosmoking .qa-list li:before {
    width: 37px;
    height: 32px;
    left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #nosmoking .qa-list li:before {
    width: 1em;
    top: 1.1em;
    left: 15px;
  }
}

#nosmoking .qa-list li:nth-child(odd) {
  margin-bottom: 10px;
  color: #fff;
  background: #3bc5b0;
}

@media print, screen and (min-width: 769px) {
  #nosmoking .qa-list li:nth-child(odd) {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  #nosmoking .qa-list li:nth-child(odd) {
    font-size: 20px;
    font-size: 2rem;
  }
}

#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) {
  #nosmoking .qa-list li:nth-child(odd):before {
    background: transparent url("./images/icon_q.png") top left no-repeat;
    background-size: 100%;
  }
}

#nosmoking .qa-list li:nth-child(even) {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #f5f5f5;
}

#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) {
  #nosmoking .qa-list li:nth-child(even):before {
    top: 38px;
  }
}

@media only screen and (max-width: 768px) {
  #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) {
  #inhome .contents-area {
    margin: 60px auto 115px auto;
  }
}

@media only screen and (max-width: 768px) {
  #inhome .contents-area {
    margin: 30px 0px;
  }
}

@media only screen and (max-width: 768px) {
  #inhome h4.ttl-h4 {
    margin: 30px auto 15px auto !important;
    padding-bottom: 5px !important;
  }
}

@media only screen and (max-width: 768px) {
  #inhome section {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  #inhome .mainvisual-area {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  #inhome .mainvisual-area {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  #inhome .tel {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #inhome .tel {
    text-align: center;
    margin: 30px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  #inhome .tel li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  #inhome .tel li {
    margin-top: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#inhome .qa-list li {
  position: relative;
  line-height: 32px;
  line-height: 3.2rem;
}

@media print, screen and (min-width: 769px) {
  #inhome .qa-list li {
    padding: 30px 30px 30px 80px;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #inhome .qa-list li {
    padding: 15px 15px 15px 40px;
    border-radius: 10px;
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
  }
}

#inhome .qa-list li:before {
  display: block;
  position: absolute;
  top: 1em;
  content: '　';
}

@media print, screen and (min-width: 769px) {
  #inhome .qa-list li:before {
    width: 37px;
    height: 32px;
    left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #inhome .qa-list li:before {
    width: 1em;
    top: 1.1em;
    left: 15px;
  }
}

#inhome .qa-list li:nth-child(odd) {
  margin-bottom: 10px;
  color: #fff;
  background: #3bc5b0;
}

@media print, screen and (min-width: 769px) {
  #inhome .qa-list li:nth-child(odd) {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  #inhome .qa-list li:nth-child(odd) {
    font-size: 20px;
    font-size: 2rem;
  }
}

#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) {
  #inhome .qa-list li:nth-child(odd):before {
    background: transparent url("./images/icon_q.png") top left no-repeat;
    background-size: 100%;
  }
}

#inhome .qa-list li:nth-child(even) {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #f5f5f5;
}

#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) {
  #inhome .qa-list li:nth-child(even):before {
    top: 38px;
  }
}

@media only screen and (max-width: 768px) {
  #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) {
  #apnea .contents-area {
    margin: 60px auto 115px auto;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .contents-area {
    margin: 30px 0px;
  }
}

@media only screen and (max-width: 768px) {
  #apnea h4.ttl-h4 {
    margin: 30px auto 15px auto !important;
    padding-bottom: 5px !important;
  }
}

@media only screen and (max-width: 768px) {
  #apnea section {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  #apnea .blue-box {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .blue-box {
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 769px) {
  #apnea .mainvisual-area {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  #apnea .photo {
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .photo {
    margin: 0px auto;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .photo img {
    min-width: 100%;
    display: block;
    margin: 0px auto;
  }
}

#apnea ul li.dot {
  line-height: 32px;
  line-height: 3.2rem;
}

#apnea a.icon-link {
  position: relative;
  padding-right: 1.25em;
  background: transparent url("./images/icon_link.png") right center no-repeat;
}

#apnea h5.ttl-h5 {
  margin: 30px 0px 20px 0px;
  color: #0f3faf;
}

@media print, screen and (min-width: 769px) {
  #apnea h5.ttl-h5 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 768px) {
  #apnea h5.ttl-h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 769px) {
  #apnea .bg-lightblue {
    padding: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .bg-lightblue {
    padding: 30px 15px;
  }
}

@media print, screen and (min-width: 769px) {
  #apnea .bg-lightblue .fs-24 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 769px) {
  #apnea .bg-lightblue .definition-list li {
    margin-top: 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .bg-lightblue .definition-list li {
    margin-top: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#apnea .bg-lightblue .definition-list li span {
  color: #ff607a;
}

@media print, screen and (min-width: 769px) {
  #apnea .bg-lightblue .definition-list li span {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .bg-lightblue .definition-list li span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

#apnea .counsel .ttl {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  #apnea .counsel .ttl {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .counsel .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

@media print, screen and (min-width: 769px) {
  #apnea .counsel .check-list {
    width: calc( 100% - 305px);
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .counsel .check-list {
    display: block;
    margin: 20px auto;
  }
}

#apnea .counsel .check-list li {
  position: relative;
}

#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) {
  #apnea .counsel .check-list li:before {
    width: 50px;
    height: 32px;
  }
}

@media only screen and (max-width: 768px) {
  #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) {
  #apnea .counsel .check-list li {
    padding-left: 50px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .counsel .check-list li {
    margin-bottom: 10px;
    padding-left: 2.5em;
  }
}

@media print, screen and (min-width: 769px) {
  #apnea .counsel .photo {
    vertical-align: bottom;
  }
}

@media print, screen and (min-width: 769px) {
  #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) {
  #apnea .flow-list {
    margin: 30px auto 40px auto;
  }
}

#apnea .flow-list li {
  position: relative;
  background: #f5f5f5;
}

@media print, screen and (min-width: 769px) {
  #apnea .flow-list li {
    display: block;
    width: calc( 100% - 35px);
    height: 150px;
    margin: 0px 0px 40px 35px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .flow-list li {
    margin: 0px 0px 20px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  #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) {
  #apnea .flow-list li.with-photo {
    height: auto;
  }
}

@media print, screen and (min-width: 769px) {
  #apnea .flow-list li.with-photo .text {
    display: inline-block;
    width: calc( 100% - 336px);
    margin-right: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  #apnea .flow-list li.with-photo .photo {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .flow-list li.with-photo .photo {
    padding: 0px 20px 30px 20px;
  }
}

#apnea .flow-list li.with-photo:before {
  top: calc( 50% - 90px);
}

@media only screen and (max-width: 768px) {
  #apnea .flow-list li .text {
    margin-top: 6.0em;
    padding: 30px 20px;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

#apnea .flow-list li .text .text-pink {
  color: #ff607a;
}

@media print, screen and (min-width: 769px) {
  #apnea .flow-list li .text .text-pink {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .flow-list li .text .text-pink {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media print, screen and (min-width: 769px) {
  #apnea .flow-list li .icon-flow {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .flow-list li .icon-flow {
    position: absolute;
    display: block;
    width: 4em;
    height: 4em;
    left: calc( ( 100% - 4em )/2);
    top: -4.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #apnea .flow-list li .icon-flow img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .flow-list li:first-child .text {
    margin-top: 5em;
  }
}

#apnea .treatment-list li h5.ttl-h5 {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #apnea .treatment-list .photo {
    margin: 0px auto 15px auto;
  }
}

@media print, screen and (min-width: 769px) {
  #apnea .treatment-list .text {
    display: inline-block;
    width: calc( 100% - 455px);
    margin-left: 30px;
    vertical-align: top;
  }
}

@media print, screen and (min-width: 769px) {
  #apnea .qa-list {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .qa-list {
    margin-top: 40px;
  }
}

#apnea .qa-list li {
  position: relative;
  line-height: 32px;
  line-height: 3.2rem;
}

@media print, screen and (min-width: 769px) {
  #apnea .qa-list li {
    padding: 30px 30px 30px 80px;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .qa-list li {
    padding: 15px 15px 15px 40px;
    border-radius: 10px;
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
  }
}

#apnea .qa-list li:before {
  display: block;
  position: absolute;
  top: 1em;
  content: '　';
}

@media print, screen and (min-width: 769px) {
  #apnea .qa-list li:before {
    width: 37px;
    height: 32px;
    left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .qa-list li:before {
    width: 1em;
    top: 1.1em;
    left: 15px;
  }
}

#apnea .qa-list li:nth-child(odd) {
  margin-bottom: 10px;
  color: #fff;
  background: #3bc5b0;
}

@media print, screen and (min-width: 769px) {
  #apnea .qa-list li:nth-child(odd) {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .qa-list li:nth-child(odd) {
    font-size: 20px;
    font-size: 2rem;
  }
}

#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) {
  #apnea .qa-list li:nth-child(odd):before {
    background: transparent url("./images/icon_q.png") top left no-repeat;
    background-size: 100%;
  }
}

#apnea .qa-list li:nth-child(even) {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #f5f5f5;
}

#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) {
  #apnea .qa-list li:nth-child(even):before {
    top: 38px;
  }
}

@media only screen and (max-width: 768px) {
  #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) {
  #apnea .qa-list li.icon-a p {
    display: inline-block;
    width: calc( 100% - 345px);
    margin-right: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  #apnea .qa-list li.icon-a p.without-photo {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  #apnea .qa-list li.icon-a .photo {
    padding-top: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  #patient .contents-area {
    margin: 60px auto 115px auto;
  }
}

@media only screen and (max-width: 768px) {
  #patient h4.ttl-h4 {
    margin: 30px auto 15px auto !important;
    padding-bottom: 5px !important;
  }
}

@media only screen and (max-width: 768px) {
  #patient section {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  #patient section.mainvisual {
    margin-bottom: 40px;
  }
}

#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;
}

#patient #reserve .reserve-note {
  padding: 20px 30px 30px 30px;
  border: 1px solid #0f3faf;
}

@media print, screen and (min-width: 769px) {
  #patient #reserve .reserve-note {
    margin: 40px 0px 20px 0px;
  }
}

@media only screen and (max-width: 768px) {
  #patient #reserve .reserve-note {
    margin: 20px 0px;
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #patient #reserve .reserve-note .dot {
    padding-left: .75em;
  }
}

@media only screen and (max-width: 768px) {
  #patient #reserve .reserve-note .dot:before {
    left: -.25em;
  }
}

#patient #reserve .howto-reserve {
  margin-top: 40px;
}

#patient #reserve .howto-reserve li h4.ttl-h4 {
  position: relative;
  margin-top: 20px;
}

#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) {
  #patient #reserve .howto-reserve li h4.ttl-h4 i {
    top: 5px;
    left: 10em;
    background-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #patient #reserve .howto-reserve li h4.ttl-h4 i {
    top: 0px;
    right: 0px;
  }
}

@media print, screen and (min-width: 769px) {
  #patient #reserve .howto-reserve li h4.ttl-h4 i.internet {
    left: 15em;
  }
}

#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) {
  #patient #reserve .howto-reserve li.on h4.ttl-h4 i {
    background-size: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  #patient #reserve .howto-reserve li .detail-reserve {
    margin: 20px 0px 40px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  #patient #reserve .btn-default {
    width: 40%;
    margin: 30px auto 0px auto;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  #patient #reserve .btn-default {
    width: 100%;
    margin: 20px auto 0px auto;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#patient #reserve .btn-default.btn-reserve a {
  background: #ffc000;
  -webkit-box-shadow: 0 2px 0 0 rgba(217, 163, 0, 0.8);
  -moz-box-shadow: 0 2px 0 0 rgba(217, 163, 0, 0.8);
  box-shadow: 0 2px 0 0 rgba(217, 163, 0, 0.8);
}

@media print, screen and (min-width: 769px) {
  #patient #reserve .btn-default.btn-reserve {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 768px) {
  #patient #reserve .btn-default.btn-reserve {
    margin-top: 0px;
  }
}

#patient #reserve .text-red {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding-left: 0.3em;
}

#patient .patient-flow li {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  #patient .patient-flow li {
    margin-bottom: 45px;
  }
}

#patient .patient-flow li:after {
  content: "";
  display: block;
}

@media print, screen and (min-width: 769px) {
  #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) {
  #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;
  }
}

#patient .patient-flow li:last-child {
  margin-bottom: 15px;
}

#patient .patient-flow li:last-child:after {
  display: none;
}

#patient .patient-flow li.without-arrow {
  margin-bottom: 0;
}

#patient .patient-flow li.without-arrow:after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  #patient .ban-call {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #patient .ban-call {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #patient .ban-call .align-center span {
    width: 60%;
  }
}

#patient .thead {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-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) {
  #patient .thead {
    padding: 10px 25px;
  }
}

@media only screen and (max-width: 768px) {
  #patient .thead {
    padding: 5px 20px;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: bold;
  }
}

#patient .thead a {
  color: #fff;
  text-decoration: underline;
}

#patient .blue-box {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
}

@media only screen and (max-width: 768px) {
  #patient .blue-box {
    padding: 20px;
  }
}

#patient .sub-column {
  margin-top: 20px;
}

#patient h5.ttl-blue {
  margin: 10px 0px 20px 0px;
  color: #0f3faf;
}

@media print, screen and (min-width: 769px) {
  #patient h5.ttl-blue {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 768px) {
  #patient h5.ttl-blue {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}

#patient h5.ttl-h5 {
  color: #0f3faf;
  font-weight: normal;
}

@media print, screen and (min-width: 769px) {
  #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) {
  #patient h5.ttl-h5 {
    margin: 15px 0px 20px 0px;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
}

#patient .bg-blue {
  background: #c8d9ff;
}

@media print, screen and (min-width: 769px) {
  #patient .service-btn {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #patient .service-btn {
    margin-bottom: 30px;
  }
}

#patient .service-btn ul li {
  width: calc(( 100% - 1px ) / 2);
}

@media only screen and (max-width: 768px) {
  #patient .service-btn ul li a {
    padding: 5px 0px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#patient .service-btn ul li a:hover {
  background: #2a5ac5;
}

#patient .service-btn ul li:nth-child(even) {
  margin-right: 0px;
}

#patient .service-btn ul li:nth-child(3n) {
  margin-right: 1px;
}

@media only screen and (max-width: 768px) {
  #patient .service-btn ul li {
    height: auto;
  }
}

@media print, screen and (min-width: 769px) {
  #access .contents-area {
    margin: 60px auto 115px auto;
  }
}

@media only screen and (max-width: 768px) {
  #access .contents-area {
    margin: 30px 0px;
  }
}

@media only screen and (max-width: 768px) {
  #access h4.ttl-h4 {
    margin: 30px auto 15px auto !important;
    padding-bottom: 5px !important;
  }
}

@media only screen and (max-width: 768px) {
  #access section {
    margin-bottom: 60px;
  }
}

#access section#walk, #access section#bus, #access section#shuttle {
  padding-top: 15px;
  margin-top: -70px;
}

@media print, screen and (min-width: 769px) {
  #access .mainvisual-area {
    display: inline-block;
    width: calc( 100% - 551px);
  }
}

@media print, screen and (min-width: 769px) {
  #access .mainvisual-area .text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

#access .mainvisual-area .text .ttl {
  display: block;
  margin: 10px 0px 20px 0px;
  color: #000;
}

@media print, screen and (min-width: 769px) {
  #access .mainvisual-area .text .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  #access .mainvisual-area .text .ttl {
    margin: 5px 0px 15px 0px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

#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) {
  #access .mainvisual-area .link-list {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  #access .mainvisual-area .link-list {
    margin-top: 15px;
  }
}

#access .mainvisual-area .link-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 30px;
  line-height: 3rem;
}

#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;
}

#access .mainvisual-area .link-list li.walk:before {
  background: transparent url("./images/icon_link_walk.png") left center no-repeat;
}

#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) {
  #access .photo {
    display: inline-block;
    margin: 0px 0px 40px 0px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 768px) {
  #access .photo {
    margin: 20px auto;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  #access .photo img {
    min-width: 100%;
    display: block;
    margin: 0px auto;
  }
}

@media only screen and (max-width: 768px) {
  #access .gmap-block {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
  }
}

@media only screen and (max-width: 768px) {
  #access .gmap-block #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

#access .tbl-basic {
  margin-bottom: 10px;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  #access .tbl-basic {
    display: table;
  }
}

#access .tbl-basic td {
  border-right: 1px solid #dbdbdb;
}

@media only screen and (max-width: 768px) {
  #access .tbl-basic td {
    padding: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

#access .tbl-basic td:nth-child(odd) {
  width: auto;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  #access .tbl-basic td:nth-child(odd) {
    display: table-cell;
  }
}

@media only screen and (max-width: 768px) {
  #access .tbl-basic td:nth-child(even) {
    display: table-cell;
    width: auto;
  }
}

#access .tbl-basic td:last-child {
  border-right: 0px;
}

#access .tbl-basic td.align-center a {
  display: block;
}

@media only screen and (max-width: 768px) {
  #access .tbl-basic td.align-center a {
    width: 50%;
    margin: 0px auto;
  }
}

#access .tbl-basic thead tr {
  color: #fff;
  background: #2a5ac5;
}

#access .tbl-basic thead tr th {
  border-right: 1px solid #fff;
}

@media print, screen and (min-width: 769px) {
  #access .tbl-basic thead tr th {
    padding: 25px;
  }
}

@media only screen and (max-width: 768px) {
  #access .tbl-basic thead tr th {
    padding: 5px;
  }
}

#access .tbl-basic thead tr th:last-child {
  border-right: 0px;
}

#access .img-map {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  #access .img-map {
    margin: 80px auto 100px auto;
  }
}

@media print, screen and (min-width: 769px) {
  #access .pickup-bus .access-notice {
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (max-width: 768px) {
  #access .pickup-bus .access-notice {
    text-align: center;
    margin: 30px auto 60px auto;
  }
}

@media print, screen and (min-width: 769px) {
  #access .pickup-bus .bus {
    width: 60%;
    display: inline-block;
    margin-left: 9.5%;
    text-align: right;
  }
}

#access .pickup-bus .bus .tbl-basic {
  margin-top: 0;
}

#access .pickup-bus .bus .tbl-basic tr th, #access .pickup-bus .bus .tbl-basic tr td {
  text-align: center;
}

#access ul li.dot {
  line-height: 32px;
  line-height: 3.2rem;
}

#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) {
  #access .ttl-h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 769px) {
  #access .busstop .bus {
    margin: 20px 0px;
  }
}

@media only screen and (max-width: 768px) {
  #access .busstop .bus {
    margin: 20px 0px 40px 0px;
  }
}

#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) {
  #access .busstop .bus span {
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  #access .busstop .bus span {
    display: block;
    margin-bottom: 10px;
  }
}

#access .busstop .bus img.icon-busstop {
  width: 20px;
  height: 32px;
}

@media print, screen and (min-width: 769px) {
  #access .busstop .bus img.icon-busstop {
    display: inline-block;
    margin: 0px 10px 0px 40px;
  }
}

@media only screen and (max-width: 768px) {
  #access .busstop .bus img.icon-busstop {
    margin: 0px 17px 0px 7px;
  }
}

#blog {
  /*月別、カテゴリ別一覧*/
}

@media print, screen and (min-width: 769px) {
  #blog .contents-area {
    margin: 60px auto;
  }
}

#blog h3.ttl-h3 {
  background: none;
  color: #0f3faf;
}

@media print, screen and (min-width: 769px) {
  #blog h3.ttl-h3 {
    margin: 30px 0px;
  }
}

@media only screen and (max-width: 768px) {
  #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) {
  #blog section.main {
    margin: 30px auto 60px auto;
  }
}

@media print, screen and (min-width: 769px) {
  #blog .main {
    display: inline-block;
    width: 840px;
  }
}

#blog .main .blog-box {
  border: 1px solid #d5d5d5;
}

@media print, screen and (min-width: 769px) {
  #blog .main .blog-box {
    padding: 30px 30px 50px 30px;
  }
}

@media only screen and (max-width: 768px) {
  #blog .main .blog-box {
    padding: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  #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) {
  #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) {
  #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) {
  #blog .main .blog-box .blog-detail-block p.iframe {
    position: relative;
    width: 100%;
    padding-top: 75%;
  }
}

@media only screen and (max-width: 768px) {
  #blog .main .blog-box .blog-detail-block a[data-rel] {
    display: block;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  #blog .main .blog-box .blog-detail-block img {
    margin: 10px 0px;
  }
}

@media only screen and (max-width: 768px) {
  #blog .main .blog-box .blog-detail-block img {
    margin: 10px auto;
  }
}

@media print, screen and (min-width: 769px) {
  #blog .main .blog-box .tag {
    position: relative;
    float: right;
  }
}

@media only screen and (max-width: 768px) {
  #blog .main .blog-box .tag {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  #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) {
  #blog .main .blog-box .tag:before {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #blog .main .blog-box .tag .post-categories {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  #blog .main .blog-box .tag .post-categories li {
    display: inline-block;
    position: relative;
    padding-right: 5px;
  }
}

@media print, screen and (min-width: 769px) {
  #blog .main .blog-box .tag .post-categories li:after {
    display: block;
    content: ',';
    position: absolute;
    top: 0px;
    right: 0px;
  }
}

#blog .main .blog-box .tag .post-categories li:last-child:after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  #blog .main ul.link-list {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #blog .main ul.link-list {
    margin-top: 10px;
  }
}

#blog .main ul.link-list li {
  position: relative;
  float: left;
}

#blog .main ul.link-list li span a {
  padding-left: 1.5em;
}

#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;
}

#blog .main ul.link-list li:last-child {
  float: right;
}

#blog .main ul.link-list li:last-child span a {
  padding-left: 0px;
  padding-right: 1.5em;
}

#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) {
  #blog aside {
    width: calc( 100% - 845px);
    display: inline-block;
    vertical-align: top;
    margin-top: -50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #blog aside {
    display: block;
    margin: 0px auto 60px auto;
  }
}

#blog aside h2 {
  margin-top: 50px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #0f3faf;
}

#blog aside ul li {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media print, screen and (min-width: 769px) {
  #blog .blog-list .blog-box {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #blog .blog-list .blog-box {
    margin-bottom: 20px;
  }
}

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