:root {
	--font-bold: "HondaGlobalFontJP-Bold", sans-serif;
	--font-light: "HondaGlobalFontJP-Light", sans-serif;
}

#main_content {
	color: #444;
	text-align: left;
	position: relative;
}

.main_image {
	opacity: 0;
/*	filter: blur(4px);
	-webkit-filter: blur(4px);*/
	transition: all 600ms cubic-bezier(.35, .91, .49, .99);
	overflow: hidden;
}

.main_image.on {
	filter: blur(0);
	-webkit-filter: blur(0);
	opacity: 1;
}

.main_image .img {
	transform: scale(1.3);
	transform-origin: center;
	transition: transform 600ms cubic-bezier(.35, .91, .49, .99);
}

.main_image.on .img {
	transform: scale(1);
}

.main_image .img img {
	transition: transform 50ms ease-out;
}

#main_content .btn a,
.link a {
	transition: opacity 100ms ease;
}

#main_content .btn a:hover {
	opacity: .7;
}

#main_content .btn a span,
#main_content .btn a::after {
	position: relative;
}

#main_content .btn a:hover span,
#main_content .btn a:hover::after {
	left: 5px;
}

.wide {
	background-color: #fde9bf;
}

.basic_plus {
	background-color: #b2e2f8;
}

.basic {
	background-color: #ddedbb;
}

.standard {
	background-color: #b2e5e2;
}

.sup {
	font-size: .7em;
	position: relative;
	top: -.3em;
}

.caution li {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

.caution li:last-child {
	margin-bottom: 0;
}

#class_table table {
	width: 930px;
}

#class_table th,
#class_table td {
	vertical-align: middle;
}

#class_table thead th {
	font-size: 16px;
	line-height: 1.5em;
	padding: 10px;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 4px solid #fff;
	background-color: #f5f5f5;
}

#class_table tbody th {
	font-size: 18px;
	line-height: 40px;
	width: 286px;
	padding: 10px 0 10px 20px;
	text-align: left;
	color: #fff;
	border-right: 4px solid #fff;
	background-color: #00a99f;
}

#class_table tbody th p {
	font-size: 18px;
	line-height: 1.5em;
}

#class_table tbody th p span {
	font-size: 12px;
	line-height: 1em;
	display: block;
}

#class_table tbody th p+p {
	margin-top: 15px;
}

#class_table tbody td {
	padding: 20px;
	border-right: 1px solid #fff;
}

#class_table tbody td p {
	font-size: 18px;
	vertical-align: middle;
}

#class_table tbody td li {
	font-size: 14px;
	margin-bottom: 15px;
}

#class_table tbody td li:last-child {
	margin-bottom: 0;
}

#class_table thead th:last-child,
#class_table tbody td:last-child {
	border-right: none;
}

#class_table tbody .icon {
	display: inline-block;
	margin-right: 20px;
}

#class_table tbody .icon+p {
	display: inline-block;
}

#class_table tr.standard th,
#class_table tr.standard td {
	border-top: 4px solid #fff;
}

#aebs {
	padding: 40px 40px;
	/* background-color: #f5f5f5; */
	border: 1px solid #bebebe;
}

#aebs h2 {
	font-size: 32px;
}

#aebs h2 span {
	font-size: 20px;
}

#aebs .col_desc {
    width: 700px;
    float: left;
    padding-right: 30px;
	padding-left: 50px;
}

#aebs .col_desc .copy {
    font-size: 18px;
	line-height: 1.5em;
}

#aebs .col_icon {
	width: 100px;
	float: left;
}

#aebs .col_icon img {
	width: 100%;
	height: auto;
}

#aebs .notes {
    clear: both;
	padding-right: 50px;
	padding-left: 50px;
	margin-bottom: 15px;
}

#aebs .notes h4 {
	font-size: 12px;
    font-family: var(--font-light);
    line-height: 1.5em;
    margin-bottom: 2px;
}

#aebs .notes p {
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 1.7em;
	text-indent: -1.7em;
	font-family: var(--font-light);
}

#lineup h3 {
	text-align: center;
}

#lineup .list {
	background-color: #f5f5f5;
}

.caution li.red {
	color: #cf0000;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.btn_top {
	visibility: hidden;
}

.btn_top a {
	cursor: pointer;
}

