@charset "utf-8";
#contents {
	background-color: #fff;
	padding: 0;
	color: #333333;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.03em;
}
#contents * {
	box-sizing: border-box;
}
#contents .inner {
	overflow: hidden;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
ul li {
	list-style: none;
}
.display-sps {
	display: none;
}
.display-sp {
	display: none;
}
.display-pc {
	display: block;
}
.center {
	text-align: center;
}
.maT10 {
	margin-top: 10px;
}
.paT10 {
	padding-top: 10px;
}
.end_txt {
	padding: 45px 0 0;
	font-weight: bold;
	color: #FF0004;
	font-size: 180%;
	text-align: center;
}
.u-txt-red {
	color: #ff0000;
}
.u-txt-bold {
	font-weight: bold;
}
.u-txt-center {
	text-align: center;
}
.u-br {
	margin-top: -14px;
}

/*終了対応*/
#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: 110%;
	background-color: rgba(0,0,0,0.7);
	margin: 0 auto;
	z-index: 10;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
}
.btn_close_mt {
	margin: 10px 0;
}
.entry_wrap {
	max-width: 400px;
  margin: 10px auto 0;
}

/* ============== 全体、box =================== */
.content-wrap {
	background: #FFF0FA;
	padding-bottom: 60px;
}
.ly-block {
	width: calc(100% - 30px);
	max-width: 970px;
	text-align: center;
	overflow: hidden;
	margin: 60px auto;
	padding: 55px 40px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 8px;
	border: 2px solid #111;
}
.content_ttl img {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
.note-txt {
	text-align: left;
	color: #999;
	font-size: 14px;
}

/* ============== MV =================== */
.mv_img {
	background-color: #FFF0FA;
}
.mv_term {
	background-color: #DE6887;
	font-size: 0;
	line-height: 1;
	padding: 5px 0;
}
.mv_term img {
	margin: 0 auto;
	width: 43%;
}

/* =================ボタン================== */
.entry {
	margin: 30px auto 0;
}
#contents .btn {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.btn {
	position: relative;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	width: 100%;
	max-width: 340px;
	height: 50px;
	background-color: #FF9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontaweb_login2602/img/arrow.png);
	background-size: 6px;
	background-position: center right 20px;
	background-repeat: no-repeat;
}
.btn_att {
	max-width: 720px;
	margin: 15px auto 0;
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	color: #333;
	text-align: left;
}
.btn_att .u-txt-red {
	font-size: 16px;
	margin-bottom: 10px;
}
.btn_att li span {
	text-decoration: underline;
}
/* 追従ボタン */
#js-fixedcta {
	display: none;
}
.js-fixedcta {
	position: fixed;
	bottom: -1px;
	width: 100%;
	z-index: 999;
	background: rgb(255, 255, 255, 0.95);
	padding: 10px 0;
}
.js-fixedcta .btn-fix {
	margin: 0 auto;
}
.js-fixedcta_inner {
	width: calc(100% - 30px);
	margin: 0 auto;
}

