@charset "UTF-8";

/*--------------ボタンレイアウト-------------*/
.clm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    padding-top: 20px;
}

.clm .contents_btn01.block_button_1 {
    padding-top: 0 !important;
}

.clm .contents_btn01.block_button_1 a {
    display: inline-block;
    cursor: pointer; 
    text-decoration: none;
}

@media screen and (max-width: 1210px) {
	.clm p {
    width: 100%;
}
.clm {
    gap: 10px 40px;
}
}

@media screen and (max-width: 632px) {
.clm {
        justify-content: center;
        text-align: center;
    }
}

/*-----------------クレジットカード画像-----------------*/
a#price+section .inner_item_img {
    margin-left: 0px !important;
}