@charset "euc-jp";
/* CSS Document */

.notice-banner {
  background-color: #FEFFB8;
  color: var(--basic-color-red); 
  padding: 12px 16px;
  border-left: 4px solid var(--basic-color-red);
  font-size: 14px;
  line-height: 1.6;
  border-radius: 6px;
  margin: 20px 0;
  font-weight: 500;
}
.mgb-64 {
  margin-bottom: 64px;
}


.page-visual {
    background-image: url("../../../main/function/rakutenpay/images/page-title-visual.png");
}

.page-title-wrap-inner{
    padding-top: 88px;
}
.page-visual-title br {
	display: none;
}
.contents-box-border {
    border: 1px solid #ccc;
    padding: 24px;
}
.text-explain-small {
    font-size: 12px;
    vertical-align: super;
}
.page-title-wrap-inner {
	position: relative;
}
.visual-campaign-image {
	position: absolute;
	top: 32px;
	right: 24px;
}
#application {
	margin-top: -100px;
	padding-top: 100px;
}
.rakutenpay-movie{
	width: 560px;
	height: 315px;
}
.btn-wrap > .text-explain-small {
    margin: 56px auto 0;
    text-align: left;
    width: 1024px;
}
.price-table,
.price-table + .text-explain-small {
    margin-left: auto;
    margin-right: auto;
    width: 630px;
}
.price-table th, .price-table td {
    text-align: center;
}
.price-campaign{
	text-decoration: line-through;
}
.price-table .price-head-title {
    background: #005bac none repeat scroll 0 0;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
.flow-step {
    width:904px;
    margin:56px auto 0 auto;
}
.contents-use-wrap{
	width: 629px;
	margin: auto;
}
.task-cost {
    background: #f2f2f2 none repeat scroll 0 0;
    bottom: 12px;
    color: #000;
    left: 9px;
    padding: 8px 0;
    position: absolute;
    text-align: center;
    width: 90%;
}
.answer-text {
    padding-left: 28px;
    position: relative;
}
.answer-text::before {
    content: "A";
    font-size: 1.25rem;
    font-weight: bold;
    left: 0;
    margin-bottom: 8px;
    position: absolute;
    top: -2px;
}
.contents-border-wrap {
	border: 2px solid #eee;
	padding: 16px;
}

.merit-list{
	height: 410px;
}

.contents-notes-text {
    font-size: 70%;
    margin-top: 16px;
}

.campaign-catch-text {
	font-size: 20px;
	font-weight: bold;
	border: 3px solid #e5e5e5;
	padding: 20px;
}

.bottom-text {
	font-size: 0.8rem;
	margin-top: 1rem;
}

@media (max-width: 640px){
	.rakutenpay-movie,.contents-use-wrap,.flow-step{
		width: 100%;
	}
	.page-title-wrap-inner {
		padding: 60px 32px 0 32px;
	}
	.page-visual-title {
		width: 180px;
	}
	.merit-list{
		height: auto;
	}
	.bottom-text {
		text-align: left;
}
}