@charset "UTF-8";

/* CSS Document */

body {
    letter-spacing: 1px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, arial;
    background-color: #f6f6f6;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.7;
}


/*==============================
   -- START Animation main menu -- 
==============================*/

.animate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-sugi {
    border-radius: 0px;
    margin-bottom: 0px;
    z-index: 100;
    background: #f6f6f6;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
}

.navbar-sugi:nth-of-type(2) {
    border-top-width: 1px;
    z-index: 50;
}

.navbar-sugi.affix-top {
    position: absolute;
    top: 0px;
    width: 100%;
}

.navbar-sugi.affix {
    top: 0px;
    width: 100%;
}

.navbar-sugi .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-sugi .navbar-brand {
    color: #000;
    font-weight: 900;
    letter-spacing: 2px;
    margin-top: -5px;
}

.navbar-sugi .navbar-nav>li>a {
    border: 0px solid #000;
    color: #000;
    padding: 15px 14px;
}

.navbar-sugi .navbar-nav>li>a:hover {
    opacity: .4;
    filter: alpha(opacity=40);
}

.navbar-sugi .navbar-nav>li>form>.input-group>input,
.navbar-sugi .navbar-nav>li>form>.input-group>.input-group-btn>.btn {
    border-radius: 0px;
}

.navbar-sugi .navbar-nav>li.disabled>a {
    color: rgb(200, 200, 200);
}

.navbar-sugi .navbar-nav>li>.dropdown-menu {
    border-radius: 0;
    margin-right: -1px;
    min-width: 194px;
    padding: 0px;
}

.navbar .sugi-profile>a {
    padding-bottom: 9px;
    padding-top: 9px;
}

.navbar .sugi-profile>a>img {
    border-radius: 50%;
    width: 32px;
}

.navbar .sugi-profile>.dropdown-menu {
    width: 320px;
}

.navbar .sugi-profile>.dropdown-menu>li>.row {
    padding: 5px 15px;
}

.navbar .sugi-profile>.dropdown-menu>li>.row img {
    width: 100%;
}

.nav-padding {
    padding-top: 61px;
}

.navbar-sugi .navbar-nav>li>.dropdown-menu>li>a {
    border-left: 0 solid #000;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    white-space: nowrap;
}

.textHolder {
    font-size: 10px;
    padding-top: 5px;
    font-style: normal;
    font-weight: 600;
}

.navbar-toggle .icon-bar {
    margin: 0 auto 0;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}


/*==============================
   -- END Animation main menu -- 
==============================*/


/*==============================
   -- START Carousel  -- 
==============================*/

.container_carousel {}


/* Carousel Styles */

.carousel-indicators .active {
    background-color: #000;
}

.carousel-indicators li {
    border: 1px solid #ddd;
    background-color: #ddd;
}

.carousel-inner img {
    width: 100%;
    max-height: 500px
}

.carousel-inner {
    margin-top: 20px;
}

.carousel-control {
    color: #000;
    width: 0;
    font-size: 20px;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-control.left span {
    padding: 0px;
    left: 55px;
}

.carousel-control.right span {
    padding: 0px;
    left: -90px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    color: #000;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    color: #000;
    opacity: .4;
    filter: alpha(opacity=40);
}


/* Carousel Header Styles */

.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #000;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #2980b9;
    padding: 10px;
}

.header-text h3 span {
    background-color: #000;
    padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #000;
    background-color: transparent;
    border: 2px solid #000;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}


/*==============================
   -- END Carousel -- 
==============================*/


/*==============================
   -- START Main Content -- 
==============================*/

.content_margim1 {
    margin-top: 60px;
}

.content_margim {
    margin-top: 40px;
}

.content_padding0 {
    padding-left: 0;
    padding-right: 0;
}

.info_title {
    background-color: #333;
    padding: 20px 10px 10px 10px;
    min-height: 70px;
    color: #FFF;
    text-align: center;
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
}

.info_content {
    background-color: #EDEDED;
    padding: 10px;
    min-height: 70px;
}

.content_img img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

.content_img img {
    margin-bottom: 20px;
}

.padding_left0 {
    padding-left: 0;
}

.padding_right0 {
    padding-right: 0;
}

.banner_hover:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
    color: #000;
}

