@charset "utf-8";

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

.top0{
    margin-top: 0;
}
.top10 {
	margin-top:10px;
}

.top20 {
	margin-top:20px;
}

.top30 {
	margin-top:30px;
}

.top40 {
	margin-top:40px;
}

.top50 {
	margin-top:50px !important;
}
.top60 {
	margin-top:60px;
}
.bottom0 {
	margin-bottom:0;
}

.bottom10 {
	margin-bottom:10px;
}

.bottom20 {
	margin-bottom:20px;
}

.bottom30 {
	margin-bottom:30px;
}

.bottom40 {
	margin-bottom:40px;
}

.bottom50 {
	margin-bottom:50px;
}

.bottom60 {
	margin-bottom:60px;
}
strong{
    display: block;
}
.block{
    display: block;
}
.ta_left{
    text-align: left;
}
.ta_right{
    text-align: right;
}

.center{
    text-align: center;
}

.left{
    float: left;
    display: inline;
}

.right{
    float: right;
    display: inline;
}


.cal01{
    float: left;
    display: inline;
	margin-left: 40px;
}

.cal02{
    float: right;
    display: inline;
	margin-right: 30px;
}




.Large{
    font-size: 1.1em;
}
small{
    font-size: .85em;
}

.noborder{
    border: none !important;
}

body {
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro","メイリオ",Meiryo,verdana,"Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	line-height:2.2;
	font-size: 13px;

	
}
ol, ul {
	list-style: none;
}



