body {
    margin: 0;
    color: #404040
}

a img {
    border: 0
}

::-moz-selection {
    background-color: #b3b3b3;
    color: #fff
}

::selection {
    background-color: #b3b3b3;
    color: #fff
}

.android-search-box .mdl-textfield__input {
    color: rgba(0, 0, 0, .87)
}

.android-header .mdl-menu__container {
    z-index: 50;
    margin: 0 !important
}

.mdl-textfield--expandable {
    width: auto
}

.android-fab {
    position: absolute;
    right: 20%;
    bottom: -26px;
    z-index: 3;
    background: #64ffda !important;
    color: #000 !important
}

.android-mobile-title {
    display: none !important
}

.android-logo-image {
    max-height: 46px;
    max-width: 280px
}

.android-header {
    overflow: visible;
    background-color: transparent
}

.android-header .material-icons {
    color: #767777 !important
}

.android-header .mdl-layout__drawer-button {
    background: 0 0;
    color: #767777
}

.android-header .mdl-navigation__link {
    color: #757575;
    font-weight: 400;
    font-size: 14px
}

.android-navigation-container {
    direction: rtl;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 500px;
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1), width .2s cubic-bezier(.4, 0, .2, 1)
}

.android-search-box.is-focused+.android-navigation-container {
    opacity: 0;
    width: 100px
}

.android-search-box {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 16px;
    margin-right: 16px
}

.android-more-button {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.android-be-together-section {
    position: relative;
    height: calc(85vh - 100px);
    min-height: 380px;
    width: auto;
    background-color: #f3f3f3;
    background: url(../img/top.jpg) center 30% no-repeat;
    background-size: cover
}

.logo-font {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1;
    color: #fff;
    font-weight: 500
}

.android-create-character {
    font-size: 21px;
    padding-top: 200px
}

.android-create-character a {
    text-decoration: none;
    color: #767777;
    font-weight: 300
}

.android-screen-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px
}

.android-screens {
    text-align: right;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto
}

.android-screen {
    text-align: center
}

.android-screen .android-link {
    margin-top: 16px;
    display: block;
    z-index: 2
}

.android-image-link {
    text-decoration: none
}

.android-wear {
    display: inline-block;
    width: 160px;
    margin-right: 32px
}

.android-wear .android-screen-image {
    width: 40%;
    z-index: 1
}

.android-phone {
    display: inline-block;
    width: 64px;
    margin-right: 48px
}

.android-phone .android-screen-image {
    width: 100%;
    z-index: 1
}

.android-tablet {
    display: inline-block;
    width: 110px;
    margin-right: 64px
}

.android-tablet .android-screen-image {
    width: 100%;
    z-index: 1
}

.android-tablet .android-link {
    display: block;
    z-index: 2
}

.android-tv {
    display: inline-block;
    width: 300px;
    margin-right: 80px
}

.android-tv .android-screen-image {
    width: 100%;
    z-index: 1
}

.android-auto {
    display: inline-block;
    width: 300px;
    overflow: hidden
}

.android-auto .android-screen-image {
    display: block;
    height: 300px;
    z-index: 1
}

.android-wear-section {
    position: relative;
    background: url(../images/wear.png) center top no-repeat;
    background-size: cover;
    height: 800px
}

.android-wear-band {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #37474f
}

.android-wear-band-text {
    max-width: 800px;
    margin-left: 25%;
    padding: 24px;
    text-align: left
}

.android-wear-band-text p {
    padding-top: 8px
}

.android-alt-link {
    text-decoration: none;
    color: #64ffda !important;
    font-size: 16px
}

.android-alt-link:hover {
    color: #00bfa5 !important
}

.android-alt-link .material-icons {
    position: relative;
    top: 6px
}

.android-customized-section {
    text-align: center
}

.android-customized-section-text {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 16px 0 16px
}

.android-customized-section-text p {
    padding-top: 16px
}

.android-customized-section-image {
    background: url(../images/devices.jpg) center top no-repeat;
    background-size: cover;
    height: 400px
}

