@charset "utf-8";
/* common */
body{background: #fff;}
.wrapper_wrapper_{background: #fff;}
div.wrapper_{background: #fff;}

.e0051_item{font-size:15px;line-height:1.8;color:#333333;}
.e0051_item .ct{margin:0 auto;text-align:center;}
.e0051_item .contents{margin:0 auto;width:660px;}
.e0051_item div{box-sizing:border-box;}

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}

.e0051_item h1{
    margin: 0 auto 40px;
    max-width: 1240px;
    width: 100%;
}
.e0051_item h2.title{
	font-size: 30px;
	color: #48A743;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.e0051_item p.lead{
	font-size: 16px;
	text-align: center;
}
.e0051_item div.anker-area{
	margin: 40px auto 0;
    max-width: 1060px;
    width: 100%;
    background: #F7F8FA;
    padding: 30px 0;
}
.e0051_item div.anker-area ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
}
.e0051_item div.anker-area ul li{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;	
	width: 32%;
	display: block;
	position: relative;
}
.e0051_item div.anker-area ul li::after{
	content: '';
    position: absolute;
    right: 15px;
    top: 42px;
    width: 17px;
    height: 17px;
    background: url(/img/special/E0051/arr.png) no-repeat;
}
.e0051_item div.anker-area ul li a{
	display: flex;
	align-items: center;
	padding: 15px 5px 15px 10px;
	background: #fff;
	border-radius: 10px;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0.25rem 0.1rem;
}
.e0051_item div.anker-area ul li a img{
	width: 70px;
	margin-right: 20px;
}
.e0051_item div.anker-area ul li a:hover{
	text-decoration: none;
}
.e0051_item div.anker-area ul li:nth-child(1),
.e0051_item div.anker-area ul li:nth-child(2),
.e0051_item div.anker-area ul li:nth-child(3){
	margin-bottom: 20px;
}
/* ranking-banner */
.e0051_item .ranking-banner{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 23px 0;
	background-color: #D5F3D8;
	max-width: 1240px;
	width: 100%;
	margin: 80px auto 50px;
}
.e0051_item .ranking-banner img{
	width: 64px;
	height: auto;
}
.e0051_item .ranking-banner .title{
	margin: 0;
	color: #48A743;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
}
.e0051_item .ranking-banner .subtitle{
	margin: 1px 0 0;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.08em;
}
.e0051_item p.msg{
	font-size: 18px;
	text-align: center;
}
.e0051_item .event-area{
	background: #F7F8FA;
	padding: 30px 70px;
}
.e0051_item .event-area .recommend{
	background: #FFF;
	padding: 30px 50px;
}
.e0051_item .event-area .recommend div.rec-title{
	width: 239px;
	margin: 0 auto 20px;
}
.e0051_item#section01{
	max-width: 1240px;
	width: 100%;
	margin: 50px auto 0;
}
.e0051_item#section02,
.e0051_item#section03,
.e0051_item#section04,
.e0051_item#section05,
.e0051_item#section06{
	max-width: 1240px;
	width: 100%;
	margin: 40px auto 0;
}
/* more-button */
.e0051_item div.button-area{
	width: 509px;
	margin: 30px auto 0;
}
.e0051_item div.button-area .more-button {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 509px;
	padding: 18px 0 13px;
	background-color: #FE9300;
	border: none;
	border-radius: 60px;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s;
}
.e0051_item div.button-area .more-button .title{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
.e0051_item div.button-area .more-button .subtitle{
	margin: 1px 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.e0051_item div.button-area .more-button .arrow{
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
}
.e0051_item .item_box div.button{
	width: 420px;
	margin: 40px auto 0;
}
.e0051_item .item_box div.button a{
    display: inline-block;
    text-align: center;
    outline: none;
    font-size: 18px;
	border: 1px solid #4A545E;
	background: #fff;
	border-radius: 50px;
	width: 420px;
	margin: 0 auto;
	padding: 13px 0;
	position: relative;
	font-weight: bold;
}
.e0051_item .item_box div.button a span{
	margin-right: 10px;
}
.e0051_item .item_box div.button a:hover{
	text-decoration: none;
	opacity: 0.6;
}
div.StyleP_Line_{
	justify-content: center;
}
@media print, screen and (max-width: 767px) {
	.e0051_item h1{
	    margin: 0 auto 30px;
	}
	.e0051_item h2.title{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.e0051_item p.lead{
		font-size: 14px;
		text-align: left;
	}
	.e0051_item div.anker-area{
		margin: 30px auto 0;
	    padding: 20px 15px;
	}
	.e0051_item div.anker-area ul li{
		font-size: 16px;
		line-height: 1.15;	
		width: 48.5%;
	}
	.e0051_item div.anker-area ul li::after{
	    right: 8px;
	    top: 50px;
	}
	.e0051_item div.anker-area ul li a{
		display: block;
		padding: 12px 0 10px;
		text-align: center;
	}
	.e0051_item div.anker-area ul li a img{
		width: 54px;
		margin-right: 0;
	}
	.e0051_item div.anker-area ul li div.img{
		width: 54px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 15px;
	}
	.e0051_item div.anker-area ul li:nth-child(2) a,
	.e0051_item div.anker-area ul li:nth-child(3) a,
	.e0051_item div.anker-area ul li:nth-child(5) a,
	.e0051_item div.anker-area ul li:nth-child(6) a{
		padding: 12px 0 20px;
	}
	.e0051_item div.anker-area ul li:nth-child(1) div.img,
	.e0051_item div.anker-area ul li:nth-child(4) div.img{
		margin-bottom: 6px;
	}
	.e0051_item div.anker-area ul li:nth-child(1),
	.e0051_item div.anker-area ul li:nth-child(2),
	.e0051_item div.anker-area ul li:nth-child(3),
	.e0051_item div.anker-area ul li:nth-child(4){
		margin-bottom: 12px;
	}
	/* ranking-banner */
	.e0051_item .ranking-banner{
		gap: 20px;
		padding: 15px 0;
		margin: 40px auto 25px;
	}
	.e0051_item .ranking-banner img{
		width: 53px;
	}
	.e0051_item .ranking-banner .title{
		font-size: 22px;
	}
	.e0051_item .ranking-banner .subtitle{
		margin: 1px 0 0;
		font-size: 14px;
	}
	.e0051_item p.msg{
		font-size: 14px;
		text-align: left;
	}
	.e0051_item .event-area{
		background: #F7F8FA;
		padding: 20px 0;
	}
	.e0051_item .event-area .recommend{
		background: #FFF;
		padding: 20px 0;
	}
	.e0051_item .event-area .recommend div.rec-title{
		width: 157.15px;
		margin: 0 auto;
	}
	.e0051_item#section01{
		margin-top: 30px;
	}
	.e0051_item#section02,
	.e0051_item#section03,
	.e0051_item#section04,
	.e0051_item#section05,
	.e0051_item#section06{
		margin-top: 40px;
	}
	/* more-button */
	.e0051_item div.button-area{
		width: 370px;
		margin: 30px auto 0;
	}
	.e0051_item div.button-area .more-button {
		max-width: 370px;
		padding: 17px 0 11px;
	}
	.e0051_item div.button-area .more-button .title{
		font-size: 18px;
	}
	.e0051_item div.button-area .more-button .subtitle{
		margin: 0;
		font-size: 14px;
	}
	.e0051_item div.button-area .more-button .arrow{
		right: 18px;
	}
	.e0051_item .item_box div.button{
		width: 320px;
		margin: 30px auto 0;
	}
	.e0051_item .item_box div.button a{
	    font-size: 16px;
		width: 320px;
	}
}