/* 安全装備ページ */
@media only screen and (max-width: 750px) {
  .section_title_wrap {
    padding-top: 0;
  }
}
p {
  color: #000;
}
.lover_main_image {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .lover_main_image {
    justify-content: flex-start;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 750px) {
  .lover_main_image_title_img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.safety-intro-section {
  margin: 0 auto;
  max-width: 947px;
}
@media only screen and (max-width: 750px) {
  .safety-intro-section {
    margin: 0 auto;
    max-width: 100%;
  }
}
.safety-intro-section_inner {
  padding: 80px 52px;
  text-align: center;
  line-height: 1.8;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .safety-intro-section_inner {
    padding: 10.66vw 4.26vw;
    border-radius: 4.26vw;
  }
}
.safety-intro-label {
  margin-bottom: 35px;
}
@media only screen and (max-width: 750px) {
  .safety-intro-label {
    margin-bottom: 6.4vw;
  }
}
.safety-intro-label span {
  display: inline-block;
  background-color: #005DAB;
  color: #fff;
  padding: 10px 25px;
  font-size: 26px;
  font-weight: bold;
  border-radius: 6px;
}
@media only screen and (max-width: 750px) {
  .safety-intro-label span {
    padding: 2.67vw 6.67vw;
    font-size: 4.26vw;
    border-radius: 1.6vw;
  }
}
.safety-intro-title {
  max-width: 484px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 750px) {
  .safety-intro-title {
    margin-bottom: 6.4vw;
  }
}
.safety-intro-body {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .safety-intro-body {
    font-size: 4.27vw;
  }
}
.safety-intro-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  .safety-intro-text {
    font-size: 4.27vw;
    text-align: left;
  }
}

.basic-safety-section {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .basic-safety-section {
    margin-top: 10.66vw;
  }
}

.basic-safety-inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  .basic-safety-inner {
    padding: 0;
  }
}
.basic-safety-main-title_sub {
  background-color: #005DAB;
  color: #fff;
  padding: 0px 30px;
  width: fit-content;
  margin: 0 auto;
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 34px;
}
@media only screen and (max-width: 750px) {
  .basic-safety-main-title_sub {
    padding: 1.06vw 4.8vw;
    font-size: 3.2vw;
    margin-bottom: 4.26vw;
  }
}
.basic-safety-main-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto 56px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
  .basic-safety-main-title {
    font-size: 7.46vw;
    margin-bottom: 8.53vw;
  }
}

@media only screen and (max-width: 750px) {
  .title_middle {
    font-size: 5.33vw;
  }
}



.basic-safety-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media only screen and (max-width: 750px) {
  .basic-safety-grid {
    display: flex;
    flex-direction: column;
    gap: 8.53vw;
  }
}

.basic-safety-card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius:20px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
}

.basic-safety-img-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 750px) {
}

.basic-safety-main-img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 750px) {
}

.basic-safety-content {
  padding: 6px 30px 30px;
}
@media only screen and (max-width: 750px) {
  .basic-safety-content {
    padding: 2.4vw 4vw 7.46vw;
  }
}

.basic-safety-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  border-bottom: none;
  padding-bottom: 0;
  color: #000;
}
@media only screen and (max-width: 750px) {
  .basic-safety-content h3 {
    font-size: 5.33vw;
    margin-bottom: 2.93vw;
  }
}
.basic-safety-content .desc {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .basic-safety-content .desc {
    font-size: 4vw;
    letter-spacing: -0.05em;
  }
}
.safety-support-intro {
}
@media only screen and (max-width: 750px) {
}

.safety-support-inner {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  box-sizing: border-box;
  gap: 70px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .safety-support-inner {
    gap: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .safety-support-inner {
    flex-direction: column;
    padding: 10.67vw 4.53vw;
    gap: 8.53vw;
    border-radius: 4.26vw;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 750px) {
}

.safety-support-logo-side {
  max-width: 337px;
  min-width: 200px;
}
@media only screen and (max-width: 750px) {
  .safety-support-logo-side {
    max-width: 89.87vw;
  }
}

.safety-support-text-side {
  max-width: 652px;
}
@media only screen and (max-width: 750px) {
  .safety-support-text-side {
    max-width: 173.87vw;
  }
}

#main .safety-support-text-side p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  text-align: justify;
}
@media only screen and (max-width: 750px) {
  #main .safety-support-text-side p {
    font-size: 4.27vw;
  }
}

