

/* general */
body {
	font-size: 18px;
	font-family: Helvetica,"Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	font-weight: normal;
	margin: 0 auto ;
	padding: 0 ;
	background-color: #f1d8d1 ;
}
body,img {
	width: 100%;
	height: auto;
}
div a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
.cont_area01{
	max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
}
.cont_area02{
	padding: 0 0 2% ;
}
.cont_area{
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 2.6rem;
}

/* PC SP 差し替え */
.pre_pc {
	display: block !important; 
}
.pre_sp {
	display: none !important; 
}	
.pc_br {
	display: block !important;
}	
.sp_br {
	display: none !important; 
}	
.pc_show {
	display: block !important; 
}
.sp_show {
	display: none !important; 
}

/* モデル紹介全体 */
.pac_model{
	max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

/* 文字 */
.style_toplead {
	font-size: 1.6rem;
	color: #000000;	
	line-height: 130%;
	margin: 2% 0 ;
	font-weight: 600;
	text-align: center;
}
.style_toptext {
	font-size: 1.2rem;
	color: #000000;	
	line-height: 160%;
	margin: 0 0 3% 0 ;
	font-weight: 400;
	text-align: center;
}
.style_modelname {
	font-size: 1.4rem;
	color: #000000;	
	line-height: 130%;
	margin: 2% 0 ;
	font-weight: 600;
	text-align: left;
}
.style_modelgrade {
	font-size: 1.0rem;
	color: #000000;	
	line-height: 130%;
	margin: 0 0 4% 0 ;
	font-weight: 400;
	text-align: left;
}
.style_midtitle {
	font-size: 1.4rem;
	color: #000000;	
	line-height: 130%;
	margin: 0 ;
	font-weight: 600;
	text-align: center;
}
.style_osusume00_lead {
	font-size: 1.1rem;
	color: #000000;	
	line-height: 130%;
	margin: 3% 0 ;
	font-weight: 600;
	text-align: left;
}
.style_osusume00_text {
	font-size: 0.9rem;
	color: #000000;	
	line-height: 160%;
	margin: 0 ;
	font-weight: 400;
	text-align: left;
}
.style_sendaititle {
	font-size: 1.1rem;
	color: #000000;	
	line-height: 130%;
	margin: 2% 0 -2% 0 ;
	font-weight: 600;
	text-align: left;
}
.style_osusume_lead {
	font-size: 1.1rem;
	color: #000000;	
	line-height: 130%;
	margin: 0 0 1% 0 ;
	font-weight: 600;
	text-align: left;
}
.style_osusume_text {
	font-size: 0.9rem;
	color: #000000;	
	line-height: 140%;
	margin: 0 ;
	font-weight: 400;
	text-align: left;
}
.style_point_lead {
	font-size: 1.2rem;
	color: #cc0000;	
	line-height: 130%;
	margin: 0 0 2% 0 ;
	font-weight: 600;
	text-align: left;
}
.style_point_text {
	font-size: 0.9rem;
	color: #000000;	
	line-height: 140%;
	margin: 0 ;
	font-weight: 400;
	text-align: left;
}
.style_hikakutitle {
	display: inline-block;
	font-size: 1.6rem;
	color: #ffffff;	
	margin: 8% 0 2% 0 ;
	font-weight: 600;
	text-align: center;
	padding: 1% 6%;
	background-color: #4BAAC0;
}
.style_cap00 {
	font-size: 0.8rem;
	color: #000000;	
	line-height: 140%;
	margin: -1% 0 5% 0 ;
	font-weight: 400;
	text-align: center ;
}
.style_cap01 {
	font-size: 1.2rem;
	color: #000000;	
	line-height: 120%;
	margin: 2% 0 5% 0 ;
	font-weight: 400;
	text-align: center ;
}

/* ピックアップモデル背景 */
.picup_car{
	background-color: #ffffff ;
	border-radius: 15px;
	margin: 2% 0 0 ;
	padding: 2.5rem;
}
.flex-model_top .model_top-item01 {
	width: calc(475 / 1000* 100%);
	max-width: 475px;
	flex-shrink: 0;
	margin: 0;
}
.flex-model_top .model_top-item02 {
	width: auto;
	flex-grow: 1;
}

/* ピックアップモデル 2カラム */
.flex-model_top{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	margin: 0 0 3% 0 ;
}
.flex-model_top .model_top-item01{
	width: 44%;
	margin-right: 4% ;
}
.flex-model_top .model_top-item01 img{
	max-width: 475px;
}
.flex-model_top .model_top-item02{
	width: 52%;
	justify-content: space-between;
}
/* ピックアップモデル 価格リスト */
.c-car-info__spec-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.c-car-info__spec-item {
	display: flex;
	align-items: flex-start;
}
.c-car-info__spec-item dt {
	width: 10rem;
	flex-shrink: 0;
	padding-top: 0.4rem;
	margin-right: 1.5rem;
	font-size: 0.8rem;
    font-weight: 500;
    color: #666666;
}
.c-car-info__spec-item dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    line-height: 1.3;
}
.c-car-info__spec-price{
    font-size: 1.0rem;
}
.c-car-info__spec-price em{
    font-family: var(--font-family-base);
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 0.1rem;
}
.c-car-info__spec-price span{
    font-weight: 700;
    font-family: var(--font-family-jp);
}
.c-car-info__spec-note{
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    font-family: var(--font-family-jp);
    margin-left: 0.1rem;
}

