@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */

.contentInner {
}
	.contentInner .thum_img {
		max-width: 395px;
		margin: 0 auto 15px;
	}
	.contentInner .normalTxt:not(:last-child) {
		margin-bottom: 15px;
	}
		.contentInner .normalTxt a {
			color: #1a0dab;
			text-decoration: underline;
		}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:768px) {

/* -------------------------- */
/* content */
/* -------------------------- */



}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1024px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.contentInner {
}
	.contentInner .normalTxt:not(:last-child) {
		margin-bottom: 30px;
	}
	.contentInner .thum_img {
		margin: 0 auto 30px;
	}



}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1280px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.contentBox {
	margin-bottom: 50px;
}


}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1366px) {

/* -------------------------- */
/* content */
/* -------------------------- */



}