@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 #FF9123;
	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: #FFFFD6;
	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: #FFFFD6;
	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_2410/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_2410/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: 12%;
        height: 22em;
        background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/ponta_pc.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        position: absolute;
        right: 3%;
        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 {
		content: "";
        display: block;
        width: 12%;
        height: 22em;
		margin-right:-1em;
	}
	.btn-block-last .btn-block_inner {
		margin-bottom: 80px;
	}
	.btn-block-last .btn-block_inner::before {
		bottom: -76px;
	}
}
/*font*/
#contents a.link-ext {
	color: #505050;
	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_2410/img/link_icon.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_2410/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;
	font-weight: bold;
}
.fc-org {
	color: #ff9123;
	font-weight: bold;
}
.fc-pnk {
	color: #ff315d;
	font-weight: bold;
}
.fc-bold {
	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_2410/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 #F1363F;
	background: #fff url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/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: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/mv_pc_bg.png) center top / contain repeat-x;
	background-color: #FA921F;
}

/* ============== step =================== */
/*sec*/
.sec_ttl {
	font-size: 30px;
}

.sec_ttl::before {
	content: "";
	display: inline-block;
    vertical-align: middle;
    width: 88px;
    height: 25px;
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/arrow.png) no-repeat;
    margin-right: 40px;
}
.sec_ttl::after {
	content: "";
	display: inline-block;
    vertical-align: middle;
    width: 88px;
    height: 25px;
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/arrow.png) no-repeat;
    margin-left: 40px;
}

.step_list {
	margin-top: 70px;
}
.step_item {
	position: relative;
	padding: 10px 0;
}
.step_item + .step_item {
	margin-top: 50px;
}

.step_item-02 {
	position: relative;
	padding: 10px 0;
}
.step_item-02 + .step_item {
	margin-top: 55px;
}

.step_item-01::before,
.step_item-01::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: #F1363F transparent transparent;
	border-width: 17px 17px 0;
}
.step_item-01::after {
	bottom: -17px;
	border-color: #F1363F transparent transparent;
	border-width: 17px 17px 0px;
}
.step_item-02::before {
	bottom: -18px;
	border-color: #F1363F transparent transparent;
	border-width: 17px 17px 1px;
}
.step_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #FF9123;
	background-color: #FEE9D2;
	border: 1px solid #FF9123;
	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: 30px 10px 30px;
}

.step_lead {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
.step_bk {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/login_bg_pc.png) center bottom/cover no-repeat;
	background-size: 100%;
	background-position-y: bottom;
	padding-top: 40px;
	margin-top: 55px;
}

.step_bk .step_lead {
	margin-top: -30px;
}

/* ============== entry =================== */

.entry {
	margin: 45px auto;
}
.entry .btn {
	width: 78%;
	margin: auto;
}
	.btn_att_end {
		margin-top: 18px;
		color: #999;
		font-size: 12px;
		padding-bottom: 3em
	}

/* ============== research=================== */
.research {
	margin: 0 auto 50px 0;
}
.research_lead {
	font-size: 19px;
    font-weight: bold;
    margin: 6px auto 10px;
	width: 70%;
}
.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: 60%;
	margin: auto;
}
.app_block {
	max-width: 830px;
	margin: 2em auto;
	display: flex;
	align-items: self-start;
}
.app_block.app_bc {
	margin: 0 auto;
}
.app_block.app_bc .app_block_txt{
	width: 100%;
	padding: 0 10px;
}
.app_block.app_bc .app_block_txt .app-logo{
	width: 70%;
}


