/* Toyota TRC /rental/flow/ — page content styles for Howtouse */

body.page-howtouse {
  font-family: "Helvetica Neue", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", "メイリオ", Meiryo, sans-serif;
  color: #323232;
  background: #fff;
}

.page-howtouse-content {
  display: block;
  width: 100%;
  background: #fff;
  padding-bottom: 50px;
}

.un_flow section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 15px;
}

.un_flow h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #00af32;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.un_flow h2 span {
  font-size: 1.2rem;
  color: #323232;
  margin-bottom: 5px;
}

.un_flow h4 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

/* ─── Way List ─── */
.un_flow_wayList {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .un_flow_wayList { flex-direction: row; }
  .un_flow_wayList li { width: 33.3%; }
}

.un_flow_wayList li {
  background: #f8f8f8;
  border-radius: 15px;
  padding: 20px;
}

.un_flow_wayList dl dt span {
  background: #00af32;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  font-weight: bold;
}

.un_flow_wayList dl dd {
  margin: 10px 0;
  font-weight: bold;
}

/* ─── Buttons ─── */
.el_btn_type01 {
  display: block;
  background: #00af32;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
}

.un_flow_linkList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.un_flow_linkList a {
  background: #eee;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  color: #323232;
  font-size: 1.3rem;
}

/* ─── Preparation Images ─── */
#img_prep ol {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 15px;
  margin-bottom: 10px;
}
#img_prep ol li { width: 33.3%; text-align: center; }
#img_prep ol li img { width: 100%; border-radius: 10px; }

/* ─── Incident List ─── */
.un_flow_incidentList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.un_flow_incidentList dl {
  background: #fffce6;
  border: 2px solid #f58228;
  padding: 15px;
  border-radius: 10px;
}

/* ─── Checklist ─── */
.checklist {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 10px;
  margin-bottom: 20px;
}
.checklist li {
  width: 33.3%;
  background: #dcf5dc;
  border: 1px solid #00af32;
  border-radius: 10px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