.safety-list-section,
.safety-detail-container {
  background-color: #fff;
  box-sizing: border-box;
  padding: 80px 50px;
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .safety-list-section,
  .safety-detail-container {
    padding: 50px 50px;
    margin-top: 40px;
    border-radius: 4.26vw;
  }
}
@media only screen and (max-width: 750px) {
  .safety-list-section,
  .safety-detail-container {
    padding: 10.66vw 4.26vw;
    margin-top: 10.66vw;
  }
}
.safety-scene-group {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #eef4f8;
}
@media only screen and (max-width: 750px) {
  .safety-scene-group {
    padding: 0;
    flex-direction: column;
    gap: 8.53vw;
    border-bottom: none;
  }
  .safety-scene-group:nth-of-type(n + 2) {
    padding-top: 10.66vw;
    margin-top: 10.66vw;
    border-top: 1px solid #D2DFE8;
  }
}
.safety-scene-group-night {
  padding: 40px 0;
  border-bottom: 1px solid #eef4f8;
}
@media only screen and (max-width: 750px) {
  .safety-scene-group-night {
    padding-top: 10.66vw;
    margin-top: 10.66vw;
    border-top: 1px solid hsl(205, 32%, 87%);
    border-bottom: 1px solid hsl(205, 32%, 87%);
  }
}
.safety-scene-group-night .safety-scene-group {
  padding: 0;
  border-bottom: none;
}
.scene-label {
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .scene-label {
    max-width: 250px;
  }
}
@media only screen and (max-width: 750px) {
  .scene-label {
    max-width: 80vw;
  }
}

.badge {
  display: inline-block;
  color: #000;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 10px;
  border-radius: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 750px) {
  .badge {
    font-size: 7.46vw;
    margin-bottom: 2.67vw;
  }
}

.scene-label h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  color: #000;
}
@media only screen and (max-width: 750px) {
  .scene-label h3 {
    font-size: 3.73vw;
  }
}

.safety-items-flex {
  display: flex;
  gap: 40px;
  margin-left: 20px;
}
@media only screen and (max-width: 1000px) {
  .safety-items-flex {
    gap: 8vw;
  }
}
@media only screen and (max-width: 750px) {
  .safety-items-flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.66vw;
    margin-left: 0;
  }
}
.safety-item-link {
  display: block;
  text-decoration: none;
  color: #0070b3;
  max-width: 140px;
  text-align: center;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 750px) {
  .safety-item-link {
    max-width: 24vw;
    width: 100%;
  }
}

.safety-item-link:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 750px) {
}

#main .safety-icon-img {
  max-width: 98px;
  height: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1000px) {
  #main .safety-icon-img {
    max-width: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #main .safety-icon-img {
    max-width: 24vw;
    margin-bottom: 2.67vw;
  }
}

#main .safety-item-link_txt {
  position: relative;
  height: 3em;
  margin-bottom: 8px;
}
@media only screen and (max-width: 750px) {
  #main .safety-item-link_txt {
    height: 3em;
    margin-bottom: 1.6vw;
  }
}
@media only screen and (max-width: 550px) {
  #main .safety-item-link_txt {
    height: 3em;
    margin-bottom: 0;
  }
}

#main .safety-item-link_txt p {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 1.5;
  color: #005DAB;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  text-wrap: nowrap;
}
@media only screen and (max-width: 1000px) {
  #main .safety-item-link_txt p {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 750px) {
  #main .safety-item-link_txt p {
    font-size: 2.66vw;
  }
}
#main .safety-item-link_txt p span {
  display: inline-block;
  width: 8px;
  vertical-align: sub;
}
@media only screen and (max-width: 750px) {
  #main .safety-item-link_txt p span {
    width: 1.6vw;
  }
}
.arrow-down {
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .arrow-down {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.arrow-down::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 9px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 750px) {
  .arrow-down::after {
    top: 1.87vw;
    left: 2.4vw;
    width: 1.6vw;
    height: 1.6vw;
    border-right-width: 0.53vw;
    border-bottom-width: 0.53vw;
  }
}

/* その他の予防安全機能 */
.other-safety-group {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .other-safety-group {
    margin-top: 10.67vw;
  }
}

.other-title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 26px;
  border-bottom: none;
}
@media only screen and (max-width: 750px) {
  .other-title {
    font-size: 5.33vw;
    margin-bottom: 8.53vw;
  }
}

