@charset "utf-8";
/* 1676行目 #main_visual */
/* #N_header {
display: none;
} */


#N_header ul{
letter-spacing: 0.07em;
}

#N_header li .pc{
display: inline;
}

*:focus{
outline: none;
}

/* -------------------------------------------------- */
#main {
opacity: 0;
position: relative;
z-index: 3;
}

.wrap{
font-family: "HondaGlobalFontJP-Regular", sans-serif;
font-weight: 400;
letter-spacing: 0.05em;
overflow: hidden;
}

.wrap section {
text-align: center;
}

.wrap section header {
background-color: transparent;
padding: 150px 0;
}

.wrap section header h2 {
font-size: 306%;
}

.wrap section header p {
font-size: 137%;
line-height: 2;
margin-top: 50px;
}

.wrap.top br.pc {
display:block;
}

.wrap.top br.sp {
display: none;
}

/* -------------------------------------------------- */


.slick-slider {
list-style: none;
width: 100%;
}

.slick-slider li {
position: relative;
text-align: center;
}

.slick-dots {
bottom: 41px;
left: 50%;
line-height: 0;
margin: 0;
position: absolute;
text-align: center;
transform: translateX(-50%);
width: 100%;
}

.slick-dots li {
display: inline-block;
margin: 0;
padding: 0 12px;
}

.slick-dots li button {
-webkit-appearance: none;
-moz-appearance: none;
background: #fff;
border: 0;
border-radius: 50%;
box-sizing: border-box;
cursor: pointer;
height: 12px;
outline: none;
overflow: hidden;
padding: 3px;
position: relative;
text-indent: -999px;
transition: background-color .25s;
width: 12px;
box-shadow: 1px 1px 5px rgba(102, 102, 102, 0.65);
}

.slick-dots .slick-active button {
background: #000;
}

/* -------------------------------------------------- */
@media screen and (max-width: 750px) {
/* #N_header {
display: block!important;
} */

#N_header_button{
z-index: 10;
}
#N_header.open{
z-index: 99;
}

/* -------------------------------------------------- */
.wrap section header {
padding: 75px 0;
}

.wrap section header h2 {
font-size: 233%;
}

.wrap section header h2 img {
height: 24px;
}

.wrap section header p {
font-size: 125%;
line-height: 1.67;
margin-top: 20px;
}

.slick-dots li button{
width: 11px;
height: 11px;
}

.wrap.top br.pc {
display: none;
}

.wrap.top br.sp {
display: block;
}

}




/*--- 追記分　---*/

/*============================
#main_visual
#N_nav
#about
#point
#lineup
#comparison
#question
#voice
#history
#cm
============================*/

.pc{
display: block;
}
.sp{
display: none;
}

.top img{
border: 0;
width: 100%;
height: auto;
vertical-align: top;
}

.top .en_font{
/*font-family: 'Montserrat';*/
font-weight: 500;
}

.top .l_inner{
width: 100%;
max-width: 980px;
margin: auto;
}

.top .l_section h2 {
padding-bottom: 32px;
}

.top .l_section h2 img{
height: 44px;
width: auto;
}

.top .l_section p.first_text{
font-size: 22px;
line-height: 42px;
letter-spacing: 0.05em;
}

.top .contents_in{
max-width: 980px;
margin: 0 auto;
}

.top .btn_ptn01{
max-width: 350px;
background: #286ABC;
margin: 0 auto;
}

.top .btn_ptn01 a{
width: 100%;
display: block;
text-align: center;
color: #fff;
font-size: 16px;
padding: 21px 0 19px;
position: relative;
}

.top .btn_ptn01 a::after{
content: '';
display: block;
width: 17px;
height: 17px;
background: url("../img/icon_more_white.png") no-repeat center;
background-size: contain;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
transition: .3s ease;
}


@media screen and (max-width: 1024px) {
.top .l_inner{
/* width: 92.5%; */
/* width: 100%; */
padding: 0 15px;
}
.top .contents_in{
width: 92.5%;
}


}

@media screen and (max-width: 767px) {
#N_header li .pc{
display: none;
}
.top .l_section {
	overflow: hidden;
}

}


@media screen and (max-width: 750px) {
.pc{
    display: none;
}
.sp{
    display: block;
}


.top .l_section h2 {
padding-bottom: 26px;
}

.top .l_section h2 img{
height: 25px;
width: auto;
}

.top .l_section p.first_text{
font-size: 14px;
line-height: 23px;
letter-spacing: 0.05em;
}

.top .btn_ptn01{
max-width: 296px;
}

.top .btn_ptn01 a{
font-size: 14px;
padding: 15px 0 16px;
}


}

/*============================
#main_visual
============================*/



.top #main_visual{
width: 100%;
overflow: hidden;
position: relative;
background: #F6F6F6;
padding-bottom: 60px;
}
.top #main_visual .l_main-visual{
margin-top: 49px;
}
.top #main_visual .l_main-visual img{
border: 0;
max-width: 100%;
height: auto;
vertical-align: top;
}

.top #main_visual .l_main-visual__content{
}
.top #main_visual .l_main-visual__title{
width: 167px;
margin: 0 auto 0;
}
.top #main_visual .l_main-visual__image{
max-width: 1440px;
width: 100%;
margin: 14px auto 0;
}
.top #main_visual .l_main-visual__text{
margin: 20px 0 20px;
font-size: 18px;
line-height: 36px;
letter-spacing: 0.03em;
color: #231816;
text-align: center;
}
.top #main_visual .l_main-visual__bnr{
    display: flex;
    /* justify-content: space-between; */
    width: 980px;
    margin: 0 auto;
	gap: 20px;
	justify-content: center;
}
.top #main_visual .l_main-visual__bnr li{
    width: 320px;
}
.top #main_visual .l_main-visual__bnr li a{
    display: block;
}

@media screen and (max-width: 750px) {

.top #main_visual .l_main-visual {
margin-top: 33px;
}

.top #main_visual{
padding-bottom: 20px;
}

.top #main_visual .l_main-visual__title{
width: 150px;
margin: 0 auto 0;
}

.top #main_visual .l_main-visual__image{
width: 106%;
margin: 18px 0 0 -3%;
}

.top #main_visual .l_main-visual__text{
line-height: 22px;
font-size: 14px;
margin-top: 5px;
margin-bottom: 30px;
}
.top #main_visual .l_main-visual__bnr{
    display:block;
    width: 90%;
    margin: 0 5%;
}
.top #main_visual .l_main-visual__bnr li{
    width: 100%;
    margin-bottom: 15px;
}
.top #main_visual .l_main-visual__bnr li img{
    width: 100%;
}

}



/* -------------------------------------------------- */