/* 検索ボタン */
.c-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.1rem;
    background-color: #cc0000;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.8rem 1.6rem;
    border-radius: 0.6rem;
    text-align: center;
    transition: opacity 0.3s ease;
    width: 100%;
		box-sizing: border-box;
	 margin: 5% 0 0 0;
}
.c-button::after {
    content: '';
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    flex-shrink: 0;
}
.c-button:hover {
	opacity: 0.8;
}

/* 罫線 */
hr {
	height: 1px;
	background-color: #CBCBCB;
	border: none;
	margin: 3% 0 ;
}

/* 3カラム */
.flex-osusume{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 ;
}
.flex-osusume .osusume-item{
	width: 31%;
	padding: 2% 0;
}

/* 先代モデル 2カラム */
.flex-sendai{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	margin: 0 0 1.5% 0 ;
}
.flex-sendai .sendai-item01{
	width: 14%;
	margin-right: 3% ;
}
.flex-sendai .sendai-item01 img{
	max-width: 140px;
	text-align: center;
}
.flex-sendai .sendai-item02{
	width: 83%;
	justify-content: space-between;
}

/* おすすめポイント 2カラム */
.flex-point{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 ;
}
.flex-point .point-item01{
	width: 26%;
	text-align: center;
}
.flex-point .point-item01 img{
	max-width: 220px;
}
.flex-point .point-item02{
	width: 67%;
	height:30%;
	background-color: #fefbeb ;
	border: #cc0000 solid 1px ;
	padding: 2% ;
	border-radius: 8px;
}

/* 比較モデル カラム */
.flex-hikaku{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: 100%;
	margin: 0 0 2% 0 ;
}
.flex-hikaku .hikaku-item{
	display: flex;
	flex-flow: column;
	flex-direction: column;
	justify-content: space-between;
	width: calc(50% - 10px);
	box-sizing: border-box;
	text-align: left;
	background-color: #ffffff ;
	padding: 2% ;
	margin: 0;
	border-radius: 8px;
}
.flex-hikaku .hikaku-item .c-button {
	margin-top: auto;
}

/* 比較モデル 価格リスト */
.c-car-info__hikaku-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.c-car-info__hikaku-item {
	display: block;
}
.c-car-info__hikaku-item:last-child {
	margin-bottom: 10px;
}
.c-car-info__hikaku-item dt {
	width: 10rem;
	flex-shrink: 0;
	padding-top: 0.4rem;
	margin-right: 1.5rem;
	font-size: 0.8rem;
    font-weight: 500;
    color: #666666;
}
.c-car-info__hikaku-item dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    line-height: 1.3;
}
.c-car-info__hikaku-price{
    font-size: 1.0rem;
}
.c-car-info__hikaku-price em{
    font-family: var(--font-family-base);
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 0.1rem;
}
.c-car-info__hikaku-price span{
    font-weight: 700;
    font-family: var(--font-family-jp);
}
.c-car-info__hikaku-note{
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    font-family: var(--font-family-jp);
    margin-left: 0.1rem;
}