a {
	color:#1c283c;
	text-decoration:none;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a:hover {
	color:#1c283c;
	text-decoration:none;
}
a img{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a:hover img{
    opacity:0.8;
    filter: alpha(opacity=80);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
}

img {
	vertical-align:top;
}

header{
    position: relative;
    z-index: 1000;
}

.headerContent{
    width: 1200px;
    height: 198px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.logo{
    float: left;
    margin-top: 45px;
}


.headerContent ul{
    float: right;
    width: 480px;
    overflow: hidden;


    margin-top: 50px;
}

.headerContent ul li{
    width: 160px;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}
.headerContent ul li:first-child{
    border-left: 0;


}

.headerContent ul li a{
    display: block;
    height: 36px;
    width: 100%;
    background: #255795;
    text-align: center;
    border: #fff solid 1px;
    box-sizing: border-box;
}

.headerContent ul li:first-child a{
    background: #fff;
    -webkit-border-radius: 18px 0 0 18px;
    -moz-border-radius: 18px 0 0 18px;
    border-radius: 18px 0 0 18px;
}
.headerContent ul li:last-child a{
    -webkit-border-radius: 0 18px 18px 0;
    -moz-border-radius: 0 18px 18px 0;
    border-radius: 0 18px 18px 0;
}

.headerContent ul li a img{
    padding-top: 10px;
}

.headerContent p{
    position: absolute;
    right: 0;
    bottom: 55px;
}

nav{
    background: rgba(255, 255, 255, 1);
    height: 140px;
    width: 100%;
    overflow: hidden;
}

.home nav{
    background: rgba(255, 255, 255, 0.95);
}
nav ul{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 1px;
    position: relative;
}

nav ul:before{
    content: "";
    width: 1px;
    height: 90px;
    background:#0d213c;
    position: absolute;
    left: 0;
    top: 25px;
}
nav ul:after{
    content: "";
    width: 1px;
    height: 90px;
    background:#fff;
    position: absolute;
    right: 0;
    top: 25px;
}



nav ul li{
    float: left;
    width: 20%;
    height: 140px;
    position: relative;
    display: table;
}
nav ul li:before{
    content: "";
    width: 1px;
    height: 90px;
    background:#fff;
    position: absolute;
    left: 0;
    top: 25px;
}
nav ul li:after{
    content: "";
    width: 1px;
    height: 90px;
    background:#0d213c;
    position: absolute;
    right: 0;
    top: 25px;
}


nav ul li a{
    display:table-cell;
    width: 100%;
    height: 140px;
    text-align: center;
    vertical-align: middle;

}


.silideBox{
    margin-top: -140px;
    position: relative;
}



#slider1 li{
    width: 100%;
    height: 683px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#slider1 li:after{
    content: "";
    width: 100%;
    height: 47px;
    background:url(../img/common/shadow_top.png) no-repeat center bottom;
    position: absolute;
    bottom: 0;
    left: 0;
}

#slider1 li img{
    position: absolute;
    right: 20px;
    bottom: 40px;
}

/*****************************************

home

*****************************************/


.whiteContent{
    width: 100%;
    overflow: hidden;
    background: #fff;
}
section > h2{
    padding-left: 50px;
    background:url(../img/common/subtitle_icon01.png) no-repeat left 5px ;
    min-height: 35px;
}

section > h2 + div.inner{
    padding:50px;
    width: auto;
}

.box{
    width: 100%;
}

.inner:after,
.box:after{
  content: "";
  display: block;
  clear: both;
}

div.inner > strong,
div.box > strong{
    font-size: 1.35em;
    font-weight: normal;
    line-height: 1.4;
    color: #1c283c;
    padding-bottom: 1em;
}

.subpage section > div.inner > img.right{
    margin-left: 40px;
    margin-bottom: 20px;
}
.subpage section > div.inner > img.left{
    margin-right: 40px;
    margin-bottom: 20px;
}


.subpage section div.box > img.right{
    margin-left: 40px;
    margin-bottom: 20px;
}
.subpage section div.box > img.left{
    margin-right: 40px;
    margin-bottom: 20px;
}


.home .cont01{
    width: 1050px;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 0;
}
.home .cont02{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.home .cont02:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 47px;
    left: 0;
    top: 0;
    background:url(../img/common/shadow_bottom.png) no-repeat center top;
}

.home .cont02 ul{
    width: 100%;
    max-width: 1620px;
    margin: 0 auto;
    overflow: hidden;
}

.home .cont02 ul li{
    width: 33.3%;
    float: left;
    overflow: hidden;
    text-align: center;
    padding-bottom: 220px;
    position: relative;
}
.home .cont02 ul li dt{
    padding-top: 86px;
    background:url(../img/common/subtitle_icon01.png) no-repeat center 30px;
}

.home .cont02 ul li dd{
    width: 90%;
    margin: 35px 5% 0;
    height: 10em;
}

.home .cont02 ul li dd.center{
    position: absolute;
    left: 50%;
    bottom: 135px;
    margin-left: -105px;
    width: auto;
    height:auto;
}


.home .cont02 ul li:first-child:after{
    position: absolute;
    content: "";
    width: 9px;
    height: 847px;
    right: 0;
    top: 0;
    background:url(../img/common/shadow_left.png) no-repeat right center;
}
.home .cont02 ul li:last-child:after{
    position: absolute;
    content: "";
    width: 9px;
    height: 847px;
    left: 0;
    top: 0;
    background:url(../img/common/shadow_right.png) no-repeat left center;
}


.blueContent{
    background:url(../img/common/shadow_bottom.png) no-repeat center top;
}
.home .cont03{
    width: 950px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding: 60px 0;
    color: #efdcb6;
}

.home .cont03 h2{
    padding-left: 0;
    padding-top: 90px;
    background: url(../img/common/subtitle_icon02.png) no-repeat center top;
    margin-bottom: 35px;
}
ul.Menuphoto{
    width: 100%;
    overflow: hidden;
}
ul.Menuphoto li{
    width: 455px;
    overflow: hidden;
    margin-top: 60px;
    position: relative;
}

ul.Menuphoto li a{
    position: absolute;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    left: 0;
    top: 0;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;
}
ul.Menuphoto li a:hover{
    background: rgba(14, 35, 62, 0.25);
}
ul.Menuphoto li dt{
    position: relative;
    margin-bottom: 20px;
}
ul.Menuphoto li dt span{
    display: block;
    width: 100%;
    height: 56px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
ul.Menuphoto li dt span img{
    padding-top: 10px;
}
ul.Menuphoto li:nth-child(2n-1){
    float: left;
}

ul.Menuphoto li:nth-child(2n){
    float: right;
}


.mainContent{
    width: 1200px;
    overflow: hidden;
    padding: 100px 125px 100px 75px;
    box-sizing: border-box;
    background: #fff;
    margin: 0 auto;
    position: relative;
}
.mainContent article{
    width: 750px;
    float: left;
    overflow: hidden;
}

.mainContent article.wide{
    width: 1000px;
}

.mainContent aside{
    float: right;
    width: 210px;
    overflow: hidden;
}

.mainContent aside li{
    padding-bottom: 20px;
}
.mainContent article > section{
    margin-top: 100px;
}
.mainContent article > section:first-child{
    margin-top: 0;
}

.mainContent section > div.inner{
    padding:50px 0 0 0;
    width: 100%;
    box-sizing: border-box;
}









.news{
    border-bottom: #e5e5e5 solid 1px;
	padding-left: 0;
}

.news li{
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-top: #e5e5e5 solid 1px;
}

.news li span{
    float: left;
}
.news li p{
    margin-left: 120px;
	margin-top: 0;
}

.CalendarBox{
    width: 335px;
    overflow: hidden;
}
.CalendarBox time{
    display: block;
    text-align: center;
    font-size: 1.45em;
}


.CalendarBox div{
    border-top: #1c283c solid 2px;
}

.CalendarBox table {
    width: 100%;
    table-layout: fixed;
}
.CalendarBox table th,
.CalendarBox table td{
    text-align: center;
    vertical-align: middle;
    height: 46px;
}

.CalendarBox table th{
    border-bottom: #1c283c dotted 1px;
    height: 50px;
}

.CalendarBox table tr td:first-child,
.CalendarBox table tr th:first-child{
    color: #de0000;
}

.CalendarBox table tr td:last-child,
.CalendarBox table tr th:last-child{
    color: #005ddb;
}

.CalendarBox table tr td{
    position: relative;
}

td.rest:after,
td.cure:after{
    position: absolute;
    left: 0;
    top: 0;
    content: "○";
    width: 100%;
    height: 100%;
    text-align: center;
    color: #de0000;
    font-size: 36px;
    line-height: 48px;
    font-weight: normal;
}
td.cure:after{
    color: #1aaa9e;
}


td.close:after,
td.am_close:after{
    position: absolute;
    left: 0;
    top: 0;
    content: "○";
    width: 100%;
    height: 100%;
    text-align: center;
    color: #de0000;
    font-size: 36px;
    line-height: 48px;
    font-weight: normal;
}
td.am_close:after{
    color: #19ce21;
}


td.pm_close:after{
    position: absolute;
    left: 0;
    top: 0;
    content: "○";
    width: 100%;
    height: 100%;
    text-align: center;
    color: #de0000;
    font-size: 36px;
    line-height: 48px;
    font-weight: normal;
}
td.pm_close:after{
    color: #6900f9;
}





td.other:after{
    position: absolute;
    left: 0;
    top: 0;
    content: "○";
    width: 100%;
    height: 100%;
    text-align: center;
    color: #de0000;
    font-size: 36px;
    line-height: 48px;
    font-weight: normal;
}
td.other:after{
    color: #00f9d8;
}









.exposition{
    clear: both;
    padding-top: 50px;
}
.exposition li{
    position: relative;
    height: 36px;
    padding-left: 40px;
}
.exposition li:before{
    position: absolute;
    left: 0;
    top: 0px;
    content: "○";
    color: #de0000;
    font-size: 36px;
    line-height: 1;
    font-weight: normal;
    padding-left: 0;
}
.exposition li:last-child:before{
    color: #1aaa9e;
}

.topLink{
    position: absolute;
    left: 0;
    bottom: 0;
}
footer{
    text-align: center;
    padding-top: 100px;
}

.footerContent{
    width: 950px;
    margin: 60px auto 0;
    overflow: hidden;
    color: #c5b89e;
}
.footerContent ul{
    float: left;
    width: 340px;
}

.footerContent ul li{
    width: 100%;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    margin-bottom: 15px;
}
.footerContent ul li span{
    float: left;
    width: 80px;
    text-align: center;
    border: #efdcb6 solid 1px;
    padding: 2px 0;
    font-size: .9em;
    box-sizing: border-box;
}

.footerContent ul li p{
    margin-left: 90px;
    line-height: 1.5;
}
.footerContent ul li p small{
    font-size: .85em;
    padding-left: 1em;
}

.footerContent .map{
    float: right;
    width: 575px;
    overflow: hidden;
    text-align: right;
}

.footerContent .map a{
    display: inline-block;
    width: 160px;
    text-align: center;
    border: #efdcb6 solid 1px;
    padding: 2px 0;
    font-size: .9em;
    box-sizing: border-box;
    color: #c5b89e;
}

.textLinks{
    clear: both;
    text-align: left;
    padding-top: 30px;
}

.textLinks dt{
    padding-left: 30px;
    background:url(../img/common/footer_icon.png) no-repeat left 7px ;
    font-size: 16px;
}
.textLinks dd{
    margin-left: 30px;
}
.textLinks a{
    color: #c5b89e;
}
.textLinks a:after{
    content:"|";
    padding-left: 8px;
    padding-right: 4px;
}

.copy{
    color: #c5b89e;
    padding: 20px 0;
    border-top: #616977 solid 1px;
    font-size: .85em;
    width: 1200px;
    margin: 60px auto 0;
}

/*****************************************

subpages

*****************************************/
.subpage .mainContent{
    padding-top: 50px;
}


.pageTitle{
    width: 1200px;
    margin: 50px auto 0;
    position: relative;
}
.pageTitle:after{
    content: "";
    width: 100%;
    height: 47px;
    overflow: hidden;
    background:url(../img/common/shadow_top.png) no-repeat center top;
    position: absolute;
    left: 0;
    bottom: 0;

}
.pageTitle h1{
    position: absolute;
    left: 0;
    top: 0;
    width: 375px;
    height: 100%;
    background: rgba(29, 41, 62, 0.9);
    box-shadow: inset 0.5px 0.866px 0px 0px rgba(255, 255, 255, 0.3);
    text-align: center;
}
.pageTitle h1.wide{
    width: 455px;
}
.pageTitle h1 img{
    padding-top: 100px;
}

.Breadcrumb{
    width: 1200px;
    background: #fff;
    margin: 0 auto;
}
.Breadcrumb ul{
    width: 1050px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom:#1c283c solid 1px;
    font-size: 12px;
}

.Breadcrumb ul li{
    float: right;
    padding: 20px 0;
    line-height: 1;
}

.Breadcrumb ul li a:after{
    content:url(../img/common/arrow01.png);
    padding: 0 10px;
}

.concept4 li{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
    background:url(../img/concept/concept_bg.png) repeat 0 0;
    position: relative;
    margin-bottom: 20px;

}
.concept4 li span{
    display: block;
    padding: 30px;
    border: rgba(171, 148, 118, 0.32) solid 1px;
    z-index: 100;
    min-height: 150px;
    position: relative;
}

.concept4 li dl{
    color: #fff9ec;

    width: 350px;
}
.concept4 li dl dt{
    padding-bottom: 10px;
}

.concept4 li:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 290px;
    height: 100%;
    background: url(../img/concept/img02.png) no-repeat center top;
    z-index: 0;
}
.concept4 li:nth-child(2):after{
    background-image: url(../img/concept/img03.png);
}

.concept4 li:nth-child(3):after{
    background-image: url(../img/concept/img04.png);
}
.concept4 li:nth-child(4):after{
    background-image: url(../img/concept/img05.png);
}

.photo{
    position: relative;
    margin-bottom: 50px;
}
.photo p{
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    bottom: 0;
}

.Credo{
    border: #255795 solid 5px;
    background:url(../img/concept/credo_bg.png) no-repeat  center top;
    background-size:cover;
    padding: 5px;
}
.Credo div{
    border: #255795 solid 1px;
    padding: 26px;
    color: #255795;
    font-size: 1.1em;
    font-weight: bold;
}

.Credo ul{
}

.Credo ul li{
    line-height: 1.7;
    margin-top: 28px;
    position: relative;
    margin-left: 20px;
}

.Credo ul li:before{
    content: "○";
    position: absolute;
    left: -20px;
    top: 6px;
    font-size: 8px;
}
aside dl {
    background:#fcfcfc;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
aside dl dt{
    background: #1c283c;
    text-align: center;
    height: 60px;
}

aside dl dt img{
    padding-top: 22px;
}
aside dl dd{
    margin:0 8px;
    border-bottom:#1c283c dotted 1px;
    line-height: 1;
}
aside dl dd a{
    display: block;
    width: 100%;
    padding: 15px 0;
    position: relative;
}
aside dl dd a:before{
    content: "□";
    font-size: 10px;
    padding-right: 5px;
}
aside dl dd a:hover:before{
    content: "■";
}

aside dl dd.short{
   letter-spacing: -1px;
}


.history{
    width: 100%;
    overflow: hidden;
    padding: 20px;
    background:#fafafa;
    box-sizing: border-box;
}


.history dl.left{
    width: 55%;
    overflow: hidden;


}
.history dl.right{
    width: 40%;
    overflow: hidden;
    border-left: #e2e2e2 dotted 1px;
    padding-left: 3%;
    box-sizing: border-box;
}

.history dl dt{
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 20px;
}


.history dl li{
    width: 100%;
    overflow: hidden;
    line-height: 1.7;
    margin-bottom: 10px;
}
.history dl li span{
    float: left;
}
.history dl li span:after{
    content: "/";
    color: #ccc;
    padding-left: 5px;
    padding-right: 5px;
}


.history dl li p{
    margin-left: 55px;
}
.history dl.right li{
    position: relative;
    padding-left: 15px;
    width: auto;
}
.history dl.right li:before{
    content: "●";
    font-size: .7em;
    color: #ccc;
    position: absolute;
    left: 0;
    top: 3px;
}

.clear{
    clear: both;
}
.concept4.ImplantList li{
    margin-top: 30px;
    background: url(../img/implant/bg.png) repeat scroll 0 0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.concept4.ImplantList li:first-child{
    margin-top: 0;
}

.concept4.ImplantList span{
    padding: 15px;
}
.concept4.ImplantList dl{
    width: auto;
    color: #fff;
}
.concept4.ImplantList dt{
    font-size: 1.5em;
    padding-bottom: 10px;
    line-height: 1.5;
    position: relative;
    padding-left: 15px;
}
.concept4.ImplantList dt:before{
    content: "●";
    font-size: 6px;
    position: absolute;
    left: 0;
    top: 9px;
    font-weight: normal;
}

.concept4.ImplantList dd{
    width: 600px;
    line-height: 2;
}

.concept4.ImplantList dd.link{
    display: inline-block;
    width: auto;
    min-width: 615px;
    box-sizing: border-box;
    padding: 10px 20px 10px 40px;
    background: rgba(255, 255, 255, 0.9);
    border: #fff solid 1px;
    margin-top: 10px;
}
.concept4.ImplantList dd.link a{
    margin-right: 20px;
    font-weight: bold;
}
.concept4.ImplantList dd.link a i{
    padding-right: 2px;
    font-weight: normal;
}


.concept4.ImplantList li:after {
  background: url(../img/implant/img01.png) no-repeat scroll center top rgba(0, 0, 0, 0);
}
.concept4.ImplantList li:nth-child(2):after{
    background-image:url(../img/implant/img02.png);
}

.concept4.ImplantList li:nth-child(3):after{
    background-image:url(../img/implant/img03.png);
}
.concept4.ImplantList li:nth-child(4):after{
    background-image:url(../img/implant/img04.png);
}

.concept4.ImplantList li:nth-child(5):after{
    background-image:url(../img/implant/img05.png);
}

.concept4.ImplantList li:nth-child(6):after{
    background-image:url(../img/implant/img06.png);
}


.pageLinks{
    width: 100%;
    overflow: hidden;
    padding:10px 20px;
    background: #f3f4f5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    padding-left: 170px;
}
.pageLinks:before{
    position: absolute;
    left: 40px;
    top: 15px;
    line-height: 20px;
    content: "ページリンク";
    font-weight: bold;
    color: #1c283c;
    border-right:#999 solid 1px;
    padding-right: 40px;
}

.pageLinks li{
    float: left;
    padding: 0 20px;
}
.pageLinks li i{
    color: #27a1b9;
}

.pageLinks li:last-child:after{
    content: none;
}

.mainContent article .pageLinks + .cont01{
    margin-top: 60px !important;
}


.subpage .Menuphoto li{
    width: 340px;
    margin-top: 0 !important;
    margin-bottom: 60px;
}
.subpage .Menuphoto li:nth-child(1),
.subpage .Menuphoto li:nth-child(2){

}

.subpage ul.Menuphoto li dt span {
  height: 50px;
}
.subpage ul.Menuphoto li dt span img {
  padding-top: 15px;
}


.grayBox{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background:#f3f4f5;
    position: relative;
}

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


section h3{
    font-size: 18px;
    color: #1c283c;
    font-weight: normal;
}

.accessList li{
    width: 100%;
    position: relative;
    padding-left: 16px;
}
.accessList li span{
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 20px;
}

.accessList li:before{
    content: "●";
    color: #d2d2d2;
    font-size: 8px;
    position: absolute;
    top: 6px;
    left: 0;
}
.accessList.nopoint{
    margin-left: 20px;
}
.accessList.nopoint li:before{
    content: none;
}

.airline{
    display: block;
    position: relative;
    width: auto;
    overflow: hidden;
    margin-bottom: 40px;
}
.airline dl{
    position: absolute;
    left: 10px;
    top: 10px;
}
.airline dl dd{
    padding-bottom: 10px;
}


.airplane dt,
.shinkansen dt{
    font-size: 15px;
    color: #27a1b9;
    font-weight: bold;
    padding-left: 30px;
    background: url(../img/clinic/icon01.png) no-repeat left top;
}
.shinkansen dt{
    background-image: url(../img/clinic/icon02.png);
}
.airplane li,
.shinkansen li{
    width: 100%;
    overflow: hidden;
}

.airplane li span,
.shinkansen li span{
    float: left;
    font-weight: bold;
}

.airplane li p{
    margin-left: 90px;
}
.shinkansen li p{
    margin-left: 110px;
}

.inner > a.left,
.inner > img.left{
    margin-right: 40px;
}

.tableBox table{
    width: 100%;
    margin-top: 10px;
}
.tableBox table th,
.tableBox table td{
    vertical-align: middle;
    text-align: center;
    padding: 8px 0;
    background: #f5f5f5;

}
.tableBox table td{
    padding: 15px 0;
    border-bottom: #fff solid 1px;
}

.tableBox table tfoot td{
    background: #fff;
    text-align: right;
    font-size: .85em;
    line-height: 1.5;
}
.tableBox table th:nth-child(1){
    width: 30%;
}

.tableBox table tbody td:nth-child(1){
    border-right: #fff solid 1px;
    font-weight: bold;
    line-height: 1.2;
    font-size: 1.1em;
}
.tableBox table tbody td:nth-child(1) small{
    display: block;
    font-weight: normal;
    font-size: .8em;
}


.tableBox table.time th{
    background:#1c283c;
    color: #efdcb6;
}


#flow > .inner{
    padding-top: 80px;
}


.step h3{
    font-size: 1.4em;
    color: #1c283c;
    font-weight: bold;
    margin-bottom: 20px;
}
.step h3 span{
    display: inline-block;
    background: #399fc7;
    height: 34px;
    padding: 9px 16px;
    box-sizing: border-box;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    color: #fff;
    line-height: 1;
    margin-right: 10px;
    font-weight: normal;
}


.step .point > strong{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    height: 28px;
    background:#399fc7;
    color: #fff;
    font-weight: normal;
}

.step .point > strong i{
    padding-right: 5px;
}
.step .point h4{
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 1.4em;
    font-weight: normal;
    border-bottom: #1c283c dotted 1px;
}

.pointText{
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}
.step .grayBox{
    margin-top: 20px;
}
.arrowBottom{
    position: relative;
}
.arrowBottom:after {
	bottom: -80px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color:#fff;
	border-top-color: #399fc7;
	border-width: 30px;
	margin-left: -30px;
}










.step .grayBox img.right{
    margin-left: 20px;
}
.step .grayBox a{
    display: inline-block;
    margin-top: 10px;
    font-size: 1.15em;
}
.step .grayBox a i{
    color: #399fc7;
    font-size: 20px;
    position: relative;
    top: 2px;
    padding-right: 5px;
}


.stepPhotos{
    width: 100%;
    overflow: hidden;
}
.stepPhotos li{
    width: 206px;
    float: left;
    margin-right: 21px;
    margin-bottom: 30px;
}
.stepPhotos li:nth-child(3n){
    margin-right: 0;
}
.stepPhotos li strong{
    font-size: 1.2em;
    font-weight: normal;
    padding-top: 10px;
}
.stepPhotos li p{
    line-height: 1.5;
}

.QA{
    background: #fafafa;
    padding: 20px;
}
.QA dt{
    font-size: 1.4em;
    position: relative;
    line-height: 1.2;
    padding-left: 28px;
}
.QA dt:before{
    font-family: sans-serif;
    content: "Q.";
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 10px;
    color: #399fc7;
    font-size: 20px;
}
.QA dd{
    position: relative;
    line-height: 1.7;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom:#333 dotted 1px;
    padding-left: 28px;
    margin-top: 10px;
    padding-top: 5px;
}
.QA dd:before{
    font-family: sans-serif;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 10px;
    color: #a82e00;
    font-size: 20px;

}
.QA dd:last-child{
    margin-bottom: 0;
}

.Machine{
    margin-top: 60px;
}
.Machine h3 span{
    top: 10px;
    position: relative;
}
.Machine h4{
    margin-top: 0 !important;
}
.Machine .pointText p{
    margin-left: 210px;
}


.whiteBox{
    width: auto;
    overflow: hidden;
    background: #fefefe;
    padding: 20px;
    margin-top: 20px;
}
.whiteBox strong,
.whiteBox p{
    margin-left: 250px;
}

.step .box a{
    display: inline-block;
    margin-top: 10px;
    font-size: 1.15em;
}
.step .box a i{
    color: #399fc7;
    font-size: 20px;
    position: relative;
    top: 2px;
    padding-right: 5px;
}

.Listpoint{
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.Listpoint li{
    float: left;
    position: relative;
    white-space: nowrap;
    margin-right: 40px;
    font-weight: bold;
}
.Listpoint li:before{
    content: "●";
    color: #399fc7;
    padding-right: 5px;
}

.casedetail{
    background: #f3f4f5;
    padding:80px 20px 20px;
    box-sizing: border-box;
    position: relative;
    width: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
}
.casedetail h4{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #399fc7;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.casedetail h4 i{
    padding-right: 10px;
}
.casedetail h4 + dl{
    border-bottom: #111 dashed 1px;
    padding-bottom: 25px;
}
.casedetail h4 + dl dt{
    font-size: 14px;
    font-weight: bold;
}
.casedetail h4 + dl dd.profile{
    font-weight: bold;
}
.casedetail h4 + dl dd p{
    padding-top: 10px;
}

.casedetail strong{
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin: 15px 0;
}


.Treatmentbox{
    padding: 20px;
    background: #fff;
    position: relative;
}
.Treatmentbox:after {
  content: "";
  display: block;
  clear: both;
}

.Treatmentbox:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #fff #f3f4f5 #f3f4f5;
  border-image: none;
  border-right: 30px solid #f3f4f5;
  border-style: solid;
  border-width: 30px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -30px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}

.Treatmentbox.last:before{
    content: none;
}




.Treatmentbox img.left + p{
    margin-left: 320px;
}
.Treatmentbox dl{
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}
.Treatmentbox dl dt{
    font-size: 14px;
    font-weight: bold;
}

.voicedetail{
    background: #f3f4f5;
    padding:80px 20px 20px;
    box-sizing: border-box;
    position: relative;
    width: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
}

.voicedetail h4{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #399fc7;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.voicedetail:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  border-style: solid;
  border-color: #206d8b #fff;
}
.voicedetail dt{
    font-weight: bold;
    font-size: 14px;
}
.voicedetail dd{
    line-height: 36px;
    background:url(../img/voice/dot.png) repeat 0 0;
}
table.price{
    font-size: 13px;
}
table.price th{
    padding: 20px;
    text-align: left;
    background: #1c283c;
    border-right: #888 solid 1px;
    border-top: #888 solid 1px;
    color: #c5b89e;
    font-weight: normal;
    line-height: 1.5;
}
table.price td{
    border-right: #fff solid 1px;
    border-top: #fff solid 1px;
    text-align: right;
    padding: 0 10px;
    box-sizing: border-box;
}

.tableBox table.price th:nth-child(1) {
  width: 25%;
}

table.price thead th{
    text-align: center;
}

table.price tr td:last-child{
    text-align: center;
}

.linkbox{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #d7d7d7;
    margin-bottom: 25px;
    padding-bottom: 20px;
}



.linkbox .right {
  width: 560px;
}
.linkbox .right p{
    line-height: 1.2;
}

.linkbox .right .green{
    color: #27a1b9;
    margin-bottom: 10px;
    line-height: 1.;
}

.rsvBox1,
.rsvBox2{
    margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.rsvBox2{
    padding: 40px;
}

.recruitpoint{
    width: 100%;
    display: table;
}
.recruitpoint li{
    display: table-cell;
    width: 33.3%;
    overflow: hidden;
    text-align: center;
    border-right:#399fc7 dotted 1px;
    box-sizing: border-box;
    height: 160px;
    vertical-align: middle;
    line-height: 1.5;
}
.recruitpoint li img{
    margin-bottom: 10px;
}
.recruitpoint li:last-child{
    border-right: 0;
}

.brs6{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.recruitBox{
    margin-bottom: 40px;
}
.recruitBox table{
    width: 100%;
    box-sizing: border-box;
}
.recruitBox table th{
    width: 25%;
    background: #f5f5f5;
    vertical-align: middle;
    border-bottom: #e2e2e2 solid 1px;
}

.recruitBox table td{
    padding: 20px;
    border-bottom: #e2e2e2 solid 1px;
}
.recruitBox table thead th{
    background: #27a1b9;
    color: #fff;
    font-weight: normal;
    font-size: 1.4em;
    padding: 20px;
    line-height: 1;
}

.tableBox .recruitForm th{
    border-right: #fff solid 1px;
    border-bottom: #fff solid 1px;
    text-align: left;
    padding: 20px;
}

.tableBox .recruitForm th span,
span.must{
    background: #e8192d;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    line-height: 1;
    margin-left: 10px;
    padding: 2px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
span.must{
    margin-right: 5px;
    margin-left: 0;
}

.tableBox .recruitForm tbody td{
    text-align: left;
    padding: 20px;
    font-weight: normal !important;
    font-size:1em !important;
}
.tableBox .recruitForm label{
    margin-right: 20px;
    white-space: nowrap;
}
.tableBox .recruitForm label input{
    margin-right: 5px;
}

.recruitForm input[type="text"],
.recruitForm input[type="email"]{
    width: 100%;
    padding: 10px;
    box-sizing:border-box;
    font-size: 1.1em;
}

.recruitForm input.short{
    width: 20%;
}
.recruitForm input.middle{
    width: 40%;
}
.recruitForm textarea{
    width: 100%;
    padding: 10px;
    box-sizing:border-box;
    font-size: 1.1em;
}
.recruitForm select{
    font-size: 1.1em !important;
    margin-left: 5px;
}
.recruitForm + .center{
    background: #f5f5f5;
    padding: 30px;
}
.recruitForm + .center .btn{
    background-color:#fff;
    border:#27a1b9 solid 1px;
    font-size: 1.2em;
    padding: 10px 40px;
    line-height: 1;
    cursor: pointer;
    color: #27a1b9;
}



.red {
	color:#F00;
	}




.cal_supple{
	clear:both;
	margin:25px 0 30px 40px;
	min-height:30px;
	padding-top: 20px;
}
.cal_supple .supple_1, .cal_supple .supple_2{
	float:left;
	padding-left:40px;
	margin-right:53px;
	height:25px;
	padding-top:5px;
}
.cal_supple .supple_1, .cal_supple .supple_3{
	float:left;
	padding-left:40px;
	margin-right:53px;
	height:25px;
	padding-top:5px;
}
.cal_supple .supple_1, .cal_supple .supple_4{
	float:left;
	padding-left:40px;
	margin-right:53px;
	height:25px;
	padding-top:5px;
}
.cal_supple .supple_1{
	background:url(../common/img/top/rest_red.png) top left no-repeat;
}
.cal_supple .supple_2{
	background:url(../common/img/top/cure_green.png) top left no-repeat;
}
.cal_supple .supple_3{
	background:url(../common/img/top/cure_purple.png) top left no-repeat;
}
.cal_supple .supple_4{
	background:url(../common/img/top/cure_blue.png) top left no-repeat;
}