/*============================
#N_nav
============================*/

#N_nav{
background: #fff;
overflow: hidden;
}

#N_nav.fixed{
position: fixed;
top: 0;
width: 100%;
z-index: 9;
}

#N_nav .inner{
max-width: 980px;
width: 100%;
margin: auto;
display: block !important;
/* position: sticky;
top: 0;
left: 0; */
position: relative;
padding: 30px 0 11px;
}


#N_nav ol{
display: flex;
align-items: center;
justify-content: space-between;
}

#N_nav ol::after{
content: "";
position: absolute;
right: -100%;
bottom: 0;
left:-100%;
margin: auto;
width: 200%;
height: 1px;
background: #BABABA;
}

#N_nav ol li{
position: relative;
}


#N_nav ol li a{
display: inline-flex;
font-size: 16px;
letter-spacing: 0.05em;
padding: 0 5px;
color: #231816;
line-height: 18px;
align-items: center
}

#N_nav ol li a .N_nav_icon{
display: inline-block;
width: 17px;
height: 17px;
background: url("../../common/img/icon-link.svg") no-repeat center/contain;
margin-left: 4px;
}



#N_nav ol li a::before,#N_nav ol li a::after{
content: "";
display: block;
width: 00%;
height: 2px;
position: absolute;
bottom: -11px;
background: #000;
transition: all .3s;
}
#N_nav ol li a::before{
right: 50%;
}
#N_nav ol li a::after{
left: 50%;
}
#N_nav ol li a.current::before,#N_nav ol li a.current::after{
width: 50%;
}

@media screen and (max-width: 1024px) {
#N_nav{
display: block !important;
width: 100%;
overflow: hidden;
}


#N_nav ol li a{
display: inline-flex;
font-size: 16px;
line-height: 18px;
letter-spacing: 0;
padding: 0 20px;
color: #231816;
white-space: nowrap;
align-items: center;
}
}

@media screen and (max-width: 750px) {
#N_nav{
padding-left: 58px;
position: relative;
}
#N_nav::after{
content: "";
position: absolute;
right: -100%;
bottom: 0;
left: -100%;
margin: auto;
width: 200%;
height: 1px;
background: #BABABA;
}

#N_nav .inner {
padding: 19px 0 20px;
overflow: scroll;
}
#N_nav ol::after{
content: none;
}

#N_nav ol li a::before, #N_nav ol li a::after{
z-index: 1;
bottom: -20px;
}

}

/*============================
#about
============================*/

#N_nav.fixed + #about{
padding-top: 72px;
}

.top #about .l_inner{
width: 100%;
max-width: 902px;
margin: auto;
}
.top #about .c_label{
margin-top: 88px;
margin-bottom: 58px;
}
.top #about .c_label__inner{
display: flex;
align-items: center;
justify-content: space-between;
}
.top #about .c_label__image{
min-width: 450px;
width: 47.3%;
}
.top #about .c_label__content{
margin-left: 27px;
max-width: 448px;
}
.top #about .c_label__title{
font-size: 20px;
line-height: 2;
letter-spacing: 0.03em;
text-align: left;
font-weight: 400;
padding: 0;
}
.top #about .c_label__text{
margin-top: 12px;
font-size: 16px;
line-height: 28px;
text-align: left;
}
.top #about .c_label__text img{
	margin-top: 4px;
    margin-left: 8px;
    width: 17px;
}

@media screen and (max-width: 1024px) {
.top #about .l_inner{
padding: 0 20px;
}

}


@media screen and (max-width: 750px) {
.top #about {
margin: 0;
}
.top #about .c_label{
margin-top: 47px;
margin-bottom: 0;
}
.top #about .c_label__inner{
display: block;
}
.top #about .c_label__image{
width: 100%;
min-width: auto;
max-width: 427px;
margin: 0 auto;
}
.top #about .c_label__content{
margin-left: 0;
width: 100%;
margin: 24px auto 0;
}
.top #about .c_label__title{
font-size: 16px;
line-height: 2;
letter-spacing: 0;
text-align: center;
}
.top #about .c_label__text{
margin-top: 12px;
line-height: 28px;
text-align: left;
}


}


/*============================
#point
============================*/



.top #point .c_point{
/*margin-top: 141px;*/
padding: 83px 0 89px;
}
#N_nav.fixed + .l_section .c_point {
	padding: 155px 0 89px;
}
.top #point p.first_text{
}
.top #point .c_point__list{
margin-top: 47px;
position: relative;
padding-bottom: 66px;
}
.top #point .c_point__item{
max-width: 280px;
margin-right: 16px;
}
.top #point .c_point__item:focus {
outline: none;
}
.top #point .c_point__item_image{
width: 100%;
height: auto;
}
.top #point .c_point__item_content{
margin-top: 13px;
}
.top #point .c_point__item_title{
font-size: 17px;
text-align: left;
line-height: 1.17;
}
.top #point .c_point__item_text{
font-size: 14px;
margin-top: 10px;
text-align: left;
line-height: 26px;
}
/* slider option */
.top .slick-dots{
/*
position: relative;
left: inherit;
transform: translateX(0px);
bottom: inherit;
bottom: -66px;
*/
position: absolute;
bottom: 0;
}

.top .slick-dots li{
padding: 0 6px;
}
.top .slick-dots button{
background: #ccc !important;
box-shadow: none !important;
}
.top .slick-dots .slick-active button{
background: #286ABC !important;
box-shadow: none !important;
}

.top .slick-arrow {
width: 20px;
height: 20px;
position: absolute;
top: 26%;
transform: translateY(-50%);
z-index: 1;
}
.top .slick-arrow.arrow_prev{
left: -25px;
}

.top .slick-arrow.arrow_next{
right: -25px;
}

.top #point .slick-arrow {
width: 30px;
height: 30px;
}

.top #point .slick-arrow.arrow_prev{
left: -50px;
}

.top #point .slick-arrow.arrow_next{
right: -50px;
}

@media screen and (max-width: 1080px) {
	.top #point .slick-arrow.arrow_prev{
		left: -15px;
	}
	.top #point .slick-arrow.arrow_next{
		right: -15px;
	}
}