/* 検索ボタン 比較 */
.c-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.1rem;
    background-color: #cc0000;
    color: #ffffff;
    font-size: 1.0rem;
    font-weight: 600;
    padding: 0.8rem 1.6rem;
    border-radius: 0.6rem;
    text-align: center;
    transition: opacity 0.3s ease;
    width: 100%;
		box-sizing: border-box;
	 margin: 5% 0 0 0;
}
.c-button::after {
    content: '';
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    flex-shrink: 0;
}
.c-button:hover {
	opacity: 0.8;
}


 /* ヘッダー_pc --------------*/
.l-header {
    background-color: #ffffff;
    border-bottom: 1px solid #d3d3d3;
	padding: 0 20% ;
}

.l-header__inner {
    max-width: var(--container-width-wide);
    margin-left: auto;
    margin-right: auto;
    padding: 1.0rem;
}
.c-logo img {
    height: 1.6rem;
    width: auto;
}

/* フッター_pc --------------*/
.o-footer-pc {
    background: #fff;
}
.TheFooter_footer {
    width: 100%;
    margin: 60px auto 0;
    padding: 20px 0;
    background: url(https://img.goo-net.com/common_v2/img/bg_footer_line.gif) repeat-x 0 0;
}
.TheFooter_footer__logo {
    display: block;
    margin: 0 0 15px 0;
    font-weight: 700;
    text-align: center;
    color: #333;
    font-style: normal;
    float: none;
}
.TheFooter_footer__logo img {
    width: 230px;
    height: 19px;
    margin: 0 auto;
}
.TheFooter_footer__copyright {
    height: 26px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background: url(https://img.goo-net.com/common_v2/img/bg_copyright.gif) repeat-x 0 0;
    line-height: 2.6;
}
.TheFooter_footerNav--utility {
    text-align: center;
    color: #333;
}
.TheFooter_footerNav--utility__item {
    display: inline-block;
    padding: 0 10px 0 10px;
    border-left: 1px solid #ccc;
    letter-spacing: 0;
    line-height: 1.2;
}
.TheFooter_footerNav--utility__item:first-child {
    border-left: none;
}
.TheFooter_footerNav--utility__item a {
    font-size: 10px;
    color: #676767;
    text-decoration: none;
}
.footer_area {
    width: 100%;
    background: #fff;
}
.TheFooter_footer {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background: url(https://img.goo-net.com/common_v2/img/bg_footer_line.gif) repeat-x 0 0;
}
.TheFooter_footer__nav {
    background: #f1f1f1;
}
.TheFooter_footer__logo {
    display: block;
    margin: 0 0 15px 0;
    font-weight: 700;
    text-align: center;
    color: #333;
    font-style: normal;
    float: none;
}
.TheFooter_footer__logo img {
    width: 230px;
    height: 19px;
    margin: 0 auto;
}
.TheFooter_footer__copyright {
    height: 26px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background: url(https://img.goo-net.com/common_v2/img/bg_copyright.gif) repeat-x 0 0;
    line-height: 2.6;
}
.TheFooter_footerNav--utility {
    text-align: center;
    color: #333;
}
.TheFooter_footerNav--utility__item {
    display: inline-block;
    padding: 0 10px 0 10px;
    border-left: 1px solid #ccc;
    letter-spacing: 0;
    line-height: 1.2;
}
.TheFooter_footerNav--utility__item:first-child {
    border-left: none;
}
.TheFooter_footerNav--utility__item a {
    font-size: 10px;
    color: #676767;
    text-decoration: none;
}


@media (max-width: 1024px) {
	
body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	font-weight: normal;
	margin: 0 auto ;
	padding: 0 ;
	max-width: 1025px ;
	background-color: #f1d8d1 ;
}

/* PC SP 差し替え */
.pre_pc {
	display: block !important; 
}
.pre_sp {
	display: none !important; 
}	
.pc_br {
	display: block !important;
}	
.sp_br {
	display: none !important; 
}	
	
.cont_area{
	padding: 0 4% 2% 4% ;
}
	
 /* ヘッダー_pc --------------*/
.l-header {
    background-color: #ffffff;
    border-bottom: 1px solid #d3d3d3;
	padding: 0 3% ;
}

.l-header__inner {
    max-width: var(--container-width-wide);
    margin-left: auto;
    margin-right: auto;
    padding: 1.0rem;
}
.c-logo img {
    height: 1.6rem;
    width: auto;
}	
	
/* 文字 */
.style_toplead {
	font-size: 1.6rem;
	color: #000000;	
	line-height: 130%;
	margin: 2% 0 ;
	font-weight: 600;
	text-align: center;
}
.style_toptext {
	font-size: 1.0rem;
	color: #000000;	
	line-height: 160%;
	margin: 0 0 3% 0 ;
	font-weight: 400;
	text-align: center;
}	
.style_cap00 {
	font-size: 0.6rem;
	color: #000000;	
	line-height: 140%;
	margin: -1% 0 5% 0 ;
	font-weight: 400;
	text-align: center ;
}	
.style_modelgrade {
	font-size: 1.0rem;
	color: #000000;	
	line-height: 130%;
	margin: 0 0 4% 0 ;
	font-weight: 400;
	text-align: left;
}
.style_osusume00_lead {
	font-size: 1.0rem;
	color: #000000;	
	line-height: 130%;
	margin: 3% 0 ;
	font-weight: 600;
	text-align: left;
}
.style_osusume00_text {
	font-size: 0.8rem;
	color: #000000;	
	line-height: 160%;
	margin: 0 ;
	font-weight: 400;
	text-align: left;
}	
.style_cap01 {
	font-size: 1.0rem;
	color: #000000;	
	line-height: 120%;
	margin: 2% 0 5% 0 ;
	font-weight: 400;
	text-align: center ;
}	
	
/* ピックアップモデル背景 */
.picup_car{
	background-color: #ffffff ;
	border-radius: 15px;
	margin: 2% 0 0 0 ;
	padding: 3% ;
}	
/* ピックアップモデル 価格リスト */
.c-car-info__spec-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.c-car-info__spec-item {
	display: flex;
	align-items: flex-start;
}
.c-car-info__spec-item dt {
	width: 9rem;
	flex-shrink: 0;
	padding-top: 0.4rem;
	margin-right: 1.5rem;
	font-size: 0.8rem;
    font-weight: 500;
    color: #666666;
}
.c-car-info__spec-item dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    line-height: 1.3;
}
.c-car-info__spec-price{
    font-size: 0.9rem;
}
.c-car-info__spec-price em{
    font-family: var(--font-family-base);
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0 0.1rem;
}
.c-car-info__spec-price span{
    font-weight: 700;
    font-family: var(--font-family-jp);
}
.c-car-info__spec-note{
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    font-family: var(--font-family-jp);
    margin-left: 0.1rem;
}	
/* 検索ボタン */
.c-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.1rem;
    background-color: #cc0000;
    color: #ffffff;
    font-size: 1.0rem;
    font-weight: 600;
    padding: 0.8rem 1.6rem;
    border-radius: 0.6rem;
    text-align: center;
    transition: opacity 0.3s ease;
    width: 100%;
		box-sizing: border-box;
	 margin: 5% 0 0 0;
}
.c-button::after {
    content: '';
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    flex-shrink: 0;
}
.c-button:hover {
	opacity: 0.8;
}	
	
/* 比較モデル カラム */
.flex-hikaku{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	margin: 0 auto 2% auto ;
}
.flex-hikaku .hikaku-item{
	width: calc(50% - 10px);
	box-sizing: border-box;
	text-align: left;
	background-color: #ffffff ;
	padding: 2% ;
	margin: 0;
	border-radius: 8px;
}

/* 比較モデル 価格リスト */
.c-car-info__hikaku-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.c-car-info__hikaku-item {
	display: block;
}
.c-car-info__hikaku-item dt {
	width: 10rem;
	flex-shrink: 0;
	padding-top: 0.4rem;
	margin-right: 1.5rem;
	font-size: 0.8rem;
    font-weight: 500;
    color: #666666;
}
.c-car-info__hikaku-item dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    line-height: 1.3;
}
.c-car-info__hikaku-price{
    font-size: 0.9rem;
}
.c-car-info__hikaku-price em{
    font-family: var(--font-family-base);
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 0.1rem;
}
.c-car-info__hikaku-price span{
    font-weight: 700;
    font-family: var(--font-family-jp);
}
.c-car-info__hikaku-note{
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    font-family: var(--font-family-jp);
    margin-left: 0.1rem;
}	
}
	
