@charset "UTF-8";
/* ////////////////////////////////////////////////////////////
	File Name	inspection.css 2025/09/20
*/
:root {
  --red: #c3002f;
  --black: #000;
  --bg: #f4f4f4;
  --gray: #B5B5B5;
}
#contentsAtcl {
  width: 914px;
  margin: 0 auto;
}
#inspection {
  font-family: 'ヒラギノ角ゴ ProN W3', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic ProN', "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	max-width: 1200px;
	padding: 0 15px;
	font-size: 16px;
	line-height: 1.833;
}

#inspection .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  min-height: 56px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: var(--red);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}

#inspection .icon-arrow-right {
  position: absolute;
  right: 20px;
}

#inspection img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* ------ table -----*/
#inspection table {
  width: 100%;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.3;
  border-collapse: collapse;
}
#inspection table thead {
  background: #d4d4d4;
}
#inspection table thead th {
  border-right: 1px solid #fff;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}
#inspection table thead th.th-fixed2 {
  width: 80px;
}
#inspection table thead th.th-fixed3 {
  width: 48px;
}
#inspection thead th:last-child {
  border-right: 1px solid #d4d4d4;
}
#inspection tbody th {
  background: #e5e5e5;
  border-top: 1px solid #fff;
  padding: 10px;
  text-align: center;
}
#inspection tbody td {
  border-right: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  padding: 10px;
}


#inspection table.howtoRead_table2 th,
#inspection table.howtoRead_table2 td {
  padding-top: 12px;
  padding-bottom: 12px;
}
#inspection table.howtoRead_table2 th {
  background: #d4d4d4;
}
#inspection table.howtoRead_table2 tr:first-of-type th {
  border-top: 1px solid #d4d4d4;
}
#inspection table.howtoRead_table2 tr:first-of-type td {
  border-top: 1px solid var(--gray);
}
#inspection table.howtoRead_table3 th {
  width: calc(100% / 8);
}
#inspection table.howtoRead_table3 td {
  text-align: center;
}
#inspection table.howtoRead_table3 td:first-of-type {
  border-left: 1px solid var(--gray);
}

#inspection table.howtoRead_table4 th:first-of-type {
  width: 70px;
}
#inspection table.howtoRead_table4 th img {
  width: 60px;
  margin: 0 auto;
}


/* ------ fv -----*/
.inspection-title {
  text-align: center;
  font-size: 38px;
  margin-bottom: 28px;
}
.inspection-title span {
  display: block;
  font-size: 22px;
}
.inspection-lead {
  margin: 0 auto 50px;
}
.inspection-lead_img {
  margin-bottom: 30px;
}
.inspection-lead_catch {
  color: var(--red);
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 6px;
}
.inspection-lead_box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.inspection-lead_box_icon {
  flex-shrink: 0;
}

/* ------ certificate -----*/
.certificate-list {
  display: flex;
  justify-content: space-between;
  gap: 44px;
  background: var(--bg);
  margin: 40px auto;
  padding: 42px 75px 50px;
  border-radius: 16px;
}
.certificate-list_title {
  text-align: center;
  margin-bottom: 1.5em;
  line-height: 1.6;
  font-size: 20px;
}
.certificate-list_title span {
  display: block;
  font-size: 0.7em;
}
.certificate-list img {
  filter: drop-shadow( 0 0 2px rgba(0, 0, 0, 0.6));
}

/* ------ howtoRead -----*/
#inspection #tabTop {
  border: 1px solid var(--gray);
  border-top: none;
  margin-bottom: 60px;
}
#inspection .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
#inspection .tab li {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #EFEFEF;
  border: 1px solid var(--gray);
  border-left: none;
  position: relative;
  padding: 24px 26px 20px 30px;
  font-weight: 700;
  cursor: pointer;
}
#inspection .tab li:last-of-type {
  border-right: none;
}
#inspection .tab li span {
  display: block;
  font-size: 14px;
}
#inspection .tab li i::before {
  color: var(--red);
}
#inspection .tab li.active {
    background: #FFF;
    border-top: 3px solid var(--red);
    border-bottom-color: #FFF;
    cursor: default;
}
#inspection .panel {
  padding: 0 27px 50px;
}
.howtoRead-panel_item_contents {
  margin-bottom: 50px;
}
.howtoRead-panel_img {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.howtoRead-panel_item_title {
  padding: 0 0 5px;
  border-bottom: 1px solid var(--gray);
  font-size: 1.6em;
  font-weight: 700;
}
.howtoRead-panel_item_title span {
  display: inline-block;
  margin-right: 0.3em;
  vertical-align: middle;
}
.howtoRead-panel_item_lead {
  margin-bottom: 1em;
}
.howtoRead-panel_item_point {
  font-size: 1.2em;
  margin-top: 30px;
  margin-bottom: 10px;
}
.howtoRead-panel_item_box {
  margin-top: 30px;
}
.howtoRead-panel_item_box1 {
  display: flex;
  gap: 30px;
}
.howtoRead-panel_item_box2 {
  display: flex;
  gap: 30px;
}
.howtoRead-panel_item_box2 > div {
  flex: 1;
}
.howtoRead-panel_item_note {
  margin-top: 30px;
}

.caution-box {
  background: var(--bg);
  border-radius: 16px;
  padding: 30px;
}

.icon-symbol {
  width: 36px;
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--gray);
  font-weight: 700 !important;
}