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


/* ============================
		commonSection
 ============================ */

.commonSection .kaisinlist {
margin-top: 2em;
}

.commonSection .kaisinlist > li {
margin-bottom: 2em;
}

.commonSection .kaisinlist .photo {
text-align: center;
margin-bottom: 1em;
}
.commonSection .kaisinlist .photo img {
width: 300px;
}

.commonSection .other_h3 {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.8rem;
line-height: 1em;
margin-bottom: 0.5em;
color: #142580;
}

.commonSection .photoSec004 {
text-align: center;
margin-bottom: 1em;
}
.commonSection .photoSec004 img {
max-width: 100%;
}

.commonSection .blockList > li {
margin-bottom: 4em;
padding-bottom: 0em;
border-bottom: 1px dashed #ccc;
}

.commonSection .blockList > li:first-child {
padding-top: 4em;
border-top: 1px dashed #ccc;
}



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

	.commonSection .kaisinlist {
	margin-top: 0;
	}

	.commonSection .kaisinlist > li {
	margin-bottom: 2em;
	float: left;
	width: calc(33.33333% - 15px);
	margin-right: 20px;
	}
	.commonSection .kaisinlist > li:nth-child(3n) {
	margin-right: 0;
	}
	.commonSection .kaisinlist > li:nth-child(3n+1) {
	clear: both;
	}
	

	.commonSection .kaisinlist .photo {
	text-align: center;
	margin-bottom: 1em;
	}
	.commonSection .kaisinlist .photo img {
	width: 100%;
	}

	.commonSection .photoSec004 {
	margin-bottom: 0;
	float: left;
	width: 300px;
	margin-right: 2em;
	}
	.commonSection .photoSec004 img {
	max-width: 100%;
	}

	.commonSection .other_h3 {
	font-size: 2.0rem;
	line-height: 1.2em;
	}

}


/* ============================
		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) {
}