@charset "shift_jis";

/* styleguide
--------------------------------- */
.box-attention-01.type-01-04,
.attention-01.type-01-01,
.attention-01.type-01-02,
.attention-01.type-01-03 {
	background-color: #f6f6f6;
}
.box-attention-01.type-02-04,
.attention-01.type-02-01,
.attention-01.type-02-02,
.attention-01.type-02-03 {
	background-color: #e5f1ff;
}
.box-attention-01.type-03-04,
.attention-01.type-03-01,
.attention-01.type-03-02,
.attention-01.type-03-03 {
	background-color: #fff7e5;
}
.box-attention-01.type-04-04,
.attention-01.type-04-01,
.attention-01.type-04-02,
.attention-01.type-04-03 {
	background-color: #ffe5e5;
}
.box-attention-01.type-01-04,
.box-attention-01.type-02-04,
.box-attention-01.type-03-04,
.box-attention-01.type-04-04 {
	border: none;
	padding: 16px;
}
.box-attention-01.type-01-04 > dt,
.box-attention-01.type-02-04 > dt,
.box-attention-01.type-03-04 > dt,
.box-attention-01.type-04-04 > dt {
	background-image: none;
	text-align: center;
	padding-left: 0;
	font-size: 14px;
}
.box-attention-01.type-01-04 > dt::before,
.box-attention-01.type-02-04 > dt::before,
.box-attention-01.type-03-04 > dt::before,
.box-attention-01.type-04-04 > dt::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-top: -0.2em;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
	vertical-align: middle;
}
.box-attention-01.type-01-04 > dt::before,
.attention-01.type-01-02 {
	background-image: url(/common/images/com_ic014.svg);
}
.box-attention-01.type-02-04 > dt::before,
.attention-01.type-02-02 {
	background-image: url(/common/images/com_ic009.svg);
}
.box-attention-01.type-03-04 > dt::before,
.attention-01.type-03-02 {
	background-image: url(/common/images/com_ic003.svg);
}
.box-attention-01.type-04-04 > dt::before,
.attention-01.type-04-02 {
	background-image: url(/common/images/com_ic012.svg);
}
.box-attention-01.type-01-04 > dd,
.box-attention-01.type-02-04 > dd,
.box-attention-01.type-03-04 > dd,
.box-attention-01.type-04-04 > dd {
	font-size: 12px;
}
.attention-01.type-01-03,
.attention-01.type-02-03,
.attention-01.type-03-03,
.attention-01.type-04-03 {
	border: none;
	background-image: none;
	padding: 16px;
	font-size: 12px;
}
.attention-01.type-01-02,
.attention-01.type-02-02,
.attention-01.type-03-02,
.attention-01.type-04-02 {
	border: none;
	background-position: 16px center;
	padding: 16px 16px 16px 42px;
	font-size: 12px;
}
.attention-01.type-01-01,
.attention-01.type-02-01,
.attention-01.type-03-01,
.attention-01.type-04-01 {
	border: none;
	background-image: none;
	padding: 16px;
	text-align: center;
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.box-attention-01.type-01-04 > dd,
	.box-attention-01.type-02-04 > dd,
	.box-attention-01.type-03-04 > dd,
	.box-attention-01.type-04-04 > dd,
	.attention-01.type-01-03,
	.attention-01.type-02-03,
	.attention-01.type-03-03,
	.attention-01.type-04-03,
	.attention-01.type-01-02,
	.attention-01.type-02-02,
	.attention-01.type-03-02,
	.attention-01.type-04-02,
	.attention-01.type-01-01,
	.attention-01.type-02-01,
	.attention-01.type-03-01,
	.attention-01.type-04-01 {
		font-size: 11px;
	}
}
.box-attention-01.type-01-04 > dd .list-dot-01 > li,
.box-attention-01.type-02-04 > dd .list-dot-01 > li,
.box-attention-01.type-03-04 > dd .list-dot-01 > li,
.box-attention-01.type-04-04 > dd .list-dot-01 > li,
.box-attention-01.type-01-04 > dd .list-mark-02 > li,
.box-attention-01.type-02-04 > dd .list-mark-02 > li,
.box-attention-01.type-03-04 > dd .list-mark-02 > li,
.box-attention-01.type-04-04 > dd .list-mark-02 > li {
	padding-left: 1em;
}
.box-attention-01.type-01-04 > dd .list-dot-01 > li::before,
.box-attention-01.type-02-04 > dd .list-dot-01 > li::before,
.box-attention-01.type-03-04 > dd .list-dot-01 > li::before,
.box-attention-01.type-04-04 > dd .list-dot-01 > li::before {
	width: 2px;
	height: 2px;
}

