@charset "utf-8";
/* CSS Document */
/*	reset
---------------------------------------------------*/
@media (max-width:640px) {
	#wrap {
		width: 100% !important;
	}
}
#content {
	width: 970px !important;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 60px;
}
@media (max-width:640px) {
	#content {
		width: 100% !important;
		min-width: 320px;
		padding-top: 0px;
		padding-bottom: 20px;
	}
}
body>nav {
	display: none;
}
#content img {
	max-width: 100%;
	height: auto;
}
#content li {
	list-style-type: none;
}
.innerContents {
	width: 940px !important;
	margin: 0 auto;
}
@media (max-width:640px) {
	#content {
		margin: 0 !important;
	}
	.innerContents {
		width: 100% !important;
	}
}
.disp_pc {
	display: block;
}
@media (max-width:640px) {
	.disp_pc {
		display: none;
	}
}
.disp_sp {
	display: none;
}
@media (max-width:640px) {
	.disp_sp {
		display: block;
	}
}
/*	mainVisual
---------------------------------------------------*/
#mainVisual {}
@media (max-width:640px) {
	#mainVisual {
		width: 100%;
	}
}
#mainVisual li {
	float: left;
	vertical-align: top;
}
@media (max-width:640px) {
	#mainVisual li {
		float: none;
	}
	#mainVisual li:first-child img {
		width: 100%;
		height: auto;
	}
}
#mainVisual li a {
	display: block;
	width: 235px;
	height: 163px;
}
@media (max-width:640px) {
	#mainVisual li a {
		float: left;
		width: 50%;
		height: auto;
	}
}
/*	ageTitle
---------------------------------------------------*/
#ageTitle {
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
@media (max-width:640px) {
	#ageTitle {
		padding: 25px 0;
	}
}
#ageTitle h2 img {
	height: 245px;
}
@media (max-width:640px) {
	#ageTitle h2 img {
		height: auto;
	}
}
/* age03 */
#age03 #ageTitle {
	background-color: #f36a80;
}
@media (max-width:640px) {
	#age03 #ageTitle h2 {
		width: 70.533333%;
		margin: 0 auto;
	}
}
/* age06 */
#age06 #ageTitle {
	background-color: #00b0ec;
}
@media (max-width:640px) {
	#age06 #ageTitle h2 {
		width: 65.466666%;
		margin: 0 auto;
	}
}
/* age10 */
#age10 #ageTitle {
	background-color: #f28b06;
}
@media (max-width:640px) {
	#age10 #ageTitle h2 {
		width: 79.6%;
		margin: 0 auto;
	}
}
/* age13 */
#age13 #ageTitle {
	background-color: #12ad33;
}
@media (max-width:640px) {
	#age13 #ageTitle h2 {
		width: 77.466666%;
		margin: 0 auto;
	}
}
/*	diagnosisBlock
---------------------------------------------------*/
#diagnosisBlock {
	position: relative;
	text-align: center;
	margin-bottom: 35px;
	padding: 50px 0;
}
@media (max-width:640px) {
	#diagnosisBlock {
		padding-top: 0;
		padding-bottom: 50px;
	}
}
#diagnosisBlock p {
	text-align: center !important;
}
#diagnosisBlock h3 {
	font-size: 30px;
	margin-bottom: 25px;
}
@media (max-width:640px) {
	#diagnosisBlock h3 {
		font-size: 15px;
		margin-bottom: 20px;
	}
}
#diagnosisBlock ul {
	table-layout: fixed;
	display: table;
}
#diagnosisBlock .q_ico {
	margin-bottom: 20px;
}
@media (max-width:640px) {
	#diagnosisBlock .q_ico {
		margin-bottom: 10px;
	}
	#diagnosisBlock .q_ico img {
		width: 12.8%;
	}
}
#diagnosisBlock li {
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center 50%;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
@media (max-width:640px) {
	#diagnosisBlock li {
		font-size: 18px;
		margin-bottom: 10px;
		background-size: 345px 45px;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
}
@media (max-width:360px) {
	#diagnosisBlock li {
		font-size: 16px;
		margin-bottom: 10px;
		background-size: 300px 40px;
	}
}
#diagnosisBlock li:hover {
	opacity: 0.6;
}
@media (max-width:640px) {
	#diagnosisBlock li:hover {
		opacity: 1;
	}
}
#diagnosisBlock li a {
	text-decoration: none;
	color: inherit;
}
#diagnosisBlock li em {
	font-size: 20px;
	font-style: normal;
}
@media (max-width:640px) {
	#diagnosisBlock li em {
		font-size: 13px;
	}
}
@media (max-width:360px) {
	#diagnosisBlock li em {
		font-size: 11px;
	}
}
#diagnosisBlock li span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 600px;
	height: 91px;
}
@media (max-width:640px) {
	#diagnosisBlock li span {
		width: 345px;
		height: 45px;
		margin: 0 auto;
	}
}
@media (max-width:360px) {
	#diagnosisBlock li span {
		width: 300px;
		height: 40px;
		margin: 0 auto;
	}
}
/* age03 */
#age03 #diagnosisBlock {
	background-color: #feeaed;
	color: #f36a80;
}
#age03 #diagnosisBlock li {
	background-image: url(../../../images/pi_gakusyu/shindan/age03_select_bg.png);
}
@media (max-width:640px) {
	#age03 #diagnosisBlock li {
		background-image: url(../../../images/pi_gakusyu/shindan/age03_select_bg_sp.png);
	}
}
/* age06 */
#age06 #diagnosisBlock {
	background-color: #dff6fe;
	color: #00b0ec;
}
#age06 #diagnosisBlock li {
	background-image: url(../../../images/pi_gakusyu/shindan/age06_select_bg.png);
}
@media (max-width:640px) {
	#age06 #diagnosisBlock li {
		background-image: url(../../../images/pi_gakusyu/shindan/age06_select_bg_sp.png);
	}
}
/* age10 */
#age10 #diagnosisBlock {
	background-color: #ffead0;
	color: #f28b06;
}
#age10 #diagnosisBlock li {
	background-image: url(../../../images/pi_gakusyu/shindan/age10_select_bg.png);
}
@media (max-width:640px) {
	#age10 #diagnosisBlock li {
		background-image: url(../../../images/pi_gakusyu/shindan/age10_select_bg_sp.png);
	}
}
/* age13 */
#age13 #diagnosisBlock {
	background-color: #dbeedf;
	color: #12ad33;
}
#age13 #diagnosisBlock li {
	background-image: url(../../../images/pi_gakusyu/shindan/age13_select_bg.png);
}
@media (max-width:640px) {
	#age13 #diagnosisBlock li {
		background-image: url(../../../images/pi_gakusyu/shindan/age13_select_bg_sp.png);
	}
}
#diagnosisBlock .arrow {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
}
@media (max-width:640px) {
	#diagnosisBlock .arrow {
		position: inherit;
		top: inherit;
		left: inherit;
		margin: 0;
		margin-bottom: 25px;
	}
	#diagnosisBlock .arrow img {
		width: 15.789473%;
		margin: 0 auto;
	}
}
/*	footerBanner
---------------------------------------------------*/
#footerBanner {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width:640px) {
	#footerBanner {
		padding: 0 4%;
		gap: 1em 0;
	}
}
#footerBanner li {
	width: 25%;
	font-size: 14px;
	font-weight: bold;
	color: #202020;
	line-height: 1.5;
	vertical-align: top;
	border-left: solid 1px #dadada;
	padding: 10px 20px 0px;
}
@media (max-width:640px) {
	#footerBanner li {
		font-size: 12px;
		width: 50%;
		padding: 0;
		border: none;
	}
}
#footerBanner li:first-child {
	border-left: none;
}
#footerBanner li img {
	margin-bottom: 15px;
	width: 76px;
}
@media (max-width:640px) {
	#footerBanner li img {
		width: 57px;
	}
}
#footerBanner li a {
	color: #202020;
	text-decoration: none;
}
#footerBanner li a:hover {
	text-decoration: underline;
}
/*	remodal
---------------------------------------------------*/
.remodal{
	font-size:16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	text-align:left;
	padding-block: 5em;
}
.remodal * {
	box-sizing:border-box;
}
.remodal-recommend_wrap >div{
	width:min(100%,995px);
	margin-inline:auto;
}
.remodal .remodal-ttl_box{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	width: max(calc(100% + 4em),1200px);
	min-height:288px;
	background:#e7e4d8;
	padding: 2em 2em 4em;
	margin-left:-2em;
}
.remodal .remodal-ttl_box .remodal-ttl{
	position:relative;
	z-index:10;
	font-size: 2.375em;
	font-weight:bold;
	color: #402c23;
}
.remodal .remodal-ttl_box .remodal-ttl::before,
.remodal .remodal-ttl_box .remodal-ttl::after{
	position:absolute;
	z-index:10;
	display:inline-block;
	content:"";
}
.remodal .remodal-ttl_box .remodal-ttl::before{
	width:83px;
	height:30px;
	background:url(../../../images/pi_gakusyu/shindan/deco_heading01-01.svg) no-repeat;
	inset:auto 0;
	top:-1em;
	margin:auto;
}
.remodal .remodal-ttl_box .remodal-ttl::after{
	width:394px;
	height: 38px;
	background:url(../../../images/pi_gakusyu/shindan/deco_heading01-02.svg) no-repeat;
	left: 50%;
	bottom: -1.35em;
	transform: translateX(-50%);
}
.remodal .remodal-recommend_box{
	position:relative;
	z-index:10;
	border-bottom:3px dotted #a49e86;
	transform: translateY(-2.75em);
	padding-bottom:3.25em;
}
.remodal .remodal-recommend_box .remodal-recommend_inner{
	position:relative;
	z-index:10;
	width:min(100%,898px);
	margin-inline:auto;
	background:url(../../../images/pi_gakusyu/shindan/bg_recommend.png);
	border:2px solid #a49e86;
	padding: 1.5em 1.5em 4.25em 6em;
	filter: drop-shadow(0px 9px 7px rgba(164, 158, 134, 0.2));
}
.remodal .remodal-recommend_box .remodal-recommend_inner::before{
	position:absolute;
	z-index:10;
	display:inline-block;
	content:"";
	width:24px;
	height:calc(100% - 2em);
	background:url(../../../images/pi_gakusyu/shindan/bg_recommend-02.png);
	top:0;
	left:1em;
	bottom:0;
	margin:auto;
}
.remodal .remodal-recommend_box .remodal-recommend_ttl_box .remodal-recommend_ttl_text{
	position:relative;
	z-index:10;
	width:fit-content;
	font-size:1.125em;
	font-weight:900;
	color:#402c23;
	background:#ffeb3e;
	border-radius:3em;
	padding:0.2em 1.25em; 
	margin-bottom:1em;
	transform:translateX(-1.5em);
	filter:drop-shadow(1px 1px 0 #402c23)drop-shadow(-1px 1px 0 #402c23)drop-shadow(1px -1px 0 #402c23)drop-shadow(-1px -1px 0 #402c23)
}
.remodal .remodal-recommend_box .remodal-recommend_ttl_box .remodal-recommend_ttl_text::after{
	position:absolute;
	z-index:-10;
	display:inline-block;
	content:"";
	width:0;
	height:0;
	border-style:solid;
	border-width:0 10px 15px 0;
	border-color:transparent #ffeb3e transparent transparent;
	bottom:-10px;
	left:36px;
}
.remodal .remodal-recommend_box .remodal-recommend_ttl_box .remodal-recommend_ttl{
	position:relative;
	z-index:10;
	width:fit-content;
	font-size:1.5em;
	font-weight:bold;
	color:#402c23;
	padding-bottom:.75em;
	margin-bottom:0.5em;
}
.remodal .remodal-recommend_box .remodal-recommend_ttl_box .remodal-recommend_ttl::before,
.remodal .remodal-recommend_box .remodal-recommend_ttl_box .remodal-recommend_ttl::after{
	position:absolute;
	z-index:10;
	display:inline-block;
	content:"";
}
.remodal .remodal-recommend_box .remodal-recommend_ttl_box .remodal-recommend_ttl::before{
	width:calc(100% + 2em);
	height:14px;
	background:url(../../../images/pi_gakusyu/shindan/border_recommend.png) no-repeat;
	background-position:left center;
	left:-1.75em;
	bottom:0;
}
.remodal .remodal-recommend_box .remodal-recommend_ttl_box .remodal-recommend_ttl::after{
	width:51px;
	height:64px;
	background:url(../../../images/pi_gakusyu/shindan/icon_pen.svg) no-repeat;
	bottom:0;
	right:-55px;
}
.remodal .remodal-recommend_box .remodal-recommend_text{
	font-size:1em;
	font-weight:500;
	line-height:1.8;
}
.remodal .remodal-recommend_box .remodal-recommend_image{
	position:absolute;
	z-index:10;
	bottom:0.5em;
	left: 0.25em;
}
.remodal .remoadl-group_wrap{
	border-bottom:3px dotted #a49e86;
	margin-bottom:2.5em;
}
.remodal .remoadl-group_wrap:last-child{
	border:none;
	padding-bottom:2.5em;
	margin-bottom:0;
}
.remodal .remoadl-group_ttl_box{
	text-align:center;
	margin-bottom: 3em;
}
.remodal .remoadl-group_ttl_box .remoadl-group_ttl{
	position:relative;
	z-index:10;
	width:fit-content;
	min-width:482px;
	font-size:1.5em;
	font-weight:bold;
	color:#402c23;
	padding-bottom:1em;
	margin:0 auto 1.25em;
}
.remodal .remoadl-group_ttl_box .remoadl-group_ttl::before,
.remodal .remoadl-group_ttl_box .remoadl-group_ttl::after{
	position:absolute;
	z-index:10;
	display:inline-block;
	content:"";
}
.remodal .remoadl-group_ttl_box .remoadl-group_ttl::before {
	width:100%;
	height:5px;
	background:url(../../../images/pi_gakusyu/shindan/border_ttl.png);
	background-position:center;
	inset:auto 0;
	bottom:0;
	margin:auto;
}
.remodal .remoadl-group_ttl_box .remoadl-group_ttl::after{
	width:36px;
	height:44px;
	background:url(../../../images/pi_gakusyu/shindan/icon_pen.svg) no-repeat;
	bottom:0;
	right:-36px;
}
.remodal .remoadl-group_ttl_box .remoadl-group_lead{
	font-size: 1em;
	letter-spacing:0.05em;
}
.remodal .remoadl-group_box,
.remodal .remoadl-group_box.column-01 .remoadl-group_item{
	display:flex;
	justify-content: space-between;
	align-items:stretch;
	flex-wrap: wrap;
	gap: 4em 0;
	margin-bottom:3em;
}
.remodal .remoadl-group_wrap:last-child .remoadl-group_box:last-child{
	margin-bottom:0;
}
.remodal .remoadl-group_box.column-02 .remoadl-group_item,
.remodal .remoadl-group_box.column-01 .remoadl-group_item >*{
	width: min(47.25%,470px);
	margin-inline: 0 !important;
}
.remodal .remoadl-group_box.column-03 .remoadl-group_item{
	width: min(31%,308px);
}
.remodal .remoadl-group_box.column-01 .bx-wrapper,
.remodal .remoadl-group_box.column-02 .bx-wrapper{
	max-width:470px !important;
}
.remodal .remoadl-group_box.column-03 .bx-wrapper{
	max-width:308px !important;
}
.remodal .remoadl-group_item .remoadl-group_nam{
	font-size:1.125em;
	font-weight:bold;
	margin-top:1em;
}
.remodal .remoadl-group_box.column-01 .remoadl-group_item .remoadl-group_nam{
	margin-top:0;
	margin-bottom:1em;
}
.remodal .remoadl-group_item .remoadl-group_text{
	min-height: 3.25em;
	font-size:1em;
	line-height:1.6;
	margin-bottom:1.5em;
}
.remodal .remoadl-group_item .remoadl-group_text.line-3{
	min-height: 4.7995em;
}
.remodal .remoadl-group_item .remoadl-finished{
	margin-bottom:1.5em;
}
.remodal .remoadl-group_item .remoadl-btn a{
	position:relative;
	z-index:10;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	min-height:3.5em;
	font-size:1em;
	text-decoration:none;
	color:#fff;
	background:#a49e86;
	padding:0.5em 2.5em;
}
.remodal .remoadl-group_box.column-01 .remoadl-group_item .remoadl-btn a{
	max-width:310px;
}
.remodal .remoadl-group_item .remoadl-btn a::after{
	position:absolute;
	z-index:10;
	display:inline-block;
	content:"";
	width:6px;
	height:6px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	top:0;
	bottom:0;
	right:1.5em;
	margin:auto;
	transform:rotate(45deg);
}
.remodal .remoadl-group_banner a{
	width:fit-content;
	display:block;
	margin:0 auto 3em;
	filter: drop-shadow(0px 9px 7px rgba(164, 158, 134, 0.2));
}
.remodal .remoadl-disney_banner{
	width: min(100%,955px);
	margin-inline:auto;
	margin-bottom: 3em;
}
.remodal .remodal-link_box{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap:1em;
	width: min(100%,955px);
	margin-inline:auto;
	margin-bottom:3em;
}
.remodal .remodal-link_box li{
	flex:1;
}
.remodal .remodal-link_box li a{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-direction:column;
	width:100%;
	height:100%;
	text-align:center;
	font-size:0.875em;
	font-weight:bold;
	color:#887866;
	line-height:1.6;
	text-decoration:none;
	background:#fff;
	padding:3em 1em;
}
.remodal .bx-wrapper .bx-controls-direction a{
	width: 36px;
	height: 100%;
}
.remodal .bx-wrapper .bx-controls-direction a.bx-next{
	right:0;
}
.remodal .bx-wrapper .bx-controls-direction a::before{
	position:absolute;
	z-index:10;
	display:inline-block;
	content:"";
	width:16px;
	height:16px;
	border-bottom:2px solid #fff;
	border-left:2px solid #fff;
	filter: drop-shadow(2px 2px 3px #1e1d1c);
	inset: 0;
	margin: auto;
	transform: rotate(45deg);
}
.remodal .bx-wrapper .bx-controls-direction a.bx-next::before{
	border:none;
	right:0;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
}
@media (max-width:640px) {
	.remodal{
		font-size:14px;
		padding-block: 3em;
		padding-inline:1em;
	}
	.remodal-recommend_wrap >div{
		width:100%;
	}
	.remodal .remodal-ttl_box{
		width: calc(100% + 2em);
		min-height:180px;
		padding: 2em 1em 3em;
		margin-left: -1em;
	}
	.remodal .remodal-ttl_box .remodal-ttl{
		font-size: 1.75em;
	}
	.remodal .remodal-ttl_box .remodal-ttl::before{
		width:40px;
		height:15px;
		background-size:contain;
	}
	.remodal .remodal-ttl_box .remodal-ttl::after{
		width:240px;
		height: 24px;
		background-size:contain;
		bottom: -1.5em;
	}
	.remodal .remodal-recommend_box{
		transform: translateY(-2em);
		padding-bottom:2em;
	}
	.remodal .remodal-recommend_box .remodal-recommend_inner{
		width:100%;
		background-size:30px;
		padding: 3em 1em 2em;
		filter: drop-shadow(0px 4px 3px rgba(164, 158, 134, 0.2));
	}
	.remodal .remodal-recommend_box .remodal-recommend_inner::before{
		width: calc(100% - 28px);
		height:24px;
		background-size: contain;
		top: 0.5em;
		left:0;
		right: 0;
		bottom:auto;
	}
	.remodal .remodal-recommend_box .remodal-recommend_ttl_box .remodal-recommend_ttl_text{
		font-size:1em;
	}
	.remodal .remodal-recommend_box .remodal-recommend_ttl_box .remodal-recommend_ttl{
		font-size:1.25em;
		padding-bottom:.5em;
	}
	.remodal .remodal-recommend_box .remodal-recommend_ttl_box .remodal-recommend_ttl::before{
		width:calc(100% + 0.75em);
		background-size:contain;
		left:-0.75em;
	}
	.remodal .remodal-recommend_box .remodal-recommend_ttl_box .remodal-recommend_ttl::after{
		width:30px;
		height: 37px;
		background-size:contain;
		bottom:0;
		right: -27px;
	}
	.remodal .remodal-recommend_box .remodal-recommend_text{
		line-height:1.6;
	}
	.remodal .remodal-recommend_box .remodal-recommend_image{
		width:30%;
		top:-3%;
		bottom:auto;
		left: auto;
		right:5%;
	}
	.remodal .remodal-recommend_box .remodal-recommend_image img{
		width:100%;
		height:auto;
	}
	.remodal .remoadl-group_wrap{
		border-bottom-width: 2px;
		margin-bottom: 2em;
	}
	.remodal .remoadl-group_wrap:last-child{
		border:none;
		padding-bottom:2.5em;
		margin-bottom:0;
	}
	.remodal .remoadl-group_ttl_box{
		margin-bottom: 1em;
	}
	.remodal .remoadl-group_ttl_box .remoadl-group_ttl{
		min-width:0;
		font-size:1.25em;
		padding-bottom:0.75em;
		margin:0 auto 1em;
	}
	.remodal .remoadl-group_ttl_box .remoadl-group_ttl::after{
		width:24px;
		height: 31px;
		background-size:contain;
		bottom:0;
		right:-24px;
	}
	.remodal .remoadl-group_ttl_box .remoadl-group_lead{
		line-height: 1.4;
		text-align:left;
	}
	.remodal .remoadl-group_box,
	.remodal .remoadl-group_box.column-01 .remoadl-group_item{
		flex-direction:column;
		gap: 2em 0;
		margin-bottom: 2em;
	}
	.remodal .remoadl-group_box.column-01 .remoadl-group_item{
		gap:1em;
		margin: 0;
	}
	.remodal .remoadl-group_box.column-02 .remoadl-group_item,
	.remodal .remoadl-group_box.column-01 .remoadl-group_item >*,
	.remodal .remoadl-group_box.column-03 .remoadl-group_item{
		width:100%;
	}
	.remodal .remoadl-group_box.column-01 .bx-wrapper,
	.remodal .remoadl-group_box.column-02 .bx-wrapper,
	.remodal .remoadl-group_box.column-03 .bx-wrapper{
		max-width:100% !important;
	}
	.remodal .remoadl-group_item .remoadl-group_nam{
		font-size:1em;
		margin-top:0.25em;
	}
	.remodal .remoadl-group_box.column-01 .remoadl-group_item .remoadl-group_nam{
		margin-bottom: 0;
	}
	.remodal .remoadl-group_item .remoadl-group_tex,
	.remodal .remoadl-group_item .remoadl-group_text.line-3{
		min-height: 0;
		line-height:1.4;
		letter-spacing:-0.05em;
		margin-bottom:0.5em;
	}
	.remodal .remoadl-group_item .remoadl-finished{
		margin-bottom:1em;
	}
	.remodal .remoadl-group_box.column-01 .remoadl-group_item .remoadl-btn a{
		max-width:100%;
	}
	.remodal .remoadl-group_banner a{
		margin:0 auto 3em;
		filter: drop-shadow(0px 7px 3px rgba(164, 158, 134, 0.2));
	}
	.remodal .remoadl-group_wrap:last-child .remoadl-group_banner a{
		margin-bottom:0;
	}
	.remodal .remoadl-disney_banner{
		width: 100%;
		margin-inline:auto;
		margin-bottom: 2em;
	}
	.remodal .remodal-link_box{
		flex-wrap:wrap;
		width:100%;
		margin-bottom:3em;
	}
	.remodal .remodal-link_box li{
		width: calc(50% - 0.5em);
		flex: none;
	}
	.remodal .remodal-link_box li a{
		padding:1.5em 0.5em;
	}
	.remodal .remodal-link_box li a img{
		width:50%;
	}
	.remodal .bx-wrapper .bx-controls-direction a{
		width: 36px;
		height: 100%;
	}
	.remodal .bx-wrapper .bx-controls-direction a.bx-next{
		right:0;
	}
	.remodal .bx-wrapper .bx-controls-direction a::before{
		position:absolute;
		z-index:10;
		display:inline-block;
		content:"";
		width:16px;
		height:16px;
		border-bottom:2px solid #a49e86;
		border-left:2px solid #a49e86;
		inset: 0;
		margin: auto;
		transform: rotate(45deg);
	}
	.remodal .bx-wrapper .bx-controls-direction a.bx-next::before{
		border:none;
		right:0;
		border-top:2px solid #a49e86;
		border-right:2px solid #a49e86;
	}
}
.bx-wrapper .bx-pager .bx-pager-item a {
	box-sizing: content-box;
}