@charset "UTF-8";
/* CSS Document */

/* mainvisual */
#mainvisual {
	margin-bottom: 0;
}
.mainvisual {
	text-align: center;
	/*background: rgba(10,50,0,1);*/
	background-image: url("../img/mainvisual-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 1rem 10px;
}
.mainvisual h2 {
	margin-bottom: 0.7rem;
}
.mainvisual .catch-wrap {
	/*background: rgba(220,0,0,0.6);*/
	padding: 0 10px;
}
.mainvisual .catch {
}
.mainvisual .catch-1 {
}
.mainvisual .catch-2 {
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	display: inline-block;
	margin-bottom: 0.7rem;
}
.mainvisual .col-1 {
}
.mainvisual .col-1 .date {
	margin-bottom: 0.5rem;
}
.mainvisual .col-1 .free {
	margin: 0;
}
.mainvisual ul li {
	margin-bottom: 1rem;
}
.mainvisual .btn-facebook {
	text-align: right;
}
.mainvisual .btn-facebook a {
	display: inline-block;
	background: #FFF;
	padding: 4px 10px;
	border-radius: 5px;
}
@media (max-width: 500px) {
	.mainvisual ul li:last-child img {
		/*width: 75%;*/
	}
}
@media (min-width: 769px) {
	.mainvisual {
	}
	.mainvisual ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mainvisual ul li {
		margin: 0 2rem;
	}
	.mainvisual .col-1 {
	}
	.mainvisual .col-1 .date {
		margin: 0 1rem;
	}
	.mainvisual .col-1 .free {
		margin: 0 1rem;
	}
}

/* info */
.info {
	padding-bottom: 2rem;
	border-bottom: solid 1px #666;
}
.info-wrap {
	max-height: 530px;
	overflow: auto;
}
.info-wrap dl {
	margin-bottom: 1rem;
}
.info-wrap dl:last-child {
	margin-bottom: 0;
}
.info-wrap dl dt {
}
.info-wrap dl dt::before {
 	content: "■";
	color: rgba(255,225,0,1);
}
.info-wrap dl dd {
}
.info-wrap dl dd span {
	color: rgba(0,203,231,1);
}
.info-wrap dl dd a {
	text-decoration: none;
}
.info-wrap .banner {
	text-align: center;
	margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
	.info-wrap dl {
		display: flex;
	}
	.info-wrap dl dt {
		flex: 0 0 9em;
	}
	.info-wrap .banner {
		float: right;
		margin-left: 1.5rem;
	}
}

/* presenter */
#presenter {
	margin-bottom: 6rem;
}
.presenter {
}
.presenter .slide-presenter {
}
.presenter .slide-presenter .slick-list li {
	text-align: center;
	padding: 0 10px;
}
.presenter .slide-presenter li dl dt {
	margin-bottom: 0.5rem;
}
.presenter .slide-presenter li dl dt img {
	margin: 0 auto;
}
.presenter .slide-presenter li dl dd strong {
	font-size: 1.25rem;
}
.presenter .slide-presenter .slick-prev,
.presenter .slide-presenter .slick-next {
	position: absolute;
	top: 35%;
	width: 20px;
	height: 20px;
	transform: translate(0, -50%);
	z-index: 10;
}
.presenter .slide-presenter .slick-prev::before,
.presenter .slide-presenter .slick-next::before {
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
	opacity: 0.75;
	color: inherit;
	position: absolute;
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	top: 0;
}
.presenter .slide-presenter .slick-prev {
	left: 0;
}
.presenter .slide-presenter .slick-prev::before {
	transform: rotate(-45deg);
	left: 0;
}
.presenter .slide-presenter .slick-next {
	right: 0;
}
.presenter .slide-presenter .slick-next::before {
	transform: rotate(135deg);
	right: 0;
}
.presenter .slide-presenter .slick-dots {
	bottom: auto;
}

