@charset "UTF-8";

.nav img {
    line-height: unset;
    vertical-align: unset;
    border: unset;
}

.header a, .footer a {
    color: inherit;
    text-decoration: none
}


br.sp-only {
    display: inline-block
}


.header a[href], .footer a[href]{
    color: inherit;
}

.footer p {
    margin: 0;
}

.footer ul + ul,
.footer ul + ol, 
.footer ol + ul, 
.footer ol + ol {
    margin: 0;
}


/* *,
:after,
:before {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

* {
    transition: all .15s ease-in
} */

/* html {
    box-sizing: border-box;
    margin: 0;
    padding: 0
} */

.header, .footer {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4d4d4d;
    font-family: Noto Sans JP, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, 小塚ゴシック Pro, Kozuka Gothic Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
    position: relative;
    text-rendering: optimizeLegibility;
    z-index: 1
}

body.no-scroll {
    overflow: hidden
}

body.no-scroll:after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}


body {
    padding-top: 91.5px
}

@media (min-width:1024px) {
    body {
        padding-top: 148.5px
    }
}

@media (min-width:1280px) {
    body {
        padding-top: 114px
    }
}


@media (min-width:1024px) {
    br.sp-only {
        display: none
    }
}

.header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    left: 0;
    padding: 16px 5%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5
}

@media (min-width:768px) {
    .header {
        padding: 16px 2%
    }
}

@media (min-width:1024px) {
    .header {
        padding: 16px 2%
    }
}

.header__sub {
    justify-content: space-between
}

.header__sub,
.header__toggle {
    align-items: center;
    display: flex
}

.header__toggle {
    cursor: pointer;
    flex-direction: column;
    gap: 6px;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 35px;
    transition: all .3s ease;
    width: 30px;
    z-index: 7
}

@media (min-width:1024px) {
    .header__toggle {
        display: none
    }
}

.header__toggle.sticky {
    position: fixed;
    right: 5%;
    top: 5px;
    transition: none;
    z-index: 6
}

@media (min-width:1024px) {
    .header__toggle.sticky {
        top: 12px
    }
}

.header__toggle span {
    background: #4d4d4d;
    display: inline-block;
    height: 2px;
    transform-origin: center;
    transition: all .3s ease;
    width: 100%
}

.header__toggle.active span:first-child {
    transform: rotate(45deg) translate(6px, 6px);
    transform-origin: 50%
}

.header__toggle.active span:nth-child(2) {
    opacity: 0
}

.header__toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    transform-origin: 55%
}

.header__sub-catch {
    display: flex;
    font-size: 10px
}

@media (min-width:1024px) {
    .header__sub-catch {
        font-size: 12px
    }
}

.header__sub-menu {
    display: none
}

@media (min-width:1024px) {
    .header__sub-menu {
        display: flex
    }
}

.header__sub-menu ul {
    align-items: center;
    display: flex;
    gap: 32px;
    list-style-type: none;
    padding: 0 16px
}

.header__sub-menu li:hover {
    color: #009dfe
}

.header__control {
    border-left: 1px solid #d8d8d8;
    display: flex;
    gap: 32px;
    padding: 0 16px
}

.language-dropdown {
    display: inline-block;
    position: relative
}

.language-dropdown .language-trigger {
    cursor: pointer;
    padding: 5px 0
}

.language-dropdown .language-menu {
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    min-width: 100px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 4
}

.language-dropdown .language-menu a {
    color: #333;
    display: block;
    padding: 8px 12px;
    text-decoration: none
}

.language-dropdown .language-menu a:hover {
    background: #f5f5f5
}

.language-dropdown .language-menu body {
    padding-top: 120px
}

@media (min-width:768px) {
    .language-dropdown .language-menu body {
        padding-top: 110px
    }
}

@media (min-width:1024px) {
    .language-dropdown .language-menu body {
        padding-top: 100px
    }
}

.language-dropdown:hover .language-menu {
    display: block
}

.nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: all .3s ease
}