@media screen and (min-width: 769px),
print {
	.sp {
		display: none;
	}
	
	#main_content {
		padding-bottom: 100px;
	}

	h2 {
		font-size: 38px;
		line-height: 1.4em;
		margin-bottom: 20px;
		text-align: center;
	}
	#main_content>section {
		width: 930px;
		margin: 0 auto 150px;
	}
	.main_image {
		position: relative;
		margin: 0 auto 20px;
	}
	.main_image .img img {
		width: 100%;
		height: auto;
	}
	.main_image h1 {
		position: absolute;
		top: 0;
		left: 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.catch {
		font-size: 20px;
		line-height: 1.5em;
		margin: 0 auto 140px;
		text-align: center;
	}
	#class_table h2 {
		margin-bottom: 35px;
	}
	#class_table table {
		margin-bottom: 30px;
	}
	#lineup h3 {
		font-size: 18px;
		font-family: var(--font-bold);
		line-height: 40px;
		height: 40px;
		margin: 0 auto 50px;
	}
	#lineup .model {
		position: relative;
		overflow: hidden;
		margin: 0 0 50px;
	}
	#lineup .model .image {
		float: left;
		width: 220px;
		margin: 0 20px 0 0;
	}
	#lineup .model .image .img {
		margin: 0 0 25px;
	}
	#lineup .model .image .img img {
		width: 100%;
		height: auto;
	}
	#lineup .model .image .link {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	#lineup .model .image .link a {
		font-family: var(--font-bold);
		display: block;
		text-decoration: none;
		color: inherit;
	}
	#lineup .model .image .link a:hover {
		opacity: .7;
	}
	#lineup .model .image .link a::after {
		display: inline-block;
		width: 24px;
		height: 24px;
		margin-left: 10px;
		content: '';
		vertical-align: top;
		background: url(../image/model_arrow.png) top left no-repeat;
		background-size: 24px auto;
	}
	#lineup .model .data {
		float: right;
		width: 690px;
	}
	#lineup .model .data_2 {
	float: right;
	width: 690px;
	margin-top: 20px;
	}
	#lineup .model .equipment {
		font-size: 14px;
		line-height: 1.5em;
		margin: 0 0 10px;
		font-family: var(--font-light);
	}
	#lineup .model .list {
		position: relative;
		overflow: hidden;
		box-sizing: border-box;
		min-height: 120px;
	}
	#lineup .model .list::after {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		content: '';
		background-color: #f5f5f5;
	}
	#lineup .model .list .inner {
		float: left;
		width: 330px;
		margin-left: 10px;
	}
	#lineup .model .list .inner .type {
		box-sizing: border-box;
		width: 240px;
		padding: 0 10px;
	}
	#lineup .model .list .inner .class {
		box-sizing: border-box;
		width: 80px;
		margin: 0 10px 0 0;
	}
	#lineup .model .list .inner .header_wrap {
		position: relative;
		overflow: hidden;
		border-bottom: 1px solid #fff;
	}
	#lineup .model .list .inner .header_wrap h4 {
		font-size: 12px;
		float: left;
		padding: 12px 0 8px;
		text-align: center;
	}
	#lineup .model .list .inner ul li {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 8px 0;
		border-bottom: 1px solid #fff;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#lineup .model .list .inner ul li .type {
		font-size: 12px;
		line-height: 15px;
	}
	#lineup .model .list .inner ul li .class {
		font-size: 12px;
		line-height: 30px;
		height: 30px;
		text-align: center;
	}
	.list_wrap {
		margin: 0 auto 95px;
	}
	.list_wrap h3 {
		font-size: 20px;
		font-family: var(--font-bold);
		line-height: 25px;
		margin-bottom: 10px;
	}
	.list_wrap h3 span {
		font-size: 14px;
		font-weight: normal;
		display: block;
	}
	.list_wrap ul {
		width: 930px;
		margin: 0 auto;
	}
	.list_wrap ul li {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 90px;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.list_wrap ul li:last-child {
		margin-bottom: 0;
	}
	.list_wrap .img {
		width: 445px;
	}
	.list_wrap .img img {
		width: 100%;
		height: auto;
	}
	.list_wrap .detail {
		position: relative;
		width: 445px;
	}
	.list_wrap .copy {
		font-size: 18px;
		line-height: 1.5em;
	}
	.list_wrap .btn {
		width: 220px;
		height: 50px;
		margin: 15px 0 0;
		text-align: center;
	}
	.list_wrap .btn a {
		font-size: 18px;
		line-height: 50px;
		display: block;
		height: 100%;
		text-decoration: none;
		color: #fff;
		background-color: #4baed7;
	}
	.list_wrap .btn a:hover {
		opacity: .7;
	}
	.list_wrap .btn a span {
		display: inline-block;
		width: 18px;
		height: 50px;
		margin-left: 14px;
		vertical-align: top;
		background: url(../image/btn_arrow.png) center center no-repeat;
		background-size: 18px auto;
	}
	.table_caution li {
		font-size: 12px;
		line-height: 1.5em;
		padding-left: 1.9em;
		text-indent: -1.9em;
		font-family: var(--font-light);
	}
	.table_caution li.option {
		margin-top: 5px;
		padding-left: 1.0em;
		text-indent: -1.0em;
	}
	.caution {
		font-size: 12px;
		line-height: 1.5em;
		width: 930px;
		margin: 0 auto 50px;
		font-family: var(--font-light);
	}
	.caution li {
		padding-left: 1em;
		text-indent: -1em;
	}
	.manual {
		margin: 0 auto;
	}
	.manual .caption {
		font-size: 12px;
		line-height: 1.5em;
		margin-bottom: 5px;
		text-align: center;
		color: #cf0000;
	}
	.manual .btn a {
		font-size: 18px;
		line-height: 50px;
		display: block;
		width: 280px;
		margin: 0 auto;
		text-align: center;
		text-decoration: none;
		color: #fff;
		background-color: #4baed7;
	}
	.manual .btn a::after {
		position: relative;
		display: inline-block;
		width: 18px;
		height: 50px;
		margin-left: 14px;
		content: '';
		vertical-align: top;
		background: url(../image/btn_arrow.png) center center no-repeat;
		background-size: 18px auto;
	}
	.manual .btn a:hover {
		opacity: .7;
	}
	.btn_top {
		width: 45px;
		position: fixed;
		bottom: 20px;
		right: 20px;
	}
	.btn_top img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	
	#main_content {
		padding-bottom: 50px;
	}

	h2 {
		font-size: 23px;
		line-height: 32px;
		margin: 0 10px 35px;
		text-align: center;
	}
	#main_content>section {
		margin-bottom: 70px;
	}
	.main_image {
		position: relative;
		margin: 0 auto 15px;
	}
	.main_image .img img {
		width: 100%;
		height: auto;
	}
	.main_image h1 {
		position: absolute;
		top: 0;
		left: 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.main_image h1 img {
		width: 73.6%;
		height: auto;
	}
	.catch {
		font-size: 16px;
		line-height: 1.5em;
		margin: 0 15px 80px;
	}
	#class_table h2 {
		margin: 0 10px 20px;
	}
	#class_table .table_wrap {
		overflow-x: auto;
		margin: 0 0 15px;
		padding-right: 15px;
	}
	#class_table .table_wrap table {
		width: 550px;
		margin: 0 0 0 15px;
	}
	#class_table .table_wrap table thead th {
		/* text-align: left; */
	}
	#class_table .table_wrap table tbody th {
		width: 160px;
		padding-right: 15px;
		padding-left: 15px;
	}
	#class_table .table_wrap table tbody th p span {
		line-height: 1.5em;
	}
	#class_table .table_wrap table tbody td {
		padding: 15px;
	}
	#class_table .table_wrap table tbody td:nth-of-type(1) {
		/* width: 120px; */
		width: 110px;
		padding: 15px 10px;
		text-align: center;
	}
	#class_table .table_wrap table tbody td:nth-of-type(1) p {
		/* font-size: 18px; */
		font-size: 14px;
		display: block;
		margin: 0 auto;
		white-space: nowrap;
	}
	#class_table .table_wrap table tbody td:nth-of-type(1) .icon {
		/* margin-bottom: 10px; */
		margin-bottom: 5px;
	}
	#class_table .table_wrap table tbody td:nth-of-type(1) .icon img {
		width: 70%;
	}
	#class_table .table_wrap table tbody td li {
		margin-bottom: 10px;
	}
	#class_table .table_wrap table tbody td li:last-child {
		margin-bottom: 0px;
	}
	#aebs {
		padding: 40px 15px;
	}
	#aebs h2 {
		font-size: 23px;
	}
	#aebs h2 span {
		font-size: 14px;
	}
	#aebs .col_desc {
		width: 75%;
		float: left;
		padding-right: 20px;
		margin-bottom: 20px;
	}

	#aebs .col_desc .copy {
	    font-size: 14px;
	}

	#aebs .col_icon {
		width: 25%;
	}
	#aebs .col_icon img {
	}
	#aebs .notes {
		margin-bottom: 10px;
	}
	#aebs .notes h4 {
    	margin-bottom: 2px;
		font-size: 12px;
	}
	#aebs .notes p {
		font-size: 12px;
	}
	#lineup {
		margin-right: 15px;
		margin-left: 15px;
	}
	#lineup h3 {
		font-size: 18px;
		font-family: var(--font-bold);
		line-height: 40px;
		height: 40px;
		margin-bottom: 50px;
		text-align: center;
	}
	#lineup .model {
		margin-bottom: 50px;
	}
	#lineup .model .image .img {
		margin-bottom: 15px;
	}
	#lineup .model .image .img img {
		width: 100%;
		height: auto;
	}
	#lineup .model .image .link {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
		text-align: center;
	}
	#lineup .model .image .link a {
		font-family: var(--font-bold);
		display: block;
		text-decoration: none;
		color: inherit;
	}
	#lineup .model .image .link a:hover {
		opacity: .7;
	}
	#lineup .model .image .link a::after {
		display: inline-block;
		width: 24px;
		height: 24px;
		margin-left: 10px;
		content: '';
		vertical-align: top;
		background: url(../image/model_arrow.png) top left no-repeat;
		background-size: 24px auto;
	}
	#lineup .model .equipment {
		font-size: 14px;
		line-height: 21px;
		margin: 0 0 10px;
	}
	#lineup .model .list {
		box-sizing: border-box;
	}
	#lineup .model .list .inner {
		margin-right: 10px;
		margin-left: 10px;
	}
	#lineup .model .list .inner .type {
		box-sizing: border-box;
		margin-right: 10px;
		padding: 0;
		width: 70%;
	}
	#lineup .model .list .inner .class {
		box-sizing: border-box;
		width: 30%;
		margin: 0;
		-webkit-flex: 0 0 30%;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
	}
	#lineup .model .list .inner .header_wrap {
		position: relative;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#lineup .model .list .inner .header_wrap.pc {
		display: none;
	}
	#lineup .model .list .inner .header_wrap h4 {
		font-size: 12px;
		margin-right: 0;
		padding: 12px 0 8px;
		text-align: center;
	}
	#lineup .model .list .inner .header_wrap h4 .type {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	#lineup .model .list .inner ul li {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 8px 0;
		border-top: 1px solid #fff;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#lineup .model .list .inner ul li .type {
		font-size: 12px;
		line-height: 15px;
	}
	#lineup .model .list .inner ul li .class {
		font-size: 12px;
		line-height: 30px;
		width: 30%;
		height: 30px;
		text-align: center;
	}
	#lineup .table_caution {
		margin-right: 0;
		margin-left: 0;
	}
	.list_wrap {
		margin: 0 15px;
	}
	.list_wrap h3 {
		font-size: 18px;
		font-family: var(--font-bold);
		line-height: 24px;
		margin-bottom: 5px;
	}
	.list_wrap h3 span {
		font-size: 14px;
		font-weight: normal;
		display: block;
	}
	.list_wrap li {
		margin-bottom: 60px;
	}
	.list_wrap .img {
		margin: 0 0 15px;
	}
	.list_wrap .img img {
		width: 100%;
		height: auto;
	}
	.list_wrap .copy {
		font-size: 14px;
		line-height: 1.5em;
		margin: 0 0 15px;
	}
	.list_wrap .btn {
		width: 220px;
		height: 50px;
		margin: 0 auto;
		text-align: center;
	}
	.list_wrap .btn a {
		font-size: 18px;
		line-height: 50px;
		display: block;
		height: 100%;
		text-decoration: none;
		color: #fff;
		background-color: #4baed7;
	}
	.list_wrap .btn a:hover {
		opacity: .7;
	}
	.list_wrap .btn a span {
		display: inline-block;
		width: 18px;
		height: 50px;
		margin-left: 14px;
		vertical-align: top;
		background: url(../image/btn_arrow.png) center center no-repeat;
		background-size: 18px auto;
	}
	.table_caution {
		font-size: 12px;
		line-height: 1.5em;
		margin: 0 15px;
		font-family: var(--font-light);
	}
	.table_caution li {
		padding-left: 1.9em;
		text-indent: -1.9em;
	}
	.table_caution li.option {
		margin-top: 5px;
		padding-left: 1.0em;
		text-indent: -1.0em;
	}
	.caution {
		font-size: 12px;
		line-height: 1.5em;
		margin: 0 15px 50px;
		font-family: var(--font-light);
	}
	.manual {
		margin: 0 auto;
	}
	.manual .caption {
		font-size: 12px;
		line-height: 1.5em;
		margin-bottom: 5px;
		text-align: center;
		color: #cf0000;
	}
	.manual .btn a {
		font-size: 18px;
		line-height: 50px;
		display: block;
		width: 280px;
		margin: 0 auto;
		text-align: center;
		text-decoration: none;
		color: #fff;
		background-color: #4baed7;
	}
	.manual .btn a::after {
		position: relative;
		display: inline-block;
		width: 18px;
		height: 50px;
		margin-left: 14px;
		content: '';
		vertical-align: top;
		background: url(../image/btn_arrow.png) center center no-repeat;
		background-size: 18px auto;
	}
	.manual .btn a:hover {
		opacity: .7;
	}
	.btn_top {
		width: 38px;
		position: fixed;
		bottom: 25px;
		right: 10px;
	}
	.btn_top img {
		width: 100%;
		height: auto;
	}
}
@media screen and (min-width: 480px) and (max-width: 768px) { 
	#class_table .table_wrap {
		padding-right: 0;
		margin: 0 15px 15px;
	}
	#class_table .table_wrap table {
		width: 100%;
		margin: 0;
	}
	#class_table .table_wrap table tbody th {
		width: 220px;
	}
	#class_table .table_wrap table tbody td:nth-of-type(1) {
		width: 180px;
	}
	#class_table .table_wrap table tbody td:nth-of-type(1) .icon img {
		width: 40%;
	}

	#lineup .model .image {
		text-align: center;
	}
	#lineup .model .image .img img {
		width: 75%;
		height: auto;
	}
}

	/*-----------------------------------
	 200203追記
	-----------------------------------*/

	.main_image h1 img{
		width: 85%;
    max-width: 800px;
	}
	.main_image .sub_text {
		font-size: 16px;
		position: absolute;
    top: 50%;
    margin-top: 120px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 520px;
    text-align: center;
	}
	.main_image .sub_text a {
		color: #0064a1;
    text-decoration: none;
    position: relative;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background-color: #ffffff;
    padding: 15px 140px;
    border-radius: 30px;
	}
	.main_image .sub_text a:hover {
	  opacity: .7;
	}
	.main_image .sub_text a:after {
		content: '';
    width: 20px;
    height: 100%;
    display: block;
    background-image: url(../image/parts_ico_btn_detail_arrow_btm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    position: absolute;
    top: -1px;
    right: 115px;
	}
	#subsidy .sub_catch{
		font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 20px;
  }
  #subsidy .red{
  	color: #cf0000;
  }
  #subsidy .sub_catch .red .bold{
  	font-family: var(--font-bold);
  	font-size: 21px;
  }
  #subsidy .subsidy_box{
  	padding: 40px 30px 40px 30px;
    background-color: #f5f5f5;
  }
  #subsidy .subsidy_box .subsidy_target{
  	line-height: 1.2;
  }
  #subsidy .subsidy_box .subsidy_target dt{
  	float: left;
  	width: 10rem;
  	margin-left: -10px;
  }
  #subsidy .subsidy_box .subsidy_target dd{
  	line-height: normal;
	margin-left: 10rem;
  	margin-bottom: 5px;
  }
  #subsidy .subsidy_box .subsidy_target .target_spacing{
    margin-left: -12px;
    margin-right: -12px;
  }
  #subsidy .subsidy_box .subsidy_box_sensing{
  	padding: 15px;
    background-color: #fff;
    margin: 20px auto;
  }
  #subsidy .subsidy_box .subsidy_box_sensing p{
  	display:inline-block;
  	vertical-align: middle;
  }
  #subsidy .subsidy_box .subsidy_box_sensing p:first-child img{
  	width: 100%;
  	max-width: 117px;
  }
  #subsidy .subsidy_box .subsidy_box_sensing p:last-child{
  	width: calc(100% - 128px);
    margin-left: 5px;
    font-size: 12px;
    color: #797979;
    line-height: 1.3;
  }
  #subsidy .subsidy_box .car_choice{
  	display:flex;
		justify-content: center;
  }
  #subsidy .subsidy_box .car_choice .car_box{
  	width: 50%;
  	padding: 15px;
  	margin: 0 10px;
  }
  #subsidy .subsidy_box .car_choice .car_box:first-child{
  	margin-left: 0;
  }
  #subsidy .subsidy_box .car_choice .car_box:last-child{
  	margin-right: 0;
  }
  #subsidy .subsidy_box .car_choice .car_box div{
  	display:flex;
  	justify-content: center;
  }
  #subsidy .subsidy_box .car_choice .car_title{
  	font-family: var(--font-bold);
  	margin-bottom: 20px;
    text-align: center;
	line-height: normal;
	font-size: 14pt;
  }
  #subsidy .subsidy_box .car_choice .car_title_right{
  	font-family: var(--font-bold);
  	margin-bottom: 40px;
    text-align: center;
	line-height: normal;
	font-size: 14pt;
  }
  #subsidy .subsidy_box .car_choice .car_standard{
  	background-color:#c9dff4;
  }
  #subsidy .subsidy_box .car_choice .car_light{
  	background-color:#bacae4;
  }
  #subsidy .subsidy_box .car_choice .car_secondhand{
  	background-color:#a8e2ff;
  }
  #subsidy .subsidy_box .car_choice .car_box div dl{
  	margin: 0 4px;
  }
  #subsidy .subsidy_box .car_choice .car_box div dl:first-child{
  	margin-left:0;
  }
  #subsidy .subsidy_box .car_choice .car_box div dl:last-child{
  	margin-right:0;
  }
  #subsidy .subsidy_box .car_choice .car_box div dl dt{
  	margin-bottom: 5px;
  }
  #subsidy .subsidy_box .car_choice .car_box div dl dt ul li{
  	text-align:center;
  } 
  #subsidy .subsidy_box .car_choice .car_box div dl img{
  	width: 100%;
  	max-width: 120px;
  }
  #subsidy .subsidy_box .car_choice .car_box div dl dd{
  	font-size: 12px;
    line-height: 1.3;
	font-family: var(--font-light);
  }
  #subsidy .subsidy_box .car_choice .car_box div dl dd ul li{
  	letter-spacing: -0.5px;
  }
  #subsidy .subsidy_box .car_cap{
  	margin: 20px auto;
  	padding: 25px;
    background-color: #fff;
  	font-size: 12px;
    color: #797979;
    line-height: 1.4;
  }
  #subsidy .subsidy_box .car_cap li{
		text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
  }
  #subsidy .subsidy_box .car_contact{
    text-align: center;
    color: #797979;
    font-size: 14px;
    font-family: var(--font-bold);
  }
  #lineup .model .equipment{
  	display: flex;
    align-items: flex-end;
  }
  #lineup .model .equipment img{
		margin-right: 12px;
		width: 100%;
		max-width: 120px;
  }

  @media screen and (max-width: 960px) {
	  .main_image .sub_text{
  		margin-top: 12.6%;
	  }
	}
  @media screen and (max-width: 768px) {
  	.main_image .sub_text{
      font-size: 3.5vw;
      width: 69%;
      max-width: none;
      margin-top: 17%;
  	}
  	.main_image .sub_text a{
  		padding: 3% 10%;
  	}
  	.main_image .sub_text a:after{
  		right: 4%;
  		width: 3.4vw;
  		background-size: contain;
  	}
  	#subsidy{
  		margin:auto 15px;
  	}
  	#subsidy .sub_catch{
  		font-size: 16px;
  	}
  	#subsidy .sub_catch .red .bold{
  		font-size: 18px;
  	}
  	#subsidy .subsidy_box{
  		padding: 20px;
  	}
  	#subsidy .subsidy_box .subsidy_target dt{
	    float: none;
	    width: auto;
	    margin-left: -10px;
	    font-size: 16px;
	    margin-bottom: 2px;
  	}
  	#subsidy .subsidy_box .subsidy_target dd{
  		margin-left: auto;
    	margin-bottom: 10px;
    	font-size: 15px;
    	line-height: 1.3;
  	}
  	#subsidy .subsidy_box .subsidy_target .target_spacing{
  		margin-left: 0;
  		margin-right: 0;
  	}
  	#subsidy .subsidy_box .subsidy_box_sensing{
  		padding: 14px;
  	}
  	#subsidy .subsidy_box .subsidy_box_sensing p{
  		display: block;
  	}
  	#subsidy .subsidy_box .subsidy_box_sensing p:first-child img{
  		max-width: 170px;
  	}
  	#subsidy .subsidy_box .subsidy_box_sensing p:last-child{
  		width: 100%;
    	margin-left: 0;
    	font-size: 14px;
    	margin-top: 6px;
  	}
  	#subsidy .subsidy_box .car_choice{
  		flex-wrap: wrap;
  	}
  	#subsidy .subsidy_box .car_choice .car_box{
  		width: 100%;
  		margin: 0 0 20px;
  	}
  	#subsidy .subsidy_box .car_choice .car_box:last-child{
  		margin: 0;
  	}
  	#subsidy .subsidy_box .car_choice .car_title{
  	  margin-left: 4px;	
  	}
  	#subsidy .subsidy_box .car_choice .car_box div dl{
  		margin: 0 4%;
    	width: 46%;
  	}
  	#subsidy .subsidy_box .car_choice .car_box div dl dd{
  		font-size: 12px;
  	}
	#subsidy .subsidy_box .car_choice .car_box div dl dt ul li{
  	font-size:12px;
 }
	#subsidy .subsidy_box .car_cap{
  		font-size: 14px;
  	}
  	#subsidy .subsidy_box .car_contact{
  		font-size: 16px;
  		line-height: 1.4;
  	}
  	#lineup .model .equipment img{
    	width: 100%;
  		max-width: 80px;
  	}
  	#lineup .model .equipment{
  		align-items: center;
		margin-top: 20px;
  	}
  }
  p.used{
  	font-size:23px;
  	text-align:center;
  	margin-bottom:20px;
}
li.cap_note{
	font-size:20px;
}
.green{
	color:#008080;
	font-family: var(--font-bold);
}

