@charset "UTF-8";

.com_medical_link ul li:nth-child(3) {
	display: none;
}

/* box1 */
.medical_saisei .box1 .img_r{
	float: right;
	padding: 0 0 2em 2em;
	max-width: 109px;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.medical_saisei .box1 .img_r{
	padding: 0 0 1em 1em;
}
}



 /*料金表
---------------------------------------------------------*/
.fee_box .menu_title .thin{
	font-weight: normal;
	margin: 0 .2em;
}

.fee_box .menu_fee .menu{
	width: 20%;
}
.fee_box .menu_fee .price{
	width: 80%;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fee_box .menu_fee .volume{
	display: block;
	width: 230px;
}
.fee_box .menu_fee .fee{
	display: block;
	width: 250px;
	font-size: 110%;
	background: none;
	padding-left: 0em;	
}
.fee_box .menu_fee .fee span{
	font-size: 180%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.fee_box .menu_fee .volume,
.fee_box .menu_fee .fee{
	width: 100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.fee_box .menu_fee .menu{
	width: 100%;
}
.fee_box .menu_fee .price{
	width: 100%;
	display: block;
}
.fee_box .menu_fee .volume,
.fee_box .menu_fee .fee{
	width: 100%;
}
}



 /*副作用等
---------------------------------------------------------*/
.medical_saisei .box17 .text_small{
	font-size: 90%;
}

/* box18 */
.medical_saisei .box18 dt{
	font-size: 90%;
	font-weight: bold;
	margin-bottom: .5em;
}
.medical_saisei .box18 dd{
	margin-bottom: 1.5em;
}
.medical_saisei .box18 dd:last-of-type{
	margin-bottom: 0;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}



 /*メドジェット
---------------------------------------------------------*/
.medical_saisei .box20 .img_r{
	float: right;
	padding: 0 0 2em 2em;
	max-width: 120px;
}

.medical_saisei .box21 dl{
background: #fff8f9;
padding: 3%;
}
.medical_saisei .box21 dt{
	background: url(../images/icon_index2@2x.jpg) no-repeat left 0.35em;
	background-size: 0.7em 0.7em;
	padding-left: 1em;
	font-size:120%;
	line-height: 1.6em;
	color:#000;
	font-weight: bold;
	margin-bottom: .2em;
}
.medical_saisei .box21 dd{
padding-bottom: 1em;
}
.medical_saisei .box21 dd:last-of-type{
padding-bottom: 0em;
}

.medical_saisei .box24 .img_l{
	float: left;
	padding: 0 2em 0 0;
	max-width: 320px;
	width: 250%
}
.medical_saisei .box24 .text_r{
	padding-top: 1.2em;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.medical_saisei .box20 .img_r{
	padding: 0 0 1em 1em;
}
	
.medical_saisei .box24 .img_l{
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}
}



 /*その他の注入治療
---------------------------------------------------------*/
.medical_saisei .box25 .img_r{
	float: right;
	padding: 0 0 0em 2em;
	max-width: 200px;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.medical_saisei .box25 .img_r{
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 1em 0;
}
}