@charset "utf-8";

/**
 *
 *  クルマ・バイクを売りたい！  page_05
 *
 */
 
/*--------------------------------------------------------------------------
	#page_first
---------------------------------------------------------------------------*/
	.sec {
	}
	.page_first::before {
		background: #FFE710 !important;
	}
	#page_first .sec00 {
	/*	background: #9C8AE2;*/
		background: linear-gradient(180deg, rgba(141, 120, 221, 0.75), #8D78DD, #8D78DD, #8D78DD, rgba(141, 120, 221, 0.75), rgba(141, 120, 221, 0.75));
		background: linear-gradient(180deg, #8D78DDBF, #8D78DD, #8D78DD, #8D78DD, #8D78DDBF, #8D78DDBF);
	}
	#page_first .page_first_bg {
		background: url(../images/index/top_sec05bg.jpg) no-repeat 50% 0;
		background-position: center;
		-webkit-background-size: cover;
		background-size: cover;
	}


/*--------------------------------------------------------------------------
	.content_sec
---------------------------------------------------------------------------*/
	.content_sec .logo_list {
		padding: 60px 50px 0;
	}
	.content_sec .logo_list p {
		display: block;
		margin-bottom: 2.5%;
		font-size: 2.0rem;
	  font-weight: bold;
	  line-height: 1.8;
		text-align: center;
	}
	.content_sec .logo_list div {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		margin: 0 auto 5%;
		font-size: 1.4rem;
		line-height: 3rem;
		text-align: justify;
	}
	.content_sec .logo_list img {
		display: inline-block;
		width: 100%;
		margin: 1% 2%;
		max-width: 100px;
		max-height: 40px;
		vertical-align: middle;
		object-fit: contain;
	}
	/*通常はpage_commonへ記載*/
	.content_sec .mid-contents dl,
	.content_sec .mid-contents .mid_base {
		width: 85%;
		max-width: 780px;
	}
	.content_sec .mid-contents dl img {
		width: 90%;
		margin: 0 auto 2.5%;
	}
	/*ここまで通常はpage_commonへ記載*/
	/*通常はpage_overflow_bgへ記載*/
	#pages_sec01 .content_sec::after {
		display: none;
	}
	/*ここまで通常はpage_overflow_bgへ記載*/
	/*通常はpage_commonへ記載*/
	.arrows {
		top: 0 !important;
	}
	/*ここまで通常はpage_commonへ記載*/

/* @sp **************************************************/
@media all and (max-width: 767px){
	.content_sec .logo_list {
    padding: 10% 0;
	}
	.content_sec .logo_list img {
		max-width: 50px;
		margin: 1.5%;
	}
	.content_sec .logo_list dl {
    width: 80%;
    margin: 10px auto;
    padding: 3% 8%;
	}
	.content_sec .logo_list p {
		left: 0;
		font-size: 1.65rem;
    margin-bottom: 5%;
	}
	.content_sec .logo_list div {
    margin: 0 auto;
		width: 100%;
		font-size: 1.1rem;
	}
}