@charset "utf-8";

.sonypaymentservices {
	overflow: hidden;
}
.sonypaymentservices .mv {
	padding: 4rem 0;
	border-top: solid 0.7rem #002b43;
	border-bottom: solid 0.7rem #002b43;
}
.sonypaymentservices .mv .ttl {
	font-size: 4rem;
	font-weight: 600;
	text-align: center;
	color: #002b43;
}
.sonypaymentservices .mv h1 {
	margin-top: 1rem;
	font-size: 7.2rem;
	font-weight: 700;
	line-height: 7.9rem;
	text-align: center;
	color: #f25a24;
}
@media (max-width: 768px) {
	.sonypaymentservices .mv {
		padding: 3rem 0 4.5rem;
	}
	.sonypaymentservices .mv .ttl {
		font-size: 3.6rem;
	}
}

/* feature */
.sonypaymentservices .feature {
	background-color: #f2f2f2;
	padding-top: 3rem;
	position: relative;
}
.sonypaymentservices .feature::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #f2f2f2 transparent transparent transparent;
	border-width: 9rem 49vw 0 49vw;
	position: absolute;
	bottom: -8.9rem;
}
.sonypaymentservices .feature .inner {
	max-width: 99rem;
	margin: 0 auto;
}
.sonypaymentservices .featureBox {
	display: flex;
	justify-content: space-between;
}
.sonypaymentservices .featureBox > p {
	width: 29.7rem;
	height: 29.7rem;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 1.5rem -0.5rem #ccc;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	color: #606060;
}
.sonypaymentservices .featureBox > p .orange {
	font-size: 3.7rem;
	color: #f25a24;
}
.sonypaymentservices .featureBox > p .orange .big {
	display: inline-block;
	font-size: 11.2rem;
	font-weight: 700;
	line-height: 1.1;
}
.sonypaymentservices .featureBox > p sup {
	font-size: 50%;
}
.sonypaymentservices .featureBox > p .middle {
	font-size: 7.5rem;
	font-weight: 700;
}
.sonypaymentservices .featureBox > p .middle span {
	font-size: 5.2rem;
}
.sonypaymentservices .featureBox > p .small {
	font-size: 2.4rem;
}

.sonypaymentservices .featureBox sup.mt {
	display: inline-block;
	vertical-align: top;
	margin-top: 2rem;
	margin-left: -2rem;
}
.sonypaymentservices .feature ul {
	margin-top: 2.5rem;
}
.sonypaymentservices .feature ul li {
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #002b43;
	padding-left: 2em;
	text-indent: -2em;
}
@media (max-width: 768px) {
	.sonypaymentservices .feature {
		padding: 4rem 0;
	}
	.sonypaymentservices .feature::after {
		border-width: 8rem 49vw 0 49vw;
		bottom: -7.9rem;
	}
	.sonypaymentservices .feature .inner {
		max-width: 100%;
		padding: 0 1.5rem;
	}
	.sonypaymentservices .featureBox > p {
		width: 22.3rem;
		height: 22.3rem;
		font-size: 2.1rem;
	}
	.sonypaymentservices .featureBox > p .orange {
		font-size: 2.8rem;
	}
	.sonypaymentservices .featureBox > p .orange .big {
		font-size: 8.5rem;
	}
	.sonypaymentservices .featureBox > p .middle {
		font-size: 5.6rem;
	}
	.sonypaymentservices .featureBox > p .middle span {
		display: inline-block;
		vertical-align: middle;
		font-size: 4rem;
	}
	.sonypaymentservices .featureBox > p .small {
		font-size: 1.8rem;
	}
	.sonypaymentservices .featureBox sup.mt {
		margin-top: 1.5rem;
		margin-left: -1.5rem;
	}
	.sonypaymentservices .feature ul {
		margin-top: 3rem;
	}
}

