@charset "UTF-8";
/* CSS Document */

#contents{
	margin: 0 auto;
	padding: 5px 0 50px; 
	width: 800px;
	font-size:13px;
	/*background-color: #CCCCCC;*/
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
/*============================
共通帯
=============================*/
#contentsIcon{
	width: 50px;
	height: 50px;
	}
.absolute {
    position: absolute;
    left: 60px;
    bottom: 40px;
}
.relative {
	position: relative;
	width: 40px;
}

/*=========================
ページ内共通設定
=========================*/
.f-container{
	display:flex;
    justify-content:space-between;
    width: 640px;
    margin: 0 auto;
    }
.f-container .f-item a{
    background-color: #55CA52;
    padding: 16px 20px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    line-height: 50px;
    letter-spacing:1px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
    }
#contents h3{
    font-size: 20px;
    width: 800px;
    height: 100px;
    background-image: url(../images/higashi_mizue_title01.jpg);
    background-size: 80%;
    background-position: right;
    background-repeat: no-repeat;
    line-height: 100px;
    margin: 40px 0 20px;
	}
#contents  #doctor h3{
    background-image: url(../images/higashi_mizue_title02.jpg);
    line-height: 30px;
    padding-top:20px;
    }
#contents  #doctor h3 .small{
    line-height: 20px;
    font-size: 15px;
    }
#contents #thoughts h3{
    background-image: url(../images/higashi_mizue_title03.jpg);
    }
#contents h4{
	font-size: 1.4em;
	position:relative;
	padding: .25em 0 .5em .75em;
	border-left: 10px #55CA52 solid;
	border-bottom: 1px #000000 solid;
	margin: 40px 0 20px;
	}

#contents h5{font-size: 1.2em;}
#contents h6{font-size: 1.2em;}

#contents p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom:20px;
    }
#contents img{
    width: 100%;
    }

#contents .left-area{
    width: 60%;
    margin-right: 2%;
    float: left;
    }

#contents .right-area{
    width: 38%;
    float: left;
    }

#contents .bring-first{
    border: 1px solid #000;
    padding: 20px;
    }

    #contents .bring-first h5{
        margin-bottom:20px;
        }
    
#contents img.mapimg {
    width: 500px;
    margin: 0 auto;
    display: block;
    }

#contents #first .flow dl dt{
    width:90%;
    border: 4px solid #55CA52;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 20px;
    }

#contents #first .flow dl dd{
    width:90%;
    font-size: 14px;
    line-height: 24px;
    margin-bottom:20px;
    }

#contents #first .flow img{
    margin-bottom:10px;
    }

#contents #thoughts {
    background-image: url(../images/higashi_mizue_bg01.jpg);
    background-size: 80%;
    background-position: right bottom;
    background-repeat: no-repeat;
    }
#contents #thoughts p{
    font-size: 15px;
    line-height: 33px;
    }
/*==========================
追記 190510
============================*/