<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*===================
 Reset
===================*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*===================
 Native
===================*/
/* editor */
.mainblock p,
.mce-content-body p {
  display: block;
  margin: 0 0 1.4em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/**/
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:not(:last-child) {
  margin-bottom: 7%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #1c1f3d;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 16px;
}

*:focus,
a:focus {
  outline: none;
}

a,
a img {
  -webkit-transition: 200ms;
  transition: 200ms;
}

a,
a:visited {
  color: #21150f;
}

a:hover {
  text-decoration: none;
  color: #1c1f3d;
}

a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

img {
  max-width: 100%;
}

/*==========================
	base
==========================*/
#header &gt; .inner, #nav &gt; .inner, #contents &gt; .inner, #footer .inner {
  /* コンテンツ幅 */
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

@media (min-width: 768px) {
  #header &gt; .inner {
    width: 1920px;
  }
}
/*==========================
	#header
==========================*/
#header {
  box-sizing: border-box;
}

#header {
  box-sizing: border-box;
}

#header h1 {
  /* h1ロゴのサイズ指定 */
  display: block;
  float: left;
  max-width: 25.3%;
  width: 253px;
  padding-top: 10px;
}

#header h1 img {
  width: 100%;
}

#header h1 a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

/*==========================
	#nav
==========================*/
.menu-sp-nav-container {
  /* スマホ用メニューを隠す */
  display: none;
}

@media screen and (min-width: 768px) {
  .fixed {
    /* javascript用 */
    position: fixed;
    top: 0;
  }
}
#nav {
  background: #fff;
  box-sizing: border-box;
}

/*==========================
	#contents
==========================*/
/* H2タイトル -------------*/
.page-title {
  overflow: hidden;
  position: relative;
  background: url("img/under_title.jpg") no-repeat center/cover;
  text-align: center;
  padding: 3.5em 0;
}

.page-title h2 {
  font-size: 28px;
  color: #1c1f3d;
  letter-spacing: 0.15em;
  font-weight: bold;
  position: relative;
  line-height: 1.4em;
}
@media (min-width: 1225px) {
  .page-title h2 {
    font-size: 42px;
  }
}

/* パンくず -------------*/
.bread_wrap {
  margin-bottom: 2.5em;
  background: #fffbeb;
}
@media (max-width: 767px) {
  .bread_wrap {
    padding: 10px 0;
    margin-bottom: 0;
  }
}

.bread_wrap .bread {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 96%;
}

.bread {
  padding: 22px 0;
  font-size: 12px;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 0 !important;
  }
}

.bread li {
  display: inline-block;
  line-height: 1.3em;
}

.bread li a {
  color: #1c1f3d;
}

.bread li a:hover {
  text-decoration: none;
}

/* コンテンツの下部余白 -------------*/
.mainblock.page-name-diabetes {
  padding-bottom: 3em;
}

.copyright {
  text-align: center;
}

