@charset "UTF-8";

.lead {
    width: 100%;
    float: left;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　グループ４　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.medical_institution {
    width: 100%;
    float: left;
    border-bottom: 1px dotted #333333;
    padding-bottom: 20px;
    font-size: 100%;
    margin-top: 40px;
}

@media only screen and (max-width:800px) {
.b_name{
    width: auto;
    margin-left: 5px;
    font-size: 120%;
    line-height: 20px;
    font-weight: bold;
}
}
@media only screen and (min-width:800px) {
.b_name{
    width: auto;
    margin-left: 5px;
    font-size: 140%;
    line-height: 20px;
}
}


.region01{
    font-family: 'Josefin Sans', sans-serif;
    width: 100%;
    text-align: left;
    float: left;
    font-weight: bold;
    font-size: 160%;
    clear: left;
    margin-bottom: -30px;
    margin-top: 50px;
    color: #C68F85;
}

.region02{
    font-family: 'Josefin Sans', sans-serif;
    width: 100%;
    text-align: left;
    float: left;
    font-weight: bold;
    font-size: 160%;
    clear: left;
    margin-bottom: -30px;
    margin-top: 50px;
    color: #9EBB6B;
}

@media only screen and (max-width:650px) {

/* ＝＝＝＝＝＝＝＝＝＝＝＝　 大見出し　ここから　＝＝＝＝＝＝＝＝＝＝＝＝ */
.heading_emi {
    position: relative;
    padding-bottom: 8px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 180%;
    margin-top: 80px;
    letter-spacing: 1px;
    font-family: "Roboto Condensed", sans-serif;
    color: #5574b3;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    float: left;
}
.heading_emi:before {
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #5574b3;
}
}

@media only screen and (min-width:650px)  and (max-width:800px){

/* ＝＝＝＝＝＝＝＝＝＝＝＝　 大見出し　ここから　＝＝＝＝＝＝＝＝＝＝＝＝ */
.heading_emi {
	position: relative;
	padding-bottom: 8px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 180%;
    margin-top: 80px;
    letter-spacing: 2px;
    font-family: "Roboto Condensed", sans-serif;
    color: #5574b3;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    float: left;
}
.heading_emi:before {
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #5574b3;
}
}

@media only screen and (min-width:800px)  and (max-width:950px){
	
/* ＝＝＝＝＝＝＝＝＝＝＝＝　 大見出し　ここから　＝＝＝＝＝＝＝＝＝＝＝＝ */
.heading_emi {
	position: relative;
	padding-bottom: 8px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 200%;
    margin-top: 80px;
    letter-spacing: 2px;
    font-family: "Roboto Condensed", sans-serif;
    color: #5574b3;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    float: left;
}
.heading_emi:before {
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #5574b3;
}
}

	
	
@media only screen and (min-width:950px)  and (max-width:1300px){
	
/* ＝＝＝＝＝＝＝＝＝＝＝＝　 大見出し　ここから　＝＝＝＝＝＝＝＝＝＝＝＝ */
.heading_emi {
	position: relative;
	padding-bottom: 8px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 220%;
    margin-top: 80px;
    letter-spacing: 2px;
    font-family: "Roboto Condensed", sans-serif;
    color: #5574b3;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    float: left;
}
.heading_emi:before {
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #5574b3;
}
}

	
@media only screen and (min-width:1301px) {
	
/* ＝＝＝＝＝＝＝＝＝＝＝＝　 大見出し　ここから　＝＝＝＝＝＝＝＝＝＝＝＝ */
.heading_emi {
    position: relative;
    padding-bottom: 8px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 220%;
    margin-top: 80px;
    letter-spacing: 2px;
    font-family: "Roboto Condensed", sans-serif;
    color: #5574b3;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    float: left;
}
.heading_emi:before {
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #5574b3;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝　 大見出し　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝ */
	

}
