/* moushikomi-jcb.html */
.bePremiumMember__cardList {
	display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.bePremiumMember__cardList > li{
	border: 1px solid #bebebe;
    border-radius: 5px;
    padding: 20px;
    width: 418px;
}
.bePremiumMember__cardList > li .cardList__item dd .card__image {
    text-align: center;
}
.bePremiumMember__cardList > li .cardList__item dt {
    color: #D9B86D;
    font-weight: bold;
    margin-bottom: 15px;
}
.bePremiumMember__cardList > li .cardList__item dd .card__text--em {
    font-weight: bold;
    margin-bottom: 0;
}

/* 赤枠付きテキスト */
.block--register_red {
	border: 2px solid #fb6159;
	margin-bottom: 80px;
}

.block--register__inner {
	padding: 20px 15px;
	text-align: center;
}

.acd2__check:checked + .acd2__label + .acd2__content {
    padding: 15px;
}

.flow__image {
    margin: 0;
}
.bePremiumMember-caution{
    margin-top: 60px;
}
@media screen and (min-width: 768px) {
    .acd2__check:checked + .acd2__label + .acd2__content {
        padding: 15px 45px 15px 45px;
    }
  }