/*==========================================
	　　　　　　　header_reset
==========================================*/
/* ---  【非表示】ヘッダー・フッター・パンくず  --- */
#js-g-header,.bg-\[\#333\],.bo-m-breadcrumb{ display: none; }

/* ---  余白削除  --- */
.bo-g-wrap{ padding: 0; }


/*==========================================
	　　　　　　　　　common
==========================================*/
html {
	font-size: 62.5%;
}
.insertion_btob {
	margin: auto;
	width: 100%;
	color: #323232;
	background-color: #fff;
	font: 1.6em 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}
.insertion_btob img {
	max-width: 100%;
	vertical-align: bottom;
}
.insertion_btob a img:hover {
	filter: alpha(opacity=70);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

/* ---  PC/SP表示・非表示  --- */
.pcOnly{ display: block; }
.spOnly{ display: none; }

@media (min-width: 0em) and (max-width: 47.99em) {
	.pcOnly{ display: none; }
	.spOnly{ display: block; }
}

/* ---  中央配置  --- */
.insertion_btob .align-center{
	text-align: center;
}

/* ---  margin  --- */
.insertion_btob .margin01{
	margin-bottom: 40px;
}

/* ---  装飾（色）  --- */
.insertion_btob .blue {
	color: #00aaeb;
	font-weight: 700;
}

/* ---  各section余白  --- */
.mainContents .bo-l-container{
	padding: 80px 24px;
}
@media (min-width: 0em) and (max-width: 47.99em) {
	.mainContents .bo-l-container{
		padding: 60px 15px;
	}
}

/* ---  h2  --- */
.insertion_btob h2 {
	font-size: 4.0rem;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: 1em;
}
#anchor-section01 h2,
#anchor-section02 h2,
#anchor-section03 h2,
#anchor-section04 h2{
	color: #00aaeb;
}
@media (min-width: 0em) and (max-width: 47.99em) {
	.insertion_btob h2 {
		font-size: 2.6rem;
	}
}

/* ---  h2下マーク  --- */
.insertion_btob .h2_mark {
	position: relative;
	color: #c8c8c8;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2.6rem;
	letter-spacing: .15em;
	margin-bottom: 2.3em;
	text-align: center;
}
.insertion_btob .h2_mark:before{
	content: '';
	position: absolute;
	background: 100% / 100% url(/uploads/insertion/btob_2508/assets/img/0301.svg) no-repeat;
	width: 96px;
	height: 12px;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}
@media (min-width: 0em) and (max-width: 47.99em) {
	.insertion_btob .h2_mark {
		font-size: 2.0rem;
	}
	.insertion_btob .h2_mark:before{
		width: 77px;
		height: 10px;
	}
}




