/**
 *  Ui Kit
 ****************************/
.uk-padding-large-left {
    padding-left: 30px;
}
.uk-padding-large-right {
    padding-right: 30px;
}
.uk-padding-large-bottom {
    padding-bottom: 30px;
}
.uk-padding-large-top {
    padding-top: 30px;
}
.uk-padding-small-left {
    padding-left: 15px;
}
.uk-padding-small-right {
    padding-right: 15px;
}
.uk-padding-small-bottom {
    padding-bottom: 15px;
}
.uk-padding-small-top {
    padding-top: 15px;
}
.uk-navbar-narrow .uk-navbar-item, 
.uk-navbar-narrow .uk-navbar-nav>li>a, 
.uk-navbar-narrow .uk-navbar-toggle {
    min-height: 60px;
}
/* button */
.uk-button-round {
    border: 1px solid;
    border-radius: 20px;
    background-color: transparent;
}
.uk-button-round.uk-button-primary {
    background-color: transparent;
    color: #1E87FC;
}
a.uk-button.uk-button-round.uk-button-primary:hover {
    background-color: rgba(30, 135, 252,.1);
}
.uk-text-white {
    color: #fff;
}
/**
 *  Common
 ****************************/
html {
    font-family: "游明朝体",YuMincho,"游明朝","YuMincho","Noto Serif JP","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝", serif;
}
body {
    
}
h1, h2, h3, h4, h5, h6 {
    font-family: 游明朝体, YuMincho, 游明朝, YuMincho, "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
p {
    font-size: 16px;
    line-height: 35px;
}
a.link-border {
    padding: 10px;
    border: 1px solid;
    background-color: white;
    text-decoration: none;
    cursor: pointer;
    transition: .2s background-color linear;
}
a.link-border:hover {
    background-color: #dcefff;
    transition: .2s background-color linear;
}
.about-img {
    width: 500px;
    max-width: 100%;
}
.repair-case-block {
    padding: 30px;
}
.item-info {
    background-color: #fff;
    box-shadow: 0px 0px 10px -3px #333;
    padding: 30px;
}
.heading-border {
    width: 70px;
    height: 3px;
    background-color: #ccc;
    display: block;
    margin-bottom: 10px;
}
.company-profile-block {
    background-image: url(../img/cosmo-logo-parts2.png);
    background-size: 95%;
    background-repeat: no-repeat;
}
.table-scale-wrap {
    overflow: hidden;
}
.uk-table.table-scale {
    transform-origin: 0 0;
}
.price-block {
    z-index: 980;
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #fafafa;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    opacity: 0;
}
.uk-sticky-fixed #page-top {
    transition: .2s opacity linear;
    opacity: 1;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
.border-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fafafa;
}
.cosmo-link {
    position: absolute;
    bottom: 60px;
    width: 100%;
}
.cosmo-link a {
    font-size: 1rem;
    padding: 0 30px;
    border-radius: 2rem;
    background-color: rgba(255,255,255,.7) !important;
    box-shadow: 0 0 2px;
    line-height: 53px;
}
/**
 *  Header
 ****************************/
.header {
    background-color: rgba(255,255,255,.95);
}
.header-nav {
    border-bottom: 3px solid transparent;
}
.header-nav:hover {
    border-bottom: 3px solid #1e2c5b94;
}
.header-nav.uk-active {
    border-bottom: 3px solid #1e2c5b;
}
.uk-logo img {
    height: 50px;
    width: 100%;
}
#sticky-header.uk-navbar-sticky {
    margin: 63px 0 !important;
    z-index: 100;
}
#sticky-header.uk-navbar-sticky .uk-padding-small {
    padding: 5px;
}
#sticky-header.uk-navbar-sticky img {
    height: 25px;
}
#sticky-header.uk-navbar-sticky .uk-scrollspy-inview {
    padding: 0;
}
#sticky-header.uk-navbar-sticky li {
    padding: 0;
}
#sticky-header.uk-navbar-sticky .uk-background-default {
    background-color: rgba(255,255,255,.95);
}
#sticky-header.uk-tab .uk-active>a {
    background-color: rgb(30, 135, 240,.1);
    border-width: 2px;
}
#sticky-header.uk-tab a:hover {
    background-color: rgb(30, 135, 240,.05);
    border-width: 2px;
    border-color: rgb(30, 135, 240,.5);
}
#sticky-header.uk-tab .uk-active>a:hover {
    border-width: 2px;
    border-color: #1e87f0;
}