.app_block_img {
	flex: 0 0 48%;
	border-bottom: 2px solid #000;
}
.app_block_img img {
	max-width: 235px;
	width: 100%;
}
.app_block_txt {
	text-align: left;
    width: 90%;
}
.app_block.acd_innder .app_block_txt{
	padding: 0 0 0 30px;
}
.bottom{
	margin-bottom: 15px;
}
.app_block_code {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.app_bc .app_block_code{
	padding: 30px 0;
}
.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_code-txt .app_block_link{
	margin: 20px 0 0;
}
.app_block_link {
	text-align: right;
}
.app_block.acd_innder .app_block_txt .app_block_link{
	margin: 30px 0 0;
}
.ankt_pic {
	margin: 30px auto 44px;
}
.app_dw {
	margin-left: 2em;
	display: flex;
}
/* ============== plus =================== */
.sec.plus {
	margin-top: 40px;
}
.plus_inner {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: auto;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/sakura_l_pc.png),url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/sakura_r_pc.png);
	background-position: left top, right top;
	background-size: auto;
	background-repeat: no-repeat, no-repeat;
}
.plus_main {
	background-color: #e3f9ec;
	border-radius: 8px;
	padding: 0 20px;
	overflow: hidden;
}
.plus .sec_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.icon_plus {
	width: 120px;
	height: 120px;
	margin-right: 10px;
}
.plus_ttl {
	text-align: left;
}
.plus_ttl-sub {
	font-size: 24px;
}
.plus_ttl-main {
	color: #F1363F;
	font-size: 36px;
	margin-left: 25px;
}
.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: #FFFFD6;
}*/
.camp-ankt_unit {
	background-color: #fff;
	max-width: 970px;
	width: calc(100% - 60px);
	margin: 20px auto 30px;
	border-radius: 8px;
	overflow: hidden;
	padding: 0 20px;
}
.camp-ankt .sec_ttl {
	margin: 35px auto 15px;
}
.camp-ankt .app_block_code {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #555055;
	padding-top: 20px;
}
.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: 30px 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: #FF9123;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}
.att_item_inner p {
	margin-top: 5px;
}
.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-bottom: 10px;
/*	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;
}

/*accordion*/
.camp-att {
    width: calc(100% - 60px);
    max-width: 970px;
    margin: 0 auto;
}
.spare-att.ly-board + .camp-att{
	margin: 50px auto 40px;
}

input[type="checkbox"].acd-check {
    display: none;
}

.acd-label {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: min(15vw, 24px);
    font-weight: bold;
    line-height: 1.4;
    color: #111;
    background-color: #ffe3c7;
    border: 2px solid #ff9123;
    border-radius: 8px;

}

.acd-label::after {
    content: "";
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/acd_open.png) top center/contain no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 45px;
    height: 45px;
    z-index: 2;
}

.acd-check:checked+.acd-label {
    border-radius: 10px 10px 0 0;
}

.acd-check:checked+.acd-label::after {
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/acd_close.png);
}

.acd-center{
	text-align: center;
	font-size: 16px;
}

.acd-content {
    border-radius: 0 0 10px 10px;
    border-top: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0 auto;
    padding: 0 40px;
    background-color: #fff;
    overflow: hidden;
}

.acd-check:checked~.acd-content {
    height: auto;
    padding: 10px 0;
    opacity: 1;
    visibility: visible;
    border: 2px solid #ff9123;
    border-top: 0;
}

.acd-content.acd-check1 p{
	padding: 35px 40px;
	font-size: 24px;
	font-weight: bold;
}

.acd-content_lead {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.acd-content_box {
    margin-bottom: 40px;
}
.acd-content .sec {
		margin: 30px auto 50px;
	}
	.acd-content .sec.camp-ankt{
		margin: 30px auto 20px;
	}

.acd-content .sec .camp-ankt_unit > p{
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 30px;
}

.acd_provisional_img {
    max-width: 292px;
    margin: 0 auto;
    padding: 40px 0 20px;
    position: relative;
    text-align: center;
    border-radius: 8px;
    z-index: 2;
}

.acd-content .app-logo {
	width: 190px;
}

.acd-content_list > li + li {
    margin-top: 45px;
}

.acd-content .camp-ankt_unit{
	margin: 0;
	padding: 0 30px;
	width: 100%;
}

.acd_xp {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ff9123;
}

.acd_choice {
    margin-bottom: 35px;
}

.acd_choice .note-txt {
    padding: 0;
}

.acd_choice_list {
    padding-left: 24px;
    text-indent: -24px;
}

.acd_choice_list li + li {
    margin-top: 35px;
}

.acd_choice_list dl {
    margin: 40px 0 40px 24px;
}

.acd_choice_list dt {
    margin-bottom: 6px;
}

.acd_choice_list dd:not(:last-child) {
    margin-bottom: 15px;
}

.acd_choice_list dd {
    margin-left: 0;
    text-indent: -10px;
}

.acd_list-01_img,
.acd_list-03_img {
    max-width: 670px;
    margin: 0 auto;
}

.acd_list-02_img {
    margin: 0 auto 20px;
    max-width: 400px;
    width: 71%;
}

.acd_list-03_img {
    margin-bottom: 40px;
}

.acd_att {
    text-align: center;
}

#acd_main {
    margin: 0 auto;
}
.acd_main1{
	margin: auto;
}