/* seminar */
.seminar {
}
.seminar .btn-seminar {
	text-align: center;
	font-size: 1.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.seminar .btn-seminar li {
	margin-bottom: 1rem;
	flex: 0 1 28em;
}
.seminar .btn-seminar li a {
	display: block;
	text-decoration: none;
	padding: 0.75em;
	position: relative;
	transition: all 0.2s linear;
}
.seminar .btn-seminar li a::after {
 	content: "";
	position: absolute;
	top: 50%;
	right: 1.2em;
	width: 0.5em;
	height: 0.5em;
	transform: rotate(45deg) translate(0, -80%);
}
.seminar .btn-seminar .entry a {
	background: rgba(0,140,60,1);
	color: #FFF;
	border: solid 2px rgba(0,140,60,1);
}
.seminar .btn-seminar .entry a::after {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
.seminar .btn-seminar .entry a:hover {
	background: #FFF;
	color: rgba(0,140,60,1);
}
.seminar .btn-seminar .entry a:hover::after {
	border-top: 2px solid rgba(0,140,60,1);
	border-right: 2px solid rgba(0,140,60,1);
}
.seminar .btn-seminar .login a {
	border: solid 2px rgba(0,140,60,1);
	color: rgba(0,140,60,1);
}
.seminar .btn-seminar .login a::after {
	border-top: 2px solid rgba(0,140,60,1);
	border-right: 2px solid rgba(0,140,60,1);
}
.seminar .btn-seminar .login a:hover {
	color: #FFF;
	background: rgba(0,140,60,1);
}
.seminar .btn-seminar .login a:hover::after {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
@media (min-width: 768px) {
	.seminar .btn-seminar li {
		flex: 1 1 40%;
		margin: 1rem;
	}
}

/* guide */
.guide {
}
.guide .list {
	margin-bottom: 1rem;
}
.guide .list li {
	padding-left: 1em;
	text-indent: -1em;
}
.guide .list li::before {
 	content: "■";
	color: rgba(255,225,0,1);
}
.guide .list-how-to-enter {
	margin-bottom: 2rem;
}
.guide .list-how-to-enter dd ul li {
	margin: 0.7rem 0;
	max-width: 600px;
}
.guide dl {
	margin-bottom: 1rem;
}
.guide dl dt {
	font-weight: bold;
}
.guide dl dd {
}
.guide .fc-red {
	margin-bottom: 2rem;
}
.guide figure {
	text-align: center;
	margin-bottom: 2rem;
}
.guide .btn-guide {
	text-align: center;
	font-size: 1.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.guide .btn-guide li {
	margin-bottom: 1rem;
	flex: 0 1 28em;
}
.guide .btn-guide li a {
	display: block;
	text-decoration: none;
	padding: 0.75em;
	position: relative;
	transition: all 0.2s linear;
}
.guide .btn-guide li a::after {
 	content: "";
	position: absolute;
	top: 50%;
	right: 1.2em;
	width: 0.5em;
	height: 0.5em;
	transform: rotate(45deg) translate(0, -80%);
}
.guide .btn-guide .access a {
	background: rgba(220,0,0,1);
	color: #FFF;
	border: solid 2px rgba(220,0,0,1);
}
.guide .btn-guide .access a::after {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
.guide .btn-guide .access a:hover {
	background: #FFF;
	color: rgba(220,0,0,1);
}
.guide .btn-guide .access a:hover::after {
	border-top: 2px solid rgba(220,0,0,1);
	border-right: 2px solid rgba(220,0,0,1);
}
.guide .btn-guide .plan a,
.guide .btn-guide .map a,
.guide .btn-guide .off {
	border: solid 2px rgba(220,0,0,1);
	color: rgba(220,0,0,1);
}
.guide .btn-guide .plan a::after {
	border-top: 2px solid rgba(220,0,0,1);
	border-right: 2px solid rgba(220,0,0,1);
}
.guide .btn-guide .plan a:hover,
.guide .btn-guide .map a:hover {
	color: #FFF;
	background: rgba(220,0,0,1);
}
.guide .btn-guide .plan a:hover::after {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
.guide .btn-guide .map a::after {
	display: none;
}
.guide .btn-guide .map a i {
	font-size: 1em;
	position: absolute;
	top: 50%;
	right: 0.7em;
	transform: translate(0, -60%);
}
.guide .btn-guide .off {
	opacity: 0.5;
}
@media (min-width: 768px) {
	.guide .btn-guide li {
		flex: 1 1 40%;
		margin: 1rem;
	}
}

/* group-event */
#group-event {
}
.group-event {
}
.group-event ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.group-event ul li {
	padding: 1.25rem;
	text-align: center;
}
.group-event ul li img {
	border: 1px solid #CCC;
}

/* virus-info */
#virus-info {
}
.virus-info {
	font-size: 14px;
	padding: 1.25em;
	border: solid 2px #BBB;
	border-radius: 10px;
	max-width: 700px;
	margin: 0 auto;
}
.virus-info h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.virus-info p {
	margin-bottom: 10px;
}
.virus-info p:last-child {
	margin-bottom: 0;
}
.virus-info .sticker {
	text-align: center;
	margin-bottom: 1rem;
}
.virus-info .qr-cocoa {
}
.virus-info .qr-cocoa li {
	background: rgba(220,0,0,0.2);
	margin-bottom: 1rem;
	padding: 1rem;
}
.virus-info .qr-cocoa li dl {
	display: flex;
	justify-content: center;
	align-items: center;
}
.virus-info .qr-cocoa li dl dt {
	text-align: center;
	margin-right: 1rem;
	flex: 0 0 8em;
}
.virus-info .qr-cocoa li dl dd {
	text-align: center;
	flex: 0 1 auto;
}
@media (min-width: 768px) {
	.virus-info .sticker {
		float: right;
		margin-left: 1rem;
	}
	.virus-info .qr-cocoa {
		display: flex;
		align-items: center;
	}
	.virus-info .qr-cocoa li {
		margin-right: 1rem;
		margin-bottom: 0;
	}
	.virus-info .qr-cocoa li dl {
	}
	.virus-info .qr-cocoa li dl dt {
		flex: 0 1 auto;
	}
}

/* end-comment */
#end-comment {
	background: rgba(220,0,0,0.15);
}
.end-comment {
	font-size: 1.125rem;
	text-align: center;
	padding: 2rem 10px;
}
.end-comment h5 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1rem;
}
.end-comment p {
	margin-bottom: 1rem;
}
.end-comment p:last-child {
	margin-bottom: 0;
}

/* end-report */
#end-report {
}
.end-report {
}
.end-report h5 {
	text-align: left;
}
.end-report h5 strong {
	font-size: 1.125rem;
}
.end-report .visitor {
	overflow-x: auto;
}
.end-report .visitor table th,
.end-report .visitor table td {
	text-align: center;
	border: solid 2px #FFF;
	vertical-align: middle;
	padding: 0.5rem;
	white-space: nowrap;
}
.end-report .visitor table thead th {
	background: #666;
	color: #FFF;
}
.end-report .visitor table tbody td,
.end-report .visitor table tbody th {
	background: #EEE;
}
/*.end-report .visitor table tbody tr:last-child td,*/
/*.end-report .visitor table tbody tr:last-child th,*/
.end-report .visitor table tbody tr td:last-child {
	background: #DDD;
}
.end-report .visitor table tbody th {
	white-space: normal;
	min-width: 9em;
}

/* Magnific Popup */
.map-popup {
	position: relative;
	margin:10px auto;
	max-width: 880px;
	background: transparent;
	padding: 0;
	border-radius: 0.5rem;
}
.map-popup .head {
	margin: 0;
	padding: 0.5rem 1rem;
	background-color: rgba(0,100,180,1);
	border-radius: 0.5rem 0.5rem 0 0;
}
.map-popup .head h5 {
	margin: 0 1.5rem 0 0;
	font-weight: bold;
	color: #FFF;
	font-size: 1.25rem;
}
.map-popup .content {
	margin: 0;
	padding: 1rem;
	background: #FFF;
	border-radius: 0 0 0.5rem 0.5rem;
}
.map-popup .content figure {
	text-align: center;
	margin-bottom: 1rem;
}
.map-popup .popup-modal-dismiss {
	text-align: center;
}
.map-popup .popup-modal-dismiss a {
	background-color: #e5e5e5;
	padding: 0 1.5rem;
	color:#333;
	text-decoration: none;
	border-radius: 2rem;
	border: solid 1px #b3b3b3;
	display: inline-block;
	transition: all 0.2s linear;
}
.map-popup .popup-modal-dismiss a:hover {
	background-color: #CCC;
}

/* ×ボタン */
.map-popup .mfp-close {
  width: 2.75rem;
  height: 3rem;
  line-height: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0;
  color: #FFF;
  font-style: normal;
  font-size: 2rem;
  font-family: Arial, Baskerville, monospace;
}
.map-popup .mfp-close:hover,
.map-popup .mfp-close:focus {
    opacity: 0.9;
}
.map-popup .mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .map-popup .mfp-close {
  color: #fff;
}

/* btn-entry */
.btn-entry {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	max-width: 700px;
	margin: 2.5rem auto 4rem;
}
.btn-entry li {
}
.btn-entry li a {
	display: block;
	text-decoration: none;
	padding: 0.75em;
	position: relative;
	transition: all 0.2s linear;
	border-radius: 0.4em;
}
.btn-entry li a::after {
 	content: "";
	position: absolute;
	top: 50%;
	right: 1.2em;
	width: 0.5em;
	height: 0.5em;
	transform: rotate(45deg) translate(0, -80%);
}
.btn-entry .regist a {
	background: rgba(0,140,60,1);
	color: #FFF;
	border: solid 2px rgba(0,140,60,1);
	display: block;
	text-decoration: none;
	padding: 0.6em 1.5em;
	position: relative;
	transition: all 0.2s linear;
	border-radius: 0.4em;
}
.btn-entry .regist a::after {
 	content: "";
	position: absolute;
	top: 50%;
	right: 1.2em;
	width: 0.5em;
	height: 0.5em;
	transform: rotate(45deg) translate(0, -80%);
}
.btn-entry .regist a::after {
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
}
.btn-entry .regist a:hover {
	background: #FFF;
	color: rgba(0,140,60,1);
}
.btn-entry .regist a:hover::after {
	border-top: 3px solid rgba(0,140,60,1);
	border-right: 3px solid rgba(0,140,60,1);
}
.btn-regist {
	text-align: center;
	margin-bottom: 4rem;
}
.btn-regist a {
	display: block;
	background: rgba(0,140,60,1);
	margin: 0 auto;
	padding: 1rem;
	border-radius: 0.7rem;
	max-width: 700px;
	transition: all 0.2s linear;
}
.btn-regist a:hover img {
	opacity: inherit;
}
.btn-regist a:hover {
	opacity: 0.8;
}

/* visitor-photo */
#visitor-photo {
}
.visitor-photo {
}
.visitor-photo article {
	margin-bottom: 3rem;
}
.visitor-photo article ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.visitor-photo article ul li {
	flex: 0 1 310px;
	margin: 5px;
}
.btn-exhibitor {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	max-width: 500px;
	margin: 2.5rem auto 2.5rem;
}
.btn-exhibitor a {
	background: #FFF;
	color: rgba(0,140,60,1);
	border: solid 2px rgba(0,140,60,1);
	display: block;
	text-decoration: none;
	padding: 0.5em 1.5em;
	position: relative;
	transition: all 0.2s linear;
	border-radius: 0.4em;
}
.btn-exhibitor a::after {
 	content: "";
	position: absolute;
	top: 50%;
	right: 1.2em;
	width: 0.5em;
	height: 0.5em;
	transform: rotate(45deg) translate(0, -80%);
	border-top: 3px solid rgba(0,140,60,1);
	border-right: 3px solid rgba(0,140,60,1);
}
.btn-exhibitor a:hover {
	background: rgba(0,140,60,1);
	color: #FFF;
}
.btn-exhibitor a:hover::after {
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
}
.btn-exhibitor .off {
	background: #FFF;
	color: rgba(0,140,60,1);
	border: solid 2px rgba(0,140,60,1);
	padding: 0.5em 1em;
	border-radius: 0.4em;
}