.caution_text{
	margin: 20px auto 0px auto;
    font-size: 12px;
	line-height: initial;
    color: #797979;
}


.caution_text a{
	color: #0064a1;
	text-decoration: none;
}

.caution_text a:after{
    content: '';
    width: 20px;
    height: 16px;
    display: inline-block;
    line-height: 1em;
    background-image:url(../image/model_arrow.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 16px 16px;
    position: relative;
    top: 3px;
    left: 5px;
}

.license{
	text-align: center;
	font-size: 20px;
	font-family: var(--font-bold);
	line-height: initial;
	margin: 50px 15px 10px 15px;	
}

.license a{
	color: #24738e;
}


/*-----------------------------------
230125追記
-----------------------------------*/
@media screen and (min-width: 769px){
#aebs .aebs_cars {
clear: both;
padding-right: 50px;
padding-left: 50px;
margin-top: 30px;
}

#aebs .aebs_cars h4 {
font-size: 13px;
font-family: var(--font-bold);
line-height: 1.5em;
margin-bottom: 25px;
}

#aebs .aebs_cars_box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#aebs .aebs_car_wrap{
width: 30%;
margin-bottom: 60px;
}

#aebs .aebs_img{
width: 100%;
margin: 0 0 25px;
}

#aebs .n_one .aebs_img{
margin: 0 0 30px;
}

