@charset "utf-8";

#cements section h2 {
	font-weight: 400;
	font-size: 3.6rem;
	color: #e60e6c;
	margin-bottom: 1em;
	line-height: 1.5;
}
.secLead {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 2em;
	color: #4d4d4d;
}
ul.CircleBlock {
	margin: 2em 0;
	display: flex;
	justify-content: center;
	gap: 1em 5em;
	flex-wrap: wrap;
}
ul.CircleBlock li {
	text-align: center;
}
ul.CircleBlock li .cap_txt {
	margin: .4em 0;
}
.featureBlock {
  /* 親の padding (33px) 分だけ左右に広げる */
  --side-padding: 33px; /* ここで定義 */
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}

/* 2026.06　改訂 */
.panav5 .secLead {
	margin-bottom: .5em;
}
.panav5 .featureBlock {
	font-weight: 400;
}

.panav5 section h2 {
	color: #0079c0!important;
	font-size: 3.6rem;
}
.MDP_box {
	font-feature-settings: "palt";
	display: flex;
	background-color: #f0f0f0;
	border-radius: 10px;
	font-size: 2.0rem;
	padding: 1em;
	gap: 1em;
	align-items: center;
	margin: 2em 0;
	line-height: 1.5;
}
.panav5 section h3 {
	font-size: 2.6rem;
	color: #0079c0;
  padding-bottom: .3em;
	margin-top: 2em;
	margin-bottom: .8em;
  background-image: linear-gradient(to right, #0079c0 275px, #d9d9d9 275px);
  background-position: bottom left;
  background-size: 100% 3px; /* 線の太さ */
  background-repeat: no-repeat;
}
ul.simpleStep {
	display: flex;
	gap:1em;
}
ul.simpleStep li {
	flex: 1;
}
ul.simpleStep li .title {
	font-size: 1.8rem;
	color: #0079c0;
	font-weight: 700;
	display: grid;
  grid-template-columns: auto 1fr; /* ①数字の幅は自動(auto)、残りをテキストに */
  column-gap: 0.5em;              /* ②数字とテキストの間の余白 */
  align-items: baseline;          /* ③文字の下揃え（サイズ違い対策） */
	min-height: 3em;
	line-height: 1.3;
}
ul.simpleStep li .title .num{
	font-size: 3.0rem;
}
ul.simpleStep li .name {
	font-size: 1.6rem;
	font-weight: 700;
}
ul.allIndications {
	margin-top: 1.2em;
	margin-bottom: 2em;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em  34px;
}
ul.allIndications .text {
	margin-top: .5em;
	font-size: 1.8rem;
	text-align:center;
	line-height: 1.2;
}
.normalBold {
	font-weight: 700;
}
ul.usesList li {
	margin: 3px 0;
}
ul.usesList li .num span {
	background-color: #0079c0;
	color: #fff;
	display: inline-block;
	padding: 0px 7px 2px;
	margin-right: 8px;
}
.asideFlex {
	display: flex;
	margin: 2em 0;
}
h4 {
	font-size: 2.2rem;
	font-weight: 700;
	color: #0079c0;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
aside > .lead {
	font-weight: 500;
	font-style: italic;
}
.asideFlex p {
	flex: 1;
}
.shadesList {
	display: flex;
	justify-content: space-between;
}
.shadesList .text {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
	line-height: 1.5;
}
.shadesList .text span {
	font-weight: 400;
}
.shadesList .text span.small {
	font-size: 1.4rem;
}
.splitOnly {
	display: flex;
	justify-content: space-between;
}




/* スマホ用のメディアクエリで1箇所変えるだけ */
@media (max-width: 768px) {
  .featureBlock {
    --side-padding: 15px;
  }
}


.featureBlock section {
	/*border-bottom: 1px dotted #ddd;*/
	padding-bottom: 2em;
	margin-bottom: 3em;
	position: relative;
	line-height: 1.8;
}
.featureBlock section::after {
	content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  border-bottom: 1px dotted #a6a6a6;
	/* section側は自動で追従する */
  left: calc(var(--side-padding) * -1);
  right: calc(var(--side-padding) * -1);
}

.featureBlock > section:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.featureBlock > section:last-of-type::after {
		display: none;
}

.split-container {
  display: flex;
  gap: 24px; /* 左右カラム間の余白 */
}
.split-col {
  flex: 1; /* 均等に50%ずつに分配 */
  min-width: 0; /* flex内の文字溢れ防止 */
}

/* 内側の1:4 カラム構造（メディアオブジェクト形式） */
.media-box {
  display: flex;
  gap: 16px; /* 画像とテキストの間の余白 */
}
.media-box__thumb {
  flex: 1; /* 比率の「1」 */
}
.media-box__body {
  flex: 4; /* 比率の「4」 */
	font-size: 2.0rem;
}

.normalTxt {
}
.subTxt {
	font-size: 1.2rem;
}
.btwFlex {
	display: flex;
	justify-content: space-between;
	margin-top: 2em;
}
.uTxt {
	margin-top: .8em;
	line-height: 1.4;
}
.uTxt span {
	font-size: 1.2rem;
	display:block;
	padding-top: .7em;
}
.over_video {
	margin-top: 3em;
	text-align: center;
}
.over_video p {
	margin-top: 1em;
}
.swBlock_e .btwFlex {
	overflow: hidden;
}


/* /////////////////////// SP /////////////////////////////*/
@media screen and (max-width:767px){
	#cements section h2 {
		font-size: 2.2rem;
	}
	.secLead {
		font-size: 1.8rem;
	}
	.CircleBlock img{
		width: 32vw;
		height: auto;
	}
	.fullWrap {
		width: 100%;
		max-width: 100vw;
	}
	.split-container {
		flex-direction: column;
	}
	.media-box__body {
		font-size: 1.8rem;
		line-height: 1.6;
	}
	.swBlock_e > .btwFlex {
			width: 880px;
	}

	/* 2026.06　改訂 */
	.panav5 section h3 {
		font-size: 2.2rem;
	}
	.MDP_box ,
	ul.simpleStep {
		flex-direction: column;
	}
	ul.simpleStep .photo {
		text-align: center;
	}
	ul.simpleStep .photo img {
		width: 70%;
		height: auto;
	}
	ul.allIndications {
		gap: 15px;
		justify-content: space-between;
	}
	ul.allIndications li {
		flex-basis: 47%;
	}
	ul.allIndications li img {
		width: 100%;
		height: auto;
	}
	ul.usesList li {
		display: flex;
	}
	.asideFlex {
		flex-direction: column-reverse;
	}
	.asideFlex img {
		width: 100%;
		height: auto;
	}
	.shadesList {
		gap: 0 6px;
	}
	.splitOnly.natural {
		flex-direction: column;
		gap: 1em;
	}
	.splitOnly.natural img {
		width: 100%;
		height: auto;
	}
}