/* vip */
#vip {
}
.vip {
	border: solid 3px rgba(250,220,50,1);
	border-radius: 1rem;
}
.vip article {
	margin-bottom: 1.5rem;
}
.vip article:last-child {
	margin-bottom: 0;
}
.vip h5 {
	font-size: 1.5rem;
	font-weight: bold;
	background: rgba(250,220,50,0.4);
	border-radius: 0.7rem 0.7rem 0 0;
	padding: 0.5rem 1.5rem;
}
.vip h6 {
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: solid 2px rgba(250,220,50,0.5);
	margin-bottom: 1rem;
}
.vip .vip-wrap {
	padding: 1.5rem;
}
.vip .vip-mark {
	float: right;
	margin: 1rem 1.3rem 1rem 1rem;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.7));
}
.vip .target {
}
.vip .target .mark {
	color: rgba(250,220,50,1);
}
.vip .benefits {
}
.vip .benefits ul li {
	margin-bottom: 0.3rem;
	padding-left: 4em;
	text-indent: -4em;
}
.vip .benefits .head {
	background: rgba(230,0,0,1);
	color: #FFF;
	padding: 0 5px;
	margin-right: 0.5em;
}
.vip .entry {
}

/* mainvisual-video */
.mainvisual-video {
	position: relative;
}
.mainvisual-video .logo-wrap {
	position: absolute;
	top: 2%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 60%;
}
.mainvisual-video .logo-wrap h2 {
	margin-bottom: 5%;
}
.mainvisual-video .logo-wrap .catch {
	margin-bottom: 5%;
}
.mainvisual-video .logo-wrap .date {
	margin-bottom: 5%;
	width: 70%;
	margin: auto;
}
.mainvisual-video .video {
}
.mainvisual-video .video video {
	width: 100%;
	display: block;
}