.banner_hover a {
    text-decoration: none;
    color: #000;
}

.lib-panel {
    margin-bottom: 20px;
}

.lib-panel img {
    width: 100%;
    background-color: transparent;
}

.row {
    margin-right: 0px;
    margin-left: 0px
}

.lib-panel .row,
.lib-panel .col-md-3 .col-sm-6 .col-xs-12 {
    background-color: #fff;
}

.lib-panel .lib-row {
    padding: 20px;
    min-height: 170px;
}

.lib-panel a {
    color: #000;
}

.lib-panel:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
}

.banner {
    padding-left: 5px;
    padding-right: 5px
}

.pdng_cont_0 {
    padding-left: 0px;
    padding-right: 0px;
}

.list-group-item {
    background-color: #fff;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #000;
    background-color: #f0f0f0;
}

.fa-newspaper-o {
    padding-right: 15px;
}

.fa-chevron-circle-right {
    _font-size: 5px;
    padding-left: 20px;
    float: right;
    color: #999;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: #ddd 1px solid;
}

a.list-group-item,
button.list-group-item {
    color: #000;
    border-bottom: #ddd 2px solid;
    padding-left: 30px;
}

h3 {
    color: #000;
    padding-bottom: 20px;
    padding-top: 50px;
}

.news_border {
    padding-top: 60px;
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
    margin-bottom: 50px;
}

.rounded-circle {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
    width: 60%;
}

img {
    vertical-align: middle;
}

.marketing h2 {
    font-size: 20px;
    font-weight: bold;
}


/*==============================
   -- END Main Content -- 
==============================*/


/*==============================
   -- START delivery info -- 
==============================*/

.delivery_main {
    background-color: #eeeeee;
    /*margin-bottom:40px; padding-bottom:40px*/
}

.delivery_block {
    height: 100%;
    padding: 40px 20px 60px 20px;
}

p.delivery_title {
    font-size: 30px;
    font-weight: bold;
}

dl {
    overflow: hidden;
    padding: 0;
    margin: 0
}

dt.sugi1 {
    float: left;
    width: 0%;
    padding: 0;
    margin: 0
}


/*dd.sugi1_1 {
    float: left;
    width: 40%;
    padding: 0;
    margin: 0
}*/


/*dl.sugi2_2 {
    overflow: hidden;
    padding: 30px 0 0 0;
    margin: 0 auto 0;
}*/

dt.sugi2 {
    float: left;
    width: 30%;
    padding: 0;
    margin: 0
}

dd.sugi2_1 {
    float: left;
    width: 40%;
}

p.sugi_subtitle {
    font-size: 14px;
    padding-top: -10px
}

p.sugi22 {
    padding-left: 380px
}

.sugi2-panel {
    margin-top: 40px;
}

.sugi2-panel .col-md-5 {
    text-align: center;
}

.sugi2-panel img {
    width: 100%;
    background-color: transparent;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
}

.sugi2-panel .sugi2-row.sugi2-header {
    font-size: 20px;
    font-weight: 600;
    padding: 0px 20px 10px 0px;
}

.sugi2-panel .sugi2-row.sugi2-desc {
    height: 100%;
    font-size: 13px;
}


/*==============================
   -- END delivery info -- 
==============================*/

.header-inside {
    width: 100%;
    min-height: 100%;
    color: #fff;
}

.headline-inside {
    padding: 20px 0 20px 0;
}

.textCWhiteBBlack div.headline-inside div.box2 h1 {
    color: white;
    text-shadow: 1px 1px 5px #000;
}

.box2 h1 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-shadow: 1px 1px 5px #B4B3B3;
    padding: 0 3.50% 10px 3.50%;
    text-align: center;
}


/*==============================
   -- START Header paginas internas -- 
==============================*/

