@charset "UTF-8";

/*===================================
    index
===================================*/

@media (min-width: 1024px) {
    .product__cont .category_list.is-column-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .product__cont .category_list li p {
        padding: 0 20px;
    }
}

/*===================================
    news
===================================*/

.news-detail-body {
    font-size: 16px;
}

/*===================================
    product
===================================*/

.sub_product__cont {
    max-width: 100%;
    width: 100%;
}
.sub_product__wrap__in {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.sub_product__cont .btn_list li {
    transition: 0.2s;
}
.result-list {
    transition: opacity 0.4s;
}
.sub_product__cont dl dt {
    /*     display: flex; */
    position: relative;
}
.product-search-loading {
    width: 30px;
    position: relative;
    display: inline-block;
    margin-left: 5px;
    top: -4px;
    left: 0;
    opacity: 0;
    transition: 0.2s;
}

/*===================================
    pagination
===================================*/

.pagination-box {
    margin-top: 40px;
}
.pagination {
    text-align: center;
}
.pagination a,
.pagination span {
    margin: 2px;
    text-decoration: none;
    border: 1px solid #b2b2b2;
    border-rdius: 99px;
    padding: 10px 20px;
    color: #000;
    display: inline-block;
}
.pagination a:hover {
    background: transparent;
    opacity: 0.6;
}
.pagination .current {
    background: transparent;
    border: 0 solid #fff;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 40px;
    }
}

/*===================================
    tab
===================================*/

.tab-list {
    position: relative;
    /*     background: #d8dadb; */
    display: flex;
}
.tab-list .tab-slide {
    position: relative;
    display: flex;
    overflow-x: hidden;
    /*     overflow-y: hidden; */
    /* margin: auto; */
    margin-bottom: 0;
    padding: 0 0 0 0;
    white-space: nowrap;
}
.tab-list .tab-item {
    position: relative;
    width: 100%;
    margin: 0 0 0 0;
    padding: 13px 24px 9px;
    cursor: pointer;
    text-align: center;
    /* border-top-left-radius: 4px; */
    /* border-top-right-radius: 4px; */
    background-color: #f9f9f9;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 1px solid #fff;
    min-width: 76px;
}
.tab-list .tab-item:first-child {
    margin-left: 0;
    border-left: 0 solid #fff;
}
/* .is-active {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 4px;
    color: #c2b4e7;
    border-top: 4px solid #c2b4e7;
    background-color: #fff;
} */
.tab-list .tab-item.is-notification::after {
    content: '';
    display: block;
    border-radius: 20px;
    background: #ff8000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 10px;
    height: 10px;
}

.tab_box .tab-list {
    padding: 30px 0 0 0;
    border-right: 1px solid #ccc;
}
.tab-list .tab-item a:hover {
    border-bottom: 0 solid #ccc;
    background: #fefefe url(../../images/ico_arrow_blue_right.gif) no-repeat 10px center;
}

.tab-arrow {
    position: absolute;
    z-index: 10;
    top: 0;
    display: none;
    display: flex;
    width: 50px;
    height: 100%;
    cursor: pointer;
    background: #eee;

    align-items: center;
    justify-content: center;
}
.tab-arrow i {
    font-size: 28px;
}
.tab-next {
    right: 0;
    background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 1) 15%);
}
.tab-prev {
    left: 0;
    background: linear-gradient(90deg, rgba(238, 238, 238, 1) 85%, rgba(238, 238, 238, 0) 100%);
}

