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

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

/* すべては安心と愉しさのために。
------------------------------------------------------- */
.safeandsecure .anshin {
	text-align: center;
	padding: 5% 0;
}
.safeandsecure .anshin h2 {
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 30px;
}
.safeandsecure .anshin p {
	margin-bottom: 30px;
}
.safeandsecure .anshin div {
	display: flex;
	justify-content: space-between;
}
.safeandsecure .anshin div figure {
	width: 32%;
}
.safeandsecure .anshin div figcaption {
	text-align: center;
	margin-top: 10px;
}
.safeandsecure .anshin div figcaption span {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 8px;
}

/* 先進技術で、運転を支援する
------------------------------------------------------- */
.safeandsecure .aisit {
	background: url(img/anzen-bg-220530.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
	margin-top: 50px;
}
.safeandsecure .aisit h2 {
	font-size: 1.7rem;
	font-weight: 500;
	color: #1a64aa;
	text-align: center;
	margin: 30px 0 20px;

}
.safeandsecure .aisit h2 span {
	display: block;
	font-size: .8em;
}
.safeandsecure .aisit .aisit-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.safeandsecure .aisit .aisit-box p {
	width: 48%;
}
.safeandsecure .aisit .news {
	margin-top: 30px;
}

/* carlineup
------------------------------------------------------- */
.safeandsecure .car-lineup {
	background: url(img/lineup-bg-220530.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.safeandsecure .car-lineup .car-margin {
	padding-bottom: 30px;
}
.safeandsecure .car-lineup h2 {
	width: 50%;
	margin: 0 auto
}
.safeandsecure .car-lineup .wh-box {
    background: rgba(255, 255, 255, 0.6);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}
.safeandsecure .car-lineup .carflex01 {
	display: flex;
	justify-content: space-between;
}
.safeandsecure .car-lineup .carflex01 p {
	width: 32%;
}
.safeandsecure .car-lineup .carflex02 {
	    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.safeandsecure .car-lineup .carflex02 p {
	width: 32%;
}
.safeandsecure .car-lineup .news {
	margin-top: 20px;
}

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

/* btn
------------------------------------------------------- */
.safeandsecure .news {
	width: 90%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	font-size: 18px;
}
.safeandsecure .news div {
	width: 49%;
}
.safeandsecure .news div {
	width: 49%;
}
.safeandsecure .news p.button1 a,
.safeandsecure .news p.button2 a {
	box-sizing: border-box;
	padding: 15px 40px;
	border-radius: 30px;
	font-size: 20px;
	background-color: #bb0000;
	color: #fff !important;
	text-decoration: none !important;
	display: block;
	text-align: center;
}
.safeandsecure .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;
}
.safeandsecure .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;
}
.safeandsecure .news p.button1 a,
.safeandsecure .news p.button2 a{
	transition: ease all 0.3s;
}
.safeandsecure .news p.button1 a:hover,
.safeandsecure .news p.button2 a:hover{
	background: #d45757;
}

@media screen and (max-width: 896px) {
	.safeandsecure {
		margin-bottom: -50px;
	}
	.safeandsecure .news{
		padding: 1px 0;
		display: flex;
		flex-direction: column;
		gap: 10px 0;
	}
	.safeandsecure .news div{
		width: 100%;
	}
	.safeandsecure .news p.button1 a,
	.safeandsecure .news p.button2 a{
		font-size: 1.1em;
	}
	.safeandsecure .car-lineup {
		margin-bottom: 0;
		padding: 30px 0 15px 0;
	}
	.safeandsecure .car-lineup .title {
		width: 50%;
		padding-bottom: 10px;
	}
	.safeandsecure .car-margin {
		margin-bottom: 15px;
	}
	.safeandsecure .anshin h2 {
		font-size: 1.7rem;
		margin-bottom: 20px;
	}
	.safeandsecure .anshin div {
		flex-direction: column;
		gap: 20px 0;
	}
	.safeandsecure .anshin div figure {
		width: 100%;
	}
	.safeandsecure .aisit {
		padding: 20px 0;
	}
	.safeandsecure .aisit h2 {
		font-size: 1.3rem;
	}
	.safeandsecure .aisit .aisit-box {
		flex-direction: column;
		gap: 15px 0;
	}
	.safeandsecure .aisit .aisit-box p {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.safeandsecure .car-lineup .carflex01,
	.safeandsecure .car-lineup .carflex02 {
		flex-direction: column;
		gap: 20px 0;
	}
	.safeandsecure .car-lineup .carflex01 p,
	.safeandsecure .car-lineup .carflex02 p {
		width: 100%;
	}
}