/*.jumbotron {
    background: url(../img/title1.jpg) no-repeat center center;
}*/

.jumbotron h4 {
    font-size: 228.57143%;
    font-weight: 500;
}

.jumbotron p {
    font-size: 140%;
}

.jumbotron {
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0px
}

h4.sugi_subtitle {
    margin-bottom: 30px;
    padding: 11px 10px 10px;
    border-left: 5px solid #000;
    border-bottom: 1px solid #000;
    font-weight: 700;
    font-size: 2rem;
    margin-top: 40px;
}

.item1 {
    border: 1px solid #a0d1e1;
    padding: 25px;
    background-color: #f3fcfe;
    margin-bottom: 20px;
}

.fa-square {
    color: #0078ff;
    margin-right: 10px;
}


/* -------------------------------------- */


/* underlined list stle                   */

.underlined ol {
    counter-reset: li;
}

.underlined ol>li {
    position: relative;
    margin: 0 0 6px 2em;
    padding: 4px 8px;
    list-style: none;
    background: #f6f6f6;
}

.underlined p {
    padding-left: 10px;
}

.underlined ol>li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    margin-right: 8px;
    padding: 4px;
    border-top: 2px solid #000;
    color: #fff;
    background: #000;
    font-weight: bold;
    text-align: center;
}

.underlined li ol,
.underlined li ul {
    margin-top: 6px;
}

.underlined ol ol li:last-child {
    margin-bottom: 0;
}


/* -------------------------------------- */


/* underlined list stle                   */

.underlined ol {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}


/*==============================
   -- START Back to Top -- 
==============================*/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 25%;
    right: 2%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #666 url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}


/*==============================
   -- END Back to Top -- 
==============================*/


/*==============================
   -- Start FOOTER -- 
==============================*/

footer {
    position: relative;
    background: #000;
    color: #FFF;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .footer-content {
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
    text-align: center;
    line-height: 2.5em;
}

.footer_sugi {
    display: table;
    width: 100%;
    line-height: 1;
}

.footer_item {
    display: inline-block;
    height: 1.3em;
    padding: 0 21px;
    font-size: 85.71429%;
    text-align: center;
    vertical-align: middle;
    _border-left: 1px solid #333;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

.footer_border_left {
    border-left: 1px solid #333;
}

.footer_item>a {
    text-decoration: none;
    color: #fff;
}

.footer_item>a:hover {
    text-decoration: underline;
}

.footer_corp {
    font-size: 10px
}

hr.footer_hr {
    background-color: #000;
    border-top: 1px solid #333;
}

@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: -40px;
    }
    .navbar-sugi .navbar-brand {
        font-size: 20px;
        height: 51px;
    }
    .navbar-sugi .navbar-nav>li>a {
        letter-spacing: 1px;
        font-weight: bold;
        font-size: 14px;
    }
    .navbar-sugi .navbar-nav>li:not(.disabled).open>a,
    .navbar-sugi .navbar-nav>li:not(.disabled).active>a,
    .navbar-sugi .navbar-nav>li:not(.disabled)>a:hover,
    .navbar-sugi .navbar-nav>li:not(.disabled)>a:focus {
        border-bottom-width: 5px;
        border-left-width: 0px;
        padding-bottom: 10px;
        padding-left: 14px;
    }
    .navbar-sugi .navbar-nav>li.disabled>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 990px) {
    .carousel-inner {
        margin-top: 20px;
    }
    dl {
        width: 70%;
    }
    dt.sugi1 {
        width: 20%;
    }
    dd.sugi1_1 {
        width: 50%;
    }
    .sugi2-panel .sugi2-row.sugi2-header {
        padding: 20px 20px 10px 0px;
        text-align: center;
    }
    .sugi2-panel .sugi2-row.sugi2-desc {
        text-align: center;
    }
    .sugi2-panel img {
        width: 80%;
    }
    .rounded-circle {
        width: 40%;
    }
    .navbar-sugi .navbar-nav>li>a {
        font-size: 12px;
    }
    .footer_item {
        display: inline-block;
        float: none;
        width: auto;
        margin-bottom: 24px;
        margin-left: -1px;
        padding: 0 15px;
        font-size: 13px;
        _border-right: 1px solid #333;
        background: transparent none;
    }
    .list-nav-footer_item>a:hover {
        text-decoration: none;
    }
}