/*=================spare================================*/
.spare_time{
	margin: auto;
}
.spare_img {
	max-width: 90%;
    padding-left: 2em;
}
.spare_main{
	color: #000;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}

.spare_line-txt {
	display: inline;
	background: linear-gradient(transparent 60%, #FAD219 0%);
	padding: 0 5px;
}
.spare_time dl{
    width: 61%;
	max-width: fit-content;
    text-align: left;
	margin: auto;
	font-size: 20px;
	font-weight: bold;
}
.spare_time dd{
    text-align: left;
	margin: 1em auto;
	font-size: 18px;
}

.spare_unit {
    max-width: 970px;
    width: calc(100% - 60px);
    margin: 2em auto;
    border-radius: 8px;
    overflow: hidden;
    padding: 0 20px;
}
.spare_block {
		flex-direction: column;
		margin-bottom: 5px;
	}
	.spare_block_img {
		width: 100%;
		flex: none;
	}
	.spare_block_txt {
		margin-left: 0;
		margin-top: 15px;
		width: 100%;
	}
	.spare_block_txt .btn {
		margin: 24px auto 5px;
	}
	.spare_block_link {
		text-align: center;
	}
	.spare_block_link .note-txt{
	text-align: left;
    padding: 1em;
	}
.spare_block_code {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	max-width: inherit;
}
.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;
}
	.site {
		margin-bottom: 26px;
	}

/* ============== incentive =================== */
	
	.incentive {
		margin-top: 34px;
	}
	.incentive .btn {
		width: 78%;
		margin: 1.2em auto 1.2em;
	}

/* ============== lawson =================== */
.lowson {
	color: #303030;
	margin: 0px auto 30px;
	max-width: 970px;
    width: calc(100% - 60px);
	background-color: #e0eefb;
	border-radius: 8px;
	font-family: "Hiragino Kaku Gothic Std","Hiragino Sans","sans-serif";
/*	padding: 0 20px;*/
	overflow: hidden;
}	
.lowson h2 {
	margin: 0 auto;
	text-align: center;
}

.lowson .lowson_ttl {
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.icon_lowson {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-left: -80px;
}
.icon_lowson img{
    margin-top: 15px;
    margin-bottom: -15px;
}

.lowson_ttl-sub {
	font-size: 16px;
}
.lowson_ttl-sub2 {
	font-size: 16px;
	margin: 1em auto;
	font-weight: bold;
}
.lowson_ttl-sub2 img{
width: 8%;
}
.lowson_ttl-main {
    color: #ff315d;
    font-size: 23px;
    text-align: center;
}
.lowson_ttl-main2 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}
.lowson_main .em-ttl {
	font-size: 20px;
	margin: 40px auto 0;
}
.lowson_list {
	margin-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lowson_capture {
	flex: 0 0 400px;
	border-bottom: 2px solid #000;
}
.lowson_capture img {
	max-width: 232px;
}
.lowson-app {
	margin-left: 50px;
}
.lowson-code {
    width: calc(100% - 140px);
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    padding: 1em;
}
.lowson-code_lead {
	margin-bottom: 15px;
}
.lowson-code_pic {
	margin-bottom: 25px;
	font-size: 16px;
}
.lowson-code_pic .note-txt {
        font-size: 14px;
        line-height: 2;
        font-weight: normal;
        color: #999;
}
.note-txt-bk{
		color: #000000;
}
#contents .note-txt-bk a {
		color: #000000;
}
.lowson_att {
	background-color: #fff;
	border-radius: 8px;
	max-width: 820px;
	margin: 20px auto 40px;
	overflow: hidden;
}
.lowson_att-txt {
	max-width: 880px;
	margin: 20px auto 30px;
	overflow: hidden;
	text-align: left;
	font-size: 10px;
}
.lowson_att-txt li {
    font-size: 11px;
/*    letter-spacing: -0.8px;*/
}
.lowson_att .att_list-style {
	width: calc(100% - 120px);
	margin: 15px auto;
	text-align: left;
}

.lowson dt {
    margin: 18px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    height: 50px;
    background-color: #1f5fa8;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.lowson dd {
	color: #1f5fa8;
	font-weight: bold;
	font-size: 20px;
}
.lowson dd p {
    color: #303030;
    font-size: 16px;
    font-weight: 500;
}
.lowson .loson-bg {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 0 2em;
	padding-bottom: 20px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/lowson_ponta.png),url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/lowson_store.png);
	background-position: left bottom, right bottom;
	background-size: 16%;
	background-repeat: no-repeat, no-repeat;
}
.lowson-txt-bold {
	font-weight: bold;
	padding-bottom: 10px;
	color: #F1363F;
	font-size: 15px;
}

