@charset "UTF-8";
/* CSS Document */
body {
	background: #2f2f2f;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
a:hover {
	opacity: 0.7;
}
.ly_wrapper {
	width: 100%;
}
@media screen and (min-width: 751px) {
	.ly_wrapper {
		width: 1000px;
		margin: 0 auto;
	}
}
/* start_header */
.ly_header {
	background: url("../img/header_bg.png") center top no-repeat #000;
	background-size: 130% auto;
}
.el_headerLogo {}
.el_headerLogo img {
	margin: 0 auto;
}
@media screen and (min-width: 751px) {
	.ly_header {
		background: url("../img/header_bg.png") center top no-repeat #000;
		background-size: 100% auto;
	}
}
.ly_nav {
	padding: 20px 25px;
}
.ly_nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 750px;
	margin: 0 auto;
}
.ly_nav ul li {
	width: 31%;
}
@media screen and (min-width: 751px) {
	.ly_nav {
		max-width: 650px;
		margin: 0 auto;
		padding-bottom: 30px;
	}
}
/* end_header */
/* start_main */
.ly_main {
	background: url("../img/main_bg.png") center top repeat-y #000;
	background-size: 130% auto;
	max-width: 750px;
	margin: 0 auto;
	padding-bottom: 30px;
}
@media screen and (min-width: 751px) {
	.ly_main {
		background: url("../img/main_bg.png") center top repeat-y #000;
		background-size: 100% auto;
		max-width: 100%;
	}
}
.ly_contentsBox {
	padding: 32px 0 30px 0;
}
.ly_contentsBox__practice {
	background: url("../img/practice_bg_paper.png") center top no-repeat;
	background-size: 100% 100%;
	margin-bottom: 30px;
}
.ly_contentsBox__question {
	background: url("../img/question_bg_paper.png") center top no-repeat;
	background-size: 100% 100%;
}
.ly_contentsBox_inner {
	width: 68%;
	margin: 0 auto;
}
@media screen and (min-width: 751px) {
	.ly_contentsBox {
		padding: 45px 0 55px 0;
	}
	.ly_contentsBox__practice {
		max-width: 750px;
		margin: 0 auto 40px auto;
	}
	.ly_contentsBox__question {
		max-width: 750px;
		margin: 0 auto;
	}
}
.ly_contentsBox_tit {
	padding: 10px 0;
}
.ly_contentsBox_txt {
	margin-bottom: 16px;
}
.ly_contentsBox_btnCont {
	padding: 10px 0 0;
}
.ly_contentsBox_btnCont ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ly_contentsBox_btnCont ul .el_hintBtn {
	width: 26%;
}
.ly_contentsBox_btnCont ul .el_answerBtn {
	width: 70%;
}
.el_question_qBox {
	background: url("../img/question_question_base.png") center no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding: 20px 0 30px 0;
	position: relative;
	margin-bottom: 20px;
}
.el_question_qComment {
	padding: 15px 0 5px 0;
}
.el_question_qBox .el_question_qHint {
	position: absolute;
	bottom: -15px;
	right: -15px;
	width: 25%;
}
.el_question_aBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
}
.el_question_aBox li {
	width: 50%;
}
@media screen and (min-width: 751px) {
	.ly_contentsBox_tit {
		padding: 22px 0;
	}
	.ly_contentsBox_txt {
		margin-bottom: 24px;
	}
	.el_question_qBox {
		padding: 40px 0;
	}
	.el_question_qBox .el_question_qHint {
		bottom: -20px;
		right: -35px;
		width: 25%;
	}
}
/* end_main */
/* start_eventInfo */
.ly_eventInfo {
	background: url("../img/info_bg.png") center top no-repeat, url("../img/info_bg_bottom.png") center bottom no-repeat #fff;
	background-size: 100% auto;
	padding-bottom: 50px;
}
.ly_eventInfo_tit {
	max-width: 750px;
	margin: 0 auto;
}
.ly_eventInfo_btn {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.ly_eventInfo_txt {
	max-width: 510px;
	margin: 0 auto 15px auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0 30px;
}
@media screen and (min-width: 751px) {
	.ly_eventInfo_txt {
		font-size: 18px;
	}
}
.ly_eventInfo_btn img {
	margin: 0 auto;
}
/* end_eventInfo */
/* start_footer */
.ly_pagetop {
	background: #000;
}
.ly_pagetop a {
	display: block;
	padding: 15px;
}
.ly_pagetop img {
	width: 18px;
	margin: 0 auto;
}
.ly_footer {
	background: #ffffff;
	padding: 30px 0;
}
.ly_footer_logo {
	padding: 0 30px 15px 30px;
	max-width: 510px;
	margin: 0 auto;
}
.ly_footer_logo ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ly_footer_logo ul li {
	padding: 2px;
}
.ly_footer_corpLogo {
	max-width: 300px;
	margin: 0 auto;
}
/* end_footer */
/* start_modal */
.modal-btn {
	display: inline;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.modal {
	position: fixed;
	inset: 0;
	margin: auto;
	width: 80%;

	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	box-sizing: border-box;
	padding: 10px;
	transform: scale(0, 0);
	transition: all .2s ease-in;

}
.modal_inset {
		background: #ffffff;
	
	border-radius: 12px;
}
.modal.incorrect .modal_inset{
	background: #eef8ff;
}
.modal.correct .modal_inset{
	background-image: linear-gradient(90deg, rgba(253, 219, 146, 1), rgba(252, 251, 246, 1) 45%, rgba(254, 231, 177, 1));
}
.modal.active {
	opacity: 1;
	transform: scale(1, 1);
}
.modal_inset {
	padding: 20px 10px;
}
.modal_inset .close {
	width: 120px;
	padding: 10px;
	text-align: center;
	color: #fff;
	margin: 10px auto 0 auto;
	border-radius: 10px;
}
@media screen and (min-width: 751px) {
	.modal {
		position: fixed;
		inset: 0;
		margin: auto;
		width: 450px;


		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 3;
		box-sizing: border-box;
		padding: 10px;
		transform: scale(0, 0);
		transition: all .2s ease-in;

		border-radius: 12px;
	}
	.modal_inset .close {
		width: 180px;
	}
}