@media screen and (max-width: 750px) {

.top #point .c_point{
/*margin-top: 68px;*/
padding: 68px 0 68px;
}
#N_nav.fixed + .l_section .c_point {
padding: 125px 0 68px;
}
.top #point .c_point__title{
width: calc(542px / 2);
margin: auto;
}
.top #point .c_point__title_sub{
margin-top: 33px;
font-size: 14px;
line-height: 1.9;
letter-spacing: -0.02em;
}
.top #point .slick-list{
overflow: visible;
}
.top #point .c_point__list{
margin-top: 54px;
padding-bottom: 54px;
position: relative;
padding-left: 0;
}
.top #point .c_point__item{
width: 100%;
max-width: none;
margin: 0;
box-sizing: border-box;
/* padding: 0 10px; */
/* padding-right: 20px; */
padding-right: 5vw;
}
.top #point .c_point__item_image{
width: 100%;
}
.top #point .c_point__item_image img {
width: 100%;
height: auto;
display: block;
}
.top #point .c_point__item_content{
margin-top: 13px;
}
.top #point .c_point__item_title{
font-size: 14px;
line-height: 23px;
}
.top #point .c_point__item_text{
font-size: 12px;
margin-top: 8px;
line-height: 17px;
}
.top #point .slick-arrow {
top: 28vw;
}

.top #point .slick-arrow.arrow_prev{
left: 0;
transform: translate(calc(-50% + 7px), -50%);
}
.top #point .slick-arrow.arrow_next{
right: 10px;
transform: translate(50%, -50%);
}
}

/*============================
#exhibition
============================*/
.top #exhibition .c_exhibition {
	padding: 89px 0;
}

.top #exhibition .areaBlock h3 {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 32px;
}

.top #exhibition .areaBlock p {
	font-size: 16px;
}

.top #exhibition .areaBlock p .small-red {
	font-size: 11px;
	color: red;
	line-height: 1.5;
}

#exhibition .areaBlock {
	line-height: 26px;
}

#exhibition .areaBlock .tableBlock {	
	margin: 40px -30px 0;
	padding: 0px 30px 0;
	margin-top: 30px;
}

#exhibition .areaBlock .exhibition_bnr {
	margin-top: 30px;
}

#exhibition .areaBlock .exhibition_bnr img {
	width: fit-content;
    margin: 0 auto;
}
  
#exhibition .areaBlock table {
	width: 100%;
	border: none;
	box-sizing: border-box;
	border-collapse: collapse;
	border-bottom: solid 1px #333;
}

#exhibition .areaBlock table thead {
	background-color: #000;
	color: #fff;
}

#exhibition .areaBlock table thead th {
	padding: .5em 0;
	border-left: solid 1px #8d8d8d;
	font-size: 12px;
	line-height: 1.2;
}

#exhibition .areaBlock table thead th:first-child {
	border-left: none;
}

#exhibition .areaBlock table tbody tr:nth-child(even) {
	background-color: #f0f0f0;
}

#exhibition .areaBlock table tbody tr:nth-child(odd) {
	background-color: #fff;
}

#exhibition .areaBlock table tbody td {
	padding: 1em;
	text-align: center;
	font-size: 14px;
	border-left: solid 1px #8d8d8d;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.5;
}

#exhibition .areaBlock table tbody td:first-child {
	border-left: none;
}

#exhibition .areaBlock table tbody td.td_area {
	white-space: nowrap;
	width: 220px;
}

#exhibition .areaBlock table tbody td.td_date {
	white-space: nowrap;
	width: 100px;
}

#exhibition .areaBlock table tbody td.td_time {
	white-space: nowrap;
	width: 120px;
}

#exhibition .areaBlock table tbody td.td_place {
	width: 240px;
}

#exhibition .areaBlock table tbody td.td_car {
	white-space: nowrap;
	width: 86px;
}
#exhibition .areaBlock table tbody td.td_contact {
	text-align: center;
}

#exhibition .areaBlock table tbody td a {
	color: #00f;
	text-decoration: none;
}

#exhibition .areaBlock table tbody td a:hover {
	text-decoration: underline;
}

.top #exhibition .areaBlock p.caution{
    font-size: 11px;
    line-height: 1.5;
    text-align: left;
    margin-top: 5px;
}

.top #exhibition .areaBlock p.fair{
    font-size: 11px;
    line-height: 1.5;
    margin-top: 5px;
}

@media screen and (max-width: 940px) {
	.top #exhibition .c_exhibition {
		padding: 120px 0 68px;
	}
	#exhibition .areaBlock .tableBlock {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;	
	padding: 0 30px;
	overflow: scroll;
	}

	#exhibition .areaBlock table {
	width: 980px;
	max-width: none;
	}

	#exhibition .areaBlock table thead th,
	#exhibition .areaBlock table tbody td {
	white-space: nowrap;
	}

	#exhibition .areaBlock table tbody td.td_area,
	#exhibition .areaBlock table tbody td.td_date,
	#exhibition .areaBlock table tbody td.td_time,
	#exhibition .areaBlock table tbody td.td_place,
	#exhibition .areaBlock table tbody td.td_car {
	width: auto;
	}
	.top #exhibition .areaBlock p .small-red {
		font-size: 10px;
	}
}


/*============================
#lineup
============================*/
/* .top #lineup{
padding: 57px 0 0;
margin: -57px 0 0;
} */
.top #lineup .c_lineup{
background: #F6F6F6;
padding: 83px 0 54px 0;
/*	margin-top: 90px;*/
}
.top #lineup .c_lineup__inner{
}
.top #lineup .c_lineup__title{
margin-bottom: 30px;
}
.top #lineup .c_lineup__text{
font-size: 22px;
letter-spacing: -0.02em;
line-height: 42px;
}
.top #lineup .c_lineup__list{
margin-top: 68px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px;
}
.top #lineup .c_lineup__item{
max-width: 480px;
width: calc((100% - 20px) / 2);
/* margin-bottom: 16px; */
background: #fff;
}
/* .top #lineup .c_lineup__item:nth-child(1) {
	width: 100%;
	max-width: 100%;
} */
.top #lineup .c_lineup__item_image{
width: 100%;
height: 220px;
overflow: hidden;
}

.top #lineup .c_lineup__item .c_lineup__item_image img.sp{
display: none;
}
.top #lineup .c_lineup__item .c_lineup__item_image img.pc{
display: block;
}


.top #lineup .c_lineup__item_content{
display: flex;
width: 100%;
position: relative;
}
.top #lineup .c_lineup__item_inner{
width: 100%;
padding: 30px 70px 40px 27px;
}
.c_lineup__item_inner.--left {
	position: relative;
	padding-left: 100px !important;
}
.c_lineup__item_inner.--left::before {
	position: absolute;
	content: "EV";
	width: 50px;
	color: white;
	background-color: #0176C7;
	top: 30px;
	bottom: 40px;
	font-weight: bold;
	/* border: 1px solid black; */
	/*font-family: 'Montserrat', sans-serif;*/
	display: flex;
	align-items: center;
	justify-content: center;
	left: 27px;
}
.top #lineup .c_lineup__item_title{
font-size: 20px ;
/*font-family: 'Montserrat', sans-serif;*/
text-align: left;
font-weight: 500;
}
.top #lineup .c_lineup__item_text{
text-align: left;
margin-top: 7px;
font-size: 16px;
letter-spacing: 0;
line-height: 26px;
position: relative;
}