/* cont01 */
.sonypaymentservices .cont01 {
	padding: 13rem 0 7rem;
}
.sonypaymentservices .cont01 h2 {
	font-size: 4rem;
	font-weight: 600;
	line-height: 5.9rem;
	text-align: center;
	color: #002b43;
}
.sonypaymentservices .cont01 h2 span {
	font-size: 4.9rem;
	color: #f25a24;
}
.sonypaymentservices .cont01 .cont01Box {
	max-width: 116rem;
	margin: 3rem auto 0;
	display: flex;
	justify-content: center;
	gap: 0 1rem;
}
.sonypaymentservices .cont01 .cont01Box .box {
	width: 33%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.sonypaymentservices .cont01 .cont01Box .box .pic {
	width: 19.5rem;
}
.sonypaymentservices .cont01 .cont01Box .box .txtBox {
	width: 47%;
}
.sonypaymentservices .cont01 .cont01Box .box .fukidashi {
	width: 21.2rem;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	color: #f25a24;
	background: url(/btob/solution/sonypaymentservices/img/fukidashi.png) no-repeat;
	background-size: contain;
	padding: 1.5rem 2rem 3.5rem;
	margin-left: -2rem;
}
.sonypaymentservices .cont01 .cont01Box .box .txt {
	font-size: 2.1rem;
	line-height: 3.2rem;
	text-align: center;
}
.sonypaymentservices .cont01 .cont01Box .box:nth-child(2) .txt {
	margin-bottom: 1.5em;
}
.sonypaymentservices .cont01 .cont01Box .box .txt span {
	font-weight: 600;
	color: #f25a24;
}
@media (max-width: 768px) {
	.sonypaymentservices .cont01 {
		padding: 13rem 0 8rem;
	}
	.sonypaymentservices .cont01 h2 {
		font-size: 3.4rem;
		line-height: 5.1rem;
	}
	.sonypaymentservices .cont01 h2 span {
		font-size: 4.2rem;
	}
	.sonypaymentservices .cont01 .cont01Box {
		max-width: 100%;
		margin: 8rem auto 0;
		display: block;
		padding: 0 3rem 0 5rem;
	}
	.sonypaymentservices .cont01 .cont01Box .box {
		width: 100%;
		align-items: flex-start;
	}
	.sonypaymentservices .cont01 .cont01Box .box + .box {
		margin-top: 5.5rem;
	}
	.sonypaymentservices .cont01 .cont01Box .box .pic {
		width: 22.5rem;
	}
	.sonypaymentservices .cont01 .cont01Box .box .txtBox {
		width: 65%;
	}
	.sonypaymentservices .cont01 .cont01Box .box .fukidashi {
		width: 28.3rem;
		font-size: 3.3rem;
		padding: 2rem 2rem 4.5rem;
		margin: 0 auto;
	}
	.sonypaymentservices .cont01 .cont01Box .box .txt {
		font-size: 2.8rem;
		line-height: 4.3rem;
	}
	.sonypaymentservices .cont01 .cont01Box .box:nth-child(2) .txt {
		margin-bottom: 1.5em;
	}
}

/* cont02 */
.sonypaymentservices .cont02 .secTtl {
	background-color: #f25a24;
	padding: 11rem 0 8rem;
	position: relative;
}
.sonypaymentservices .cont02 .secTtl::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 6.5rem 6.5rem 0 6.5rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50% , 0);
}
.sonypaymentservices .cont02 .fukidashi {
	font-size: 4.9rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
.sonypaymentservices .cont02 .fukidashi span {
	display: inline-block;
	position: relative;
}
.sonypaymentservices .cont02 .fukidashi span::before ,
.sonypaymentservices .cont02 .fukidashi span::after {
	content: "";
	width: 0.5rem;
	height: 5rem;
	background-color: #fff;
	position: absolute;
	top: 50%;
}
.sonypaymentservices .cont02 .fukidashi span::before {
	transform: rotate(-35deg) translate(0, -50%);
	left: -4rem;
}
.sonypaymentservices .cont02 .fukidashi span::after {
	transform: rotate(35deg) translate(0, -50%);
	right: -4rem;
}
.sonypaymentservices .cont02 h3 {
	margin-top: 3.5rem;
	font-size: 7.2rem;
	font-weight: 700;
	text-align: center;
	color: #f2f2f2;
}
.sonypaymentservices .cont02 .inner {
	max-width: 117.7rem;
	margin: 0 auto;
}
.sonypaymentservices .cont02 h4 {
	margin-top: 7rem;
	font-size: 4.9rem;
	font-weight: 500;
	text-align: center;
}
.sonypaymentservices .cont02 .contLead {
	margin-top: 3rem;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 5.5rem;
	text-align: center;
}
.sonypaymentservices .cont02 .contLead span {
	color: #ff5f26;
}
.sonypaymentservices .cont02 .cont02Box {
	padding: 6.5rem 0 4rem;
	display: flex;
	justify-content: space-between;
}
.sonypaymentservices .cont02 .cont02Box .box {
	width: 34.5rem;
	border: solid 0.4rem #ff5f26;
	border-radius: 2rem;
	padding: 6.5rem 1rem 2rem;
	position: relative;
}
.sonypaymentservices .cont02 .cont02Box .box .num {
	width: 9.2rem;
	height: 9.2rem;
	border-radius: 50%;
	background-color: #ff5f26;
	font-size: 4.9rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -4.6rem;
	left: 50%;
	transform: translate(-50% , 0);
}
.sonypaymentservices .cont02 .cont02Box .box .ttl {
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 6.4rem;
	text-align: center;
	color: #ff5f26;
}
.sonypaymentservices .cont02 .cont02Box .box .txt {
	margin-top: 1rem;
	font-size: 1.8rem;
	line-height: 3.6rem;
	text-align: center;
}
.sonypaymentservices .cont02 .cont02Box .box .txt span {
	font-size: 2.2rem;
	font-weight: 600;
	color: #ff5f26;
}

.sonypaymentservices .cont02Feature {
	background-color: #ededed;
	padding: 6rem 0 7rem;
}
.sonypaymentservices .cont02Feature .inner {
	max-width: 125rem;
	margin: 0 auto;
}
.sonypaymentservices .cont02Feature .cont02FeatureBox {
	display: flex;
	justify-content: space-between;
}
.sonypaymentservices .cont02Feature .cont02FeatureBox .box {
	width: 32%;
}
.sonypaymentservices .cont02Feature .cont02FeatureBox .circle {
	width: 24.6rem;
	height: 24.6rem;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sonypaymentservices .cont02Feature .cont02FeatureBox .box:first-child img {
	width: 9rem;
}
.sonypaymentservices .cont02Feature .cont02FeatureBox .box:nth-child(2) img {
	width: 13.9rem;
}
.sonypaymentservices .cont02Feature .cont02FeatureBox .box:last-child img {
	width: 7.6rem;
}
.sonypaymentservices .cont02Feature .cont02FeatureBox .ttl {
	margin-top: 3rem;
	font-size: 3.4rem;
	font-weight: 700;
	text-align: center;
	color: #ff5f26;
}
.sonypaymentservices .cont02Feature .cont02FeatureBox .txt {
	margin-top: 1rem;
	font-size: 2.2rem;
	line-height: 4.4rem;
	text-align: center;
}
.sonypaymentservices .cont02Feature .cont02FeatureBox .txt span {
	font-size: 2.4rem;
	font-weight: 600;
}
@media (max-width: 768px) {
	.sonypaymentservices .cont02 .secTtl {
		padding: 9rem 0 7.5rem;
	}
	.sonypaymentservices .cont02 .secTtl::after {
		border-width: 6rem 6rem 0 6rem;
	}
	.sonypaymentservices .cont02 .fukidashi {
		font-size: 4rem;
	}
	.sonypaymentservices .cont02 .fukidashi span::before ,
	.sonypaymentservices .cont02 .fukidashi span::after {
		width: 0.4rem;
		height: 4rem;
	}
	.sonypaymentservices .cont02 .fukidashi span::before {
		transform: rotate(-35deg) translate(0, -50%);
		left: -4rem;
	}
	.sonypaymentservices .cont02 .fukidashi span::after {
		transform: rotate(35deg) translate(0, -50%);
		right: -4rem;
	}
	.sonypaymentservices .cont02 h3 {
		margin-top: 3.5rem;
		font-size: 7.2rem;
		font-weight: 700;
		text-align: center;
		color: #f2f2f2;
	}
	.sonypaymentservices .cont02 .inner {
		max-width: 100%;
	}
	.sonypaymentservices .cont02 h4 {
		margin-top: 5.5rem;
		font-size: 4.2rem;
	}
	.sonypaymentservices .cont02 .contLead {
		margin-top: 5rem;
		font-size: 2.9rem;
		line-height: 5rem;
	}
	.sonypaymentservices .cont02 .cont02Box {
		margin-top: 5.5rem;
		padding: 0 4.5rem 8.5rem 8rem;
		display: block;
	}
	.sonypaymentservices .cont02 .cont02Box .box {
		width: 100%;
		border-radius: 2rem;
		padding: 3rem 2rem 3rem 5.5rem;
	}
	.sonypaymentservices .cont02 .cont02Box .box + .box {
		margin-top: 4.5rem;
	}
	.sonypaymentservices .cont02 .cont02Box .box .num {
		width: 10rem;
		height: 10rem;
		font-size: 5.3rem;
		top: 50%;
		left: -5rem;
		transform: translate(0 , -50%);
	}
	.sonypaymentservices .cont02 .cont02Box .box .ttl {
		font-size: 4.6rem;
		line-height: 7rem;
	}
	.sonypaymentservices .cont02 .cont02Box .box .txt {
		margin-top: 1rem;
		font-size: 2.7rem;
		line-height: 5.5rem;
	}
	.sonypaymentservices .cont02 .cont02Box .box .txt span {
		font-size: 3.3rem;
	}
	.sonypaymentservices .cont02Feature {
		padding: 4rem 0 8rem;
	}
	.sonypaymentservices .cont02Feature .inner {
		max-width: 100%;
		padding: 0 2rem 0 3.5rem;
	}
	.sonypaymentservices .cont02Feature .cont02FeatureBox {
		display: block;
	}
	.sonypaymentservices .cont02Feature .cont02FeatureBox .box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.sonypaymentservices .cont02Feature .cont02FeatureBox .box + .box {
		margin-top: 3.5rem;
	}
	.sonypaymentservices .cont02Feature .cont02FeatureBox .box:first-child img {
		width: 9.5rem;
	}
	.sonypaymentservices .cont02Feature .cont02FeatureBox .box:nth-child(2) img {
		width: 14.4rem;
	}
	.sonypaymentservices .cont02Feature .cont02FeatureBox .box:last-child img {
		width: 8rem;
	}
	.sonypaymentservices .cont02Feature .txtBox {
		width: 62%;
	}
	.sonypaymentservices .cont02Feature .cont02FeatureBox .ttl {
		margin-top: 0;
	}
	.sonypaymentservices .cont02Feature .cont02FeatureBox .txt {
		margin-top: 1rem;
		font-size: 2.7rem;
		line-height: 4.4rem;
	}
	.sonypaymentservices .cont02Feature .cont02FeatureBox .txt span {
		font-size: 3rem;
	}
}

/* cont03 */
.sonypaymentservices .cont03 {
	padding: 10rem 0 7rem;
	position: relative;
}
.sonypaymentservices .cont03::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #f25a24 transparent transparent transparent;
	border-width: 6.3rem 6.3rem 0 6.3rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50% , 0);
}
.sonypaymentservices .cont03 .inner {
	max-width: 137rem;
	margin: 0 auto;
	padding: 0 1rem;
}
.sonypaymentservices .cont03 h5 {
	font-size: 7.2rem;
	font-weight: 700;
	text-align: center;
	color: #f25a24;
}
.sonypaymentservices .cont03 .cont03Box {
	margin-top: 7.5rem;
	display: flex;
	justify-content: space-between;
}
.sonypaymentservices .cont03 .box {
	width: 23.5%;
	border: solid 0.5rem #f25a24;
	border-radius: 2rem;
	padding: 2rem 0.5rem 2rem;
}
.sonypaymentservices .cont03 .num {
	font-size: 3.8rem;
	font-weight: 600;
	text-align: center;
	color: #ff5f26;
}
.sonypaymentservices .cont03 .num span {
	display: inline-block;
	padding: 0 1.3rem 0.5rem;
	border-bottom: solid 0.3rem #ff5f26;
}
.sonypaymentservices .cont03 .ttl {
	margin-top: 2rem;
	font-size: 2.9rem;
	font-weight: 700;
	text-align: center;
}
.sonypaymentservices .cont03 .pic01 {
	width: 13rem;
	margin: 3rem auto 0;
}
.sonypaymentservices .cont03 .pic02 {
	width: 9rem;
	margin: 2rem auto 0;
}
.sonypaymentservices .cont03 .pic03 {
	width: 10.3rem;
	margin: 2.5rem auto 0;
}
.sonypaymentservices .cont03 .pic04 {
	width: 13rem;
	margin: 2rem auto 0;
}
@media (max-width: 768px) {
	.sonypaymentservices .cont03 {
		padding: 13rem 0;
	}
	.sonypaymentservices .cont03 .inner {
		max-width: 100%;
		padding: 0 5.5rem;
	}
	.sonypaymentservices .cont03 h5 {
		font-size: 5.7rem;
	}
	.sonypaymentservices .cont03 .cont03Box {
		margin-top: 3.5rem;
		display: block;
	}
	.sonypaymentservices .cont03 .box {
		width: 100%;
		border-radius: 2rem;
		padding: 3rem 1rem 2rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sonypaymentservices .cont03 .box + .box {
		margin-top: 3.5rem;
	}
	.sonypaymentservices .cont03 .txtBox {
		width: 60%;
	}
	.sonypaymentservices .cont03 .num span {
		padding: 0 1.3rem 0.5rem;
	}
	.sonypaymentservices .cont03 .ttl {
		margin-top: 1.5rem;
	}
	.sonypaymentservices .cont03 .pic img {
		display: block;
		margin: 0 auto;
	}
	.sonypaymentservices .cont03 .pic01 {
		width: 35%;
		margin: 0;
	}
	.sonypaymentservices .cont03 .pic02 {
		width: 35%;
		margin: 0;
	}
	.sonypaymentservices .cont03 .pic03 {
		width: 35%;
		margin: 0;
	}
	.sonypaymentservices .cont03 .pic04 {
		width: 35%;
		margin: 0;
	}
	.sonypaymentservices .cont03 .pic01 img {
		width: 14.4rem;
	}
	.sonypaymentservices .cont03 .pic02 img {
		width: 9.1rem;
	}
	.sonypaymentservices .cont03 .pic03 img {
		width: 10.7rem;
	}
	.sonypaymentservices .cont03 .pic04 img {
		width: 13.1rem;
	}
}