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


.commonSection .common_h2 {
font-size: 2.7rem;
}

.commonSection .photoLeft {
text-align: center;
margin-bottom: 1em;
}

.commonSection .photoLeft img {
width: 248px;
}

.commonSection .menbersLlist li {
margin-bottom: 3em;
padding-bottom: 3em;
border-bottom: 1px dashed #999;
}

.commonSection .menbersLlist li:first-child {
padding-top: 3em;
border-top: 1px dashed #999;
}


@media screen and (max-width: 767px) {

	.commonSection .common_h2 {
	letter-spacing: 0;
	}

}


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

	.commonSection .common_h2 {
	font-size: 2.8rem;
	line-height: 1.3em;
	}

	.commonSection .photoLeft {
	margin-bottom: 0;
	float: right;
	width: 240px;
	}
	
	.commonSection .iRight {
	float: left;
	width: calc(100% - 280px)
	}
	

}




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