@media (max-width:900px) {
    .android-navigation-container {
        display: none
    }

    .android-mobile-title {
        position: absolute;
        top: 4px;
        margin-left: -20px;
        transition: opacity .2s cubic-bezier(.4, 0, .2, 1)
    }

    .android-search-box.is-focused+.android-navigation-container+.android-mobile-title,
    .android.android-search-box.is-focused~.android-mobile-title {
        opacity: 0
    }

    .android-more-button {
        display: none
    }

    .android-search-box.is-focused {
        width: calc(100% - 48px)
    }

    .android-search-box .mdl-textfield__expandable-holder {
        width: 100%
    }

    .android-create-character {
        padding-top: 200px;
        font-size: 16px
    }

    .android-create-character img {
        height: 12px
    }

    .android-fab {
        display: none
    }

    .android-wear-band-text {
        margin-left: 0;
        padding: 16px
    }
}

.material-icons.md-18 {
    font-size: 18px
}

.mdl-data-table td.jfs-text-center {
    text-align: center
}

h3 {
    font-size: 20px;
    color: #251216;
    font-weight: 400;
    border-bottom: solid 1px rgba(113, 84, 90, .6)
}

h4 {
    font-size: 18px;
    color: #2f0d14;
    font-weight: 700
}

h5 {
    font-size: 16px
}

.jfs-link {
    text-decoration: none;
    color: #c34a63 !important
}

.jfs-link:hover {
    color: #f3486c !important
}

.jfs-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle
}

.jfs-link-menu:hover {
    cursor: pointer
}

.jfs-bs {
    font-size: 1.2em
}

.jfs-more-section {
    padding: 80px 0;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

.jfs-more-section .jfs-section-title {
    margin-left: 12px;
    padding-bottom: 24px
}

.mdl-typography--display-1-color-contrast {
    opacity: .8
}

.jfs-navigation {
    direction: ltr;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 800px
}

.jfs-navigation .mdl-navigation__link {
    display: inline-block;
    box-sizing: border-box;
    height: 100%;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
    cursor: pointer
}

.jfs-navigation .mdl-navigation__link:hover {
    border-bottom: 4px solid #424242
}

.jfs-card-container .mdl-card__media {
    overflow: hidden;
    background: 0 0;
    border-radius: 0 0 50% 50%
}

.jfs-card-container .mdl-card__media img {
    width: 100%
}

.jfs-card-container .mdl-card__title {
    background: 0 0;
    height: auto
}

.jfs-card-container .mdl-card__title-text {
    color: #404040;
    height: auto
}

.jfs-card-container .mdl-card__supporting-text {
    height: auto;
    color: #404040;
    padding-bottom: 56px;
    padding: 0 16px
}

.jfs-card-container .mdl-card__actions a {
    border-top: none;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    text-align: right
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(MaterialIcons-Regular.woff2) format('woff2'), url(MaterialIcons-Regular.woff) format('woff'), url(MaterialIcons-Regular.ttf) format('truetype')
}

body,
html {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif
}

.mdl-layout__header {
    color: #424242
}

.mdl-layout__header--waterfall.is-casting-shadow {
    background-color: #fff
}

.mdl-data-table {
    white-space: normal
}

.mdl-layout__header-row .mdl-navigation__link {
    padding: 0 20px
}

.mdl-layout-title a {
    color: #424242;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px
}

.mdl-menu__container .mdl-menu__outline {
    background: rgba(114, 114, 114, .7)
}

.mdl-layout__drawer-button {
    display: none;
    right: 0;
    left: auto
}

.mdl-layout__drawer {
    right: 0;
    left: auto;
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.mdl-menu__item>a {
    color: inherit;
    text-decoration: inherit;
    width: 100%;
    display: inline-block
}

.jfs-drawer {
    border-right: none
}

.jfs-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0
}

.jfs-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #757575
}

.jfs-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #b93953
}

.jfs-drawer .mdl-layout-title {
    position: relative;
    background: #37474f;
    height: 56px
}

.jfs-drawer .android-logo-image {
    position: absolute;
    bottom: 16px
}

@media (max-width:900px) {
    .mdl-layout-title a {
        font-size: 16px;
        letter-spacing: -2px
    }

    .mdl-layout__header-row {
        height: 56px;
        padding: 0 16px 0 2%
    }

    .mdl-layout__drawer-button {
        display: block
    }
}

.mdl-mega-footer {
    color: #585858
}

.jfs-footer {
    background-color: #fafafa;
    position: relative
}

.jfs-footer .mdl-mega-footer--top-section::after {
    border-bottom: none
}

.jfs-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none
}

.jfs-footer .mdl-mega-footer--bottom-section {
    position: relative
}

.jfs-footer .mdl-mega-footer--bottom-section span {
    margin-right: 2em
}

.jfs-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em
}

.jfs-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px
}

