@charset 'utf-8';


header,nav,footer,article,section{
  display: block;
}
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html{
  height: 100%;
}
body{
  height: 100%;
}
* html div#container{
  height: 100%;
}
div#container{
  position: relative;
  min-height: 100%;
}
body > #container{
  height: auto;
}
footer{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

ul,p,h1,h2,h3,h4,h5,dl,dt,dd,address{
  padding: 0px;
  margin: 0px;
}
h1,h2,h3,h4,h5{
  font-size: 14px;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
address{
  font-style: normal;
}
ul,ol{
  list-style-type: none;
  font-size: 0px;
}
li{
  font-size: 1rem;
}
img{
  width: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  backface-visibility: hidden;
}
table,th,td{
  border: 0;
  padding: 0;
}
a{
  color: #333;
  text-decoration: none;
  backface-visibility: hidden;
}
a,img{
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover,
a img:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
map area{
  border: 0;
  outline: 0;
}



/* Layout */
div#container{
  margin: 0 auto;
  padding-bottom: 800px;
}
.boxContents{
}
.boxMain{
}
.boxMain.type2col{
  display: table;
  width: 100%;
  min-width: 980px;
  max-width: 1280px;
  margin: 0 auto;
}
.boxMain.type2col .boxMainL{
  display: table-cell;
  width: 210px;
  vertical-align: top;
}
.boxMain.type2col .boxMainR{
  display: table-cell;
  width: auto;
  max-width: 1070px;
  padding-left: 60px;/*6px*/
  vertical-align: top;
}
/* /Layout */



@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}



/* Base Design */
body{
  /*min-width: 1620px;*/
  min-width: 1100px;
  background-color: #fff;
  color: #000;
  line-height: normal;
  letter-spacing: 0.03em;
  /*font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,'Meiryo UI',"メイリオ",'MS PGothic','ＭＳ Ｐゴシック', sans-serif;*/
  /*font-family: "ヒラギノ明朝 W3 JIS2004","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Meiryo UI","MS PGothic","ＭＳ Ｐゴシック", sans-serif;*/
  font-family: "Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Meiryo UI","Yu Gothic", YuGothic,"MS PGothic","ＭＳ Ｐゴシック", sans-serif;
  /*font-size: 1rem;*/
  /*font-size: 0.875rem;*/
  font-size: 1em;
  font-weight: normal;
  -webkit-animation: dispBody 2s ease normal;
  animation: dispBody 2s ease normal;
}
@-webkit-keyframes dispBody{
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes dispBody{
  from{ opacity: 0; }
  to{ opacity: 1; }
}
a{
  color: #000;
}
li{
  font-size: 0.875rem;
}
/* /Base Design */





/* Header */
header{
}
.spHeaderLogo{
  display: none;
}
.btnHmbMenu{
  display: none;
}
.boxHmbMenu{
  display: none;
}
.boxHeader01{
  width: 100%;
  min-width: 1100px;
  background-color: #fff;/*#3a3636*/
  color: #000;/*#fff*/
}
.boxHeaderLR{
  display: table;
  width: 100%;
  max-width: 1280px;
  height: 100px;/*40px*/
  margin: 0 auto;
  line-height: 1.0;
}
.boxHeaderL{
  position: relative;
  display: table-cell;
  width: 31%;
  vertical-align: middle;
}
.boxHeaderLIn{
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  min-width: 398px;
}
.boxHeaderLIn .logoHeader01{
  float: left;
  vertical-align: bottom;
}
.boxHeaderLIn .imgHeader0201{
  float: left;
  vertical-align: bottom;
}
.boxHeaderLIn .imgHeader0202{
  position: absolute;
  bottom: 0;
  right: 0;
}
.boxHeaderL .imgHeader01{
  position: absolute;
  top: 0;
  left: 0;
}
.boxHeaderL .imgTxtHeader01{
  padding-left: 180px;
}
.boxHeaderR{
  position: relative;
  display: table-cell;
  width: 69%;
  padding-top: 5px;
  vertical-align: middle;
  text-align: right;
}
.boxHeaderR .imgTxtHeader00{
  padding-right: 23px;
}
.boxHeaderR .imgTxtHeader02{
  padding-right: 15px;
}
.boxHeaderR .imgTxtHeader03{
  padding-right: 15px;
  background-image: url('/images/common/header-border01.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.boxHeaderR .txtOutpatient,
.boxHeaderR .txtAccess {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
}
.boxHeaderR .txtOutpatient{
  padding-right: 10px;
  background-image: url('/images/common/header-border01-black.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.boxHeaderR .txtAccess {
  padding-left: 5px;
  padding-right: 10px;
  background-image: url('/images/common/header-border01-black.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.boxHeaderR .txtOutpatient a,
.boxHeaderR .txtAccess a{
  color: #000;/*#fff*/
}
.boxHeaderR .txtTelno{
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 10px;
  background-image: url('/images/common/header-border01-black.png');
  background-repeat: no-repeat;
  background-position: right center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-size: 1.05rem;
}
.boxHeaderR .txtTelno .small{
  margin-right: 6px;
  padding-bottom: 3px;
  vertical-align: middle;
  letter-spacing: 0.03em;
  font-size: 0.8rem;
}

.boxHeaderR .boxChgStrSize{
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 7px;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}
.boxHeaderR .boxChgStrSize .txt01{
  vertical-align: top;
  position: relative;
  top: 8px;
}
.boxHeaderR .boxChgStrSize .txtSmall,
.boxHeaderR .boxChgStrSize .txtMiddle,
.boxHeaderR .boxChgStrSize .txtLarge{
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px #555 solid;
  background-color: #fff;
  text-align: center;
  letter-spacing: normal;
  font-size: 1.1rem;
  /*font-weight: bold;*/
  color: #444;
  cursor: pointer;
}
.boxHeaderR .boxChgStrSize .txtSizeBtn{
  overflow: hidden;
  position: relative;
}
.boxHeaderR .boxChgStrSize .txtSizeBtn .txtSizeBtnIn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
}
.fontMiddle .boxHeaderR .boxChgStrSize .txtSizeBtnIn,
.fontLarge .boxHeaderR .boxChgStrSize .txtSizeBtnIn{
  padding-top: 4px;
}
.fontLarge .boxHeaderR .boxChgStrSize{
  padding-right: 5px;
  padding-left: 5px;
}
.boxHeaderR .boxChgStrSize .current{
  border: 1px #fff solid;
  background-color: #0e3f99;
  color: #fff;
}


.boxHeaderR form{
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 5px;
  vertical-align: middle;
}
.boxHeaderR .inputSearch{
  width: 158px;
  background-color: #686565;
  border: 0;
  padding: 7px 5px;
  color: #fff;
}
.boxHeaderR .btnSearch{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 7px;
  width: 15px;
  height: 15px;
  background: none;
  background-image: url('/images/common/header-search-icn.png');
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  cursor: pointer;
  font-size: 0;
}
.boxHeaderSp01{
  display: none;
}
.boxHeader02{
  width: 100%;/*1620px*/
  min-width: 1100px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 0 33px 0;/*78px 0 33px 0*/
}
.home .boxHeader02.no01{
  /*padding: 75px 0 40px 0;*/
}
.home .boxHeader02.no02{
  padding: 62px 0 60px 0;
}
.boxHeader02 ul{
  display: table;
  width: 100%;
}
.boxHeader02 li{
  display: table-cell;
  /*width: 16.6666666666%;*/
  /*padding-right: 1%;*/
  text-align: center;
  vertical-align: bottom;
  line-height: 1.0;
}
.boxHeader02 li:last-child{
  padding-right: 0;
}
.boxHeader02 li .txtJa{
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-size: 1.05rem;
}
.boxHeader02 li .txtEn{
  display: inline-block;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  color: #aaa;
}
/* /Header */




/* Top */
.boxTop{
  overflow: hidden;
  position: relative;
  height: 200px;
  margin-bottom: 10px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
}
body:not(.page-parent-top) .boxTop{
  background: none;
  background-color: #f1f1f1;
}
.home .boxTop{
  height: 682px;
  height: auto;
  margin-bottom: 0;
  padding-top: 34.1%;
  /*background-image: url('/images/index/index-top-bg.jpg');*/
}
.home .boxTop a{
  transition: none;
  opacity: 1;
}

.boxTop .boxCover{
  position: absolute;
  z-index: 105;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 1280px;
  height: 100%;
}
.boxTop .boxCover .ulCoverStr{
  position: absolute;
  z-index: 105;
  top: 230px;
  top: 15.5vw;
  left: 194px;
  display: inline-block;
  width: 800px;
  height: 200px;
}
@media screen and (max-width: 1100px){
  .boxTop .boxCover .ulCoverStr{
  top: 170px;
  }
}
.boxTop .boxCover .ulCoverStr li{
  /*display: none;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  text-align: left;
  letter-spacing: 0.1em;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.0rem;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}
.boxTop .boxCover .ulCoverStr li:nth-child(1){
  /*display: inline-block;*/
}
.boxTop .boxCover .ulCoverStr li.current{
  /*display: inline-block;*/
  opacity: 1;
}
.boxTop .boxCoverIn{
  position: absolute;
  z-index: 105;
  top: 0;
  left: 134px;
  height: 100%;
  width: 10px;
  display: inline-block;
  border-left: 1px #c40e18 solid;
}
.home .ulTopSlide li{
  position: absolute;
  top: 0;
  left: 0;
  /*
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);*/
  opacity: 0;
  width: 2000px;
  width: 100%;
  /*height: 682px;*/
}
.home .ulTopSlide.type02 li{
  display: none;
  opacity: 1;
}
.home .ulTopSlide li.current{
  opacity: 1;
}
.home .ulTopSlide.type02 li.current{
  display: inline-block;
  opacity: 1;
}
.pageAbout .boxTop,
.pageClinicalInfo .boxTop,
.pageCosmeticBe .boxTop,
.pageHealthCheckup .boxTop,
.pageHospitalization .boxTop,
.pageMedicalPersonal .boxTop,
.pageNews .boxTop,
.pageOutpatient .boxTop,
.pageRegion .boxTop,
.pageRoot .boxTop{
  /*height: 253px;*/
  height: 400px;
  margin-bottom: 10px;
}
/*
.pageMedicalPersonal .boxTop,
.pageOutpatient .boxTop,
.pageHealthCheckup .boxTop,
.pageHospitalization .boxTop{
  height: 400px;
}
*/
.home .ulTopSlide li img {
  backface-visibility: visible;
}
.home .ulTopSlide li .txtMvStr {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-56%) translateY(-50%);
  transform: translateX(-56%) translateY(-50%);
  width: 800px;
  text-align: left;
  letter-spacing: 0.1em;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.0rem;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}
@media screen and (max-width: 1280px){
  .home .ulTopSlide li .txtMvStr {
    -ms-transform: translateX(-45%) translateY(-50%);
    transform: translateX(-45%) translateY(-50%);
  }
}
@media screen and (max-width: 640px){
  .home .ulTopSlide li .txtMvStr {
    display: none;
  }
}
.home .ulTopSlide li .mvBorder01 {
  position: absolute;
  z-index: 105;
  top: 0;
  left: 50%;/*12%;*//*134px;*/
  -ms-transform: translateX(-5060%);
  transform: translateX(-5060%);
  height: 100%;
  width: 10px;
  display: inline-block;
  border-left: 1px #c40e18 solid;
}
@media screen and (max-width: 1280px){
  .home .ulTopSlide li .mvBorder01 {
    left: 134px;
    -ms-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 640px){
  .home .ulTopSlide li .mvBorder01 {
    display: none;
  }
}


/* ver03 */
.pageAbout .boxTop,
.pageClinicalInfo .boxTop,
.pageCosmeticBe .boxTop,
.pageHealthCheckup .boxTop,
.pageHospitalization .boxTop,
.pageMedicalPersonal .boxTop,
.pageNews .boxTop,
.pageOutpatient .boxTop,
.pageRegion .boxTop,
.pageRoot .boxTop{
  height: 200px;
  margin-bottom: 10px;
}
.page-parent-top .boxTop{
  height: auto;
  padding-top: 34.1%;
  background-position: center top;
  background-size: cover;
}
/* ver03 */



.pageAbout:not(.page-parent-top) .boxTop{
  background-image: url('/images/about/about-top-bg.jpg');
  background: none;
  background-color: #f1f1f1;
}
.pageAbout.page-parent-top .boxTop{
  background-image: url('/images/about/about-top-bg-ver03.jpg');
}
.pageClinicalInfo .boxTop{
  background-image: url('/images/outpatient/outpatient-top-bg.jpg');
  /*background-image: url('/images/clinical_info/clinical_info-top-bg.jpg');*/
}
.pageClinicalInfo:not(.page-parent-top) .boxTop{
  background: none;
  background-color: #f1f1f1;
}
.pageClinicalInfo.page-parent-top .boxTop{
  background-image: url('/images/outpatient/outpatient-top-bg-ver03.jpg');
  /*background-image: url('/images/clinical_info/clinical_info-top-bg.jpg');*/
}
.pageHealthCheckup .boxTop{
  background-image: url('/images/health_checkup/healthc-top-bg.jpg');
}
.pageHealthCheckup:not(.page-parent-top) .boxTop{
  background: none;
  background-color: #f1f1f1;
}
.pageHealthCheckup.page-parent-top .boxTop{
  background-image: url('/images/health_checkup/healthc-top-bg-ver03.jpg');
}

.pageCosmeticBe .boxTop{
  /*background-image: url('/images/cosmetic_be/cosmetic-be-top-bg.jpg');*/
  background: none;
  background-color: #f1f1f1;
}
.pageCosmeticBe:not(.page-parent-top) .boxTop{
  background: none;
  background-color: #f1f1f1;
}
.pageCosmeticBe.page-parent-top .boxTop{
  /*background-image: url('/images/cosmetic_be/cosmetic-be-top-bg-ver03.jpg');*/
  background: none;
  background-color: #f1f1f1;
}

.pageHospitalization .boxTop{
  background-image: url('/images/hospitalization/hospital-top-bg.jpg');
}
.pageHospitalization:not(.page-parent-top) .boxTop{
  background: none;
  background-color: #f1f1f1;
}
.pageHospitalization.page-parent-top .boxTop{
  background-image: url('/images/hospitalization/hospital-top-bg-ver03.jpg');
}
.pageMedicalPersonal .boxTop{
  background-image: url('/images/medical_personal/medicalp-top-bg.jpg');
}
.pageMedicalPersonal:not(.page-parent-top) .boxTop{
  background: none;
  background-color: #f1f1f1;
}
.pageMedicalPersonal.page-parent-top .boxTop{
  background-image: url('/images/medical_personal/medicalp-top-bg-ver03.jpg');
}
.pageNews .boxTop{
  background-image: url('/images/news/news-top-bg.jpg');
}
.pageOutpatient .boxTop{
  background-image: url('/images/outpatient/outpatient-top-bg.jpg');
}
.pageOutpatient:not(.page-parent-top) .boxTop{
  background: none;
  background-color: #f1f1f1;
}
.pageOutpatient.page-parent-top .boxTop{
  background-image: url('/images/outpatient/outpatient-top-bg-ver03.jpg');
}

.pageRegion .boxTop{
  background-image: url('/images/region/region-top-bg.jpg');
}
.pageRegion:not(.page-parent-top) .boxTop{
  background: none;
  background-color: #f1f1f1;
}
.pageRegion.page-parent-top .boxTop{
  background-image: url('/images/region/region-top-bg-ver03.jpg');
}

.pageRoot .boxTop{
  background: none;
  background-color: #f1f1f1;
}

/*
.logoTop01{
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-62%);
  top: -40px;
  width: 10%;
}
.logoTop02{
  margin-bottom: 35px;
}
*/

/* ver03  */
body:not(.home) .boxTopIn{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 100%;
}
/* /ver03 */

.pageAbout.page-parent-top .boxTopIn,
.pageClinicalInfo.page-parent-top .boxTopIn,
.pageCosmeticBe.page-parent-top .boxTopIn,
.pageHealthCheckup.page-parent-top .boxTopIn,
.pageHospitalization.page-parent-top .boxTopIn,
.pageMedicalPersonal.page-parent-top .boxTopIn,
.pageOutpatient.page-parent-top .boxTopIn,
.pageRegion.page-parent-top .boxTopIn{
  position: relative;
  overflow: hidden;
}

/* ver03  */
.pageAbout.page-parent-top .boxTopIn,
.pageClinicalInfo.page-parent-top .boxTopIn,
.pageCosmeticBe.page-parent-top .boxTopIn,
.pageHealthCheckup.page-parent-top .boxTopIn,
.pageHospitalization.page-parent-top .boxTopIn,
.pageMedicalPersonal.page-parent-top .boxTopIn,
.pageOutpatient.page-parent-top .boxTopIn,
.pageRegion.page-parent-top .boxTopIn{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 100%;
}
/* /ver03 */


/* boxTop ttl */
.boxTop .ttl{
  margin-bottom: 6px;
  padding-top: 110px;
  letter-spacing: 0.25em;
  font-size: 2.5rem;
  color: #fff;
}
/* ver03 */
.page-parent-top .boxTop .ttl{
  font-size: 2.8rem;
}
/* /ver03 */
.boxTopIn.txtCBlack .ttl,
.boxTopIn.txtCBlack .ttl2{
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #000;
}
body:not(.page-parent-top) .boxTop .ttl{
  text-shadow: none;
  padding-top: 50px;
  color: #000;
}
.home .boxTop .ttl{
  margin-bottom: 0;
}
.pageAbout .boxTop .ttl,
.pageClinicalInfo .boxTop .ttl,
.pageCosmeticBe .boxTop .ttl,
.pageHealthCheckup .boxTop .ttl,
.pageHospitalization .boxTop .ttl,
.pageMedicalPersonal .boxTop .ttl,
.pageOutpatient .boxTop .ttl,
.pageRegion .boxTop .ttl,
.pageRoot .boxTop .ttl{
  padding-top: 155px;
  text-shadow: 1px 1px 30px rgba(0,0,0,1), -1px -1px 30px rgba(0,0,0,1);
}
.pageHealthCheckup .boxTop .ttl{
  text-shadow: 1px 1px 30px #5e3b01, -1px -1px 30px #5e3b01;
}
/* ver03 */
.pageAbout:not(.page-parent-top) .boxTop .ttl,
.pageClinicalInfo:not(.page-parent-top) .boxTop .ttl,
.pageCosmeticBe:not(.page-parent-top) .boxTop .ttl,
.pageHealthCheckup:not(.page-parent-top) .boxTop .ttl,
.pageHospitalization:not(.page-parent-top) .boxTop .ttl,
.pageMedicalPersonal:not(.page-parent-top) .boxTop .ttl,
.pageOutpatient:not(.page-parent-top) .boxTop .ttl,
.pageRegion:not(.page-parent-top) .boxTop .ttl,
.pageRoot:not(.page-parent-top) .boxTop .ttl{
  text-shadow: none;
  padding-top: 50px;
  color: #000;
}
.pageRoot.page404:not(.page-parent-top) .boxTop .ttl{
  padding-top: 65px;
}
.pageHealthCheckup:not(.page-parent-top) .boxTop .ttl{
  text-shadow: none;
  color: #000;
}
/* ver03 */
.pageAbout.page-parent-top .boxTopIn .ttl,
.pageClinicalInfo.page-parent-top .boxTopIn .ttl,
.pageCosmeticBe.page-parent-top .boxTopIn .ttl,
.pageHealthCheckup.page-parent-top .boxTopIn .ttl,
.pageHospitalization.page-parent-top .boxTopIn .ttl,
.pageMedicalPersonal.page-parent-top .boxTopIn .ttl,
.pageOutpatient.page-parent-top .boxTopIn .ttl,
.pageRegion.page-parent-top .boxTopIn .ttl,
.pageRoot.page-parent-top .boxTopIn .ttl{
  position: absolute;
  z-index: 105;
  /*top: -9999px;
  left: 0;*/
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 800px;
  height: 200px;
  height: auto;
  padding: 0;
  padding-bottom: 60px;
}
/* /boxTop ttl */
/* boxTop ttl2 */
.boxTop .ttl2{
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  color: #eee;/*#cecece*/
  text-shadow: 1px 1px 50px rgba(0,0,0,0.1);
}
body:not(.page-parent-top) .boxTop .ttl2{
  display: inline-block;
  text-shadow: none;
  letter-spacing: 0.25em;
  color: #c40e18;
  font-size: 1.25em;
}
.home .boxTop .ttl2{
  line-height: 0.7;
  letter-spacing: 0.04em;
  font-size: 3.9rem;
  color: #000;
}
.pageAbout .boxTop .ttl2,
.pageClinicalInfo .boxTop .ttl2,
.pageCosmeticBe .boxTop .ttl2,
.pageHealthCheckup .boxTop .ttl2,
.pageHospitalization .boxTop .ttl2,
.pageMedicalPersonal .boxTop .ttl2,
.pageOutpatient .boxTop .ttl2,
.pageRegion .boxTop .ttl2,
.pageRoot .boxTop .ttl2{
  display: inline-block;
  text-shadow: 1px 1px 10px rgba(0,0,0,1),-1px -1px 10px rgba(0,0,0,1);
  letter-spacing: 0.25em;
  font-size: 1.0rem;
}
.pageHealthCheckup .boxTop .ttl2{
  text-shadow: 1px 1px 10px #5e3b01,-1px -1px 10px #5e3b01;
}
/* ver03 */
.pageAbout:not(.page-parent-top) .boxTop .ttl2,
.pageClinicalInfo:not(.page-parent-top) .boxTop .ttl2,
.pageCosmeticBe:not(.page-parent-top) .boxTop .ttl2,
.pageHealthCheckup:not(.page-parent-top) .boxTop .ttl2,
.pageHospitalization:not(.page-parent-top) .boxTop .ttl2,
.pageMedicalPersonal:not(.page-parent-top) .boxTop .ttl2,
.pageOutpatient:not(.page-parent-top) .boxTop .ttl2,
.pageRegion:not(.page-parent-top) .boxTop .ttl2,
.pageRoot:not(.page-parent-top) .boxTop .ttl2{
  display: inline-block;
  text-shadow: none;
  letter-spacing: 0.25em;
  color: #c40e18;
  font-size: 1.25em;
}
.pageHealthCheckup:not(.page-parent-top) .boxTop .ttl2{
  text-shadow: none;
  color: #c40e18;
  font-size: 1.25em;
}
/* ver03 */
.pageAbout.page-parent-top .boxTopIn .ttl2,
.pageClinicalInfo.page-parent-top .boxTopIn .ttl2,
.pageCosmeticBe.page-parent-top .boxTopIn .ttl2,
.pageHealthCheckup.page-parent-top .boxTopIn .ttl2,
.pageHospitalization.page-parent-top .boxTopIn .ttl2,
.pageMedicalPersonal.page-parent-top .boxTopIn .ttl2,
.pageOutpatient.page-parent-top .boxTopIn .ttl2,
.pageRegion.page-parent-top .boxTopIn .ttl2,
.pageRoot.page-parent-top .boxTopIn .ttl2{
  position: absolute;
  z-index: 105;
/*  top: -9999px;
  left: 0;*/
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /*top: 230px;*/
  width: 800px;
  height: 200px;
  height: auto;
  font-size: 1.25em;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 0;
  padding-top: 60px;
}
.pageAbout.page-parent-top .boxTopIn .ttl2,
.pageOutpatient.page-parent-top .boxTopIn .ttl2{
  padding-top: 80px;
}
/* /boxTop ttl2 */


.home .boxTop .ttl2 .small1{
  font-size: 3.4rem;
}
.home .boxTop .ttl2 .small2{
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
}
/* /Top */

/* Bottom Bn */
.boxBottomBn {
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 82px;
}
.boxBottomBn .first {
  margin-right: 4%;
}
.boxBottomBn img {
  float: left;
  width: 48%;
}
/* /Bottom Bn */

/* Footer */
footer{
  position: static;
}
.boxFooterSp01{
  display: none;
}
.boxFooter01Wrap{
  width: 100%;
  height: 188px;
  min-width: 1100px;
  margin-bottom: 22px;
  padding: 50px 0;
  background-image: url('/images/common/footer-bg01.png');
  background-repeat: repeat;
  background-position: left top;
}
.boxFooter01{
  max-width: 1280px;
  margin: 0 auto;
}
.boxFooter01 .slideNaviL,
.boxFooter01 .slideNaviR{
  display: none;
}
.boxFooter01 ul{
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.boxFooter01 li{
  float: left;
  width: 18.2%;
  height: auto;
  margin-right: 2.25%;
  text-align: center;
}
.boxFooter01 li:last-child{
  margin-right: 0;
}
.boxFooter02{
  width: 100%;
  min-width: 1100px;
  margin-bottom: 38px;
  padding-bottom: 22px;
  border-bottom: 1px #666 solid;
}
.boxFooter02 ul{
  display: table;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.boxFooter02 li:nth-child(1){
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  text-align: center;
}
.boxFooter02 li:nth-child(2){
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}
.boxFooter02 li a{
  position: relative;
  display: block;
}
.boxFooter02 li .txt01{
  position: absolute;
  left: 0;
  right: 0;
  /*top: 0;
  bottom: 0;*/
  margin: auto;
  top: 43%;
  display: inline-block;
  width: 100%;
  /*padding: 80px 0;*/
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.18em;
  font-size: 1.35rem;
  color: #666;
}
.boxFooter03{
  width: 100%;
  min-width: 1100px;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.boxFooter03 ul{
  overflow: hidden;
  display: inline-block;
  margin: 0 auto;
  padding: 62px 0;
}
.boxFooter03 li{
  display: inline-block;
  float: left;
  margin-right: 50px;
  letter-spacing: 0.1em;
  font-size: 1.03rem;
}
.boxFooter03 li:last-child{
  margin-right: 0;
}
.boxFooter04{
  width: 100%;
  min-width: 1100px;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 70px;
  text-align: center;
}
.boxFooter04 ul{
  overflow: hidden;
  display: inline-block;
  margin: 0 auto;
  padding: 35px 5px;
  border-top: 1px #ccc dotted;
  border-bottom: 1px #ccc dotted;
}
.boxFooter04 li{
  display: inline-block;
  float: left;
  padding-right: 80px;
  background-image: url('/images/common/footer-menu-head-icn.png');
  background-repeat: no-repeat;
  background-position: right 40px center;
  letter-spacing: 0.1em;
  font-size: 1.03rem;
}
.boxFooter04 li:last-child{
  padding-right: 0;
}
.boxFooter05{
  overflow: hidden;
  width: 100%;
  min-width: 1100px;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 87px;
}
.boxFooter0501,
.boxFooter0502,
.boxFooter0503,
.boxFooter0504,
.boxFooter0505{
  float: left;
  width: 18.2%;
  margin-right: 2.25%;
}
.boxFooter05.typeCol06 .boxFooter0501,
.boxFooter05.typeCol06 .boxFooter0502,
.boxFooter05.typeCol06 .boxFooter0503,
.boxFooter05.typeCol06 .boxFooter0504,
.boxFooter05.typeCol06 .boxFooter0505,
.boxFooter05.typeCol06 .boxFooter0506{
  float: left;
  width: 15.5%;
  margin-right: 1.4%;
}
.boxFooter0505{
  margin-right: 0;
}
.boxFooter05.typeCol06 .boxFooter0505{
  margin-right: 1.4%;
}
.boxFooter05.typeCol06 .boxFooter0506{
  margin-right: 0;
}
.boxFooter05 .ttl{
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px #ccc solid;
  letter-spacing: 0.04em;
  text-align: center;
  font-size: 1.13rem;
}
.boxFooter05 .ttl.short{
  letter-spacing: -0.06em;
}
.boxFooter05 .ul01 > li{
  position: relative;
  margin-bottom: 13px;
  padding-left: 17px;
  background-image: url('/images/common/footer-menu-head-icn.png');
  background-repeat: no-repeat;
  background-position: 5px 10px;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
}
.boxFooter05 .ul01 > li .btnAccordion .icnAccordion{
  position: absolute;
  top: 0;
  right: 0;
}
.boxFooter05 .ul0101{
  padding-top: 3px;
}
.boxFooter05 .ul0101 > li{
  position: relative;
  margin-bottom: 3px;
}
.boxFooter05 .ul0101 > li .btnAccordion .icnAccordion{
  position: absolute;
  top: 0;
  right: 0;
}
.boxFooter05 .ul02{
  padding-top: 5px;
}
.boxFooter05 .ul02 > li{
  margin-bottom: 10px;
  padding-left: 1.1em;
  text-indent: -1.1em;
  line-height: 1.1em;
}
.boxFooter05 .ul02 > li:before{
  content: '・';
}
.boxToPagetop{
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 100%;
  /*min-width: 1100px;*/
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  background-color: #fff;
  text-align: center;
}
.btnToPagetop{
  display: block;
  cursor: pointer;
}
.btnToPagetopIn{
  display: inline-block;
  padding: 18px 0 14px 27px;
  background-image: url('/images/common/footer-arrow-icn01.png');
  background-repeat: no-repeat;
  background-position: left center;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
}
.boxFooter06{
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 50px;
  background-color: #efefef;
  border-top: 1px #ccc solid;
}
.ulFooter0601{
  display: table;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 53px;
}
.ulFooter0601 li{
  display: table-cell;
  padding-right: 55px;
  vertical-align: bottom;
}
.ulFooter0601 li:first-child{
  padding-right: 86px;
}
.ulFooter0601 li:last-child{
  padding-right: 0;
}
.boxAddress{
  margin-bottom: 40px;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 1.03rem;
}
.boxAddress .txtZipcode{
  font-size: 1.1rem;
}
.boxAddress .txtSepa{
  display: inline-block;
  padding: 0 11px;
}
.boxAddress .txtTelno,
.boxAddress .txtFaxno{
  font-size: 1.1rem;
}
.boxAddress .txtFaxno{
  display: inline-block;
  margin-right: 20px;
}
/****************/
.boxFooterMark{
  margin-bottom: 50px;
  text-align: center;
}
.boxFooterMark .imgMarkIso{
  width: 90px;
  margin-right: 30px;
}
.boxFooterMark .imgMarkKurumin{
  width: 80px;
}
/****************/
.boxIsoMarkCont,
.boxKuruminMarkCont{
  display: none;
}
.boxIsoMarkCont .boxBasePageCom01.no1{
  margin-bottom: 30px;
}
.boxIsoMarkCont01.boxBasePage01{
  margin-bottom: 50px;
}
.boxKuruminMarkCont .boxBasePageCom01.no1{
  position: relative;
  padding-right: 180px;
}
.boxKuruminMarkCont .boxBasePageCom01.no1 .boxImg{
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.boxKuruminMarkCont .boxBasePageCom01.no1 .boxImg .txt01{
  font-size: 0.9rem;
}
/****************/
.ulFooter0602{
  display: table;
  margin: 0 auto;
  margin-bottom: 47px;
}
.ulFooter0602 li{
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle;
}
.ulFooter0602 li:first-child{
  display: none;
}
.ulFooter0602 li:last-child{
  padding-right: 0;
}
.boxCopyright{
  padding-bottom: 50px;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 0.74rem;
  color: #b2b2b2;
}
/* /Footer */



/* FooterFixedNavi */
.imgFixedFooterNavi{
  position: fixed;
  z-index: 1001;
  bottom: 6%;
  right: 1%;
  cursor: pointer;
}
.boxFixedFooterMenu{
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 52px;
  border-top: 1px solid #ccc;
  background-color: #ededed;
}
.boxFixedFooterMenuIn{
  width: 980px;
  margin: 0 auto;
  padding: 30px 0 10px;
}
.boxFixedFooterMenuIn ul{
  overflow: hidden;
  /*width: 700px;
  margin: 0 auto;*/
}
.boxFixedFooterMenuIn li{
  float:left;
  width: 33.333333%;
  margin-bottom: 10px;
  padding: 0 15px 0 15px;
}
.boxFixedFooterMenuIn li span{
  display: inline-block;
  width: 100%;
  padding: 10px 0 10px 10px;
  border-bottom: 1px #999 dotted;
  background-image: url('/images/recruit/rec-icn-arrow06.png');
  background-repeat: no-repeat;
  background-position: 98% center;
  font-size: 1.0rem;
}
/* /FooterFixedNavi */