@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0;
	font-size: 14px;
	text-align: center;
	color: #003006;
	background-color: #ffffff;
	line-height: 1.6;
	overflow: hidden;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
#footer {
	margin-top: 60px;
}
figure {
	margin: 0;
}
.display_sp {
	display: none;
}
.end_txt {
	padding: 20px 0;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	color: #f50028;
	background-color: #fff;
	line-height: 1;
}
/*注釈テキスト*/
.note_txt {
	padding-left: 1em;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	line-height: 1.6;
	text-indent: -1em;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/* 吹き出し */
.slash_txt {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #05674A;
}
.slash_txt::before,
.slash_txt::after {
	content: '';
	width: 2px;
	height: 26px;
	display: inline-block;
	background-color: #05674A;
}
.slash_txt::before {
	transform: rotate(-35deg);
}
.slash_txt::after {
	transform: rotate(35deg);
}
/*強調カラーテキスト*/
.em_font_yellow {
	color: #FF0;
}
.em_font_green {
	color: #539B7A;
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/*中黒リスト*/
.dot_list_1em {
	padding-left: 1em;
	text-indent: -1em;
}
.dot_list_2em {
	padding-left: 1.7em;
	text-indent: -1.7em;
}
/* ============== top =================== */
.top {
	font-size: 0;
	background-color: #05674a;
}
/* ============== LP =================== */
/* nav */
.nav {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 30px auto 0;
}
.nav_list {
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 0 auto;
	justify-content: center;
	gap: 5px 10px;
}
/* usage ルートインdePonta 活用術 */
.usage {
	margin-top: 20px;
}
.usage_ttl {
	padding: 30px 0;
	background-color: #335C42;
}
.usage_ttl_img {
	width: 100%;
	max-width: 468px;
	margin: 0 auto;
}
/* ルートインdePonta 活用術 共通 */
.point {
	padding: 60px 0;
}
.point_01,
.point_03 {
	background-color: #539B7A;
}
.point_02,
.point_04 {
	background-color: #05674A;
}
.point_inner {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 60px;
	background-color: #fff;
	border-radius: 40px;
}
.point_inner > *:not(.point_num) {
	padding-right: 70px;
	padding-left: 70px;
}
.point_num {
	height: 45px;
}
.point_num_img {
	width: auto;
	height: 100%;
}
.point_ttl {
	max-height: 174px;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 25px;
}
.point_ttl_01,
.point_ttl_03 {
	background-color: #05674A;
}
.point_ttl_02,
.point_ttl_04 {
	background-color: #335C42;
}
.point_ttl_img {
	width: auto;
	height: 100%;
}
.point_lead {
	padding-top: 35px;
	padding-bottom: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	background-color: #FFFFE5;
}
.point_lead + * {
	margin-top: 45px;
}
.point_lead_img_area {
	width: 100%;
	max-width: 250px;
}
.point_lead_txt {
	max-width: 478px;
	text-align: left;
	font-size: 24px;
}
.point_lead_link {
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.point_lead_link::after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/routeinn-poncatsu/img/linkarrow_right.png);
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
}
.point_body > * + * {
	margin-top: 30px;
}
/* ルートインdePonta 活用術 > 01 Pontaカード */
.pontacard_about {
	padding: 30px;
	border: 1px solid #05674A;
	background-color: #F0F5F5;
}
.pontacard_about > * + * {
	margin-top: 20px;
}
.pontacard_txt {
	text-align: left;
}
.pontacard_app {
	border: 1px solid #539B7A;
	border-radius: 6px;
}
.pontacard_app_header {
	padding: 20px 15px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #539B7A;
	border-bottom: 1px solid #539B7A;
}
.pontacard_app_contents {
	width: calc(100% - 60px);
	max-width: 700px;
	margin: 25px auto 0;
	display: flex;
	align-items: center;
	/* display: grid;
	grid-template-columns: 280fr 392fr;
	grid-template-rows: repeat(2, auto); */
	column-gap: 40px;
}
.pontacard_app_icons {
	width: 100%;
	height: 100%;
	max-width: 280px;
	margin: 0 auto;
	/* grid-column: 1 / 2;
	grid-row: 1 / 2; */
}
/* .pontacard_app_img {
	width: 100%;
	margin: auto 0 0 0;
	grid-column: 1 / 2;
	grid-row: 2 / 3;
} */
.pontacard_app_howto {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}
.pontacard_app_step_ttl {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #539B7A;
	white-space: nowrap;
	line-height: 1.5;
}
.pontacard_app_step_ttl::before,
.pontacard_app_step_ttl::after {
	content: "";
	width: 100%;
	max-width: 140px;
	height: 1px;
	display: block;
	background-color: #539B7A;
}
.pontacard_app_steps {
	margin: 20px 0;
}
.pontacard_app_step {
	display: grid;
	grid-template-columns: 60px auto;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	text-align: left;
}
.pontacard_app_step + .pontacard_app_step {
	margin-top: 15px;
}
/* ルートインdePonta 活用術 > 02 アプリとPonta会員ID連携 */
/* 2601追加 */
.point_lead_routein-app {
	padding-bottom: 0;
}
.routeinn-app_point_wrap {
	margin: 10px auto 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.routeinn-app_point_wrap li:first-child {
	grid-column: 1 / -1;
}
.routeinn-app_point {
	flex: 1;
	background: #F0F5F5;
	border: 1px solid #05674A;
	border-radius: 6px;
	overflow: hidden;
}
.routeinn-app_point_header {
	height: 72px;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	color: #fff;
	background-color: #05674A;
}
.routeinn-app_point_img {
	width: auto;
	height: 100%;
}
.routeinn-app_point_body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
	text-align: left;
}
/* point 01 */
.routeinn-app_point_wrap li:first-child .routeinn-app_point_body {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
    justify-content: center;
}
.routeinn-app_point_wrap li:first-child .routeinn-app_point_body img {
	max-width: 295px;
	display: block;
}
.routeinn-app_point_wrap li:first-child .routeinn-app_point_body p {
	max-width: 400px;
}
/* ルートインdePonta 活用術 > 03 PontaVISAカード */
.pontavisa_cards {
	margin-top: 10px;
	display: flex;
	gap: 20px;
}
.pontavisa_card {
	flex: 1;
	background: #F0F5F5;
	border: 1px solid #05674A;
	border-radius: 6px;
	overflow: hidden;
}
.pontavisa_card_header {
	height: 32px;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	color: #fff;
	background-color: #05674A;
}
.pontavisa_card_header_img {
	width: auto;
	height: 100%;
}
.pontavisa_card_body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: space-between;
	text-align: left;
}
.pontavisa_simulation_balloon {
	position: relative;
	margin-bottom: 27px;
	padding: 15px 0;
	position: relative;
	background-color: #F2F2F2;
	border-radius: 6px;
}
.pontavisa_simulation_balloon::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 18px 12.5px 0 12.5px;
	border-color: #f2f2f2 transparent transparent;
	translate: -50% 100%;
}
.pontavisa_simulation_txt {
	display: inline-block;
	font-size: 16px;
}
.pontavisa_simulation_txt::after {
	content: "";
	width: 100%;
	height: 7px;
	margin-top: 20px;
	display: block;
	background-image: radial-gradient(circle, #f2f2f2 3.5px, transparent 3.5px);
	background-size: 17px 7px;
}
.pontavisa_simulation_points {
	width: 100%;
	max-width: 524px;
	margin: 15px auto 0;
	display: flex;
	gap: 30px;
}
.pontavisa_simulation_list {
	width: 100%;
}
.pontavisa_simulation_item {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}
.pontavisa_simulation_item + .pontavisa_simulation_item {
	margin-top: 5px;
}
.pontavisa_simulation_total {
	margin-top: 10px;
	padding-top: 5px;
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	gap: 16px;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #003006;
}
.pontavisa_simulation_total .em_font_green {
	font-size: 22px;
}
.pontavisa_simulation_note_txt {
	margin-top: 5px;
}
/* ルートインdePonta 活用術 > 04 Eco DE ルートイン*/
.routeinn_index {
	margin-top: 15px;
	text-align: left;
}
.routeinn_index dl {
	margin-top: 15px;
}
.routeinn_steps {
	margin-top: 5px;
	display: flex;
	align-items: stretch;
	gap: 6px;
}
.routeinn_step {
	flex: 1;
	background-color: #F0F5F5;
	border-radius: 6px;
	overflow: hidden;
}
.routeinn_arrow {
	width: 15px;
	display: flex;
	align-items: center;
}
.routeinn_arrow::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 15px solid #05674a;
	border-bottom: 0;
	transform: translateX(-3px) rotate(-90deg);
}
.routeinn_num {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #05674A;
}
.routeinn_step_body {
	height: calc(100% - 40px);
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	text-align: left;
}
.routeinn_step_txt {
	width: 100%;
}
.routeinn_step_01_img {
	width: 100px;
}
.routeinn_step_02_img {
	width: 120px;
}
.routeinn_step_03_img {
	width: 161px;
}
/* contact_wrap お問合せ */
.contact_wrap {
	width: 100%;
	max-width: 580px;
	margin: 60px auto 0;
	padding: 30px 70px;
	display: block;
	background-color: #F0F5F5;
	border-radius: 12px;
}
.contact_ttl {
	font-size: 18px;
	font-weight: bold;
	color: #05674A;
}
.contact_list {
	margin-top: 10px;
	text-align: left;
}
/* follow_btn 追従ボタン */
.follow_btn {
	width: 442px;
	height: 119px;
	position: fixed;
	bottom: 6px;
	right: 0px;
	background: #FF7B1C;
	border-radius: 25px 0 0 25px;
	box-shadow: 0 6px 0 0 #F40;
	opacity: 0;
	transform: translateY(5px);
	transition: transform 0.3s, opacity 0.3s;
	z-index: 100;
}
.follow_btn.show {
	opacity: 1;
	transform: translateY(0);
}
.follow_btn_link {
	display: block;
	padding: 30px 65px 25px 40px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/routeinn-poncatsu/img/btnarrow_right.png);
	background-size: 25px;
	background-position: center right 20px;
	background-repeat: no-repeat;
}
/* ============== att アコーディオン =================== */
.att {
	color: #05674A;
	border: 1px solid #05674A;
	cursor: pointer;
	overflow: hidden;
}
.point_01_att {
	font-size: 12px;
}
.att_inner {
	padding: 30px;
	text-align: left;
	overflow: hidden;
}
.accordion_header {
	padding: 8px 0;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 20px;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
}
.att.is_open .accordion_header {
	border-bottom: 1px solid #05674A;
}
.accordion_icon {
	content: "";
	width: 20px;
	height: 15px;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.accordion_icon::before,
.accordion_icon::after {
	content: "";
	width: 2px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #05674A;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}
.accordion_icon::after {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.att.is_open .accordion_icon::before {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.accordion_content {
	padding: 0;
	height: 0;
	background-color: #fff;
	overflow-y: scroll;
	transition: all 0.5s;
}
.att_list + .att_list {
	margin-top: 10px;
}
.att_small_unit + * {
	margin-top: 10px;
}
.point_03_att .att_small_unit + * {
	margin-top: 20px;
}
.att_small_unit dd > *:first-child {
	margin-top: 0;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/* 吹き出し */
	.slash_txt {
		align-items: flex-end;
	}
	.slash_txt::before,
	.slash_txt::after {
		margin-bottom: 5px;
	}
	/* ============== sec共通 =================== */
	.sec {
		width: calc(100% - 30px);
		padding: 30px;
	}
	.btn_wrap + *,
	.sec + .sec {
		margin-top: 45px;
	}
	.sec_ttl + * {
		margin-top: 30px;
	}
	.sec_lead_main {
		font-size: 18px;
	}
	/* ============== LP =================== */
	/* nav */
	.nav {
		width: 100%; 
	}
	.nav_list {
		flex-direction: column;
		flex-wrap: wrap;
		gap: 9px;
		max-width: 970px;
	}
	/* usage ルートインdePonta 活用術 */
	.usage {
		margin-top: 30px;
	}
	.usage_ttl {
		padding: 20px 0;
	}
	.usage_ttl_img {
		width: calc(100% - 54px);
		max-width: 642px;
	}
	/* ルートインdePonta 活用術 共通 */
	.point {
		padding: 50px 0;
	}
	.point_inner {
		width: 100%;
		padding-bottom: 40px;
	}
	.point_inner > *:not(.point_num) {
		padding-right: 30px;
		padding-left: 30px;
	}
	.point_ttl {
		max-height: none;
		padding: 20px 30px 25px;
	}
	.point_ttl_img {
		max-width: 626px;
		margin: 0 auto;
	}
	.point_lead {
		padding-top: 35px;
		padding-bottom: 35px;
		flex-direction: column-reverse;
		gap: 20px;
	}
	.point_lead_img_area {
		max-width: 630px;
	}
	.point_lead_txt {
		max-width: none;
	}
	.point_lead_link {
		margin-top: 5px;
	}
	/* ルートインdePonta 活用術 > 01 Pontaカード */
	.pontacard_about {
		padding: 15px;
	}
	.pontacard_about > * + * {
		margin-top: 25px;
	}
	.pontacard_about_img {
		max-width: 570px;
		margin: 0 auto;
	}
	/* .pontacard_app_header {
		text-align-last: left;
	} */
	.pontacard_app_contents {
		display: grid;
		width: calc(100% - 30px);
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, auto);
		justify-items: center
	}
	.pontacard_app_icons {
		max-width: 585px;
		grid-column: auto;
		grid-row: 1 / 2;
	}
	.pontacard_app_img {
		max-width: 570px;
		grid-column: auto;
		grid-row: 3 / 4;
	}
	.pontacard_app_howto {
		width: 100%;
		max-width: 570px;
		margin-top: 25px;
		grid-row: 2 / 3;
		grid-column: auto;
	}
	.pontacard_app_step_ttl::before,
	.pontacard_app_step_ttl::after {
		max-width: none;
	}
	.pontacard_app_step + .pontacard_app_step {
		margin-top: 10px;
	}
	/* ルートインdePonta 活用術 > 02 アプリとPonta会員ID連携 */
	/* 2601追加 */
	.point_lead_routein-app {
	padding-bottom: 0;
	}
	.routeinn-app_point_wrap {
		grid-template-columns: 1fr
	}
	/* Point 01 */
	.routeinn-app_point_wrap li:first-child .routeinn-app_point_body {
		display: block;
	}
	.routeinn-app_point_wrap li:first-child .routeinn-app_point_body img {
		margin-top: 10px;
	}
	/* ルートインdePonta 活用術 > 03 PontaVISAカード */
	.pontavisa_txt {
		font-size: 17px;
	}
	.pontavisa_cards {
		flex-direction: column;
	}
	.pontavisa_card_header {
		height: auto;
	}
	.pontavisa_card_header_img {
		height: 3.2vw;
		max-height: 28px;
	}
	.pontavisa_card_body {
		padding: 15px;
	}
	.pontavisa_card_img {
		max-width: 573px;
		margin: 0 auto;
	}
	.pontavisa_simulation_balloon {
		max-width: 633px;
		margin: 0 auto;
		padding: 0;
		background-color: transparent;
	}
	.pontavisa_simulation_balloon::after {
		content: none;
	}
	.pontavisa_simulation_txt {
		margin-top: 10px;
	}
	.pontavisa_simulation_points {
		max-width: 566px;
		margin-top: 20px;
		justify-content: end;
	}
	.pontavisa_simulation_note_txt {
		text-align: left;
	}
	/* ルートインdePonta 活用術 > 04 Eco DE ルートイン*/
	.routeinn_ttl {
		max-width: 707px;
	}
	.routeinn_steps {
		flex-direction: column;
	}
	.routeinn_step {
		display: flex;
	}
	.routeinn_step_body {
		width: 100%;
		height: auto;
	}
	.routeinn_num {
		width: 50px;
		height: auto;
		padding: 10px;
		flex-shrink: 0;
	}
	.routeinn_arrow {
		width: 100%;
		justify-content: center;
	}
	.routeinn_arrow::after {
		transform: rotate(0deg);
	}
	/* contact_wrap お問合せ */
	.contact_wrap {
		width: calc(100% - 30px);
		padding: 20px;
	}
	/* follow_btn 追従ボタン */
	.follow_btn {
		width: 100%;
		height: 85px;
		border-radius: 0;
	}
	.follow_btn_link {
		padding: 20px 58px 20px 40px;
	}
	.follow_btn_img {
		width: auto;
		height: 45px;
	}
	/* ============== att =================== */
	.att_inner {
		padding: 20px;
	}
	.accordion_header {
		font-size: 16px;
	}
	.att_small_unit + * {
		margin-top: 10px;
	}
}