/*==========================================
		 　　　　　　flex
==========================================*/
.insertion_btob .flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}
.insertion_btob .flex_C{
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.insertion_btob .flex_jc{
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.insertion_btob .flex_wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: space-between;
}

/*==========================================
	　【header】global navigation（PC）
==========================================*/
.insertion_btob .js-location-nav{
	width: 100%;
	padding: 16px 0;
	background:#fff;
	text-align:center;
	position: fixed;
	top:0;
	font-size: 15px;
	white-space: nowrap;
	font-weight: bold;
	z-index: 1000;
}
.insertion_btob .js-location-nav ul{
	display: flex;
	justify-content: flex-end;
}
.insertion_btob .js-location-nav .toc a{
	display: block;
	color: #323232;
	text-decoration: none;
	padding: 4px 0;
	margin: 0 10px;
	position: relative;
}

/* カレント表示の指定 */
.insertion_btob  .is-current{
	border-bottom: 2px solid #00aaeb;
	margin: 0 10px -2px!important;
}

.insertion_btob .js-location-nav .toc li a::after{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #00aaeb;
	bottom: -2px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.insertion_btob .js-location-nav .toc li a:hover::after{
	transform: scale(1, 1);
}
.insertion_btob .js-location-nav img{
	width: 162px;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-transition: .25s ease 0s;
    transition: .25s ease 0s;
    -webkit-transition-property: opacity, width;
    transition-property: opacity, width;
}
.insertion_btob .js-location-nav img:hover {
    opacity: .6;
}

@media (min-width: 0em) and (max-width: 1110px) {
	.insertion_btob .js-location-nav img{
		width: 100%;
		max-width: 84px;
	}
}

@media (min-width: 0em) and (max-width: 1000px) {
	.insertion_btob .js-location-nav{
		font-size: 12px;
	}
	.insertion_btob .js-location-nav .toc a{
		margin: 0 6px;
	}
}

@media (min-width: 0em) and (max-width: 47.99em) {
	.insertion_btob .SPnav img{
		width: 84px;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
	.insertion_btob .js-location-nav .bo-l-container{
		display: block;
	}
}

/*==========================================
	　【header】global navigation（SP）
==========================================*/
.header-area {
	position: fixed;
	top:0;
	align-items: center;
	width: 100%;
	background: #fff;
	z-index: 1000;
}
.hamburger-menu {
	width: 50px;
	height: 50px;
	position: relative;
	border: none;
	background: transparent;
	appearance: none;
	padding: 0;
	cursor: pointer;
	margin-right: -15px;
}
.hamburger-menu__bar {
	display: inline-block;
	width: 44%;
	height: 2px;
	background: #323232;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
}
.hamburger-menu__bar:first-child {
	top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
	top: 24px;
}
.hamburger-menu__bar:last-child {
	top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
	top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
	display: none;
}
.navigation {
	display: none;
	background: #fff;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 100;
}
.navigation__list {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation__list-item {
    width: 100%;
    position: relative;
}
.navigation__list-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
    height: 1px;
    background-color: #323232;
}
.navigation__list-item:nth-of-type(1)::before{
	content: none;
}
.navigation__link {
	color: #323232;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	transition: .5s;
}
.SPnav_fixed{
	position: fixed;
	z-index: 1000;
}
.btn a{
	color: #fff;
    font-size: 12px;
    background-color: #e33f16;
    padding: 8px 10px;
    text-decoration: none;
    font-weight: bold;
}


/*==========================================
	　　　　　　　　　　MV
==========================================*/
.MVarea{
	background: url(/uploads/insertion/btob_2508/assets/img/0000.jpg) no-repeat center center / cover ;
	padding: 156px 0 70px;
}
.MVarea h1 .txtBox {
	background: #fff;
	display: table;
	font-size: clamp(5.0rem, 5.9vw, 6.8rem);
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: .15em;
	padding: 0.1em;
	letter-spacing: 2px;
}
@media (min-width: 0em) and (max-width: 47.99em) {
	.MVarea{
		background: url(/uploads/insertion/btob_2508/assets/img/0000_sp.jpg) no-repeat center center / cover ;
		padding: 90px 15px 60px;
	}
	.MVarea h1 .txtBox {
		font-size: clamp(3.8rem, 6.4vw, 5.0rem);
	}
}


/* ---  3つのポイント  --- */
.MVarea .mv_point {
	margin: auto;
	max-width: 870px;
	padding: 70px 0 50px;
}
.MVarea .mv_point li {
	position: relative;
	background: linear-gradient(to top left, #00aaeb, #00c475);
	box-sizing: border-box;
	color: #fff;
	filter: drop-shadow(2px 2px 3px rgba(68,67,67,0.75));
	font-size: clamp(1.2rem, 1.6vw, 1.6rem);
	font-weight: 700;
	padding: .75em 0em .25em 3.6em;
	text-align: center;
	width: 31.95%;
	letter-spacing: 0.08em;
}
.MVarea .mv_point li:nth-of-type(1) .space,
.MVarea .mv_point li:nth-of-type(3) .space{
	margin-right: 0.1em;
}
.MVarea .mv_point li:nth-of-type(2) .space{
	margin-left: 0.1em;
}
.MVarea .mv_point li span {
	color: #fffc4f;
	font-size: clamp(2.2rem, 3.1vw, 2.6rem);
	line-height: 1.2;
}
.MVarea .mv_point li span span {
	font-family: 'Bebas Neue', sans-serif;
	font-size: clamp(3.4rem, 4.5vw, 4.0rem);
	font-weight: 400;
	letter-spacing: 0.06em;
}
.MVarea .mv_point li:before {
	content: '';
	position: absolute;
	background: 100% / 100% url(/uploads/insertion/btob_2508/assets/img/0101.svg) no-repeat;
	width: 37px;
	height: 38px;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

@media (min-width: 0em) and (max-width: 47.99em) {
/* ---  3つのポイント  --- */
	.MVarea .mv_point {
		display: block;
		padding: 40px 0;
	}
	.MVarea .mv_point li {
		font-size: clamp(1.2rem, 2vw, 1.6rem);
		margin: 0 auto .5em;
		padding: .55em 0 0em 3.2em;
		width: 100%;
		max-width: 260px;
	}
	.MVarea .mv_point li:before {
		width: 27px;
		height: 28px;
		left: 10px;
	}	
}

/*==========================================
	　　　　　　　　　btn
==========================================*/
/* ---  header_btn  --- */
.header_btn .bo-m-button{
	font-size: 15px;
	background: #ff5e27;
    border: 2px solid #ff5e27;
    width: auto;
    padding: 8px 20px;
    margin: 0 0 0 10px;
	box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.2);
	border-radius: 50px;
}
.header_btn .bo-m-button:hover{
    background: #fff;
    border: 2px solid #ff5e27;
	color: #ff5e27;
}

/* ---  common btn  --- */
.btn_item {
	text-align: center;
	position: relative;
	transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
	max-width: 440px;
	margin: 0 auto;
}
.btn_item .btn_txt {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.6em;
	color: #fff;
}
.btn_item .btn {
	display: block;
	background: #ff5e27;
	border: 2px solid #ff5e27;
	filter: drop-shadow(4px 4px 3px rgba(110, 110, 110, 0.75));
	border-radius: 100px;
	color: #fff;
	padding: 24px;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: .25s ease 0s;
    transition: .25s ease 0s;
}
.btn_item:hover {
	transform: translateY(-5px);
}
.btn_item .btn:hover {
    background: #fff;
    border: 2px solid #ff5e27;
	color: #ff5e27;
}
.btn_item .btn[target=_blank]:after{
	content: none;
}
.btn_item .btn:hover {
	opacity: 1;
}
.btn_item .btn span {
	display: block;
	font-size: 2.0rem;
	font-weight: 700;
	position: relative;
}
.btn_item .btn span::before {
	content: "";
	background: url(/uploads/insertion/btob_2508/assets/img/0012.svg) no-repeat center/cover;
	display: inline-block;
	margin-right: 0.6em;
	width: 18px;
	height: 23px;
	vertical-align: -13%;
}
.btn_item .btn:hover span::before {
	content: "";
	background: url(/uploads/insertion/btob_2508/assets/img/0013.svg) no-repeat center/cover;
	display: inline-block;
	margin-right: 0.6em;
	width: 18px;
	height: 23px;
	vertical-align: -13%;
}

/* ---  btnArea  --- */
#btnArea {
	background: center center / cover url(/uploads/insertion/btob_2508/assets/img/0500.jpg) no-repeat;
	padding: 40px 4% 50px;
}

@media (min-width: 0em) and (max-width: 1000px) {
	/* ---  header_btn  --- */
	.header_btn .bo-m-button{
		font-size: 12px;
		padding: 8px 14px;
		margin: 0 0 0 6px;
	}
}
@media (min-width: 0em) and (max-width: 47.99em) {
	/* ---  header_btn  --- */
	.header_btn .bo-m-button{
		margin: 0px;
		box-shadow: 0px 1px 3px 0px rgba(51, 51, 51, 0.2);
	}
	
	/* ---  common btn  --- */
	.btn_item .btn_txt {
		font-size: clamp(1.2rem, 2vw, 1.5rem);
	}
	.btn_item .btn {
		filter: drop-shadow(2px 2px 1px rgba(110, 110, 110, 0.75));
		padding: 5%;
		max-width: 360px;
	}
	.btn_item .btn span {
		font-size: 1.6rem;
	}
	.btn_item .btn span::before {
		width: 13px;
        height: 17px;
        vertical-align: -11%;
	  }
	.btn_item .btn:hover span::before {
		width: 13px;
        height: 17px;
        vertical-align: -11%;
	}
	
	
	/* ---  btnArea  --- */
	#btnArea {
		padding: 30px 15px 35px;
	}
}


/*==========================================
	　　　　　　　Logos slider
==========================================*/
.slick-track{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.slick-slide{
	display: block;
	max-width: none;
	width: 180px;
	margin: 0 4em;
}
@media (min-width: 0em) and (max-width: 47.99em)  {
	.slick-slide{
		width: 120px;
		margin: 0 2em;
	}
}


/*==========================================
BtoBマーケティングでこのような課題はありませんか？
==========================================*/
#assignment {
	background: #e6f0fa;
}

/* ---  課題3点  --- */
#assignment .detailList {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 4em;
	max-width: 906px;
}
#assignment .detailList:before {
	content: '';
	position: absolute;
	background: 100% / 100% url(/uploads/insertion/btob_2508/assets/img/0204.svg) no-repeat;
	width: 627px;
	height: 67px;
	bottom: -40px;
	left: 50%;
	right: 0;
	margin: auto;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#assignment .detailList li {
	background: #fff;
	border-radius: 30px 0 30px 0px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .05em;
	padding: 40px 0;
	text-align: center;
	width: 292px;
}
#assignment .detailList li img {
	margin-bottom: 1em;
	width: 104px;
}

