@charset "utf-8";
/***** 追加CSS *****/
.displayNone {
	display: none !important;
}
.btn {
	cursor: pointer;
}

/* ページ送り */
#contents-main .pagelink a {
	color: #000;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 2px;
}
#contents-main .pagelink {
	text-align: center;
	margin-bottom: 20px;
}
#contents-main .pagelink li {
	display: inline;
	font-size: 1.4rem;
	line-height: 1.4
}
#contents-main .pagelink li a {
	background: #EFCC3D;
	border-radius: 20px;
	text-decoration: none;
	display: inline-block;
}
#contents-main .pagelink li.active {
	color: #000;
	padding: 5px 10px;
	margin: 0 2px;
}

/* ポイント */
.point-detail {
	text-align: center;
}
.point-detail div {
	font-weight: 600;
}
.point-detail ul {
	width: 70%;
	margin: 0 auto 1em;
}
.point-detail ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.point-detail ul li p {
	width: 45%;
	margin: 0!important;
	margin-right: 5%;
}
@media screen and (max-width: 800px) {
	.point-detail ul li p {
		text-align: center!important;
	}
}
.point-detail.history ul {
	width: 100%;
}

/* ポイント履歴 */
#contents-main .refund_btn {
	max-width: 95px;
	margin: 0 auto;
	background-color: #e94b35;
}
.point-balance {
	font-weight: 600;
	color: #F56539;
}
.point-type {
	font-weight: 600;
}


/* カート機能: 共通 */
.error-menu {
	color: red;
}
#contents-main h3.error-msg {
	border-bottom: none;
	color: red;
	text-align: center;
}
/* カート機能: メニューページ */
#contents-main .menu-list_item .cartin {
	margin-bottom: auto;
}
#contents-main .request-modal .request .btn {
	display: inline-block;
	margin: 2em auto 0;
	width: 42%;
	background-color: #F56539;
	width: 100%;
}
#contents-main .cartin .re_btn{
	background-color: #185abc;
}
#contents-main .cartin .orderstopButton{
	background-color: gray;
	cursor: default;
}
/* カート機能: まとめて注文ページ */
#contents-main .cartin .btn.month-btn {
	background-color: #f6a73b;
	margin-top: 10px;
}
#contents-main h3.success-msg {
	border-bottom: none;
	color: #3FB96C;
	text-align: center;
}

/* Google reCaptcha */
#recaptcha div {
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	width:300px;
	margin-top:20px;
}

/* トップページの利用者選択 */
#contents-main .studentinfo_item.selected {
	background-color: lightblue;
}

/* reCaptcha */
#recaptcha iframe{
	width: 100%;
	height: 78px;
	min-height: auto;
}