@charset "UTF-8";


/* TOYO TIREの価値創出
-------------------------*/

.mb0 {
  margin-bottom: 0 !important;
}
.headingStyle05 {
  font-weight: bold;
  color: #0062B4;
  font-size: 18px;
}

.valueArrow {
  margin-left: 90px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.csrImageBox01{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.csrImageBox01.borderBottom {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #B2B2B2;
}

.csrImageBox01Item {
  width: 45%;
}

.csrImageBoxCol02 {
  max-width: 940px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.csrImageBoxCol02Item {
  width: 48%;
}


.csrImageBoxCol03 {
  max-width: 940px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.csrImageBoxCol03Item {
  width: 31.9%;
}

.csrImageBoxCol03ItemText {
  max-width: 940px;
  margin-inline: auto;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.07em;
}

.csrImageBoxWide {
  max-width: 940px;
  margin-inline: auto;
  margin-top: 40px;
}

.csrImageBoxWideText {
  max-width: 940px;
  margin-inline: auto;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.07em;
}


.csrImageBoxMiddle {
  max-width: 850px;
  margin-inline: auto;
  margin-top: 25px;
}

.csrImageBoxMiddleText {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.07em;
}

.csrImageBoxSmall {
  max-width: 600px;
  margin-inline: auto;
  margin-top: 30px;
}

.csrImageBoxSmallText {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.07em;
}

.csrValueBox01 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.csrValueBox01:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.csrValueBox01.csrValueBox01Bottom {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.csrValueBox01Text {
  width: 61%;
}

.csrValueBox01Image {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.csrValueBox01ImageTop {
  align-items: flex-start;
}

.csrValueBox01TextTitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}


.csrImageBoxCol03Wide {
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.csrImageBoxCol03WideItem {
  width: 31.9%;
}

.csrImageBoxCol03WideItemText {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.07em;
}

.imgWidht_800 {
  max-width: 800px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .headingStyle05 {
    font-size: 14px;
  }
  .valueArrow {
    margin-inline: auto;
    text-align: center;
  }

  .csrImageBoxCol02,
    .csrImageBoxCol02Wide {
    gap: 12px;
  }

  .csrImageBoxCol02Item {
    width: 100%;
  }

  .csrImageBoxCol03,
    .csrImageBoxCol03Wide {
    gap: 12px;
  }

  .csrImageBoxCol03Item {
    width: 48%;
  }
  
  .csrImageBoxSmallItem {
    width: 80%;
    margin-inline: auto;
  }

  .csrImageBoxSmallText {
    text-align: center;
  }

  .csrValueBox01TextTitle {
    font-size: 17px;
  }

  .csrImageBoxCol03ItemText {
    font-size: 12px;
    margin-top: 7px;
  }

  .csrImageBoxWide {
    margin-top: 20px;
  }

  .csrImageBoxWideText,
  .csrImageBoxMiddleText {
    font-size: 12px;
    margin-top: 7px;
  }
  
  .csrValueBox01 {
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .csrValueBox01Text {
    width: 100%;
  }

  .csrValueBox01Image {
    width: 100%;
    margin-top: 15px;
  }

  .csrImageBoxCol03Wide {
  }

  .csrImageBoxCol03WideItem {
    width: 100%;
    margin-bottom: 10px;
  }

  .csrImageBoxCol03WideItemText {
    font-size: 12px;
  }

}


/* TOYO TIREの価値創出 ここまで
-------------------------*/