.hakadori-block {
 font-family: Inter, sans-serif !important;
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem;
  box-sizing: border-box;
}


.hakadori-block .area01-midasi{
text-align: center !important;
  font-size: 70px !important;
  line-height: 1.15 !important;	
	font-weight: bold !important;

	
}
.hakadori-block .area01-midasi-h2{
	text-align: center !important;
  font-size: 50px !important;
  line-height: 1.15 !important;	
	margin: 30px auto !important;	
		font-weight: bold !important;
	
}

.AIlogo{
	margin-bottom: 20px;
	  width: 350px; /* 横幅を固定 */
  height: auto; /* アスペクト比を保つために高さは自動 */
	}
.OCR-container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.OCR-text-section {
  text-align: center;
  margin-bottom: 20px;
}

.OCR-text-section h1 {
  font-size: 3.5em;  /* 見本の大きさに調整 */
  line-height: 1.2;  /* 行間を少し狭める */
  color: #0066cc; /* 見本通りの色に変更 */
}

.OCR-image-section img {
  width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .OCR-text-section h1 {
    font-size: 2.5em;  /* モバイル向けに少し小さく */
  }

  .OCR-image-section img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .OCR-text-section h1 {
    font-size: 2em;  /* 小さい画面向けにさらに小さく */
  }

  .OCR-image-section img {
    width: 100%;
  }
}