@media (min-width:768px) {
    .nav {
        align-items: flex-start;
        flex-direction: column
    }
}

@media (min-width:1024px) {
    .nav {
        align-items: flex-end;
        flex-direction: row
    }
}

@media (min-width:1280px) {
    .nav {
        flex-direction: row
    }
}

.nav.sticky {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    left: 0;
    padding: 8px 5%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5
}

@media (min-width:1024px) {
    .nav.sticky {
        padding: 12px 5%
    }
}

.nav__sp {
    background: rgba(0, 0, 0, .5);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 6
}

.nav__sp-content {
    background: #fff;
    display: inline-block;
    height: 100%;
    margin-left: auto;
    overflow-y: auto;
    padding: 80px 20px 20px;
    text-align: left;
    width: 80%
}

.nav__sp-head {
    display: flex;
    justify-content: space-between
}

.nav__sp-body {
    border-top: 1px solid #d8d8d8;
    display: flex;
    flex-direction: column;
    margin: 24px 0
}

.nav__sp-body li {
    list-style-type: none
}

.nav__sp-body li a {
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    padding: 18px 0;
    width: 100%
}

.nav__sp-body li a:after {
    background: url(../images/tmxtheme/icon-menu-right.svg);
    content: "";
    display: inline-block;
    height: 10px;
    width: 7px
}

.nav__sp-body .sub {
    margin: 28px 0
}

.nav__sp-body .sub a {
    display: inline-block;
    padding: 8px 0
}

