@charset "utf-8";

.about_advertise {
	margin-top: 60px;
	text-align: center;
}

.office {
	margin-top: 40px;
	font-size: 110%;
	font-weight: bold;
}

.advertise_base table {
	border: 1px solid #CCC;
	width: 100%!important;
}
.advertise_base th,
.advertise_base td {
	border: 1px solid #CCC;
	padding: 10px 5px;
	font-size: 15px;
}
.advertise_base table tr:first-child td {
	background: #DFEEF4;
	font-size: 13px;
	white-space: nowrap;
	text-align: center;
}


@media(max-width: 767px) {
.about_advertise p:first-child {
	text-align: left;	
}
.office {
    font-size: 15px;
}



.advertise_base {
	width: 100%;
	overflow: auto;
	margin-bottom: 30px;
	padding-bottom: 30px;	
}
.month_flex {
	margin: 0 0 30px;	
}


.advertise_base table th,
.advertise_base table td {
	padding: 5px!important;
	font-size: 13px;
}
.advertise_base table tr:first-child td {
	font-size: 12px;

}
.ovf_full {
	width: 250vw;	
}

}






@media(min-width: 768px) {
.swipe_icon {
	display: none;	
}
}

@media(max-width: 767px) {
.advertise_base {
	position: relative;	
}
.advertise_base .swipe_icon {
	position: absolute;
	top: 200px;
	left: calc(50vw - 30px);
	width: 60px;
	opacity: 0.8;
	animation: swipeIcon 3s infinite;
}
.swipe_icon img {
	width: 100%;
	height: auto;	
}

@keyframes swipeIcon {
0% {
	transform: translateX(-60px);
}
50% {
	transform: translateX(60px);
}
100% {
	transform: translateX(-60px);
}
}
}