.other-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 40px;
}
@media only screen and (max-width: 1000px) {
  .other-grid {
    gap: 24px 24px;
  }
}
@media only screen and (max-width: 750px) {
  .other-grid {
    display: flex;
    flex-direction: column;
    gap: 6.4vw;
  }
}

.other-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  .other-item {
    gap: 3.73vw;
  }
}

#main .other-icon {
  max-width: 110px;
  height: auto;
}
@media only screen and (max-width: 1000px) {
  #main .other-icon {
    max-width: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #main .other-icon {
    max-width: 18.66vw;
  }
}

.other-text .catch {
  color: #036EB7;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  .other-text .catch {
    font-size: 4vw;
    letter-spacing: -0.05em;
    margin-bottom: 1.33vw;
  }
}

.other-text .name {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .other-text .name {
    font-size: 3.73vw;
  }
}

#main .safety-footer-notes {
  margin-top: 32px;
}
@media only screen and (max-width: 750px) {
  #main .safety-footer-notes {
    margin-top: 4.26vw;
  }
}
#main .safety-footer-notes p {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #main .safety-footer-notes p {
    font-size: 2.66vw;
  }
}

.safety-detail-container {

}
@media only screen and (max-width: 750px) {
}

.img-fluid {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 750px) {
}

.safety-visual-area {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 750px) {
  .safety-visual-area {
    gap: 8.53vw;
  }
}
@media only screen and (max-width: 750px) {
  .safety-visual-area-night {
    gap: 4.26vw;
  }
}

.safety-detail-anchor {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .safety-detail-anchor {
    margin-top: 10.66vw;
  }
}

.safety-detail-anchor-top {
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
}

.category-title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #D2DFE8;
  padding-bottom: 27px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .category-title {
    font-size: 4.4vw;
    padding-bottom: 5.33vw;
    margin-bottom: 8vw;
    letter-spacing: -0.02em;
  }
}

.title-flex-box {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .title-flex-box {
    gap: 3.73vw;
    margin-bottom: 6.4vw;
    align-items: flex-start;
  }
}

.feature-icon {
  flex: 0 0 98px;
}
@media only screen and (max-width: 750px) {
  .feature-icon {
    flex-basis: 21.33vw;
  }
}

.feature-name {
  font-size: 20px;
  font-weight: bold;
  color: #0070b3;
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 750px) {
  .feature-name {
    font-size: 4.26vw;
    line-height: 1.75;
    margin-bottom: 3.73vw;
  }
}
.feature-name span{
  font-size: 16px;
  color: #0070b3;
}
@media only screen and (max-width: 750px) {
  .feature-name span{
    font-size: 2.93vw;
  }
}

.feature-name span.txt{
  display: inline-block;
  width: 12px;
  margin-left: 3px;
}
.feature-name span.txt img{
  margin-top: -1px;
}
@media only screen and (max-width: 750px) {
  .feature-name span.txt{
    width: 2.4vw;
    margin-left: 3px;
  }
  .feature-name span.txt img{
    margin-top: -0.5vw;
  }
}
@media only screen and (max-width: 550px) {
  .feature-name span.txt img{
    margin-top: -0.26vw;
  }
}

#main .feature-lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #main .feature-lead {
    font-size: 4.26vw;
  }
}

.category_contents {
  padding-left: 100px;
}
@media only screen and (max-width: 750px) {
  .category_contents {
    padding-left: 0;
  }
}

.category_contents_center {
  padding-left: 0;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 750px) {
  #main .img-fluid_process {
    height: 44vw;
    overflow-x: auto;
    scrollbar-color: #005DAB transparent;
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
    min-height: 0;
  }
  #main .img-fluid_process img{
    height: 100%;
    width: auto;
    display: block;
    max-width: none;
    flex-shrink: 0;
    object-fit: contain;
  }
}



