@charset "utf-8";

.kakunin_button {
    width: 100%;
    text-align: center;
}
.kakutei_head{
    text-align: center;
    padding: 4vw 0;
	border-bottom: solid 1px rgb(166 166 166 / 67%);
}
.kakutei_head p{
    font-size: 4.35vw;
	    font-weight: bold;
}
.kakutei_flex{
    display: flex;
    align-items: center;
    width: 87%;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
	height: 12vw;
}
.kakutei_flex_img{
    width: 8.455vw;
    height: 8.455vw;
	margin-left: 2vw;
    overflow: hidden;
}
.kakutei_flex_img img{
    border-radius: 35px;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
	width: 100%;
    object-fit: cover;
    left: 50%;
}
.kakutei_goukei {
	width: 87%;
    margin: 0 auto;
}
.kakutei_flex2{
    display: flex;
    justify-content: space-between;
    margin: 3vw 10vw 3vw 0;
}
.kakutei_flex p, .kakutei_flex2 p, .kakutei_flex3 p{
    font-size: 3.3vw;
	position: relative;
}
.kakutei_left{
    width: 29%;
}
.kakutei_right{
    width: 65%;
}
.kakuninn_text_bold{
    font-weight: bold;
}
.kakunin_button button{
    color: #fff;
    background-color: #8c93c8;
    padding: 2.5vw 8vw;
    border-radius: 2vw;
    margin: 5vw 0 0;
    font-size: 3.9vw;
	font-weight: bold;
}
.yazirusi:before{
    content: '';
    width: 2.1vw;
    height: 2.1vw;
    position: absolute;
    right: -4vw;
    top: 50%;
    transform: translate(0px, -50%)rotate(45deg);
    border-top: 0.5vw solid #bcbbbf;
    border-right: 0.5vw solid #bcbbbf;
}
.kakunin_button button:active{
    opacity: 0.6;
}
.click_block:active{
	background-color: #d6d6d6;
}
.pop_kome{
    font-size: 2.5vw;
    transform: scale(0.9);
    width: fit-content;
    margin: 4vw auto;
    line-height: 4vw;
    text-align: left;
}
.buy_pop_close{
    font-size: 3.5vw;
    margin-bottom: 5vw;
    text-decoration: underline;
    color: gray;
}
.kakutei_flex2 p span{
    font-size: 3vw;
    position: absolute;
    width: max-content;
}
.kakutei_flex3{
    display: flex;
    align-items: center;
    width: 87%;
    margin: 0 auto;
    justify-content: space-between;
    padding: 3vw 10vw 0vw 28vw;
}
.kakuninn_text_bold span{
    font-size: 3vw;
    font-weight: normal;
    position: absolute;
    width: max-content;
}
.kakutei_flex .kakutei_right{
    line-height: 4.5vw;
}

.js-modal_payment_err .modal_content{
    text-align: center;
}

.js-modal_payment_err .payment-err_message{
    text-align: left;
    margin: 40px auto 30px;
    font-size: 4.2vw;
    padding: 0 5vw;
    line-height: 6vw;
}

.js-modal_payment_err .modal-payment-card-update{
    display: block;
    max-width: 265px;
    font-size: 3.9vw;
    color: #fff;
    margin: 3vw auto 6vw;
    padding: 2.5vw 8vw;
    border-radius: 2vw;
    background-color: #87a7ce;
}

.js-modal_payment_err .modal-payment-err-close{
    font-size: 3.5vw;
    margin-bottom: 5vw;
    text-decoration: underline;
    color: gray;
}















@media screen and (max-width:414px) {
}
@media screen and (max-width:375px) {
}
@media screen and (max-width:360px) {

}