@charset "utf-8";
/*------------------------------
      Common
------------------------------*/
body{
	-webkit-text-size-adjust: 100%;
}

main#container,
footer {
	margin: 0 auto;
	min-width: 1020px;
}

#breadClumb{
	margin: 20px auto 10px;
	max-width: 957px;
}

.v1style #ad ul {
	padding-left: 0;
}

#ad li {
	list-style: none;
}

a {
	text-decoration: none;
}
/*Header nav
------------------------------*/
header#simple {
    margin-bottom: 15px;
}
.ad_head {
	background: #313131;
	min-width:1020px;
	width: 100%;
}
.ad_head ul {
	margin: -15px auto 0;
	text-align: center;
	max-width:1300px;
	min-width:1020px;
}
.ad_head ul li {
	display: inline-block;
	padding: 0 5px;
	font-size: 17px;
	color: #f4c620;
	line-height: 40px;
}
.ad_head ul li a {
	color: #fff;
	text-decoration: none;
}
.ad_head ul li a:hover {
	color: #f4c620;
	text-decoration: underline;
}
.ad_head ul li.download a {
	display: block;
	padding-left:20px;
	background: url(/pc/img/advertise/icon_download.png) no-repeat left center / 17px auto;
}
.ad_head ul li.download a:hover {
	background: url(/pc/img/advertise/icon_download_hover.png) no-repeat left center / 17px auto;
}

/*Slider
------------------------------*/
.slider_frame.pie {
	width: 100%;
	height: 370px;
	background: #000;
	overflow: hidden;
	margin-bottom: 40px;
	min-width:1020px;
	margin:0 auto;
}

#slider .bg_img {
	float: none;
	margin-top: 3px;
	margin-right: 2px;
	overflow: visible;
}

#slider {
	position: relative;
	max-width: 1026px;
	margin: 6px auto;
	width: 100%;
}

#slider .bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	width: 100%;
	overflow: visible;
}

#slider .bx-wrapper img {
	max-width: 956px;
}

#slider .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	left: -5px;
	background: #fff;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	height: auto;
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	overflow: visible!important;
}

#slider_adverise > li{
	text-align: center;
}

#slider_adverise > li a,
#slider_adverise > li a img{
	display: block;
	margin: auto;
}

.swiper-button-prev,
.swiper-button-next
 {
	position: absolute;
	top: 50%;
	margin-top: -36px;
	outline: 0;
	width: 61px;
	height: 79px;
	text-indent: -9999px;
	z-index: 9997;
}

.swiper-button-prev {
	left: -75px;
	background: url("/pc/img/bxslider/icon_bx-cont-dir_prev.png") no-repeat center;
}

.swiper-button-next {
	right: -75px;
	background: url("/pc/img/bxslider/icon_bx-cont-dir_next.png") no-repeat center;
}

/*Title
------------------------------*/
#ad {
	width: 957px;
	margin: 0 auto;
	color: #313131;
    overflow: hidden;
	overflow-wrap: break-word;
}
.ad_title,
.advertise_title {
	margin: 22px 0 27px;
	padding: 0;
	font-size: 32px;
	text-align: center;
	line-height: 1;
}
.ad_title_text,
.advertise_title_text {
	font-size: 20px;
	line-height: 1.8;
	text-align: left;
}

.ad_headline {
	margin: 20px 0 0 0;
	padding: 0 15px;
	background: #313131;
	font-size: 21px;
	color: #fff;
	line-height: 50px;
	clear: both;
}

/*------------------------------
      Index
------------------------------*/
.ad_index_text,
.advertise_index_text {
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
}

.ad_index_link {
	margin: 30px -8px 0 -8px;
	height: 236px;
}

.ad_index_link li {
	display: block;
	float: left;
	width: 236px;
	height: 236px;
	margin: 0 3px;
	padding: 9px 0 0 0;
	background: url("/pc/img/advertise/top_frame.png") no-repeat;
	text-align: center;
}