@media only screen and (max-width: 767px) {
    .lib-panel .lib-row {
        min-height: 130px;
    }
    .navbar-sugi .navbar-brand {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .jumbotron h4 {
        font-size: 200%;
    }
    .jumbotron p {
        font-size: 120%;
    }
    .jumbotron {
        padding-top: 40px;
        margin-bottom: 10px;
    }
    .carousel-inner {
        margin-top: 50px;
    }
    .sugi_map {
        width: 50%
    }
    dl {
        width: 80%;
    }
    dt.sugi1 {
        width: 20%;
    }
    dd.sugi1_1 {
        width: 60%;
    }
    p.sugi_subtitle {
        font-size: 12px;
    }
    p.delivery_title {
        font-size: 20px;
        font-weight: bold;
    }
    .carousel-indicators {
        bottom: -35px;
    }
    .carousel-control {
        font-size: 13px;
    }
    body {
        font-size: 13px;
    }
    .pdng_cont_0 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .carousel-control.right span {
        left: -50px;
    }
    .carousel-control.left span {
        left: 20px;
    }
    .info_title {
        padding: 10px;
        min-height: auto;
    }
    .navbar-sugi .navbar-nav>li>.dropdown-menu {
        min-width: 185px;
    }
    .navbar-sugi {
        border-bottom: 1px solid #ddd;
    }
    .navbar-sugi .navbar-nav>li>a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 667px) {
    .lib-panel .lib-row {
        min-height: 160px;
    }
    h3>.fa-newspaper-o {
        display: none
    }
    .table-bordered>tbody>tr>td {
        background-color: #FFF;
        font-size: 12px;
    }
    .table-bordered>tbody>tr>th {
        background-color: #f3fcfe;
        font-size: 12px;
    }
}

@media only screen and (max-width: 581px) {
    .rounded-circle {
        width: 60%;
    }
    .marketing h2 {
        font-size: 16px;
    }
    .jumbotron {
        padding-top: 60px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 560px) {
    h3 {
        font-size: 16px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 320px) {
    .sugi2-panel .col-md-7 {
        padding-left: 0;
        padding-right: 0;
    }
    .lib-panel .lib-row {
        min-height: 200px;
    }
}

@media only screen and (max-width: 414px) {
    body {
        font-size: 12px;
    }
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: 0px;
}

.bs-callout-info {
    background-color: #f3fcfe;
    border-color: #bce8f1;
}

.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #bce8f1;
}

.bs-callout-info h4 {
    color: #34789a;
    font-weight: 600;
    padding-top: 10px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.table-bordered>tbody>tr>td {
    background-color: #FFF;
    font-size: 15px;
}

.table-bordered>tbody>tr>th {
    background-color: #f3fcfe;
    font-size: 15px;
}

.table {
    width: 70%;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    background-color: #7fbbfe;
    text-align: center;
}

.table-bordered {
    font-size: 12px;
}

h5.sugi_subtitle2 {
    margin-top: 40px;
    font-size: 18px;
    border: #0078ff 1px dotted;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f5fdfe;
}

.box1 {
    width: 49%;
    float: left;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
    margin-top: 30px;
    margin-right: 1%;
    padding: 15px;
}

.box2 {
    width: 49%;
    float: left;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
    margin-top: 30px;
    margin-left: 1%;
    padding: 15px;
}

@media only screen and (max-width: 768px) {
    .table {
        width: 90%;
    }
}

@media only screen and (max-width: 320px) {
    h5.sugi_subtitle2 {
        font-size: 12px;
    }
    .jumbotron {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .jumbotron p {
        font-size: 100%;
    }
    h4.sugi_subtitle {
        font-size: 1.3rem;
    }
}
