@charset "UTF-8";
/**********************************/
/* base */
/**********************************/
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  letter-spacing: .1em;
}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.h1, .h2, h1, h2 {
  font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*
.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
*/
h1.title {
  margin-bottom: 20px;
}

h2 {
  font-size:30px;
  font-weight: lighter;
  text-align:center;
}

h3 {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
/*  color: #fff;
  background-color: #666;*/
  color: #222;
  background-color: #efefef;
}

h3.extra {
  background-color: #f1c400;
}

h3.extra a{
  text-decoration: underline;
}

h4 {
  font-size:18px;
  font-weight: 500;
  background:initial;
  text-align:left;
  color:#001e62;
}
h4.under01 {
  border-bottom: solid 2px #001e62;
  position: relative;
  display: table;
  padding-bottom: 5px;
}
h4.under02 {
  border-bottom: solid 2px orangered;
  position: relative;
  display: table;
  padding-bottom: 5px;
  color:orangered;
}
h4.under02 {
  border-bottom: solid 2px orange;
  position: relative;
  display: table;
  padding-bottom: 5px;
  color:orange;
}
.blog-main div.contents h2{
  margin:60px auto 40px;
  border-bottom: solid 5px #f1c400;
  position: relative;
  display: table;
  padding-bottom: 8px;
  /*width: 65%;*/
}
.blog-main div.contents h2:after {
/*  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #ccc;
  bottom: -5px;
  width: 30%;*/
}
p {
  line-height: 1.8;
}
p.p1 {
}

p.p2 {
  font-size:15px;
  font-weight: normal;
}

p.p3 {
  font-size:13px;
  font-weight: normal;
}

ul,li {
  margin:0;
  padding:0;
  list-style:none;
}

div.box h3 {
  color:inherit;
  background: none;
}
div.box img {
  max-width: 100px;
}
div.brdr-red {
  border: 1px solid #990000;
  padding: 10px;
  margin: 10px 0;
}
div.brdr-navy {
  border: 1px solid #001e62;
  padding: 10px;
  margin: 10px 0;
}
div.brdr-gray {
  border: 1px solid #aaa;
  padding: 10px;
  margin: 10px 0;
}
a {
  cursor: pointer;
  color: orangered;
  text-decoration: underline;
  font-weight: normal;
}
a:hover {
  color: orange;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.webList a,.sitemap a, .clinicScheduleList a,nav.page-navigation a,div.eachRoom a,div.staff a,a.asset-image,a div.box,.clinicscheduleCatList a,.internal-link a,.newsinfo a, .newsList a, #global-nav2 a, #global-footer a, .read-more a {
  color:#222;
  text-decoration: none;
}
.webList a,.sitemap a:hover,.clinicScheduleList a:hover,nav.page-navigation a:hover,div.eachRoom a:hover,div.staff a,a:hover div.box,.clinicscheduleCatList a:hover,.internal-link a:hover,.newsinfo a:hover, .newsList a:hover, #global-nav2 a:hover, #global-footer a:hover, .read-more a:hover {
  color: #666;
}

a:focus,a:hover {
  text-decoration: none;
}

/**********************************/
/* effect */
/**********************************/
div.bg-g {
  background: #efefef;
  padding: 10px;
  border: 1px #222 solid;
  font-weight: 500;
}
span.opt {
  font-size: 70%;
  vertical-align: top;
}
p.opt {
  font-size: 85%;
  font-weight: normal;
}

.box-effect {
/*  border: 1px #666 solid; */
  margin: 5px 5px 40px;
  background: #fff;
  position: relative;
/*  box-shadow: 0 10px 6px -6px #777777;*/
}
.box-effect-top{
  background:inherit;
  color:#666;
  transition: all 300ms 0s ease;
  border: 1px solid #aaa;
  box-shadow: 0 5px 10px rgba(0,0,0,0.20);
}

.box-effect .header {
  background: #ccc;
  color: #001e62;
  padding: 5px;
}
.box-effect .header h3 {
  margin: 5px;
}

.box-effect .entry {
  border-bottom:1px solid rgba(0,0,0,0.1);
  box-shadow: 0 1px 0 rgba(255,255,255,1);
  padding:10px;
}
.box-effect .footer {
  background: #f8f9f9;
  padding:5px 10px;
}