/* コンテンツ（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: 40px;
	}
	.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 5px;
	}
	.ly-board + .ly-board {
		margin-top: 20px;
	}
	.ly-board-sp{
		padding: 5px;
		width: auto;
		margin: 0 -1em;

	}
	.btn-block {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/entry_bg_sp.png);
		background-size: contain;
	}
	.btn-block_inner {
		/*width: calc(100% - 50px);
		margin: 0 auto;*/
	}
	.btn-block_inner::before {
                content: "";
        display: block;
        width: 16%;
        height: 24em;
        background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/ponta_pc.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        position: absolute;
        right: 1%;
        z-index: 3;
    }
	.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;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		height: 45px;
		margin: 0 auto 3.5%;
		background-color: #fff;
		border: 1px solid #555055;
		/*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: 4px;
	}
	.em-ttl::before {
		left: -1em;
	}
	.em-ttl::after {
		right: -1em;
	}
	/* ============== 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 {
		text-align: left;
		text-indent: -1em;
		padding: 0 0 0 1em;
        margin: 18px auto 0;
	}
	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top_lead p {
		margin: 26px auto;
		font-size: 14px;
	}
	/* ============== step =================== */
	/*sec*/
	.sec {
		margin: auto;
	}
	.sec_main {
	margin: 28px;
}
	.end_txt + .sec {
		margin-top: 20px;
	}
	.sec_ttl {
		font-size: 15px;
	}
	
	.sec_ttl::before {
	content: "";
	display: inline-block;
    vertical-align: middle;
    width: 3em;
    height: 1em;
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/arrow.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
}
	.sec_ttl::after {
	content: "";
	display: inline-block;
    vertical-align: middle;
    width: 3em;
    height: 1em;
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/arrow.png) no-repeat;
    background-size: contain;
    margin-left: 10px;
}
	
	.step {
		margin-top: 34px;
	}
	.step_item {
		padding: 0;
	}
	.step_item-01 .sec_main {
		margin-bottom: 28px;
		padding: 0 2em;
	}
	.step_list {
		margin-top: 22px;
	}
	.step_item + .step_item {
		margin-top: 45px;
	}
	.step_item-02 {
		background-position-y: 8px;
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/login_bg_sp.png) center bottom/cover no-repeat;
		background-size: 100%;
	}
	.step_item-03 {
		padding: 0 14px;
	}
	.step_item-02 + .step_item {
		margin-top: 30px;
	}
	.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: 20px;
	}
	.step_lead + p {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.step_item-02 .btn {
		margin: 30px auto 25px;
		width: 100%;
	}
	#step3 .ly-board{
		width: calc(100% + 30px);
		margin: 30px -15px 0;
		padding: 0;
	}
	#step3 .ly-board .app_block_txt{
		padding: 20px;
		margin-top: 0;
	}
	#step3 .ly-board .app_block_txt .note-txt{
		padding: 0 0 0 1em;
		margin-top: 20px;
	}
	.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;
		max-width: 158px;
		margin: 15px auto;
		text-align: center;
	}
	#contents a.balloon {
		font-size: 12px;
	}