.ad_index_link li a:hover {
	text-decoration: none;
}

.ad_index_link li p {
	font-size: 17px;
	line-height: 60px;
	color: #313131;
}

.ad_index_link li:hover p {
	color: #616161;
}

.ad_index_link li p:after {
	content: "＞";
	padding: 0 0 0 8px;
	color: #ecba23;
}

.ad_index_btn {
	margin: 30px -13px 0 -13px;
	height: 104px;
}

.ad_index_btn::before {
	display: block;
	content: "";
	clear: both;
}

.ad_index_btn li {
	display:block;
	float: left;
	width: 294px;
	margin: 0 16px;
	background-color: #3d3d61;
	background-repeat: no-repeat;
	font-size: 24px;
	color: #fffefb;
	line-height: 70px;
	text-align: center;
}

.ad_index_btn li:hover {
	background-color: #6a6a86;
}

.ad_index_btn li a{
	display: block;
	color: #fffefb;
}

.ad_index_btn li a:hover {
	color: #fff;
	text-decoration: none;
}

.ad_index_btn li.download{
	background-image:url("/pc/img/advertise/icon_download.png");
	background-position: 25px center;
}
.ad_index_btn li.download a {
	padding-left: 43px;
}

.ad_index_btn li.criteria{
	background-image:url("/pc/img/advertise/icon_criteria.png");
	background-position: 29px center;
}
.ad_index_btn li.criteria a {
	padding-left: 20px;
}

.ad_index_btn li.info{
	background-image:url("/pc/img/advertise/icon_info.png");
	background-position: 23px center;
}
.ad_index_btn li.info a {
	padding-left: 19px;
}

/*------------------------------
      Group
------------------------------*/
.ad_group_store {
	overflow: hidden;
}
.ad_group_store li {
	display: block;
	float: left;
}

.ad_group_store li.geo {
	width: 297px;
	margin: 0 23px 0 0;
}
.ad_group_store li.reuse {
	width: 312px;
	margin: 0 30px 0 0;
}
.ad_group_store li.mobile {
	width: 293px;
}

.ad_group_store li h4 {
	margin: 26px 0 17px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #3d3d61;
}

.ad_group_store li p {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 1.5;
}

