@charset "utf-8";
/* ==========================================================================
   regate.css
   歩行支援装置 RE-Gait ページ専用スタイル
   ========================================================================== */

:root {
	--rg-blue: #036db7;
	--rg-blue-light: #2ba6e1;
	--rg-blue-pale: #eaf6fd;
	--rg-red: #e2402f;
	--rg-gray: #3e3a3b;
	--rg-gray-soft: #6b6b6b;
	--rg-bg-soft: #f7f7f7;
	--rg-border: #e4e4e4;
}

#max_bg {
	background-image: url(/product/grease/img/header_img.jpg);
}

#contents.regait {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 0;
}

/* ---------- 共通セクション ---------- */
.rg_section {
	padding-top: 70px;
	padding-bottom: 70px;
}
.rg_section--gray {
	background-color: var(--rg-bg-soft);
	margin-right: -1000px;
	margin-left: -1000px;
	padding-right: 1000px;
	padding-left: 1000px;
}
.rg_ttl {
	font-size: 210%;
	font-weight: bold;
	color: var(--rg-gray);
	line-height: 1.4;
	border-bottom: 3px solid var(--rg-blue);
	padding-bottom: 18px;
	margin-bottom: 40px;
}
.rg_ttl.t_center {
	border-bottom: none;
	position: relative;
	padding-bottom: 22px;
}
.rg_ttl.t_center:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 4px;
	background-color: var(--rg-blue-light);
	border-radius: 2px;
}
.rg_sub_ttl {
	font-size: 130%;
	font-weight: bold;
	color: var(--rg-blue);
	margin-bottom: 16px;
}

/* ---------- ヒーロー ---------- */
.rg_hero {
	padding-top: 20px;
	padding-bottom: 70px;
}
.rg_hero_txt {
	float: left;
	width: 420px;
	padding-top: 30px;
}
.rg_hero_img {
	float: right;
	width: 500px;
	text-align: center;
}
.rg_hero_img img {
	max-width: 100%;
	height: auto;
}
.rg_eyebrow {
	font-size: 100%;
	font-weight: bold;
	color: var(--rg-blue-light);
	letter-spacing: .05em;
	margin-bottom: 10px;
}
.rg_logo {
	font-size: 250%;
	font-weight: bold;
	line-height: 1.3;
	color: var(--rg-gray);
	margin-bottom: 24px;
}
.rg_logo span {
	color: var(--rg-red);
	font-size: 115%;
}
.rg_lead {
	font-size: 128%;
	font-weight: bold;
	line-height: 1.6;
	color: var(--rg-gray);
	margin-bottom: 18px;
}
.rg_lead strong {
	color: var(--rg-blue);
	border-bottom: 3px solid var(--rg-blue-pale);
}
.rg_txt {
	font-size: 100%;
	line-height: 1.9;
	color: var(--rg-gray-soft);
}

/* ---------- 画像+テキスト2カラム ---------- */
.rg_section_body {
	padding-top: 10px;
}
.rg_section_txt {
	float: right;
	width: 440px;
}
.rg_section_img {
	float: left;
	width: 480px;
}
.rg_section_body--rev .rg_section_txt {
	float: right;
}
.rg_section_body--rev .rg_section_img {
	float: left;
}
.rg_section_img img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}
.rg_list li {
	position: relative;
	padding-left: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.8;
	border-bottom: 1px solid var(--rg-border);
}
.rg_list li:first-child {
	padding-top: 0;
}
.rg_list li:before {
	content: "";
	position: absolute;
	left: 4px;
	top: 21px;
	width: 8px;
	height: 8px;
	background-color: var(--rg-blue-light);
	border-radius: 50%;
}

/* ---------- 6段階機能モード ---------- */
.rg_mode_grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.rg_mode_card {
	box-sizing: border-box;
	width: 50%;
	padding: 0 10px 20px;
}
.rg_mode_card > * {
	box-sizing: border-box;
}
.rg_mode_card {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.rg_mode_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
	border-radius: 50%;
	background-color: var(--rg-blue-pale);
	color: var(--rg-blue);
	margin-right: 16px;
	margin-top: 18px;
}
.rg_mode_icon svg {
	width: 30px;
	height: 30px;
}
.rg_mode_name,
.rg_mode_desc {
	width: calc(100% - 72px);
}
.rg_mode_name {
	display: block;
	margin-top: 18px;
	font-size: 108%;
	font-weight: bold;
	color: var(--rg-gray);
	border-bottom: 1px solid var(--rg-border);
	padding-bottom: 14px;
}
.rg_mode_desc {
	margin-left: 72px;
	margin-top: 8px;
	font-size: 92%;
	color: var(--rg-gray-soft);
	line-height: 1.7;
}
.rg_info {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	margin-left: 6px;
	border: 1px solid #b7b7b7;
	border-radius: 50%;
	font-style: normal;
	font-size: 70%;
	color: #9a9a9a;
	vertical-align: middle;
	cursor: default;
}
.rg_mode_card:not(:nth-last-child(-n+2)) .rg_mode_name {
	/* keep default border for all but last row handled by outer border already */
}

