@charset "utf-8";
/*デジタル広告プラン
----------------------------------------*/

.digitalad .c-hero-content {
	background-image: url(../img/digitalad/bg_hero_pc.jpg);
}
.digitalad .c-hero__wrap {
	-webkit-box-pack: right;
	    -ms-flex-pack: right;
	        justify-content: right;
}
@media screen and (max-width: 1500px) {
	.digitalad .c-hero-content {
		background-position: -14vw 0;
	}
}
@media screen and (max-width: 1279px) {
	.digitalad .c-hero-content {
		background-position: -23vw 0;
	}
}
@media screen and (max-width: 750px) {
	.digitalad .c-hero-content {
		background-image: url(../img/digitalad/bg_hero_sp.jpg);
		background-position: 0 0;
	}
}
.digitalad .c-card-type01__inner {
    padding: 20px 30px 30px;
    border-top: 2px solid #dfdfdf;
}
.asset-note {
	background: #ffeff0;
    color: #e71319 ;
    padding: 0 1.8rem;
    border-radius: 3rem;
}
.method li:not(:first-child) {
	margin-top: 40px;
}
.method-ttl {
	display: flex;
}
.method-ttl h2 {
	margin: revert;
}
.method-icon01,.method-icon02,.method-icon03,.method-icon04,.method-icon05 {
	width: 50px;
	background-size: 50px 50px;
	margin-right: 20px;
}
.method-icon01 {
	background: url(../img/digitalad/method-icon01.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.method-icon02 {
	background: url(../img/digitalad/method-icon02.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.method-icon03 {
	background: url(../img/digitalad/method-icon03.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.method-icon04 {
	background: url(../img/digitalad/method-icon04.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.method-icon05 {
	background: url(../img/digitalad/method-icon05.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.tageting-icon01,.tageting-icon02,.tageting-icon03 {
    width: 100%;
    padding: 60px 0;
}
.tageting-icon01 {
	background: url(../img/digitalad/tageting-icon01.svg);
	background-size: 65px 65px;
    background-repeat: no-repeat;
    background-position: center center;
	background-color: #ffeff0;
}
.tageting-icon02 {
	background: url(../img/digitalad/tageting-icon02.svg);
	background-size: 65px 65px;
    background-repeat: no-repeat;
    background-position: center center;
	background-color: #ffeff0;
}
.tageting-icon03 {
	background: url(../img/digitalad/tageting-icon03.svg);
	background-size: 65px 65px;
    background-repeat: no-repeat;
    background-position: center center;
	background-color: #ffeff0;
}