@charset "UTF-8";

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

.title {
background-image: url("../visit/img/visit_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;
}

/* //////////訪問歯科診療のページ/////////// */
/* 小見出し */
.komidashi h1 {
background-color: #eeeeee;
border-left: 5px solid #888888;
padding: 5px 10px;
margin-bottom: 20px;
font-size: 20px;
}

.discription, .discription_r {
margin-bottom: 40px;
}

.discription h2, .discription_r h2 {
margin-bottom: 5px;
font-size: 22px;
color: #666666;
}

.discription_r h3 {
margin-bottom: 5px;
font-size: 18px;
font-weight: bold;
}

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

.discription p i {
margin-right: 5px;
color: #529fcd;
}

.discription h2 i, .discription_r h3 i {
font-size: 20px;
margin-right: 5px;
position:relative;
top:0px;
}

.blue {
color: #529fcd;
}

.red {
color: #cd5252;
}

/* エリア画像とテキストを横に並べる設定 */
.discription_r:after {
content: "";
display: block;
clear: both;
}

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