﻿main{
	max-width:1080px;
	margin:auto;
}
.auto-style1 {
	text-align: center;
}
.auto-style2 {
	border-collapse: collapse;
	border: 3px solid #808080;
}
.auto-style3 {
	text-align: center;
	border: 1px solid #808080;
}
.auto-style4 {
	text-align: center;
	font-size: large;
	border: 1px solid #808080;
}
/* 横幅900px以下の場合のみ適用 */
@media (max-width: 900px) {
  img{
    max-width: 98%;
    height: auto;
  }
}
.auto-style5 {
	font-size: small;
	font-weight: normal;
}
.auto-style6 {
	text-align: center;
}
.auto-style7 {
	text-align: center;
	font-size: xx-large;
}
.auto-style8 {
	text-align: center;
	font-size: x-large;
}
.auto-style9 {
}
.auto-style10 {
	text-align: center;
	border: 1px solid #808080;
}
.auto-style11 {
	text-align: center;
	font-size: large;
	border: 1px solid #808080;
	background-color: #FFFF00;
}
.auto-style12 {
	font-size: large;
	color: #0000FF;
}
.auto-style114 {
}
.auto-style118 {
	text-align: center;
	font-size: large;
	border: 1px solid #808080;
	background-color: #FFFFFF;
}
.auto-style119 {
	text-align: center;
	font-size: xx-large;
	color: #000000;
}
/* 特徴セクション全体 */
.turi-product-features {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center; /* セクション全体を中央に */
}

/* 見出し */
.turi-features-title {
  font-size: 2em;
  margin-bottom: 40px;
  border-bottom: 3px solid #ff9900;
  display: inline-block;
  color: #ff6600;
}

/* 各特徴のボックス全体 */
.turi-features-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center; /* ボックス全体を中央寄せ */
}

/* 各ボックスデザイン */
.turi-feature-box {
  background-color: #fff7f0;
  border-left: 6px solid #ff6600;
  padding: 20px 25px;
  max-width: 600px;
  width: 100%;
  text-align: left;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  border-radius: 8px;
}

/* 見出し内テキスト */
.turi-feature-box h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #ff6600;
}

/* 段落 */
.turi-feature-box p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
}

/* モバイル対応 */
@media (max-width: 600px) {
  .turi-feature-box {
    padding: 15px 20px;
  }
}
.auto-style120 {
	text-align: center;
	font-size: large;
	border: 1px solid #808080;
	color: #D00000;
}
.auto-style121 {
	text-align: center;
	font-size: large;
	border: 1px solid #808080;
	background-color: #FFECB3;
}
.auto-style122 {
	font-size: small;
}
.auto-style123 {
	text-align: center;
	font-size: medium;
}
