@charset "utf-8";
/* CSS Document */
#ud600cp {
	margin: 30px auto 100px;
	padding: 0;
	max-width: 1200px;
	width: 100%;
	text-align: left;
	line-height: 1.6;
}
#ud600cp p {
	font-size: 16px;
}
#ud600cp hr {
	border: 0;
	border-bottom: 2px dotted #939393 !important;
}
.ud600-tt1 {
	font-size: 23px;
	text-align: center;
	font-weight: normal;
}
.ud600-tt2 {
	font-size: 27px;
	margin: 0 0 20px 0;
	text-align: center;
	align-self: center;
	color: #00446a;
	text-decoration: underline 2px solid #00446a;
	text-underline-offset: 8px;
}
.ud600-tt3 {
	justify-content: center;
	align-items: center;
	font-size: 23px;
	color: #00446a;
	text-align: center;
	margin: 30px 0 50px 0;
}
.ud600-tt4 {
	justify-content: center;
	align-items: center;
	font-size: 23px;
	color: #00446a;
	text-align: left;
	margin: 30px 0;
}
.section-title {
	width: 1200px;
	margin: 0 auto 50px;
	; /* 中央寄せ */
	text-align: center;
}
/* 両側に線を伸ばす見出し */
.ud600-tt5 {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 16px;
	font-weight: 600;
	font-size: 25px;
	color: #c30d23;
	text-align: center;
	margin-bottom: 20px;
}
.ud600-tt5 span {
	white-space: nowrap;
}
.ud600-tt5::before, .ud600-tt5::after {
	content: "";
	flex: 1; /* 自動で伸びる */
	height: 2px;
	background-color: #c30d23;
}
.ud600-tt6 {
	font-size: 21px;
	text-align: center;
	font-weight: normal;
}
.img-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.mT80 {
	margin-top: 80px;
}
.mT120 {
	margin-top: 120px;
}
.mB50 {
	margin-bottom: 50px;
}
.mB100 {
	margin-bottom: 100px;
}
/* ボタン */
.ud600cp-btn-row {
	display: flex;
	gap: 140px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 20px;
}
.ud600cp-underline-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #00446a;
	background: #ffffff;
	border: none;
	border-bottom: 2px solid #00446a;
	padding: 4px 12px;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	transition: color .2s ease, border-color .2s ease;
	user-select: none;
}
.ud600cp-underline-btn:hover {
	background: #ffffff;
	color: #f86a1a;
	border-color: #f86a1a;
	transform: translateY(-1px);
}
.ud600cp-underline-btn:focus-visible {
	outline: 3px solid rgba(0, 0, 0, 0.25);
	outline-offset: 3px;
}
.ud600cp-underline-btn a {
	font-weight: bold;
}
.ud600cp-underline-btn a:hover {
	opacity: 1;
}
/* エリア */
.ud600cp-main-container {
	max-width: 1200px;
	margin: 0 auto 110px;
}
/* 2エリア配置 */
.ud600cp-areas {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: start;
}
/* 特長カード */
.features-card {
	display: flex;
	gap: 16px;
	border-radius: 8px;
	padding: 10px;
	align-items: center;
}
/* 特長-画像エリア */
.features-card__img {
	flex: 0 0 40%; /* 画像の幅（左側） */
	max-width: 40%;
}
.features-card__img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
}
/* 特長-テキストエリア */
.features-card__body {
	flex: 1 1 60%;
	min-width: 0; /* テキストの折り返しを確実にするため */
}
.features-card__title {
	margin: 0 0 8px 0;
	font-size: 18px;
	line-height: 1.3;
}
.features-card__desc {
	margin: 0;
	color: #444;
	font-size: 16px;
	line-height: 1.6;
}
/* 4エリア配置 */
.ud600cp-areas4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	align-items: start;
}
/* 4特長カード */
.features4-card {
	gap: 16px;
	border-radius: 8px;
	padding: 10px;
	align-items: center;
}
/* 4特長-画像エリア */
.features4-card__img {
	width: 100%;
	margin-bottom: 15px;
}
.features4-card__img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
}
/* 4特長-テキストエリア */
.features4-card__body {
	flex: 1 1 60%;
	min-width: 0; /* テキストの折り返しを確実にするため */
}
.features4-card__title {
	margin: 0 0 8px 0;
	font-size: 18px;
	line-height: 1.3;
}
.features4-card__desc {
	margin: 0;
	color: #444;
	font-size: 16px;
	line-height: 1.6;
}
/* セット価格カード */
.setprice-card {
	border-radius: 8px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.setprice-card__img {
	width: 100%;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.setprice-card__img img {
	height: 300px;
	object-fit: cover;
}
.setprice-card__img2 {
	width: 100%;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 40px;
}
.setprice-card__img2 img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.setprice-card__body {
	width: 100%;
	text-align: left;
}
.setprice-card__title {
	font-size: 18px;
	text-align: center;
}
.setprice-card__desc {
	margin: 10px 0 20px;
	font-size: 16px;
	color: #444;
	line-height: 1.6;
	text-align: center;
}
.setprice-card__btn {
	margin: 0;
	color: #444;
	line-height: 1.6;
	text-align: center;
}
.original {
	text-decoration: line-through;
	font-size: 16px;
	color: #888;
}
.discount {
	color: red;
	font-size: 16px;
	margin: 0 10px;
	font-weight: bold;
}
.final {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
.buy-button {
	background-color: #1e9ee5;
	color: white;
	padding: 10px 50px;
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
	border-radius: 30px;
}
.buy-button:hover {
	background-color: #e51e64;
	opacity: 1;
}
.detail-button {
	background-color: #4c4c4c;
	color: white;
	padding: 10px 50px;
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
	border-radius: 30px;
}
.detail-button:hover {
	opacity: 0.6;
}
/* 選べる吐出 */
.discharge-container {
	margin: 100px auto 40px;
	display: flex;
	align-items: stretch;
}
.discharge-box-left {
	width: 400px;
}
.discharge-box-center {
	width: 300px;
}
.discharge-box-right {
	width: 500px;
	padding: 15px 25px 15px 15px;
}