a div.box{
  color:#222;
  text-decoration: none;
}
a:hover div.box{
  background:#f1c400;
  color:#fff;
  transition: all 300ms 0s ease;
  text-decoration: none;
}
a:hover div.box-effect-top{
  background:inherit;
  color:#666;
  transition: all 300ms 0s ease;
  border: 1px solid #aaa;
  box-shadow: 0 5px 10px rgba(0,0,0,0.20);
}

div.read-more a,div.read-more span{
    position: relative;
    display: inline-block;
    padding: 10px 0px 10px 20px;
    text-decoration: none;
}
div.read-more a:before,div.read-more span:before {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0px;
  color: #f1c400;
}
div.read-more a:after,div.read-more span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #001e62;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
div.read-more a:hover,div.read-more span:hover,
a:hover div.box-effect-top div.read-more span {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
div.read-more a:hover:after,div.read-more span:hover:after,
a:hover div.box-effect-top div.read-more span:after  {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
div.internal-link a {
}
div.internal-link a:after {
  content: " \f0ab";
}
div.internal-link a.diffPage:after {
  content: " \f0c1";
}

/**********************************/
/* LIST ICON */
/**********************************/
ul.list01 li {
  margin-left:20px;
  padding: 5px 0px;
}
ul.list01 li:before {
    margin-right:5px;
    color:#f1c400;
    margin-left: -12px;
}
dl.list01 dt:before {
    margin-right:5px;
    color:#f1c400;
}
dl.list01 dd {
  margin-left: 12px;
  padding: 5px 0px;
}
ol.list01 li {
  margin-left:20px;
  padding: 5px 0px;
  list-style-type: decimal;
}
ol, ul {
    margin-top: 0;
}
ol {
  padding-left:15px;
  margin-bottom: 10px;
}
}
ol.list02{
}

ol.list02 li{
  margin-left: 20px;
  padding: 5px 0px;
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list02 li:before{
  display: marker;
  content: counter(cnt) ") ";
}
ol.list03 {
  counter-reset: my-counter;
  list-style: none;
}
ol.list03 li {
  margin-bottom: 5px;
  position: relative;
  margin-left: 40px;
}
ol.list03 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ffffff;
  border: 1px solid #222;
  color: #222;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  font-size: 80%;
}
ol.decimal-gray li:before {
  background-color: #f1f1f1;
  border: none;
}
ol.decimal-yellow li:before {
  background-color: #f1c400;
  border: none;
}
ol.decimal-navy li:before {
  background-color: #001e62;
  color:#fff;
  border: none;
}
a.pdfLinkIcon:after {
  content: " \f1c1";
}

a.externalLinkIcon:after {
  content: " \f08e";
}

a.internalLinkIcon:after {
  content: " \f0c1";
}

a.mailLinkIcon:after {
  content: " \f003";
}

/**********************************/
/* PDF LINK */
/**********************************/
.files a:hover span{
  text-decoration: none;
}
.files div.box {
  border: 1px #ccc solid;
  margin: 5px 5px 25px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}
.files div.box p {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 120%;
  margin: 0px;
}
.files div.box p:after {
  margin-left: 5px;
}
.files div.box p.docx:after {
    margin-left: 5px;
}
.files div.box span{
  font-size: 80%;
  display: block;
  text-align: center;
  font-weight: normal;
}
/**********************************/
/* font */
/**********************************/
body {
/*  font-family: 'Noto Sans Japanese', sans-serif;*/
  font-family:  "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background: #fff;
  font-size:14px;
}
html.moji-size-s body {
  font-size:12px;
}
html.moji-size-m body {
  font-size:14px;
}
html.moji-size-l body {
  font-size:16px;
}
input,
textarea {
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #333;
  font-size:12px;
}
div.util-search input {
    font-size: 20px;
    background: none;
    border: none;
    padding: 8px;
    width: 100%;
}

/**********************************/
/* print */
/**********************************/
@media print{
  .main-header-outer,#global-nav2,#pankuzu {
    display: none!important;
  }
}
