@charset "UTF-8";

.new_offer2606 {
	background: #d3e9ef;
	padding:3em 5% 20px;
}
.new_offer2606_ttl {
	  
}
.new_offer2606_ttl p:first-child {
	width: 30%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.new_offer2606_ttl p:last-child {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 40px;
}
.new_offer2606_komikomi p {
	width: 50%;
	margin: 0 auto;
	padding-bottom: 3px;
}
.new_offer2606_komikomi ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.new_offer2606_komikomi ul li {
	padding-right: 5px;
}
.new_offer2606_komikomi ul li:last-child {
	padding-right: 0;
}
.new_offer2606_komikomi ul li img {
	width: 100%;
}
.new_offer2606_cta_area {
	margin-bottom: 5px;
	position: relative;
}
.new_offer2606_cta_area a {
	display: inline-block;
	position: absolute;
	top:72%;
	left: 45%;
	width: 47%;
	text-align: center;
	background: #ec5e3c;
	border-radius: 25px;
	text-decoration: none;
	padding: .5em .4em;
	color: #fff;
	font-size: 0.8em;
	font-weight: 700;
	font-family: ZenMaruGothic;
	letter-spacing: 1px;
}
.new_offer2606_cta_area a:hover {
	background: #fff;
	transition: .3s all ease-in-out;
	outline: 2px solid #ec5e3c;
	outline-offset: -1px;
	color: #ec5e3c;
}
.new_ranking2606_wrap {
	margin: 30px 5% 0;
}
.new_ranking2606 {
	margin-bottom: 15px;
	position: relative;
}
.new_ranking2606 button {
	display: inline-block;
	position: absolute;
	bottom:8%;
	left: 0;
	right: 0;
	width: 60%;
	text-align: center;
	font-family: ZenMaruGothic;
	font-weight: 700;
	font-size: 0.8em;
	color: var(--color-primary);
	background-color: #fff;
	border: 1px solid;
	border-radius: 2em;
	display: block;
	margin: 1rem auto 0;
	padding: .5em 3em;
}
.new_ranking2606 button:hover {
	background: #52b1bf;
	transition: .3s all ease-in-out;
	color: #fff;
}
.new_offer2606_secon_wrap {
	padding-top: 30px;
}
.new_offer2606_second {
	margin-bottom: 20px;
	position: relative;
}
.new_offer2606_second_ttl {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.new_offer2606_second a {
	display: inline-block;
	position: absolute;
	top:66%;
	left: 43%;
	width: 53%;
	text-align: center;
	background: #ec5e3c;
	border-radius: 25px;
	text-decoration: none;
	padding: .4em;
	color: #fff;
	font-size: 0.8em;
	font-weight: 700;
	font-family: ZenMaruGothic;
	letter-spacing: 1px;
}
.new_offer2606_second a:hover {
	background: #fff;
	transition: .3s all ease-in-out;
	outline: 2px solid #ec5e3c;
	outline-offset: -1px;
	color: #ec5e3c;
}