.top #lineup .c_lineup__item_content::after{
content: "";
position: absolute;
top: 0;
right: 27px;
bottom: 0;
margin: auto;
width: calc(36px / 2);
height: calc(36px / 2);
background: url(../img/icon-arrow.png)no-repeat center center / cover;
}


@media screen and (max-width: 1024px) {

.top #lineup .c_lineup__item_content{
padding-right: 46px;
}

.top #lineup .c_lineup__item_content::after{
right: 17px;
}

.top #lineup .c_lineup__item_image{
height: auto;
}

}

@media screen and (max-width: 750px) {
.top #lineup .c_lineup{
padding: 31px 0 38px 0;
}

.top #lineup .c_lineup__list{
margin-top: 31px;
display: block;
}

.top #lineup .c_lineup__item{
width: 100%;
margin: 0 auto 15px;
}
.top #lineup .c_lineup__item a{
display: flex;
justify-content: flex-start;
align-items: center;
}

.top #lineup .c_lineup__item_image{
width: 48%;
}

.top #lineup .c_lineup__item .c_lineup__item_image img.pc{
display: none;
}
.top #lineup .c_lineup__item .c_lineup__item_image img.sp{
display: block;
}

.top #lineup .c_lineup__item_inner{
padding: 25px 37px 25px 13px;
}

.top #lineup .c_lineup__item_content{
width: 52%;
padding-right: 0;
}

.top #lineup .c_lineup__item_content::after{
width: 15px;
height: 15px;
right: 12px;
}

.top #lineup .c_lineup__item_title{
font-size: 16px;
}
.top #lineup .c_lineup__item_text{
font-size: 12px;
line-height: 17px;
margin-top: 22px;
}
.c_lineup__item_inner.--left {
	padding-left: 13px !important;
}
.c_lineup__item_inner.--left::before {
	position: static;
	width: 58px;
	margin-bottom: 10px;
	height: 18px;
	/* position: relative;
	display: block;
	height: fit-content;
	padding: 3px 20px;
	margin-bottom: 10px;
	left: initial;
	width: fit-content; */
}

}


/*============================
#comparison
============================*/
.top #comparison.l_section {
    padding-top: 70px;
}

.top #comparison .first_text {
    margin-bottom: 38px;
}

.top #comparison .thumb {
	width: 93px;
	height: auto;
	display: block;
	margin: 0 auto 5px;
}

.top #comparison .car-name {
	font-size: 16px;
	font-weight: 500;
}

/* 上部スクロールバー */
.top #comparison .scrollbar-top {
    height: 20px;
    position: relative;
	background: #C2C2C2;
	border-radius: 9999px;
	width: 100%;
	margin-left: auto;
	margin-bottom: 0;

}

.top #comparison .scrollbar-top.fixed {
	position: fixed;
	/* position: sticky; */
	/* right: 0; */
	top: 70px;
	z-index: 8;
	margin-left: 190px;
}

.top #comparison .scrollbar-thumb {
    width: 176px;
    height: 20px;
    background: #0176C7;
    border-radius: 9999px;
    position: absolute;
    top: 0;
    left: 0;
}

/* スクロール用のインナー */
/* .top #comparison .scrollbar-inner {
    height: 1px;
} */

.top #comparison .cell-img {
	width: 176px;
	height: auto;
	display: block;
	margin: 0 auto 6px;
}

.top #comparison .cell-text {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}


/*

上部スクロールバー
	
*/
.top #comparison .scrollbar-top {
    /* height: 20px;
    position: relative;
	background: #C2C2C2;
	border-radius: 9999px;
	width: 100%;
	margin-left: auto;
	margin-bottom: 0; */
    height: 20px;
    position: relative;
    background: #C2C2C2;
    border-radius: 9999px;
    width: calc(100% - 190px);
	max-width: 790px;
    margin-left: 190px;
    margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
	.top #comparison .scrollbar-top {
		display: none;
	}
}

.top #comparison .scrollbar-top-fixed{
	position: fixed;
    top: 58px;
    display: none;
    background: #ffffff;
    width: 100%;
    left: 50%;
    padding: 11px 0 0 0;
    max-width: 980px;
    /* margin: auto; */
    transform: translateX(-50%);
    box-sizing: border-box;
	z-index: 2;
}

@media screen and (max-width: 1024px) {
	.top #comparison .scrollbar-top-fixed{
		padding: 11px 15px 0 15px;
	}
}

@media screen and (max-width: 750px) {
	.top #comparison .scrollbar-top-fixed{
		display: none;
	}
}


	.top #comparison .scrollbar-top-fixed .scrollbar-top{
		margin-left: auto;
	}


.top #comparison .scrollbar-thumb {
    width: 176px;
    height: 20px;
    background: #0176C7;
    border-radius: 9999px;
    position: absolute;
    top: 0;
    left: 0;
	cursor: pointer;
}

/* 
.top #comparison .scrollbar-top.fixed {
	position: fixed;
	top: 70px;
	z-index: 8;
	margin-left: 190px;
} */



/*

c_table
	
*/

.c_table_fixed_header * ,
.c_table * {
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
}

