@media screen and (max-width:667px) {
	.sp_off {
		display: none;
	}

	/*---メイン---*/
	#ad_main {
		margin-bottom: 60px;
	}

	.ad_main_contents {
		display: flex;
		align-items: center;
		width: 96vw;
		margin: 0 auto 20px;
		padding-bottom: 20px;
		background-image: url(/listing/img/ad_main_bg.webp);
		background-size: cover;
		padding: 100px 0 50px 0;
	}

	.ad_main_contents img {
		display: block;
		margin: 0 auto;
	}

	.ad_main_l img {
		margin-bottom: 20px;
	}

	.ad_main_l a {
		display: block;
		width: 80vw;
		box-sizing: border-box;
		border: 4px solid #ffffff;
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
		border-radius: 80px;
		background-color: #1a75ff;
		color: #ffffff;
		font-size: 5vw;
		font-weight: 400;
		text-align: center;
		padding: 15px 0;
		margin: 0 auto;
	}

	#ad_main ul {
		width: 86vw;
		display: flex;
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 3vw;
	}

	#ad_main ul li {
		width: calc(50% - 1.5vw);
		box-sizing: border-box;
		background-color: #b5d2fd;
		border-radius: 5px;
		height: 18vw;

	}

	#ad_main ul li a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 3.8vw;
		color: #1a75ff;
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		position: relative;
		box-sizing: border-box;
		position: relative;
		padding-top: 10%;
	}

	#ad_main ul li a.sp_ad_dif {
		font-size: 3.7vw;
		padding-top: 5%;
		position: relative;
		line-height: 1.4;
	}

	#ad_main ul li a::after {
		position: absolute;
		content: url(/listing/img/ad_arrow.webp);
		bottom: -70%;
		left: 50%;
		transform: translateX(-50%);
		width: 3.5vw;
		height: auto;
	}

	#ad_main ul li a.sp_ad_dif::after {
		position: absolute;
		content: url(/listing/img/ad_arrow.webp);
		bottom: -40%;
		left: 50%;
		transform: translateX(-50%);
		width: 3.5vw;
		height: auto;
	}

	/*---ここまでメイン---*/
	/*---広告の種類---*/
	#ad_type {
		margin-bottom: 90px;
	}

	.ad_type_box {
		width: 86vw;
		margin: 0 auto 40px;
	}

	.ad_section_box {
		display: flex;
		flex-wrap: wrap;
	}

	.ad_section_tl_box {
		margin-bottom: 20px;
	}

	.ad_section_tl {
		font-size: 6vw;
		line-height: 1.4;
		font-weight: bold;
	}

	.ad_section_sb {
		font-family: "Century Gothic";
		font-size: 5vw;
		line-height: 1.4;
		color: #e60012;
		font-weight: bold;
	}

	#ad_type ul {
		width: 100%;
		padding: 8%;
		background-color: #fdf9f4;
	}

	#ad_type li {
		margin-bottom: 20%;
	}

	#ad_type li:last-child {
		margin-bottom: 0;
	}

	#ad_type li img {
		display: block;
		margin-bottom: 5%;
	}

	.ad_ty_tl {
		font-size: 5vw;
		line-height: 1.4;
		color: #e60012;
		font-weight: bold;
		margin-bottom: 5%;
	}

	.ad_ty_desc {
		font-size: 3vw;
		line-height: 1.4;
		color: #000000;
	}

	/*---ここまで広告の種類---*/
	/*---反響の最大化ができる理由---*/
	#ad_max {
		margin-bottom: 40px;
	}

	.ad_red_tl_box {
		background-color: #e60012;
		text-align: center;
		padding: 30px 0;
		position: relative;
		margin-bottom: 70px;
	}

	.ad_red_tl_box::after {
		position: absolute;
		content: url(/listing/img/ad_red_tl_bgsb.webp);
		left: 0;
		right: 0;
		bottom: -20px;
		margin: 0 auto;
		display: block;
	}

	.ad_red_sb {
		font-size: 5vw;
		color: #ffffff;
		font-weight: bold;
		margin-bottom: 25px;
	}

	.ad_red_tl {
		font-size: 6vw;
		color: #ffffff;
		font-weight: bold;
	}

	.ad_max_box {
		width: 90vw;
		align-items: center;
		margin: 0 auto;
	}

	.ad_max_desc {
		width: 80vw;
		font-size: 4vw;
		line-height: 1.6;
		font-weight: bold;
		margin-bottom: 30px;
		margin: 0 auto 15%;
	}

	.ad_max_desc span {
		color: #e60012;
	}

	#ad_max ul {
		width: 80vw;
		margin: 0 auto;
		padding: 0;
	}

	#ad_max li {
		display: block;
		width: 100%;
		margin-bottom: 60px;
		padding-top: 0;
	}

	.ad_max_list_tl {
		width: 95%;
		font-size: 5vw;
		line-height: 1.4;
		color: #ffffff;
		background-image: url(/listing/img/ad_max_list_tl.webp);
		text-align: center;
		height: 90px;
		position: relative;
		z-index: 1;
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
		margin: 0 auto -40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		z-index: 10;
		padding: 10% 0 15%;
		box-sizing: border-box;
	}

	#ad_max li img {
		display: block;
		width: 100%;
		height: auto;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
		position: static !important;
		z-index: 1;
	}

	/*---ここまで反響の最大化ができる理由---*/
	/* 成功事例 */
	.ad_jirei {
		padding: 0 0 15%;
		overflow: hidden;
	}

	.ad_jirei .w1200 {
		margin: auto;
		width: 90%;
	}

	.ad_jirei_tit {
		width: 100%;
		padding: 20px 0 15px;
		background: #fdf9f4;
		border: 1px solid #e21f1a;
		border-radius: 5px;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
		margin-bottom: 15px;
	}

	.ad_jirei_tit01 {
		width: 200px;
		height: 35px;
		background: #e21f1a;
		display: grid;
		place-content: center;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		position: relative;
		margin: auto;
	}

	.ad_jirei_tit01::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -10px;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 10px solid #e21f1a;
	}

	.ad_jirei_tit02 {
		color: #e21f1a;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		padding-top: 20px;
	}

	.ad_jirei_tit img {
		margin: auto;
		padding-top: 10px;
		display: block;
		width: 100px;
	}

	.ad_jirei_tit a {
		width: 235px;
		height: 40px;
		border-radius: 99px;
		background: #1a75ff;
		border: 2px solid #fff;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		display: grid;
		place-content: center;
		margin: 10px auto 0;
		transition: all .3s ease-in-out;
	}

	.ad_jirei_tit a:hover {
		background-color: #114592;
	}

	.ad_jirei .splide__list {
		height: unset;
	}

	.ad_jirei .splide__slide {
		display: block;
		padding: 8px 0px;
	}

	.ad_jirei_inner {
		width: 250px;
		border-radius: 5px;
		background: #fff;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
		padding: 25px 15px 15px;
		box-sizing: border-box;
		color: #000;
	}

	.ad_jirei_name {
		font-size: 18px;
		font-weight: bold;
		color: #e21f1a;
		text-align: center;
	}

	.ad_jirei_syubetu {
		padding-top: 10px;
	}

	.ad_jirei_syubetu p {
		font-size: 14px;
		font-weight: bold;
	}

	.ad_jirei_syubetu p:not(:last-of-type) {
		padding-bottom: 8px;
	}

	.ad_jirei_syubetu p span {
		width: 50px;
		height: 30px;
		border-radius: 3px;
		background: #f5f5f5;
		display: inline-grid;
		place-content: center;
		margin-right: 13px;
	}

	.ad_jirei_about {
		width: 100%;
		padding: 25px 15px;
		background: #f5f5f5;
		box-sizing: border-box;
		position: relative;
		margin-top: 25px;
	}

	.ad_jirei_about_name {
		width: 130px;
		height: 30px;
		border-radius: 99px;
		background: #000;
		color: #fff;
		font-size: 14px;
		display: grid;
		place-content: center;
		position: absolute;
		top: -15px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.ad_jirei_about_txt {
		font-size: 12px;
		font-weight: 500;
		line-height: 2;
	}

	/* ここまで成功事例 */


	/*---一般的な広告代理店との違い---*/
	#ad_difference {
		background-image: url(/listing/img/ad_dif_bg.webp);
		background-size: cover;
		background-repeat: no-repeat;
		padding: 15% 0;
	}

	.ad_dif_box {
		width: 86vw;
		margin: 0 auto;
	}

	#ad_different .ad_section_tl_box {
		margin-bottom: 20%;
	}

	.ad_dif_box img {
		display: block;
		margin: 0 auto;
	}

	/*---ここまで一般的な広告代理店との違い---*/
	/*---よくあるご質問---*/
	.ad_faq {
		padding: 0 0 15%;
	}

	/* accordion */
	.ad_faq .accordionlist {
		margin: 0;
		font-family: "Inter", sans-serif;
		width: 90%;
		margin: auto;
	}

	.ad_faq .qa_list {
		display: block;
		overflow: hidden;
		cursor: pointer;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	}

	.ad_faq .qa_list:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.ad_faq .qa_list .title {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 15px 40px 15px 62px;
		background-color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
		color: #000;
		text-align: left;
		position: relative;
		width: 96%;
		margin: auto;
	}

	.ad_faq .qa_list .title:before {
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		-webkit-mask-image: url(/listing/img/ad_faq_q.webp);
		mask-image: url(/listing/img/ad_faq_q.webp);
		mask-size: 25px;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		background-color: #0d73a2;
		position: absolute;
		top: 20px;
		left: 12px;
	}

	.ad_faq .qa_list .title::after {
		content: "";
		display: block;
		width: 1px;
		height: 30px;
		background: #ccc;
		position: absolute;
		top: 18px;
		left: 48px;
	}

	.ad_faq .qa_list dt {
		position: relative;
	}

	.ad_faq .qa_list dt .title.active {
		border-bottom: 1px solid #ccc;
		width: 96%;
		margin: auto;
	}

	.ad_faq .qa_list dd {
		display: none;
		padding: 15px 15px 15px 62px;
		background: #eee;
		margin: 0;
		background-color: #fff;
		text-align: left;
		font-size: 14px;
		line-height: 1.5;
		color: #000;
		position: relative;
		width: 96%;
		margin: auto;
		box-sizing: border-box;
	}

	.ad_faq .qa_list dd:before {
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		-webkit-mask-image: url(/listing/img/ad_faq_a.webp);
		mask-image: url(/listing/img/ad_faq_a.webp);
		mask-size: 25px;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		background-color: #c80000;
		position: absolute;
		top: 20px;
		left: 12px;
	}

	.ad_faq .qa_list dd::after {
		content: "";
		display: block;
		width: 1px;
		height: 30px;
		background: #ccc;
		position: absolute;
		top: 18px;
		left: 48px;
	}

	.ad_faq .accordion_icon,
	.ad_faq .accordion_icon {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.ad_faq .accordion_icon {
		width: 20px;
		height: 20px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
	}

	.ad_faq .accordion_icon span {
		position: absolute;
		left: 0px;
		width: 100%;
		height: 1px;
		background-color: #ccc;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		transition: all 0.2s;
	}

	.ad_faq .accordion_icon span:nth-of-type(1) {
		margin: auto;
		top: 0;
		bottom: 0;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	.ad_faq .accordion_icon span:nth-of-type(2) {
		top: 11px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}

	.ad_faq .accordion_icon.active span:nth-of-type(1) {
		display: none;
	}

	.ad_faq .accordion_icon.active span:nth-of-type(2) {
		top: 11px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}

	/*---ここまでよくあるご質問---*/

	.fun_inq {
		width: 90%;
		border-radius: 10px;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
		background: url(/function_list/img/inq_bg.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 50px 0 180px;
		position: relative;
		overflow: hidden;
		margin: 60px auto;
	}

	.fun_inq_w1410 {
		margin: auto;
	}

	.fun_inq_inner {
		width: 90%;
		margin: auto;
		color: #fff;
	}

	.fun_inq_fukidashi {
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		line-height: 1.3;
		/* padding-bottom: 20px; */
	}

	.fun_inq_btn {
		padding-top: 10px;
	}

	.fun_inq_btn li:not(:last-of-type) {
		padding-bottom: 10px;

	}

	.fun_inq_btn a {
		width: 250px;
		height: 55px;
		display: grid;
		place-content: center;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		border-radius: 5px;
		transition: all .3s ease-in-out;
		margin: auto;
	}

	.fun_inq_btn li:nth-child(1) a {
		background: #e15036;
	}

	.fun_inq_btn li:nth-child(1) a:hover {
		color: #e15036;
		background: #fff;
	}

	.fun_inq_btn li:nth-child(2) a {
		background: #2d404f;
	}

	.fun_inq_btn li:nth-child(2) a:hover {
		color: #2d404f;
		background: #fff;
	}

	.fun_inq_hakase {
		position: absolute;
		bottom: -40px;
		right: 0;
		width: 140px;
	}

	.fun_inq_flex {
		padding-top: 25px;
	}

	.fun_inq_tel {
		font-size: 25px;
		font-weight: 600;
		color: #fff !important;
		text-align: center;
	}

	.fun_inq_tel a {
		color: #fff !important;
	}

	.fun_inq_tel i {
		padding-right: 10px;
	}

	.fun_inq_time {
		font-size: 15px;
		font-weight: 500;
		color: #fff;
		padding-top: 5px;
		text-align: center;
	}

	/*---ここまでCTA---*/

}