/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * Sub page - Title
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----**/
.c-page-sub__header {
	margin: 0 15px;
	padding: 211px 0 146px;
	background: url(../img/common/bg-page-sub-header-02.jpg) no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
}
.c-page-sub__header-main {
	display: block;
	margin-bottom: 18px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	font-size: 3.625rem;
	font-family: Lato, sans-serif;
	letter-spacing: .04em;
}
.c-page-sub__header-sub {
	display: block;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .04em;
}
@media screen and (max-width: 768px) {
	.c-page-sub__header {
		margin: 55px 0 0;
		padding: 40px 20px 50px;
	}
}

.c-page-sub__body {
	width: 1070px;
	margin: -56px auto 0;
	background: #fff;
}
@media screen and (max-width: 768px) {
	.c-page-sub__body {
		width: auto;
		margin: 0;
	}
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * Sub page - Bread crumb
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----**/
.c-breadcrumb {
	padding: 16px 35px;
}
.c-breadcrumb ol {
	margin: 0;
	font-size: 0;
}
.c-breadcrumb li {
	list-style: none;
	display: inline-block;
	position: relative;
	overflow: visible;
	margin: 0;
	line-height: 2;
	font-size: .75rem;
}
.c-breadcrumb li::after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 24px;
	margin: 0 18px;
	background: #ccc;
	-webkit-transform: rotate(27deg);
	-ms-transform: rotate(27deg);
	transform: rotate(27deg);
}
.c-breadcrumb li:last-child::after {
	display: none;
}
.c-breadcrumb li a {
	position: relative;
}
.c-breadcrumb li a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: currentColor;
	transition: width 300ms;
}
.c-breadcrumb li a:hover::after {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.c-breadcrumb {
		display: none;
	}
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * Sub page - Contents
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----**/

.c-content-main {
	padding: 80px 30px;
	color: #111;
}
@media screen and (max-width: 768px) {
	.c-content-main {
		padding: 40px 15px;
	}
}



/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * Sub page - Pagination
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----**/
.c-content-main .c-pagination {
	font-size: 0;
	text-align: center;
}
.c-content-main .c-pagination__prev,
.c-content-main .c-pagination__next {
	display: inline-block;
	vertical-align: middle;
}
.c-content-main .c-pagination__prev {
	margin-right: 30px;
}
.c-content-main .c-pagination__next {
	margin-left: 30px;
}
.c-content-main .c-pagination__prev a,
.c-content-main .c-pagination__next a {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #dc0f22;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	transition: background 300ms;
}
.c-content-main .c-pagination__prev a:hover,
.c-content-main .c-pagination__next a:hover {
	background: #111;
}
.c-content-main .c-pagination__prev a::after,
.c-content-main .c-pagination__next a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
.c-content-main .c-pagination__prev a::after {
	right: 0;
	left: 4px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.c-content-main .c-pagination__next a::after {
	right: 4px;
	left: 0;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.c-content-main .c-pagination__numbers {
	display: inline;
}
.c-content-main .c-pagination__number,
.c-content-main .c-pagination__ellipsis {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	font-weight: 700;
	font-size: 1.125rem;
}
.c-content-main .c-pagination__ellipsis {
	color: #c0c0c0;
}
.c-content-main .c-pagination__number a {
	color: #111;
}
.c-content-main .c-pagination__number a:hover {
	color: #dc0f22;
}
.c-content-main .c-pagination__number--current {
	color: #c0c0c0 !important;
}
@media screen and (max-width: 768px) {
	.c-content-main .c-pagination {
		position: relative;
		padding: 0 60px;
	}
	.c-content-main .c-pagination__prev,
	.c-content-main .c-pagination__next {
		display: block;
		position: absolute;
		top: 0;
	}
	.c-content-main .c-pagination__prev {
		left: 0;
		margin-right: 0;
	}
	.c-content-main .c-pagination__next {
		right: 0;
		margin-left: 0;
	}
	.c-content-main .c-pagination__prev a,
	.c-content-main .c-pagination__next a {
		width: 40px;
		height: 40px;
		border-radius: 40px;
	}
	.c-content-main .c-pagination__number,
	.c-content-main .c-pagination__ellipsis {
		margin: 0 2vw;
		line-height: 40px;
	}
}

 /* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * MEDIA 掲載メディア一覧
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----**/

.media-title .number {
	display: inline-block;
	vertical-align: middle;
	margin-left: 37px;
	padding: 5px 0 15px 40px;
	border-left: 1px solid #c7c7c7;
	line-height: 1;
	font-weight: 500;
	font-size: 1.25rem;
	letter-spacing: .04em;
}
.media-title .number b {
	margin: 0 3px;
	color: #dc0e21;
	font-weight: 500;
	font-size: 2.0625rem;
}
.media-list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.media-list li {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	position: relative;
	width: 320px;
	height: 100px;
	border: 4px solid #eee;
	background: #fff;
}
.media-list li::before {
	content: none !important;
}
.media-list li:nth-child(n + 4) {
	margin-top: 20px;
}
.media-list li:not(:nth-child(3n)) {
	margin-right: 20px;
}
.media-list li a {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.media-list li img {
	max-width: 230px;
	max-height: 80px;
}
@media screen and (max-width: 768px) {
	.media-title .number {
		display: block;
		margin: 10px 0 0;
		padding: 0;
		border-left: none;
	}
	.media-list ul {
		justify-content: space-between;
	}
	.media-list li {
		width: calc(49% - 4px);
		height: auto;
		min-height: 75px;
		border-width: 2px;
	}
	.media-list li:nth-child(n + 3) {
		margin-top: 15px;
	}
	.media-list li:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.media-list li img {
		width: auto;
		max-width: 114px;
		max-height: 56px;
	}
}

 /* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * ビジネスパートナー
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----**/
.partners {
	margin-bottom: 50px;
}
.partners h3 {
	font-size: 2.4rem;
	font-family: Lato, sans-serif;
	font-weight: 700;
	letter-spacing: .04em;
}
.partners h3::first-letter {
	color: #dc0e21;
}
.partners h3 small {
	margin-left: 15px;
	font-size: 0.9rem;
	vertical-align: middle;
	letter-spacing: 0;
}
.partners ul {
	padding: 25px 0;
	background: #f5f5f5;
	font-size: 0;
	list-style: none;
	text-align: center;
}
.partners li {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding: 8px 55px !important;
}

.partners li::before {
	content: none !important;
}
.partners li:not(:nth-child(4n))::after {
	content: "";
	display: block;
	width: 1px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
	background: #ddd;
}
.partners li a {
	display: block;
	position: relative;
	margin: 0 -55px;
	padding: 0 55px;
}
.partners li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 15px;
	height: 15px;
	margin: auto 0;
	border-top: 3px solid #dc0e21;
	border-right: 3px solid #dc0e21;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.partners li span {
	display: block;
	margin-bottom: 8px;
	line-height: 1;
	color: #192b53;
	font-weight: 900;
	font-size: .875rem;
	letter-spacing: .06em;
}
.partners img[src*="logo-china-ums"] {
	width: 185px;
}
.partners img[src*="logo-chinapay"] {
	width: 158px;
}
.partners img[src*="logo-global-shopper"] {
	width: 53px;
}
.partners img[src*="logo-ums-expresspay"] {
	width: 114px;
}

@media screen and (max-width: 768px) {
	.partners {
		margin-bottom: 30px;
	}
	.partners h3 small {
		margin-left: 10px;
	}
	.partners ul {
		padding: 0 15px;
	}
	.partners li {
		display: block;
		width: auto !important;
		padding: 15px 0 !important;
	}
	.partners li:not(:last-child) {
		border-bottom: 1px solid #ddd;
	}
	.partners li:not(:nth-child(4n))::after {
		display: none;
	}
	.partners li a {
		margin: -15px 0;
		padding: 15px 0;
	}
	.partners li a::after {
		right: 5px;
		width: 10px;
		height: 10px;
	}
	.partners li span {
		font-size: .875rem;
	}
	.partners img[src*="logo-china-ums"] {
		width: 129px;
	}
	.partners img[src*="logo-chinapay"] {
		width: 110px;
	}
	.partners img[src*="logo-global-shopper"] {
		width: 37px;
	}
	.partners img[src*="logo-ums-expresspay"] {
		width: 86px;
	}
}