.c_table {
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

@media screen and (max-width: 750px) {
	.c_table {
		margin-left: -15px;
		width: calc(100% + 30px);
	}
	
}

.c_table table {
	width: auto;
	border-collapse: separate;
	border-spacing: 0;
}

.c_table table th,
.c_table table td {
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
}

.c_table table td {
	transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.c_table.c_table_slideIn td {
	padding-top: 20px;
}

/* .c_table_fixed_header table thead th,
.c_table table thead th {
	
} */

.c_table_fixed_header table thead th ,
.c_table table thead th {
	vertical-align: middle;
}

.c_table_fixed_header table thead th .c_table_th,
.c_table table thead th .c_table_th{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
	font-size: 14px;
	background: #F6F6F6;
	width: calc(100% - 12px);
	/* padding: 13px 5px; */
	text-align: center;
	box-sizing: border-box;
	margin-left: 12px;
	margin-bottom: 24px;
	font-weight: normal;
	line-height: 1;
}

@media screen and (max-width: 750px) {
	.c_table_fixed_header table thead th .c_table_th,
	.c_table table thead th .c_table_th{
		width: calc(100% - 10px);
		height: 30px;
		font-size: 12px;
		margin-bottom: 10px;
		font-weight: bold;
		margin-left: 10px;
	}

	.c_table.c_table_slideIn table thead th .c_table_th {
		margin-bottom: 30px;
	}


}


.c_table_fixed_header table .c_table_th_left,
.c_table table .c_table_th_left,
.c_table table tbody th{
	position: sticky;
	left: 0;
	background: #ffffff;
	vertical-align: middle;
}

@media screen and (max-width: 750px) {
	.c_table_fixed_header table .c_table_th_left,
	.c_table table .c_table_th_left,
	.c_table table tbody th{
		position: relative;
	}

	.c_table.c_table_slideIn table tbody th:after{
        content: '';
        width: 130px;
        height: 100px;
        display: block;
	}

	.c_table.c_table_slideIn table tbody th {
		position: sticky;
		background: none;
	}
}


.top #comparison .c_table_model {
	width: calc(190px);
	margin-bottom: 24px;
	text-align: center;
	position: relative;
	transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

@media screen and (max-width: 750px) {
	.top #comparison .c_table.c_table_slideIn .c_table_model {
		display: flex;
		align-self: center;
		gap: 0 5px;
		/* transform: translateX(15px) translateY(-100px); */
		margin-bottom: 0;
		position: absolute;
		top: -2px;
		left: 15px;
	}

	.top #comparison .c_table_model {
		width: 130px;
	}

	.top #comparison .c_table_model img.thumb {
		width: 70px;
	}

	.top #comparison .c_table.c_table_slideIn .c_table_model img.thumb {
		display: none;
	}

	.top #comparison .car-name {
		font-size: 14px;
		margin-top: 4px;
	}

	.top #comparison .c_table.c_table_slideIn .car-name {
		margin-top: 0;
		line-height: 1.2;
	}
}


.c_table_model.c_table_model_ev:before {
    position: absolute;
    content: "EV";
    background-color: #0176C7;
    color: white;
    /*font-family: 'Montserrat', sans-serif;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 3px;
    width: fit-content;
    height: fit-content;
    top: 5px;
    left: 10px;
    z-index: 1;
}

@media screen and (max-width: 750px) {
	.c_table_model.c_table_model_ev:before {
		font-size: 12px;
	}

	.c_table.c_table_slideIn .c_table_model.c_table_model_ev:before {
		position: relative;
		top: 0;
		left: 0;
	}
}

.c_table_cell {
	width: 176px;
	margin-left: 12px;
	margin-bottom: 24px;
}

@media screen and (max-width: 750px) {
	.c_table_cell {
		width: 130px;
		margin-left: 10px;
		margin-bottom: 20px;
	}

	.c_table_cell .cell-text {
		font-size: 12px !important;
		text-align: left !important;
	}

	.c_table_cell .cell-text br {
		display: none;
	}

	.c_table_cell img {
		width: 100% !important;
	}
}

.c_table_fixed_header table .c_table_first_left .c_table_th,
.c_table table .c_table_first_left .c_table_th,
.c_table table .c_table_first_left .c_table_cell{
	width: 176px;
	margin-left: 0px;
}

@media screen and (max-width: 750px) {
	.c_table_fixed_header table .c_table_first_left .c_table_th,
	.c_table table .c_table_first_left .c_table_th,
	.c_table table .c_table_first_left .c_table_cell{
		width: 130px;
		margin-left: 0px;
	}
}

.c_table_fixed_header {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
	position: fixed;
	z-index: 9999;
	top: calc(59px + 40px);
	left: 50%;
	transform: translateX(-50%);
	height: 57px;
	box-sizing: border-box;
	display: none;
	background: #ffffff;
}
@media screen and (max-width: 1024px) {
	.c_table_fixed_header {
		padding: 0 15px;
		left: 0%;
		transform: translateX(0%);
		top: 98px;
	}
}
@media screen and (max-width: 750px) {
	.c_table_fixed_header {
		padding: 10px 0 0 0;
		height: 52px;
		top: 57px;
	}
}

	.c_table_fixed_header:before {
		content: '';
		width: 190px;
		height: 60px;
		position: absolute;
		left: 0;
		top: 0;
		background: #ffffff;
		z-index: 2;
	}

	@media screen and (max-width: 1024px) {
		.c_table_fixed_header:before {
			width: calc(190px + 15px);
		}

		.c_table_fixed_header:after {
			content: '';
			width: 15px;
			height: 60px;
			position: absolute;
			right: 0;
			top: 0;
			background: #ffffff;
			z-index: 2;
		}
	}

	@media screen and (max-width: 750px) {
		.c_table_fixed_header:before {
			display: none;
		}

		.c_table_fixed_header:after {
			display: none;
		}
	}






/*============================
#question
============================*/

.top #question .c_question{
padding: 130px 0 81px;
}

.top #question .first_text{
margin-bottom: 41px;
}

.top #question .question_box{
	position: relative;
	max-width: 858px;
	height: 527px;
	margin: 0 auto 45px;
}

.top #question .question_box .center{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 150px;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.top #question .question_box .center img{
	width: 100%;
	height: auto;
}

.top #question .question_box .car_img{
	position: absolute;
	width: 140px;
	height: auto;
}

.top #question .question_box .car_img img{
	width: 100%;
	height: auto;
}


.top #question .question_box .left1 {top: 0; left: 17% }
.top #question .question_box .left2 {
	top: 47.5%;
	left: 0;
	transform: translateY(-50%);
	position: absolute;
}
.top #question .question_box .left3 { bottom: 0; left: 15%; }

.top #question .question_box .right1 { top: 0; right: 17.5%; }
.top #question .question_box .right2 {
	top: 49%;
	right: 0;
	transform: translateY(-50%);
	position: absolute;
}
.top #question .question_box .right3 { bottom: 0; right: 15%; }

@media screen and (max-width: 750px) {

	.top #question .c_question{
		padding: 70px 0 0;
	}

	.top #question .question_box {
		width: 92.5%;
		max-width: 480px;
		height: auto;
		position: relative;
		margin: 0 auto 45px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.top #question .question_box .left-column,
	.top #question .question_box .right-column {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 20px;
	}

	.top #question .question_box .center {
		width: 33%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 47%;
		transform: translate(-50%, -50%);
		z-index: 2;
	}

	.top #question .question_box .car_img {
		width: 50%;
		height: auto;
		position: relative;
	}

	.top #question .question_box .left1,
	.top #question .question_box .left2,
	.top #question .question_box .left3,
	.top #question .question_box .right1,
	.top #question .question_box .right2,
	.top #question .question_box .right3 {
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		transform: none;
	}

	.top #question .question_box .left1,
	.top #question .question_box .left2,
	.top #question .question_box .left3 {
		align-self: flex-start;
	}

	.top #question .question_box .right1,
	.top #question .question_box .right2,
	.top #question .question_box .right3 {
		align-self: flex-end;
	}
}

