/* CSS Document */
#mv {
		background-image: url("../images/carlife/mv.jpg");
}
#mv .mv_icon {
		width: 60px;
}

#sec01 {
		padding: 80px 0;
}
#sec01 .txt01 {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 70px;
}

.service_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
.service_box + .service_box {
		margin-top: 80px;
}

.box_img {
		width: 604px;
		max-width: 100%;
}

.box_txt {
		width: 500px;
		max-width: 100%;
		background-color: rgba(30, 53, 108, 0.9);
		color: #fff;
		margin-left: -145px;
		padding: 30px 40px 50px;
}

.service_ttl {
		font-size: 2.2rem;
		font-weight: bold;
		margin-bottom: 10px;
}

.service_txt {
		font-size: 1.4rem;
		line-height: 2;
}

.service_box:nth-of-type(2n) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
}
.service_box:nth-of-type(2n) .box_txt {
		margin-right: -145px;
		margin-left: 0;
}

.service_btn {
		width: 320px;
		height: 48px;
		margin-top: 30px;
		max-width: 100%;
}
.service_btn a {
		display: block;
		border-radius: 5px;
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #0B318F;
		background-color: #fff;
		width: 100%;
		height: 100%;
		background-image: url("../images/index/social_arr@2x.png");
		background-size: 8px;
		background-repeat: no-repeat;
		background-position: center right 26px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		letter-spacing: 0.05em;
		padding-left: 0;
}

/*------------------------------- sp ----------------------------*/
@media screen and (max-width: 768px) {
		#mv::before {
				background-image: url("../images/carlife/mv.jpg");
		}
		#mv .mv_icon {
				width: 30px;
		}

		#sec01 {
				padding: 35px 0 75px;
		}
		#sec01 .txt01 {
				font-size: 1.4rem;
				margin-bottom: 35px;
				text-align: center;
		}

		.service_box {
				display: block;
		}
		.service_box + .service_box {
				margin-top: 35px;
		}

		.box_txt {
				margin: auto;
				padding: 15px 20px 45px;
				width: 100%;
		}

		.service_ttl {
				font-size: 1.8rem;
				margin-bottom: 18px;
				line-height: 1.5;
		}

		.service_btn {
				margin-top: 36px;
		}
}