@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */



/* ============================
		radiologySection
 ============================ */

.radiologySection .catchCopy {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
line-height: 1.75em;
margin-bottom: 2em;
}



section .thisPagePhotoGallery001 li {
margin-bottom: 1em;
}


section .thisPageSidePhoto {
margin: 0 0 1em 0;
}



/* for PC */
@media screen and (min-width: 1201px) {

	.radiologySection .catchCopy {
	font-size: 3.4rem;
	}

}



/* for TB & PC */
@media screen and (min-width: 768px) {


	section .thisPagePhotoGallery001 {
	margin-top: 1em;
	}

	section .thisPagePhotoGallery001 li {
	float: left;
	width: calc(50% - 1em);
	margin-bottom: 2em;
	}

	section .thisPagePhotoGallery001 li:nth-child(even) {
	float: right;
	}
	
	section .thisPagePhotoGallery001 li:nth-child(odd) {
	clear: both;
	}
	
	section .thisPagePhotoGallery001 li:nth-last-child(2)
	section .thisPagePhotoGallery001 li:last-child {
	margin-bottom: 0;
	}

	section .thisPageSidePhoto {
	float: right;
	width: 360px;
	margin: 0 0 1em 1em;
	}


}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){

	section .thisPageSidePhoto {
	width: 300px;

}



/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}