.inq01 {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  .sp {
    display: none !important;
  }

  .telbtn {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }

  /*==========================
	#header
==========================*/
  #header {
    padding: 10px 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    position: relative;
  }

  .headerinner &gt; div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headerinner &gt; div p {
    margin: 10px 2.5em 0;
  }

  .headerinner &gt; div h1 {
    float: none;
    -webkit-box-flex: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .headerinner &gt; div ul.pc {
    float: none;
    -webkit-box-flex: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .page-name-diabetes #header {
    position: absolute;
  }

  /*==========================
	#nav
==========================*/
  #nav {
    left: 0;
    width: 100%;
    z-index: 100;
    box-sizing: content-box;
  }

  #nav.fixed {
    box-shadow: 0 0 10px #ddd;
  }

  ul#menu-header-nav {
    /*     clear: both;
    overflow: hidden; */
    display: flex;
    align-items: center;
  }

  /* PC用グローバルナビゲーション */
  #nav li {
    box-sizing: border-box;
  }

  #nav a {
    text-decoration: none;
    display: block;
    background-repeat: no-repeat;
    line-height: 1.35em;
    box-sizing: border-box;
    transition: 200ms;
  }

  #menu-header-nav &gt; li {
    position: relative;
  }

  /*#menu-header-nav &gt; li.nav01 {	width:9%;}
*/
  #menu-header-nav &gt; li &gt; a {
    color: #333;
    font-size: 18px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 20000;
    line-height: 1.4em;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1224px) {
  #menu-header-nav &gt; li &gt; a {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  #menu-header-nav &gt; li &gt; a img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }

  #menu-header-nav &gt; li &gt; a &gt; span.nav_text {
    color: #1c1f3d;
    display: block;
    font-weight: 700;
    margin-top: 7px;
  }

  #menu-header-nav &gt; li &gt; a &gt; span.nav_text &gt; span {
    display: inline-block;
  }

  #menu-header-nav &gt; li &gt; a:hover {
    cursor: pointer;
    color: #86b6c3;
  }

  #menu-header-nav li {
    transition: 0.2s;
  }

  #menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 0;
    left: 0;
    width: 200px;
    box-sizing: border-box;
    transition: 0.2s;
  }

  #menu-header-nav &gt; li:last-child ul.sub-menu {
    right: 0;
    left: auto;
  }

  #menu-header-nav &gt; li &gt; ul.sub-menu {
    height: auto;
    overflow: hidden;
  }

  #menu-header-nav &gt; li:hover &gt; ul.sub-menu {
    height: auto;
    top: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: #fcf5de;
  }

  #menu-header-nav &gt; li &gt; ul.sub-menu &gt; li {
    width: 100%;
    height: 0;
  }

  #menu-header-nav &gt; li:hover &gt; ul.sub-menu &gt; li {
    float: none;
    height: auto;
    border-bottom: 1px solid #eee;
  }

  #menu-header-nav &gt; li &gt; ul.sub-menu &gt; li a {
    text-indent: inherit;
    padding: 12px 5px 11px 1.5em;
    background-color: rgba(255, 255, 255, 0.95);
    color: #21150f;
    position: relative;
  }
  #menu-header-nav &gt; li &gt; ul.sub-menu &gt; li a:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 2px #21150f;
    border-right: solid 2px #21150f;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    transition: .3s;
  }
  #menu-header-nav &gt; li &gt; ul.sub-menu &gt; li a:hover:after {
    border-color: #fff;
    transition: .3s;
  }

  #menu-header-nav ul.sub-menu li a:hover {
    background: #1c1f3d;
    color: #fff;
  }

  #nav li.has_children &gt; a::after {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin: 0 0 0 -5px;
    width: 5px;
    height: 5px;
    content: "";
    border-top: 1px solid #1c1f3d;
    border-right: 1px solid #1c1f3d;
    background: none;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }

  /*幅広ナビ*/
  #menu-header-nav &gt; li.wide {
    position: inherit;
  }

  #menu-header-nav li .submenu-wrap {
    height: 0;
    overflow: hidden;
    display: none!important;
  }

  #menu-header-nav li:hover .submenu-wrap {
    display: block!important;
    position: absolute;
    width: 100%;
    max-width: 1200px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 4;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    height: auto;
    padding: 2em;
  }
  #menu-header-nav li.typeA:hover .submenu-wrap {
    max-width: 600px;
  }

  #menu-header-nav li .submenu-wrap .submenu-inner {
    /* width: 1200px; */
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu {
    position: relative;
    background: none;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex: 0 1 48%;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu.wide {
    flex: 0 1 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px){
  #menu-header-nav .submenu-wrap ul.sub-menu {
    /* display: flex;
    flex-wrap: wrap; */
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li {
    width: 49%;
    float: left;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl {
    width: 100%;
    margin: 0;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li:nth-child(odd) {
    margin-right: 2%;
  }
}

@media screen and (min-width: 768px) {
  #menu-header-nav .submenu-wrap ul.sub-menu li {
    position: relative;
    padding-left: 1em;
    /*float: left;
        width: 50%;*/
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .7em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #1c1f3d;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    background: none;
    color: #333;
    text-align: left;
    padding: 0.3em 0.2em;
    font-size: 16px;
    border-right: none;
  }

  #menu-header-nav &gt; li:hover .submenu-wrap ul.sub-menu li a:hover {
    color: #86b6c3;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl {
    padding: 0 0 10px 10px;
    border-bottom: 1px solid #1c1f3d;
    margin-bottom: 0.75em;
    font-size: 18px;
    font-weight: bold;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl::before {
    display: none;
  }

  /*==========================
	#contents
==========================*/
  /* コンテンツのmin-height -------------*/
  #contents #main {
    min-height: 600px;
  }

  /*==========================
	#aside
==========================*/
  #aside .inq {
    /* サイド固定バナー */
    position: fixed;
    bottom: 0;
    right: calc(100px + 2%);
    z-index: 20001;
  }

  #aside .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  #aside .clearfix a:not(:first-child) {
    margin-left: 2%;
  }

  #aside .inq a {
    display: block;
  }

  #aside .inq a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }

  /*-- ブログページ ------------*/
  .post-type-archive-diabetes_blog #main, .single-diabetes_blog #main, .tax-diabetes_blog-category #main {
    float: left;
    width: 72%;
  }

  .post-type-archive-diabetes_blog #aside, .single-diabetes_blog #aside, .tax-diabetes_blog-category #aside {
    float: right;
    width: 24%;
  }
}
@media screen and (max-width: 1042px) {
  /*==========================
	#nav
==========================*/
  #nav li {
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #menu-sitemap2 li,
  #menu-sitemap2 li a {
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .pc {
    display: none !important;
  }

  /*==========================
	#header
==========================*/
  #header {
    padding: 20px 0 0;
  }

  #header &gt; .inner {
    width: 100%;
    max-width: 100%;
  }

  #header .textwidget.custom-html-widget {
    text-align: center;
  }

  #header h1 {
    padding: 0;
    max-width: 50%;
    margin: 0 auto 10px;
    float: none;
  }

  p.header_text {
    margin-left: 2%;
    float: none;
    width: 158px;
    max-width: 38%;
    display: inline-block;
  }

  .headerinner ul {
    max-width: 100%;
    width: 100%;
    clear: both;
    background: #fff;
    z-index: 98;
    padding: 5px 0;
    float: none;
    overflow: hidden;
  }

  .headerinner ul li {
    float: left;
    width: 20%;
    box-sizing: border-box;
    border-right: 1px solid #e7e7e7;
    display: block;
    text-align: center;
  }
  .headerinner ul li a {
    padding: 5px 15px;
    display: block;
  }

  .headerinner ul li:last-child {
    border: none;
    padding-right: 1px;
  }

  .headerinner ul img {
    max-width: 100%;
    margin: 0 auto;
  }

  #sp_nav.fixed {
    /* javascript用 */
    position: fixed;
    top: 0;
  }

  /*==========================
	#nav
==========================*/
  #nav {
    height: auto;
    padding: 0;
  }

  #nav &gt; .inner {
    max-width: 100%;
  }

  /* メニューボタン */
  #toggle {
    display: block;
  }

  #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
    border: none;
  }

  #toggle img {
    max-height: 100%;
  }

  #toggle a:hover {
    background: none !important;
  }

  /* #menu-header-nav ------*/
  #menu-header-nav &gt; .sub-menu,
  #nav {
    /* スライドダウンさせるために隠す */
    display: none;
  }

  #nav {
    background: #fff;
    border-top: 1px solid #ccc;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 100;
  }

  #nav ul.menu &gt; li &gt; a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    background: #acb1c0;
    color: #1c1f3d;
    position: relative;
  }
  #nav ul.menu &gt; li &gt; a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    background: #1c1f3d;
    width: 20px;
    height: 1px;
  }

  #nav ul li .subtxt {
    display: none;
  }

  #nav ul li &gt; a br {
    display: none;
  }

  #nav ul li.nav03 ul.sub-menu &gt; li:first-child {
    border-top: none;
  }

  #nav ul li {
    display: block;
    text-align: left;
    background: none;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }

  #nav ul li ul li {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }

  #nav ul li a {
    display: flex;
    align-items: center;
    padding: 8px 6px 8px 15px;
    background-position: 5px center;
    background-size: 16px auto;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 100%;
    text-decoration: none;
    position: relative;
    color: #333;
  }
  #nav ul li a img {
    margin: -10px 10px 0;
  }

  #nav ul li span.nav_text {
    padding-left: 10px;
    position: relative;
    display: inline-block;
  }

  #nav ul li span.nav_icon {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
  }

  #nav ul li a:hover {
    cursor: pointer;
    color: #fff;
    background: #1c1f3d;
  }
  #nav ul li a:hover:before {
    background: #fff;
  }
  #nav ul li a:hover:after {
    border-color: #fff !important;
  }

  #nav .menu &gt; li.has_children &gt; a::after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0;
    border-bottom: solid 2px #1c1f3d;
    border-right: solid 2px #1c1f3d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav .menu &gt; li:not(.has_children) &gt; a:after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0;
    border-bottom: solid 2px #1c1f3d;
    border-right: solid 2px #1c1f3d;
    transform: rotate(315deg);
  }

  #nav ul li ul a:before {
    content: "- ";
    left: 20px;
    position: absolute;
  }
  #nav ul li ul a:after {
    display: block;
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0;
    border-top: solid 2px #1c1f3d;
    border-right: solid 2px #1c1f3d;
    transform: rotate(45deg);
  }
  #nav ul li ul a:hover:after {
    border-color: #fff;
  }

  #nav ul li .sub-menu {
    background: #d6d8e0;
  }

  #nav ul li .sub-menu li a {
    padding-left: 35px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  #nav li:first-child a {
    border-left: none;
  }

  #nav li.ttl span {
    background: #c0c4d0;
    display: block;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #nav .submenu-wrap {
    background: #fcf5de;
    border-top: 1px solid #ccc;
  }

  /*==========================
	#contents
==========================*/
  .bread_wrap {
    margin-bottom: 1em;
  }

  #contents {
    margin-bottom: 1.5em;
  }

  /*==========================
	#aside
==========================*/
  #aside .inq {
    width: 100%;
  }

  #aside .inq.clearfix {
    display: flex;
    align-items: flex-end;
  }

  #aside .inq.clearfix a {
    width: 50%;
  }

  #aside {
    margin-bottom: 0.5em;
  }

  /*==========================
	#footer
==========================*/
  .copyright {
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
  /*==========================
	#header
==========================*/
  /*==========================
	#nav
==========================*/
  /*==========================
	#contents
==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0 0.2em;
    text-align: right;
  }
}
/*============
	inq
============*/
.inq {
  position: fixed;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .inq {
    right: 95px;
    bottom: 15px;
  }
}
@media print and (max-width: 1024px), screen and (min-width: 768px) and (max-width: 1024px) {
  .inq {
    right: 15px;
    bottom: 10px;
  }
  .inq img {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .inq {
    right: 0;
    bottom: 0;
    z-index: 10;
  }
}
/* inq_item */
.inq .inq_item {
  display: flex;
}
.inq .inq_item a {
  line-height: 0;
  font-size: 0;
}

.inq .inq_item &gt; * {
  flex: 1 1 auto;
}

@media print, screen and (min-width: 768px) {
  .inq .inq_item {
    display: flex;
  }
  .inq .inq_item a:not(:last-child) {
    margin-right: 10px;
  }

  .inq .inq_item a:not(:last-child) {
    margin-bottom: 5px;
  }
}
/*============
	totop
============*/
/* totop */
.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 1024px) {
  .totop {
    width: 60px;
    height: 60px;
    bottom: 0;
  }
}

.totop:hover {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .totop {
    position: absolute;
    bottom: 70px;
    right: 5px;
  }
}
/* totop_item */
.totop_item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 3;
  margin: auto;
}

