.por_main{
	width: 100%;
	display: flex;
	justify-content: center;
	background-image: url("/lp/porsche/images/main_back.jpg");
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 50px;

}

@media screen and (max-width: 600px) {
	.por_main{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}


.por_main_inner{
	width: 100%;
	max-width: 1122px;
}

.por_main_inner img{ 
	width: 100%;
	height: auto;
}

.por_main_inner img.PC_main{ 
	display: block;
}

.por_main_inner img.SP_main{ 
	display: none;
}

@media screen and (max-width: 600px) {
	.por_main_inner img.PC_main{ 
		display: none;
	}
	
	.por_main_inner img.SP_main{ 
		display: block;
	}
}

.por_lineup_erea{
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 50px;
	
}

.por_h2_title{
	text-align: center;
	margin-bottom: 21px;
}
.por_h2_title p{
	font-size: 1rem;
	color: #888;
	line-height: 1.2;
	margin-bottom: 17px;
}

.por_h2_title h2{
	font-size: 2rem;
	color: #252525;
	line-height: 1.6;
}
@media screen and (max-width: 600px) {
	.por_lineup_erea{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.por_h2_title{
		margin-bottom: 10px;
	}
	.por_h2_title p{
		font-size: 1rem;
		color: #888;
		line-height: 1.2;
		margin-bottom: 5px;
	}
	
	.por_h2_title h2{
		font-size: 1.5rem;
	}
}
.por_lineup_nav_out{
	display: flex;
	justify-content: center;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}

.por_lineup_nav{
	display: flex;
	justify-content: center;
}

.por_lineup_nav a{
	display: block;
	width: 146px;
	border: 2px solid #d2d2d2;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: 44px;
	text-decoration: none;
	border-radius: 22px;
	margin-left: 10px;
	margin-right: 10px;
	transition: 0.3s;
}

@media screen and (max-width: 600px) {
	.por_lineup_nav{
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.por_lineup_nav a{
		width: calc(50% - 5px);
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.por_lineup_nav a span{
	text-decoration: none;
	font-size: 1rem;
	color: #252525;
	margin-top: 11px;
	transition: 0.3s;
}

.por_lineup_nav a:hover{
	background-color: #dc0002;
	transition: 0.3s;
	border: 2px solid #dc0002;
}

.por_lineup_nav a:hover span{
	color: #fff;
	transition: 0.3s;
}

.por_lineup_erea{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;

}
.por_lineup_erea_inner{
	width: 100%;
}

.por_lineup_erea_inner .por_content_box_out:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.por_grey{
	background-color: #F5F5F5;
}

.h2_type02{
	margin-bottom: 30px;
}

.h2_type02 h2{
	font-size: 1.75rem;
	text-align: center;
	
}

.por_tag01{
	background-color: #000;
	width: 105px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #fff;

}

.por_tag01 span{
	color: #fff;
	text-align: center;
}
.por_content_box_out{
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	border-bottom: solid 3px #d2d2d2;
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.por_content_box{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 1.125rem;
	max-width: 1200px;
	width: 100%;
	
}

.por_box01{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
	width: 100%;
	
}
.por_box01 dt{
	margin-right: 28px;
}
.por_box01 dd{
	margin-top: 4px;
}

.por_box02{
	display: flex;
	justify-content: flex-start;
	border-bottom: solid 2px #d2d2d2;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;

}

.por_box02 .por_grade_box{
	width: calc(100% - 133px);

}

.por_box02 .por_tag01{
	line-height: 1.444;
	margin-bottom: 10px;
	margin-right: 28px;

}



.por_grade_box .por_grade_grid:nth-of-type(odd){
	background-color: #ECECEC;
}

.por_grade_box .por_grade_grid:nth-of-type(even){
	background-color: #E1E1E1;
}

.por_grade_box .por_grade_grid02 span:nth-of-type(odd){
	background-color: #ECECEC;
}

.por_grade_box .por_grade_grid02 span:nth-of-type(even){
	background-color: #E1E1E1;
}


.por_grade_box .por_grade_grid{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.por_grade_grid02{
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.por_grade_grid02 span{
	width: 33.333333%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;

}

.por_grade_grid span:first-child{
	width: 200px;
}
.por_grade_grid span.one_item_only:first-child{
	width: 100%;
}
.por_grade_grid span{
	margin-right: 10px;
	display: block;
}
.por_fr_box{
	width: 100%;
	padding-bottom: 10px;
	border-bottom: solid 2px #d2d2d2;
	margin-bottom: 10px;
}

.por_grade_box_inner{
	display: flex;
	justify-content: space-between;
}

.por_grade_box_right{
	margin-top: 4px;
}

.por_fr_box .por_grade_box_inner:first-child{
	margin-bottom: 10px;
}

.por_grade_box_left{
	display: flex;
	justify-content: flex-start;
	
}

.por_grade_box_left .por_tag01{
	margin-right: 28px;
}

.por_grade_box_left P{
	margin-top: 4px;
}

.por_grade_box_left P span{
	font-size: 0.875rem;
}

.fr_plice{
	font-weight: bold;
}
.por_price_box{
	width: 100%;
	border-bottom: solid 2px #d2d2d2;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.por_price_box .por_price_box_inner{
	display: flex;
	justify-content: space-between;
}

.por_price_box_left{
	display: flex;
	justify-content: flex-start;
}

.por_price_box_left .por_tag01{
	margin-right: 28px;
}

.por_price_box_left p{
	margin-top: 4px;
}

.por_price_box_right{
	margin-top: 4px;
}

.por_total_plice{
	font-size: 1.25rem;
	font-weight: bold;
	color:#cc0000;
}

.por_total_plice span{
	font-size: 1rem;
}

.por_conv_btn{
	width: 100%;
	display: flex;
	justify-content: center;
}

.por_conv_btn a{
	display: block;
	max-width: 458px;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	background-color: #DC0002;
	transition: 0.5s;
	text-decoration: none;


}
.por_conv_btn a span{
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	font-size: 1.25rem;
}

.por_conv_btn a:hover{
	text-decoration: none;
	background-color: #252525;
	transition: 0.5s;
}

.por_conv_btn a:hover span{
	text-decoration: none;;
}


@media screen and (max-width: 600px) {

	.h2_type02 h2{
		font-size: 1.375rem;
	}
	.h2_type02 h2{
		margin-bottom: 20px;
	}
	.por_content_box{
		font-size: 1rem;
	}

	.por_box01 dt {
		margin-right: 10px;
	}
	.por_tag01{
		height: 26px;
		line-height: 1.2;
		padding-top: 2px;
	}
	.por_box02{
		flex-direction: column;
	}
	.por_box02 .por_tag01{
		width: 192px;
	}
	.por_box02 .por_tag01 span br{
		display: none;	
	}

	.por_box02 .por_grade_box {
		width: 100%;
	}

	.por_grade_box .por_grade_grid{
		flex-wrap: wrap;
		padding-left: 10px;
		padding-right: 10px;
	}
	.por_grade_grid span{
		margin-bottom: 5px;
	}

	.por_grade_grid span:first-child{
		width: 100%;
	}
	
	.por_grade_grid span:not(:first-child){
		width: 33.33333333%;
		margin-right: 0;
	}

	.por_grade_grid_pt02 span:not(:first-child){
		width: 100%;
	}
	.por_grade_box_inner{
		flex-direction: column;
	}
	.por_grade_box_left{
		flex-direction: column;
		line-height: 1.6;
	}
	.por_grade_box_right{
		display: flex;
		justify-content: flex-end;
	}
	.por_price_box{
		flex-direction: column;
	}

	.por_price_box_inner{
		flex-direction: column;
	}

	.por_price_box_left{
		flex-direction: column;
	}

	.por_grade_box_right{
		display: flex;
		justify-content: flex-end;
	}
	.por_total_plice{
		text-align: right;
	}
	.por_conv_btn a{
		max-width: 290px;
	}
	.por_content_box_out{
		 margin-bottom: 30px;
		 padding-bottom: 30px;
	}
	.por_grade_grid02 span{
		width: 50%;
	}

	.por_grade_box .por_grade_grid02 span:nth-child(1),
	.por_grade_box .por_grade_grid02 span:nth-child(4),
	.por_grade_box .por_grade_grid02 span:nth-child(5),
	.por_grade_box .por_grade_grid02 span:nth-child(8),
	.por_grade_box .por_grade_grid02 span:nth-child(9),
	.por_grade_box .por_grade_grid02 span:nth-child(12)
	{
		background-color: #ECECEC;
	}
	
	.por_grade_box .por_grade_grid02 span:nth-child(2),
	.por_grade_box .por_grade_grid02 span:nth-child(3),
	.por_grade_box .por_grade_grid02 span:nth-child(6),
	.por_grade_box .por_grade_grid02 span:nth-child(7),
	.por_grade_box .por_grade_grid02 span:nth-child(10),
	.por_grade_box .por_grade_grid02 span:nth-child(11){
		background-color: #E1E1E1;
	}
}

/*20250404画像追記更新*/
.por_content_box_out_20250404 {

}

@media screen and (max-width:600px){
	.por_content_box_out_20250404 {
		flex-direction: column;
	}
}

.por_content_box_out_20250404 .por_content_box_left {
	width: 335px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

@media screen and (max-width:600px){
	.por_content_box_out_20250404 .por_content_box_left {
		padding-bottom: 20px;
		width: 100%;
	}
}

.por_content_box_out_20250404 .por_content_box_left .por_content_box_pic {
	width: 100%;
	margin-bottom: 11px;
}

.por_content_box_out_20250404 .por_content_box_left .por_content_box_pic img {
	width: 100%;
	height: auto;
}

.por_content_box_out_20250404 .por_content_box_left .por_content_box_logo {
	width: 131px;
	margin-bottom: 11px;
}

.por_content_box_out_20250404 .por_content_box_left .por_content_box_logo img {
	width: 100%;
	height: auto;
}

.por_content_box_out_20250404 .por_content_box {
	width: calc(100% - 335px);
	padding-left: 22px;
	box-sizing: border-box;
}

@media screen and (max-width:600px) {
	.por_content_box_out_20250404 .por_content_box {
		width: 100%;
		padding-left: 0px;
	}
}