@charset "utf-8";

/*#main*/
#main {
	background-position: top center;
	padding: 25px 0 75px;
}
#main .mainWrap {
	margin-top: 5px;
	width: 100%;
}
#main .inner {
	padding: 0;
}
#main .title2 {
	font-size: 29px;
	line-height: 33px;
	margin-bottom: 15px;
}
#main .title3 {
	font-size: 69px;
}
#content {
	margin-top: 31px;
}
.title {
	display: inline-block;
	font-size: 24px;
	color: #0083C2;
}
.text{
    line-height: 28px;
    margin-top: 22px;
}

.areaIntro .title {
	font-size: 30px;
	border-bottom: 2px solid #0083C2;
	padding-bottom: 1px;
}
.introItem .text{
    font-size: 16px;
}

.descriptionBlock{
	margin-top:30px;
}

.descriptionBlock .text{
	font-size: 16px;
}

.introItem .photo{
	width:100%;
	text-align:center;
	margin-top:10px;
}

.subtitle{
	font-size:24px !important;
	border-bottom:none !important;
}
.introName{
	margin-top:20px;
}
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: center;
}
.clinicIntro{
	margin-top: 40px;
	padding: 20px 0;
	background: #f5f5f5;
}
.clinicback{
	background-image:url("/assets/img/case/case006/kanae_clinic.jpg");
	background-color:rgba(225,225,225,0.8);
	background-blend-mode:lighten;
	background-repeat: no-repeat;
	background-position:top;
	background-size: cover;
}

.introTable {
	float: left;
	width: 100%;
}
.introTable table {
	width: 100%;
}
.introTable th {
	width: 100px;
	font-size: 16px;
	color: #fff;
	background: #0083C2;
	font-weight: normal;
	padding: 20px 0 19px;
	border-bottom: 1px solid #fff;
}
.introTable td {
	font-size: 16px;
	background: #fff;
	text-align: left;
	padding: 20px 12px 19px;
	border-bottom: 1px solid #0083C2;
}
.introTable tr:last-child th,
.introTable tr:last-child td {
	border-bottom: none;
}
.introTable li{
	margin-left: 1.0em;
	text-indent: -1.0em;
}
.introTable a{
	color:#0083C2;
	text-decoration:underline;
}

#footer .footerTop .title{
	color:#FFFFFF;
}