.nav__sp-cta {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.nav__sp-cta .btn {
    border: 0;
    box-shadow: none
}

.nav__wrap {
    display: flex;
    gap: 48px
}

.nav__menu {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

@media (min-width:1280px) {
    .nav__menu {
        align-items: center;
        display: flex;
        flex-direction: row;
        gap: 30px;
        justify-content: flex-start
    }
}

.nav__menu-logo {
    height: 30px
}

.nav__menu-list {
    display: none;
    font-weight: 700;
    gap: 20px;
    justify-content: flex-start;
    width: 100%
}

@media (min-width:1024px) {
    .nav__menu-list {
        display: flex;
        gap: 24px
    }
}

@media (min-width:1440px) {
    .nav__menu-list {
        display: flex;
        gap: 32px;
        width: 100%
    }
}

.nav__menu-item {
    border-bottom: 4px solid #fff;
    padding: 8px 0
}

.nav__menu-item.active,
.nav__menu-item:hover {
    border-bottom: 4px solid #009dfe;
    color: #009dfe;
    padding: 8px 0
}

.nav__cta {
    display: none;
    gap: 8px;
    margin-bottom: 8px
}

@media (min-width:1024px) {
    .nav__cta {
        display: flex;
        justify-content: flex-end
    }
}

@media (min-width:1280px) {
    .nav__cta {
        display: flex
    }
}

.nav .btn {
    border: unset;
    box-shadow: unset;
    font-size: 14px;
    padding: 6px 12px
}

@media (min-width:1280px) {
    .nav .btn {
        border: unset;
        box-shadow: unset;
        font-size: 14px;
        padding: 6px 24px
    }
}

.nav .btn__label {
    gap: 4px !important
}

@media (min-width:1280px) {
    .nav .btn__label {
        gap: 8px
    }
}

.nav .btn__label img {
    height: 20px !important;
    width: 20px !important
}

.dropdown {
    align-items: center;
    display: flex;
    gap: 8px;
    position: relative
}

.dropdown-trigger {
    cursor: pointer;
    pointer-events: all;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.dropdown:after {
    background: url(../images/tmxtheme/icon-arrow-down-blue.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px
}

.dropdown-menu {
    align-items: center;
    color: #4d4d4d;
    display: flex;
    height: calc(90vh - 160px);
    justify-content: center;
    left: 0;
    margin: 0 auto;
    max-height: 650px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 120px;
    transition: all .3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 4
}

@media (min-width:768px) {
    .dropdown-menu {
        top: 180px
    }
}

@media (min-width:1024px) {
    .dropdown-menu {
        top: 160px
    }
}

.dropdown-menu:hover {
    color: #4d4d4d
}

.dropdown-menu:hover {
    color: #4d4d4d
}

.dropdown-menu.show {
    opacity: 1;
    visibility: visible
}

.dropdown-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    display: flex;
    gap: 32px;
    height: 100%;
    max-width: 1200px;
    overflow-y: auto;
    padding: 40px;
    pointer-events: all;
    width: 90%
}

.dropdown-service {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%
}

.dropdown-body {
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    gap: 12px;
    padding-bottom: 32px;
    padding-top: 32px
}

.dropdown-body:last-of-type {
    border-bottom: none
}

.dropdown-body .col {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%
}

.dropdown-body .col .product__sub-item {
    width: 100%
}

.dropdown-body .col .txt {
    font-weight: 400
}

.dropdown-head {
    display: flex;
    justify-content: space-between
}

.dropdown-head strong {
    color: #009dfe;
    font-size: 24px
}

.dropdown-cta {
    background: url(../images/tmxtheme/dropdown-bg.png) no-repeat;
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 500px;
    padding: 32px 20px;
    width: 30%
}

.dropdown-cta h3 {
    font-size: 16px
}

.dropdown-cta p {
    font-size: 14px;
    font-weight: 400;
    margin: 16px 0 32px
}

.dropdown-cta .btn-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between
}

.language {
    align-items: center;
    color: #4d4d4d;
    display: flex;
    gap: 8px;
    text-decoration: none
}

.language:before {
    background: url(../images/tmxtheme/icon-world.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px
}

.language:after {
    background: url(../images/tmxtheme/icon-right-down.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 7px;
    width: 9px
}

.nav__btn-contact.has-custom-icon .btn__label:before,
.nav__btn-demo.has-custom-icon .btn__label:before,
.nav__btn-document.has-custom-icon .btn__label:before,
.nav__btn-invoice.has-custom-icon .btn__label:before {
    display: none
}

.nav body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%
}

.search {
    align-items: center;
    color: #4d4d4d;
    display: flex;
    gap: 8px;
    text-decoration: none
}

.search:before {
    background: url(../images/tmxtheme/icon-search.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px
}

.footer__cta {
    background: url(../images/tmxtheme/footer-cta-bg.png);
    background-size: cover
}

@media (min-width:1024px) {
    .footer__cta-wrap {
        align-items: center;
        display: flex;
        gap: 40px;
        justify-content: center;
        margin: 0 auto;
        max-width: 1200px;
        padding: 150px 0;
        width: 90%
    }
}

.footer__cta-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media (min-width:1024px) {
    .footer__cta-list {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 32px 0
    }

    .footer__cta-list a {
        width: calc(50% - 8px)
    }
}

.footer__cta-info {
    color: #fff;
    margin: 0 auto;
    max-width: 90%;
    padding: 32px 0
}

@media (min-width:1024px) {
    .footer__cta-info {
        margin: unset;
        max-width: 680px
    }
}

.footer__cta-info h3 {
    font-size: 22px
}

@media (min-width:1024px) {
    .footer__cta-info h3 {
        font-size: 24px
    }
}

.footer__cta-info p {
    margin: 16px 0
}

.footer__content {
    padding: 80px 0
}

.footer__content .new-tab {
    align-items: center;
    display: flex;
    gap: 4px
}

.footer__content .new-tab:after {
    background: url(../images/tmxtheme/icon-new-tab.svg);
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px
}

.footer__content .new-tab:hover:after {
    background: url(../images/tmxtheme/icon-new-tab-blue.svg);
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px
}

.footer__content ul {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer__content li {
    list-style-type: none
}

.footer__content a {
    color: inherit
}

.footer__content a:hover {
    color: #009dfe
}

.footer__content-wrap {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%
}

@media (min-width:1024px) {
    .footer__content-wrap {
        align-items: flex-start;
        display: flex;
        justify-content: space-between
    }
}

.footer__content-info strong {
    font-size: 22px
}

.footer__content-info .company-info,
.footer__content-info .company-name {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer__content-info .company-contact {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer__content-info .company-contact a {
    color: #0d78c9;
    text-decoration: underline
}

.footer__content-info .company-sns {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-bottom: 32px
}

.footer__content-info .company-sns a {
    max-width: 30px
}

.footer__content-info .company-sns a img {
    width: 100%
}

.footer__content-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
    max-width: 1200px;
    width: 90%
}

.footer__content-head img {
    max-width: 190px
}

.footer__content-copyright {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 40px auto;
    max-width: 1200px;
    width: 90%
}

@media (min-width:1024px) {
    .footer__content-copyright {
        flex-direction: row;
        justify-content: space-between
    }
}

.footer__content-links {
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media (min-width:1024px) {
    .footer__content-links {
        flex-direction: row;
        gap: 16px
    }
}

.footer__content-menu {
    color: #4d4d4d;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 700;
    gap: 64px
}

.cookie-policy {
    background: rgba(0, 0, 0, .8);
    bottom: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
    color: #fff;
    display: none;
    font-size: 12px;
    left: 5%;
    padding: 12px;
    position: fixed;
    width: 90%;
    z-index: 2
}

@media (min-width:1024px) {
    .cookie-policy {
        bottom: 30px;
        font-size: 12px;
        left: 30px;
        padding: 18px;
        width: 350px
    }
}

.cookie-policy__info {
    margin-bottom: 12px
}

.cookie-policy__info a {
    color: #009dfe;
    text-decoration: underline
}

.cookie-policy__info a:hover {
    color: #0080d6
}

.cookie-policy__btn {
    background: #fff;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 6px 16px
}

.cookie-policy__btn:hover {
    background: #f0f0f0
}

.default-banner {
    bottom: 30px;
    display: none;
    height: 256px;
    position: fixed;
    right: 30px;
    width: 256px
}

.default-banner .close {
    align-items: center;
    background: hsla(0, 0%, 100%, .9);
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: -15px;
    top: -15px;
    transition: all .2s ease;
    width: 30px;
    z-index: 3
}

.default-banner .close:hover {
    background: #fff;
    transform: scale(1.1)
}

.breadcrumb {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%
}

.breadcrumb__wrap {
    margin: 16px 0
}

.breadcrumb__wrap ol {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
}

.breadcrumb__wrap li {
    margin-bottom: 4px;
}

.breadcrumb__wrap li:after {
    background: url(../images/tmxtheme/icon-breadcrumb-right.svg);
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 8px;
    width: 6px
}

.breadcrumb__wrap li:last-of-type:after {
    display: none
}

.breadcrumb__wrap li:last-of-type span {
    color: #009dfe
}

.breadcrumb__wrap a {
    color: #4d4d4d;
    text-decoration: underline
}


.btn__detail-link {
    border-top: 1px solid #d8d8d8;
    color: #4d4d4d;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    justify-content: flex-end;
    margin: auto 0 0;
    padding: 24px 0 0;
    width: 100%
}

.btn__detail-link:after {
    background: url(../images/tmxtheme/icon-chevron-right.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 24px;
    min-width: 24px;
    width: 24px
}

.btn__detail-link.no-border {
    border-top: none;
    padding: 0
}

.btn__event-info {
    background: #d1e4ef;
    color: #4d4d4d
}

.btn__event-apply,
.btn__event-info {
    border-radius: 2px;
    display: block;
    font-weight: 700;
    padding: 12px;
    text-align: center;
    width: 100%
}

.btn__event-apply {
    background: #009dfe;
    color: #fff
}

.btn__event-apply.ended {
    background: #717171;
    color: #fff
}

.btn__download {
    background: #ff8021;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-weight: 700;
    margin-top: auto;
    padding: 12px;
    text-align: center;
    width: 100%
}

.btn__download:hover {
    background: #f2aa49
}

.btn__default {
    background: #4d4d4d;
    border-radius: 28px;
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    padding: 16px 32px 16px 40px;
    text-decoration: none
}

.btn__default:hover {
    background: #009dfe;
    cursor: pointer
}

.btn__default .btn__label {
    align-items: center;
    display: flex;
    gap: 16px
}

.btn__default .btn__label:after {
    background: url(../images/tmxtheme/icon-right.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 14px;
    width: 8px
}

.btn__ended {
    background: #616161;
    border-radius: 28px;
    display: inline-flex;
    font-size: 14px;
    padding: 16px 32px 16px 40px
}

.btn__document,
.btn__ended {
    color: #fff;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    text-decoration: none
}

.btn__document {
    background: #ff8021;
    border: 2px solid #fff;
    border-radius: 28px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    display: flex;
    font-size: 15px;
    padding: 12px 24px
}

.btn__document:hover {
    background: #f2aa49
}

.btn__document:hover span {
    color: #f2aa49
}

.btn__document .btn__label {
    align-items: center;
    display: flex;
    gap: 8px
}

.btn__document .btn__label:before {
    background: url(../images/tmxtheme/icon-document.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 24px;
    width: 21px
}

.btn__document span {
    background: #fff;
    border-radius: 2px;
    color: #ff8021;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 6px
}

.btn__contact {
    background: #ad6eff;
    border: 2px solid #fff;
    border-radius: 28px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    padding: 12px 24px;
    text-decoration: none
}

.btn__contact:hover {
    background: #c68fff
}

.btn__contact:hover span {
    color: #c68fff
}

.btn__contact .btn__label {
    align-items: center;
    display: flex;
    gap: 8px
}

.btn__contact .btn__label:before {
    background: url(../images/tmxtheme/icon-contact.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    width: 22px
}

.btn__contact span {
    background: #fff;
    border-radius: 2px;
    color: #ad6eff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 6px
}

.btn__demo {
    background: #ff80a2;
    border: 2px solid #fff;
    border-radius: 28px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    padding: 12px 24px;
    text-decoration: none
}

.btn__demo:hover {
    background: #ffa6be
}

.btn__demo:hover span {
    color: #ffa6be
}

.btn__demo span {
    background: #fff;
    border-radius: 2px;
    color: #ff80a2;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 6px
}

.btn__demo .btn__label {
    align-items: center;
    display: flex;
    gap: 8px
}

.btn__demo .btn__label:before {
    background: url(../images/tmxtheme/icon-demo.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 18px;
    width: 29px
}

.btn__invoice {
    background: #00b498;
    border: 2px solid #fff;
    border-radius: 28px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    padding: 12px 24px;
    text-decoration: none
}

.btn__invoice:hover {
    background: #00cbb7
}

.btn__invoice:hover span {
    color: #00cbb7
}

.btn__invoice span {
    background: #fff;
    border-radius: 2px;
    color: #00b498;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 6px
}

.btn__invoice .btn__label {
    align-items: center;
    display: flex;
    gap: 8px
}

.btn__invoice .btn__label:before {
    background: url(../images/tmxtheme/icon-estimate.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 24px;
    width: 22px
}

.btn__custom {
    background: #4d4d4d;
    border-radius: 28px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 53px;
    padding: 12px 24px;
    text-decoration: none
}

.btn__custom:hover {
    background: #686868
}

.btn__custom span {
    background: #fff;
    border-radius: 2px;
    color: #4d4d4d;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 6px
}

.btn__custom .btn__label {
    align-items: center;
    display: flex;
    gap: 8px
}

.btn__contact.has-custom-icon .btn__label:before,
.btn__demo.has-custom-icon .btn__label:before,
.btn__document.has-custom-icon .btn__label:before,
.btn__invoice.has-custom-icon .btn__label:before {
    display: none
}

.btn__icon {
    align-items: center;
    display: inline-flex;
    justify-content: center
}

.btn__icon--before {
    margin-right: 8px
}

.btn__icon--after {
    margin-left: 8px
}

.btn__icon:not(.dashicons) {
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 24px
}

.btn__icon.dashicons {
    font-size: 20px;
    height: 20px;
    line-height: 1;
    width: 20px
}

.btn__contact .btn__icon:not(.dashicons),
.btn__demo .btn__icon:not(.dashicons),
.btn__document .btn__icon:not(.dashicons),
.btn__invoice .btn__icon:not(.dashicons) {
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 25px
}

.btn__label .dashicons {
    vertical-align: middle
}

.btn__contact,
.btn__demo,
.btn__document,
.btn__invoice {
    transition: background .3s ease
}

.btn__contact span,
.btn__demo span,
.btn__document span,
.btn__invoice span {
    transition: color .3s ease
}

.btn__label {
    color: #fff;
}


.product__sub-item {
    border: 2px solid #d1e4ef;
    border-radius: 4px;
    padding: 10px 12px;
    position: relative;
    width: 48%
}

@media (min-width:1024px) {
    .product__sub-item {
        padding: 16px 16px 12px;
        width: 160px
    }
}

.product__sub-item:after {
    background: url(../images/tmxtheme/icon-chevron-right.svg) no-repeat;
    background-size: contain;
    bottom: 16px;
    content: "";
    display: inline-block;
    height: 16px;
    min-width: 16px;
    position: absolute;
    right: 16px;
    width: 16px
}

.product__sub-item:hover {
    cursor: pointer
}

.product__sub-item:hover:after {
    background: url(../images/tmxtheme/icon-chevron-blue-right.svg) no-repeat
}

.product__sub-item .txt {
    font-size: 12px;
    padding-right: 20px
}

.product__sub-item .img {
    height: 23px
}


.form {
    background: #fff;
    border-radius: 8px;
    padding: 32px 24px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    color: #4d4d4d;
    position: relative;
}

.form__img {
    position: absolute;
    top: -25px;
    width: 90%;
    height: 50px;
    left: 5%;
}

.form__title {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    font-weight: 700;
    font-size: 22px !important;
    color: #4d4d4d !important;
}

.form__memo {
    text-align: center;
    display: block;
}

.form__memo-head {
    position: relative;
    z-index: 1;
}

.form__memo-head::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    border-top: 1px solid #c8c8c8;
    z-index: -1;
}

.form__memo span {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 5px 10px;
}

.form__memo-txt p {
    font-size: 12px;
    color: #4d4d4d;
    text-align: left;
    margin: 12px 0;
}

.form__memo-txt a {
    color: #0d78c9;
    text-decoration: underline;
}

.ss_btnArea {
    margin: 16px 0;
}

.ss_btnArea p {
    margin: 0;
}

.smpForm {
    padding: 0 !important;
}

.ss_field,
.ss_enquete_field {
    border: 1px solid #d8d8d8;
    background: #f8f8f8 !important;
    padding: 8px;
    width: 100%;
}

.ss_form_title {
    font-size: 12px;
    color: #4d4d4d;
}

.ss_field:hover,
.ss_enquete_field:hover {
    background-color: #f8f8f8 !important;
}

.ss_container input[type="text"],
.ss_container input[type="email"],
.ss_container input[type="tel"] {
    max-width: 100%;
    width: 100%;
    border: none !important;
    background: #f8f8f8;
}

.ss_error_msg {
    font-size: 12px !important;
    color: #ec4242 !important;
    margin-left: 0;
}

.ss_container input[type="checkbox"],
.ss_container input[type="radio"] {
    transform: translateY(4px);
    margin-right: 8px;
    width: 18px;
    height: 18px;
    margin-bottom: 10px;
}

.ss_input {
    font-size: 12px;
    width: 100%;
}

.ss_upComment {
    margin-bottom: 8px;
}

.ss_input select {
    height: 40px;
    width: 100%;
    margin: 8px 0;
    border: 1px solid #d8d8d8;
    background: #fff;
    padding: 8px 16px;
}

.ss_input textarea {
    height: 100px;
    width: 100%;
    margin: 8px 0;
    border: 1px solid #d8d8d8;
    background: #fff;
    padding: 8px 16px;
}

.ss_bottomComment {
    max-height: 56px;
    font-size: 10px;
    overflow-y: auto;
    opacity: 0.8;
}

.ss_warning_label {
    display: none !important;
}

.ss_container input[type="button"] {
    width: 100%;
    background: #ff8021;
    font-weight: 700;
    border-radius: 21px;
    border: none;
    font-size: 16px;
    padding: 8px;
}

.ss_user_notnull {
    font-size: 0;
}

.ss_user_notnull::after {
    font-size: 10px;
    content: "必須";
    padding: 2px 4px;
    color: #fff;
    background: #ec4242;
    border-radius: 4px;
    margin-left: 4px;
    font-weight: 700;
    display: inline-block;
}

.footer__form {
    max-width: 1200px;
    margin: 30px auto;
    width: 90%;
    border: 1px solid #e0e0e0;
    border-radius: 8px !important;

    background: #fff;
    overflow: hidden;
    padding: 24px;
    width: 90%;
}

.footer__title {
    margin-bottom: 16px;
}

.footer__title strong {
    font-size: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer__title strong::before {
    content: "";
    background: url("https://fastseries.jp/wp-content/themes/techmatrix/img/icon-phone.svg") no-repeat;
    width: 15px;
    height: 20px;
    display: inline-block;
}

.footer__title p {
    font-size: 12px;
    display: block;
}

.ss_contents {
    position: relative !important;
    display: inline-block;
    position: relative;
}

.footer__form .ss_btnArea input {
    background: #009dfe !important;
    width: 100px !important;
}

.footer__form .ss_btnArea {
    text-align: right;
    margin: 0;
}

.footer__form .ss_visitor_form {
    display: flex;
}

.footer__form fieldset {
    margin: 0 !important;
    border: none !important;
    margin: 0 !important;
    background: #fff !important;
}

.footer__form fieldset:last-of-type {
    width: 600px;
}

.footer__form input[type="text"],
.footer__form input[type="email"] {
    height: 40px;
    padding: 8px;
}

.footer__form .ss_bottomComment {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 10px;
    width: 85%;
}

.ss_bottomComment a {
    color: #009dfe;
}

.footer__form .ss_visitor_form {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 50px;
}

.footer__form #ss_name {
    display: flex;
    gap: 8px;
}

.footer__form .ss_field:hover {
    background: #fff !important;
}

.footer__form .ss_form_title {
    margin-bottom: 6px;
}

.footer__form #ss_name .ss_form_title {
    white-space: nowrap;
}

.footer__form #ss_name .ss_grid {
    display: flex;
    gap: 8px;
    width: 100%;
}

.footer__form .ss_bottomComment {
    max-height: 75px;
    font-size: 10px;
    overflow-y: auto;
    opacity: 0.8;
}

@media (max-width: 767px) {
    .footer__form {
        padding: 32px 16px;
    }

    .ss_visitor_form {
        flex-direction: column;
    }

    .ss_field {
        flex-direction: column;
    }

    .ss_contents {
        padding-bottom: 16px !important;
    }

    .ss_field {
        width: 100% !important;
    }

    .ss_bottomComment {
        position: unset !important;
        width: 100% !important;
    }
}


.wp-block-table th {
    border: 1px solid #d8d8d8;
}



.nav__menu-item .dropdown:hover {
    cursor: pointer;
}

.dropdown-trigger:hover {
    cursor: pointer;
}

.scroll-top {
    background: #94bfd9;
    padding: 16px 0;
    text-align: center
}

.scroll-top:hover {
    background: #b4d2e4;
    cursor: pointer
}

.scroll-top span {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    gap: 8px
}

.scroll-top span:before {
    background: url(../images/tmxtheme/icon-arrow-top.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 10px;
    width: 15px
}