input[name="select_catalog[data][]"] {
    display: none;
}
h3 strong {
    color: #b38d51;
}
.confirm_text {
    display: none;
}
.sekou_text p {
    margin-bottom: 1em;
}
.sekou_text strong.red {
    color: #cc1f25;
}
.sekou_text .sm {
    font-size: .8em;
}
.catalog_tab_row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    margin-right: -10px !important;
    margin-left: -10px !important;
    margin-bottom: 80px;
}
.catalog_tab_row > *{
    display: flex;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.select_item {
    border: 1px solid #e3e3e3;
    display: flex;
    flex-direction: column;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
}
.select_item.checked {
    box-shadow: 0px 3px 5px rgba(0,0,0,.2);
    transform: scale(1.03);
    border: 3px solid #b38d51;
}
.select_item .checkbox {
    border: 1px solid #e3e3e3;
    width: 25px;
    height: 25px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    margin: 0;
}
.select_item.checked .checkbox{
    background-color: #b38d51;
    border: none;
}
.select_item.checked .checkbox::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 15px;
    border-bottom: 3px solid;
    border-right: 3px solid;
    transform: rotate(45deg);
    top: 2px;
    left: 8px;
    border-color: #fff;
}
.catalog_tab img {
    aspect-ratio: 3/2;
    object-fit: contain;
    width: 100%;
    filter: drop-shadow(5px 5px 5px #ccc);
    margin: 10px 0 15px;
}
.select_item .mwform-checkbox-field {
    padding-bottom: 10px;
}
.select_item .info {
    font-size: 14px;
    margin-bottom: 0;
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
}
.select_item .select_btn {
    margin-top: auto;
}
.select_item .select_btn label {
    margin-top: auto;
    display: block;
    text-align: center;
    border: 2px solid #b38d51;
    padding: 5px;
    color: #fff;
    background: #b38d51;
    margin: auto 0 0;
}

.footer_catalog .catalog_bg {
    background-color: #b38d51e3;
    color: #fff;
    padding: 15px 0;
}
.footer_catalog {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 22px;
    z-index: 999;
    cursor: pointer;
    display: none;
}
.footer_catalog .obi_bg {
    color: #b38d51;
    font-size: .9em;
    background: rgba(255,255,255,90%);
}
.footer_catalog .obi_bg strong,
h3 strong {
    font-size: 160%;
    padding: 0 5px;
}
.footer_catalog .count {
    --size: 35px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: #fff;
    color: #b38d51;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_catalog .d-flex {
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer_catalog .arrow {
    --size: 15px;
    width: var(--size);
    height: var(--size);
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg)translateY(-7px);
}
.footer-cta {
    display: none !important;
}
.mw_wp_form_confirm .confirm_text {
    display: block;
}
.mw_wp_form_confirm .defalt,
.mw_wp_form_confirm .select_item .checkbox {
    display: none;
}
.mw_wp_form_confirm .catalog_tab_row {
    justify-content: center;
}

/* 追記 */
.mw_wp_form .horizontal-item+.horizontal-item, .horizontal-item+.horizontal-item{
    display: inline-block;
}
.form-control-inline{
    display: inline-block !important;
}
.mwform-radio-field-text-inline{
    display: inline-block !important;
}