@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ title ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.kakomi {
max-width: 950px;
border:solid 1px #3852e2;
border-radius: 8px;
  margin: 130px auto 50px;
  padding-left: 35px;
  padding-right: 35px;
padding-bottom:50px;

}

.company_logo {
display:flex;
justify-content: center;
  align-items: center;
  gap: 60px;
padding: 20px;
margin-bottom:80px;
}

.logo-item {
  width: 42%;
  height: auto;
  max-height: 280px;
  object-fit: contain;
}

.company_text {
line-height: 1.6;
padding:20px 0 60px;
}

.yamashita_h1 {
font-size:1.25rem;
font-weight:bold;
text-align:center;
}
.yamashita_h2 {
background:#eee;
padding:0.5em;
margin:10px;
font-size:1.1rem;
}
p.lead2 {
margin:1.2em 1em;
font-size:1em;
}

.button-container {
  width: 100%;
  display: flex;
  justify-content: center; 
}

.action-button {
  display: inline-block;
  background-color: #3852e2;
  color: #fff !important;
  padding: 12px 32px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: background-color 0.2s;
}

.action-button:hover {
  background-color: #0056b3;
}

/* 4. コメントエリア（2つ目・補足用） */
.comment-sub-text {
  font-size: 12px;        /* 💡 補足なので1つ目より少し小さく */
  color: #666;            /* 💡 文字色を少し薄くしてメリハリをつける */
  line-height: 1.5;
  text-align: center;     
  margin: 0;              
}