.tab-content-list .tab-content {
    display: none;
}
[data-tab-content-id].is-active {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .tab-list .tab-slide {
        overflow: scroll;
    }
    .tab-list .tab-item {
        font-size: 12px;
        padding: 8px 5px;
        min-width: 60px;
    }
    .tab-list .tab-item.is-active {
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

/*===================================
    wordpress text
===================================*/

/*===================================
    wordpress text
===================================*/

.product_item__block.is-single figure {
    width: auto;
    margin-top: 0;
    margin-left: 0;
}

/* コード */
.wp-block-code {
    background-color: #f0f0f0;
    padding: 10px;
    overflow: auto;
}

/* リスト */
.wp-block-list {
    margin: 1rem 0;
    padding-left: 20px;
}

ul.wp-block-list {
    list-style-type: disc;
    margin-left: 20px;
}
ol.wp-block-list {
    list-style-type: decimal;
    margin-left: 20px;
}
ul.wp-block-list li,
ol.wp-block-list li {
    font-size: 16px;
}

body.single .product_item__block > ul,
body.single .product_item__block > ol,
body.single .product_item__block blockquote,
body.single .product_item__block pre,
body.single .product_item__block table,
body.single .product_item__block .wp-block-file,
body.single .product_item__block p {
    font-size: 14px;
    margin-bottom: 20px;
}

body.single .product_item__block h1 {
    font-size: 4.8vw;
    font-weight: 700;
}
body.single .product_item__block h2 {
    font-size: 4.8vw;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 4.8vw;
}
body.single .product_item__block .cmn-h2-ttl {
    margin-top: 4.8vw;
    margin-bottom: 20px;
}
body.single .product_item__block h3 {
    font-size: 4.4vw;
    font-weight: 700;
    margin: 20px 0;
}
body.single .product_item__block h4 {
    font-size: 4vw;
    font-weight: 700;
    margin: 20px 0;
}
body.single .product_item__block h5 {
    font-size: 3.8vw;
    font-weight: 700;
    margin: 20px 0;
}
body.single .product_item__block h6 {
    font-size: 3.6vw;
    font-weight: 700;
    margin: 20px 0;
}

@media (min-width: 1024px) {
    body.single .product_item__block > ul,
    body.single .product_item__block > ol,
    body.single .product_item__block blockquote,
    body.single .product_item__block pre,
    body.single .product_item__block table,
    body.single .product_item__block .wp-block-file,
    body.single .product_item__block p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    body.single .product_item__block h1 {
        font-size: 32px;
        font-weight: 700;
    }
    body.single .product_item__block h2 {
        font-size: 26px;
        font-weight: 700;
        margin: 30px 0;
    }
    body.single .product_item__block .cmn-h2-ttl {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    body.single .product_item__block h3 {
        font-size: 24px;
        font-weight: 700;
        margin: 20px 0;
    }
    body.single .product_item__block h4 {
        font-size: 22px;
        font-weight: 700;
        margin: 20px 0;
    }
    body.single .product_item__block h5 {
        font-size: 18px;
        font-weight: 700;
        margin: 20px 0;
    }
    body.single .product_item__block h6 {
        font-size: 16px;
        font-weight: 700;
        margin: 20px 0;
    }
}

body.single .news-detail-body > ul,
body.single .news-detail-body > ol,
body.single .news-detail-body blockquote,
body.single .news-detail-body pre,
body.single .news-detail-body table,
body.single .news-detail-body .wp-block-file,
body.single .news-detail-body p,
body.single .news-detail-body .wp-block-buttons,
body.single .news-detail-body .wp-block-image {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}

body.single .news-detail-body .wp-block-columns {
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 50px;
}

body.single .news-detail-body .wp-block-columns p,
body.single .news-detail-body .wp-block-columns .wp-block-image {
    margin-top: 0;
    margin-bottom: 0;
}

body.single .news-detail-body h1 {
    font-size: 32px;
    font-weight: 700;
}
body.single .news-detail-body h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 30px 0;
}
body.single .news-detail-body .cmn-h2-ttl {
    margin-top: 30px;
    margin-bottom: 30px;
}
body.single .news-detail-body h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
}
body.single .news-detail-body h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0;
}
body.single .news-detail-body h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
}
body.single .news-detail-body h6 {
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
}

/* table */

.product_item__block table thead th {
    /*border: none;*/
    border-right: 1px solid #d5d5d5;
    /*border-left: 1px solid #D5D5D5;*/
}
.product_item__block table tbody td {
    border: 1px solid #d5d5d5;
    border-top: none;
}
.wp-block-table thead {
    border-bottom: none;
}

/*===================================
    form
===================================*/
.form-list li dl dd {
    position: relative;
}

.form-list li .required {
    color: #d51313;
    background: none;
    font-weight: bold;
}

/*===================================
    inquiry
===================================*/

.form-btn .back-btn-wrap {
    margin-top: 40px;
}
.form-btn .btn {
    background: none !important;
    background-size: 20px !important;
    border: 1px solid #d51313;
    background-position: right 20px center !important;
    color: #d51313 !important;
    border-radius: 5px !important;
    font-size: 18px !important;
    width: 100% !important;
    padding: 20px 0 !important;
    position: relative !important;
    cursor: pointer !important;
}

/*===================================
    contact
===================================*/

.p-country-name {
    display: none;
}

/* element reset */