/* step_design */
.step-design-control {
	display: flex;
	justify-content: center;
	align-items: center;
}
.step-design-control > span {
	margin: 24px 6px 0;
	width: 6px;
	height: 6px;
	background: #909090;
	border-radius: 50%;
	cursor:pointer;
}
.step-design-control > span.on {
	background: #ff0033;
}

/* /paypaysec/index.html
--------------------------------- */
#paypaysec .member {
	display: none;
}
html[data-user-attr*="login"] #paypaysec .visitor {
	display: none;
}
html[data-user-attr*="login"] #paypaysec .member {
	display: block;
}
#paypaysec .txt-red {
	color: #ff0033;
}

#paypaysec .hdg-servicetop-01::before {
	left: 60%;
	width: 345px;
	margin-left: 0;
	background-image: url(/paypaysec/images/index_ttl001.png);
	background-size: 345px auto;
}
#paypaysec .hdg-servicetop-01::after {
	background-color: #ebf5ff;
}
#paypaysec .hdg-servicetop-01 > .inner {
	height: 360px;
}
#paypaysec .hdg-servicetop-01 .inner .txt {
	font-size: 4.4rem;
	line-height: 1.4;
}
#paypaysec .hdg-servicetop-01 .inner .txt span {
	display: block;
	font-size: 7.2rem;
	line-height: 1.2;
}
@media screen and (max-width: 1050px) {
	#paypaysec .hdg-servicetop-01 .inner .txt {
		font-size: 3.4rem;
	}
	#paypaysec .hdg-servicetop-01 .inner .txt span {
		font-size: 6.2rem;
	}
}
@media screen and (max-width: 900px) {
	#paypaysec .hdg-servicetop-01::before {
		background-size: 70%;
		background-position: 10% 50%;
	}
	#paypaysec .hdg-servicetop-01 .inner .txt {
		font-size: 3rem;
	}
}
@media screen and (max-width: 767px) {
	#paypaysec .hdg-servicetop-01 {
		height: 320px;
		padding-top: 0;
	}
	#paypaysec .hdg-servicetop-01::before {
		background-image: none;
	}
	#paypaysec .hdg-servicetop-01 > .inner {
		max-width: 370px;
		height: 320px;
	}
	#paypaysec .hdg-servicetop-01 .inner .txt {
		font-size: 2.4rem;
	}
	#paypaysec .hdg-servicetop-01 .inner .txt span {
		font-size: 4rem;
	}
	#paypaysec .hdg-servicetop-01 .inner .img img {
		width: 55%;
		max-width: 345px;
		margin: 0 auto;
	}
}

#paypaysec .sec-01 + .sec-01 {
	margin-top: 7.5em;
}
@media screen and (max-width: 767px) {
	#paypaysec .sec-01 + .sec-01 {
		margin-top: 48px;
	}
}

#paypaysec .hdg-sec {
	position: relative;
	margin: 0 -8px;
	color: #606060;
	font-size: 3.6rem;
	font-weight: lighter;
	font-weight: 100;
	text-align: center;
}
#paypaysec .hdg-sec::before {
	content: "";
	position: absolute;
	top: .75em;
	left: 0;
	right: 0;
	z-index: -1;
	display: block;
	border-top: 1px solid #bababa;
}
#paypaysec .hdg-sec > span {
	display: inline-block;
	padding: 0 .625em;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	#paypaysec .hdg-sec {
		margin: 0 -16px;
		font-size: 2.4rem;
	}
}