#aebs .freed .aebs_img{
margin: 0 0 18px;
}

#aebs .aebs_img img{
width: 100%;
height: auto;
display: block;
}

#aebs .aebs_link {
font-size: 16px;
line-height: 24px;
text-align: center;
}

#aebs .aebs_link a {
font-family: var(--font-bold);
display: block;
text-decoration: none;
color: inherit;
transition: opacity 100ms ease;
}

#aebs .aebs_link a:hover {
opacity: .7;
}

#aebs .aebs_link a::after {
display: inline-block;
width: 24px;
height: 24px;
margin-left: 10px;
content: '';
vertical-align: top;
background: url(../image/model_arrow.png) top left no-repeat;
background-size: 24px auto;
}

#aebs .aebs_text{
font-size: 14px;
line-height: 2;
letter-spacing: .02em;
}

.attempt_area{
max-width: 930px;
margin: 0 auto 95px;
}

.attempt_area h2{
font-size: 28px;
font-family: var(--font-bold);
line-height: 1.3;
letter-spacing: .03em;
text-align: center;
margin-bottom: 40px;
}


.attempt_area .attempt_box{
display: flex;
align-items: flex-start;
width: 100%;
margin-bottom: 60px;
box-sizing: border-box;
}

.attempt_area .attempt_box:last-child{
margin-bottom: 0;
}

