
.mobil-check-in-ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}

.mobil-check-in-ttl::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background-color: #1169ab;
}

.assignment-cont dl dt{
	font-size: 20px;
	color: #01232b;
}


.staatliches-regular {
	color: #1169ab;
	font-family: "Fugaz One", sans-serif;
	font-weight: 500;
	font-size: 40px;
}

.content-section {
  position: relative;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}

.content-section::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 130px solid transparent;
  border-right: 130px solid transparent;
  border-top: 60px solid #F9F9F9;
}

.content-section-yellow{
	background-color: #fffbe6;
}

.mobile-sub-ttl{
	color: #fce3ba;
	font-family: "Fugaz One", sans-serif;
	font-weight: 500;
	font-size: 80px;
	text-align: left;
	margin-bottom: 0;
}

.content-section-white{
  position: relative;
  background-color: #FFF;
  margin-top: 300px;
  border-right: 20px solid #fdf0a9;
  padding: 0;
  border-top: 20px solid #fdf0a9;
  }

.content-section-white::before {
  content: '';
  position: absolute;
  top: -174px;
  left: 20px;
  transform: translateX(0%);
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 1150px solid transparent;
  border-bottom: 155px solid #fdf0a9;
}

.content-section-white02{
	position: relative;
	background-color: #FFF;
	padding: 0;
}

.content-section-white02::before {
    content: '';
    position: absolute;
    top: -149px;
    left: 0;
    transform: translateX(0%);
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 1150px solid transparent;
    border-bottom: 150px solid #FFF;
}

.content-section-wrap{
	padding:0 5em 3em;
}

.mobil-check-in-lead{
	font-size: 50px;
    color: #01232b;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.3;
    border-left: 5px solid #f4a620;
    padding-left: 20px;
    display: flex;
  flex-direction: column;
  justify-content: center;
  height: fit-content;
}

.nomal-read{
	font-size: 25px;
    font-weight: normal;
}

.bold-read{
	color: #f4a620;
}

.content-section-wrap::before {
  content: '';
  position: absolute;
  right: 0px;
  top: -300px;
  display: inline-block;
  width: 35%;
  height: 100%;
  background-image: url('../img/service/reserve/rentacar/labor-saving/mobil-check-in/solution-phone-img.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.mobil-check-in-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mobil-number {
  font-size: 60px;
  font-weight: bold;
  color: #ff9900;
  font-family: "Fugaz One", sans-serif;
}

.mobil-text-group {
  display: flex;
  flex-direction: column;
}

.mobil-sub-heading {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  margin: 0;
}

.mobil-main-heading {
  font-size: 20px;
  font-weight: bold;
  color: #002e4d;
  margin: 0;
}

.rope-line {
  border-bottom: 4px dotted #f4a620;
  padding: 20px 0;
}

.content-section-wrap .fh5co-feature-image{
	margin-bottom: 0;
}

.impact-box {
  background-color: #fffbe6;
  padding: 30px;
  border-radius: 8px;
  margin: 20px 0;
}

.impact-label {
  display: inline-block;
  background-color: #f4a620;
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 22px;
  margin-right: 10px;
  font-size: 16px;
}

.impact-heading {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.impact-description {
  line-height: 1.6;
  margin-top: 20px;
}



.all-steps-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.steps-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  box-sizing: border-box;
}

.steps-row:first-child .step {
  width: calc( (100% - (3 * 30px) - (4 * 0px)) / 4 );
  flex-basis: calc( (100% - (3 * 30px)) / 4 );
  flex-grow: 0;
  flex-shrink: 0;
}

.steps-row.second-row .step {
  /*flex-basis: calc( (100% - (2 * 30px)) / 4 );*/
  flex-grow: 0;
  flex-shrink: 0;
}

.step-content{
	height: 50px;
}

/* 矢印のスタイル */
.arrow-icon {
  width: 30px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #1169ab;
}

.large-step {
  flex-basis: calc( (100% - (2 * 30px)) / 2 );
  flex-grow: 0;
  flex-shrink: 0;
}

.image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}

.step-description {
  text-align: center;
  margin: 10px 0 0 0;
}

@media screen and (max-width: 1200px){
.content-section-yellow .content-section-white02::before{
	border-right: 950px solid transparent;
}
.content-section-yellow .content-section-white::before{
	border-right: 950px solid transparent;
}
.content-section-wrap .mobile-sub-ttl{
	font-size: 60px;
}
.mobil-check-in-lead{
	font-size: 45px;
}
}

/* PC表示時（mdブレークポイント以上）にのみ適用 */
@media (min-width: 992px) { /* Bootstrapのmdブレークポイント（992px）を使用 */
    
    /* Row 2, Row 4など、PCで「画像 → テキスト」にしたい行に適用 */
    .row-reverse-md {
        /* row内の要素の並び順を反転させる */
        flex-direction: row-reverse;
        display: flex;
    }
}

@media screen and (max-width: 990px){
.content-section-yellow .content-section-white02::before{
	border-right: 750px solid transparent;
}

.content-section-yellow .content-section-white::before{
	border-right: 730px solid transparent;
}

.content-section-yellow .content-section-white{
	border-right: 0;
	margin-top: 180px;
}

.content-section-wrap::before{
	top: -145px;
	width: 30%;
}
.content-section-wrap .mobile-sub-ttl {
        font-size: 50px;
    }
.mobil-check-in-lead{
	font-size: 35px;
	}
}
@media screen and (max-width: 768px){
	.fh5co-feature-image{
		margin: 15px 0!important;
	}
	.mobil-check-in-heading {
    align-items: self-start;
    }
    .mobil-number{
    font-size: 40px;
    }
	.content-section-white{
		border-top: 0;
	}
	.content-section-white::before{
		border-bottom: 0;
	}
    .mobil-check-in-lead {
        font-size: 28px;
    }
	.content-section-wrap {
    padding: 0 2em 3em;
    }
    .content-section-wrap::before {
        right: 20px;
    }
    .content-section-wrap .mobile-sub-ttl {
        font-size: 25px;
    }
    .nomal-read{
    	font-size: 20px;
    }
}