.safety-text-content {
  margin-top: 16px;
}
@media only screen and (max-width: 750px) {
  .safety-text-content {
    margin-top: 4.27vw;
  }
}

.check-list {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}
@media only screen and (max-width: 750px) {
  .check-list {
    margin-bottom: 6.4vw;
  }
}

.check-list li {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .check-list li {
    font-size: 4.27vw;
  }
}

.sub-feature-block {
  margin-bottom: 32px;
}
@media only screen and (max-width: 750px) {
  .sub-feature-block {
    margin-bottom: 4.26vw;
  }
}

.sub-feature-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
@media only screen and (max-width: 750px) {
  .sub-feature-title {
    font-size: 4.27vw;
    margin-bottom: 1.6vw;
  }
}

.sub-feature-desc {
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .sub-feature-desc {
    font-size: 4.27vw;
  }
}

.safety-detail-notes {
}
@media only screen and (max-width: 750px) {
}

.safety-detail-notes p {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}
@media only screen and (max-width: 750px) {
  .safety-detail-notes p {
    font-size: 2.66vw;
    margin-bottom: 0;
  }
}

.safety-start-notif-detail {
}
@media only screen and (max-width: 750px) {
}

.safety-start-notif-main {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .safety-start-notif-main {
    margin-bottom: 4.26vw;
  }
}

#main .main-caption {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #main .main-caption {
    font-size: 4.27vw;
    margin-top: 4.27vw;
  }
}

.safety-start-notif-flex {
  display: flex;
  gap: 40px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 750px) {
  .safety-start-notif-flex {
    flex-direction: column;
    gap: 4.26vw;
    margin-bottom: 4.27vw;
  }
}

.notif-item {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 750px) {
}

.notif-item-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .notif-item-title {
    font-size: 3.73vw;
    margin-bottom: 5.33vw;
  }
}

.notif-item-visual {
  width: 100%;
}
@media only screen and (max-width: 750px) {
}

#main .safety-start-notif-notes p {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #main .safety-start-notif-notes p {
    font-size: 3.2vw;
  }
}

.condition-label {
  font-weight: bold;
  margin-bottom: 5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
}

.recog_contents {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 750px) {
  .recog_contents {
    gap: 6.4vw;
  }
}
@media only screen and (max-width: 750px) {
  #main .recog_content_scroll {
    height: 44vw;
    overflow-x: auto;
    scrollbar-color: #005DAB transparent;
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
    min-height: 0;
  }
}
@media only screen and (max-width: 750px) {
  #main .recog_content_scroll img {
    height: 100%;
    width: auto;
    display: block;
    max-width: none;
    flex-shrink: 0;
    object-fit: contain;
  }
}

.safety-lane-section {
}
@media only screen and (max-width: 750px) {
}

#main .safety-lane-intro p {
  font-size: 16px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 750px) {
  #main .safety-lane-intro p {
    font-size: 4.27vw;
    margin-bottom: 8.53vw;
  }
}

#main .safety-lane-caption {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  margin: 16px 0 32px;
}
@media only screen and (max-width: 750px) {
  #main .safety-lane-caption {
    font-size: 4.27vw;
    margin: 4.27vw 0 8.53vw;
  }
}

.safety-lane-grid {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  .safety-lane-grid {
    flex-direction: column;
    gap: 8vw;
  }
  .safety-lane-grid .item-visual {
    margin-bottom: 0;
  }
}

.safety-lane-item {
  flex: 1;
}
@media only screen and (max-width: 750px) {
}

.item-header {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 750px) {
  .item-header {
    display: flex;
    align-items: center;
    gap: 4vw;
    margin-bottom: 6.4vw;
  }
}

#main .item-icon {
  max-width: 98px;
  height: auto;
}
@media only screen and (max-width: 750px) {
  #main .item-icon {
    max-width: 21.33vw;
  }
}

.item-header h3 {
  font-size: 20px;
  font-weight: bold;
  color: #005DAB;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .item-header h3 {
    font-size: 4.26vw;
  }
}

.item-visual {
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .item-visual {
    margin-bottom: 4.26vw;
  }
}

#main .item-desc {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #main .item-desc {
    font-size: 4.26vw;
  }
}