/* ---  PRコメント  --- */
#assignment .pr_comment {
	font-size: 3.0rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-align: center;
}
#assignment .pr_comment .blue span {
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 500;
	font-size: 4.4rem;
	margin: 0.1em;
}
#assignment .pr_comment img {
	width: 140px;
    margin-right: 0.2em;
}

@media (min-width: 0em) and (max-width: 47.99em) {
	/* ---  課題3点  --- */
	#assignment .detailList {
		display: block;
		margin: 0 auto 2em;
	}
	#assignment .detailList:before {
		display: none;
	}
	#assignment .detailList li {
		border-radius: 20px 0 20px 0px;
		font-size: 1.6rem;
		margin: 0 auto .5em;
		padding: 20px 0;
		width: 70%;
	}
	#assignment .detailList li img {
		margin-bottom: .5em;
		width: 85px;
	}
	
	/* ---  PRコメント  --- */
	#assignment .pr_comment {
		font-size: 1.8rem;
		line-height: 1.1;
	}
	#assignment .pr_comment span span {
		font-size: 3.4rem;
	}
	#assignment .pr_comment .flex_C{
		margin-top: 20px;
	}
	#assignment .pr_comment img {
		width: 100px;
	}
}


/*==========================================
	　　　　　　　bizoceanとは
==========================================*/
/* ---  概要文  --- */
#anchor-section01 .about {
	letter-spacing: .1em;
	line-height: 2;
	margin: 0 auto 3em;
	max-width: 777px;
}

