
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f0f0f0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

/* .automation-section {
} */

.section-header {
background-image: url('./koutei.jpg'); 
width: 100%;
height: 400px;
display: flex;
justify-content: center;
align-items: center;
background-repeat: no-repeat;
background-size: 140% auto;
background-position: 92% 75%;
}

.section-title {
color: white;
font-size: 36px;
margin-top: 24px;
}

.content-wrapper {
  background: white;
  margin: -24px auto 0 auto; 
  display: flex;
  position: relative;
  max-width: 1200px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05); 
}

.text-content {
  padding: 8%;
  width: 100%;
}

.text-content h3 {
  margin-top: 10px;
  font-size: 44px;
  margin-bottom: 32px;
  color: rgb(14, 74, 235);
}

.text-content h4 {
  margin-top: -10px;
  font-size: 32px;
  margin-bottom: 8px;
  color: rgb(14, 74, 235);
}

.underlined {
  border-bottom: 2px solid #0050f1;
  padding-bottom: 4px;
}

.icon {
  font-size: 0.8em;  /* 小さめに */
  margin-right: 8px;
  color: rgb(14, 74, 235);
}


.text-content p {
  font-size: 16px;
  color: black;
  margin-top: 16px;
  line-height: 1.8;
}

.text-content ol{
  /* margin-top: 8px; */
  list-style-position: inside;
}

ol li {
  margin-bottom: 8px;
}

.section-spacer {
  height: 40px; 
}

.text-content p.color {
  color: #0050f1;
}

.full-width-image {
  width: 88%;
  height: auto;
  margin: 56px auto 96px;
  display: block; 
  /* box-shadow: 0 4px 8px rgba(0,0,0,0.05);  */
}

.full-width-video {
  width: 88%;
  height: auto;
  margin: 8px auto 96px;
  display: block;
}

.highlight-box1 {
  background-color: #f0f7ff;
  border-left: 4px solid #0066cc;
  padding: 20px 20px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
}

.highlight-box2 {
  background-color: #f0f7ff;
  border-left: 4px solid #0066cc;
  padding: 20px 25px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
}

.highlight-box2 p {
  margin: 10px 0;
  line-height: 1.8;
}

.highlight-box2 p:first-child {
  font-weight: bold;
  font-size: 1.1em;
}