.safety-lane-notes {
  margin-top: 23px;
}
@media only screen and (max-width: 750px) {
  .safety-lane-notes {
    margin-top: 4.26vw;
  }
}
.safety-lane-notes p {
  font-size: 12px;
  color: #666;
}
@media only screen and (max-width: 750px) {
  .safety-lane-notes p {
    font-size: 2.66vw;
  }
}

.condition-text {
  margin-top: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
}

.safety-lane-separator {
  border: none;
  border-top: 1px solid #ddd;
  margin: 60px 0;
}
@media only screen and (max-width: 750px) {
}

.safety-lane-visual {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 750px) {
}

.safety-lane-visual-btm {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .safety-lane-visual-btm {
    margin-top: 6.4vw;
  }
}

.safety-caution-area {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .safety-caution-area {
    margin-top: 10.66vw;
  }
}

.safety-caution-inner {
  border: 1px solid #999;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media only screen and (max-width: 750px) {
  .safety-caution-inner {
    padding: 4.26vw 5.33vw;
    flex-direction: column;
    gap: 2.66vw;
  }
}

.safety-caution-icon {
  max-width: 42px;
}
@media only screen and (max-width: 750px) {
  .safety-caution-icon {
    max-width: 8vw;
  }
}

.img-fluid {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 750px) {
}

.safety-caution-text {
  flex: 0 1 auto;
}
@media only screen and (max-width: 750px) {
}

.caution-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 750px) {
}

.caution-list li {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .caution-list li {
    font-size: 2.66vw;
  }
}
.img-fluid {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 750px) {
}

.safety-equipment-block {
  padding: 40px 0;
}
@media only screen and (max-width: 750px) {
  .safety-equipment-block {
    padding: 8vw 0;
  }
}
.block-top {
  padding-top: 0;
}
.block-btm {
  padding-bottom: 0;
}
@media only screen and (max-width: 750px) {
}

.safety-equipment-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
}

.safety-equipment-title .small-text {
  font-size: 14px;
}
@media only screen and (max-width: 750px) {
}

#main .safety-equipment-body p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #main .safety-equipment-body p {
    font-size: 4.26vw;
  }
}

.safety-equipment-notes {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
}

.safety-equipment-notes p {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
}

.safety-equipment-separator {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0;
}
@media only screen and (max-width: 750px) {
}

.safety-equipment-flex {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 750px) {
  .safety-equipment-flex {
    flex-direction: column;
    gap: 4.26vw;
  }
}

.safety-equipment-text {
  flex: 1;
}
@media only screen and (max-width: 750px) {
}

.safety-equipment-visual {
  flex: 1;
  max-width: 298px;
}
@media only screen and (max-width: 750px) {
  .safety-equipment-visual {
    max-width: 100%;
  }
}

/* 全方位モニター用カメラ */
.safety-monitor-section {
}
@media only screen and (max-width: 750px) {
}

.img-fluid {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 750px) {
}

#main .mt_0 { margin-top: 0; }
#main .mt_10 { margin-top: 10px; }
#main .mt_32 { margin-top: 32px; }
#main .mt_60 { margin-top: 60px; }
#main .mt_100 { margin-top: 100px; }
@media only screen and (max-width: 750px) {
}
@media only screen and (max-width: 750px) {
  #main .mt_32 { margin-top: 6.4vw; }
}
@media only screen and (max-width: 750px) {
}
@media only screen and (max-width: 750px) {
}
@media only screen and (max-width: 750px) {
  #main .mt_100 { margin-top: 8vw; }
}

.safety-monitor-intro {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .safety-monitor-intro {
    margin-bottom: 6.4vw;
  }
}

.monitor-main-visual {
  margin-bottom: 16px;
}
@media only screen and (max-width: 750px) {
  .monitor-main-visual {
    margin-bottom: 4.26vw;
  }
}
.monitor-intro-text {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .monitor-intro-text {
    font-size: 4.27vw;
  }
}

.monitor-grid {
  display: flex;
  gap: 38px;
}
@media only screen and (max-width: 750px) {
  .monitor-grid {
    flex-direction: column;
    gap: 4.26vw;
  }
}
.monitor-grid-gap {
  display: flex;
  gap: 38px;
}
@media only screen and (max-width: 750px) {
  .monitor-grid-gap {
    flex-direction: column;
    gap: 4.26vw;
  }
}