.attempt_area .attempt_img{
width: 343px;
}

.attempt_area .attempt_img{
border: 1px solid #bebebe;
display: flex;
justify-content: center;
align-items: center;
height: 167px;
padding: 0 40px;
}

.attempt_area .attempt_img img{
width: 100%;
display: block;
height: auto;
}

.attempt_area .fiveStr .attempt_img img{
max-width: 143px;
}

.attempt_area .attempt_text{
width: calc(100% - 343px);
padding: 5px 30px 0 30px;
}

.attempt_area .fiveStr .attempt_text {
padding: 5px 20px 0 30px;
}

.attempt_area .attempt_box_ttl{
font-size: 24px;
font-family: var(--font-bold);
line-height: 1.5;
margin-bottom: 5px;
}

.attempt_area .fiveStr .attempt_box_ttl{
letter-spacing: .05em;
}

.attempt_area .attempt_box_txt{
font-size: 14px;
line-height: 2;
letter-spacing: .03em;
margin-bottom: 5px;
}

.attempt_area .attempt_box_link{
font-size: 14px;
color: #4baed7;
text-decoration: none;
transition: opacity 100ms ease;
}

.attempt_area .attempt_box_link:hover{
opacity: .7;
}

}

@media screen and (max-width: 768px){
#aebs{
margin: 0 15px;
}

