@charset "UTF-8";

/*----------------------------------------------------
 commons style
----------------------------------------------------*/

h2.main {
	background-image: url("/masui/specialty/images/main.webp");
}

/*----------------------------------------------------
 contents style
----------------------------------------------------*/

div.specialty_list {
	width: 85%;
	margin: 0px auto 60px auto;
}

div.specialty_list p {
	text-align: left;
	line-height: 1.8em;
	margin: 0px auto 20px auto;
}

div.specialty_list ul {

}
div.specialty_list ul li {
	margin: 0 0 20px 0;
}
div.specialty_list ul li:last-child {
	margin-bottom: 0;
}
div.specialty_list ul li a {
	display: block;
	text-decoration: none;
}
div.specialty_list ul li a img {
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
}
div.specialty_list ul li a strong {
	position: relative;
	display: block;
	line-height: 1.8em;
	font-size: 12px;
	font-weight: 500;
	background-color: #f5f5f5;
	padding: 10px 0;
}
div.specialty_list ul li a strong:after {
	width: 12px;
	height: 12px;
	content: '';
	position: absolute;
	background-color: #0065b0;
	bottom: 0px;
	right: 0px;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}


@media only screen and (min-width: 1001px) {

div.specialty_list {
	width: 1000px;
	margin: 0px auto 90px auto;
}

div.specialty_list p {
	margin: 0px auto 30px auto;
}



div.specialty_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}

div.specialty_list ul::after {
	content: "";
	display: block;
	width: 310px;
}
div.specialty_list ul li {
	width: 310px;
	margin: 0 0 30px 0;
}

div.specialty_list ul li a strong {
	font-size: 16px;
	padding: 15px 0;
}
div.specialty_list ul li a strong:after {
	width: 16px;
	height: 16px;
}

}


div.patients_research {
	width: 85%;
	margin: 0px auto 60px auto;
}

div.patients_research p {
	text-align: left;
	line-height: 1.8em;
	margin: 0px auto 20px auto;
}
div.patients_research p span {
	display: block;
	background-color: #f5f5f5;
	line-height: 1.8em;
	border-radius: 3px;
	margin: 20px auto 0px auto;
	padding: 15px;
}

div.patients_research ul {
	border-top: 1px dotted #999;
	padding: 15px 0 0px 0;
	margin: 15px 0 0px 0;
}
div.patients_research ul li {
	font-size: 12px;
	line-height: 1.8em;
	text-align: left;
	border-bottom: 1px dotted #999;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
div.patients_research ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
div.patients_research ul li span {
	color: #0065b0;
	font-size: 12px;
	text-align: left;
	line-height: 1.8em;
	font-weight: 500;
	display: block;
}
div.patients_research ul li a {
	text-align: left;
	display: inline;
	font-size: 12px;
	line-height: 1.8em;
	background-image: url("/masui/commons/images/icn_pdf_bk.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 16px;
	box-sizing: border-box;
	padding: 0 26px 0 0;
}


@media only screen and (min-width: 1001px) {

div.patients_research {
	width: 1000px;
	margin: 0px auto 90px auto;
}

div.patients_research p {
	margin: 0px auto 30px auto;
}

div.patients_research ul {
	border: 10px solid #d7e8f5;
	box-sizing: border-box;
	margin: 0;
	padding: 30px;
}
div.patients_research ul li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
div.patients_research ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
div.patients_research ul li span {
	font-size: 14px;
}
div.patients_research ul li a {
	font-size: 14px;
	background-size: 18px;
	padding: 0 28px 0 0;
}


}