/*============================
#progress
============================*/
.top #progress .c_progress{
	padding: 83px 0 54px 0;
	}
	.top #progress .c_progress__list{
	margin: 20px 0 110px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0;
	}
	.top #progress .c_progress__item{
	/* max-width: 480px; */
	width: calc((100% - 30px) / 2);
	background: #fff;
	}
	.top #progress .c_progress__item_image{
	width: 100%;
	height: auto;
	overflow: hidden;
	}
	
	.top #progress .c_progress__item .c_progress__item_image img.sp{
	display: none;
	}
	.top #progress .c_progress__item .c_progress__item_image img.pc{
	display: block;
	}
	
	
	.top #progress .c_progress__item_content{
	display: flex;
	width: 100%;
	position: relative;
	}
	.top #progress .c_progress__item_inner{
	width: 100%;
	padding-top: 24px;
	}
	.top #progress .c_progress__item_title{
	font-size: 22px ;
	/*font-family: 'Montserrat', sans-serif;*/
	text-align: center;
	font-weight: 500;
	}
	.top #progress .c_progress__item_text{
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 30px;
	position: relative;
	}
	
	@media screen and (max-width: 750px) {
	.top #progress .c_progress{
	padding: 70px 0 70px 0;
	}
	
	.top #progress .c_progress__list{
	margin: 31px 0 0;
	display: block;
	}
	
	.top #progress .c_progress__item{
	width: 100%;
	margin: 0 auto 25px;
	max-width: none;
	}

	.top #progress .c_progress__item:last-child{
	margin: 0 auto 0;
	}
	.top #progress .c_lprogress__item a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	}
	
	.top #progress .c_progress__item .c_progress__item_image img.pc{
	display: none;
	}
	.top #progress .c_progress__item .c_progress__item_image img.sp{
	display: block;
	}

	.top #progress .c_progress__item_inner{
		padding-top: 12px;
	}
	
	.top #progress .c_progress__item_title{
	font-size: 16px;
	}
	.top #progress .c_progress__item_text{
	font-size: 14px;
	line-height: 23px;
	margin-top: 10px;
	}
}


/* -------------------------------------------------- */
/*============================
#voice
============================*/

.top #voice{
background-color: #f6f6f6;
padding: 83px 0 68px;
}

.top #voice p.first_text{
margin-bottom: 68px;
}

.top #voice .list {
background-color: #f6f6f6;
padding: 71px 0;
}

.top #voice ul {
margin: 0 auto;
overflow: hidden;
text-align: center;
width: 988px;
}

.top #voice li {
background-color: #fff;
margin: 4px;
width: 321px;
}

.top #voice li a {
display: block;
text-align: left;
}

.top #voice li .info {
background: url(../img/icon_more.png) right 30px center no-repeat;
background-size: 19px;
padding: 36px 30px 30px;
}

.top #voice li .model {
font-size: 125%;
}

.top #voice li .name {
margin-top: 22px;
line-height: 1.71;
}

.top #voice .list{
padding: 0;
}

.top #voice ul {
margin: 0 auto;
overflow: hidden;
text-align: center;
max-width: 988px;
width: 100%;
flex-wrap: wrap;
display: flex;
}

.top #voice li {
background-color: #fff;
margin: 4px;
max-width: 321px;
width: 100%;
}

.top #voice li a {
display: block;
text-align: left;
}

.top #voice li .thumb .pc {
display: block;
}

.top #voice li .thumb .sp {
display: none;
}

.top #voice li .info {
background: url(../img/icon_more.png) right 30px center no-repeat;
background-size: 19px;
padding: 36px 30px 30px;
}

.top #voice li .model {
font-size: 125%;
}

.top #voice li .name {
margin-top: 22px;
line-height: 1.71;
}

.top #voice .hide_cnt .btn_open{
display: block;
margin: 55px auto 0;
border: 1px solid #221714;
max-width: 350px;
font-size: 16px;
padding: 21px 0 19px;
position: relative;
cursor: pointer;
}

.top #voice .hide_cnt .btn_open::after{
content: '';
display: block;
width: 17px;
height: 17px;
background: url("../img/icon02_more.png") no-repeat center;
background-size: contain;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
transition: .3s ease;
}

.top #voice .hide_cnt .btn_open.close::after{
transform: translateY(-50%) rotate(180deg);
}

.top #voice .hide_cnt .hide_box{
display: none;
}

@media screen and (max-width: 1024px) {
.top #voice li {
margin: 0.66%;
width: 32%;
}
.top #voice li .info{
padding: 26px 32px 30px 18px;
background: url(../img/icon_more.png) right 12px center no-repeat;
background-size: 16px;
}
.top #voice li .name{
font-size: 14px;
margin-top: 16px;
}

.top #voice li .model{
font-size: 18px;
}


}

@media screen and (max-width: 750px) {
.top #voice{
padding: 30px 0 50px;
/* margin: -57px 0 0; */
margin: 0;
}

.top #voice p.first_text{
margin-bottom: 23px;
}

.top #voice .list{
padding: 0;
}

.top #voice ul {
display: block;
}

.top #voice li {
max-width: 480px;
width: 92.5%;
margin: 0 auto 9px;
}

.top #voice li.sp_hidden {
display: none;
}

.top #voice li a {
display: flex;
justify-content: center;
align-items: center;
}

.top #voice li .thumb {
width: 48%;
}

.top #voice li .thumb .pc {
display: none;
width: 100%;
}

.top #voice li .thumb .sp {
display: block;
}

.top #voice li .info {
background: url(../img/icon_more.png) right 12px center no-repeat;
background-size: 15px;
padding: 14px 30px 14px 13px;
width: 52%;
}

.top #voice li .model {
font-size: 14px;
}

.top #voice li .name {
font-size: 12px;
}

.top #voice .hide_cnt .btn_open{
margin: 41px auto 0;
max-width: 296px;
width: 92.5%;
font-size: 14px;
padding: 14px 0 15px;
}
.top #voice .hide_cnt .btn_open::after{
width: 15px;
height: 15px;
}





}

/*============================
#faq
============================*/
.top #faq .c_faq {
	padding: 90px 0 60px;
}

.top #faq .c_faq:last-child {
	padding: 90px 0 0;
}

.top #faq .c_faq .faq_title{
	padding-bottom: 60px;
}

.top #faq .c_faq__box{
	padding-bottom: 75px;
}

.top #faq .c_faq__box:last-child{
	padding-bottom: 60px;
}

.top #faq .c_faq__box .first_text{
	line-height: 1;
	margin-bottom: 12px;
}

.top #faq .c_faq__item {
	border: 1px solid #6D6D6D;
	margin-top: 10px;
	text-align: left;
	cursor: pointer;
	display: none;
}