@media (max-width: 768px) {
	
body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	font-weight: normal;
	margin: 0 auto ;
	padding: 0 ;
	background-color: #f1d8d1 ;
}

/* PC SP 差し替え */
.pre_pc {
	display: none !important; 
}
.pre_sp {
	display: block !important; 
}	
.pc_br {
	display: none !important; 
}	
.sp_br {
	display: block !important; 
}	
.pc_show {
	display: none !important; 
}
.sp_show {
	display: block !important; 
}	
	
.cont_area{
	padding: 0 1rem 2%;
}
	
 /* ヘッダー_pc --------------*/
.l-header {
    background-color: #ffffff;
    border-bottom: 1px solid #d3d3d3;
	padding: 0 1.5% ;
}

.l-header__inner {
    max-width: var(--container-width-wide);
    margin-left: auto;
    margin-right: auto;
    padding: 1.0rem;
}
.c-logo img {
    height: 1.6rem;
    width: auto;
}	
	
/* 文字 */
.style_toplead {
	font-size: 1.4rem;
	color: #000000;	
	line-height: 130%;
	margin: 4% 0 6% 0 ;
	font-weight: 600;
	text-align: left;
}
.style_toptext {
	font-size: 1.0rem;
	color: #000000;	
	line-height: 160%;
	margin: 0 0 3% 0 ;
	font-weight: 400;
	text-align: left;
}	
.style_cap00 {
	font-size: 0.6rem;
	color: #000000;	
	line-height: 140%;
	margin: -1% 0 5% 0 ;
	font-weight: 400;
	text-align: left ;
}		
.style_midtitle {
	font-size: 1.1rem;
	color: #000000;	
	line-height: 130%;
	margin: 8% 0 4% 0 ;
	font-weight: 600;
	text-align: center;
}
.style_osusume00_lead {
	font-size: 1.1rem;
	color: #000000;	
	line-height: 130%;
	margin: 3% 0 ;
	font-weight: 600;
	text-align: left;
}
.style_osusume00_text {
	font-size: 0.9rem;
	color: #000000;	
	line-height: 160%;
	margin: 0 ;
	font-weight: 400;
	text-align: left;
}	
.style_osusume00_lead {
	font-size: 1.1rem;
	color: #000000;	
	line-height: 150%;
	margin: 5% 0 ;
	font-weight: 600;
	text-align: left;
}
.style_osusume00_text {
	font-size: 0.9rem;
	color: #000000;	
	line-height: 160%;
	margin: 0 ;
	font-weight: 400;
	text-align: left;
}	
.style_sendaititle {
	font-size: 0.9rem;
	color: #000000;	
	line-height: 130%;
	margin: 6% 0 0 0 ;
	font-weight: 600;
	text-align: left;
}
.style_osusume_lead {
	font-size: 1.0rem;
	color: #000000;	
	line-height: 130%;
	margin: 0 0 2% 0 ;
	font-weight: 600;
	text-align: left;
}
.style_hikakutitle {
	display: inline-block;
	font-size: 1.8rem;
	color: #ffffff;	
	margin: 10% 0 5% 0 ;
	font-weight: 600;
	text-align: center;
	padding: 4% 6%;
	background-color: #4BAAC0;
}
.style_cap01 {
	font-size: 1.0rem;
	color: #000000;	
	line-height: 120%;
	margin: 2% 0 10% 0 ;
	font-weight: 400;
	text-align: left ;
}		