.ad_group_merit {
	margin: 10px 0 25px 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.ad_group_merit li {
	display: flex;
	justify-content: space-between;
	min-height: 48px;
	margin: 15px 0 0 0;
	vertical-align: top;
}

.ad_group_merit li:nth-child(1),.ad_group_merit li:nth-child(3),.ad_group_merit li:nth-child(5) {
	width: 510px;
}

.ad_group_merit li:nth-child(2),.ad_group_merit li:nth-child(4),.ad_group_merit li:nth-child(6) {
	width: calc(100% - 510px);
}

.ad_group_merit li > div {
	width: calc(100% - 55px);
	padding-top: 12px;
}

.ad_group_merit li h4 {
	margin: 0;
	color: #3d3d61;
	font-size: 24px;
	line-height: 1;
}

.ad_group_merit li p {
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 1;
}

.ad_group_data {
	overflow: hidden;
}

.ad_group_data li {
	display: block;
	float: left;
	margin: 25px 0 25px 15px;
	width: 433px;
}

.ad_group_data li:nth-child(1) {
	width: 507px;
	margin: 25px 0;
}

.ad_group_data li:nth-child(1) p {
	margin: 20px 10px 40px 0;
	font-size: 14px;
}

.ad_group_data li:nth-child(1) img {
	margin: 15px 0 0 0;
}

.ad_group_data li h4 {
	color: #3d3d61;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 10px;
}

.ad_group_data li h4:before {
	content: "●";
	color:  #3d3d61;
}

.ad_group_data li h5 {
	margin: 15px 0;
	color: #3d3d61;
	font-size: 18px;
	line-height: 1;
}

.ad_group_data li h5:before {
	color: #3d3d61;
	content: "●";
}

.ad_group_data dl {
	color: #31859c;
}
.ad_group_data dt {
	float: left;
	width: 130px;
	margin: 2px 0 0 0;
	padding: 3px;
	border: 2px solid #31859c;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}
.ad_group_data dd {
	margin: 0 0 5px 150px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}
.ad_group_data dd span.small {
	font-size: 20px;
}
.ad_group_data dd span.caption {
	display: block;
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: center;
}

.ad_group_data div {
	padding: 8px;
	background: #00b0f0;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
}
.ad_group_data div h5 {
	font-size: 16px;
	text-decoration: underline;
	color: #fff;
	margin: 0 0 5px;
}
.ad_group_data div h5:before {
	color: #fff;
}

/*------------------------------
      Store
------------------------------*/
.ad_store_catch {
	margin: 25px 0 5px 0;
	font-size: 24px;
	color: #000;
	line-height: 1;
}

.ad_store_catch_sub {
	color: #3d3d61;
	font-size: 15px;
	margin: 0 0 10px 0;
}

.ad_store_text_head {
	color: #494428;
	font-size: 20px;
	line-height: 1.6;
}

.ad_store_text_head.martop {
	margin: 28px 0 0 0;
}

.ad_store_text_sub {
	color: #494428;
	font-size: 16px;
	font-weight: bold;
}
.ad_store_paper_right .ad_store_text_sub {
	font-size: 14px;
}

.ad_store_paper_left {
	width: 475px;
	float: left;
}

.ad_store_paper_right ul {
	overflow: hidden;
	margin: 15px 0 30px 0;
}

.ad_store_paper_right ul li {
	display: block;
	float: left;
}

.ad_store_paper_right ul li img {
	display: block;
	float: left;
}

.ad_store_paper_right ul li p {
	width: 120px;
	margin: 0 10px 0 110px;
	font-size: 14px;
	line-height: 1.8;
}

.ad_store_broadcast_left {
	width: 400px;
	float: left;
}

.ad_store_broadcast_left img {
	margin: 5px 0 33px 0;
}

.ad_store_broadcast_right .ad_store_text_head {
	margin: 2em 0 0 0;
}

.ad_store_broadcast_right img {
	margin: 0 20px 0 0;
}

.ad_store_text_caution {
	margin: 15px 0 0 0;
	font-size: 16px;
	color: #850404;
}

.ad_store_sampling_left {
	width: 480px;
	float: left;
	margin-bottom: 20px;
}
.ad_store_sampling_right ul {
	margin: 20px 0 15px 500px;
}
.ad_store_sampling_right ul li {
	min-height: 50px;
	margin: 0 0 15px 0;
	padding: 0 0 0 53px;
	background:url(/pc/img/advertise/icon_point.png) left center no-repeat;
}

.ad_store_sampling_right ul li h5 {
	padding: 5px 0;
	color: #3d3d61;
	font-size: 20px;
	line-height: 1;
}

.ad_store_rack_left {
	width: 350px;
	float: left;
	margin-bottom: 20px;
}
.ad_store_rack_right h5 {
	font-size: 15px;
	font-weight: normal;
}
.ad_store_rack_right h5:before {
	content: "▼";
}
.ad_store_rack_right table {
	border-collapse: collapse;
	border-top: 1px solid #626262;
	border-left: 1px solid #626262;
}
.ad_store_rack_right table th,
.ad_store_rack_right table td {
	border-right: 1px solid #626262;
	border-bottom: 1px solid #626262;
	font-size: 13px;
	font-weight: normal;
}

.ad_store_rack_right table.size th,
.ad_store_rack_right table.performance td {
	padding: 5px 0 5px 40px;
	min-width: 210px;
}
.ad_store_rack_right table.size td,
.ad_store_rack_right table.performance td:nth-child(2n) {
	padding: 5px 0 5px 60px;
	min-width: 270px;
}

.ad_store_flyer img {
	display: block;
	margin: 15px auto;
}

.ad_store_flyer table{
	width: 100%;
	border: 1px solid #000;
	border-right: none;
	border-bottom: none;
	font-size: 15px;
}

.ad_store_flyer table th {
	border: 1px solid #000;
	border-left: none;
	border-top: none;
	background: #958b54;
	color: #fff;
	text-align: center;
}

.ad_store_flyer table td {
	padding: 2px;
	border: 1px solid #000;
	border-left: none;
	border-top: none;
	vertical-align: middle;
}

.ad_store_flyer table td.brand {
	width: auto;
	text-align: center;
}

.ad_store_flyer table td.size {
	width: auto;
	text-align: center;
}

.ad_store_flyer table td.img {
	width: 52px;
	text-align: center;
}

.ad_store_flyer table td.img img {
	display: block;
	margin: 0;
}

.ad_store_flyer table td.text {
	width: auto;
	text-align: left;
}

.ad_store_flyer table td.caption {
	padding: 5px;
	background: #ddd9c3;
}

.ad_store_flyer table td.caption dt {
	width: 7em;
	text-align: right;
	float: left;
}
.ad_store_flyer table td.caption dd {
	margin: 0 0 0 7em;
}

.ad_store_caution{
    font-size: 13.2px;
    margin: 20px auto 0;
    padding-left: 1em;
	text-indent: -1em;
}

.underline{
	text-decoration: underline;
}

/*------------------------------
      App
------------------------------*/
.add_app_left {
	float: left;
	width: 390px;
	min-height: 212px;
	margin: 25px 8px 20px 0;
}

.ad_app_title {
	min-height: 95px;
	margin: 0 0 10px 0;
	padding: 25px 0 0 103px;
	background: url("/pc/img/advertise/icon_app.png") left no-repeat;
	font-size: 28px;
	color: #3d3d61;
}

.ad_app_text {
	font-size: 15px;
	line-height: 1.9;
}

.ad_app_title span {
	display: block;
	font-size: 12px;
	font-weight: 500;
}

.add_app_right {
	margin: 25px 0 20px 0;
	padding: 0 220px 40px 0;
	background: url("/pc/img/advertise/app_graph.jpg?v=202003") right top no-repeat;
}

.ad_app_user {
	margin: 10px 0 0 0;
	text-align: center;
	color: #3d3d61;
	font-size: 28px;
	font-weight: 700;
}
.ad_app_user span {
	display: block;
	font-size: 36px;
}

.ad_app_banner {
	overflow: hidden;
}

.ad_app_banner li {
	display: block;
	float: left;
	width: 25%;
	margin: 20px 0 20px 0;
	text-align: center;
}

.ad_app_banner li p {
	display:table-cell;
	width: 239px;
	height: 50px;
	margin: 0 0 5px 0;
	font-size: 18px;
	color: #3d3d61;
	line-height: 1.2;
	vertical-align: middle;
}

.ad_app_caution {
	margin: 0 0 32px 25px;
	font-size: 16px;
	color: #850404;
}

.ad_app_enquete_text {
	margin: 15px 0;
	font-size: 16px;
}

.ad_app_enquate_head {
	margin: 15px 0 10px 0;
	font-size: 18px;
	color: #494428;
}
.ad_app_enquete_caution {
	width: 630px;
	margin: -120px 0 0 0;
	float: right;
	font-size: 18px;
}

/*------------------------------
      Web
------------------------------*/
.ad_web_catch {
	margin: 25px 0;
	color: #000;
	font-size: 24px;
	line-height: 1.3;
}

.ad_web_catch span {
	color: #3d3d61;
	font-weight: 700;
	font-style: italic;
}

.ad_web_media {
	margin: 0 0 0 30px;
	overflow: hidden;
}

.ad_web_media li {
	display: block;
	float: left;
}

.ad_web_media li.left {
	width: 444px;
}

.ad_web_media li.left img {
	width: 417px;
	border: 1px solid #ccc;
}

.ad_web_media_detail {
	color: #494428;
	font-size: 20px;
	padding: 22px 0 0 20px;
}

.ad_web_media_detail.logo {
	padding: 22px 0 0 72px;
	background: url("/pc/img/advertise/web_logo.jpg") left top no-repeat;
}

.ad_web_media_detail+p {
	color: #494428;
	font-size: 14px;
}

.ad_web_mail {
	overflow: hidden;
	margin: 22px 50px 32px 50px;
}

.ad_web_mail li {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
}

.ad_web_mail li p {
	color: #3d3d61;
	font-size: 20px;
}

/*------------------------------
      Criteria
------------------------------*/
.ad_criteria_ethics {
	margin: 22px 15px 0 25px;
}

.ad_criteria_ethics li{
	font-size: 20px;
	line-height: 1.2;
	margin: 11px 0 0 0;
}

.ad_criteria_ethics li:before {
	content: "■";
}

.ad_criteria_general {
	margin: 22px 15px 0 25px;
}

.ad_criteria_general li {
	counter-increment: general;
	line-height: 1.2;
	margin: 11px 0 0 0;
}

.ad_criteria_general li h4 {
	color: #313131;
	font-size: 20px;
	font-weight: 500;
}

.ad_criteria_general li h4:before {
	
	content: "〔"counter(general)"〕";
}

.ad_criteria_general li p {
	margin: 15px 0 25px 0;
	font-size: 15px;
}

.ad_criteria_text {
	font-size: 20px;
	line-height: 1.2;
	margin: 22px 15px 0 25px;
}

.ad_criteria_rules {
	margin: 10px 15px 0 25px;
}

.ad_criteria_rules>li {
	counter-increment: rules;
	line-height: 1.2;
	margin: 15px 0 0 0;
}

.ad_criteria_rules>li h4 {
	color: #313131;
	font-size: 20px;
	font-weight: 500;
}

.ad_criteria_rules>li h4:before {
	
	content: "〔"counter(rules)"〕";
}

.ad_criteria_rules>li p {
	margin: 15px 0;
	font-size: 15px;
}

.ad_criteria_rules_sub {
	margin: 10px 0 0 5px;
}

.ad_criteria_rules_sub>li {
	counter-increment: sub;
	margin: 7px 0 0 0;
	font-size: 15px;
	line-height: 1.2;
}

.ad_criteria_rules_sub>li:before {
	
	content: counter(sub)"．";
}

.ad_criteria_rules_sub>li p {
	margin: 15px 0 25px 0;
	font-size: 15px;
}

.ad_criteria_rules_detail {
	margin: 10px 0 0 0;
}

.ad_criteria_rules>li p + .ad_criteria_rules_detail{
	margin: -10px 0 0 0;
}

.ad_criteria_rules_detail>li {
	counter-increment: detail;
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	position: relative;
}

.ad_criteria_rules_detail>li:before {
	display: inline-block;
	content: counter(detail);
	width: 14px;
	height: 14px;
	margin: 0 2px 0 0;
	border: 1px solid #313131;
	border-radius: 50%;
	text-align: center;
	text-indent: 0;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial;
}

/* [3642]GEO Online広告掲載トップの更新 非表示対応 */
.ad_head ul li:nth-child(2),
.ad_head ul li:nth-child(3),
.ad_head ul li:nth-child(4),
.ad_head ul li:nth-child(5),
.ad_head ul li:nth-child(6),
.slider_frame.pie,
.ad_index_link,
.ad_index_btn li.criteria {
	display: none !important;
}
.ad_title,
.advertise_title {
	margin: 50px 0 27px;
}
.ad_index_btn{
	margin: 50px -13px 0 -13px;
	text-align: center;
}
.ad_index_btn li{
    display: inline-block;
    float: none;
}