/**
 *  Body
 ****************************/
.topics-block {
    background-color: rgba(0,0,0,.02);
}
.topics-block .uk-flex-wrap {

}
.uk-tab img {
    height: 50px;
    opacity: .5;
    transition: .2s opacity linear;
}
.uk-tab a:hover img {
    opacity: .8;
    transition: .2s opacity linear;
}
.uk-tab .uk-active img {
    opacity: 1;
    transition: .2s opacity linear;
}
.example-block {
    position: relative;
    box-shadow: 0 0 0 white;
    top: 0;
    transition: .2s all linear;
}
.example-block:hover {
    box-shadow: 0 30px 20px -20px #aaa;
    top: -20px;
    transition: .2s all linear;
}
.sample-block img {
    box-shadow: 0px 1px 1px #eee;
}
.sample-block .nav-brand img {
    box-shadow: none;
    height: 100px;
    box-shadow: none;
    border: 2px solid #1e2c5b;
    padding: 0 10px;
    border-radius: 5px;
    background-color: white;
    transition: .2s box-shadow linear;
}
.sample-block .nav-brand:hover img {
    box-shadow: 0 30px 30px -15px #6d6d6daa;
    transition: .2s box-shadow linear;
}

i.arrow-icon {
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0px, 10px);
  }
  40% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0px, 10px);
  }
  40% {
    transform: translate(0, 0);
  }
}
/**
 *  Footer
 ****************************/

 /**
 *  Slider
 ****************************/
.uk-slider-items img {
    width: 100%;
}

/**
 *  Posts
 ****************************/
.sns-button {
    display: inline;
}
/**
 *  Media Query
 ****************************/
/* 大ディスプレイ */
@media screen 
	and (min-width: 1200px) {
        /* margin */
        .uk-margin-large-right\@m {
            margin-right: 30px !important;
        }
        .uk-margin-large-left\@m {
            margin-left: 30px !important;
        }
        .uk-margin-large-top\@m {
            margin-top: 30px !important;
        }
        .uk-margin-large-bottom\@m {
            margin-bottom: 30px !important;
        }
        /* padding */
        .uk-padding-large-right\@m {
            padding-right: 30px !important;
        }
        .uk-padding-large-left\@m {
            padding-left: 30px !important;
        }
        .uk-padding-large-top\@m {
            padding-top: 30px !important;
        }
        .uk-padding-large-bottom\@m {
            padding-bottom: 30px !important;
        }
}
/* 小ディスプレイ */
@media screen 
	and (max-width: 1024px) {
        
}
/* タブレット（Landscape） */
@media screen 
	and (min-width:769px) 
	and (max-width:1024px) {

}
/* タブレット（Portrait） */
@media screen 
	and (min-width:736px)
	and (max-width:768px) {
	
}
/* タブレット（Portrait） + スマートフォン */
@media screen 
	and (max-width:768px) {
    
    .example-block:hover {
        margin-top: 0;
        box-shadow: 0 0 0 transparent;
        transition: .2s all linear;
    }
}
/* スマートフォン */
@media screen 
	and (max-width:736px) {
	.uk-logo img {
        height: 40px;
        width: auto;
    }
    .text-small\@s {
        font-size: .875rem;
    }
    #sticky-header li .uk-padding-small {
        padding: 5px;
    }
    #sticky-header li {
        padding: 0;
    }
    #sticky-header li:first-child {
        margin-left: 15px;
    }
    #sticky-header li img {
        height: 25px;
    }
    #sticky-header.uk-navbar-sticky {
        margin: 60px 0 !important;
        z-index: 100;
    }
    #sticky-header.uk-navbar-sticky li:first-child {
        margin-left: 0;
    }
    .repair-case-block {
        padding: 30px 15px;
    }
    .item-info {
        padding: 15px;
    }
    .cosmo-link {
        bottom: 20px;
    }
    .cosmo-link a {
        font-size: .85rem;
        line-height: 45px;
    }
}
/* スマートフォン */
@media screen
	and (max-width:320px) {
	
}