.top #faq .c_faq__item:nth-child(-n+2) {
	display: block;
}

.top #faq .c_faq__item .question {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding: 30px 40px;
	cursor: pointer;
}

.top #faq .c_faq__item .question .question__icon {
	font-size: 16px;
	margin-right: 35px;
}

.top .c_faq__item .answer {
	padding: 0 70px 35px 94px;
	font-size: 14px;
	line-height: 24px;
	display: none;
	cursor: pointer;
}

.top #faq .c_faq__item .question .toggle-icon {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
}

.top #faq .c_faq__item .question .toggle-icon::before,
.top #faq .c_faq__item .question .toggle-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #000000;
	transition: transform .3s;
}

.top #faq .c_faq__item .question .toggle-icon::before {
	width: 2px;
	height: 16px;
	margin-left: -1px;
	transform: translateY(-50%);
}

.top #faq .c_faq__item .question .toggle-icon::after {
	width: 16px;
	height: 2px;
	margin-top: -1px;
	transform: translateX(-50%);

}

.top #faq .c_faq__item .question.open .toggle-icon::before {
	transform: translateY(-50%) rotate(90deg);
}

.top #faq .c_faq__box .faq-more-wrap{
	text-align: center;
  margin-top: 20px;
}

.top #faq .c_faq__box .faq-more-wrap .faq-more-btn{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font: inherit;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.top #faq .c_faq__box .faq-more-wrap .faq-more-btn label{
	font-size: 16px;
}

.top #faq .c_faq__box .faq-more-wrap .faq-more-btn .icon{
	content: "";
	width: 17px;
    height: 17px;
    background: url(../../common/img/icon-link.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.top #faq .c_faq__box .faq-more-wrap .faq-more-btn.active .icon{
	transform: rotate(180deg);
}

@media screen and (max-width: 750px) {
	.top #faq .c_faq {
		padding: 100px 0 30px;
	}
	
	.top #faq .c_faq .faq_title{
		padding-bottom: 30px;
	}
	
	.top #faq .c_faq__box{
		padding-bottom: 40px;
	}
	
	.top #faq .c_faq__box .first_text{
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.top #faq .c_faq__item {
		border: 1px solid #6D6D6D;
		margin-top: 14px;
		text-align: left;
		cursor: pointer;
		display: none;
	}
	
	.top #faq .c_faq__item .question {
		font-size: 14px;
		line-height: 18px;
		padding: 35px 40px 35px 12px;
	}
	
	.top #faq .c_faq__item .question .question__icon {
		font-size: 16px;
		margin-right: 12px;
	}
	
	.top .c_faq__item .answer {
		padding: 0 30px 34px;
		font-size: 12px;
		line-height: 18px;
	}
	
	.top #faq .c_faq__item .question .toggle-icon {
		right: 12px;
	}
	
	.top #faq .c_faq__box .faq-more-wrap{
	  margin-top: 20px;
	}

	.top #faq .c_faq__box .faq-more-wrap .faq-more-btn .label{
		font-size: 14px;
		color: #231816;
	}
}

/*============================
#history
============================*/


.top #history {
padding: 83px 0 35px;
}

.top #history h2{
/*height: 42px;*/
/*margin-bottom: 33px;*/
}

.top #history .first_text{
margin-bottom: 80px;
}

.top #history .cnt_img{
display: block;
width: 100%;
max-width: 980px;
margin: 0 auto 53px;
}

@media screen and (max-width: 750px) {

.top #history {
padding: 50px 0 10px;
}
.top #history .first_text{
margin-bottom: 28px;
}
.top #history .cnt_img{
margin: 0 auto 51px;
}

}

/*============================
#cm
============================*/

.top #cm {
padding: 88px 0 55px;
}

.top #cm h2.title{

}

.top #cm .first_text{
margin-bottom: 67px;
}

.top #cm .movie_box{
max-width: 230px;
width: 23.47%;
/* margin: 0 10px; */
margin: 0 2.04% 0 0;
}

.top #cm .movie_box:nth-of-type(4n){
margin-right: 0;
}

.top #cm .movie{
margin: 0 auto;
/* max-width: 750px; */
/* max-width: 395px; */
}

.top #cm .movie ul{
display: flex;
align-items: start;
/* justify-content: space-between; */
flex-wrap: wrap;
}

.top #cm .movie li{
margin-bottom: 25px;
}

.top #cm .movie .title{
margin-bottom: 2px;
color: #000;
font-size: 16px;
line-height: 22px;
}

.top #cm .movie .title span{
display: block;
font-weight: 700;
margin-bottom: 2px;
}
.top #cm .movie .info_text{
font-size: 12px;
}

/* .top #cm .movie_slider .slick-dots{
bottom: 0;
} */
.top #cm .movie_slider .slick-arrow{
top: 36%;
}
.top #cm .cnt_text{
font-size: 14px;
line-height: 20px;
color: #26639C;
margin-top: 13px;
text-align: left;
}

.top #cm .cnt_img{
position: relative;
}
.top #cm .cnt_img .icon{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 38px;
}

.top #cm .cnt_text span.red {
color: #c00;
margin-right: 4px;
}

/* .top #cm .slick-arrow.arrow_next {
right: calc(50% - 98px);
}
.top #cm .slick-arrow.arrow_prev {
left: -33px
} */


@media screen and (max-width: 750px) {

.top #cm{
padding: 75px 0 32px;
}

.top #cm .first_text{
margin-bottom: 26px;
}

.top #cm .movie{
max-width: 308px;
}

.top #cm .cnt_text{
margin-top: 8px;
}

.top #cm .movie .title{
font-size: 14px;
line-height: 20px;
}

.top #cm .movie_slider .slick-list{
padding-bottom: 38px;
}

.top #cm .movie_box,.top #cm .movie_box:nth-of-type(4n){
width: 140px;
margin: 0 7px;
}

.top #cm .movie_slider .slick-arrow{
top: auto;
transform: translateY(0);
bottom: -5px;
}
.top .slick-arrow.arrow_next{
right: calc(50% - 62px);
}
.top .slick-arrow.arrow_prev{
left: calc(50% - 62px);
}

}



/*============================
#
============================*/


.top #bottom_area .cnt_smtext{
text-align: left;
}
.top #bottom_area .cnt_smtext .is-indent{
padding-left:2em;
text-indent:-2em;
display: block;
font-size: 12px;
line-height: 22px;
font-family: "HondaGlobalFontJP-Light";
font-weight: normal;
}
.top #bottom_area .cnt_smtext .is-bold{
padding-left:1em;
text-indent:-1em;
font-size: 12px;
line-height: 22px;
display: block;
font-family: 'HondaGlobalFontJP-Light';
font-weight: normal;
}