/* ---  掲載メニュー一覧  --- */
#anchor-section01 .menuList {
	margin: auto;
	max-width: 1000px;
	margin-bottom: 3em;
}
#anchor-section01 .menuList div {
	background: #fff;
	border-radius: 30px 0 30px 0;
	box-sizing: border-box;
	filter: drop-shadow(0 0 2px rgba(165,165,165,0.75));
	margin-bottom: 18px;
	padding: 20px;
	width: 48.39%;
}
#anchor-section01 .menuList div:nth-child(2),
#anchor-section01 .menuList div:nth-child(3),
#anchor-section01 .menuList div:nth-child(6) {
	background: #e6f0fa;
}
#anchor-section01 .menuList div figure {
	display: block;
	margin: auto;
	max-width: 113px;
}
#anchor-section01 .menuList h3 {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: 1em;
	text-align: center;
}
#anchor-section01 .menuList ul {
	display: table;
	margin: auto;
}
#anchor-section01 .menuList ul li {
	position: relative;
	font-weight: 500;
	margin-bottom: .5em;
	padding-left: 1em;
}
#anchor-section01 .menuList ul li:before {
	content: '';
	position: absolute;
	background: 100% / 100% url(/uploads/insertion/btob_2508/assets/img/0302.svg) no-repeat;
	width: 10px;
	height: 10px;
	top: .5em;
	left: 0;
}
#anchor-section01 .menuList ul li span {
	background: linear-gradient(transparent 42%, #ffff7c 0%);
}


@media (min-width: 0em) and (max-width: 47.99em) {
	/* ---  概要文  --- */
	#anchor-section01 .about {
		line-height: 1.8;
	}
	#anchor-section01 .menuList {
	  justify-content: center;
	}
	#anchor-section01 .menuList div {
	  border-radius: 20px 0 20px 0;
	  width: 100%;
	}
	#anchor-section01 .menuList div figure {
	  max-width: 80px;
	}
	#anchor-section01 .menuList h3 {
	  font-size: 1.8rem;
	}
	#anchor-section01 .menuList ul li:before {
	  width: 8px;
	  height: 8px;
	  top: .7em;
	}
}