.totop_item &gt; * {
  flex: 0 1 auto;
}

@media only screen and (max-width: 767px) {
  .totop_item {
    height: 50px;
    width: 50px;
  }
}
.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 400px;
  overflow: hidden;
}
@media (max-width: 1225px) {
  .googlemap {
    padding-top: 400px;
  }
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 160%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 160%;
}

@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 170%;
  }
}
.tab_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 500;
}
.tab_btn_wrap .tab_btn {
  display: block;
  font-size: 22px;
  text-align: center;
  background: #c6d4ad;
  color: #fff;
  padding: 14px 1em;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  width: 170px;
}
.tab_btn_wrap .tab_btn:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 1225px) {
  .tab_btn_wrap .tab_btn {
    font-size: 26px;
    letter-spacing: 0.3em;
    width: 260px;
    padding: 17px 1em;
  }
}
.tab_btn_wrap .tab_btn.active {
  background: #1c1f3d;
}

.tab_item_wrap .tab_item {
  display: none;
  border: solid 4px #1c1f3d;
  border-radius: 20px;
  padding: 15px;
}
@media (min-width: 1225px) {
  .tab_item_wrap .tab_item {
    padding: 45px;
  }
}
.tab_item_wrap .tab_item.active {
  display: block;
}
@media (min-width: 768px) {
  .tab_item_wrap .tab_item .tab_btn_list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .tab_item_wrap .tab_item .tab_btn_list li:not(:last-child) {
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .tab_item_wrap .tab_item .tab_btn_list li {
    width: 49%;
  }
  .tab_item_wrap .tab_item .tab_btn_list li:nth-child(odd) {
    margin-right: 2%;
  }
  .tab_item_wrap .tab_item .tab_btn_list li:not(:nth-child(-n + 2)) {
    margin-top: 2%;
  }
}
@media (min-width: 1225px) {
  .tab_item_wrap .tab_item .tab_btn_list li {
    width: 32%;
  }
  .tab_item_wrap .tab_item .tab_btn_list li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .tab_item_wrap .tab_item .tab_btn_list li:not(:nth-child(-n + 3)) {
    margin-top: 2%;
  }
}
.tab_item_wrap .tab_item .tab_btn_list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid 4px #1c1f3d;
  padding: 10px 25px 10px 45px;
  background: #fff;
  color: #21150f;
  text-decoration: none;
  border-radius: 15px;
  position: relative;
  font-size: 20px;
  min-height: 80px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .tab_item_wrap .tab_item .tab_btn_list li a {
    padding: 14px 25px 14px 45px;
    min-height: 100px;
    line-height: 1.6;
  }
}
@media (min-width: 1225px) {
  .tab_item_wrap .tab_item .tab_btn_list li a {
    letter-spacing: .1em;
  }
}
.tab_item_wrap .tab_item .tab_btn_list li a:before, .tab_item_wrap .tab_item .tab_btn_list li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tab_item_wrap .tab_item .tab_btn_list li a:before {
  width: 10px;
  height: calc(100% - 50px);
  left: 16px;
  background: #1c1f3d;
  border-radius: 5px;
}
.tab_item_wrap .tab_item .tab_btn_list li a:after {
  border-top: solid 2px #1c1f3d;
  border-right: solid 2px #1c1f3d;
  transform: rotate(45deg);
  right: 5%;
  width: 8px;
  height: 8px;
}
.tab_item_wrap .tab_item .tab_btn_list li a:hover {
  background: #1c1f3d;
  color: #fff;
  border-color: #fff;
}
.tab_item_wrap .tab_item .tab_btn_list li a:hover:before {
  background: #fff;
}
.tab_item_wrap .tab_item .tab_btn_list li a:hover:after {
  border-color: #fff;
  right: 4%;
}

