header {
    background: none;
}
.bangkuzu {
    padding-bottom: 1.8em;
}
.bangkuzu .breadcrumb {
    background-color: transparent;
}
.support__item, footer, .menu-line.footer {
    text-align: left;
}
a:hover {
    text-decoration: none !important;
}
.row.footer-row {
    display: flex;
    flex-wrap: wrap;
}
.logo img {
    width: auto;
}
.faq .card .card-header:not(.collapsed) .faq-title:before {
    transform: rotate(0deg);
}
.accLink li a {
    padding-left: 0;
}
#main_column.colnum1 .inner.faq__mb, .faq-section, #main_column.colnum1 .wt__table, .warranty__box-letfToRight, .warranty__box-center.last-row, .last-row .sdgslist li, .exhibition__body__top, .pagination, .reset__style ul li:last-child, .box__attention.reset__style ul {
    margin-bottom: 0 !important;
}
.down-icon {
    display: flex;
}
.header-pro img {
    vertical-align: middle;
}
#search_form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.header__center-search {
    text-align: left;
}
.header__center-search-input #search_form {
    display: flex;
}
.header__center-search-input #search_form > button {
    margin-right: -10px    
}
.header__center-search-input input {
    width: auto;
}
.header__center-search-input .icon-search {
    top: 2px;
}
.header__center-search ul {
    align-items: start;
}
.header__center--top {
    margin-bottom: 16px;
}
.header__center-shopping {
    margin-top: 0;
}
.support::before {
    z-index: 1;
}
.sns {
    position: relative;
    z-index: 2;
}
.right-navFixed {
    z-index: 2;
}
.right-navFixed li img {
    max-width: 100%;
    width: auto;
}
.main-contents {
    font-size: 12px;
    line-height: 1.8;
    overflow: visible !important;
}
.tab__big__right .faq .card .card-body ul {
    padding: 0;
}
.faq .card .card-body {
    display: block;
}
.faq .card .card-header .faq-title {
    margin: 0;
}
.faq .card .card-header .faq-title:after {
    transform: rotate(0deg);
    height: 2px;
    border-radius: 0;
}
.bangkuzu.mt-150 {
    margin-top: 0;
}
.bangkuzu.mb-100 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.bangkuzu ul {
    padding-bottom: 0;
}
.support {
    margin-top: 150px;
}
.bangkuzu ul li:last-child:before {
    display: none;
}
.sel__down ul {
    padding-left: 0;
}
.sti-dropdw button {
    line-height: 60px;
}
.btn__search span {
    top: 0;
}
/* メガナビ調整 */
.submenu-ttl {
    margin: 0 auto 20px;
    width: 50vh;
}
.submenu-list-info {
    margin-bottom: 4%;
}
@media (min-width: 769px) {
    .submenu-container {
        padding-top: 2%;
    }
}

@media (max-width: 767px) {
    .footer-col {
        width: 100%;
    }
    .col-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .align-items-center {
        align-items: center!important;
    }
    .header_sp-only .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .menu-line .header__center-shopping {
        display: flex;
        flex-direction: row;
    }
    .sti-dropdw .dropdown {
        width: 50%;
        margin-right: 0;
    }
}

/* -- ankBox -- */
.ankBox {
    font-family: "GenJyuuGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #41312F;
    overflow: hidden;
    margin-bottom: 100px;
    border-radius: 8px;
    border: 1px solid #D3D3CF;
}
.ankBox dt {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.01em;
    padding: 19px 0;
    background: #F1ECE3;
}
.ankBox dd {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    background: #fff;
}
.ankBox dd ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 30px 30px 12px;
}
.ankBox dd ul li {
    margin-bottom: 20px;
}
.ankBox dd ul li:not(:last-child) {
    margin-right: 30px;
}
.ankBox dd ul li a {
    display: inline-block;
    position: relative;
    padding-left: 46px;
}
.ankBox dd ul li a::before {
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 34px;
    height: 34px;
    background: #E86E9D;
    border-radius: 50%;
    content: "";
}
.ankBox dd ul li a::after {
    display: block;
    position: absolute;
    top: 9px;
    left: 13px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-135deg);
    content: "";
}
@media (max-width: 767px) {
    .ankBox {
        margin-bottom: 50px;
        border-radius: 8px;
    }
    .ankBox dt {
        font-size: 16px;
        padding: 16px 0;
    }
    .ankBox dd {
        font-size: 17px;
    }
    .ankBox dd ul {
        padding: 0;
    }
    .ankBox dd ul li {
        width: 50%;
        margin-bottom: 0;
        border-top: 1px solid #D3D3CF;
    }
    .ankBox dd ul li.w100p_sp {
        width: 100%;
    }
    .ankBox dd ul li:not(:last-child) {
        margin-right: 0;
    }
    .ankBox dd ul li:nth-child(2n) {
        border-left: 1px solid #D3D3CF;
    }
    .ankBox dd ul li a {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding-left: 53px;
        height: 46px;
    }
    .ankBox dd ul li a::before {
        top: 11px;
        left: 18px;
        width: 24px;
        height: 24px;
    }
    .ankBox dd ul li a::after {
        top: 19px;
        left: 27px;
        width: 6px;
        height: 6px;
    }
}

.reset__style .icon--type01.cf_fz {
    font-size: 28px;
}
@media (max-width: 767px) {
    .reset__style .icon--type01.cf_fz {
        text-align: center;
        font-size: 21px;
    }
}