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

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



/* ============================
		shinryoSection
 ============================ */

.shinryoSection .timeList {
}

.shinryoSection .timeList dt {
font-size: 1.4rem;
font-weight: bold;
line-height: 1.75em;
}

.shinryoSection .timeList dd {
font-size: 1.4rem;
line-height: 1.75em;
}


.shinryoSection .profilePhoto {
display: block;
margin-bottom: 1em;
text-align: center;
}


.shinryoSection .profilePhoto img {
width: 100%;
}


.shinryoSection .profileTable {
margin-bottom: 2em;
}

.shinryoSection .profileTable th,
.shinryoSection .profileTable td {
font-size: 1.4rem;
line-height: 1.5em;
padding: 0.5em 0;
}

.shinryoSection .profileTable th {
white-space: nowrap;
padding-right: 1em;
}


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

	.shinryoSection .timeList dt {
	font-size: 1.8rem;
	width: 6em;
	display: inline-block;
	vertical-align: top;
	}

	.shinryoSection .timeList dd {
	font-size: 1.8rem;
	display: inline-block;
	width: calc(100% - 6.5em);
	vertical-align: top;
	margin-bottom: 1em;
	}


	.shinryoSection .profilePhoto {
	display: inline-block;
	margin: 0 0 2em 2em;
	text-align: right;
	width: 450px;
	float: right;
	}


	.shinryoSection .profilePhoto img {
	width: 100%;
	}


	.shinryoSection .profileTable {
	margin-left: 1em;
	}
	.shinryoSection .profileTable th,
	.shinryoSection .profileTable td {
	font-size: 1.8rem;
	}



}



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