@charset "utf-8";

/**
 *
 *  クルマに乗りたい!  page_02
 *
 */
 
/*--------------------------------------------------------------------------
	#page_first
---------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
	.content_sec
---------------------------------------------------------------------------*/
	.hd_bnrs,
	.hd_bnrs2 {
		margin-top: 15px;
	}
	ul.hd_bnrs2 li {
		width: 45%;
		min-height: calc(100% + 5px);
	}
	ul.hd_bnrs2 li:nth-of-type(1) a {
		background: #DC143C;
		border: 1px solid #BE235C;
		border-radius: 5px 2px 2px 5px;
	}
	ul.hd_bnrs2 li:nth-of-type(2) a {
		background: #F9645E;
		border: 1px solid #BE235C;
		border-radius: 2px 5px 5px 2px;
	}
	ul.hd_bnrs2 li a {
		border: 2px solid #BE235C !important;
	}
	ul.hd_bnrs2 li:nth-of-type(1) a {
		border-radius: 10px 0 0 10px !important;
	}
	ul.hd_bnrs2 li:nth-of-type(2) a {
		border-radius: 0 10px 10px 0 !important;
	}
	ul.hd_bnrs2 li:nth-of-type(1) a:hover,
	ul.hd_bnrs2 li:nth-of-type(2) a:hover {
		top: 5px !important;
		border: 2px solid #BE235C !important;
	}
	#left_frame ul.hd_bnrs2 li:nth-of-type(1) a:hover,
	#left_frame ul.hd_bnrs2 li:nth-of-type(2) a:hover {
		top: 5px !important;
		border: 2px solid #BE235C !important;
	}

	ul.hd_bnrs2 li a span {
		width: 100%;
		padding-bottom: 0;
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.25rem;
		color: #FFF;
	}
	ul.hd_bnrs2 li a span:nth-of-type(1) {
		display: block;
		margin-top: 10px;
		font-size: 1.75rem;
	}
	ul.hd_bnrs2 li a span:nth-of-type(2) {
		display: block;
		margin-bottom: 15px;
		font-size: 2.5rem;
		line-height: 1.2em;
	}
	ul.hd_bnrs2 li a::after {
		content: '>';
		position: absolute;
		top: 50%;
		right: 7%;
		transform: translate(0, -50%);
		color: #FFF;
		font-size: 2em;
		font-weight: 300;
	}

	.Pack_Weeks > span:nth-of-type(1) {
		display: block;
		font-size: 1.75rem;
	}
	.Pack_Weeks > span {
		padding-top: 20px;
	}

	ul.hd_bnrs2 .c-button_anchor {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}


/* @sp **************************************************/
@media all and (max-width: 1100px){
}