/* ul01 */
.ul01 li {
  position: relative;
  padding-left: 1.5em;
  box-sizing: border-box;
}
.ul01 li:not(:last-child) {
  margin-bottom: 0.5em;
}

.ul01 li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #e25c23;
  border-radius: 50%;
  top: 0.4em;
  left: 0.35em;
}

/* ul02 */
.ul02 {
  margin-bottom: 1em;
}

.ul02 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.7em;
  box-sizing: border-box;
}

.ul02 li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 3px solid #e25c23;
  border-radius: 50%;
  top: 0.38em;
  left: 0.38em;
}

/* ul_check チェックのリスト */
.ul_check, .ul_arrow {
  margin-bottom: 1em;
}

.ul_check li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.8em;
}

.ul_check li::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  background: url(img/icon_check.png) no-repeat;
  width: 19px;
  height: 20px;
}

/*ul.ul_check li:after {
	display: block;
	content: '';
	position: absolute;
	top: 9px;
	left: 9px;
	width: 8px;
	height: 3px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
 z-index: 10;
}*/
/* ul_arrow 右向き三角のリスト */
.ul_arrow li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
}

.ul_arrow li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.35em;
  left: 7px;
  margin: 0px 0 0 0;
  border: 6px solid transparent;
  border-top: 8px solid #17a74a;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ul_arrow li a {
  text-decoration: none;
  color: #17a74a;
}

