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

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



/* ============================
		mainsSection
 ============================ */

.mainsSection .myopiaFigureList {
}

.mainsSection .myopiaFigureList li {
text-align: center;
margin-bottom: 3em;
}

.basicTable.layoutFix th,
.basicTable.layoutFix td {
width: 20%;
}


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


	.mainsSection .myopiaFigureList {
	display: flex;
	}

	.mainsSection .myopiaFigureList li {
	width: calc(50% - 30px);
	}
	.mainsSection .myopiaFigureList li:first-child {
	margin-right: 60px;
	}

}



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

	.mainsSection .myopiaFigureList {
	display: flex;
	}

	.mainsSection .myopiaFigureList li {
	width: calc(50% - 60px);
	}
	.mainsSection .myopiaFigureList li:first-child {
	margin-right: 120px;
	}

}




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

/* for PCX */
@media screen and (min-width: 1501px) {
}