/* ============== entry =================== */
	
	.entry {
	margin: 1em auto;
    padding: 1em 0.2em 1em 0.2em;
}
	
	.entry .btn {
	width: 78%;
	margin: auto;
}

	.entry .btn_att {
        width: 78%;
		padding: 0 0 0 1em;
        margin: 18px auto 0;
    }
    .btn_att_end {
        text-align: left;
        text-indent: -1em;
        width: 78%;
        padding: 0px 1em 0;
        margin: 18px auto 0;
    }
	
	/*research*/
	.research{
		margin: 0 0 35px 0;
	}
	.research_lead {
		margin: 5px 0 25px;
		font-size: 14px;
		width: 100%;
	}
	.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;
	}
	.app_block_link .note-txt{
        text-align: left;
        padding: 1em;
        width: 100%;
        max-width: fit-content;
        margin: auto;
    }
	.app_bc{
		margin: 10px auto;
	}
	.site {
		margin-bottom: 26px;
	}
	/*ankt*/
	.ankt {
		margin-top: 30px;
	}
	.ankt_pic {
		margin: 36px auto;
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/step3_questionary_sp.png) 0 0/contain no-repeat;
		padding-top: 293px;
		width: 313px;
	}
	/* ============== plus =================== */
	.sec.plus {
		background-color: #e3f9ec;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/sakura_l_sp.png),url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/sakura_r_sp.png);
		background-position: left top, right top;
		background-size: 115px auto;
		background-repeat: no-repeat, no-repeat;
		margin-top: 0;
		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: 89px;
		height: 92px;
		margin-right: 6px;
	}
	.plus_ttl {
		text-align: center;
	}
	.plus_ttl-sub {
		font-size: 16px;
	}
	.plus_ttl-main {
		font-size: 22px;
		margin-left: 0;
	}
	.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 3px;
		margin: 10px 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_2410/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: 30px auto 0;
	}
	.att_list {
		width: calc(100% - 54px);
		margin: 30px auto;
	}
	.att_item_ttl{
		margin-bottom: 10px;
		padding-left: 1.5em;
	}
    .att_item_inner .lowson-code_pic p {
        margin-top: 2px;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: -1px;
    }
	/*accordion*/
    .camp-att {
        width: 100%;
    }
	
    .acd-label {
        height: 50px;
        font-size: 12px;
        border-width: 1px;
    }

	.acd-label::after {
		right: 10px;
		width: 22px;
		height: 22px;
	}
	.acd-label01 {
        height: 40px;
    }
    .acd-check:checked~.acd-content {
        padding: 10px;
        border-width: 1px;
    }

    .acd-content_box {
        margin-bottom: 27px;
    }

    .acd_provisional_img {
        padding: 25px 0 12.5px;
        width: 100%;
        border-bottom: none;
        max-width: 255px;
    }

    .acd_provisional_img::before {
        display: none;
    }

    .acd-content_list {
        padding: 0 15px;
        letter-spacing: -0.5px;
    }

    .acd-content_list > li + li {
        margin-top: 32px;
    }
	
	.acd-content .app-logo {
		width: 80%;
		margin: 30px auto;
	}

	.acd-content .sec {
	margin: auto;
	}
	
	.acd-content .note-txt {
		font-size: 12px;
		line-height: 1.6;
		font-weight: normal;
		color: #999;
		text-indent: -1em;
		padding-left: 1em;
}
    .acd_xp {
        font-size: 18px;
        margin-bottom: 21px;
    }
	.acd-center{
        text-align: center;
        font-size: 10px;
        font-weight: bold;
}
.acd-content.acd-check1 .acd-center{
	padding: 0 5px;
	font-size: 10px;
	font-weight: bold;
}

    .acd_choice {
        margin-bottom: 17px;
    }

    .acd_list-03_choice {
        text-align: left;
    }

    .acd_choice_list > li + li {
        margin-top: 15px;
    }

    .acd_choice_list dl {
        margin: 15px 0 20px 15px;
        text-indent: -15px;
        letter-spacing: -1px;
    }

    .acd_step1-3_choice dt {
        padding-left: 24px;
        text-indent: -24px;
    }
    .acd_choice_list dd {
        text-indent: -9px;
        margin-left: 0;
    }

    .acd_step1-3_choice {
        margin-bottom: 30px;
    }

    .acd_list-01_img,
    .acd_list-02_img,
    .acd_list-03_img {
        max-width: 255px;
        width: 100%;
    }

    .acd_list-02_img {
        margin-bottom: 20px;
    }
    .acd_list-03_img {
        margin-bottom: 20px;
    }
	
	#acd_main {
    margin: 0 auto;
    padding: 0 3%;
	}
	
	.acd_main1{
		margin: auto;
		width: 100%;
	}
	.acd-content .camp-ankt_unit .sec.camp-ankt{
		margin: 0;
		padding: 0;
	}
	.acd_main1.cam-ank-acd .acd-content{
		padding: 0;
	}
	.acd_main1.cam-ank-acd .acd-content .camp-ankt_unit{
		padding: 0;
	}
	.acd_main1.cam-ank-acd .acd-content > .camp-ankt_unit{
		padding: 20px 15px;
	}
	.acd_main1.cam-ank-acd .acd-content .camp-ankt_unit .sec.camp-ankt .camp-ankt_unit > p{
		font-size: 12px;
		text-align: left;
	}
	.acd_main1.cam-ank-acd .acd-content .camp-ankt_unit .sec.camp-ankt .camp-ankt_unit .app_block{
		margin: 0;
	}
	.acd_main1.cam-ank-acd .acd-content .camp-ankt_unit .sec.camp-ankt .camp-ankt_unit .app_block_txt{
		padding: 0;
	}
	.acd_main1.cam-ank-acd .acd-content .camp-ankt_unit .sec.camp-ankt .camp-ankt_unit .app_block_txt .btn{
		margin: 20px auto 10px;
	}
	/* ============== incentive =================== */
	
	.incentive {
		margin-top: 35px;
		padding: 0;
	}
	.incentive .ly-block{
		margin-top: 25px;
	}
	.incentive .btn {
		width: 78%;
		margin: 1.2em auto 1.2em;
	}
	.step_bk {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/login_bg_sp.png) center bottom/cover no-repeat;
	background-size: 100%;
	background-position-y: bottom;
	padding-top: 40px;
	margin-top: 30px;
}