.ul_arrow li a:hover {
  text-decoration: underline;
}

/*-- OL ------------*/
ol.ol01 {
  margin-bottom: 1.2em;
}

ol.ol01 li {
  position: relative;
  margin-bottom: 0.4em;
}

ol.ollist {
  margin-bottom: 1.2em;
}

ol.ollist li {
  margin-bottom: 0.5em;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: ollist;
}

ol.ollist li:before {
  display: marker;
  content: "(" counter(ollist) ") ";
}

/* 数字のOLリスト */
ol.ol_decimal:not(:last-child) {
  margin-bottom: 1.2em;
}

ol.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}

ol.ol_decimal &gt; li {
  position: relative;
  padding: .4em 0 .4em 2.5em;
}
ol.ol_decimal &gt; li:not(:last-child) {
  margin-bottom: 1.5em;
}

ol.ol_decimal &gt; li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  background: #1c1f3d;
  border-radius: 50px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  bottom: 0.2em;
}
@media (max-width: 767px) {
  ol.ol_decimal &gt; li:before {
    top: 0;
  }
}

/*==========================
	テーブル
==========================*/
/*-- 診療時間表 ------------*/
.time-table {
  width: 100%;
  margin: 0 auto 0.5em;
  border-bottom: 1px solid #dbdbdb;
}