/* point */
.point {
}
.point h5 {
	font-size: 1.6rem;
	font-weight: bold;
	color: rgba(220,0,0,1);
	margin-bottom: 0.5em;
}

/* product */
.product {
	background: rgba(220,0,0,0.7);
}
.product ul {
	padding: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.product ul li {
	margin: 0.5rem;
}


#btn-3list {
	margin-bottom: 4rem;
}
.btn-3list-wrap {
	/*max-width: 1200px;*/
	margin: 0 auto;
}
.btn-3list {
	text-align: center;
	font-size: 1.4rem;
	margin: 0 auto;
	font-weight: bold;
}
.btn-3list li {
}
.btn-3list li a {
	display: block;
	text-decoration: none;
	padding: 0.5em;
	position: relative;
	transition: all 0.2s linear;
	background: rgba(255,225,0,1);
	color: rgba(220,0,0,1);
	border: solid 1px rgba(220,0,0,1);
}
@media (min-width: 768px) {
	.btn-3list {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: none;
	}
	.btn-3list li {
		flex: 1 1 50%;
	}
}
.btn-3list li .off {
	background: rgba(255,225,0,1);
	color: rgba(220,0,0,1);
	border: solid 1px rgba(220,0,0,1);
	/*opacity: 0.5;*/
	padding: 0.5em;
}
.btn-3list li a::after {
	border-top-color: #FFF;
	border-right-color: #FFF;
}
.btn-3list li a:hover {
	background: rgba(220,0,0,1);
	color: #FFF;
}
.btn-3list li a:hover::after {
	border-top-color: #FFF;
	border-right-color: #FFF;
}
.btn-3list li a::after {
 	content: "";
	position: absolute;
	top: 50%;
	right: 1.2em;
	width: 0.5em;
	height: 0.5em;
	transform: rotate(45deg) translate(0, -80%);
	border-top: 3px solid;
	border-right: 3px solid;
}