.top #bottom_area .cnt_smtext .attention{
display: inline-block;
transform: scale(.7);
text-indent: 0;
position: relative;
top: -2px;
}

.top #bottom_area .cnt_smtext .underline{
text-decoration: underline;
}

.top #bottom_area{
margin-top: 55px;
margin-bottom: 45px;
}
@media screen and (max-width: 750px) {
.top #bottom_area.c_smtexts{
margin-top: 45px;
margin-bottom: 25px;
}

.top #bottom_area .cnt_smtext .is-indent{
padding-bottom: 8px;
line-height: 17px;
}

.top #bottom_area .cnt_smtext .is-indent:last-of-type{
padding-bottom: 16px;
}

.top #bottom_area .cnt_smtext .is-bold{
padding-bottom: 8px;
line-height: 17px;
}


}



.l_section{
}
.c_banner{
	background: #707070;
	height: 147px;
}
.c_banner__inner{
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}
.c_banner__list{
	display: flex;
}
.c_banner__button{
	display: block;
	text-decoration: none;
	max-width: 405px;
    width: 100%;
	height: 95px;
	background-color: #fff;
	margin: 0 12px;
}
@media screen and (max-width: 750px) {
	.c_banner{
	background: #707070;
	height: auto;
	padding: 20px 0;
}
.c_banner__inner{
	display: block;
}
.c_banner__list{
	display: block;
}

.c_banner__button{
	display: block;
	text-decoration: none;
	width: 100%;
	height: 45px;
	background-color: #fff;
	margin: 20px auto 0;
}
.c_banner__button:first-of-type{
	margin-top: 0;

}

}

/*============================
#0729追記 N STYLE
============================*/
.top #n_style .c_nstyle{
padding: 60px 0;
background: #EAEAEA;
}

.top #n_style .c_nstyle{
padding: 60px 0;
background: #EAEAEA;
}

.top #n_style .c_nstyle .c_nstyle__inner{
max-width: 820px;
/* max-width: 540px; */
}

.top #n_style .c_nstyle .c_nstyle__title{
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 50px;
}

.top #n_style .c_nstyle .c_nstyle__title .logo{
width: 62.61px;
margin-right: 23.7px;
}

.top #n_style .c_nstyle .c_nstyle__title p{
font-size: 22px;
line-height: 42px;
letter-spacing: -.02em;
text-align: left;
}

.top #n_style .c_nstyle .c_nstyle__slider{
display: flex;
align-items: flex-start;
justify-content: space-between;
}

.top #n_style .c_nstyle .c_nstyle__slider .n_item{
width: 31.71%;
/* width: 48.15%; */
max-width: 260px;
}

.top #n_style .c_nstyle .n_item .cnt_img{
margin-bottom: 18px;
}

.top #n_style .c_nstyle .n_item .title{
font-size: 16px;
line-height: 26px;
font-weight: 500;
margin-bottom: 20px;
}

.top #n_style .c_nstyle .n_item .link_text{
align-items: center;
color: #4D72BF;
display: flex;
font-size: 14px;
font-weight: bold;
/*justify-content: center;*/
/*font-family: "こぶりなゴシック W6 JIS2004";*/
}

.top #n_style .c_nstyle .n_item .link_text .icon{
margin-left: 8px;
width: 17.72px;
}

@media screen and (max-width: 750px) {
.top #n_style .c_nstyle{
padding: 27.5px 0 31px;
background: #EAEAEA;
}

.top #n_style .c_nstyle .c_nstyle__inner{
width: 100%;
}

.top #n_style .c_nstyle .c_nstyle__title{
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 26px;
}

.top #n_style .c_nstyle .c_nstyle__title .logo{
width: 35.16px;
margin-right: 14.85px;
}

.top #n_style .c_nstyle .c_nstyle__title p{
font-size: 14.5px;
line-height: 23px;
letter-spacing: 0;
text-align: left;
}

.top #n_style .c_nstyle .c_nstyle__slider{
padding-bottom: 35px;
position: relative;
justify-content: center;
/* padding-bottom: 52.75px; */
}

.top #n_style .c_nstyle .c_nstyle__slider .slick-track{
transform: translateX(-11%);
}

.top .slick-arrow {
transform: translateY(0);
}

.top #n_style .c_nstyle .c_nstyle__slider .arrow_prev {
width: 20px;
height: 20px;
margin: 0 0 -3px;
border: none;
background-image: url(../img/parts_slider_arrow_left.png);
background-repeat: no-repeat;
background-size: 20px;
background-position: center;
position: absolute;
left: 33%;
top: auto;
bottom: 0;
cursor: pointer;
z-index: 2;
transition: opacity .1s ease;
}

.top #n_style .c_nstyle .c_nstyle__slider .arrow_next {
width: 20px;
height: 20px;
margin: 0 0 -3px;
border: none;
background-image: url(../img/parts_slider_arrow_right.png);
background-repeat: no-repeat;
background-size: 20px;
background-position: center;
position: absolute;
right: 33%;
top: auto;
bottom: 0;
cursor: pointer;
z-index: 2;
transition: opacity .1s ease;
}

.top #n_style .c_nstyle .c_nstyle__slider .n_item{
margin: 0 4.75px;
width: 38.93%;
}


.top #n_style .c_nstyle .n_item .cnt_img{
margin-bottom: 11.425px;
}

.top #n_style .c_nstyle .n_item .title{
font-size: 12px;
line-height: 17.5px;
font-weight: 500;
margin-bottom: 12.5px;
}

.top #n_style .c_nstyle .n_item .link_text{
align-items: center;
color: #4D72BF;
display: flex;
font-size: 10px;
font-weight: bold;
justify-content: center;
/*font-family: "こぶりなゴシック W6 JIS2004";*/
}

.top #n_style .c_nstyle .n_item .link_text .icon{
margin-left: 5.2px;
width: 11px;
}
}

.wrapper {
	display: grid;
}

#header_v {
	display: none !important;
}

#data {
	position: relative;
}

.hex-container {
	position: relative;
	width: 400px;
	height: 400px;
	margin: 50px auto;
  }
  
  .hex-container .center {
	
  }
  
  .hex-container .hex-item {
	
  }


.frame-box-002 {
	margin-top: 5px;
	padding: 3px 8px;
	position: relative;
	font-size: 12px;
	line-height: 1.4;
	z-index: -1;
}

.frame-box-002::before, .frame-box-002::after {
	content: '';
	width: 6px;
	height: 100%;
	position: absolute;
}

.frame-box-002::before {
	border-left: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	top: 0;
	left: 0;
}

.frame-box-002::after {
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	top: 0;
	right: 0;
}


  /* 左側3枚 */
  