 @charset "utf-8";
/*All device
--------------------------------------------------*/
/* common */
.brdn {
	display: block;
}

img {
    width: auto;
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}

/* main */
main {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

/* mainVisual */
.mainVisual {
	width: 100%;
    margin: 0 auto 1%;
    padding: 0 0 4%;
    background-image: url(/doc/cp/app2505/assets_app2505/images/bg_mainvisual_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

h2 {
    width: 93%;
    margin: 0 0 4%;
}

/* Campaign_button */
.campaignBtnBox {
    width: 67%;
    margin: auto;
}

.campaignBtnBox a:link {	
    text-decoration: none!important;
}

.campaignBtn, .campaignBtn_cpend {
    position: relative;
	display: block;
	padding: 20px 48px 16px 24px;
	border-radius: 4px;
	border-bottom: solid #3d996b;
	border-width:0 0 4px 0;
	color: #FFFFFF !important;
	font-size: 16px;
	font-weight: bold;
	background-color: #47b37d;
}

.campaignBtn::after {
    content: "";
    position: absolute;
	right: 32px;
	top: 52%;
	transform: translateY(-50%) rotate(-45deg);
    width: 10px;
	height: 10px;
    border-color: #ffffff;
	border-style: solid;
	border-width: 0 3px 3px 0;
}

.campaignBtn_cpend {
    padding: 20px 24px 16px;
    background-color: #999999;
    border-bottom: solid #666666;
    border-width: 0 0 4px 0;
    font-size: 14px;
    line-height: 18px;
}

.btntext {
    margin: 2% auto 5%;
    color: #666666;
}


/* DL_button */
.mv_dlbtnTitle {
    width: 40%;
    margin: 0 auto 1%;
}

.mv_dlbtn_spbrowser {
	display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 60%;
    margin: 0 auto;
}

.qr {
    width: 48px;
    height: 48px;
}

.mv_dlbtn_spbrowser .ios,
.mv_dlbtn_spbrowser .googleplay {
	margin: 0 auto;
    padding: 0 4px;
}

.mv_dlbtn_spbrowser a {
	display: block;
}

.mv_dlbtn_spbrowser .ios img {
	width: auto;
    height: auto;
    max-height: 48px;
}

.mv_dlbtn_spbrowser .googleplay img {
	width: auto;
    height: auto;
    max-height: 39px;
}

.mv_dlbtn_pcbrowser {
	display: none!important;
}

.present_sp {
    width: 98%;
    margin: 0 auto;
}

.present_pc {
    display: none;
}


/* flow */
.flow {
    width: 100%;
    padding: 9% 6.4% 16%;
}

h3 {
    width: 100%;
    margin: 0 auto 2%;
}

.flow ul li {
    position: relative;
    margin: 0 0 6.4%;
}

.flow ul li:last-child {
    margin: 0;
}

.flow ul li::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 2px;
    height: 100%;
    margin: 0 auto;
    background-color: #7acca3;
}

.flow ul li:last-child::after {
    display: block;
    left: auto;
    right: -19%;
    top: 88%;
    width: 41%;
    height: 100%;
    background: url(/doc/cp/app2505/assets_app2505/images/bg_campaignflow.png) 0 0/contain no-repeat;
}

.flow ul li .stepTitle {
    position: absolute;
    top: -10%;
    left: -3%;
    width: 15%;
    max-width: 97px;
}

/* DL_button */
.mv_dlbtnTitle {
    width: 301px;
    margin: 0 auto 4px;
}

.flow ul .flow_dlbtn {
    position: absolute;
    right: 4%;
    top: 56%;
    transform: translateY(-50%);
    display: flex;
    width: 35%;
}

.flow ul .flow_dlbtn .ios,
.flow ul .flow_dlbtn .googleplay {
    padding: 0 2px;
}

.flow ul .flow_dlbtn a {
    display: block;
}

.flow ul .flow_dlbtn a img {
	width: 100%;
    vertical-align: middle;
}

/* appDL */
.appDL {
    position: relative;
	width: 100%;
    margin: 0 auto;
    padding: 9.7% 0 2.1%;
    background: url(/doc/cp/app2505/assets_app2505/images/bg_appdl_sp.png) center top/cover no-repeat;
}

h4.h4Sp {
    width: 74%;
    margin: 0 0 5.2% 5.3%;
}

h4.h4Pc {
    display: none;
}

.appDL ul {
    display: flex;
    align-items: center;
    width: 81%;
    margin: 0 auto 3%;
}

.appDL ul li:first-child {
    width: 48%;
}

.appDL ul li:last-child {
    width:52%;
}

/* appDL_button */
.appDL a:hover {
    text-decoration: none;
}

.appDL .appdl_linkSp {
    position: relative;
	display: block;
    width: 96%;
    margin: 0 auto;
	padding: 4%;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background-color: #56b0d6;
}

.appDL .appdl_btn::after {
    content: "";
    position: absolute;
	right: 9%;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
    width: 10px;
	height: 10px;
    border-color: #FFFFFF;
	border-style: solid;
	border-width: 0 3px 3px 0;
}

.appDL .appdl_linkPc {
    display: none;
}


/* キャンペーンについて */
.aboutCampaign {
    width: 100%;
    padding: 9% 6.4% 12%;
    text-align: left;
}

h5 {
    width: 100%;
    margin: 0 auto 3%;
}

.aboutCampaign dl {
	margin: 0 0 4%;
}

.aboutCampaign dl:last-child {
    margin: 0;
}

.aboutCampaign dl dt {
	margin: 0 0 2%;
	font-size: 14px;
	font-weight: bold;
	}

.aboutCampaign dl dd {
	font-size: 12px;
	line-height: 1.8em;
}

.aboutCampaign dl dd strong {
    font-weight: bold;
}

/* table */
table {
	width: 100%;
	margin: 2% 0 4%;
	border-collapse: separate;
	border-spacing: 0;
	border: solid 1px #665555;
	text-align: center;
}

table th {
	padding: 1.6%;
	vertical-align: middle;
	border-bottom: dashed 1px #ccc;
	background-color: #f5f5f5;
	font-weight: bold;
}

table td {
	padding: 1.6%;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
}

/* table_2column */
table th {
	width: 44%;
}

table td {
	width: 44%;
    text-align: right;
}

table th.line {
	width: 56%;
	border-right: dashed 1px #ccc;
}

table td.line {
	width: 56%;
	border-right: dashed 1px #ccc;
	text-align: left;
}

/* table_1column */
table.pc {
    display: none;
}

table.sp th {
	width: 100%;
}

table.sp td {
	width: 100%;
    text-align: center;
}


@media only screen and (min-width:371px) {
.campaignBtn .brdn {
	display: none;
}
}


@media only screen and (max-width:370px) {
.campaignBtn, .campaignBtn_cpend {
    padding: 12px 48px 10px 24px;
    font-size: 14px;
    line-height: 18px;
}

.campaignBtn_cpend {
    padding: 12px 12px 10px;
    font-size: 12px;
}
}


@media only screen and (min-width:768px) {
/*PC only
--------------------------------------------------*/
/* common */
.brdn {
    display: none;
}

/* mainVisual */
.mainVisual {
    margin: 0;
    padding: 0;
    background-image: url(/doc/cp/app2505/assets_app2505/images/bg_mainvisual_pc.png) ,url(/doc/cp/app2505/assets_app2505/images/bg_mainvisualcover_pc.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center center;
    background-size: auto 100%, auto;
}

.mainVisual_Wrap {
    max-width: 1106px;
    margin: 0 auto;
}

h2 {
    width: 728px;
    margin: 0 0 40px;
}

/* Campaign_button */
.campaignBtnBox {
    width: 450px;
}

.campaignBtn, .campaignBtn_cpend {
	padding: 27px 48px 21px;
	font-size: 20px;
    border-width: 0 0 6px 0;
} 

.campaignBtn_cpend {
	padding: 33px 48px 27px;
}

.campaignBtnBox a:hover .campaignBtn {
	opacity: 0.7
}

.campaignBtn_cpend {
    font-size: 14px;
}

.btntext {
    margin: 8px auto 24px;
}


/* DL_button */
.mv_dlbtn_spbrowser {
	display: none!important;
}

.mv_dlbtn_pcbrowser {
    display: flex!important;
    align-items: flex-end;
    justify-content: center;
    width: 457px;
    margin: 0 auto;
}

.qr {
    width: 62px;
    height: 62px;
}

.mv_dlbtn_pcbrowser .ios,
.mv_dlbtn_pcbrowser .googleplay {
    padding: 0 8px;
}

.mv_dlbtn_pcbrowser a {
	display: inline-block;
}

.mv_dlbtn_pcbrowser a img {
    height: 48px;
}

.mv_dlbtn_pcbrowser a img:hover {
	opacity: 0.7;
}

.present_sp {
    display: none;
}

.present_pc {
    display: block;
    width: 1040px;
    margin: 40px auto 0;
}


/* flow */
.flow {
    padding: 120px 0;
}

h3 {
    width: 458px;
    margin: 0 auto 40px;
}

.flow ul {
    display: flex;
    justify-content: space-between;
    max-width: 992px;
    margin: 0 auto;
}

.flow ul li {
    margin: 0;
}

.flow ul li::after {
    left: 100%;
    top: 52.8%;
    bottom: 47.2%;
    width: 24px;
    height: 2px;
}

.flow ul li:last-child::after {
    right: -63px;
    top: auto;
    bottom: -83px;
    width: 195px;
    height: 87px;
}

.flow ul li .stepTitle {
    position: absolute;
    top: -16px;
    left: -6px;
    width: 56px;
}

/* DL_button */
.flow ul .flow_dlbtn {
    left: 0;
    right: 0;
    top: 96px;
    transform: none;
    flex-direction: column;
    justify-content: center;
    width: 120px;
    height: 96px;
    margin: 0 auto;
}

.flow ul .flow_dlbtn .ios,
.flow ul .flow_dlbtn .googleplay {
    margin: 0 auto 8px;
    padding: 0;
}

.flow ul .flow_dlbtn a img:hover {
	opacity: 0.7;
}


/* appDL */
.appDL {
    max-width: 1152px;
    padding: 71px 0 97px;
    background: url(/doc/cp/app2505/assets_app2505/images/bg_appdl_pc.png) center top/cover no-repeat;
}

.appDL_Wrap {
    position: relative;
    max-width: 861px;
    margin: 0 auto;
}

h4.h4Sp {
    display: none;
}

h4.h4Pc {
    display: block;
    width: 376px;
}

.appDL ul {
    width: 861px;
    height: 368px;
    margin: 0 auto;
}

.appDL ul li:first-child {
    width: 250px;
}

.appDL ul li:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 47px;
    right: 0;
    width: 626px;
}

.appDL ul li:last-child picture {
    margin: 76px 0 80px;
}

/* appDL_button */
.appDL .appdl_linkSp {
    display: none;
}

.appDL .appdl_linkPc {
    position: relative;
	display: block;
    width: 320px;
	padding: 17px 48px 16px 24px;
    border-radius: 4px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #56b0d6;
}

.appDL a.appdl_linkPc:hover {
	opacity: 0.7
}

/* キャンペーンについて */
.aboutCampaign {
	max-width: 960px;
	margin: 0 auto;
    padding: 120px 8px 88px;
}

h5 {
    width: 458px;
    margin: 0 auto 24px;
}

.aboutCampaign dl {
	margin:0 0 32px;
}

.aboutCampaign dl dt {
	margin: 0 0 12px;
}

/* table */
table {
	max-width: 944px;
	margin: 12px 0 24px;
    text-align: left;
}

table th {
	padding: 8px;
}

table td {
	padding: 8px;
}

/* table_2column */
table th {
	width: 471px;
    text-align: center;
}

table td {
	width: 471px;
    text-align: left;
}

table th.line {
	width: 471px;
}

table td.line {
	width: 471px;
}

/* table_1column */
table.sp {
    display: none;
}

table.pc {
    display: block;
}

table.pc th {
	width: 240px;
    text-align: left;
}

table.pc td {
	width: 702px;
}
}


@media only screen and (min-width:960px) and (max-width:1168px) {
/*PC 1168px ～ 960px
--------------------------------------------------*/
/* mainVisual */
h2 {
	width: 61%;
    margin: 0 0 3.3%;
}

/* DL_button */
.mv_dlbtn_pcbrowser {
    width: 72%;
    margin: 0 auto;
}

.mv_dlbtn_pcbrowser a img {
    width: auto;
    height: auto;
    max-height: 48px;
}

.present_pc {
    width: 87%;
    margin: 3.3% auto 0;
}
}


@media only screen and (min-width:960px) and (max-width:1152px) {
/*PC 1152px ～ 960px
--------------------------------------------------*/
/* flow */
.flow ul {
    padding: 0 4%;
}

.flow ul li {
    margin: 0 2% 0 0;
}

/* appDL */
.appDL {
    padding: 4% 0;
    background: url(/doc/cp/app2505/assets_app2505/images/bg_appdl_pc.png) center top/contain no-repeat;
}
}


@media only screen and (min-width:768px) and (max-width:959px) {
/*PC 959px ～ 768px
--------------------------------------------------*/
/* mainVisual */
h2 {
	width: 61%;
    margin: 0 0 3.3%;
}

/* DL_button */
.mv_dlbtn_pcbrowser {
    width: 72%;
    margin: 0 auto;
}

.qr {
    width: 48px;
    height: 48px;
}

.mv_dlbtn_pcbrowser a img {
    width: auto;
    height: auto;
    max-height: 48px;
}

.present_pc {
    width: 87%;
    margin: 3.3% auto 0;
}


/* Campaign_button */
.btntext {
    margin: 1% auto 3%;
}

/* flow */
.flow {
    padding: 11% 4% 13%;
}

h3 {
    margin: 0 auto 3%;
}

.flow ul li {
    margin: 0 2% 0 0;
}

.flow ul li .stepTitle {
    top: -6%;
    left: -4%;
    width: 24%;
}

/* DL_button */
.flow ul .flow_dlbtn {
    top: auto;
    bottom: 3%;
    width: 100px;
    height: 80px;
}

.flow ul .flow_dlbtn .ios,
.flow ul .flow_dlbtn .googleplay {
    margin: 0 auto 4px;
}

/* appDL */
.appDL {
    padding: 6% 0 8%;
    background: url(/doc/cp/app2505/assets_app2505/images/bg_appdl_pc.png) center top/100% auto no-repeat;
}

h4.h4Pc {
    width: 60%;
}

.appDL ul {
    width: 82%;
    height: auto;
}

.appDL ul li:first-child {
    width: 29%;
}

.appDL ul li:last-child {
    position: absolute;
    top: 42%;
    transform: translateY(-42%);
    right: 10%;
    width: 60%;
}

.appDL ul li:last-child picture {
    margin: 7% 0;
}

/* appDL_button */
.appDL .appdl_linkPc {
    width: 51%;
    padding: 12px 24px 12px 12px;
    font-size: 13px;
}

/* キャンペーンについて */
.aboutCampaign {
    padding: 13% 4% 9%;
}

h5 {
    margin: 0 auto 3%;
}

.aboutCampaign dl {
	margin:0 0 3%;
}

.aboutCampaign dl dt {
	margin: 0 0 1%;
}
}