@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

body, html{
	background-color: #fff;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 12px;
    line-height: 1.5;
	font-size: 13px;
    color: #a8a8a8;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
}

h1{
	text-transform: uppercase;
}
h1 strong{
	font-weight: 900;
}
h2{
	text-transform: uppercase;
	line-height: 20px;
	margin:  20px 0;
}


h3{
font-size: 18px;
font-weight: 900;
}
h4{
	text-transform: uppercase;
}
h5{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}

p.intro{
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
a{ color: #0068B6;}
a:hover,
a:focus{
	text-decoration: none;
	color: #0068B6;
}

.section-title hr{
	border-color: #0068B6;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
	margin:0px 0 20px 0;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}



iframe {
    border: 0;
}


.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
   clear: both;
}

.clear {
   *zoom: 1;
}

body > section {
    padding: 80px 0;
}

.navbar-brand{
height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;

}
.navbar-brand > img {
    display: inline;
	margin-right:10px;
}

/* Navigation */
#tf-menu {
	padding: 20px;
	transition: all 0.8s;
}
#tf-menu.navbar-default {
	background-color: rgba(0, 104, 182, 0.7);
	border-color: rgba(231, 231, 231, 0);
}
#tf-menu a.navbar-brand {
text-transform: uppercase;
font-size: 22px;
color: #fff;
font-weight: 900;
}

#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 1px;
}
.on {
	background-color: #0068B6 !important;
	padding: 0 !important;
}
.navbar-brand > .color {
	color: #fff;
	
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #FFF !important;
	background-color: transparent;
	font-weight: bold;
	font-size:110%!important;
}

.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #0088B6;
	border-color: #0088B6;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}
	
/* Home Style */


#tf-home{
	background: url(../img/001.png)no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	color: #FFF;
}

@media screen and (max-width: 767px) {
#tf-home {
    background-image: url(../img/sp_001.png)no-repeat center center;
    background-size:cover;
    background-attachment: inherit;

  }
}


#tf-home p.lead{
	color: #FFF;
    font-size:20px;
}
.content{
	position: relative;
	padding: 30% 0 0;
}
@media screen and (max-width: 767px) {
.content{
	position: relative;
	padding: 60% 0 0;
}
}
.color{
	color: #0068B6;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #FFF;
}

a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 200px;
    margin-bottom: 50px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #0068B6;
	color: #fff;
	border: 2px solid #0068B6;
}

/* information Section */
#information{

	color: #333;
	padding: 80px 0;
}

#information h2{
margin:40px 0 50px 0;}

#information {
	padding: 30px 0;
}
#

#information p{
    margin:20px 0;
	color: #333;
	
	}

#information a {
    margin-left: 20px;
    padding-left: 10px;
}

/* About Section */
#about{
	padding: 80px 0;
	background-color:#E8E8E8;
}


#about .in_hospital{
	margin: 50px 0;
}
#about .in_hospital p{
	margin: 10px 0  30px　0;
    text-align: center;
    font-size: 16px;
}
@media screen and (max-width: 767px) {

#about .in_hospital img{
    width:80%;
    text-align: center;
}
}
ul.about-list{ margin: 30px 0 0 ;}
ul.about-list li{
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
ul.about-list li span{ 
	margin-right: 10px;
}


/* Services Section */
#services{
	padding: 80px 0;
}

.space{
	margin-top: 40px;
}



#services table th {
    background: #0068B6;
    color: #ffffff;
    border-color: #7E9EC7;
	text-align:center;
}

/* Clients Section */
#tf-clients{
	background: url(../img/04.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}


#clients .item{
    padding: 0;
    margin: 35px;
    color: #FFF;
    text-align: center;
}







/* Contact Section */
#contact{
	padding: 80px 0;
}

label {
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

button.btn.tf-btn.btn-default {
	float: right;
	background: #FCAC45;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}
/* Footer */
nav#footer{
	background: #0068B6;
	color: #ffffff;
	padding: 20px 0 15px 0;
}
nav#footer a{
color: #ffffff;
}
nav#footer .fnav{ vertical-align: middle;}

ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
	
}
ul.footer-navi li{
	display: inline-block;
	color:#FFFFFF;
	margin-right: 20px;
	
}

ul.footer-navi li:hover{
	
	text-decoration: underline;
	color: #ffffff;
	transition: all 0.5s;
	
}
	

nav#footer p{
	font-size: 12px;
	margin: 30px 0;
	padding: 4px 5px;
}
#footer i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #8c8c8c;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #8c8c8c;
	transition: all 0.5s;
}
#footer i.fa:hover{
	background: #FCAC45;
	border-color: #FCAC45;
	color: #ffffff;
	
}
	


/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #0068B6;
    text-decoration: none;
    color: #fff;
    width: 80px;
height:80px;
    padding: 20px 0 25px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
}
#page-top a:hover {
    text-decoration: none;
    background: #0068B6;
opacity: 0.9;
transition: all 1s;
}

/* 略歴 */
.career {
    border-radius: 15px;
    background: #eaf2f4;
    padding: 30px 10px 30px 30px;
    width: 100%;
    margin-top: 50px;
}

.career01 dt {
    width: 100px;
    float: left;
    clear: both;
    font-size: 20px;
    font-weight: 600;
    color: #339fd1;
    line-height: 280px;
    border-right: 1px solid #ddd;
}

.career01 dd {
    width: 92%;
    padding-left: 120px;
    font-size: 16px;
    line-height: 28px;
}
dl {
    margin-top: 0;
    margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
.career01 dt, .career02 dt {
    float: none;
    line-height: 40px;
    border-right: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    width: 100%;
}
.career01 dd, .career02 dd {
    padding-left: 0;
    width: 100%;
}
}