@charset "UTF-8";


#main table {
	
}
	#main table th {
		text-align: left;
		width: 50%;
	}

	#main .set {
	}
	#main .set dl {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
		border-bottom: none;
		padding: 30px;
		
		background: #FFF;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
		border-radius: 10px;
	}
	#main .set dl:nth-child(2n) {
		margin-right: 0%;
	}


#yurai {
	text-align: center;
}
	#yurai p {
		font-size: 2.0rem;
		font-family: "Noto Serif JP";
		font-weight: 300;
		color: #013682;
		text-align: center;
	}



/* 1200px */
@media screen and (max-width: 1200px) {



}





/* max 1023px */
@media screen and (max-width: 1023px) {


#main table {
	
}
	#main table th {
		text-align: left;
		width: 100%;
	}

	#main .set {
	}
	#main .set dl {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 4%;
		border-bottom: none;
		padding: 30px;
		
		background: #FFF;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
		border-radius: 10px;
	}
	#main .set dl:nth-child(2n) {
		margin-right: 0%;
	}


#yurai {
	text-align: left;
}
	#yurai p {
		font-size: 1.6rem;
		font-family: "Noto Serif JP";
		font-weight: 300;
		color: #013682;
		text-align: left;
	}


}