/* ピックアップモデル背景 */
.picup_car{
	background-color: #ffffff ;
	border-radius: 10px;
	margin: 5% 0 0 0 ;
	padding: 5% ;
}
/* ピックアップモデル 2カラム */
.flex-model_top{
	width: 100%;
}
.flex-model_top .model_top-item01{
	width: 100%;
	max-width: 100%;
	margin: 0;
    padding: 0;
}
.flex-model_top .model_top-item01 img{
	max-width: 100%;
}
.flex-model_top .model_top-item02{
	width: 100%;
}
/* ピックアップモデル 価格リスト */
.c-car-info__spec-list {
    width: 100%;
}
.c-car-info__spec-item {
	flex-flow: column;
}
.c-car-info__spec-item dt {
	width: 100%;
	font-size: 0.8rem;
    font-weight: 500;
    color: #666666;
	margin: 0 0 1% 0;
}
.c-car-info__spec-item dd {
    width: 100%;
    gap: 0;
    line-height: 1.3;
}
.c-car-info__spec-price{
    font-size: 0.8rem;
}
.c-car-info__spec-price em{
    font-family: var(--font-family-base);
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0 0.1rem;
}
.c-car-info__spec-price span{
    font-weight: 700;
    font-family: var(--font-family-jp);
}
.c-car-info__spec-note{
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    font-family: var(--font-family-jp);
    margin-left: 0.1rem;
}	
/* 検索ボタン */
.c-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.1rem;
    background-color: #cc0000;
    color: #ffffff;
    font-size: 1.0rem;
    font-weight: 600;
    padding: 0.8rem 1.6rem;
    border-radius: 0.6rem;
    text-align: center;
    transition: opacity 0.3s ease;
    width: 100%;
		box-sizing: border-box;
	 margin: 5% 0;
}
.c-button::after {
    content: '';
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    flex-shrink: 0;
}
.c-button:hover {
	opacity: 0.8;
}		