/*	.step_bk .step_lead {
	margin-top: auto;
}
	*/	
/* ============== lawson =================== */
.lowson {
	color: #303030;
	margin: 0px auto 30px;
	max-width: 970px;
    width: calc(100% - 20px);
	background-color: #e0eefb;
	border-radius: 8px;
	font-family: "Hiragino Kaku Gothic Std","Hiragino Sans","sans-serif";
/*	padding: 0 20px;*/
	overflow: hidden;
}	
.lowson h2 {
	margin: 0 auto;
	text-align: center;
}
.lowson_inner {
	margin: 20px auto;

}
.lowson .lowson_ttl {
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin: 5px auto 5px;
}
.icon_lowson {
     width: 60px;
     height: 100px;
     display: block;
     position: absolute;
	margin-left: -5px;
}
.icon_lowson img{
    margin-top: 0;
    margin-bottom: 0;
}

 .lowson_ttl-sub {
     font-size: 13px;
     width: 100%;
     display: flex;
     padding-left: 56px;
     margin: 6px auto;
     letter-spacing: -1px;
}
    .lowson_ttl-sub2 {
        font-size: 14px;
        font-weight: bold;
        margin: auto;
		line-height: 1.5;
    }
.lowson_ttl-sub2 img{
	width: 15%;
	margin: 1em;
}
.lowson_ttl-main {
    color: #ff315d;
    font-size: 22px;
    text-align: left;
    width: 100%;
    display: flex;
    padding-left: 56px;
}
    .lowson_ttl-main2 {
        font-size: 21px;
        text-align: center;
        font-weight: bold;
        line-height: 1.4em;
        letter-spacing: -1px;
    }

