@charset "shift_jis";

.s-br {
		display: none;
	}

@media screen and (max-width: 768px) {
	.s-br {
		display: block;
	}
}

.tx-red {
	color: red;
}

.tx-red>li::before {
	background-color: red;
}

.abst_btn{
	text-align: center;
	margin: 3rem auto 0;
}
.list_choice_brands{
	display: flex;
	justify-content: space-between;
}
.list_choice_brands>li{
	width: 45%;
}
.list_choice_brands>li:first-child{
	position: relative;
}
.list_choice_brands>li:first-child::before{
	content: "";
    position: absolute;
    border-right: 2px solid #cdcdcd;
    height: 90%;
    right: -10%;
    top: 10%;
}

.list_choice_brands>li .jcb_logo,
.list_choice_brands>li .visa_logo{
	margin: 4rem auto;
}

.service_menu{
	margin: 0 auto 8rem;
}
@media screen and (max-width: 768px) {

	.abst_btn{
		margin: 10vw auto 0;
	}
	.list_choice_brands{
		flex-direction: column;
	}
	.list_choice_brands>li{
		width: 100%;
	}
	.list_choice_brands>li:first-child::before{
		display: none;
	}

	.list_choice_brands>li .jcb_logo,
	.list_choice_brands>li .visa_logo{
		margin: 10vw auto;
		width: 50vw;
	}

	.service_menu{
		margin: 0 auto 8rem;
	}
}

/* ↓20251021追記 */

/* パスキーとは */
.merit_list {
	margin-top: 3rem;
}
.merit_list li {
	display: flex;
	align-items: center;
	gap: 2rem;
	margin-top: 2rem;
}
.merit_list li dt{
	font-weight: 600;
	margin-bottom: .5rem;
}
.merit_icon img {
	width: 8rem;
	height: auto;
}

@media screen and (max-width: 768px) {
	.merit_icon img {
		width: 6rem;
	}
}

/* 推奨環境 */
.pk_environment {
	margin-top: 7rem;
}

.pk_environment .box-table-border-01 {
	border: none;
}
.pk_environment .table-cmn-01 th {
	background-color: #fff;
}
.pk_environment .table-cmn-01 tr > th,
.pk_environment .table-cmn-01 tr > td {
	border-right: none;
	border-left: none;
}

.pk_environment .table-cmn-01 tr > td:last-child,
.pk_environment .table-cmn-01 tr:last-child > td {
	border-bottom: 1px solid #d4daea;
	padding: 2rem;
}

.pk_environment .mod-accordion .box-accord-content {
	padding: 35px 30px;
}

@media screen and (max-width: 768px) {
	.pk_environment .mod-accordion .box-accord-content {
		padding: 20px 0;
	}

	.pk_environment .table-cmn-01.full-width th, .table-cmn-01.full-width td,
	.pk_environment .table-cmn-01 tr > td:last-child,
	.pk_environment .table-cmn-01 tr:last-child > td {
		padding: 12px 5px;
	}
}

/* パスキーの設定方法 パスキーのログイン方法 */
.pk_setting .box-img-pc img,
.pk_login .box-img-pc img {
	width: 300px;
	height: auto;
}
@media screen and (max-width: 768px) {
	.pk_setting .box-img-sp,
	.pk_login .box-img-sp {
		width: 70% !important;
		height: auto !important;
		float: none !important;
		margin: 0 auto !important;
	}
}
/* スライダー */
.mod-slider-step {
	margin-top: 3rem;
}
.mod-slider-step .fixratio .slid-image::before {
	content: none;
}
.mod-slider-step .fixratio .slid-image-inner {
	position: static;
	text-align: center;
}

/* .slick-slide {
	width: 449px !important;
}

.slider-item {
	display: flex !important;
	flex-direction: column;
	width: 50% !important;
} */

@media screen and (min-width: 769px) {
	.mod-slider-step .slid-image img{
		max-width: 300px;
	}
}

.slick-slide img {
	max-width: 90%;
	height: auto;
}


/* パスキーの仕組み */
.pk_system-content {
	margin-top: 3rem;
}
.pk_system_img {
	margin-top: 3rem;
}
.pk_system .list_dot {
	margin-top: 2rem;
}

.pk_system .list_attention {
	margin: 3rem 0 0 0 !important;
}

.pk_system .ttl_acc-01 {
	font-size: 2.6rem !important;
}

@media screen and (max-width: 768px) {
	.pk_system .list_dot {
	font-size: 1.1rem;
}
	.pk_system .ttl_acc-01 {
		font-size: 1.8rem !important;
	}
}

/* MyJCBへログイン */
.mj_login_txt {
	text-align: center;
}
.mj_login li {
	text-align: center;
}
.myjcb_logo {
	max-width: 90px;
	margin: 2rem auto 1rem;
}
