@charset "utf-8";

.repair_maintenance.content {
  max-width: 950px;
  font-size: 1.5rem;
}
.repair_maintenance_info_title {
  border: solid 1px #ccc;
  padding: 20px;
  margin-top: 30px;
}
.repair_maintenance_area {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.repair_maintenance_area_base_status span {
  margin-right: 10px;
  font-weight: bold;
}
.repair_maintenance_area_base_status span.sp_block {
  font-weight: normal;
}
.repair_maintenance_area_title {
  background: #777;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
.repair_maintenance_area_table {
  border-collapse: collapse;
  width: 300px;
  border: solid 1px #ddd;
}
.repair_maintenance_area_table tr:nth-child(odd) th, .repair_maintenance_area_table tr:nth-child(odd) td {
  background: #eee;
  border: 1px solid #ccc;
}
.repair_maintenance_area_table tbody tr th {
  font-size: 15px;
  font-weight: normal;
  width: calc(100% / 2);
}
.repair_maintenance_area_table tbody tr th, .repair_maintenance_area_table tbody tr td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}
.repair_maintenance .photo img {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.repair_maintenance h3 {
  margin: 50px 0 25px;
  font-size: 1.5rem;
  font-weight: normal;
  background: #eee;
  padding: 10px 20px;
}
.repair_maintenance h4 {
  margin: 50px 0 30px;
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
}
.repair_maintenance .guide_text_area {
  margin: 0 20px 20px 20px;
}
.repair_maintenance_strengths {
  border: solid 1px #ccc;
  padding: 20px;
  margin: 0 auto;
  display: table;
  font-size: 1.5rem;
}
.repair_maintenance_check_text {
  margin-top: 20px;
}
.repair_maintenance_check_text p {
  margin-bottom: 5px;
}
.repair_maintenance_check_text p::before {
  content: "\02714\020";
}
.repair_maintenance_check_text.guide_text_area p:first-child {
  font-weight: normal;
}