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

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

.taikenDateList {
display: flex;
flex-wrap: wrap;
}

.taikenDateList dt {
width:6em;
font-size: 1.4rem;
line-height: 1.75em;
}

.taikenDateList dd {
width: calc(100% - 6em);
font-size: 1.4rem;
line-height: 1.75em;
}





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

	.twoColumn li {
	float: left;
	width: calc(50% - 0px);
	}
	.twoColumn li:nth-child(even) {
	float: right
	}
	
	.twoColumn .photo {
	margin: 0 1em;
	}

	.taikenDateList dt {
	font-size: 1.8rem;
	}

	.taikenDateList dd {
	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) {
}
