@charset "UTF-8";

/*##############################
クリニック紹介-タイトル
##############################*/
.title {
padding: 120px 20px;
text-align: center;
}

.title {
background-image: url("../about/img/about_t_bg.jpg");
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
}

.title h1 {
color: #333333;
font-size: 40px;
font-family: 'Lato', 'Merriweather', sans-serif;
margin-bottom: 5px;
}

.title h1 span {
color: #666666;
}

.title p {
color: #000000;
font-size: 18px;
}

/* ##############################
コンテンツ
############################## */
/* 枠の基本はcommon内 */
/* 共通見出し */
.midashi {
margin-bottom: 20px;
}

.midashi img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}

/* 院内写真 */
.picture {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
height: auto;
}

/* 院長の写真設定 */
.picture-d1, .picture-d2 {
display: block;
width: 100%;
height: auto;
}

/* 院長紹介 */
.aisatsu {
font-size: 16px;
line-height: 180%;
margin-top: 20px;
margin-bottom: 30px;
}

/* 院長プロフィール */
.dr_profile {
padding: 20px 20px;
border: solid 10px #eeeeee;
background-color: #f9f9f9;
}

.dr_profile img {
max-width: 100%;
height: auto;
margin-bottom: 20px;
}

.dr_profile p {
font-size: 16px;
line-height: 180%;
margin-bottom: 20px
}

/* 最後のPのみマージンなし */
.dr_profile p:last-child {
margin-bottom: 0px;
}

.dr_profile p span {
font-size: 20px;
font-weight: bold;
color: #666666;
}

.dr_profile i {
margin-right: 5px;
}