.monitor-item, .monitor-col {
  flex: 1;
}
@media only screen and (max-width: 750px) {
}

.monitor-sub-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 750px) {
  .monitor-sub-title {
    font-size: 4.27vw;
    margin-bottom: 1.6vw;
  }
}

.monitor-sub-desc {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media only screen and (max-width: 750px) {
  .monitor-sub-desc {
    font-size: 4.27vw;
    margin-bottom: 4.27vw;
  }
}
.monitor-grid-gap .monitor-sub-desc {
  height: 3.2em;
}
@media only screen and (max-width: 750px) {
  .monitor-grid-gap .monitor-sub-desc {
    height: auto;
  }
}
#main .monitor-caption {
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #main .monitor-caption {
    font-size: 3.73vw;
    margin-top: 2.13vw;
    margin-bottom: 0;
  }
}

#main .monitor-notes {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #main .monitor-notes {
    margin-top: 2.13vw;
  }
}

#main .monitor-notes p {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  #main .monitor-notes p {
    font-size: 2.66vw;
    text-align: left;
  }
}

.safety-monitor-footer {
  margin-top: 24px;
}
@media only screen and (max-width: 750px) {
  .safety-monitor-footer {
    margin-top: 6.4vw;
  }
}

#main .condition-text {
  font-size: 11px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #main .condition-text {
    font-size: 2.66vw;
  }
}

/* 衝突安全 */
.collision-safety-section {
  margin: 40px auto 0;
}
@media only screen and (max-width: 750px) {
  .collision-safety-section {
    margin-top: 8.53vw;
  }
}

.collision-safety-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 750px) {
  .collision-safety-grid {
    display: flex;
    flex-direction: column;
    gap: 6.4vw;
  }
}

.collision-safety-item {
  background-color: #fff;
  padding: 30px 20px;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .collision-safety-item {
    padding: 6.4vw 4.53vw;
    gap: 3.46vw;
    border-radius: 4.26vw;
  }
}

.cs-item-full {
  grid-column: 1 / 3;
}
@media only screen and (max-width: 750px) {
}

.cs-flex-full {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .cs-flex-full {
    display: flex;
    flex-direction: column;
  }
}

.cs-flex-left {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex: 1;
}
@media only screen and (max-width: 750px) {
  .cs-flex-left {
    gap: 5.33vw;
  }
}

.cs-flex-right {
  flex: 0 0 270px;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  .cs-flex-right {
    display: flex;
    flex-direction: column;
    gap: 4.26vw;
    flex-basis: 100%;
  }
}

.img-fluid {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 750px) {
}

.cs-icon {
  flex: 0 0 110px;
}
@media only screen and (max-width: 1000px) {
  .cs-icon {
    flex: 0 0 70px;
  }
}
@media only screen and (max-width: 750px) {
  .cs-icon {
    flex-basis: 16vw;
  }
}

.cs-icon img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
}

.cs-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .cs-title {
    font-size: 4.26vw;
    margin-bottom: 3.73vw;
  }
}

.cs-text {
  max-width: 607px;
}
@media only screen and (max-width: 750px) {
  .cs-text {
    max-width: 161.87vw;
  }
}

.cs-text_full {
  max-width: 100%;
}
@media only screen and (max-width: 750px) {
  .cs-text_full {
    max-width: 161.87vw;
  }
}

.cs-desc {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .cs-desc {
    font-size: 4.27vw;
  }
}
.cs-desc span {
  font-size: 10px;
  line-height: 1.75;
  margin-bottom: 0;
  vertical-align: top;
}
@media only screen and (max-width: 750px) {
  .cs-desc span {
    font-size: 2.66vw;
  }
}

.cs-logo-sub img {
  max-width: 150px;
  margin-top: 15px;

}
@media only screen and (max-width: 750px) {
  .cs-logo-sub img {
    max-width: 38.66vw;
    margin-top: 4vw;
  }
}

