main {
	padding: 70px 0 100px;
	position: relative;
	overflow: hidden;
}

.kv_sec img {
	width: 100%;
	height: auto;
	display: block;
	line-height: 0;
}

main#campaign_page > .fv > img {
	width: 100%;
}

.pankuzu>ul {
	display: flex;
}

.pankuzu>ul>li {
	padding-right: calc(9.2px + 5.33px);
	padding-left: 9.2px;
	font-size: 13px;
	position: relative;
}

.pankuzu>ul>li:last-child {
	padding-right: 0;
}


.pankuzu>ul>li::after {
	content: "";
	background: url(../../common/img_22/pankuzu.png) no-repeat;
	background-size: contain;
	background-position: center;
	height: 9.35px;
	width: 5.33px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
}

.pankuzu>ul>li:first-child {
	padding-left: 0;
}

.pankuzu>ul>li:last-child::after {
	display: none;
}

.pankuzu {
	margin: calc((20px/2) + (20 - (20/2))*(100vw - 375px)/(1903 - 375)) calc((25px/2) + (25 - (25/2))*(100vw - 375px)/(1903 - 375)) calc((80px/2) + (80 - (80/2))*(100vw - 375px)/(1903 - 375));
}

@media all and (max-width: 1024px) {
	.pankuzu ul {
		overflow-x: scroll;
		padding-bottom: 5px;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.pankuzu ul::-webkit-scrollbar {
		display: none;
	}

	.pankuzu ul li {
		white-space: nowrap;
	}

	.pankuzu ul a {
		display: block;
		white-space: nowrap;
	}
}

.inner {
	position: relative;
	min-width: inherit;
	background-color: inherit;
}

p {
	font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
	line-height: 1.5;
}

h1,
h2,
h3 {
	line-height: 1.5;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
}


h4,
h5,
h6 {
	line-height: 1.5;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
}

strong {
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media all and (max-width: 1024px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/

.page_ttl_h2 {
	font-size: 3.2rem;
	text-align: center;
}

.page_ttl_h1 {
	font-size: 4.4rem;
	text-align: center;
}

.page_ttl_p {
	font-size: 1.5rem;
	text-align: center;
}

@media all and (max-width: 1440px) {

	.page_ttl_h2,
	.page_ttl_h1,
	.page_ttl_p {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media all and (max-width: 1024px) {

	.page_ttl_h2,
	.page_ttl_h1,
	.page_ttl_p {
		text-align: left;
	}

	.page_ttl_h2 {
		font-size: 2.6rem;
	}

	.page_ttl_h1 {
		font-size: 3.6rem;
	}
}

@media all and (max-width: 500px) {

	.page_ttl_h2,
	.page_ttl_h1,
	.page_ttl_p {
		padding-left: 20px;
		padding-right: 20px;
	}

	.page_ttl_h2 {
		font-size: 1.6rem;
	}

	.page_ttl_h1 {
		font-size: 2.1rem;
	}

	.page_ttl_p {
		font-size: 1.3rem;
	}
}

/*---------------------------------------------------*/

.img_a {
	display: block;
	max-width: 980px;
	margin: 70px auto 0;
}

@media all and (max-width: 1024px) {
	.img_a {
		width: calc(100% - 80px);
	}
}

@media all and (max-width: 500px) {
	.img_a {
		width: calc(100% - 40px);
		margin-top: 40px;
	}
}

/*---------------------------------------------------*/

.text_a_h3 {
	font-size: 2.8rem;
	max-width: 980px;
	margin: 110px auto 0;
	margin-bottom: 1.5rem;
	font-weight: 400;
}

.text_a_h4 {
	font-size: 1.5rem;
	max-width: 980px;
	margin: 0 auto;
	margin-bottom: .5rem;
	font-weight: 400;
}

.text_a_p {
	font-size: 1.5rem;
	max-width: 980px;
	margin: 0 auto;
	font-weight: 400;
}

.text_a_c {
	text-align: center;
}

@media all and (max-width: 1024px) {

	.text_a_h3,
	.text_a_h4,
	.text_a_p {
		width: calc(100% - 80px);
	}
}

@media all and (max-width: 500px) {

	.text_a_h3,
	.text_a_h4,
	.text_a_p {
		width: calc(100% - 40px);
	}

	.text_a_h3 {
		font-size: 1.6rem;
		margin-top: 60px;
		margin-bottom: 1.5rem;
	}

	.text_a_h4 {
		font-size: 1.3rem;
		margin-bottom: 1.3rem;
	}

	.text_a_p {
		font-size: 1.3rem;
	}
}

/*---------------------------------------------------*/

.img_b_area {
	max-width: 1520px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
}

.img_b_area img {
	display: block;
	width: 49.7%;
}

@media all and (max-width: 1520px) {
	.img_b_sec {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media all and (max-width: 500px) {
	.img_b_sec {
		padding-left: 0;
		padding-right: 0;
	}

	.img_b_area {
		width: calc(100% - 40px);
		margin-top: 50px;
		flex-direction: column;
	}

	.img_b_area img {
		width: 100%;
		margin-top: 10px;
	}
}

/*---------------------------------------------------*/

.img_c_area {
	max-width: 1520px;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.img_c_area img {
	display: block;
	width: 32.9%;
	margin-top: 10px;
}

@media all and (max-width: 1520px) {
	.img_c_sec {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media all and (max-width: 500px) {
	.img_c_sec {
		padding-left: 0;
		padding-right: 0;
	}

	.img_c_area {
		width: calc(100% - 40px);
		margin-top: 53px;
	}

	.img_c_area img {
		width: 49%;
		margin-top: 7px;
	}
}

/*---------------------------------------------------*/

.two_column_flex {
	max-width: 1520px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.two_column_text {
	width: 46.8%;
}

.two_column_text h4 {
	font-size: 2.8rem;
	margin-bottom: 1.5rem;
	font-weight: 400;
}

.two_column_text p,
.two_column_text a {
	font-size: 1.5rem;
}

.two_column_text>a:nth-last-child(n+2) {
	text-decoration: underline;
}

.pattern_btn {
	width: 100%;
	max-width: 360px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
	color: #000;
	border: 1px solid #000;
}

.pattern_btn.pattern_btn_r {
	margin: 0 0 0 auto;
}

.two_column_text .pattern_btn {
	margin-top: 40px;
}

.two_column_img {
	width: 50%;
}

.two_column_img img {
	width: 100%;
}

@media all and (max-width: 1520px) {
	.two_column_flex {
		width: calc(100% - 80px);
	}
}

@media all and (max-width: 1024px) {
	.two_column_flex {
		align-items: flex-start;
	}
}

@media all and (max-width: 500px) {
	.two_column_flex {
		width: calc(100% - 40px);
		flex-direction: column;
		margin-top: 40px;
	}

	.two_column_text {
		order: 2;
		width: 100%;
		background-color: #E5E5E5;
		padding: 30px 20px;
	}

	.two_column_text h4 {
		font-size: 1.8rem;
	}

	.two_column_text p {
		font-size: 1.3rem;
	}

	.pattern_btn {
		margin: 0 auto;
		width: 100%;
		height: 50px;
		font-size: 1.3rem;
	}

	.two_column_text .pattern_btn {
		margin-top: 20px;
		width: 100%;
	}

	.two_column_img {
		order: 1;
		width: 100%;
	}
}

/*---------------------------------------------------*/

.text_b_sec {
	padding: 300px 0;
}

.text_b_h4 {
	font-size: 1.6rem;
	max-width: 980px;
	margin: 0 auto;
	margin-bottom: 2rem;
	font-weight: 400;
}

.text_b_p {
	font-size: 1.5rem;
	max-width: 980px;
	margin: 0 auto;
	margin-bottom: 3rem;
}

@media all and (max-width: 1024px) {
	.text_b_sec {
		padding: 150px 0;
	}

	.text_b_h4,
	.text_b_p {
		width: calc(100% - 80px);
	}
}

@media all and (max-width: 500px) {
	.text_b_sec {
		padding: 60px 0;
	}

	.text_b_h4,
	.text_b_p {
		width: calc(100% - 40px);
		font-size: 1.3rem;
	}
}

/*---------------------------------------------------*/

.hide {
	display: none;
}

.tab_content.hide {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

.tab_flex {
	display: flex;
	font-weight: wrap;
	justify-content: center;
	width: calc(100% - 80px);
	margin: 0 auto;
}

.tab_flex li {
	cursor: pointer;
	transition: opacity .3s;
	font-size: 2.2rem;
	font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
	border-bottom: none;
	margin-right: 70px;
}

.tab_flex li:last-of-type {
	margin-right: 0;
}

.tab_flex li.select {
	font-family: 'AudiTypeExtendBold', 'DFHSBOLD';
	border-bottom: 2px solid #000;
}

.tab_flex li:hover {
	opacity: .7;
}

.tab_content {
	overflow: hidden;
}

@media all and (max-width: 500px) {
	.tab_flex {
		width: calc(100% - 40px);
		flex-wrap: wrap;
	}

	.tab_flex li {
		font-size: 3.6vw;
		opacity: 1 !important;
		margin-right: 20px;
	}

	.tab_flex li:nth-child(2n) {
		margin-right: 0;
	}

	.tab_flex li.select {
		border-bottom: 1px solid #000;
	}
}

/*---------------------------------------------------*/

.gray_contents_sec {
	margin-top: 60px;
}

.gray_contents_sec .inner {
	max-width: 1700px;
	margin: 0 auto;
	padding-bottom: 60px;
	background-color: #E5E5E5;
}

.pattern_btn_flex {
	display: flex;
	justify-content: center;
}

.pattern_btn_flex {
	margin-top: 60px;
}

.pattern_btn_flex .pattern_btn {
	margin-right: 34px;
}

.pattern_btn_flex .pattern_btn:last-of-type {
	margin-right: 0;
}

.pattern_center {
	margin: auto;
}

.pattern_btn_b {
	color: #fff;
	background-color: #000;
}

@media all and (max-width: 1700px) {
	.gray_contents_sec {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media all and (max-width: 1520px) {

	.gray_contents_sec .img_b_area,
	.gray_contents_sec .img_c_area {
		width: calc(100% - 80px);
	}
}

@media all and (max-width: 500px) {
	.gray_contents_sec {
		padding-left: 0;
		padding-right: 0;
		margin-top: 30px;
	}

	.gray_contents_sec .img_b_area,
	.gray_contents_sec .img_c_area {
		width: calc(100% - 40px);
	}

	.pattern_btn_flex {
		margin-top: 40px;
		flex-direction: column;
	}

	.pattern_btn_flex .pattern_btn {
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 15px;
	}
}


/*---------------------------------------------------*/

.img_d {
	display: block;
	max-width: 1520px;
	margin: 120px auto 0;
	width: 100%;
}

@media all and (max-width: 500px) {
	.img_d {
		margin-top: 60px;
	}
}

/*---------------------------------------------------*/

.profile_area {
	display: block;
	max-width: 1520px;
	margin: 250px auto 0;
	display: flex;
}

.profile_img {
	width: 42.1%;
}

.profile_text {
	width: 57.9%;
	background-color: #E5E5E5;
	padding: 0 105px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.profile_text h3 {
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
	font-weight: 400;
}

.profile_p1 {
	font-size: 1.9rem;
	margin-bottom: 2rem;
	font-family: 'AudiTypeBold', 'DFHSBold' !important;
}

.profile_p2 {
	font-size: 1.5rem;
}

@media all and (max-width: 1440px) {
	.profile_area {
		width: calc(100% - 80px);
	}
}

@media all and (max-width: 1279px) {
	.profile_img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.profile_text {
		padding: 40px 60px;
	}
}

@media all and (max-width: 1023px) {
	.profile_area {
		flex-direction: column;
	}

	.profile_img {
		width: 100%;
	}

	.profile_img img {
		object-fit: inherit;
	}

	.profile_text {
		width: 100%;
	}
}

@media all and (max-width: 500px) {
	.profile_area {
		width: calc(100% - 40px);
		margin-top: 100px;
	}

	.profile_text {
		padding: 30px 20px;
	}

	.profile_text h3 {
		font-size: 1.4rem;
	}

	.profile_p1 {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}

	.profile_p2 {
		font-size: 1.3rem;
	}
}

/*---------------------------------------------------*/

.link_a_area {
	max-width: 1280px;
	margin: auto;
	display: flex;
}

.link_a_img {
	width: 54.7%;
}

.link_a_img img {
	width: 100%;
}

.link_a_text {
	width: 45.3%;
	background-color: #000;
	color: #fff;
	padding: 0 65px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.link_a_text h3 {
	font-size: 2.3rem;
	margin-bottom: 1.5rem;
	font-weight: 400;
}

.link_a_text h2 {
	font-size: 3.7rem;
	margin-bottom: 3rem;
}

.link_a_text a {
	width: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
	color: #fff;
	border: 1px solid #fff;
}

@media all and (max-width: 1440px) {
	.link_a_area {
		width: calc(100% - 80px);
	}
}

@media all and (max-width: 1279px) {
	.link_a_img {
		width: 50%;
	}

	.link_a_img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.link_a_text {
		width: 50%;
		padding: 40px 60px;
	}

	.link_a_text h3 {
		font-size: 2rem;
	}

	.link_a_text h2 {
		font-size: 3rem;
	}
}

@media all and (max-width: 1023px) {
	.link_a_area {
		flex-direction: column;
	}

	.link_a_img {
		object-fit: inherit;
		width: 100%;
	}

	.link_a_text {
		width: 100%;
	}
}

@media all and (max-width: 500px) {
	.link_a_area {
		width: calc(100% - 40px);
		margin-top: 80px;
	}

	.link_a_text {
		padding: 30px 20px;
	}

	.link_a_text h3 {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}

	.link_a_text h2 {
		font-size: 2.4rem;
		margin-bottom: 1rem;
	}

	.link_a_text a {
		width: 100%;
		text-align: center;
		padding: 0 20px;
		height: 50px;
		font-size: 1.3rem;
	}
}

/*---------------------------------------------------*/

.link_b_area {
	padding-bottom: 190px;
	display: block;
	max-width: 1700px;
	margin: 310px auto 0;
	display: flex;
	justify-content: space-between;
}

.link_b_box {
	width: 24.6%;
}

.link_b_box h4 {
	font-size: 1.8rem;
	margin-top: .7rem;
	font-weight: 400;
}

.link_b_box p {
	font-size: 1.5rem;
	margin-top: .7rem;
}

.link_b_box img {
	width: 100%;
}

@media all and (max-width: 1440px) {
	.link_b_area {
		width: calc(100% - 80px);
	}
}

@media all and (max-width: 1024px) {
	.link_b_box h4 {
		font-size: 1.6rem;
		margin-top: .7rem;
	}

	.link_b_box p {
		font-size: 1.4rem;
		margin-top: .7rem;
	}
}

@media all and (max-width: 1023px) {
	.link_b_area {
		flex-wrap: wrap;
	}

	.link_b_box {
		width: 49%;
		margin-top: 30px;
	}
}

@media all and (max-width: 500px) {
	.link_b_area {
		margin-top: 30px;
		padding-bottom: 60px;
		width: calc(100% - 40px);
	}

	.link_b_box {
		width: 100%;
		margin-top: 30px;
	}

	.link_b_box p {
		font-size: 1.3rem;
	}
}

#campaign_zoom .title {
	line-height: 1.3;
	margin-bottom: 35px !important;
	border: none !important;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
}

#campaign_zoom .title .ateb {
	font-size: 42px;
}

#campaign_zoom #mainimage {
	margin-bottom: 40px;
}

#campaign_zoom .title h2 {
	font-size: 38px;
	line-height: 1.25;
	margin-bottom: 50px !important;
	border: none !important;
}

.title .tit_min,
.title_min {
	font-size: 22px;
	display: inline-block;
	margin-bottom: 3px;
}


@media all and (max-width: 500px) {
	#campaign_zoom .in_contents .title {
		display: block;
		margin-left: 0;
		line-height: 1.3;
		margin-bottom: 15px !important;
	}

	#campaign_zoom .in_contents .title .ateb {
		font-size: 16px;
		line-height: 1.2;
	}

	.title .tit_min {
		font-size: 12px;
		line-height: 1.5;
		display: block;
		margin-bottom: -20px;
	}
}

.block_segment_wrap {
	width: 90%;
	max-width: 970px;
	margin: 0 auto;
}

.block_width_wrap {
	width: 90%;
	max-width: 1060px;
	margin: 0 auto;
}

.block_width_inner {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
}

.block_black {
	background: #000;
	padding: 30px 10px;
	margin: 80px 0;
	color: #fff;
}


.hero_wrap {
	position: relative;
}

.hero_wrap img {
	width: 100%;
}

.hero_wrap_title {
	width: 90%;
	max-width: 1020px;
	margin: 45px auto -5px;
	line-height: 1.25;
}

.title_top {
	font-size: 25px;
	line-height: 1.5;
	display: block;
	margin-bottom: 10px;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
}

.title_midle {
	font-size: 35px;
	line-height: 1.5;
	display: block;
	margin-bottom: 5px;
}

.title_bottom {
	font-size: 25px;
	line-height: 1.5;
}

.title_0_c {
	font-size: 28px;
	text-align: center;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
}

.title_1 {
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 20px;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
}

.title_1.title_1_c {
	text-align: center;
}

.title_2 {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 10px;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
}

.title_3 {
	font-size: 24px;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
	margin-bottom: 5px;
}

.title_4_c {
	font-size: 32px;
	text-align: center;
}

.txt_strong {
	font-size: 1.8rem;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
	margin-bottom: 50px;
	line-height: 1.5;
}

.txt_strong .small {
	font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
	font-weight: 400;
}

@media all and (max-width: 500px) {
	.txt_strong {
		font-size: 14px;
	}
}

.txt_cap {
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	margin: 10px 0 20px;
}

.txt_lead {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 10px;
}

.txt_middle {
	font-size: 15px;
	margin-bottom: 10px;
}

.txt_1 {
	font-size: 20px;
	margin-bottom: 3px;
}

.txt_2 {
	font-size: 17px;
	margin-bottom: 20px;
}

.txt_3 {
	font-size: 17px;
	margin-bottom: 20px;
}

.txt_4 {
	font-size: 20px;
}

.txt_5 {
	font-size: 29px;
	line-height: 1.4;
}

.title_h3 {
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.4
}

.section__2 .title_h3 {
	margin-bottom: 30px;
}

.bg_g {
	background: #f2f2f2;
	padding: 45px 0 20px;
	margin-bottom: 50px;
}

.bold {
	font-family: AudiTypeBold, DFHSBold !important;
	font-weight: 400;
}

dl {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}

.dl_1 dt {
	width: 30%;
	font-size: 17px;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
}

.dl_1 dt.end {
	font-weight: normal;
	text-decoration: line-through;
}

.dl_1 dd {
	width: 70%;
	font-size: 17px;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
}

.dl_1 dd.end {
	font-weight: normal;
	text-decoration: line-through;
}

.dl_1 dd a {
	display: inline-block;
	text-decoration: underline;
}

.dl_1 dd a:hover {
	text-decoration: none;
}

.border {
	width: 100%;
	border-bottom: solid 1px #000;
	margin: 20px auto;
}

.flex_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}

.flex_wrap.reverse {
	flex-direction: row-reverse;
}

.flex_wrap_inner_w40 {
	width: 40%;
}

.flex_wrap_inner_w60 {
	width: 56%;
}

.flex_wrap_inner_w50 {
	width: 48.5%;
	margin-bottom: 30px;
}

.flex_wrap_inner_w45 {
	width: 44%;
	margin-bottom: 15px;
}

.flex_wrap_inner_w55 {
	width: 52%;
	margin-bottom: 15px;
}

.flex_wrap_inner_w40 {
	width: 40%;
	margin-bottom: 15px;
}

.flex_wrap_inner_w60 {
	width: 57%;
}

.flex_wrap_2 {
	display: flex;
	flex-wrap: wrap;
}

.flex_wrap_3 {
	display: flex;
	flex-wrap: wrap;
	width: 85%;
	margin: 20px auto;
}

.col3 {
	width: calc(90%/3);
}

.col3.col3_c {
	text-align: center;
}

.col4 {
	width: 24%;
	margin: 0 1.3% 10px 0;
}

.col4:nth-child(4n) {
	margin-right: 0;
}

.m_tit {
	margin-bottom: 5px;
	font-size: 18px;
}

.tit_mid {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.25;
}

.txt_min {
	font-size: 12px;
	margin-bottom: 10px;
}

.contents {
	margin-bottom: 75px;
}

a:hover {
	opacity: 0.7;
}

.sp {
	display: none;
}


/* media screen=================================================================*/
@media screen and (max-width: 640px) {
	.sp_content_padding {
		padding: 0 10px
	}

	.block_width_wrap {
		width: auto;
	}

	.block_width_inner {
		width: auto;
		padding: 0 10px;
	}

	.block_black {
		background: #000;
		padding: 15px;
		margin-bottom: 30px;
	}

	.hero_wrap_title {
		width: 95%;
		margin: 25px 0 0;
		color: #000000;
		font-size: 10px;
	}

	.hero_wrap img {
		width: 100%;
	}

	.title_top {
		font-size: 17px;
		line-height: 1.5;
		margin-bottom: 0;
	}

	.title_midle {
		font-size: 22px;
		line-height: 1.4;
		margin-bottom: 12px;
	}

	.title_bottom {
		font-size: 17px;
		line-height: 1.6;
	}

	.title_0_c {
		font-size: 16px;
		line-height: 1.5;
	}

	.title_1 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.title_1.title_1_c {
		text-align: left;
	}

	.title_2 {
		font-size: 20px;
		line-height: 1.6;
	}

	.title_3 {
		width: 90%;
		font-size: 18px;
		line-height: 1.5;
		margin: 0 auto 15px;
	}

	.title_4_c {
		font-size: 20px;
		text-align: center;
	}

	.txt_lead {
		font-size: 17px;
		line-height: 1.8;
		margin-bottom: 20px;
	}

	.txt_1 {
		font-size: 18px;
	}

	.txt_2 {
		font-size: 17px;
		margin-bottom: 15px;
	}

	.txt_3 {
		font-size: 15px;
		line-height: 1.6;
		display: block;
		margin-top: 10px;
	}

	.txt_4 {
		font-size: 18px;
	}

	.txt_5 {
		font-size: 22px;
		line-height: 1.4;
	}

	.title_h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.bg_g {
		background: #f2f2f2;
		padding: 30px 10px;
		margin-bottom: 35px;
	}

	dl {
		display: block;
	}

	.dl_1 dt {
		margin-bottom: 5px;
		width: 100%;
	}

	.dl_1 dd {
		width: 100%;
	}

	.contents {
		margin-bottom: 75px;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none !important;
	}
}

.section {
	width: 90%;
	max-width: 1020px;
	margin: 30px auto;
}

.section__0 {
	margin-bottom: 25px;
}

.section__1 {
	margin-bottom: 40px;
}

.section__2 {
	width: auto;
	max-width: 1280px;
	margin: 60px auto;
}

.section__3 {
	margin-bottom: 100px;
}

.section__5 {
	margin-bottom: 50px;
}

.section__6 {
	margin-bottom: 50px;
}

.section__7 {
	margin-bottom: 55px;
}

.section__7 ul li {
	font-size: 14px;
	line-height: 1.9;
}

.btn-sns-01 {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.endtitle_top {
	font-size: 19px;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
	line-height: 1.5;
	display: block;
	margin: 35px auto -15px;
}

@media screen and (max-width: 640px) {
	.section__1 {
		margin-bottom: 40px;
	}

	.section__2 {
		margin-bottom: 40px;
	}

	.section__3 {
		margin-bottom: 60px;
	}

	.section__6 {
		margin-bottom: 50px;
	}

	.section__7 {
		margin-bottom: 10px;
	}

	.section__2 .title_h3,
	.section__5 .title_h3,
	.section__6 .title_h3 {
		font-size: 20px;
	}

	.section__2 h3 {
		margin: 10px 0;
	}

	.section__7 ul li {
		font-size: 15px;
		line-height: 1.7;
		margin-bottom: 10px;
	}

	.btn-sns-01 {
		width: auto;
	}

	.btn-align-c {
		margin-bottom: 20px;
	}

	.endtitle_top {
		font-size: 17px;
		font-family: AudiTypeBold, DFHSBold;
		font-weight: 400;
		margin: 35px auto 20px;
	}

	.flex_wrap {
		display: block;
		flex-wrap: nowrap;
	}

	.col3 {
		width: 100%;
		margin-bottom: 30px;
	}

	.flex_wrap_inner_w40 {
		width: auto;
	}

	.flex_wrap_inner_w60 {
		width: auto;
	}

	.flex_wrap_inner_w50 {
		width: auto;
		margin-bottom: 15px;
	}

	.flex_wrap_inner_w45 {
		width: 100%;
		margin: 50px 0 0;
	}

	.flex_wrap_inner_w55 {
		width: 100%;
		margin: 0;
	}

	.flex_wrap_inner_w50.img_w50 {
		margin-bottom: 0;
	}

	.flex_wrap_inner_w40 {
		width: auto;
		margin: 0 0 15px 0;
		text-align: right;
	}

	.flex_wrap_inner_w40.col2 {
		width: 40%;
	}

	.flex_wrap_2 {
		display: flex;
		flex-wrap: wrap;
	}

	.flex_wrap_3 {
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto 15px;
	}

	.col4 {
		width: 48.5%;
		margin: 0 3% 10px 0;
	}

	.col4:nth-child(2n) {
		margin-right: 0;
	}
}

.qrarea {
	margin: 80px 0 0;
	text-align: center;
}

.qrarea .qrarea_img {
	width: 100%;
	max-width: 480px;
	margin: auto;
	display: block;
	line-height: 0;
}

.qrarea .qrarea_txt1 {
	font-size: 30px;
	margin: 10px 0 20px;
}

.qrarea .qrarea_txt2 {
	font-size: 43px;
	margin: 10px 0 20px;
}

@media all and (max-width: 500px) {
	.qrarea .qrarea_txt1 {
		font-size: 18px;
		line-height: 1.6;
	}

	.qrarea .qrarea_txt2 {
		font-size: 30px;
		line-height: 1.6;
	}
}

.block_intro {
	width: 970px;
	margin: 35px auto 0 auto;
}

.block_intro .tit_normal {
	font-size: 35px;
	margin-bottom: 30px;
}

.tit_bottom {
	font-size: 28px;
}

.block_intro .text_lead {
	font-size: 18px;
	margin-bottom: 45px;
}

@media all and (max-width: 500px) {
	.block_intro {
		width: auto;
		margin: 0 auto 25px;
		padding: 15px;
	}

	.block_intro .tit_normal {
		font-size: 22px;
		margin-bottom: 30px;
		line-height: 1.4;
	}

	.tit_bottom {
		display: block;
		font-size: 18px;
		margin-top: 10px;
	}

	.block_intro .text_lead {
		font-size: 17px;
		line-height: 1.7;
		margin-bottom: 15px;
	}

	.text_lead {
		width: 90%;
		margin: 0 auto 15px;
	}
}

.block_group {
	margin-bottom: 80px;
}

.block_group_1 {
	margin-bottom: 140px;
}

.block_group.block_group_r {
	max-width: 450px;
}

@media all and (max-width: 500px) {
	.block_group {
		margin-bottom: 40px;
	}

	.block_group.block_group_r {
		width: 90%;
		margin: auto;
	}

	.block_group_1 {
		margin-bottom: 60px;
	}
}

.col2.time_required {
	width: 65%;
	margin: -15px auto 30px;
}

.time_required .col2_l,
.time_required .col2_r {
	width: calc(50% - 20px);
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
}

.time_required dl {
	display: inline-block;
}

.time_required dt {
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}

.time_required dd {
	text-align: center;
	font-size: 30px;
}

.time_required dd .atb {
	font-size: 45px;
	margin: 0 5px;
}

.time_required .list_cap {
	margin-top: 25px;
}

.col2_r .time_required {
	margin-top: 20px;
	float: none;
}

.col2_r .time_required dt {
	text-align: left;
	font-size: 14px;
	margin-bottom: 15px;
}

.col2_r .time_required dd {
	text-align: left;
	font-size: 18px;
}

.col2_r .time_required dd .ateb {
	font-size: 24px;
}

.col2_r .time_required+.time_required.cancellation {
	margin-top: 30px;
}

.col2_r .time_required.cancellation dt {
	font-size: 16px;
	margin-bottom: 5px;
}

.col2_r .time_required.cancellation dd {
	line-height: 1;
	font-size: 30px;
}

.col2_r .time_required.cancellation dd .ateb {
	font-size: 45px;
}

@media all and (max-width: 500px) {
	.col2.time_required {
		width: 95%;
		margin: -10px auto 20px auto;
	}

	.time_required .col2_l,
	.time_required .col2_r {
		float: none;
		display: inline-block;
		width: 48%;
		text-align: center;
	}

	.time_required dl {
		display: inline-block;
	}

	.time_required dt {
		font-family: AudiTypeBold, DFHSBold;
		font-weight: 400;
		text-align: center;
		font-size: 13px;
		line-height: 1.35;
		margin-bottom: 10px;
	}

	.time_required dd {
		text-align: center;
		font-size: 20px;
		font-family: AudiTypeBold, DFHSBold;
		font-weight: 400;
	}

	.time_required dd .atb {
		font-size: 30px;
		margin: 0 5px;
	}

	.time_required .list_cap {
		margin-top: 15px;
	}

	.col2_r .time_required {
		margin-top: 15px;
		float: none;
	}

	.col2_r .time_required dt {
		text-align: left;
		font-size: 11px;
		margin-bottom: 5px;
	}

	.col2_r .time_required dd {
		text-align: left;
		font-size: 12px;
	}

	.col2_r .time_required dd .ateb {
		font-size: 18px;
	}

	.col2_r .time_required+.time_required.cancellation {
		margin-top: 15px;
	}

	.section_wrap_0 {
		margin: 0;
	}

	.col2_r .time_required.cancellation dt {
		font-size: 11px;
		margin-bottom: 3px;
	}

	.col2_r .time_required.cancellation dd {
		font-size: 20px;
	}

	.col2_r .time_required.cancellation dd .ateb {
		font-size: 30px;
	}
}

.btn_wrap {
	margin: 30px 0 50px;
}

.btn_wrap_2 {
	margin: 30px 0 30px 0;
}

.btn_wrap_full {
	margin: 100px 0 0;
}

.btn_wrap li,
.btn_wrap_2 li,
.btn_wrap_full li {
	margin-bottom: 20px;
}

.block_fine {
	border-top: solid 1px #000000;
	padding-top: 30px;
	margin-bottom: 50px;
}

.nav_anchor {
	width: 90%;
	max-width: 1060px;
	margin: 0 auto 15px;
}

.nav_anchor_tit,
.nav_anchor_tit_2 {
	font-size: 18px;
	margin: 0 0 15px 0;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
}

.nav_anchor li {
	width: calc(95.8%/6);
	display: inline-block;
	position: relative;
	margin: 0 0.5% 20px 0;
}

.nav_anchor li:last-child {
	margin-right: 0;
}

.nav_anchor .a_cleaning dt {
	width: 90%;
	top: 5px;
	left: 10px;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.3;
	text-shadow: 0 0 5px black;
}

.nav_anchor .a_window_coating dt {
	width: 50%;
	top: 5px;
	left: 10px;
	font-size: 16px;
	line-height: 1.3;
}

.nav_anchor .a_car_film dt {
	width: 50%;
	text-align: right;
	top: 15px;
	right: 10px;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.3;
}

.nav_anchor .a_fresh_air dt {
	width: 60%;
	text-align: left;
	top: 15px;
	left: 10px;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.3;
}

.nav_anchor .a_premium_wash dt {
	width: 55%;
	text-align: right;
	top: 15px;
	right: 10px;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.3;
}

.nav_anchor .a_bodycoating dt {
	width: 80%;
	text-align: right;
	top: 5px;
	right: 7px;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.3;
}

.nav_anchor a:hover,
.nav_anchor_2 a:hover {
	opacity: .7;
}

.nav_anchor li dt,
.nav_anchor_2 li dt {
	position: absolute;
	font-family: AudiTypeExtendBold !important;
}

.nav_anchor li dd img,
.nav_anchor_2 li dd img {
	width: 100%;
}

/* nav_anchor_2 */
.nav_anchor_2 li {
	width: calc(95%/3);
	display: inline-block;
	position: relative;
	margin: 0 2% 20px 0;
}

.nav_anchor_2 li:nth-child(3n) {
	margin-right: 0;
}

.nav_anchor_2 .a_cleaning dt {
	width: 90%;
	bottom: 6px;
	left: 10px;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.3;
	text-shadow: 0 0 5px black;
}

.nav_anchor_2 .a_window_coating dt {
	width: 50%;
	top: 10px;
	left: 10px;
	font-size: 16px;
	line-height: 1.3;
}

.nav_anchor_2 .a_car_film dt {
	width: 50%;
	text-align: right;
	top: 12px;
	right: 10px;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.3;
}

.nav_anchor_2 .a_fresh_air dt {
	width: 60%;
	text-align: left;
	bottom: 8px;
	left: 10px;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.3;
}

.nav_anchor_2 .a_premium_wash dt {
	width: 55%;
	text-align: right;
	top: 15px;
	right: 10px;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.3;
}

.nav_anchor_2 .a_bodycoating dt {
	width: 90%;
	text-align: right;
	top: 13px;
	left: 22px;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.3;
}

@media all and (max-width: 500px) {
	.nav_anchor {
		width: auto;
		margin-bottom: 10px;
		padding: 0 12px;
	}

	.nav_anchor_tit {
		font-size: 15px;
		margin: 15px 0 5px 0;
	}

	.nav_anchor_tit_2 {
		font-size: 17px;
		margin: 10px 0;
	}

	.nav_anchor li {
		width: 47.5%;
		display: inline-block;
		position: relative;
		margin: 0 3% 15px 0;
		vertical-align: top;
	}

	.nav_anchor li:nth-child(even) {
		margin-right: 0;
	}

	.nav_anchor a:hover {
		opacity: 1;
	}

	.nav_anchor li dt {
		font-size: 12px;
	}

	.nav_anchor li dd img {
		width: 100%;
	}

	.nav_anchor .a_cleaning dt {
		width: 90%;
		top: 3px;
		left: 7px;
		line-height: 1.2;
	}

	.nav_anchor .a_window_coating dt {
		width: 60%;
		top: 3px;
		left: 5%;
		line-height: 1.2;
	}

	.nav_anchor .a_car_film dt {
		width: 70%;
		text-align: right;
		top: 10%;
		right: 5%;
		color: #ffffff;
		line-height: 1.2;
	}

	.nav_anchor .a_fresh_air dt {
		width: 55%;
		text-align: left;
		top: 25%;
		left: 8%;
		color: #ffffff;
		line-height: 1.2;
	}

	.nav_anchor .a_premium_wash dt {
		width: 65%;
		text-align: right;
		top: 15px;
		right: 10px;
		font-size: 16px;
		color: #ffffff;
		line-height: 1.2;
	}

	.nav_anchor .a_bodycoating dt {
		width: 90%;
		text-align: right;
		top: 10%;
		right: 5%;
		color: #ffffff;
		line-height: 1.2;
	}
}

.in_contents {
	width: 90%;
	max-width: 1020px;
	margin: auto;
}

.in_contents .title {
	margin-left: 0;
}

.tit_box_wrap {
	margin: 60px 0 75px;
}

.tit_box {
	margin-bottom: 40px;
	display: block;
}

.tit_box_tit {
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	border-bottom: solid 1px #000000;
	padding: 0 5px 5px 5px;
	margin-bottom: 10px;
}

.tit_box_dd {
	font-size: 16px;
	vertical-align: top;
}

.tit_box_dd_list li {
	display: inline-block;
	font-size: 15px;
	margin: 0 3px 5px 0;
}

.tit_box_dd_list li a:hover,
.tit_box_dd_list li a:active,
.tit_box_dd_list li a:focus {
	opacity: .7;
}

.tit_box_dd_list ul ul li:after {
	display: inline-block;
	content: "/";
	font-size: 13px;
	margin-left: 5px;
}

.tit_box_dd_list li+li ul li:nth-last-child(1):after {
	content: none;
}

@media all and (max-width: 500px) {
	.tit_box_wrap {
		margin-bottom: 35px;
	}

	.tit_box {
		margin-bottom: 15px;
	}

	.tit_box_tit {
		font-size: 11px;
		padding: 0 2px 1px 2px;
		margin-bottom: 5px;
	}

	.tit_box_dd {
		font-size: 13px;
	}

	.tit_box_dd_list li {
		font-size: 12px;
		margin: 0 1px 0 0;
	}

	.tit_box_dd_list ul,
	.tit_box_dd_list ul li {
		display: inline;
	}

	.tit_box_dd_list li:after {
		margin-left: 3px;
	}
}

.col3_wrap_bg .txt_strong {
	margin-bottom: 22px;
}

.col3_wrap_bg .txt_strong .small {
	font-size: 1.2rem;
	font-weight: normal;
	margin-left: 10px;
}

.col3_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 45px;
}

.col3_wrap:not(.col3_wrap_loan) {
	justify-content: space-between;
}

.col3_wrap.col3_wrap_loan:first-child {
	margin: 50px 0 0;
}

.col3 {
	width: 32%;
	margin-bottom: 30px;
}

.col3_wrap.col3_wrap_loan .col3 {
	width: calc((100% - 40px) / 3);
}

.col3_wrap.col3_wrap_loan .col3:not(:nth-child(3n)) {
	margin-right: 20px;
}

.col3_inner_img {
	width: 100%;
	margin-bottom: 11px;
}

.bsg {
	border: solid 1px #cccccc;
	box-sizing: border-box;
}

.txt_col3 {
	width: 98%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.6;
}

@media all and (max-width: 500px) {
	.col3_wrap_bg .txt_strong {
		margin-bottom: 10px;
	}

	.col3_wrap_bg .txt_strong .small {
		font-size: 1.0rem;
		font-weight: normal;
		margin-left: inherit;
	}

	.col3_wrap {
		margin-bottom: 10px;
	}

	.col3 {
		width: 100%;
		margin-bottom: 15px;
	}

	.col3.col3_c {
		width: 100%;
	}

	.col3_wrap.col3_wrap_loan .col3 {
		width: 100%;
	}

	.col3_wrap.col3_wrap_loan .col3:not(:nth-child(3n)) {
		margin-right: 0;
	}

	.col3_inner_img {
		margin-bottom: 5px;
	}

	.txt_col3 {
		width: 95%;
		font-size: 12px;
		line-height: 1.5;
	}
}

ul.list_cap {
	margin: 50px 0 0;
}

ul.list_cap li {
	font-size: 12px;
	padding: 0 1px 0 0;
	line-height: 1.8;
}

.btnbox .pattern_btn {
	margin: auto;
}

@media all and (max-width: 500px) {
	.btnbox .pattern_btn {
		margin: 0;
	}
}

.arrow {
	padding: 0 !important;
}

.arrow+.txt_cap {
	margin-top: 35px;
}

.arrow a {
	font-size: 12px;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
	display: inline-block;
	background: url("../img/arrow_w.png") #000000 right 10px center no-repeat;
	background-size: 6px;
	padding: 12px 35px 11px 11px;
	color: #ffffff !important;
	line-height: 1;
	text-decoration: none;
}

p.arrow {
	background-image: none !important;
}

.arrow a:hover {
	opacity: .7;
}

@media all and (max-width: 500px) {
	.arrow a {
		width: 100%;
	}
}

.blg {
	width: 100%;
	display: block;
	font-size: 22px;
	padding: 15px 0 40px;
	line-height: 1.5;
}

.section_3 {
	width: 90%;
	max-width: 1020px;
	margin: 50px auto 20px;
}

.section_5 {
	width: 90%;
	max-width: 1020px;
	margin: 30px auto 80px;
}

.section_5.block_segment_wrap {
	width: 90%;
	max-width: inherit;
}

.block_segment_wrap.section_0 {
	width: 90%;
	max-width: inherit;
	margin-top: 50px;
}


.block_segment_wrap.section_0 > div > img {
	width: 100%;
	height: auto;
	display: block;
	line-height: 0;
}

.block_segment_wrap.section_2 {
	width: 90%;
	max-width: inherit;
	margin-top: 50px;
}

.section_5 .text_lead {
	font-size: 17px;
	line-height: 1.7;
}

.section_5 .title_3 {
	font-size: 35px;
	line-height: 1.5;
	margin-bottom: 15px
}

.text_link a {
	display: inline-block;
	font-size: 17px;
	/* margin-top: 20px; */
	text-decoration: none;
}

.text_link a:after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: translate(-50%, -50%) rotate(45deg);
	margin: 4px 15px 0px 12px;
}

.text_link a:hover,
.text_link_1 a:hover {
	text-decoration: none;
}

.text_link_1 {
	display: inline-block;
	font-size: 17px;
	margin-top: 20px;
	text-decoration: underline;
}

.text_link_1 a:after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	margin: 4px 15px 0px 12px;
}

.text_link_2 {
	margin-bottom: 50px;
}

.text_link_2 a {
	display: inline-block;
	font-size: 17px;
	margin-top: 3px;
	text-decoration: underline;
}

.text_link_2 a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.section_3 .flex_wrap {
	margin: 30px 0 0;
}

@media all and (max-width: 500px) {
	.section_3 {
		margin-bottom: 10px;
	}

	.section_5 .title_3 {
		font-size: 21px;
		line-height: 1.4;
		margin: 10px 0 5px;
	}
	.section_5 .text_lead {
		font-size: 15px;
	}
}

.section_2 .text_1 {
	font-size: 23px;
	line-height: 1.3;
	font-family: AudiTypeBold, DFHSBold !important;
	font-weight: 400;
}

.text_2 {
	font-size: 20px;
	line-height: 1.7;
	font-family: AudiTypeBold, DFHSBold !important;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}

@media all and (max-width: 500px) {
	.text_2 {
		text-align: left;
	}
}

.text_link a {
	display: inline-block;
	font-size: 17px;
	text-decoration: none;
}

.text_link a:after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: translate(-50%, -50%) rotate(45deg);
	margin: 4px 15px 0px 12px;
}

.text_link a:hover,
.text_link_1 a:hover {
	text-decoration: none;
}

.text_link_1 {
	display: inline-block;
	font-size: 17px;
	margin-top: 20px;
	text-decoration: underline;
}

.text_link_1 a:after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	margin: 4px 15px 0px 12px;
}

.text_link_2 {
	margin-bottom: 50px;
}

.text_link_2 a {
	display: inline-block;
	font-size: 17px;
	margin-top: 3px;
	text-decoration: underline;
}

.text_link_2 a:hover {
	opacity: .8;
	text-decoration: none;
}

.section_0 .text_1 {
	font-size: 23px;
	line-height: 1.3;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
	margin-bottom: 20px;
}

.section_0 .text_lead {
	font-size: 17px;
	line-height: 1.7;
}

@media all and (max-width: 500px) {
	.section_0 .text_lead {
		font-size: 15px;
	}
}
.text_lead_c {
	font-size: 17px;
	text-align: center;
	line-height: 1.5;
}

.text_4 {
	font-size: 25px;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
}

.dl_1 {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 0;
	margin: 0;
}

.dl_1 dt {
	width: auto;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.dl_1 dt span.number {
	display: inline-block;
	width: 28px;
	height: 26px;
	background: #000;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 1px 0;
	margin: 1px 10px 0 0;
	text-align: center;
}

.dl_1 dd {
	width: 100%;
	font-size: 17px;
	line-height: 1.65;
	margin-bottom: 25px;
}

.dl_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #e2e2e2;
	padding-top: 5px;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
}

.dl_2 dt {
	width: 65%;
	font-size: 16px;
	line-height: 1.4;
	padding: 14px 0 15px 10px;
	border-bottom: 3px solid #fff;
}

.dl_2 dt.bordernone,
.dl_2 dd.bordernone {
	border-bottom: none;
}

.dl_2 dd {
	width: 35%;
	font-size: 16px;
	padding: 14px 0 15px 10px;
	border-bottom: 3px solid #fff;
	text-align: right;
}

@media screen and (max-width:340px) {

	.dl_2 dt,
	.dl_2 dd {
		font-size: 14px;
	}
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.youtube_2 {
	position: relative;
	width: 45%;
	padding-top: 25.5%;
}

.youtube_2 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.text_5 {
	font-size: 20px;
	font-family: AudiTypeBold, DFHSBold;
	font-weight: 400;
}

@media all and (max-width: 500px) {
	.text_5 {
		font-size: 18px;
		line-height: 1.5;
	}
}

.swiper-button-next,
.swiper-button-prev {
  top: 29%;
  width: 25px;
  height: 50px;
  margin-top: 0;
  background: #000;
}
.swiper-container{
	width: 100%;
  text-align: center;
}
/* .swiper-container .swiper-slide img{
  max-width: 100%;
  width: 100%;
  height: auto;
} */
.prettyprint{
  border: none;
  background: #fafafa;
  color: #697d86;
}
#thumbs {
  /* height: 20%; */
  width: 950px;
  box-sizing: border-box;
  padding: 10px 0;
}
#thumbs .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 945px;
  transform: none!important;
}
#thumbs .swiper-wrapper .swiper-slide {
  width: 9%;
  margin: 0 1% 10px 0;
  height: 100%;
  opacity: 0.5;
  cursor: pointer;
}
#thumbs .swiper-wrapper .swiper-slide:nth-child(10n) {
  margin-right: 0!important;
}
#thumbs .swiper-wrapper .swiper-slide-active {
  opacity: 1;
  }

@media screen and (max-width:640px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 25%;
    width: 25px;
    height: 40px;
  }
  #thumbs .swiper-wrapper {
    flex-wrap: wrap;
    margin: 10px auto;
    padding: 0;
    width: 100%;
  }
  #thumbs .swiper-wrapper .swiper-slide {
    width: 18%;
    height: auto;
    margin: 0 2% 2% 0!important;
  }
  #thumbs .swiper-wrapper .swiper-slide:nth-child(5n) {
    margin-right: 0!important;
  }
}

.slidebox {
  text-align: left;
  background: #fff;
  margin-bottom: 50px;
}

.slidebox .price {
	font-size: 22px;
	font-family: AudiTypeBold, DFHSBold !important;
	font-weight: 400;
}

.slidebox .text_model {
	font-family: AudiTypeBold, DFHSBold !important;
	font-weight: 400;
}
.slidebox .year {
  margin-bottom: 20px;
}

.slidebox_detail {
  padding: 20px 22px 20px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
@media screen and (max-width:640px) {
  .slidebox {
    text-align: left;
    background: #fff;
    margin-bottom: 40px;
  }
  .slidebox_detail {
    padding: 20px 20px 10px;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
}


/* swiper.min.css　overwrite */
:root {
  --swiper-navigation-size: 22px;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #fff;
  background: #000;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
/* 左右ボタン非表示 */
@media screen and (max-width:640px) {
  .swiper-button-next.swiper-button-black,
  .swiper-button-prev.swiper-button-black {
    display: none;
  }
}