input[type='text'],
textarea {
    box-sizing: border-box;
    padding: 15px 10px;
    border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
    input[type='text'],
    textarea {
        padding: 9px 10px;
    }
}
input[type='radio'] {
    position: relative;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}
input[type='checkbox'] {
    position: relative;
    top: 3px;
    width: 18px;
    height: 18px;
    padding: 10px;
}
select {
    box-sizing: border-box;
    padding: 15px 10px;
    border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
    input[type='text'],
    textarea {
        font-size: 16px;
        font-weight: bold;
    }
    input[type='text'] {
        line-height: 2;
        width: 100%;
    }
    textarea {
        padding: 10px;
        line-height: 1.5;
    }
    input[type='radio'] {
        top: 1px;
        width: 20px;
        height: 20px;
    }
    select {
        font-size: 16px;
        box-sizing: border-box;
        height: 40px;
    }
    label {
        font-size: 16px;
    }
}

/* element add css */

select.number {
    width: 70px;
}
input[type='text'].in-md,
select.in-md {
    width: 360px;
}
input[type='text'].in-ex,
textarea.in-ex {
    width: 100%;
}
input[name='zip'] {
    width: 120px;
}

.width-full {
    width: 100%;
}
.width-20 {
    width: 30px !important;
}
.width-30 {
    width: 30px !important;
}
.width-60 {
    width: 60px !important;
}
.width-70 {
    width: 70px !important;
}
.width-80 {
    width: 80px !important;
}
.width-100 {
    width: 100px !important;
}
.width-120 {
    width: 120px !important;
}
.width-140 {
    width: 140px !important;
}
.width-200 {
    width: 200px !important;
}
.width-240 {
    width: 240px !important;
}
.width-360 {
    width: 360px !important;
}

@media screen and (max-width: 767px) {
    .width-20,
    .width-30,
    .width-60,
    .width-70,
    .width-80,
    .width-100,
    .width-120,
    .width-140,
    .width-200,
    .width-240,
    .width-360 {
        width: 100% !important;
    }
    input[name='zip'] {
        width: 120px;
    }
}

/* radio */

.mwform-radio-field label {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    top: 3px;
}
.mwform-radio-field input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.mwform-radio-field label:after {
    display: inline-block;
    line-height: 1;
    content: '';
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 9px;
}
.mwform-radio-field-text {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    line-height: 1;
    top: -1px;
}
.mwform-radio-field-text:before {
    display: block;
    flex-shrink: 0;
    position: relative;
    border: 1px solid #999;
    background-color: #fff;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 2px;
    margin-right: 7px;
    top: 1px;
}
.mwform-radio-field input:checked + .mwform-radio-field-text:before {
    border: 1px solid #0087ff;
    background-color: #0087ff;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}
@media screen and (max-width: 767px) {
    .mw_wp_form .horizontal-item + .horizontal-item {
        margin-left: 0 !important;
    }
}

/* radio-grouo */

.radio-group {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.radio-group .mwform-radio-field {
    display: block;
    padding: 0 0 0;
}
.radio-group .mwform-radio-field:not(:last-child) {
    margin-right: 20px;
}

/* select */

.select {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: auto;
}
.select::after {
    display: block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: '▼';
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 10px;
    height: 10px;
    font-size: 11px;
    pointer-events: none;
    margin: auto;
}
.select select {
    display: block;
    width: 100%;
    height: 100%;
    padding: 11.5px 30px 9.5px 10px;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    line-height: 1.5;
    outline: none;
    font-size: 16px;
}
.mw_wp_form_confirm .select::after {
    display: none;
}

/* validate */

.formError {
    top: 10px !important;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
    background: #d51313 !important;
}
.formError .formErrorContent {
    font-size: 14px !important;
    color: #fff !important;
    min-width: 170px !important;
    padding: 7px 10px !important;
    border-radius: 0 !important;
    letter-spacing: 0;
}

@media screen and (max-width: 767px) {
    .formError .formErrorContent {
        font-size: 12px !important;
    }
}

/* mw wp form - input */

.mw_wp_form_input .is-confirm,
.mw_wp_form_input .is-complete {
    display: none !important;
}

/* mw wp form - confirm */

.mw_wp_form_confirm .is-input,
.mw_wp_form_confirm .is-complete {
    display: none !important;
}

.mw_wp_form_input .back-btn {
    display: none;
}

/* other */

@media screen and (max-width: 767px) {
    /* .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 20px !important;
} */
}

.product_item__block.is-single figure.wp-block-embed-youtube {
    max-width: 800px;
    margin: 0 auto 60px;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
