@charset "utf-8";
.inner_txt {
    margin-bottom: 30px;
}
.-flex_c {
    display: flex;
    gap: 0 40px;
}

/*お支払い方法について*/
#box_shiharai dt {
    margin-bottom: 5px;
}
#box_shiharai .label {
    background: #090;
    color: #fff;
    padding: 0 5px;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
}
#box_shiharai .img_fr {
    width: 240px;
    flex-shrink: 0;
}
@media screen and (max-width:750px) {
	.inner_txt {
		margin-bottom:calc(40 * 100vw / 750);
	}
	.-flex_c {
		flex-direction: column;
		gap: calc(20 * 100vw / 750) 0;
	}
	.-bnr img{
		width: 100%;
		height: auto;
	}
	/*お支払い方法について*/
	#box_shiharai dt {
		margin-bottom: calc(8 * 100vw / 750);
	}
	#box_shiharai .label {
		font-size: calc(20 * 100vw / 750);
		padding: 0 calc(10 * 100vw / 750);
		margin-left: calc(15 * 100vw / 750);
	}
	.img_fr {
		width: 100%;
	}
}