.service_box{
	width: 96%;
	margin: 0 auto;
}

.service_mi {
	position: relative;
	padding-bottom: 15px;
	font-size: 2rem;
	text-align: center;
	font-weight: 700;
    margin: 24px;
}

.service_mi::before {
	content: attr(data-en);
	display: block;
	color: #c50000;;
	font-size: 16px;
	font-style: italic;
	
}

.service_mi::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(180%) rotate(90deg);
	width: 3px;
	height: 20px;
	background-color: #c50000;;
}
.newcar{
	padding: 24px;
	border: 1px solid #ccc;
	margin-bottom: 24px;
    display: flex;
    flex-direction: column;

}
section p{
	line-height: 2rem;
	font-size: 1.4rem;
}
@media screen and (min-width: 651px){
	.newcar{
		width: calc(50% - 8px);
	}
    
}
.item50_about p{
    line-height: 2.4rem;
    padding: 24px;
}
.box30 {
    margin: 2em 0;
    
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #c50000;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}
.l-inner{
	max-width:1000px;
	margin:0 auto;
}
@media screen and (max-width: 650px){
.l-inner{
	width: 88.8%;
	margin: 0 auto;
}    
}
.box30 img{
	aspect-ratio: 16 / 9;
	object-fit: cover; /* この一行を追加するだけ！ */
}
.box30 p{
	font-size: 1rem ;
}
.box30 span.red{
	font-weight: bold;
	font-size:1.2rem;
	color: #c50000;
}
.flow-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 32px;
 
    margin: 40px auto 0;
    position: relative;
    z-index: 100;
}
.flow-step-number {
    max-width: 80px;
    width: 100%;
    font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    background-color: #ed1c24;
    border-radius: 50% 50% 50% 50%;
    height: 80px;
    display: grid;
    place-content: center;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    overflow: initial;
    z-index: 10;
}
.flow-step::after {
    position: absolute;
    top: 0;
    left: 40px;
    width: 8px;
    height: calc(100% + 30px);
    background-color: #ed1c24;
    content: "";
    translate: -50% 0;
    z-index: 0;
}
.flow-step-p-h3 {
    font-weight: 700;
    font-size: 1.6rem !important;
    color: #ed1c24;
    line-height: 1.5em;
}
@media screen and (max-width: 650px){
    .flow-step-img {
 
        width: 100%;
        border: 1px solid #e6e6e6;
        border-radius: 12px;
    }
}
.flow-step-img {
 
    width: 50%;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
}
.flow-step-p {
    width: calc(100% - 80px);
}
.flow-step-number span {
	font-weight: bold;
	font-size: 30px;
}
.big_red{
	font-weight: 700;
	text-align: center;
}
.kakomi{
	padding: 8px;
	border-bottom: 2px solid #c50000;
}
.item50b{
width: calc(50% - 8px);	
}
.big_red2{
	font-size: 1.8rem !important;
	font-weight: 700;
	text-align: center;
	color: #c50000;
}
.arrow_box{
    position:relative;
    width:calc(80% - 60px);
    height:100px;
    background:#FFFFFF;
    padding:8px;
    text-align:left;
    border:2px solid #000000;
    color:#333333;
    font-size:14px;
    font-weight:bold;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
	font-size: 1.2rem;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -10px;
    border-right-color:#FFFFFF;
}
.arrow_box:before{
    border-color: rgba(0, 0, 0, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:36px;
    border-right-width:36px;
    margin-top: -12px;
    margin-right: 2px;
    border-right-color:#000000;
}


.foot_pict{
	max-width: 20%;
	margin-top: 16px;
	margin-left: 16px;
	margin-bottom: 16px;
}
/* 新車 */
.heading03 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	padding-top: 2rem;
}

.heading03::before,
.heading03::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #c50000;
}

.heading03::before {
	margin-right: 20px;
}
.heading03::after {
	margin-left: 20px;
}
.big{
	font-weight: 700;
	text-align: center;
}
.gray_bo{
	padding: 8px 16px;
	background-color: #e6e6e6;
	border-radius: 10px;
}
.shin_red{
	color: #c50000;
	font-weight: 700;
	font-size: 1.4rem;
}
/* 新車 */
@media screen and (max-width: 650px){
    
}

/* botton */
.buttonIconText02 {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    max-width: 320px;
    height: 48px;
    padding: 8px 64px 8px 8px;
    font-family: sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    overflow-wrap: anywhere;
    background-color: #c50000;
    border-radius: 32px; /* (buttonの高さ / 2) の値 */
  }
  
  .buttonIconText02__reverse {
    flex-direction: row-reverse;
    padding: 8px 8px 8px 64px;
  }
  
  .buttonIconText02_icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 48px;
    aspect-ratio: 1;
    overflow: hidden;
  }
  
  .buttonIconText02_text {
    flex-shrink: 1;
    width: 100%;
  }
  
  @media (any-hover: hover) {
    .buttonIconText02 {
      transition: background-color 0.2s;
    }
  
    .buttonIconText02_icon {
      transition: transform 0.2s;
    }
  
    .buttonIconText02:hover {
      background-color: #c50000;
    }
  
    .buttonIconText02:hover .buttonIconText02_icon {
      transform: translateX(4px);
    }
  
    .buttonIconText02:hover .buttonIconText02_icon__left {
      transform: translateX(-4px);
    }
  }
  
  /* 左矢印アイコンのスタイル */
  .iconArrowLeft {
    rotate: 180deg;
  }
/* botton */

.service_box{
    font-size: 16px !important;

}
/* 新車生活 */
.shin_flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 24px auto;
    justify-content: space-between;
    align-items: center;
  gap: 1rem;
}
.shin_box{
    width: calc(50% - 8px);
}
@media screen and (max-width: 650px){   
    .shin_box{
        width:100% !important;
    }
}
.shin_title{
    width: 100%;
    margin-bottom: 24px;
}
/* 新車生活 */
@media screen and (min-width: 651px){
    .flex_ken{
        display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
  
    }
    .flex_ken .box30{
        width: calc(50% - 4px);
    }
    
    .ken_step{
        width: calc(50% - 4px);
    }
}