/*==========================================
	　bizocean DX比較が選ばれる3つの理由
==========================================*/
#anchor-section02 ul {
	margin: auto;
	max-width: 1000px;
}
#anchor-section02 li {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#anchor-section02 li:last-child {
	margin-bottom: 0;
}
#anchor-section02 li:nth-child(even) {
	flex-direction: row-reverse;
}
#anchor-section02 li div {
	width: 47.50%;
}
#anchor-section02 li p:nth-of-type(1) {
	align-items: center;
	color: #c8c8c8;
	display: flex;
	-webkit-box-align: baseline;
    align-items: baseline;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2.2rem;
	line-height: 1.3;
	letter-spacing: 0.1em;

}
#anchor-section02 li p:nth-of-type(1) span {
	font-size: 4.6rem;
	margin-left: .25em;
}
#anchor-section02 h3 {
	font-size: 2.6rem;
	letter-spacing: .05em;
	line-height: 1.3;
	margin-bottom: .75em;
}
#anchor-section02 h3 .bebas {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 4.2rem;
	font-weight: 500;
	line-height: 1;
}
#anchor-section02 li p:nth-of-type(2) {
	letter-spacing: .1em;
	line-height: 2;
}
#anchor-section02 li figure {
	width: 46.90%;
}

@media (min-width: 0em) and (max-width: 47.99em) {
	#anchor-section02 li {
	  display: block;
	}
	#anchor-section02 li div {
	  width: 100%;
	}
	#anchor-section02 li p:nth-of-type(1) {
	  font-size: 1.8rem;
	}
	#anchor-section02 li p:nth-of-type(1) span {
	  font-size: 3.2rem;
	}
	#anchor-section02 li p:nth-of-type(2) {
		line-height: 1.8;
	}
	#anchor-section02 h3 {
	  font-size: 1.9rem;
	}
	#anchor-section02 h3 .bebas {
	  font-size: 3.2rem;
	}
	#anchor-section02 li figure {
	  margin-top: 1em;
	  width: 100%;
	}
}


/*==========================================
	　　　　　　ご掲載までの流れ
==========================================*/
#anchor-section03 {
  text-align: center;
}
#anchor-section03 .txt {
  letter-spacing: .1em;
  margin-bottom: 2em;
}
#anchor-section03 .txt span {
  background: linear-gradient(transparent 42%, #ffff7c 0%);
  font-size: 2.0rem;
  font-weight: 700;
}
#anchor-section03 .txt span span {
  font-size: 2.4rem;
}
#anchor-section03 img {
  max-width: 950px;
}



/*==========================================
	　　　　　　よくあるご質問
==========================================*/
#anchor-section04 {
  background: #e6f0fa;
}
.faq__item {
	margin: 0 auto 2.4em;
	max-width: 800px;
}
.faq__item dt,
.faq__item dd {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	gap: 1.4em;
}
.faq__item dt {
	margin-bottom: 0.8em;
}
.faq__item dt p {
	display: block;
	color: #04a9eb;
	font-size: 2.2rem;
	font-weight: 700;
}
.faq__item dd p{
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
}
.faq__item .QA_icon{
	font-family: 'Bebas Neue', sans-serif;
    font-size: 4rem;
    line-height: 0.8;
    font-weight: normal;
}
.faq__item dd .QA_icon{
	line-height: 0.5;
}

@media (min-width: 0em) and (max-width: 47.99em) {
	.faq__item dt,
	.faq__item dd {
		gap: 1em;
	}
	.faq__item dt p {
		font-size: 1.6rem;
	}
	.faq__item .QA_icon{
		font-size: 3rem;
	}
	.faq__item dd .QA_icon{
		line-height: 0.7;
	}
	
}



/*==========================================
	　　　　　　　　footer
==========================================*/
#footer {
	background: #fff;
}
#footer ul {
	margin: 3em auto;
	max-width: 450px;
}
#footer li {
	position: relative;
}
#footer li:before {
	content: '';
	position: absolute;
	background: 100% / 100% url(/uploads/insertion/btob_2508/assets/img/0011.svg) no-repeat;
	width: 29px;
	height: 29px;
	top: -.1em;
	left: -40px;
}
#footer li a,
#footer li a[target="_blank"]::after {
	color: #323232;
}
#footer div {
	background: linear-gradient(to right, #00aaeb, #00c475);
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .1em;
	padding: .5em;
	text-align: center;
}

@media (min-width: 0em) and (max-width: 47.99em) {
	#footer ul {
		display: block;
	}
	#footer li {
		margin: 0 auto 1em;
		width: 12em;
	}
	#footer li:before {
		width: 20px;
		height: 20px;
		top: .1em;
		left: -26px;
	}
	#footer div {
		font-size: 1.2rem;
	}
}