@charset "UTF-8";

#pageContainer {
	text-align: center;
}
#mv {
	background: url(/-/Media/com/learn-more/eyecare2020/eyecareday/202010/mv.jpg) no-repeat center / cover;
}
#mv h1 {
	display: inline-block;
	padding: 135px 0;
}
#contentsWrap {
	background: #005bac;
	padding: 80px 0 120px;
}
#ad .lead {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}
#ad ol {
	margin-top: 20px;
	width: 720px;
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
}
#ad ol li {
	width: 320px;
	margin-top: 60px;
	cursor: pointer;
	transition: 0.3s;
}
#ad ol li:hover {
	opacity: 0.7;
}
#ad ol li:nth-child(even) {
	margin-left: 80px;
}
#ad ol li figure {
	box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.4);
	position: relative;
}
#ad ol li figure:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 70px 70px;
	border-color: transparent transparent #ffff00 transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}
#ad ol li figure:after {
	content: "";
	width: 13px;
	height: 13px;
	background: url(/-/Media/com/learn-more/eyecare2020/eyecareday/202010/plus.png) no-repeat center / 13px;
	position: absolute;
	bottom: 12px;
	right: 12px;
}
#ad ol li p {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#ad ol li p span {
	font-size: 18px;
	border: solid 2px;
	padding: 1px 16px;
	border-radius: 20px;
	display: inline-block;
	margin-right: 5px;
}
#ad .more {
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#ad .more a {
	color: #fff;
	display: inline-block;
	margin-left: 5px;
	padding-right: 15px;
	border-bottom: dotted 2px;
	transition: 0.3s;
	background: url(/-/Media/com/learn-more/eyecare2020/eyecareday/202010/plus_w.png) no-repeat top 5px right / 12px;
}
#ad .more a:hover {
	opacity: 0.7;
}
#bnr {
	margin-top: 100px;
}
#bnr ul {
	display: inline-flex;
	justify-content: space-between;
}
#bnr ul li {
	width: 418px;
	box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.4);
}
#bnr ul li + li {
	margin-left: 50px;
}
#bnr ul li a {
	display: block;
	transition: 0.3s;
}
#bnr ul li a:hover {
	opacity: 0.7;
}
#cboxClose {
	width: 24px;
	height: 24px;
	background: url(/-/Media/com/learn-more/eyecare2020/eyecareday/202010/close.png) no-repeat center / contain;
	top: -30px;
	right: -30px;
	transition: 0.3s;
}
#cboxClose:hover {
	opacity: 0.7;
}



/* -------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 769px){

/* -------------------------------------------------------------------------------------------------------*/
#pageContainer .sp {
	display: none!important;
}
}



/* -------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px){

/* -------------------------------------------------------------------------------------------------------*/
#pageContainer .pc {
	display: none!important;
}
body {
	min-width: inherit;
	overflow-x: hidden;
}
#mv {
	background: none;
	font-size: 0;
	line-height: 0;
}
#mv h1 {
	display: inline-block;
	padding: 0;
}
#contentsWrap {
	padding: 50px 0;
}
#ad .lead {
	font-size: 1.6rem;
}
#ad ol {
	margin-top: -15px;
	width: 100%;
}
#ad ol li {
	margin-top: 60px;
	width: 72vw;
}
#ad ol li:nth-child(even) {
	margin-left: 0;
}
#ad ol li p {
	font-size: 2rem;
	margin-top: 25px;
}
#ad ol li p span {
	font-size: 1.5rem;
	margin-right: 10px;
}
#ad .more {
	margin-top: 40px;
	font-size: 1.5rem;
}
#ad .more a {
	background-size: 10px;
}
#bnr {
	margin-top: 70px;
}
#bnr ul {
	display: block;
}
#bnr ul li {
	margin: 0 auto;
	width: 92vw;
}
#bnr ul li + li {
	margin: 15px auto 0;
}
#colorbox {
	position: fixed!important;
	top: 50%!important;
	transform: translateY(-50%)!important;
}
#cboxClose {
	width: 18px;
	height: 18px;
	top: -25px;
	right: 0;
}
}