@charset "UTF-8";

/*##############################
診療スタイル-タイトル
##############################*/
.title {
padding: 120px 20px;
text-align: center;
}

.title {
background-image: url("../style/img/style_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;
border-bottom: 1px solid #dddddd;
}

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

/* //////////診療スタイルのページ/////////// */
.discription_l {
margin-bottom: 40px;
}

.discription_l h1 {
margin-bottom: 5px;
font-size: 18px;
font-weight: bold;
color: #529fcd;
}

.discription_l h2 {
margin-bottom: 5px;
font-size: 18px;
font-weight: bold;
color: #999999;
}

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

.discription_l h2 i {
font-size: 20px;
margin-right: 5px;
position:relative;
top:0px;
}

/* 写真とテキストを横に並べる設定 */
.discription_l:after {
content: "";
display: block;
clear: both;
}

.discription_l img {
float: right;
width: 350px;
height: auto;
margin-left: 20px;
margin-bottom: 10px;
}
