@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	background-color: #ffffff;
	padding: 0;
	color: #282328;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
.display-sp {
	display: none;
}
.end_txt {
	margin: 20px auto;
	font-weight: bold;
	color: #FF0004;
	font-size: 180%;
	text-align: center;
}
/*コンテンツ幅*/
.ly-block {
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
	border: 1px solid #eb6060;
	border-radius: 8px;
	margin-top: 36px;
}
.ly-block_inner {
	max-width:830px;
	width: calc(100% - 60px);
	margin: 0 auto;
}
.ly-block-band .ly-block_inner {
	margin: 60px auto;
}
.ly-board {
	margin: 20px auto;
	background-color: #fff2eb;
	border-radius: 8px;
	max-width: 970px;
	width:calc(100% - 60px);
	overflow: hidden;
	padding: 0 20px;
}
.ly-board + .ly-board {
	margin-top: 40px;
}
.btn-block-last_wrap {
	background-color: #fff2eb;
	overflow: hidden;
}
.btn-block {
	background-position: center bottom;
	background-size: 970px auto;
	background-repeat: no-repeat;
}
.btn-block-step {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2402/img/login_bg_pc.png);
}
.btn-block-last {
	max-width: 970px;
	width:calc(100% - 60px);
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2402/img/login_last_bg_pc.png);
}
.btn-block_inner {
	position: relative;
	z-index: 2;
}
.btn-block-last_lead {
	margin: 40px auto 15px;
	font-weight: bold;
	font-size: 20px;
}
.btn-block-last {
	margin: 40px auto;
}
.btn-block-step .btn-block_inner {
	margin: 0 auto 72px;
}
.btn-block-last .btn-block_inner {
	margin: 0 auto 60px;
}
@media screen and (min-width: 768px) {
	.btn-block_inner::before {
		content:"";
		display: block;
		width: 16%;
		height: 144px;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2402/img/login_bg_ponta.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom;
		position: absolute;
		left: 5.6%;
		z-index: 3;
	}
	.btn-block-step .btn-block_inner::before {
		bottom: -78px;
	}
	.btn-block-last .btn-block_inner::before {
		bottom: -46px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
	.btn-block_inner::before {
		width: 14%;
		left: 1.5%;
	}
	.btn-block-last .btn-block_inner {
		margin-bottom: 80px;
	}
	.btn-block-last .btn-block_inner::before {
		bottom: -76px;
	}
}
/*font*/
#contents a.link-ext {
	color: #fff;
	text-decoration: underline;
}
.link-ext::after {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-left: 0.5rem;
	content: "";
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2402/img/link_icon_white.png) center /cover no-repeat;
}
#contents a.link-ext-bl {
	color: #282328;
}
.link-ext-bl::after {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-left: 0.5rem;
	content: "";
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2402/img/link_icon.png) center /cover no-repeat;
}
.balloon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 316px;
	height: 45px;
	margin: 0 auto 3.5%;
	background-color: #fff;
	border: 1px solid #555055;
	border-radius: 8px;
}
#contents a.balloon {
	font-size: 14px;
	font-weight: bold;
	color: #282328;
	text-decoration: none;
}
.balloon::before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	content: "";
	background-color: #ff9123;
	border: 1px solid #555055;
	border-radius: 50%;
	transform: translateX(-50%);
}
.balloon::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 5px;
	height: 5px;
	margin-bottom: -3px;
	margin-left: -1px;
	content: "";
	border-right: 1px solid #555055;
	border-bottom: 1px solid #555055;
	transform: rotate(45deg) translateX(-50%);
}
.fc-red {
	color: #f50028;
}
.fc-org {
	color: #ff9123;
	font-weight: bold;
}
.em-ttl {
	display: flex;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
}
.em-ttl::before,
.em-ttl::after {
	width: 2px;
	height: 24px;
	content: "";
	display: inline-block;
	border-radius: 2px;
}
.em-ttl::before {
	margin-right: 10px;
	border-left: 2px solid #282328;
	transform: skewX(30deg);
}
.em-ttl::after {
	margin-left: 10px;
	border-right: 2px solid #282328;
	transform: skewX(150deg);
}
/*マーカー*/
.line-txt {
	display: inline;
	background: linear-gradient(transparent 70%, #ffee2f 0%);
	padding: 0 5px;
}
/* ============== btn =================== */
.btn_wrap {
	margin: 50px auto;
}
#contents .btn {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.btn {
	position: relative;
	margin: 18px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	width: 100%;
	max-width: 400px;
	height: 50px;
	background-color: #ff9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2402/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 30px;
	background-repeat: no-repeat;
}
#contents .btn_secondary {
	color: #ff9123;
}
.btn.btn_secondary {
	border: 2px solid #ff9123;
	background: #fff url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2402/img/btnarrow_right_orange.png) center right 10px/20px no-repeat;
}
.btn_att {
	margin-top: 18px;
	color: #999;
	font-size: 12px;
}
/*終了対応*/
#contents .btn_close {
	pointer-events: none;
	position: relative;
}
#contents .btn_close::before {
	content:none;
}
#contents .btn_close::after {
	content:"※本キャンペーンは終了しました";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 105%;
	height: 120%;
	background-color: rgba(0,0,0,0.7);
	margin: 0 auto;
	z-index: 10;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
}
/* ============== top =================== */
.top_ttl {
	background-color: #fce9e7;
}
.top_lead {
	background-color: #fff2eb;
	overflow: hidden;
}
.top_lead p {
	margin: 40px auto;
	font-size: 16px;
}
/* ============== step =================== */
/*sec*/
.sec_ttl {
	font-size: 24px;
}
.step_list {
	margin-top: 52px;
}
.step_item {
	position: relative;
	padding: 10px 0;
}
.step_item + .step_item {
	margin-top: 72px;
}
.step_item-01::before,
.step_item-01::after,
.step_item-02::before,
.step_item-02::after {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
	width: 0;
	height: 0;
	margin: auto;
	content: "";
	border-style: solid;
}
.step_item-01::before {
	bottom: -17px;
	border-color: #eb6060 transparent transparent;
	border-width: 17px 17px 0px;
}
.step_item-01::after {
	bottom: -16px;
	border-color: #ff9123 transparent transparent;
	border-width: 17px 17px 1px;
}
.step_item-02::before {
	bottom: -17px;
	border-color: #eb6060 transparent transparent;
	border-width: 17px 17px 0px;
}
.step_item-02::after {
	bottom: -16px;
	border-color: #78c846 transparent transparent;
	border-width: 17px 17px 1px;
}
.step_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #fff;
	background-color: #eb6060;
	font-weight: bold;
	font-size: 18px;
	border-radius: 18px;
	width: 150px;
	height: 36px;
	top:-18px;
	left: 50%;
	transform: translateX(-50%);
}
.sec {
	margin: 60px auto 40px;
}
.end_txt + .sec {
	margin-top: 30px;
}
.sec_main {
	margin: 40px auto 30px;
}
.step_lead {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
.step_item-02 {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2402/img/step2_bg_pc.png) center bottom/cover no-repeat;
}
/*research*/
.research_lead {
	font-weight: bold;
}
.research_list {
	max-width: 636px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin: 2.5% auto 1.8%;
}
.research_item {
	width: calc((100% - 48px)/3);
}
.research_item + .research_item {
	margin-left: 24px;
}
.research_balloon {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	background-color: #ffffd6;
	border: 1px solid #555055;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.research_balloon::before,
.research_balloon::after {
	position: absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	content: "";
}
.research_balloon::before {
	bottom: -0.8rem;
	content: "";
	border-color: #555055 transparent transparent;
	border-style: solid;
	border-width: 8px 6px 0;
}
.research_balloon::after {
	bottom: -0.6rem;
	content: "";
	border-color: #ffffd6 transparent transparent;
	border-style: solid;
	border-width: 7px 5px 0;
}
.research_img {
	width: 154px;
	height: 154px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: -6% auto -3px;
}
.step_item-02 .btn {
	margin: 3% auto;
}
/*app*/
.app-logo {
	width: 190px;
	margin: 40px auto 28px;
}
.app_block {
	max-width: 830px;
	margin: 0 auto 40px;
	display: flex;
	align-items: self-start;
}
.app_block_img {
	flex: 0 0 48%;
	border-bottom: 2px solid #000;
}
.app_block_img img {
	max-width: 235px;
	width: 100%;
}
.app_block_txt {
	margin-left: 3.2%;
	text-align: left;
}
.app_block_code {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	border-top: 1px solid #555055;
	padding-top: 20px;
}
.app_block_code-pic {
	flex: 0 0 106px;
	margin-right: 12px;
}
.app_block_code-txt dt {
	font-weight: bold;
}
.app_block_code-txt dd {
	font-size: 12px;
}
.app_block_link {
	text-align: right;
}
.ankt_pic {
	margin: 30px auto 44px;
}
/* ============== plus =================== */
.plus_inner {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: auto;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2402/img/garland_left.png),url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2402/img/garland_right.png);
	background-position: left top, right top;
	background-size: 24% auto;
	background-repeat: no-repeat, no-repeat;
}
.plus_main {
	background-color: #e1f5e2;
	border-radius: 8px;
	padding: 0 20px;
	overflow: hidden;
}
.plus .sec_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.icon_plus {
	width: 100px;
	height: 100px;
	margin-right: 10px;
}
.plus_ttl {
	text-align: left;
}
.plus_ttl-sub {
	font-size: 18px;
}
.plus_ttl-main {
	color: #eb6060;
	font-size: 28px;
}
.plus_main .em-ttl {
	font-size: 20px;
	margin: 40px auto 0;
}
.plus_list {
	margin-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.plus_capture {
	flex: 0 0 400px;
	border-bottom: 2px solid #000;
}
.plus_capture img {
	max-width: 232px;
}
.plus-app {
	margin-left: 50px;
}
.plus-code_lead {
	margin-bottom: 15px;
}
.plus-code_pic {
	margin-bottom: 25px;
}
.plus_att {
	background-color: #fff;
	border-radius: 8px;
	max-width: 820px;
	margin: 20px auto 40px;
	overflow: hidden;
	text-align: left;
}
.plus_att .att_list-style {
	width: calc(100% - 120px);
	margin: 15px auto;
}
/* ============== camp-ankt=================== */
.sec.camp-ankt {
	overflow: hidden;
	background-color: #fff2eb;
}
.camp-ankt_unit {
	background-color: #fff;
	max-width: 970px;
	width: calc(100% - 60px);
	margin: 20px auto 40px;
	border-radius: 8px;
	overflow: hidden;
	padding: 0 20px;
}
.camp-ankt .sec_ttl {
	margin: 35px auto 15px;
}
.web-icon {
	margin: 40px auto 28px;
	width: 156px;
}
.site_list {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	max-width: 830px;
	margin: 0 auto 22px;
}
.site_item {
	width: calc((100% - 30px)/2);
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 850px) {
	.site_item .btn {
		background-position: center right 10px;
	}
}
.site_ttl {
	margin-bottom: 16px;
}
.site_ttl img {
	height: 26px;
}
.site_note {
	margin-top: 15px;
	text-align: left;
	flex: 1;
}
.site_note + .btn {
	margin-top: 23px;
}
/* ============== att =================== */
.att {
	overflow: hidden;
	margin: 60px auto;
	text-align: left;
	line-height: 1.7;
}
.att_list {
	width: calc(100% - 60px);
	max-width: 830px;
	margin: 60px auto;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-left: 1.5em;
	position: relative;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	background-color: #eb6060;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}
.att_item_inner p {
	margin-top: 10px;
}
.att_item_inner .note-txt {
	margin-top: 0;
}
.att_item_inner p + p {
	margin-top: 0;
}
.att_item_img {
	text-align: center;
	margin: 20px auto;
}
.att_list-style {
	text-indent: -1em;
	margin-top: 10px;
	padding-left: 1em;
}
.att_num-style {
	text-indent: -1.4em;
	margin-top: 10px;
	padding-left: 1.5em;
	counter-reset: number 0;
}
.att_num-style > li::before {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}
.att_small-unit {
	margin: 10px auto;
}
.att_list-style .att_small-unit {
	text-indent: 0;
}
.att_list-style li > .att_list-style,
.att_list-style li > .att_num-style,
.att_num-style li > .att_list-style,
.att_num-style li > .att_num-style,
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-top: 0;
	margin-bottom: 10px;
}
.att_list-style li > .att_num-style,
.att_num-style li > .att_num-style {
	transform: translateX(-0.2em);
}
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-left: 0.5em;
}
.att_item_fwb {
	font-weight: bold;
}
.att_item_ftem {
	color: #f50028;
	font-weight: bold;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	.ly-block {
		width: calc(100% - 30px);
		margin-top: 30px;
	}
	.ly-block_inner {
		width: calc(100% - 30px);
	}
	.ly-block-band .ly-block_inner {
		margin: 40px auto;
	}
	/*font*/
	.fc-red {
		color: #f50028;
		line-height: 1.6;
		text-align: left;
	}
	/*block*/
	.ly-board {
		width: 100%;
		padding: 0 15px;
	}
	.ly-board + .ly-board {
		margin-top: 20px;
	}
	.btn-block {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2402/img/entry_bg_sp.png);
		background-size: contain;
	}
	.btn-block_inner {
		width: calc(100% - 60px);
	}
	.btn-block-step .btn-block_inner {
		margin-bottom: 20%;
	}
	.btn-block-last .btn-block_inner {
		margin-bottom: 15%;
	}
	.btn-block-last_lead {
		margin: 23px auto 18px;
		font-size: 15px;
	}
	.btn-block-last {
		margin: 40px auto;
		width: calc(100% - 30px);
	}
	.balloon {
		border-radius: 4px;
		width: 100%;
		margin-bottom: 11%;
	}
	.em-ttl {
		display: inline-block;
		position: relative;
		font-size: 15px;
	}
	.em-ttl::before, .em-ttl::after {
		height: 18px;
		position: absolute;
		bottom: 0;
	}
	.em-ttl::before {
		left: -1.2em;
	}
	.em-ttl::after {
		right: -1.2em;
	}
	/* ============== btn =================== */
	.btn {
		margin: 10px auto;
		border-radius: 4px;
		background-position: center right 10px;
	}
	#contents .btn.btn-ankt {
		font-size: 12px;
		padding-right: 10px;
	}
	#contents .ly-board .btn {
		margin: 2rem auto 1rem;
	}
	.btn_wrap {
		width: calc(100% - 90px);
		margin: 11% auto;
	}
	.btn_att {
		margin-top: 10px;
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
	}
	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top_lead p {
		margin: 26px auto;
		font-size: 14px;
	}
	/* ============== step =================== */
	/*sec*/
	.sec {
		margin: 40px auto;
	}
	.end_txt + .sec {
		margin-top: 20px;
	}
	.sec_ttl {
		font-size: 20px;
	}
	.step {
		margin-top: 34px;
	}
	.step_item-01 .sec_main {
		margin-bottom: 28px;
	}
	.step_list {
		margin-top: 22px;
	}
	.step_item + .step_item {
		margin-top: 45px;
	}
	.step_item-02 {
		padding: 10px 14px;
		background-position-y: 8px;
	}
	.step_item-03 {
		padding: 0 14px;
	}
	.step_item-01::before,
	.step_item-02::before {
		bottom: -13px;
		border-width: 13px 13px 0;
	}
	.step_item-01::after,
	.step_item-02::after {
		bottom: -12px;
		border-width: 12px 12px 0;
	}
	.step_icon {
		font-size: 14px;
		border-width: 1px;
		width: 80px;
		height: 30px;
		top: -16px;
	}
	.step_lead {
		font-size: 15px;
		margin-bottom: 18px;
	}
	.step_lead + p {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.step_item-02 .btn {
		margin: 6% auto;
		width: 90%;
	}
	.store {
		margin-top: 22px;
		padding-top: 20px;
		position: relative;
	}
	.store::before {
		position: absolute;
		top: 0;
		left: -10%;
		content: "";
		border-top: 1px solid #dad5d1;
		padding-top: 20px;
		display: block;
		width: 120%;
	}
	.store_ttl {
		font-weight: bold;
		text-align: center;
	}
	.store_btn {
		display: block;
		width: 60%;
		margin: 13px auto;
	}
	/*research*/
	.research_lead {
		margin-top: 16px;
	}
	.research_list {
		max-width: 100%;
		margin: 8% auto 5%;
	}
	.research_item {
		width: calc((100% - 30px)/3);
	}
	.research_item + .research_item {
		margin-left: 15px;
	}
	.research_balloon {
		height: 42px;
		font-size: 1.1rem;
		line-height: 1.2;
	}
	.research_img {
		width: 100%;
		height: auto;
		margin-bottom: -1px;
	}
	/*app*/
	.app-logo {
		margin-bottom: 20px;
	}
	.app_block {
		flex-direction: column;
		margin-bottom: 26px;
	}
	.app_block_img {
		width: 100%;
		flex: none;
	}
	.app_block_txt {
		margin-left: 0;
		margin-top: 15px;
		width: 100%;
	}
	.app_block_txt .btn {
		margin: 24px auto 5px;
	}
	.app_block_link {
		text-align: center;
	}
	.site {
		margin-bottom: 26px;
	}
	/*ankt*/
	.ankt {
		margin-top: 30px;
	}
	.ankt_pic {
		margin: 36px auto;
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2402/img/step3_questionary_sp.png) 0 0/contain no-repeat;
		padding-top: 293px;
		width: 313px;
	}
	/* ============== plus =================== */
	.sec.plus {
		background-color: #e1f5e2;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2402/img/garland_left.png),url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2402/img/garland_right.png);
		background-position: left top, right top;
		background-size: 120px auto;
		background-repeat: no-repeat, no-repeat;
		margin-bottom: 0;
	}
	.plus_inner {
		padding-top: 50px;
		width: calc(100% - 30px);
		background: none;
	}
	.plus_main {
		padding: 0;
	}
	.plus .sec_ttl {
		margin-bottom: 20px;
	}
	.icon_plus {
		width: 75px;
		height: 75px;
		margin-right: 6px;
	}
	.plus_ttl {
		text-align: left;
	}
	.plus_ttl-sub {
		font-size: 14px;
	}
	.plus_ttl-main {
		font-size: 21px;
	}
	.plus_main .em-ttl {
		font-size: 15px;
		margin: 0 auto;
	}
	.plus_list {
		flex-direction: column;
		margin-top: 12px;
	}
	.plus_capture {
		flex: none;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.plus_capture img {
		max-width: 226px;
	}
	.plus-app {
		margin-left: 0;
	}
	.plus-btn {
		margin: 20px auto 10px;
		width: calc(100% - 50px);
	}
	.plus_att .att_list-style {
		width: calc(100% - 30px);
		margin: 12px auto;
	}
	/* ============== camp-ankt=================== */
	.sec.camp-ankt {
		padding: 0 15px;
		margin-top: 0;
	}
	.camp-ankt .fc-red {
		width: 80%;
		margin: auto;
	}
	.camp-ankt_unit {
		width: 100%;
		padding: 0 14px;
		margin: 20px auto;
	}
	.camp-ankt_unit + .camp-ankt_unit {
		margin-bottom: 40px;
	}
	.camp-ankt .sec_ttl {
		margin: 36px auto 8px;
	}
	.web-icon {
		margin-bottom: 20px;
		width: 144px;
		padding-top: 45px;
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2402/img/pontaWeb_title_sp.png) 0 0/contain no-repeat;
	}
	.site_list {
		flex-direction: column;
		margin-bottom: 10px;
	}
	.site_item {
		width: 100%;
	}
	.site_item:first-of-type .btn {
		padding-right: 15px;
	}
	.site_item:last-of-type {
		margin-top: 24px;
	}
	.site_ttl {
		margin-bottom: 18px;
	}
	.site_pic {
		max-width: 260px;
		margin: auto;
	}
	.site_note + .btn {
		margin-top: 23px;
	}
	/* ============== att =================== */
	.att {
		margin: 40px auto;
	}
	.att_list {
		width: calc(100% - 54px);
		margin: 30px auto;
	}
	.att_item_ttl{
		margin-bottom: 10px;
		padding-left: 1.5em;
	}
	.att_item_inner p, .att_list-style {
		margin-top: 5px;
	}
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 530px) {
	.step_item-02 {
		background-position-y: 20px;
	}
}