@charset "utf-8";
.cae .h-ttl04 span {
	display: block;
	font-size: 60%;
	font-weight: bold;
	color: #0A2986;
}
.cae section {
	margin-bottom: 3em;
}
.cae article {
	margin-bottom: 2em;
}
.cae img {
	margin-bottom: 2em;
}
/*.cae .movie {
	width: 80%;
	aspect-ratio: 16 / 9;
}
.cae .movie iframe { 
	width: 100%;
	height: 100%;
}*/

.cae #structure_analysis h2.h-ttl07, 
.cae #flow_analysis h2.h-ttl07, 
.cae #adas_analysis h2.h-ttl07{
      padding-top:0.5em;
      font-size:22px!important;
}

.cae #structure_analysis ol, 
.cae #adas_analysis ol {
	counter-reset: num;
	margin-bottom: 1em;
	padding-left: 0;
}
.cae #structure_analysis ol li, 
.cae #adas_analysis ol li {
	counter-increment: num;
	margin: 0 0 .5em 0 ;
}
.cae #structure_analysis ol li::before, 
.cae #adas_analysis ol li::before {
	content: counter(num, decimal-leading-zero);
	font-weight: bold;
	margin: 0 1.5em 0 0;
}
.cae .taC {
	text-align: center;
}
.cae .h-ttl11b {
	margin-bottom: .5em;
}
.cae .h-ttl07 {
	font-weight: bold;
}
.cae #service ul {
	list-style: disc;
	margin-bottom: 1em;
}
.cae #service ul li {
	margin: 0 0 .5em 2em;
}
.cae #case-study table {
	width: 100%;
	border-collapse: collapse;
}
.cae #case-study table th,
.cae #case-study table td {
	border: 1px solid #ccc;
	padding: 1em;
}
.cae #case-study table th {
	font-weight: bold;
	color: #fff;
	background: #0A2986;
	border-collapse: #fff;
}
.cae #case-study table tr:nth-child(even) td {
	background: #efefef;
}
.cae #carair.product-summary, 
.cae #partion.product-summary {
	font-weight: bold;
}
.cae #price div {
	display: flex;
}
.cae #price div p, 
.cae #price div a {
	width: 40%;
	margin: 0 5% 0 0;
}


#cae-consulting .img-row {
  display: flex;
  gap: 20px; /* 画像間の余白 */
}

#cae-consulting .img-row img {
  width: 100%;        /* 必要に応じて調整 */
  max-width: 400px;   /* 横並びでも崩れないよう制限 */
}


@media screen and (max-width: 767px) {
	.cae section {
		display: block;
		width: 98%;
		margin: 1em auto 2em auto;
	}
	.cae img {
		display: block;
		width: 90%;
		max-width: 90%;
		margin: .5em auto;
	}
	.cae .movie {
		width: 100%;
	}
}