#aebs h2 {
margin: 0 0 35px;
}

#aebs .col_desc {
padding-left: 0;
padding-right: 10px;
}

#aebs .notes {
padding: 0;
}

#aebs .aebs_cars {
clear: both;
margin: 30px 0 0;
}

#aebs .aebs_cars h4 {
font-size: 13px;
font-family: var(--font-bold);
line-height: 1.5em;
margin-bottom: 25px;
}

#aebs .aebs_cars_box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#aebs .aebs_car_wrap{
width: 50%;
margin-bottom: 40px;
}

#aebs .aebs_img{
width: 100%;
margin: 0 0 10px;
}

#aebs .aebs_img img{
width: 100%;
height: auto;
display: block;
}

#aebs .aebs_link {
font-size: 14px;
line-height: 20px;
text-align: center;
}

#aebs .aebs_link a {
font-family: var(--font-bold);
display: block;
text-decoration: none;
color: inherit;
transition: opacity 100ms ease;
}

#aebs .aebs_link a:hover {
opacity: .7;
}

#aebs .aebs_link a::after {
display: inline-block;
width: 20px;
height: 20px;
margin-left: 8px;
content: '';
vertical-align: top;
background: url(../image/model_arrow.png) top left no-repeat;
background-size: 20px auto;
}