/* online */
#online {
}
.online {
}
.btn-online {
	text-align: center;
	font-size: 1.5rem;
	max-width: 550px;
	margin: 2.5rem auto 2.5rem;
}
.btn-online .ondemand a {
	background: rgba(240,142,30,1);
	color: #FFF;
	border: solid 2px rgba(240,142,30,1);
	display: block;
	text-decoration: none;
	padding: 1em 1.5em;
	position: relative;
	transition: all 0.2s linear;
	border-radius: 0.6rem;
}
.btn-online .ondemand a::after {
 	content: "";
	position: absolute;
	top: 50%;
	right: 1.2em;
	width: 0.5em;
	height: 0.5em;
	transform: rotate(45deg) translate(0, -80%);
}
.btn-online .ondemand a::after {
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
}
.btn-online .ondemand a:hover {
	background: #FFF;
	color: rgba(240,142,30,1);
}
.btn-online .ondemand a:hover::after {
	border-top: 3px solid rgba(240,142,30,1);
	border-right: 3px solid rgba(240,142,30,1);
}

/* presenter-2 */
#presenter-2 {
}
.presenter-2 {
}
.presenter-2 .presenter-list {
}
.presenter-2 .presenter-list li {
	background: linear-gradient(180deg, rgba(0,84,42,1), rgba(0,140,60,1));
	padding: 1rem;
	color: #FFF;
	margin: 1rem 0;
	flex: 1 1 400px;
	border-radius: 12px;
}
.presenter-2 .presenter-list li a {
	display: block;
	text-decoration: none;
}
.presenter-2 .presenter-list li a:hover {
	color: rgba(255,225,0,1);
}
.presenter-2 .presenter-list li a:hover img {
	opacity: 1;
}
.presenter-2 .presenter-list li dl {
	display: flex;
}
.presenter-2 .presenter-list li dl dt {
	margin-right: 1rem;
	flex: 0 0 140px;
}
.presenter-2 .presenter-list li dl dd {
	flex: 1 1 auto;
}
.presenter-2 .presenter-list li dl dd h6 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: solid 1px #FFF;
}
.presenter-2 .presenter-list li dl dd .name strong {
	font-size: 1.2em;
}
.btn-presenter {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	max-width: 640px;
	margin: 1rem auto 2.5rem;
}
.btn-presenter a {
	background: #FFF;
	color: rgba(0,140,60,1);
	border: solid 2px rgba(0,140,60,1);
	display: block;
	text-decoration: none;
	padding: 0.5em 1.5em;
	position: relative;
	transition: all 0.2s linear;
	border-radius: 0.4em;
}
.btn-presenter a::after {
 	content: "";
	position: absolute;
	top: 50%;
	right: 1.2em;
	width: 0.5em;
	height: 0.5em;
	transform: rotate(45deg) translate(0, -80%);
	border-top: 3px solid rgba(0,140,60,1);
	border-right: 3px solid rgba(0,140,60,1);
}
.btn-presenter a:hover {
	background: rgba(0,140,60,1);
	color: #FFF;
}
.btn-presenter a:hover::after {
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
}

/* product-corner */
#product-corner {
}
.product-corner {
}
.product-corner .product-list {
	background: linear-gradient(180deg, rgba(130,130,0,1), rgba(255,225,0,1));
	padding: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-radius: 0.6rem;
}
.product-corner .product-list li {
	margin: 0.5rem;
	flex: 0 1 298px;
}
.product-corner .product-list li dl {
}
.product-corner .product-list li dl dt {
	text-align: center;
	margin-bottom: 0.5rem;
}
.product-corner .product-list li dl dd {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

/* product-corner */
#referral-campaign {
}
.referral-campaign {
}
.referral-campaign h2 {
}
.referral-campaign .detail {
	background: rgba(230,0,0,0.1);
	padding: 1.5rem;
	border-radius: 0.8rem;
}
.referral-campaign .detail p {
	margin-bottom: 1rem;
}
.referral-campaign .detail p:last-child {
	margin-bottom: 0;
}


