@charset "utf-8";
/* RWD STYLE
==========================================*/
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
p + p {
	margin: 0;
}
section h3 {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.mb30 {
	margin-bottom: 30px !important;
}
.indxHd .inner {
	text-align: center;
}
.Wrapper .inner {
	padding: 0 !important;
}
.anchor_btn {
	margin-bottom: 25px;
}
.anchor_btn div {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
}
.anchor_btn div a {
	box-sizing: border-box;
	background-color: #2c90ff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	transition: all 0.2s ease;
	padding: 10px;
	width: 300px;
	position: relative;
	border: #2c90ff solid 2px;
}
.anchor_btn div a::after {
	position: absolute;
	right: 6%;
	top: 50%;
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(/meiji-nutrition-info/images/common/icon_detail_arr3.png) no-repeat;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.anchor_btn div a:hover {
	background-color: #fff;
	color: #2c90ff;
}
.products .indxSect{
	margin-bottom: 20px;
}
.products .indxCont {
	padding-top: 20px;
	padding-bottom: 20px;
}

.history .inner {
	padding-bottom: 20px !important;
}
.history p.history_txt {
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
	color: #023894;
}
.history p.img02 {
	margin-bottom: 70px;
}
.history h3.img03 {
	background: #fff5c6;
	margin-bottom: 35px;
}
.history h3.img03 img {
	transform: translateY(-30px);
	display: block;
	max-width: 80%;
	margin: auto;
}
.history p.copy_txt {
	font-size: 22px;
	margin-bottom: 35px;
}
.history p.img04 {
	max-width: 940px;
	margin: 0 42px 20px;
}
.history p.img05 {
	max-width: 80%;
	margin: 0 auto 20px;
}
.history .inner > p {
	text-align: center;
}
.history .inner_cont01 {
	max-width: 964px;
	padding: 40px 15px 16px;
	margin: 0 30px 40px;
	background: url(/meiji-nutrition-info/images/30th/bg01.png);
	box-sizing: border-box;
	border-radius: 8px;
}
.history .inner_cont01 dt {
	margin-bottom: 20px;
}
.history .inner_cont01 dd {
	margin-bottom: 30px;
}
.history .inner_cont01 dd p:nth-child(2) {
	margin-top: 10px;
}
.history .inner_cont01 dt img {
	height: 27px;
}
.history .inner_cont02 {
	max-width: 940px;
	padding: 82px 30px 12px;
	margin: 0 30px 30px;
	background: #fccb3b url(/meiji-nutrition-info/images/30th/img06.png) left top no-repeat;
	background-size: 100% auto;
	border-radius: 10px;
}
.history .inner_cont02 p.img07 {
	max-width: 720px;
	margin: 0 auto 40px;;
}
.history .inner_cont02 dl {
	max-width: 880px;
	margin: 0 auto 20px;
}
.history .inner_cont02 dt {
	margin-bottom: 15px;
}
.history .inner_cont02 dt img {
	max-height: 24px;
}
.history .inner_cont02 dd {
	margin-bottom: 30px;
}
.history .inner_cont02 dd p:nth-child(2) {
	margin-bottom: 10px;
}

.contest {
	padding: 0 30px 30px;
}
.contest p.img08 {
	max-width: 964px;
	margin-bottom: 30px;
}
.contest > p {
	text-align: center;
}
.contest .contest_heading {
	display: flex;
	margin-bottom: 30px;
}
.contest .contest_heading > p {
	display: flex;
	height: 70px;
	align-items: center;
}
.contest .contest_heading > p:nth-child(1) {
	background: #5B9BD5;
	flex-basis: 150px;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
	justify-content: center;
}
.contest .contest_heading > p:nth-child(2) {
	margin-left: 10px;
}
.contest .target,
.contest .prize {
	font-size: 120%;
	font-weight: bold;
}
.contest .apply_btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.contest .apply_btn a {
	box-sizing: border-box;
	background-color: #ED7D31;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	transition: all 0.2s ease;
	padding: 10px;
	width: 300px;
	position: relative;
	border: #ED7D31 solid 2px;
}
.contest .apply_btn a::after {
	position: absolute;
	right: 6%;
	top: 50%;
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(/meiji-nutrition-info/images/common/icon_detail_arr2.png) no-repeat;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contest .apply_btn a:hover {
	background-color: #fff;
	color: #ED7D31;
}
.contest .inner_cont03 {
	max-width: 964px;
	padding: 20px;
	background: #FFF2CC;
	box-sizing: border-box;
	border-radius: 8px;
}
@media print,screen and (min-width:641px){
}

@media screen and (max-width: 1060px) and (min-width: 641px) {
}

@media only screen and (max-width:640px){
	#history::before, /* scroll調整 */
	#contest::before,
	#products::before {
		content: "";
		display: block;
		padding-top: 70px;
		margin-top: -70px;;
	}
	#contest::before {
		margin-top: -20px;
	}
	
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.indxHd {
		padding: 0;
	}
	.anchor_btn {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.anchor_btn div {
		flex-flow: column;
	}
	.anchor_btn div a {
		margin: 10px;
		width: 80%;
	}
	
	.history p.history_txt {
		font-size: 14px;
		margin: 20px 10px;
	}
	.history h3.img03 img {
		width: 86%;
	}
	.history p.copy_txt {
		font-size: 16px;
		margin-right: 11px;
		margin-left: 11px;
		text-align: left;
	}
	.history p.img04 {
	}
	.history p.img05 {
	}
	.history .inner_cont01 {
		margin-right: 10px;
		margin-left: 10px;
		padding: 15px 15px;
	}
	.history .inner_cont01 dt {
		margin-bottom: 10px;
	}
	.history .inner_cont01 dt img {
		max-height: 24px;
	}
	.history .inner_cont01 dd {
		line-height: 24px;
	}
	.history .inner_cont02 {
		padding: 32px 10px 2px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.history .inner_cont02 p.img07 {
		margin-bottom: 20px;
	}
	.history .inner_cont02 dl {
	}
	.history .inner_cont02 dt {
		margin-bottom: 10px;
	}
	.history .inner_cont02 dt img {
		height: auto;
		max-width: 98%;
		max-height: 22px;
	}
	.history .inner_cont02 dt.caption10 img {
		max-height: 48px;
	}
	.history .inner_cont02 dt.caption11 img {
		max-height: 50px;
	}
	.history .inner_cont02 dd {
		line-height: 24px;
	}
	.contest {
		padding: 10px;
	}
	.contest p.img08 {
		margin-bottom: 50px;
	}
	.contest .contest_heading {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.contest .contest_heading > p {
		height: auto;
	}
	.contest .contest_heading > p:nth-child(1) {
		flex-basis: 50px;
		margin-bottom: 10px;
		width: 120px;
	}
	.contest .contest_heading > p:nth-child(2) {
		margin-left: 0;
	}
	.contest .target,
	.contest .prize {
		font-size: 100%;
	}

}