#aebs .aebs_text{
font-size: 12px;
line-height: 2;
letter-spacing: .02em;
padding-right: 10px;
}

.attempt_area{
width: 100%;
padding: 0 15px;
margin: 0 auto 60px;
}

.attempt_area h2{
font-size: 17px;
font-family: var(--font-bold);
line-height: 1.7;
letter-spacing: .03em;
text-align: center;
margin: 0 0 35px;
}

.attempt_area .attempt_box{
display: block;
width: 100%;
margin-bottom: 60px;
box-sizing: border-box;
}

.attempt_area .attempt_box:last-child{
margin-bottom: 0;
}

.attempt_area .attempt_img{
width: 100%;
margin-bottom: 10px;
border: 1px solid #bebebe;
padding: 17% 15%;
}

.attempt_area .fiveStr .attempt_img{
padding: 2.1% 28.99%;
}

.attempt_area .attempt_img img{
width: 100%;
display: block;
height: auto;
}

.attempt_area .attempt_text{
width: 100%;
}

.attempt_area .attempt_box_ttl{
font-size: 18px;
font-family: var(--font-bold);
line-height: 1.5;
margin-bottom: 5px;
padding: 0;
}

.attempt_area .attempt_box_txt{
font-size: 12px;
line-height: 2;
letter-spacing: .03em;
padding: 0;
margin-bottom: 0;
}

.attempt_area .attempt_box_link{
font-size: 12px;
color: #4baed7;
text-decoration: none;
transition: opacity 100ms ease;
}

.attempt_area .attempt_box_link:hover{
opacity: .7;
}

}