#paypaysec .btn-box {
	margin: 30px 0 0;
}
#paypaysec .btn-box .btn-cv-01 {
	margin: 0 auto;
}
#paypaysec .btn-box .btn-cv-01 > a {
	display: block;
	width: 360px;
	padding: .2em 12px;
}
#paypaysec .btn-box .btn-cv-01 a span {
	display: block;
	font-size: 1.1rem;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	#paypaysec .btn-box {
		margin: 20px 0 0;
	}
	#paypaysec .btn-box .btn-cv-01 > a {
		width: 100%;
		max-width: 360px;
	}
}

#paypaysec .special-favor .merit-list {
	display: flex;
	justify-content: center;
	margin: 40px auto 24px;
	gap: 0 12px;
	text-align: center;
}
#paypaysec .special-favor .merit-list > li {
	flex: 0 0 170px;
}
#paypaysec .special-favor .adTx {
	font-weight: bold;
}
#paypaysec .special-favor .adTx > span {
	color: #fd5c5c;
}
#paypaysec .special-favor .merit-list + ul .note-01 {
	justify-content: center;
}
@media screen and (max-width: 767px) {
	#paypaysec .special-favor .merit-list {
		flex-wrap: wrap;
		font-size: 1.25rem;
		gap: 20px 52px;
		max-width: 343px;
	}
	#paypaysec .special-favor .merit-list > li {
		flex: 0 0 136px;
	}
	#paypaysec .special-favor .merit-list + ul .note-01 {
		justify-content: flex-start;
	}
}

#paypaysec .pr-box {
	margin-top: 30px;
	padding: 3em 16px;
	background-color: #ebf5ff;
	text-align: center;
}
#paypaysec .hdg-prbox {
	margin-top: 1.625em;
	font-size: 2.6rem;
	font-weight: bold;
}
#paypaysec .hdg-prbox span:not(.txt-red) {
	display: block;
	font-size: 1.8rem;
}
#paypaysec .hdg-prbox span:not(.txt-red) span {
	font-size: 1.8rem;
}
#paypaysec .pr-box .pr-linkbox {
	margin-top: 20px;
}
#paypaysec .pr-box .pr-linkbox p {
	margin-top: 0;
}
#paypaysec .pr-box .pr-linkbox .linkbox-ttl {
	margin-bottom: 10px;
}
#paypaysec .pr-box .pr-linkbox li {
	margin-top: 5px;
}
#paypaysec .pr-box .pr-linkbox li:first-of-type {
	margin-top: 0;
}
#paypaysec .pr-box .campaign-link {
	display: inline-block;
	margin-top: 25px;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
}
#paypaysec .pr-box .campaign-link a {
	display: inline-block;
	width: 100%;
	border-radius: 8px;
}
#paypaysec .pr-box .campaign-link a:hover,
#paypaysec .pr-box .campaign-link a:focus,
#paypaysec .pr-box .campaign-link a:active {
	text-decoration: none;
}
#paypaysec .pr-box .campaign-link a img {
	transition: transform 360ms, opacity 360ms;
}
#paypaysec .pr-box .campaign-link a:hover img,
#paypaysec .pr-box .campaign-link a:focus img,
#paypaysec .pr-box .campaign-link a:active img {
	transform: scale(1.05);
	opacity: .625;
}
@media screen and (max-width: 767px) {
	#paypaysec .pr-box {
		margin: 20px -16px 0;
		padding: 1.8em 16px;
	}
	#paypaysec .hdg-prbox {
		margin-top: 1.5em;
		font-size: 2.4rem;
	}
	#paypaysec .hdg-prbox span:not(.txt-red),
	#paypaysec .hdg-prbox span:not(.txt-red) span {
		font-size: 1.6rem;
	}
	#paypaysec .pr-box .pr-linkbox {
		text-align: left;
	}
}

#paypaysec #footer {
	background-color: #ffffff;
}
#paypaysec #footer .copyright {
	color: #242323;
}
