@charset "utf-8";
ul {
    list-style-type: none;
}

/* ---------------------specialgift共通----------------------- */
.post-body p .specialgift{
	margin: 0;
}
.specialgift {
	margin-bottom: -5%;
}
.specialgift > img{
	width: 100%;
}
.specialgift .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto !important;
}
.specialgift .mainvl {
	line-height: 0;
}

/* mainvl
------------------------------------------------------- */
.mainvl {
	position: relative;
}

/* リード文
-----------------------------------------*/
.read {
	background: url(img/read-bg.jpg) no-repeat;
	background-size: cover;
	padding: 5% 0;
}
.read h2 {
	width: 80%;
	margin: 0 auto 20px;
}
.read p {
	text-align: center;
	line-height: 2;
}
.read p:last-of-type {
	margin: 2em 0;
}
.read div {
	width: 30%;
	margin: 0 auto;
}

/* function
-----------------------------------------*/
.function {
	background: #555355;
	background-size: cover;
	padding: 5% 0;
}
.function .function-fl {
	display: flex;
	margin-bottom: 30px;
}
.function .function-fl:nth-of-type(2) {
	flex-flow: row-reverse;
}
.function .function-fl p {
	color: #fff;
	margin: 1em 0 0 1em;
}
.function .function-fl:nth-of-type(2) p {
	margin: 1em 1em 0 0;
}
.function .function-fl-img {
	width: 55%;
	line-height: 1;
}
.function .function-fl-txt {
	width: 45%;
}
.function .fun-fl {
	display: flex;
	flex-wrap: wrap;
}
.function .fun-fl div {
	line-height: 0;
	width: 50%;
}
.function .btn-layback {
	width: 80%;
	margin: 30px auto 0;
}
.specialgift .function .news {
	justify-content: center;
}

/* taikan
-----------------------------------------*/
.taikan {
	padding-bottom: 7%;
}
.taikan div {
	line-height: 0;
}

/* 乗用車・軽自動車バナー
-----------------------------------------*/
.bnr-fl {
	display: flex;
	justify-content: space-between;
	margin-top: 5%;
}
.bnr-fl p {
	width: 48%;
	line-height: 0
}


/* aタグhover
------------------------------------------------------- */
.specialgift a:hover img{
	opacity: 0.7;
}

/* btn
------------------------------------------------------- */
.specialgift .news {
	width: 90%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	font-size: 18px;
	align-items: center;
	padding-top: 3%;
}
.specialgift .news div {
	width: 49%;
}
.specialgift .news div {
	width: 49%;
}
.specialgift .news p.button1 a,
.specialgift .news p.button2 a {
	box-sizing: border-box;
	padding: 15px 40px;
	border-radius: 30px;
	font-size: 20px;
	background-color: #b00a0b;
	color: #fff !important;
	text-decoration: none !important;
	display: block;
	text-align: center;
}
.specialgift .btn-deco1 a::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 22px;
	background-image: url("img/btn-shop.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.specialgift .btn-deco2 a::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 14px;
	background-image: url("img/btn-sijo.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.specialgift .news p.button1 a,
.specialgift .news p.button2 a{
	transition: ease all 0.3s;
}
.specialgift .news p.button1 a:hover,
.specialgift .news p.button2 a:hover{
	background: #D05B2B;
}

@media screen and (max-width: 896px) {
	.specialgift {
		margin-bottom: -50px;
	}
	.specialgift .news{
		padding: 1px 0;
		display: flex;
		flex-direction: column;
		gap: 10px 0;
		padding-top: 5%;
	}
	.specialgift .news div{
		width: 100%;
	}
	.specialgift .news p.button1 a,
	.specialgift .news p.button2 a{
		font-size: 1.1em;
	}
}

@media screen and (max-width: 480px) {
	/* function
	--------------------------------*/
	.function .function-fl {
		flex-direction: column;
	}
	.function .function-fl:nth-of-type(2) {
		flex-direction: column;
	}
	.function .function-fl-img {
		width: 100%;
	}
	.function .function-fl-txt {
		width: 100%;
	}
	.function .function-fl p,
	.function .function-fl:nth-of-type(2) p {
		margin: 1em 0 0;
	}
	.function .fun-fl div {
		width: 100%;
	}
	.function .btn-layback {
	    width: 100%;
	    margin: 20px auto 0;
	}
	
	/* 乗用車・軽自動車バナー
	--------------------------------*/
	.bnr-fl {
		flex-direction: column;
		gap: 10px 0;
	}
	.bnr-fl p {
		width: 100%;
	}
}