@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	background-color: #ffffff;
	padding: 0;
	overflow: hidden;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
figure {
	margin: 0;
}
.display_sp {
	display: none;
}
.end_txt {
	color: #f50028;
	background-color: #fff;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	line-height: 1;
}
/*注釈テキスト*/
.note_txt {
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	color: #999;
	text-indent: -1em;
	padding-left: 1em;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*強調カラーテキスト*/
.em_font {
	color: #f31d01;
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/*吹き出し*/
.slash_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	color: #333333;
	gap: 10px;
}
.slash_txt::before,
.slash_txt::after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background-color: #333333;
	border-radius: 500px;
	flex-shrink: 0;
}
.slash_txt::before {
	transform: rotate(60deg);
}
.slash_txt::after {
	transform: rotate(-60deg);
}
.balloon_txt {
	display: inline-block;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
}
.contents.slash_txt {
	font-size: 18px;
	color: #111111;
}
/* ============== btn =================== */
#contents .btn {
	display: block;
	max-width: 345px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#contents .btn img {
	display: block;
	width: 100%;
}
.btn_wrap {
	padding: 30px 15px;
	background-color: #fffef2;
}
.slash_txt + .btn {
	margin-top: 10px !important;
}
/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}
#contents .close_btn::after {
	content:"※本キャンペーンは終了しました";
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: rgba(0,0,0,0.7); /* 固定 */
	width: 104%;
	height: 120%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}
