@charset "UTF-8";

/* メインイメージ
---------------------------------------------------------*/
.contentpage .m_img{	
	background-image: url("../images/case/m_img@2x.jpg");
}



/*手術実績
---------------------------------------------------------*/
.case_box {
	border: solid 1px #364c87;
	padding: 0 2%;
}
.case_box h4 {
	font-family: a-otf-futo-min-a101-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	color: #364c87;
	font-size: 150%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: .6em 3%;
	border-bottom: solid 1px #364c87;
}
.case_box ul {
	padding: 30px 3%;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.case_box li {
	width: 49%;
	max-width: 450px;
	margin-right: 2%;
	margin-top: .8em;
	box-sizing: border-box;
	font-size: 105%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding-left: 1.4em;
	position: relative;
}
.case_box li::before {
	font-family: 'fontello';
	content: '\e803';
	color: #364c87;
	position: absolute;
	left: 0;
	top: 0;
}
.case_box li:nth-child(even) {
	margin-right: 0;
}
.case_box li:nth-child(-n+2) {
	margin-top: 0;
}
.case_box li a {
	text-decoration: underline;
}
.case_box li a:hover {
	color: #0377b0;
	text-decoration: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.case_box {
	border: solid 1px #364c87;
	padding: 0 2%;
}
.case_box h4 {
	font-size: 140%;
}
.case_box ul {
	padding: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.case_box h4 {
	font-size: 130%;
	letter-spacing: .05em;
	padding: .4em 3%;
}
.case_box ul {
	padding: 5% 3%;
	display: block;
}
.case_box li {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-top: .5em !important;
	font-size: 100%;
	letter-spacing: .05em;
}
.case_box li:first-child {
	margin-top: 0 !important;
}
}