.lowson_main .em-ttl {
	font-size: 20px;
	margin: 40px auto 0;
}
.lowson_list {
	margin-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lowson_capture {
	flex: 0 0 400px;
	border-bottom: 2px solid #000;
}
.lowson_capture img {
	max-width: 232px;
}
.lowson-app {
	margin-left: 50px;
}
 .lowson-code {
     width: auto;
     background: #fff;
     border-radius: 8px;
     margin: 0 auto;
     padding: 1em 0.5em 2em 0.5em;
}
.lowson-code_lead {
	margin-bottom: 15px;
}
.lowson-code_pic {
	margin-bottom: 15px;
	font-size: 16px;
}
.lowson_att {
	background-color: #fff;
	border-radius: 8px;
	max-width: 820px;
	margin: 20px auto 40px;
	overflow: hidden;
}
.lowson_att-txt {
	max-width: 820px;
	margin: 20px 10px 30px;
	overflow: hidden;
	text-align: left;
	font-size: 10px;
}
.lowson_att-txt li {
	font-size: 11px;
	letter-spacing: 0.8px;
}
.lowson_att .att_list-style {
	width: calc(100% - 120px);
	margin: 15px auto;
	text-align: left;
}
.lowson dt {
        margin: 5px auto 20px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        height: 40px;
        background-color: #1f5fa8;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
}
.lowson dd {
        color: #1f5fa8;
        font-weight: bold;
        font-size: 13px;
}
.lowson dd p {
	color: #303030;
	font-size: 10px;
}
.lowson .loson-bg {
        width: auto;
        max-width: 970px;
        margin: 0 auto -20px;
        padding-bottom: 10px;
        background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/lowson_ponta.png), url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/lowson_store.png);
        background-position: left bottom, right bottom;
        background-size: 16%;
        background-repeat: no-repeat, no-repeat;
}
	
.lowson-ank .note-txt{
		font-size: 9px !important;
		line-height: 1.6;
		font-weight: normal;
		color: #999;
}
.note-txt-bk {
        font-size: 10px !important;
        line-height: 1.6;
        font-weight: normal;
        color: #000000;
}
.spare_block {
	margin-bottom: 0;
}
.spare-att.ly-board {
	width: calc(100% - 30px);
	padding: 0;
}
.spare_unit {
    width: 100%;
    margin: 0;
	padding: 25px;
	}