/* box wrapper per card */
.rg_mode_card {
	background-color: #fff;
	border: 1px solid var(--rg-border);
	border-radius: 8px;
	padding: 18px 20px;
}
.rg_mode_card .rg_mode_icon {
	margin-top: 0;
}
.rg_mode_card .rg_mode_name {
	margin-top: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.rg_mode_card .rg_mode_desc {
	margin-top: 6px;
}

/* ---------- 圧倒的な違い ---------- */
.rg_feature_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px;
}
.rg_feature_card {
	box-sizing: border-box;
	width: 33.333%;
	padding: 0 15px;
	text-align: center;
}
.rg_feature_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background-color: var(--rg-blue-pale);
	color: var(--rg-blue-light);
}
.rg_feature_icon svg {
	width: 38px;
	height: 38px;
}
.rg_feature_name {
	font-size: 112%;
	font-weight: bold;
	color: var(--rg-gray);
	margin-bottom: 12px;
}
.rg_feature_desc {
	font-size: 92%;
	line-height: 1.8;
	color: var(--rg-gray-soft);
}

/* ---------- 喜びの声 ---------- */
.rg_voice_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -12px;
}
.rg_voice_card {
	box-sizing: border-box;
	width: 33.333%;
	padding: 0 12px 30px;
	text-align: center;
}
.rg_voice_photo {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 14px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.rg_voice_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rg_voice_name {
	font-weight: bold;
	color: var(--rg-blue);
	margin-bottom: 10px;
}
.rg_voice_txt {
	font-size: 90%;
	line-height: 1.8;
	color: var(--rg-gray-soft);
	padding: 0 6px;
}

/* ---------- 簡単運用 ---------- */
.rg_training_grid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 -12px;
}
.rg_training_card {
	box-sizing: border-box;
	width: 33.333%;
	padding: 30px 12px 0;
	text-align: center;
}
.rg_training_card .rg_training_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background-color: var(--rg-blue-pale);
	color: var(--rg-blue);
}
.rg_training_card--main .rg_training_icon {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}
.rg_training_icon svg {
	width: 32px;
	height: 32px;
}
.rg_training_name {
	font-size: 112%;
	font-weight: bold;
	color: var(--rg-gray);
	margin-bottom: 12px;
}
.rg_training_desc {
	font-size: 90%;
	line-height: 1.8;
	color: var(--rg-gray-soft);
}
.rg_training_card--main {
	background-color: var(--rg-blue);
	border-radius: 10px;
	padding: 30px 20px 26px;
	color: #fff;
}
.rg_training_card--main .rg_training_name,
.rg_training_card--main .rg_training_desc {
	color: #fff;
}
.rg_training_badge {
	display: block;
	background-color: #fff;
	color: var(--rg-blue);
	font-size: 80%;
	font-weight: bold;
	line-height: 1.6;
	border-radius: 6px;
	padding: 10px 12px;
	margin-top: 18px;
}

/* ---------- CTA ---------- */
.rg_cta {
	padding-top: 70px;
	padding-bottom: 90px;
	text-align: center;
}
.rg_cta_ttl {
	font-size: 260%;
	font-weight: bold;
	color: var(--rg-blue);
	line-height: 1.4;
	margin-bottom: 18px;
}
.rg_cta_txt {
	font-size: 108%;
	color: var(--rg-gray-soft);
	margin-bottom: 34px;
}
.rg_cta .inq_btn a:link,
.rg_cta .inq_btn a:visited {
	background-color: var(--rg-blue-light);
	border: 2px solid var(--rg-blue-light);
	color: #fff;
	font-size: 120%;
	border-radius: 40px;
	text-decoration: none;
	display: inline-block;
	padding: 18px 44px;
	margin-top: 6px;
}
.rg_cta .inq_btn a:hover,
.rg_cta .inq_btn a:active {
	color: var(--rg-blue-light);
	background-color: transparent;
	border: 2px solid var(--rg-blue-light);
	text-decoration: none;
}

/* ==========================================================================
   レスポンシブ
   ========================================================================== */
@media screen and (max-width: 1040px) {
	#contents.regait {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.rg_section--gray {
		margin-right: -20px;
		margin-left: -20px;
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 768px) {
	.rg_hero_txt,
	.rg_hero_img {
		float: none;
		width: 100%;
	}
	.rg_hero_txt {
		padding-top: 0;
		margin-bottom: 30px;
	}
	.rg_logo {
		font-size: 190%;
	}
	.rg_section_txt,
	.rg_section_img,
	.rg_section_body--rev .rg_section_txt,
	.rg_section_body--rev .rg_section_img {
		float: none;
		width: 100%;
	}
	.rg_section_img {
		margin-bottom: 24px;
	}
	.rg_section_body--rev .rg_section_txt {
		margin-top: 0;
	}
	.rg_mode_card,
	.rg_feature_card,
	.rg_voice_card,
	.rg_training_card {
		width: 100%;
	}
	.rg_feature_card {
		margin-bottom: 34px;
	}
	.rg_voice_card {
		width: 50%;
	}
	.rg_ttl {
		font-size: 160%;
	}
	.rg_cta_ttl {
		font-size: 180%;
	}
}