/* =============キャンペーン概要================*/
.overview .content_ttl {
	margin-bottom: 25px;
}
.overview_inner {
	margin-top: 55px;
}
.overview .ly-block  {
	padding: 35px 40px;
}
.overview_lead {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.overview_lead span {
	color: #DE6887;
	font-weight: bold;
}

/* =============参加方法================*/
.step {
	margin-top: 55px;
}
.step .ly-block_inner {
	max-width: 830px;
	width: 100%;
	margin: 0 auto;
}
.step .content_ttl {
	margin-bottom: 55px;
}
.step_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px auto;
}
.step_item {
	width: calc((100% - 20px)/2);
	background: #FFFFD6;
	border-radius: 8px;
	height: 400px;
	border: 2px solid #111;
	position: relative;
}
.step_item_ttl {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 0;
	width: 170px;
	background-color: #DE6887;
	border-radius: 50px;
	letter-spacing: 0.05em;
}
.step_item_wrap {
	padding: 40px 20px;
}
.step_item_wrap h3 {
	font-size: 16px;
	margin-bottom: 25px;
	color: #111;
}
.step_item_img {
	margin: 0 auto 20px;
	max-width: 300px;
	width: 100%;
}
.step_item_txt {
	text-align: left;
	margin: 0 auto 60px;
	max-width: 300px;
	width: 100%;
}
/* アンカーボタン（枠線ボタン） */
.step_btn_anc {
	border-radius: 8px;
	background: #fff;
	max-width: 300px;
	margin: 0 auto;
	border: 2px solid #FF9123;
}
.step_btn_anc a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none!important;
	display: inline-block;
	width: 100%;
	border-radius: 8px;
	width: 100%;
	padding: 10px 0;
	color: #FF9123!important;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontaweb_login2602/img/arrow_b.png);
	background-size: 12px;
	background-position: center right 20px;
	background-repeat: no-repeat;
}
.step_btn_anc a::after {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.step_arrow img {
	margin: 35px auto;
	max-width: 35px;
	width: 100%;
}
.u-txt-red {
	text-align: center;
}
/* キャンペーン参加特典 */
.step_content_box {
	position: relative;
	background: #FFF0FA;
	border: 2px solid #111;
	border-radius: 8px;
	padding: 40px 0;
}
.step_content_box-ribbon {
	position: absolute;
	z-index: 10;
}
.step_content_box-ribbon.step_content_box-ribbon-top {
	top: -6px;
	left: -7px;
	max-width: 245px;
	width: 100%;
}
.step_content_box-ribbon.step_content_box-ribbon-bottom {
	right: -7px;
	bottom: -11px;
	max-width: 175px;
	width: 100%;
}
.step_content_box .step_item_img {
	max-width: 460px;
	margin: 0 auto;
}
.step_content_box .step_item_img:nth-child(3) {
	max-width: 33px;
	margin: 15px auto;
}


/* ================= PontaWeb会員登録とは？ ================= */
.ptweb .ly-block_inner {
	max-width: 830px;
	width: 100%;
	margin: 0 auto;
}
.ptweb .content_ttl {
	margin-bottom: 40px;
}
.ptweb_lead {
	margin-bottom: 40px;
	letter-spacing: 0.01em;
}
.ptweb h3 {
	max-width: 300px;
	width: 100%;
	margin: 0 auto 20px;
}
/* 会員登録するメリット */
.ptweb_list {
	margin: 0 auto 40px;
}
.ptweb_item {
	border-radius: 8px;
	border: 2px solid #333;
	margin: 0 auto 25px;
	background: #FFF0FA;
}
.ptweb_item_inner {
	padding: 25px 20px;
}
.ptweb_item_box {
	position: relative;
}
.ptweb_item_box_img {
	max-width: 140px;
	width: 100%;
}
.ptweb_item_ttl {
	background-color: #DE6887;
	color: #fff;
	border-radius: 6px 6px 0 0;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 0;
	border-bottom: 2px solid #111;
}
.ptweb_item_ttl img {
	vertical-align: middle;
	margin-right: 10px;
	max-width: 90px;
	width: 100%;
}
.ptweb_item_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
.ptweb_item_content .ptweb_item_img {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}
.ptweb_item01 .ptweb_item_inner {
	padding: 20px 20px 30px;
}
.ptweb_item01 .ptweb_item_content {
	max-width: 620px;
	width: 100%;
	margin: 0 auto 30px;
	text-align: left;
}
.ptweb_item01 .ptweb_item_img {
	max-width: 160px;
	width: 100%;
}
/* おすすめリクルートサービス */
.content_subttl-box {
	display: inline-block;
	background: #DE6887;
	border-radius: 50px;
	padding: 3px 40px;
	color: #fff;
	margin-bottom: -14px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -14px;
}
.ptweb_item_box_line {
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin: 15px auto;
}
.ptweb_item_box_list {
	background: #fff;
	border-radius: 8px;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 20px 25px;
}
.ptweb_item_box_txt {
	font-size: 14px;
	text-align: left;
	margin-left: 20px;
}
.ptweb_item_box_list li {
	display: flex;
	align-items: center;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.ptweb_item_txt {
	text-align: left;
}
/* こんなシーンでつかえる！ */
.ptweb_content_box {
	border: 2px solid #111;
	background: #FFF0FA;
	border-radius: 8px;
	padding: 45px 20px;
	max-width: 830px;
	margin: 0 auto;
}
.ptweb_content_box_list {
	display: flex;
	justify-content: space-between;
	margin: 25px auto;
	max-width: 720px;
	width: 100%;
}
.ptweb_content_box_list li {
	background: #FFFFD6;
	border-radius: 8px;
	padding: 20px 15px;
	font-size: 14px;
	margin-right: 15px;
}
.ptweb_content_box_list li:nth-of-type(3) {
	margin-right: 0;
}
.ptweb_content_box_ttl {
	background: #DE6887;
	border-radius: 50px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 15px;
	width: auto;
	display: inline-block;
	margin-bottom: 15px;
}
.ptweb_content_box_img {
	max-width: 190px;
	width: 100%;
	margin: 0 auto;
}
.ptweb_content_box_txt {
	line-height: 1.4;
	letter-spacing: 0.01em;
}

/* ============== att =================== */
.att {
	margin: 60px auto 0;
	text-align: left;
	line-height: 1.7;
	font-size: 14px;
}
.att .ly-block_inner {
	max-width: 830px;
	width: 100%;
	margin: 0 auto;
}
.att .content_ttl {
	text-align: center;
	margin-bottom: 35px;
	color: #111;
}
.att_list.ly-block_inner {
	margin: 45px auto;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding-left: 1.5em;
	line-height: 1.3; 
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	position: absolute;
	background-color: #DE6887;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	left: 0;
	top: 2px;
}
.att_item_img {
	text-align: center;
}
.att_item_inner p {
	margin-top: 10px;
}
.att_item_inner p + p {
	margin-top: 0;
}
.att_item_img img {
	margin: 20px auto;
}
.att_list-style {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em
}
.att_list-style li > ul, .att_list-style li > ol,
.att_list-style .att_small-unit {
	margin-left: 1em;
	margin-bottom: 5px;
}
.att_small-unit {
	margin: 5px auto 10px;
}
.att_small-unit dt {
	font-weight: bold;
}
.att_list-style .att_small-unit {
	text-indent: 0;
}
.att .u-txt-red {
	font-size: 12px;
	text-align: left;
}

/* ================= その他 ====================== */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.fl-l {
	float: left;
}
.fl-r {
	float: right;
}
.mT10 {
	margin-top: 10px;
}
.mT20 {
	margin-top: 20px;
}
.mT25 {
	margin-top: 25px;
}
.mT30 {
	margin-top: 30px;
}
.mL14 {
	margin-left: 14px;
}

/* PC小～SP
========================================================*/
/* 参加特典のリボンあしらい */
@media only screen and (min-width:450px) and (max-width:900px) {
	.step_content_box-ribbon.step_content_box-ribbon-top {
		max-width: 200px;
	}
	.step_content_box-ribbon.step_content_box-ribbon-bottom {
		max-width: 150px;
	}
}
@media only screen and (max-width:630px) {
	.step_content_box-ribbon.step_content_box-ribbon-top {
		max-width: 105px;
		top: -3px;
		left: -3px;
	}
.step_content_box-ribbon.step_content_box-ribbon-bottom {
		right: -4px;
		bottom: -5px;
		max-width: 79px;
	}
}
/* こんなシーンでつかえる！のピンク囲み小見出し */
@media only screen and (min-width:768px) and (max-width:880px) {
	.ptweb_content_box_ttl {
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

/* ================= SP ====================== */
@media screen and (max-width: 767px) {
	#contents {
		font-size: 14px;
	}
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	.display-sps {
		display: none;
	}
	.sec-box {
		width: 94%;
		padding: 6% 4%;
		margin: 5% auto;
	}
	.line_wallet {
		padding: 20px 3%;
		margin-bottom: 8%;
	}
	.step {
		padding-bottom: 0;
	}
	.end_txt {
		margin-top: 30px;
		font-size: 150%;
		padding: 0;
	}
	.u-br {
		margin-top: -8px;
	}
	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}
	#contents .entry .btn_close::after {
		width: 95%;
	}
	
	/* ========== ぱんくず =============== */
	/* パンくずを一行に */
	.breadcrumb {
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: auto;
	}
	.breadcrumb::-webkit-scrollbar {
		display: none;
	}

	/* ========== 全体、box =============== */
	.content-wrap {
		padding-bottom: 30px;
	}
	.ly-block {
		padding: 40px 15px;
		margin: 50px auto 47px;
	}
	.content_ttl img {
		max-width: 305px;
	}

	/* ========== MV ============= */
	.mv_term {
		padding: 0 15px;
	}
	.mv_term img {
		width: 100%;
		height: auto;
	}

	/* =================ボタン================== */
	.btn  {
		width: 85%;
	}
	.btn_att {
		font-size: 12px;
		width: 85%;
	}
	.btn_att .u-txt-red {
		font-size: 14px;
		text-align: center;
		margin-bottom: 10px;
	}
	.btn-fix {
		width: 95%;
	}
	.btn.btn-fix {
	    background-position: center right 15px;
	}

	/* ========= キャンペーン概要 ========== */
	.overview_inner {
		margin-top: 50px;
	}
	.overview .ly-block {
		padding: 25px 15px;
	}
	.overview .ly-block_inner {
		padding: 30px 15px;
	}
	.overview .content_ttl {
		margin-bottom: 20px;
	}
	.overview_lead ul li {
		text-indent: -1.3em;
		padding-left: 1.3em;
	}

	/* ========= キャンペーン参加方法 ========== */
	/* .step_list {
		flex-direction: column;
	} */
	.step .content_ttl {
		margin-bottom: 32px;
	}
	.step_item_wrap {
		padding: 35px 20px 25px;
	}
	.step_item_img {
		margin-bottom: 0;
	}
	.step_item_txt {
		margin-bottom: 30px;
	}
	.step_item {
		height: auto;
		width: 100%;
	}
	.step_item01 {
		margin-bottom: 27px;
	}
	.step_item01 .step_item_txt {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.step_item_wrap h3 {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.step_item_ttl {
		font-size: 12px;
		padding: 3px 40px;
		width: auto;
		display: inline-block;
	}
	.step_item_img {
		max-width: 250px;
		width: 100%;
	}
	.step_item_txt {
		margin-bottom: 0;
		margin-top: 10px;
	}
	/* アンカーボタン（枠線ボタン） */
	.step_btn_anc a {
		width: 100%;
		background-position: center right 15px;
	}

	.step_list {
		margin-bottom: 5px;
		flex-direction: column;
	}
	.u-txt-red {
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
	}
	.step_arrow img {
		margin: 20px auto;
		max-width: 25px;
		width: 100%;
	}
	/* キャンペーン参加特典 */
	.step_content_box {
		padding: 35px 15px;
	}
	.step_content_box .step_item_img {
		max-width: 285px;
		width: 100%;
	}
	.step_content_box .step_item_img:nth-child(3) {
		max-width: 25px;
	}
	
	/* ============= PontaWeb会員登録とは ================*/
	.ptweb .content_ttl {
		margin-bottom: 25px;
	}
	.ptweb_lead {
		text-align: left;
	}
	.ptweb h3 {
		max-width: 245px;
		width: 100%;
		margin-bottom: 15px;
	}
	/* 会員登録するメリット */
	.ptweb_list {
		width: 100%;
		margin: 0 auto 25px;
	}
	.ptweb_item_ttl {
		font-size: 16px;
		line-height: 1.4;
	}
	.ptweb_item_ttl img {
		margin-right: 5px;
		max-width: 100px;
	}
	.ptweb_item_inner {
		padding: 25px 15px;
	}
	.ptweb_item01 .ptweb_item_inner {
		padding: 25px 15px;
	}
	.ptweb_item_content {
		flex-direction: column;
	}
	.ptweb_item03 .ptweb_item_txt {
		letter-spacing: 0.01em;
	} 
	.ptweb_item01 .ptweb_item_img {
		max-width: 285px;
		width: 100%;
		margin: 0 auto;
	}
	/* おすすめリクルートサービス */
	.content_subttl-box {
		font-size: 14px;
		padding: 3px 20px;
		width: 85%;
		display: inline-block;
	}
	.ptweb_item_box_list {
		padding: 32px 15px 25px;
	}
	.ptweb_item_box_list li {
		flex-direction: column;
	}
	.ptweb_item_box_img {
		max-width: 150px;
		width: 100%;
		margin-bottom: 10px;
	}
	.ptweb_item_box_txt {
		margin-left: 0;
	}
	/* こんなシーンでつかえる！ */
	.ptweb_content_box {
		padding: 30px 15px;
	}
	.ptweb_content_box p {
		text-align: left;
	}
	.ptweb_content_box_list {
		margin: 20px auto 5px;
		flex-direction: column;
	}
	.ptweb_content_box_list li {
		width: 100%;
		margin-right: 0;
		padding: 20px 15px;
		margin-bottom: 15px;
	}
	p.ptweb_content_box_txt {
		text-align: center;
	}
	p.ptweb_content_box_img {
		width: 100%;
		max-width: 245px;
		text-align: center;
		margin-top: 5px;
	}
	p.ptweb_content_txt-last {
		text-align: center;
	}	
		
	/* ============== att =================== */
	.att {
		margin: 30px auto 0;
	}
	.att .content_ttl {
		margin-bottom: 25px;
	}
	.att_list.ly-block_inner {
		margin: 30px 20px;
	}
	.att_list {
		width: calc(100% - 40px);
		width: 100%;
	}
	.att_item + .att_item {
		margin-top: 8%;
	}
	.att_item_ttl{
		padding-left: 1.5em;
		margin-bottom: 10px;
	}
	.att_item_inner p, .att_list-style {
		margin-top: 5px;
	}
	.att_list-style.mL14 {
		margin-left: 0;
	}
}	

/* ================= SP ~ SP小以下 ====================== */

@media screen and (max-width: 600px) {
		.overview_lead {
		text-align: left;
	}
}
@media screen and (max-width: 355px) {
	.display-sps {
		display: block;
	}
	.display-sp {
		display: none;
	}
	.display-pc {
		display: none;
	}
	.ptweb_content_box_ttl {
		padding: 3px 10px;
	}
	.ptweb_content_box_list li {
		padding: 20px 12px;
	}
}
@media screen and (max-width: 340px) {
	.step_btn_anc a {
		background-position: center right 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 310px) {
		.step_btn_anc a {
		background-image: none;
		padding-right: initial;
	}
}
@media screen and (max-width: 300px) {
	.content_ttl_pointcard::before, 
	.content_ttl_pointcard::after {
		display: none;
	}
}
@media screen and (max-width: 260px) {
	.pointcard_logo h4::before, 
	.pointcard_logo h4::after {
		display: none;
	}
	.pointcard_logo ul {
		flex-direction: column;
		width: 100%;
	}
	.pointcard_logo li {
		max-width: initial;
	}
	.linemycard_list-sp {
		flex-direction: column;
	}
	.linemycard_list-sp li {
		width: 100%;
	}
}
@media screen and (max-width: 365px) {
	    .ptweb_item_box_list {
        padding: 48px 15px 25px;
    }
}
@media screen and (max-width: 350px) {
	#contents .btn {
		font-size: 14px;
	}
	.btn {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontaweb_login2602/img/arrow.png);
    	background-position: center right 12px;
	}
	.step_content_box-ribbon.step_content_box-ribbon-top {
		width: 90px;
	}
	.step_content_box-ribbon.step_content_box-ribbon-bottom {
		width: 70px;
	}
	.ptweb_item_ttl {
        font-size: 14px;
    }
}
@media screen and (max-width: 310px) {
	.btn {
		background-image: none;
	}
	.step_content_box-ribbon.step_content_box-ribbon-top,
	.step_content_box-ribbon.step_content_box-ribbon-bottom {
		display: none;
	}
}
@media screen and (max-width: 265px) {
	.ptweb_item_box_list {
        padding: 70px 15px 25px;
    }
}