@media (max-width:900px) {
    .jfs-footer .mdl-mega-footer--bottom-section a {
        display: block
    }
}

.nextsection-fab {
    position: absolute;
    right: 20%;
    bottom: -26px;
    z-index: 3;
    background: #232938 !important;
    color: #fff !important
}

.jfs-slogan-logo {
    position: absolute;
    top: 100px;
    left: 15%;
    opacity: .8;
    z-index: 10
}

.jfs-slogan {
    position: absolute;
    font-size: 60px;
    padding-top: 213px;
    padding-left: 20%;
    text-align: left;
    font-family: 'Hammersmith One', sans-serif;
    z-index: 100
}

.jfs-sub-slogan {
    font-size: 20px;
    padding-top: 24px
}

a.scrollbutton {
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 1000;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    color: #fff
}

a.scrollbutton span {
    position: absolute;
    top: 0;
    left: 50%;
    height: 54px;
    margin-left: -17px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    padding-top: 54px
}

a.scrollbutton span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 8px;
    height: 8px;
    margin-left: -4px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@media (max-width:900px) {
    .jfs-slogan-logo {
        top: 57px;
        left: -40px;
        z-index: 10
    }

    .jfs-slogan {
        font-size: 46px;
        margin: 0;
        padding-top: 172px;
        padding-left: 10%
    }

    .jfs-sub-slogan {
        display: none
    }
}

.news-list {
    text-align: left;
    width: 100%;
    overflow-x: auto
}

.news-list .mdl-list {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.mdl-list__item-avatar.material-icons {
    border-radius: 0;
    background-color: transparent;
    color: #757575
}

.news-list .mdl-data-table {
    white-space: normal;
    margin: 0 auto;
    border: 0;
    width: 75%
}

.news-list table thead {
    display: none
}

.news-list .mdl-data-table td:first-child {
    min-width: 7em
}

.news-list .mdl-data-table td {
    height: 58px
}

.news-list .mdl-data-table td i.material-icons {
    padding-top: 3px
}

#all {
    font-size: 13px
}

#acc {
    display: none
}

@media (max-width:900px) {
    .news-list .mdl-data-table {
        width: 100%
    }
}

.mdl-list.jfs-submenu {
    padding: 10px;
    min-height: inherit
}

.mdl-list.jfs-submenu.fixed {
    position: fixed;
    top: 88px
}

.mdl-list.jfs-submenu .mdl-list__item.is-selected,
.mdl-list.jfs-submenu .mdl-list__item:hover {
    background-color: #f5f0f0
}

.jfs-subsection {
    padding: 1em 2em;
    margin-bottom: 2em
}

@media (max-width:900px) {
    .mdl-list.jfs-submenu {
        display: none
    }
}

.jfs-subtitle-section {
    position: relative;
    background-size: cover
}

.jfs-subtitle-text {
    width: 100%;
    padding: 40px 0;
    color: #fff;
    background-color: #37474f
}

.jfs-subtitle-text p {
    padding-top: 35px
}

@media (max-width:900px) {
    .jfs-subtitle-text {
        padding: 20px 0
    }
}

.company .mdl-data-table {
    width: 100%;
    border: none
}

.company .mdl-data-table th {
    font-weight: 700;
    padding-bottom: 0;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.company .mdl-data-table td {
    border-top: none
}

#organization img {
    max-width: 100%
}

#organization svg {
    max-width: 100%;
    max-height: 600px
}

@media (max-width:900px) {
    .company .mdl-data-table {
        width: 100%
    }
}

body.contact form>div {
    text-align: center;
    padding-right: 5%;
    padding-left: 5%
}

.mdl-textfield {
    width: 500px
}

.recruit .mdl-data-table {
    width: 100%;
    border: none
}

.recruit .mdl-data-table th {
    font-weight: 700;
    padding-bottom: 0;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    min-width: 8em
}

.recruit .mdl-data-table td {
    border-top: none
}

@media (max-width:900px) {
    .recruit .mdl-data-table {
        width: 100%
    }
}

#osaka {
    margin-top: 2em
}

.ggmap {
    background-color: #e7e7e7
}

.shienkin {
    margin-top: 10px;
    padding: 0;
    background-color: #eb6a7e;
    text-align: center;
}

.shienkin > .mdl-cell {
    margin: 0;
    padding: 0;
}

.shienkin img {
    width: 100%;
    max-width: 1280px;
}

div.shienkin + div.jfs-more-section {
    padding-top: 0;
}