@charset "utf-8";

.view_campaign img {
	width: 100%;
	height: auto;
}

.wrapper {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	background-color: #fff;
}



/*----------------------------
first view area
----------------------------*/
.fv_area {
	margin-bottom: 50px;
}

.fv_area .fv_img {
	position: relative;
}

.fv_area img {
	width: 100%;
	height: auto;
}



.cp_top_bnr_txt,
.cp_bnr_txt {
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	color: #333;
	text-align: center;
	margin: 0 15px 10px 15px;
}

.cp_top_bnr_img {
	margin: 0 15px 34px 15px;
}

.cp_bnr_img {
	margin: 0 15px 26px 15px;
}



.cp_top_contents_txt {
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	color: #333;
	text-align: center;
	margin: 0 15px 12px;
}

.cp_top_contents_img {
	margin: 0 15px 54px 15px;
}



.cp_step_ttl {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #333;
	text-align: left;
	margin: 0 0 17px 0;
	padding: 0 14px 3px 14px;
	border-bottom: 3px solid #54B5B7;
}

.cp_step_list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	margin: 0 14px 40px 14px;
}

.cp_step_list li {
	display: block;
	list-style: none;
	margin: 0 9px 0 0;
	flex-grow: 1;
}

.cp_step_list li:last-child {
	margin-right: 0;
}

.cp_step_list_ttl {
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
	color: #0EB8B8;
	margin: 0 0 3px 0;
}

.cp_step_list_desc {
	font-size: 15px;
	line-height: 150%;
	color: #14173B;
}

.cp_step_list_arrow {
	flex-shrink: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 13px;
	border-color: transparent transparent transparent #0EB8B8;
}



.cp_step_hl {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 0 17px 0;
	padding: 12px 23px;
	background-color: #ECEDFD;
}

.cp_step_hl .num_txt {
	flex-shrink: 0;
	font-weight: bold;
	font-size: 26px;
	line-height: 22px;
	color: #0EB8B8;
	margin: 0 6px 0 0;
}

.cp_step_hl .desc_txt {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #333;
}



.cp_step_contents_area {
	margin: 0 0 46px 0;
}

.cp_step_contents {
	margin: 0 23px;
}

p.cp_step_txt {
	font-size: 15px;
	line-height: 150%;
	color: #14173B;
	margin: 0 0 26px 0;
}



.cp_step_img {
	margin: 0 30px 26px 30px;
}

.cp_step_img:last-child {
	margin-bottom: 46px;
}



.cp_step_box {
	background: #fff;
	border: 1px solid #C1C3CE;
	border-radius: 12px;
	margin: 0 13px 28px 14px;
	padding: 28px 0 34px 0;
}

.cp_step_box p.cp_step_txt {
	margin: 0 13px 19px 13px;
}



.campaign_contents {
	margin: 0 0 91px 0;
}



.view_campaign .dl_link_area {
	margin: 0 0 48px 0;
	padding: 76px 0 82px 0;
	background: url(../img/dl_link_area_bg.png) no-repeat center top;
	background-size: 100% auto;
}

.view_campaign .dl_link_area p.dl_txt_top {
	text-align: center;
	margin-bottom: 17px;
}

.view_campaign .dl_link_area .txt_btm {
	margin: 0 14px 0 13px;
}

.view_campaign .dl_link_area .dl_link_btn {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	/* 	margin: 0 62px 71px 62px; */
	margin: 0 auto 71px auto;
	width: 65%;
	max-width: 400px;
}

.view_campaign .dl_link_area .link_btn_apple {
	display: inline-block;
	text-decoration: none;
	margin-right: 16px;
}

.view_campaign .dl_link_area .link_btn_google {
	display: inline-block;
	text-decoration: none;
}



.cp_btn_list {
	display: block;
	list-style: none;
	padding: 0 11px;
}

.cp_btn_list img {
	width: 100%;
}

.cp_btn_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin: 0 0 18px 0;
}

.cp_btn_list li:last-child {
	margin-bottom: 61px;
}

.cp_btn_list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-decoration: none;
}

.cp_btn_list li.cp_btn_list_txt {
	font-size: 15px;
	line-height: 150%;
	color: #14173B;
	margin: 0 0 10px 0;
}



.cp_step_box_img {
	max-width: 260px;
	margin: 0 auto;
	vertical-align: bottom !important;
}