#main .cs-notes p{
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}
#main .cs-notes p.point{
  text-indent: -0.7rem;
  padding-left: 0.7rem;
}
@media only screen and (max-width: 750px) {
  #main .cs-notes p.point {
    text-indent: -1.2rem;
    padding-left: 1.2rem;
  }
}
#main .cs-notes p.margin_top_none{
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  #main .cs-notes p {
    margin-top: 5.33vw;
    font-size: 3.2vw;
  }
}

#main .cs-caption {
  font-size: 10px;
  color: #666;
  margin-top: 5px;
  text-align: right;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #main .cs-caption {
    font-size: 2.67vw;
    margin-top: 0;
  }
}

.other-safety-equipment-visual {
  padding: 0;
  max-width: 300px;
}
@media only screen and (max-width: 750px) {
  .other-safety-equipment-visual {
    max-width: 80vw;
  }
}

.safety-equipment-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 750px) {
  .safety-equipment-title {
    font-size: 4.26vw;
    margin-bottom: 3.7vw;
  }
}

.safety-equipment-title .small-text {
  font-size: 14px;
}
@media only screen and (max-width: 750px) {
  .safety-equipment-title .small-text {
    font-size: 4.26vw;
  }
}

.safety-equipment-body p {
  font-size: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .safety-equipment-body p {
    font-size: 4vw;
  }
}

.safety-equipment-notes {
  margin-top: 16px;
}
@media only screen and (max-width: 750px) {
  .safety-equipment-notes {
    margin-top: 4.27vw;
  }
}

.safety-equipment-notes p {
  font-size: 11px;
  color: #666;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  .safety-equipment-notes p {
    font-size: 2.93vw;
  }
}

.safety-equipment-separator {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0;
}
@media only screen and (max-width: 750px) {
}

.safety-equipment-flex {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 750px) {
  .safety-equipment-flex {
    gap: 4.26vw;
  }
}

.safety-equipment-text {
  flex: 1;
}
@media only screen and (max-width: 750px) {
}

.safety-equipment-visual {
  flex: 1;
}
@media only screen and (max-width: 750px) {
}

#main p.basic-safety-text {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 16px;
}
@media only screen and (max-width: 750px) {
  #main p.basic-safety-text {
    font-size: 2.66vw;
    margin-top: 4.26vw;
  }
}

.end_contents {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  .end_contents {
    margin-top: 10.25vw;
    gap: 10.25vw;
  }
}

.end_contents_top,
.end_contents_btm {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  border: 1px solid #666666;
}
@media only screen and (max-width: 750px) {
  .end_contents_top,
  .end_contents_btm {
    flex-direction: column;
    gap: 2.66vw;
    padding: 4.26vw;
  }
}
.end_contents_top_img {
  max-width: 40px;
}
@media only screen and (max-width: 750px) {
  .end_contents_top_img {
    max-width: 8vw;
  }
}
.end_contents_btm_img {
  max-width: 187px;
}
@media only screen and (max-width: 750px) {
  .end_contents_btm_img {
    max-width: 49.86vw;
  }
}
.end_contents_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 750px) {
  .end_contents_text {
    gap: 2.66vw;
  }
}
#main .end_contents_title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #666666;
}
@media only screen and (max-width: 750px) {
  #main .end_contents_title {
    font-size: 4.26vw;
  }
}
#main .end_contents_detail {
  font-size: 12px;
  margin-bottom: 0;
  color: #666666;
}
@media only screen and (max-width: 750px) {
  #main .end_contents_detail {
    font-size: 3.2vw;
  }
}

.category_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .category_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6vw;
    padding-bottom: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
#main .category_top_title {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  #main .category_top_title {
    font-size: 7.46vw;
  }
}
#main .category_top_detail {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  #main .category_top_detail {
    font-size: 3.73vw;
  }
}

#main .recog_content-caption {
  margin-top: 26px;
}
@media only screen and (max-width: 750px) {
  #main .recog_content-caption {
    margin-top: 6.15vw;
  }
}
#main .recog_content-notes {
  margin-top: 24px;
}
@media only screen and (max-width: 750px) {
  #main .recog_content-notes {
    margin-top: 4.1vw;
  }
}

#main .mb_0 {
  margin-bottom: 0;
}

.feature-title-group {
  max-width: 770px;
  margin-right: auto;
}