/* 3カラム */
.flex-osusume{
	width: 100%;
	margin: 0 ;
}
.flex-osusume .osusume-item{
	width: 100%;
	margin: 0 0 2% 0 ;
}
	
/* 先代モデル 2カラム */
.flex-sendai{
	width: 100%;
	margin: 0 0 1.5% 0 ;
}
.flex-sendai .sendai-item01{
	width: 100%;
	margin: 0;
	text-align: center;
}
.flex-sendai .sendai-item01 img{
	width: 100%;
	margin: 2% auto;
}
.flex-sendai .sendai-item02{
	width: 100%;
	margin: 2% 0 ;
}	
	
/* おすすめポイント 2カラム */
.flex-point{
	width: 100%;
	margin: 0;
}
.flex-point .point-item01{
	width: 100%;
	margin: 5% 0 0 0;
	text-align: center;
}
.flex-point .point-item01 img{
	width: 100%;
	margin: 0 0 2% 0;
}
.flex-point .point-item02{
	width: 100%;
	height:30%;
	background-color: #fefbeb ;
	border: #cc0000 solid 1px ;
	padding: 5% ;
	border-radius: 6px;
}	

/* 比較モデル カラム */
.flex-hikaku{
	width: 100%;
	margin: 0;
}
.flex-hikaku .hikaku-item{
	width: 100%;
	text-align: left;
	background-color: #ffffff ;
	padding: 5% ;
	margin: 0;
	border-radius: 10px;
}
	
/* 比較モデル 価格リスト */
.c-car-info__hikaku-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.c-car-info__hikaku-item {
	display: block;
}
.c-car-info__hikaku-item dt {
	width: 10rem;
	flex-shrink: 0;
	padding-top: 0.4rem;
	margin: 0 0 2% 0;
	font-size: 0.9rem;
    font-weight: 500;
    color: #666666;
}
.c-car-info__hikaku-item dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    line-height: 1.3;
}
.c-car-info__hikaku-price{
    font-size: 0.9rem;
	margin: 0 0 1% 0;
}
.c-car-info__hikaku-price em{
    font-family: var(--font-family-base);
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0 0.1rem;
}
.c-car-info__hikaku-price span{
    font-weight: 700;
    font-family: var(--font-family-jp);
}
.c-car-info__hikaku-note{
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    font-family: var(--font-family-jp);
    margin-left: 0.1rem;
}		

/* 検索ボタン 比較 */
.c-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.1rem;
    background-color: #cc0000;
    color: #ffffff;
    font-size: 1.0rem;
    font-weight: 600;
    padding: 0.8rem 1.6rem;
    border-radius: 0.6rem;
    text-align: center;
    transition: opacity 0.3s ease;
    width: 100%;
		box-sizing: border-box;
	 margin: 5% 0 0 0;
}
.c-button::after {
    content: '';
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    flex-shrink: 0;
}
.c-button:hover {
	opacity: 0.8;
}
	
/* フッター sp----------*/
.o-footer__nav {
  background: #9f9f9f;
  padding: 20px 10px 10px;
}
.o-footer__nav .m-nav__item {
  display: inline-block;
  width: 49%;
  margin-right: 0;
  margin-bottom: 18px;
  position: relative;
  padding-left: 14px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.o-footer__nav .m-nav__item a {
  color: #fff;
}
.o-footer__nav .m-nav__item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.o-footer__logo {
  padding: 18px 0;
  background: #fff;
  text-align: center;
}
.o-footer__logo img {
  width: 238px;
  margin: 0 auto;
}	
	
}		
	
@media (max-width: 960px) {

/* ピックアップモデル 価格リスト */
.c-car-info__spec-item {
	flex-flow: column;
}

}