.time-table th, .time-table td {
  text-align: center;
  font-weight: normal;
  padding: 15px 5px;
}

.time-table th {
  background: #fff;
  font-weight: 700;
}

.time-table thead th {
  background: #e8c33a;
  color: #fff;
  padding: 16px 5px;
}

.time-table td {
  background: #fff;
  font-weight: bold;
}

.orange01 {
  color: #eb9b21;
}

#footer .time-table th, #footer .time-table td {
  padding: 21px 5px;
}
@media (max-width: 767px) {
  #footer .time-table th, #footer .time-table td {
    padding: 12px 5px;
  }
}

#footer .time-table thead th {
  padding: 6px 5px;
}

p.time-text {
  padding-left: 2em;
}

/*-- 基本のテーブル ------------*/
.table01 {
  width: 100%;
  margin-bottom: 2em;
}

.table01 th, .table01 td {
  padding: 16px 10px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
}

.table01 th {
  border-top: 1px solid #eb9b21;
  border-bottom: 1px solid #eb9b21;
  padding-right: 10px;
  font-weight: bold;
  color: #eb9b21;
  font-weight: 700;
}

.table01.table_access th, .table01.table_access td {
  border-bottom: 1px solid #d8e9cb;
  padding: 6px 10px 6px;
}

.table01.table_access th {
  border-bottom: 1px solid #d8e9cb;
  color: #333;
}

/*-- ボーダーのついたテーブル ------------*/
.border-table {
  width: 100%;
  margin-bottom: 1.5em;
}

.border-table thead th {
  background: #e7f5ec;
  color: #12a845;
  text-align: center;
}

.border-table th, .border-table td {
  text-align: left;
  font-weight: normal;
  padding: 12px 8px;
  border: 1px solid #ccc;
}

.border-table tbody th {
  vertical-align: middle;
}

/*-- 料金表のテーブル(TDが右寄せ) ------------*/
.fee-table {
  width: 100%;
  margin-bottom: 1.5em;
}

.fee-table th, .fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 12px 8px;
  border: 1px solid #ccc;
}

.fee-table thead th {
  background: #e7f5ec;
  color: #12a845;
  text-align: center;
}

.fee-table tbody td {
  text-align: right;
  width: 30%;
}

/*==========================
	DL
==========================*/
/*--  ------------*/
dl.dl01 {
  margin-bottom: 0.5em;
}

dl.dl01 dt {
  margin-bottom: 0.5em;
  padding: 0.4em 0.6em;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
  color: #fff;
  background: #fff7df;
}

dl.dl01 dd {
  margin-bottom: 1.2em;
}

/*-- 数字つきdl ------------*/
dl.dl_number dt {
  font-size: 117%;
  color: #222;
  font-weight: normal;
  position: relative;
}

dl.dl_number dd {
  padding-left: 2em;
  margin-bottom: 1.2em;
}

.dl_number .number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 15px;
  padding: 0.2em 0.6em 0.1em;
  margin-right: 0.5em;
  background: #999;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

/*==========================
	サイトマップ
==========================*/
#menu-sitemap2 {
  padding: 0;
}

#menu-sitemap2 li {
  padding: 0.8em 0.2em 0.7em 1.1em;
  position: relative;
  border-bottom: 2px dotted #eee;
  vertical-align: top;
}

#menu-sitemap2 li::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  top: 1.4em;
  left: 0.1em;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-sitemap2 li ul li {
  border-bottom: none;
  padding-bottom: 0;
}

#menu-sitemap2 li a {
  text-decoration: none;
}

#menu-sitemap2 li a:hover {
  color: #86b6c3;
}

/*# sourceMappingURL=common.css.map */
</pre></body></html>