/* ============== top =================== */
.top {
	background: url('https://pntc.sslcs.cdngc.net/cdn/pontabiz/img/mv_bg.png') repeat center / 45px, linear-gradient(90deg, #FE5643 0%, #FF8900 100%);
	background-blend-mode: soft-light;
	font-size: 0;
}
/* ============== sec共通 =================== */
.sec {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
	padding: 50px 70px;/* 任意 */
}
.sec + .sec {
	margin-top: 100px;
}
/* ============== LP =================== */
.lp_bg {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0;
	background: url('https://pntc.sslcs.cdngc.net/cdn/pontabiz/img/bg_all.png') top center repeat;
}
.about,.target,.flow,.example,.info {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
/*about*/
.about .sec_inner > * + * {
	margin-top: 40px;
}
.about_ttl {
	margin: 0;
	font-size: 0;
}
.about_ttl img {
	width: 345px;
	max-width: 100%;
}
.about_lead {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	gap: 0;
}
.about_lead_txt {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.about_lead_large {
	font-size: 22px;
}
.marker_txt {
	background: linear-gradient(transparent 71%, #ffed06 75%);
}
.about_worries > * + * {
	margin-top: 20px;
}
.about_worries_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.about_balloon + .about_worries_img {
	margin-top: 20px;
}
.about_worries_img img {
	max-width: 616px;
	width: 100%;
}
.about_arrow {
	margin: 0;
	font-size: 0;
}
.about_arrow img {
	width: 80px;
}
.about_feature > * + * {
	margin-top: 20px;
}
.about_feature .about_balloon + .feature_list {
	margin-top: 20px;
}
.feature_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 0;
	list-style: none;
	text-align: left;
}
.feature_item {
	border: 1px solid #ffed06;
	overflow: hidden;
	background-color: #ffffff;
}
.feature_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	min-height: 69px;
	margin: 0;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #ffed06;
	box-sizing: border-box;
	color:#333333;
}
.feature_ttl .marker_txt {
	background: linear-gradient(transparent 71%, #ffffff 75%);
}
.feature_ttl_col {
	flex-direction: column;
	gap: 0;
}
.feature_ttl_sub {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}
.feature_txt {
	margin: 0;
	padding: 20px;
	font-size: 14px;
	line-height: 1.6;
}
.about_btn.btn_wrap {
	padding: 0;
	background-color: transparent;
}
/*target*/
.target .sec_inner > * + * {
	margin-top: 40px;
}
.target_ttl {
	margin: 0;
	font-size: 0;
}
.target_ttl img {
	width: 345px;
	max-width: 100%;
}
.target_list {
	display: flex;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.target_item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.target_pic {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 310px;
	margin-bottom: -20px;
}
.target_pic img {
	width: 100%;
}
.target_body {
	width: 100%;
	padding: 30px 15px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.target_txt {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}
.target_lead {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.target_btn.btn_wrap {
	padding: 0;
	background-color: transparent;
}
/*flow*/
.flow .sec_inner > * + * {
	margin-top: 40px;
}
.flow_ttl {
	margin: 0;
	font-size: 0;
}
.flow_ttl img {
	width: 345px;
	max-width: 100%;
}
.step_list {
	width: 475px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	counter-reset: none;
}
.step_item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 0;
	border-bottom: 1px solid #dddddd;
	position: relative;
	text-align: left;
}
.step_item:not(:last-child)::before,
.step_item:not(:last-child)::after {
	content: "";
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	width: 0;
	height: 0;
	border-style: solid;
}
.step_item:not(:last-child)::before {
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 16px solid #dddddd;
	border-bottom: 0;
	transform: translateY(50%);
}
.step_item:not(:last-child)::after {
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	border-top: 15px solid #ffffff;
	border-bottom: 0;
	transform: translateY(calc(50% - 1px));
}
.step_num {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	margin: 0;
	border-radius: 50%;
	background-color: #ffed06;
	display: grid;
	place-items: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}
.step_txt {
	flex: 1;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}
.step_img {
	flex-shrink: 0;
	width: 85px;
	margin: 0;
	font-size: 0;
}
.step_img img {
	width: 100%;
}
.flow_desc_txt {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}
.flow_ponta {
	margin: 0;
	font-size: 0;
}
.flow_ponta img {
	width: 345px;
	max-width: 100%;
}
/*example*/
.example {
	padding: 0;
}
.example .sec_inner > * + * {
	margin-top: 40px;
}
.example_ttl {
	margin: 0;
	font-size: 0;
}
.example_ttl img {
	width: 345px;
	max-width: 100%;
}
.card_list {
	display: flex;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.card_item {
	flex: 1;
	border: 1px solid #333333;
	overflow: hidden;
	background-color: #ffffff;
	text-align: left;
}
.card_ttl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	gap: 0;
	margin: 0;
	padding: 10px 20px;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.card_ttl_main {
	font-size: 18px;
	line-height: 1.5;
}
.card_ttl_sub {
	font-size: 14px;
	line-height: 1.6;
}
.card_body {
	padding: 5px 20px;
}
.card_unit {
	margin: 0;
	padding: 15px 0;
}
.card_unit + .card_unit {
	border-top: 1px solid #dddddd;
}
.card_dt {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}
.card_dt::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #ffed06;
	flex-shrink: 0;
}
.card_dd {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}
/*info*/
.info {
	max-width: none;
	padding: 50px 15px;
	background-color: #fffef2;
}
.info .sec_inner {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}
.info_list {
	display: flex;
	gap: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.info_item {
	flex: 1;
}
.info_subttl {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	color: #333333;
}
.info_subttl::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #111111;
	flex-shrink: 0;
}
/*中黒リスト*/
.dot_list {
	text-indent: -1em;
	padding-left: 1em;
	list-style: none;
}
.dot_list > li::before {
	content: "・";
	display: inline-block;
	margin-left: 1em;
}
/* ============== 追従ボタン =================== */
/* follow_el */
.follow_el {
	width: 100%; /* 任意 */
	position: fixed;
	bottom: 0; /* 任意 */
	right: 0; /* 任意 */
	left: 0; /* 任意 */
	opacity: 0;
	transform: translateY(5px);/* 任意 */
	transition: .3s; /* 任意 */
	pointer-events: none;
	z-index: 1000;
}
.follow_el.is_show {
	opacity: 1;
	transform: translateY(0); /* 任意 */
	pointer-events: auto;
}
.follow_el .btn_wrap {
	background-color: rgba(255, 254, 242, 0.9);
	padding: 15px;
}

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/* ============== btn =================== */
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== sec共通 =================== */
	.sec {
		width: calc(100% - 30px);
		padding: 30px;/* 任意 */
	}
	.sec_ttl + * {
		margin-top: 30px;
	}
	.sec_lead_main {
		font-size: 18px;
	}
	/* ============== LP =================== */
	.lp_bg {
		background-size: 700px;
	}
	.about,.target,.flow,.example,.info {
		width: 100%;
		padding: 0 15px;
	}
	/*about*/
	.about_lead {
		flex-direction: column;
		align-items: center;
	}
	.about_feature .about_balloon_txt {
		white-space: normal;
	}
	.about_feature > .contents.slash_txt::before, 
	.about_feature > .contents.slash_txt::after {
		margin-bottom: -30px;
	}
	.feature_list {
		grid-template-columns: 1fr;
	}
	.about_ttl img {
		width: 100%;
	}
	.feature_ttl {
		min-height: auto;
	}
	/*target*/
	.target_list {
		flex-direction: column;
		gap: 50px;
	}
	.target_ttl img {
		width: 100%;
	}
	/*flow*/
	.step_list {
		width: 100%;
	}
	.flow_ttl img,
	.flow_ponta img {
		width: 100%;
	}
	.flow_desc_txt {
		text-align: left;
	}
	/*example*/
	.card_list {
		flex-direction: column;
		gap: 40px;
	}
	.example_ttl img {
		width: 100%;
	}
	/*info*/
	.info {
		max-width: none;
		padding: 50px 15px;
	}
	.info_list {
		flex-direction: column;
		gap: 30px;
	}
}