.spare_line-txt {
    display: inline;
    background: linear-gradient(transparent 50%, #FAD219 0%);
}
.spare_main {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}
.spare_time dl {
        width: 100%;
        max-width: fit-content;
        text-align: left;
        margin: 15px 0 0;
        font-size: 12px;
		font-weight: bold;
        padding: 0;
	}
.camp-att {
        width: calc(100% - 30px);
}
.spare_time dd {
    text-align: left;
    margin: 15px 0;
    font-size: 12px;
}
.spare_time dl p{
	max-width: 180px;
	margin: 0 auto;
}
.spare-att.ly-board + .camp-att{
	margin: 30px auto;
}
}
@media screen and (min-width: 530px) and (max-width: 850px) {
	.spare_unit{
		width: 100%;
	}
	.spare_block_code {
    display: block;
    justify-content: space-between;
    padding-top: 20px;
    max-width: inherit;
}
.spare_time dl {
    width: 100%;
    max-width: fit-content;
    text-align: left;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
}
	.camp-ankt_unit {
    background-color: #fff;
    max-width: 970px;
    width: 100%;
    margin: 20px auto 30px;
    border-radius: 8px;
    overflow: hidden;
    padding: 0 20px;
}
	.acd-center {
     text-align: center;
     font-size: 14px;
     font-weight: bold;
}
	

	/* ============== lawson =================== */
.lowson {
	color: #303030;
	margin: 0px auto 30px;
	max-width: 970px;
    width: calc(100% - 20px);
	background-color: #e0eefb;
	border-radius: 8px;
	font-family: "Hiragino Kaku Gothic Std","Hiragino Sans","sans-serif";
/*	padding: 0 20px;*/
	overflow: hidden;
}	
.lowson h2 {
	margin: 0 auto;
	text-align: center;
}
.lowson_inner {
	margin: 20px auto;

}
.lowson .lowson_ttl {
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin: 5px auto 5px;
}
.icon_lowson {
     width: 60px;
     height: 100px;
     display: block;
     position: absolute;
	margin-left: -5px;
}
.icon_lowson img{
    margin-top: 0;
    margin-bottom: 0;
}

 .lowson_ttl-sub {
     font-size: 13px;
     width: 100%;
     display: flex;
     padding-left: 56px;
     margin: 6px auto;
     letter-spacing: -1px;
}
    .lowson_ttl-sub2 {
        font-size: 14px;
        font-weight: bold;
        margin: auto;
    }
.lowson_ttl-sub2 img{
	width: 12%;
	margin: 1em;
}
.lowson_ttl-main {
    color: #ff315d;
    font-size: 22px;
    text-align: left;
    width: 100%;
    display: flex;
    padding-left: 56px;
}
.lowson_ttl-main2 {
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: -1px;
}

.lowson_main .em-ttl {
	font-size: 20px;
	margin: 40px auto 0;
}
.lowson_list {
	margin-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lowson_capture {
	flex: 0 0 400px;
	border-bottom: 2px solid #000;
}
.lowson_capture img {
	max-width: 232px;
}
.lowson-app {
	margin-left: 50px;
}
 .lowson-code {
     width: auto;
     background: #fff;
     border-radius: 8px;
     margin: 0 auto;
     padding: 1em 0.5em 2em 0.5em;
}

.lowson-code_lead {
	margin-bottom: 15px;
}
.lowson-code_pic {
	margin-bottom: 15px;
	font-size: 16px;
}
.lowson_att {
	background-color: #fff;
	border-radius: 8px;
	max-width: 820px;
	margin: 20px auto 40px;
	overflow: hidden;
}
.lowson_att-txt {
	max-width: 820px;
	margin: 20px 10px 30px;
	overflow: hidden;
	text-align: left;
	font-size: 10px;
}
.lowson_att-txt li {
	font-size: 11px;
}
.lowson_att .att_list-style {
	width: calc(100% - 120px);
	margin: 15px auto;
	text-align: left;
}
.lowson dt {
        margin: 5px auto 20px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        height: 40px;
        background-color: #1f5fa8;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
}
.lowson dd {
        color: #1f5fa8;
        font-weight: bold;
        font-size: 13px;
}
.lowson dd p {
	color: #303030;
	font-size: 10px;
}
.lowson .loson-bg {
        width: auto;
        max-width: 970px;
        margin: 0 auto -20px;
        padding-bottom: 10px;
        background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/lowson_ponta.png), url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/lowson_store.png);
        background-position: left bottom, right bottom;
        background-size: 16%;
        background-repeat: no-repeat, no-repeat;
}
	
.lowson-ank .note-txt{
		font-size: 10px !important;
		line-height: 1.6;
		font-weight: normal;
		color: #999;
}
.note-txt-bk {
        font-size: 10px !important;
        line-height: 1.6;
        font-weight: normal;
        color: #000000;
}
}

@media screen and (min-width: 768px) and (max-width: 850px) {
	.step_bk {
		padding-bottom: 30px;
}

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 530px) {
	.step_item-02 {
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2410/img/login_bg_sp.png) center bottom/cover no-repeat;
		background-size: 100%;
		background-position-y: bottom;
	}
}
@media screen and (max-width: 350px) {
    .sec_ttl {
        font-size: 18px;
    }
}