@charset "UTF-8";

/* *******************************************************************************************
* 
*	イオン導入
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* タイトルエリア 
*
* ----------------------------------------------------------------------------------------- */

.treatmentSubHeader_main{
	background: url(../img/main_img_pc.jpg) center center no-repeat;
	background-size: cover;
}
.treatmentSubHeader_main_layer{
	background: url(../img/main_img_blur_pc.jpg) center center no-repeat;
	background-size: cover;
}
.ie .treatmentSubHeader_main_layer{
	background: none;
}
.treatmentSubHeader_main_ttl{
	width: 390px;
}
.treatmentLead_clm_item-l {
	float: left;
    width: 436px;
    margin-right: 40px;
}
.treatmentLead_clm_item-r {
	float: left;
    width: 450px;
}
.medicalMenu_inner small{
    display: block;
    margin-top: 30px;
    line-height: 1.5;
    color: #40201a;
    font-size:14px;
}
.ttl_box{
    font-size:20px;
    font-weight: bold;
}
.ttl_box .balloon {
    display: inline-block;
    background-color: #fceeeb;
    color: #e55c49;
    padding: 5px 30px;
    border-radius: 9999px; /* 両端を完全に丸める */
  }
.ttl_box .ttl_s{
    font-size:18px;
}
@media screen and (max-width : 768px){
	.treatmentSubHeader_main{
		background: url(../img/main_img_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.treatmentSubHeader_main_layer{
		background: url(../img/main_img_blur_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.treatmentSubHeader_main_cat{
		width: 186px;
	}
    .treatmentLead_clm_item-l , .treatmentLead_clm_item-r{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 23px;
	} 
    .medicalMenu_inner small{
        font-size:12px;
    }
    .ttl_box{
        font-size:16px;
        font-weight: bold;
    }
    .ttl_box .balloon {
        display: inline-block;
        background-color: #fceeeb;
        color: #40201a;
        padding: 5px 30px;
        border-radius: 9999px; /* 両端を完全に丸める */
      }
    .ttl_box .ttl_s{
        font-size:13px;
    }
}






