/* ===== Begin umch1style.css ===== */
/* ==== Google font ==== */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,700,900');

/*==========================================================================
  General
  ========================================================================== */

.min {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif
}


/**/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 10px;
}

#page-top a {
    text-decoration: none !important;
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 20px;
    text-indent: -9999px;
    background: url("../image/pagetop.png") no-repeat center #bebebe;
}

#page-top a:hover {
    text-decoration: none !important;
    background: url("/image/pagetop.png") no-repeat center #999;
}


/**/

a,
a::before,
a::after {
    -webkit-transition: all .3s;
    transition: all .3s;
}

body {
    color: #000000;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.6em;
    text-shadow: none;
}

.clear {
    clear: both;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 40px;
    line-height: 30px;
}

h2 {
    font-size: 24px;
    color: #e60012;
    font-weight: 700;
    letter-spacing: 0.1em;
}

h2 span {
    font-size: 16px;
    font-weight: normal;
    margin-left: 10px;
}

h3 {
    font-size: 20px;
    color: #e60012;
}

.featured_solution h3 {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 16px;
}

.txt-light {
    font-weight: 300;
}

.txt-regular {
    font-weight: 400;
}

.txt-bold {
    font-weight: 700;
}

.txt-uppercase {
    text-transform: uppercase;
}

blockquote {
    font-family: Georgia, serif;
}

blockquote.bigquote {
    border: none;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1em;
}

.text-bold {
    font-weight: 900;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

small {
    font-size: 65%;
}

mid {
    font-size: 80%;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none;
}

.color-white.txt-shadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
    text-transform: uppercase;
}


/*==========================================================================
  Misc & Adjust 
 ========================================================================== */

.row {
    z-index: 9999;
}

.big {
    font-size: 20pt;
    font-weight: 300;
}

.blink:hover {
    opacity: 0.9;
}

.half-offset {
    margin-bottom: 75px !important;
}

.no-offset {
    margin: 0 !important;
    padding: 0;
}

.content,
.container {
    overflow: hidden;
}

.trans {
    border: 0 !important;
    background: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.nobg {
    background: 0;
    border: 0;
}

.noborder {
    border: 0 !important;
}

.color-white {
    color: #fff;
}

.color-blue {
    color: #e60012;
}

.color-red {
    color: #e60012;
}

.color-black {
    color: #000000;
}

.theme-bg {
    background-color: #ff7701 !important;
}

.normalize-font-top {
    padding-top: 25px;
}


/* --- float --- */

.float-left {
    float: left;
}

.float-right {
    float: right;
}


/* --- align --- */

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}


/* ---- padding ---- */


/* top */

.pad-top0 {
    padding-top: 0;
}

.pad-top5 {
    padding-top: 5px;
}

.pad-top10 {
    padding-top: 10px;
}

.pad-top15 {
    padding-top: 15px;
}

.pad-top20 {
    padding-top: 20px;
}

.pad-top25 {
    padding-top: 25px;
}

.pad-top30 {
    padding-top: 30px;
}

.pad-top35 {
    padding-top: 35px;
}

.pad-top40 {
    padding-top: 40px;
}


/* bottom */

.pad-bot0 {
    padding-bottom: 0;
}

.pad-bot5 {
    padding-bottom: 5px;
}

.pad-bot10 {
    padding-bottom: 10px;
}

.pad-bot15 {
    padding-bottom: 15px;
}

.pad-bot20 {
    padding-bottom: 20px;
}

.pad-bot25 {
    padding-bottom: 25px;
}

.pad-bot30 {
    padding-bottom: 30px;
}

.pad-bot35 {
    padding-bottom: 35px;
}

.pad-bot40 {
    padding-bottom: 40px;
}


/* ---- margin --- */

.mar-left5 {
    margin-left: 5px;
}

.mar-left10 {
    margin-left: 10px;
}

.mar-left15 {
    margin-left: 15px;
}

.mar-left20 {
    margin-left: 20px;
}

.mar-left25 {
    margin-left: 25px;
}

.mar-left30 {
    margin-left: 30px;
}

.mar-right5 {
    margin-right: 5px;
}

.mar-right10 {
    margin-right: 10px;
}

.mar-right15 {
    margin-right: 15px;
}

.mar-right20 {
    margin-right: 20px;
}

.mar-right25 {
    margin-right: 25px;
}

.mar-right30 {
    margin-right: 30px;
}


/* top */

.mar-top0 {
    margin-top: 0;
}

.mar-top5 {
    margin-top: 5px;
}

.mar-top10 {
    margin-top: 10px;
}

.mar-top15 {
    margin-top: 15px;
}

.mar-top20 {
    margin-top: 20px;
}

.mar-top25 {
    margin-top: 25px;
}

.mar-top30 {
    margin-top: 30px;
}

.mar-top35 {
    margin-top: 35px;
}

.mar-top40 {
    margin-top: 40px;
}


/* bottom */

.mar-bot0 {
    margin-bottom: 0;
}

.mar-bot5 {
    margin-bottom: 5px;
}

.mar-bot10 {
    margin-bottom: 10px;
}

.mar-bot15 {
    margin-bottom: 15px;
}

.mar-bot20 {
    margin-bottom: 20px;
}

.mar-bot25 {
    margin-bottom: 25px;
}

.mar-bot30 {
    margin-bottom: 30px;
}

.mar-bot35 {
    margin-bottom: 35px;
}

.mar-bot40 {
    margin-bottom: 40px;
}


/*===========================
  --- Sections ----
=========================== */

section.section {
    margin: 0;
    padding: 18px 0 60px 0;
}

section.section-under {
    margin: 0;
    padding: 60px 0 60px 0;
}

section.section-chikara {
    margin: 0;
    padding: 150px 0 60px 0;
}

.bg-white {
    background-color: #fff;
}

.bg-white-h {
    background-color: rgba(255, 255, 255, 0.8);
}

.bg-gray {
    background-color: #eeeeee;
}

.bg-blue {
    background-color: #e60012;
    color: #ffffff !important;
}

.bg-red {
    background-color: #e60012;
    color: #ffffff !important;
}

.bg_grayyellow {
    background-color: #f8f6e7
}


/* --- section heading --- */

.section-header {
    text-align: center;
}

.section-header h2.section-heading {
    text-transform: uppercase;
    font-weight: 700;
}


/*===========================
  --- Header & menu ----
=========================== */

.navbar {
    line-height: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 1);
    display: block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.navbar .navbar-collapse {
    margin-bottom: 0;
    padding-bottom: 0;
}

.nav li {
    height: 100%;
    line-height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.nav>li>a {
    display: table-cell;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    color: #000000;
    font-weight: 700;
    font-size: 12px;
    /*letter-spacing: 0.1em;*/
    text-transform: uppercase;
    height: 80px;
    padding: 0px 6px;
}

.nav>li>a:hover {
    color: #fff;
    background-color: #e60012;
}

.navbar-nav {
    float: right;
    margin-bottom: 0;
    padding-bottom: 0;
}

.navon {
    color: #fff !important;
    background-color: #e60012;
}

h1 a.navbar-brand {
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    text-shadow: none;
}

.navbar-brand {
    padding: 14px 0px 0px 0px;
    display: table-cell;
    vertical-align: middle;
}

.navbar-brand img {
    vertical-align: middle;
}

.navbar-toggle {
    padding: 0;
    margin: 0;
    width: 80px;
}

.navbar-collapse.in {
    margin-top: -5px !important;
}


/*===========================
  --- Featured section ----
=========================== */

section.featured {
    padding: 180px 0 30px;
}

section.featured h2.slogan {
    font-size: 48px;
    font-weight: 900;
}


/* inner heading */

section.featured.inner {
    background: #eee;
    padding: 150px 0 50px;
}


/*ヘッダー*/

section.featured_solution {
    padding: 100px 0 0px;
    background: url("../img/tuyomi_v.jpg") no-repeat center;
    height: 350px;
    overflow: hidden;
}

section.featured_syoukai {
    padding: 100px 0 0px;
    background: url("../img/tuyomi_v.jpg") no-repeat center;
    height: 350px;
    overflow: hidden;
}

section.featured_kyoten {
    padding: 100px 0 0px;
    background: url("../img/header_kyoten.jpg") no-repeat center;
    height: 350px;
    overflow: hidden;
}

section.featured_csr {
    padding: 100px 0 0px;
    background: url("../img/header_csr.jpg") no-repeat center;
    height: 350px;
    overflow: hidden;
}

section.featured_hinsitu {
    padding: 100px 0 0px;
    background: url("../img/header_hinsitu.jpg") no-repeat center;
    height: 350px;
    overflow: hidden;
}

section.featured_history {
    padding: 100px 0 0px;
    background: url("../img/header_enkaku.jpg") no-repeat center;
    height: 350px;
    overflow: hidden;
}

section.featured_inquiry {
    padding: 100px 0 0px;
    background: url("../img/header_inquiry.jpg") no-repeat center;
    height: 350px;
    overflow: hidden;
}

section.featured_pp {
    padding: 100px 0 0px;
    background: url("../img/header_pp.jpg") no-repeat center;
    height: 350px;
    overflow: hidden;
}

section.featured_recruit {
    padding: 100px 0 0px;
    background: url("../img/header_recruit.jpg") no-repeat center;
    height: 350px;
    overflow: hidden;
}

section.featured_jisseki {
    padding: 100px 0 0px;
    background: url("../img/header_chikara.jpg") no-repeat center top;
    height: 350px;
    overflow: hidden;
}

/*UMCHヘッダー*/

section.featured_umchtop {
    padding: 100px 0 0px;
    background: url("../image/umch_top.jpg") no-repeat center;
    height: 350px;
    overflow: hidden;
}

section.featured_umchintroduction {
    padding: 100px 0 0px;
    background: url("../image/umch_introduction.jpg") no-repeat center;
    height: 350px;
    overflow: hidden;
}

section.featured_umchprofile {
    padding: 100px 0 0px;
    background: url("../image/umch_profile.jpg") no-repeat center;
    height: 350px;
    overflow: hidden;
}

section.featured_umchbusiness {
    padding: 100px 0 0px;
    background: url("../image/umch_business.jpg") no-repeat center;
    height: 350px;
    overflow: hidden;
}

section.featured_umchsite {
    padding: 100px 0 0px;
    background: url("../image/umch_site.jpg") no-repeat center;
    height: 350px;
    overflow: hidden;
}

/*ヘッダー*/

section.featured_tokucyo {
    padding: 100px 0 0px;
    background: url("../img/header_tokucyou2.jpg") no-repeat center;
    background-size: cover;
}

section.featured_chikara {
    padding: 100px 0 0px;
    background: url("../img/header_chikara.jpg") no-repeat center top;
    background-size: cover;
}


/*ダウンロードヘッダー*/

section.featured_download {
    padding: 100px 0 0px;
    background: url("../img/download.jpg") no-repeat center;
    height: 350px;
    overflow: hidden;
}


/*実績ヘッダー*/

section.featured_case {
    padding: 100px 0 0px;
    background: url("../img/index/main_v.jpg.html") no-repeat;
    height: 300px;
    overflow: hidden;
}


/*ニュースヘッダー*/

section.featured_news {
    padding: 100px 0 0px;
    background: url("../img/index/main_v.jpg.html") no-repeat;
    height: 300px;
    overflow: hidden;
}


/* --- Flexslider --- */

.flexslider {
    margin: 0;
    background: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
}

.flex-control-paging li a.flex-active {
    background: #fff;
}

.flex-control-nav {
    bottom: -25px;
}

.flexslider .slides img {
    width: auto;
    display: inline;
}

.flex-direction-nav a {
    display: block;
    width: 50px;
    height: 98px;
    margin: -29px -20px 0;
    position: absolute;
    top: 30%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    right: -70px;
    background: url("../img/arrow_large_right.png.html") no-repeat top left;
}

.flex-direction-nav .flex-prev {
    left: -70px;
    background: url("../img/arrow_large_left.png.html") no-repeat top left;
}

.flex-direction-nav a.flex-next:before {
    content: none !important;
}


/* removing default arrows */

.flex-direction-nav a:before {
    content: none !important;
}


/* --- Revolution slider --- */

.featured .fullwidthbanner ul {
    list-style: none;
    padding: 0;
}

.tp-rightarrow.large {
    margin-left: 0;
}

.tp-leftarrow.default {
    width: 49px !important;
    height: 98px !important;
    background: url("../img/arrow_small_left.png.html") no-Repeat top left;
}

.tp-rightarrow.default {
    width: 49px !important;
    height: 98px !important;
    background: url("../img/arrow_small_right.png.html") no-Repeat top left;
}

.fullwidthbanner-container {
    padding-top: 100px;
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 650px !important;
    overflow: hidden;
}

.fullwidthbanner {
    height: 650px;
}

.tp-bullets.simplebullets.round .bullet {
    background: url("../img/bullets-new.png.html") no-repeat top left;
}

.tp-caption.large_bold_white {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    margin: 0px;
    padding: 1px 4px 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.small_thin_white {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0px;
    text-shadow: none;
    margin: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.fullwidthbanner a.btn {
    color: #fff;
}


/*==========================
About
=========================== */

.member-photo {
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0 20px 0;
}

.member-photo img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.team-detail h4 {
    font-weight: 700;
}


/*===========================
  Portfolio
============================ */

nav#filter a {
    background-color: #EEE;
    color: #555;
}

nav#filter a:hover,
nav#filter a.current {
    background-color: #44BCDD;
    color: #fff;
}


/* ------- */

.isotopeWrapper article {
    margin-bottom: 30px;
}

#portfolio img {
    width: 100%;
}

#portfolio article p {
    margin-bottom: 1.45em;
    /*set next row on the baseline*/
}

nav#filter {
    margin-bottom: 1.5em;
}

nav#filter li {
    display: inline-block;
    margin: 0 0 0 5px;
}

nav#filter a {
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
}

.portfolio-items article img {
    width: 100%;
}

.portfolio-item {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.portfolio-item img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: rgba(220, 220, 220);
}

.portfolio-item:hover .portfolio-desc {
    padding-top: 20%;
    height: 100%;
    transition: all 200ms ease-in-out 0s;
    opacity: 1;
}

.portfolio-item .portfolio-desc a {
    color: #fff;
}

.portfolio-item .portfolio-desc a:hover {
    /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
    text-decoration: none;
}

.portfolio-item .portfolio-desc .folio-info {
    top: -20px;
    padding: 30px;
    height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info {
    height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
    top: 5px;
}

.portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
}

.portfolio-item .portfolio-desc .folio-info p {
    color: #ffffff;
    font-size: 12px;
}


/*===========================
  --- Testimonial ----
=========================== */

#testimonals {
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
    margin-top: 50px;
}

.testimonial i {
    color: #fff;
}

.testimonial span.author {
    color: #fff;
    font-weight: 700;
}

.testimonial h5 {
    color: #fff;
    font-size: 18px;
    font-family: Georgia, sans-serif;
    line-height: 1.5em;
}


/*===========================
  --- Contact ----
=========================== */

.validation {
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#sendmessage {
    border: 1px solid #fff;
    display: none;
    text-align: center;
    padding: 15px 12px 15px;
    margin: 10px 0;
    font-weight: 600;
    margin-bottom: 30px;
}

#sendmessage.show,
.show {
    display: block;
}

#contact-form {
    position: relative;
    z-index: 999;
}

#contact-form input[type=text],
#contact-form input[type=email],
.contactForm textarea {
    width: 100%;
    background: rgba(227, 231, 228, 1);
    font-family: 'Open Sans', sans serif;
    border: 0;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    padding: 0 10px;
}

#contact-form input[type=text]:focus,
#contact-form input[type=email]:focus,
.contactForm textarea:focus {
    background: rgba(101, 106, 100, 1);
    color: #eff1ef;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: background 0.25 ease-in;
    -moz-transition: background 0.25 ease-in;
    -webkit-transition: background 0.25 ease-in;
}

#contact-form input[type=text],
#contact-form input[type=email] {
    height: 60px;
    margin-bottom: 30px;
}

#contact-form input[type=submit] {
    color: #fff;
    width: 185px;
    height: 60px;
    text-shadow: none;
    font-size: 14px;
    padding: 0.5em;
    letter-spacing: 0.05em;
    margin: 0 0 20px 0;
    display: block;
    border: 0;
    text-transform: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#contact-form input[type=submit]:hover,
#contact-form input[type=submit]:active {
    background: #43413e !important;
}

#contact-form textarea {
    padding-top: 1em;
}

textarea.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

div.cform-response-output {
    max-width: 60%;
    text-align: center;
    margin-left: 40% !important;
    margin-top: 0.5em !important;
    padding: 0.5em !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.cform-not-valid-tip {
    color: #888;
    border: 1px dotted #ad3729 !important;
    width: 100% !important;
    left: 0 !important;
    padding: 0.5em !important;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


/* google map */

#map {
    height: 500px;
}


/*====================
  Clients
==================== */

#clients img {
    opacity: 0.7;
}

#clients img:hover {
    opacity: 1;
}


/*=========================
  Footer
 ================= */

section#footer {
    background: #e60012;
    margin: 0;
    z-index: 500;
    bottom: 0;
    position: relative;
}

section#footer .copyright {
    text-align: center;
    color: #ffffff;
    font-size: 0.7em;
    margin: 10px 0px 10px 0px !important;
}


/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/* footer menu */

ul.footer-menu {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.footer-menu li {
    display: inline;
    margin: 0 5px;
}


/*===========================
  --- Template Components ----
=========================== */


/* footer social icons */

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}


/* stats */

.stats .icon {
    margin: 0 0 20px 0;
}

.stats strong.number {
    font-size: 38px;
}

.stats span.text {
    font-weight: 700;
    font-size: 24px;
}


/* buttons */

.btn {
    border: 0;
}

.btn.bold {
    font-weight: 600;
}

.btn-cta {
    color: #ffffff;
    border-bottom: 4px solid;
}

.btn-cta:hover {
    color: #ffffff;
}

.btn-cta {
    border-bottom: 2px solid;
}

.btn-cta.btn-lg {
    border-bottom: 4px solid;
}

.btn-default {
    color: #fff;
    background: url("../img/arw01.png") no-repeat 5px;
    background-color: #e60012;
    padding: 10px 15px 10px 25px;
}


/* ========================================
Media queries
========================================= */

@media (min-width: 959px) and (max-width: 1199px) {
    .navbar-nav {
        margin-top: 0px;
    }
}

@media (min-device-width: 979px) and (max-device-width: 1024px) {
    .navbar-nav {
        margin-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .navbar-nav {
        margin-top: 0px;
    }
    .nav>li>a {
        font-size: 11px;
        padding: 0px 5px;
        width: 45px;
    }
    .nav li a span:after {
        content: "\A";
        white-space: pre;
    }
}


/*@media  (min-width: 768px) and (max-width: 979px) {
.navbar-nav {
	margin-top: 0px;
}
.nav>li>a {
	font-size: 11px;
	padding: 0px 6px;

}
}*/

@media only screen and (max-width: 767px) {
    .navbar.navbar-fixed-top {
        background-color: rgba(255, 255, 255, 1);
    }
    .navbar .navbar-collapse {
        width: 100%;
        margin: 0;
    }
    .navbar .navbar-collapse ul.nav {
        background-color: #ffffff;
        width: 90%;
        float: none;
        margin: 10px auto;
        padding: 0;
        /* box-shadow */
        box-shadow: rgba(200, 200, 200, 0.5) 0px 0px 6px 3px;
        -webkit-box-shadow: rgba(200, 200, 200, 0.5) 0px 0px 6px 3px;
        -moz-box-shadow: rgba(200, 200, 200, 0.5) 0px 0px 6px 3px;
    }
    .navbar .navbar-collapse ul.nav li {
        border-bottom: 1px solid #cdcdcd;
    }
    .nav>li>a {
        height: 30px;
        display: block;
        line-height: 30px;
    }
    .navbar-brand {
        margin-left: 10px;
    }
    section.featured {
        padding-top: 120px;
    }
    .team-member,
    .col-lg-4 {
        margin-bottom: 30px;
    }
    .stats .col-md-3 {
        margin-bottom: 30px;
    }
}

.color-white {
    color: #ffffff
}


/*top_news*/

.topnews p {
    font-size: 0.9em;
}

.topnews p span {
    color: #e60012;
    display: block;
    font-weight: 700;
}

.topnews p a {
    color: #000000;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.topnews p a:hover {
    background-color: #FFFFFF
}


/*top-case*/

.top_case_box {
    background-color: #ffffff;
    display: block;
    color: #000000;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

.top_case_box h4 {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    color: #e60012;
    margin-bottom: 5px;
    margin-top: 10px;
}

.top_case_box h4 span {
    display: block;
    background-color: #B3B3B3;
    font-size: 13px;
    color: #fff;
    padding: 3px;
    text-align: center;
    margin: 10px 0px 15px 0px;
}

.top_case_box:hover {
    color: #000000;
}

.top_case_box::before,
.top_case_box::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.top_case_box::after {
    top: -100%;
    left: 0px;
    width: 100%;
    height: 100%;
}

.top_case_box:hover::after {
    top: 0;
    background-color: #F0F0F0;
}

.toplink img {
    border: 1px solid rgba(255, 255, 255, 0.2)
}


/*======下層ページ=======*/

.localmenu {
    margin: 10px 0px 10px 0px;
}

.localmenu a {
    display: block;
    background-color: #ffffff;
    text-align: center;
    color: #e60012;
    padding: 5px;
    font-size: 17px;
    line-height: 17px;
}

.localmenu a:hover {
    background-color: #e3e3e3
}

.fixed {
    position: fixed;
    top: 116px;
    width: 100%;
    z-index: 10000;
}

@media only screen and (max-width: 767px) {
    .fixed {
        position: static;
        width: 100%;
        z-index: 10000;
    }
    .localmenu a {
        margin-bottom: 2px;
        padding: 10px;
        font-size: 15px;
    }
}

#link00,
#link01,
#link02,
#link03,
#link04,
#link05 {
    /*padding-top: 150px;*/
    padding-top: 186px;
}

#link010 {
    /*padding-top: 150px;*/
    padding-top: 130px;
}

#link00,
#link01,
#link02,
#link03,
#link04,
#link05,
#link010 {
    /*padding-top: 150px;*/
    /*padding-top: 186px;*/
}

#csr00,
#csr01,
#csr02,
#csr03,
#csr04,
#csr05,
#csr06,
#csr07,
#csr08 {
    /*padding-top: 150px;*/
    padding-top: 186px;
}

#chlink00,
#chlink01,
#chlink02,
#chlink03,
#chlink04,
#chlink05 {
    /*padding-top: 150px;*/
    padding-top: 160px;
}


/*タブ切り替え*/

#tab div.active,
#tab div.active a,
#tab div.active a:hover {
    background: #ffffff;
}

#detail {
    clear: both;
}

.tabbox {
    display: none;
}

.tabmenu a {
    display: block;
    background-color: #e3e3e3;
    text-align: center;
    color: #e60012;
    padding: 3px;
    font-size: 1.0em;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px !important;
}

.tabmenu a:hover {
    background-color: #C5C5C5
}

.icon_mov {
    background: url("../img/bg_icon_mov.png") left no-repeat;
    padding-left: 30px;
    line-height: 30px;
}

.icon_pdf {
    background: url("../img/bg_icon_dwonload.png") left no-repeat;
    padding-left: 30px;
    line-height: 30px;
}

.icon_com {
    background: url("../img/bg_icon_com.png") left no-repeat;
    padding-left: 30px;
    line-height: 30px;
}

#link_news_01 {
    padding-top: 50px;
}

#link_news_02 {
    padding-top: 50px;
}

#link_news_03 {
    padding-top: 50px;
}

.index_menu a {
    background-color: #e60012;
    opacity: 0.8;
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 5px;
}

.index_menu a:hover {
    background-color: #9E9E9E;
    color: #ffffff;
}


/**/

.tuyomi_link a {
    display: block;
}

.tuyomi_link a:hover {
    background-color: #D9D9D9
}


/*===========紹介============*/

.slide_box {
    display: none
}

.slide_btn {
    color: #ffffff;
    background: url("../img/plus.png") no-repeat 4px;
    background-color: #e60012;
    padding-left: 25px;
}

.slide_btn:hover {
    background-color: #D9D9D9
}

.tour_btn {
    color: #ffffff;
    background: url("../img/arw01.png") no-repeat 4px;
    background-color: #e60012;
    padding-left: 25px;
    margin-left: 15px;
}

.tour_btn:hover {
    background-color: #D9D9D9
}

.slide_active {
    background: url("../img/dash.png") no-repeat 4px #9e9e9e !important;
}

.mes_bg {
    background: url("../img/bg_premes.png") repeat-x bottom;
    padding-bottom: 0px !important;
}

.mestxt {
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.1em;
}

.pre_name {
    font-size: 20px;
}

.syaze {
    font-size: 14px;
    line-height: 30px;
}

.profile_table {
    width: 100%;
    border-spacing: 0px 6px;
    border-collapse: separate;
}

.profile_table td {
    background-color: #ffffff;
    padding: 8px;
}

.profile_table th {
    background-color: #a5a5a5;
    padding: 8px;
    color: #ffffff;
}

.csr_title {
    font-size: 26px;
    letter-spacing: 0.3em
}

.csr_txt {
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.1em
}

.rsult {
    padding: 10px;
}

.rsult div {
    padding: 10px;
}

.rsult h4 {
    text-align: center;
    /*color:#e60012*/
}

.isotbl thead th {
    background-color: #efeccd;
    text-align: center;
}

.isotbl td {
    text-align: center;
    vertical-align: middle !important;
}

.tbl_color_grayyellow {
    background-color: #f8f6e7
}

.isotbl body th {
    text-align: left;
    vertical-align: middle !important;
}

.isotbl {
    border-bottom: #ddd 1px solid;
}

.isonote {
    font-size: 12px;
    line-height: 14px;
}

.isonote span {
    width: 130px;
    display: inline-block;
}


/*拠点*/

.bdr_gray {
    border-bottom: #ddd 1px solid;
}

.icon_tel {
    background: url("../img/icon_tel.png") no-repeat left;
    padding-left: 30px;
    line-height: 20px;
}

.icon_fax {
    background: url("../img/icon_fax.png") no-repeat left;
    padding-left: 30px;
    line-height: 20px;
}


/*=========UMSの力==========*/

.hoyuugijutu {
    padding: 5px;
    font-size: 90%
}

.hoyuugijutu div {
    padding: 10px;
}

.liflort li {
    float: left;
    margin-right: 60px;
}

.seisan_box {
    margin-bottom: 30px;
}

.seisan_box h4 {
    color: #e60012;
    text-align: center;
    border-bottom: 1px solid #e60012;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.chikara_top_back {
    background-color: rgba(255, 255, 255, 0.85);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 70%;
    margin: 0 auto;
    padding: 15px 0px 15px 0px
}

section.featured_chikara h3 {
    font-size: 26px;
    margin-top: 60px;
    letter-spacing: 0.2em;
    line-height: 40px;
    margin: 0px;
}


/*=========UMSの特徴==========*/

section.featured_tokucyo h3 {
    font-size: 26px;
    margin-top: 60px;
    letter-spacing: 0.2em;
    line-height: 40px;
    /*color:#ffffff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.7);  */
}

.tokucyou_top h4 {
    color: #e60012;
}


/*.tokucyou_top h4	 {
		background-color:#e60012;
		color:#ffffff;
		font-size:20px;
		line-height:30px;
		display:block;
		width:30px;
		height:30px;
		text-align:center;
		    border-radius: 15px;
    -webkit-border-radius: 15px;  
    -moz-border-radius: 15px;
	margin:0 auto 10px; auto;
}*/

.tokucyou_top div {
    margin-bottom: 20px;
}

.tokucyou_top div div {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    text-align: center;
}


/*=========お問い合わせ==========*/

.border_under_table {
    border-bottom: 1px solid #ddd !important;
}

.wid80 {
    width: 80%;
}

.wid60 {
    width: 60%;
}

.wid50 {
    width: 50%;
}

.wid40 {
    width: 40%;
}

.wid30 {
    width: 30%;
}

.wid20 {
    width: 20%;
}

.form-control {
    display: inline-block !important;
    font-size: 85% !important;
}

.help-block {
    display: inline-block !important;
    font-size: 85% !important;
}

#privacy {
    height: 200px;
    overflow: scroll;
}


/*トップ背景*/

@media print {
    #s01 {
        display: none
    }
    .navbar-fixed-top {
        position: static !important
    }
}

@media screen {
    #s01p {
        display: none !important;
    }
}


/* 新採用情報ぺーじ */

section.featured_recruit01 {
    padding: 100px 0 0px;
    background: url("../img/header_recruit03-2.jpg") no-repeat center;
    height: 350px;
    overflow: hidden;
}

.news_item_box span {
    padding-right: 1rem;
}

@media(max-width: 600px) {
    #liaise_1 th,
    #liaise_1 td {
        width: 100%;
        display: block;
    }
}


/* 経営理念 */

.col-outer-box {
    padding: 0 5px;
}

.col-inner-box {
    padding: 3rem 5rem;
    background: rgba(255, 255, 255, 0.5);
    min-height: 19em;
}
/* ===== End umch1style.css ===== */

/* ===== Begin umch-override.css ===== */
/* ==========================================================================
   UMC H Electronics - Override CSS
   Purpose:
   1) Keep SEO text in HTML source but hide it from visual display.
   2) Hide the top contact CTA text/link.
   3) Make links red.
   ========================================================================== */

/* --------------------------------------------------------------------------
   SEO-only heading at the very top of <body>
   HTML target:
   <h1 class="seo-h1">...</h1>
   -------------------------------------------------------------------------- */
.seo-h1 {
    display: none !important;
}

/* --------------------------------------------------------------------------
   Hide the top SEO intro block above the movie / main visual.
   This hides the following visible text while keeping it in HTML:
   - UMC H Electronics provides comprehensive EMS solutions...
   - As an EMS provider...
   - As an EMS company...
   -------------------------------------------------------------------------- */
.seo-intro {
    display: none !important;
}

/* Safety rule in case another stylesheet overrides .seo-intro. */
.seo-intro .main-title,
.seo-intro .top-lead {
    display: none !important;
}

/* --------------------------------------------------------------------------
   Hide the top contact CTA directly below the SEO intro.
   HTML target:
   <div class="contact-cta">
       <a ...>Contact Us for Inquiries and Quotations</a>
   </div>
   -------------------------------------------------------------------------- */
.contact-cta {
    display: none !important;
}

/* --------------------------------------------------------------------------
   Make links red.
   -------------------------------------------------------------------------- */
a,
a:link,
a:visited {
    color: #e60012;
}

a:hover,
a:focus,
a:active {
    color: #e60012;
}

/* Keep footer links readable if they are on the red footer background. */
section#footer a,
section#footer a:link,
section#footer a:visited,
section#footer a:hover,
section#footer a:focus,
section#footer a:active {
    color: #ffffff;
}

/* --------------------------------------------------------------------------
   Hide expired NEW badges.
   JS adds "is-hidden" class when the badge is expired.
   -------------------------------------------------------------------------- */
.news-badge.is-hidden {
    display: none !important;
}
/* --------------------------------------------------------------------------
   Prevent the top movie from showing above / behind the fixed gray navigation.
   -------------------------------------------------------------------------- */

/* 固定ヘッダー全体を最前面にして、背景を不透明にする */
.navbar.navbar-fixed-top {
    z-index: 9999 !important;
    background: #ffffff !important;
    overflow: hidden;
}

/* ロゴがある白い帯を不透明にする */
.navbar .headuper {
    background: #ffffff !important;
}

/* グレーのグローバルメニュー帯を不透明にする */
.navbar .gm {
    background: #555555 !important;
}

/* 固定ヘッダーの高さ分、本文を下げる */
#wrapper {
    padding-top: 115px;
}

/* 動画エリアが外にはみ出さないようにする */
#index_v_wrap,
#s01 {
    overflow: hidden;
}
/* ===== End umch-override.css ===== */

/* ===================================================================
   Header Fix - Safe Optimized Version
   Purpose:
   - Keep the gray global menu bar visible
   - Prevent the movie/main visual from overlapping the fixed header
   - Avoid header height collapse
=================================================================== */

/* Fixed header container */
.navbar.navbar-fixed-top {
  z-index: 9999 !important;
  background: #ffffff !important;
  overflow: visible !important;
}

/* Let the header height follow its child elements */
.navbar {
  height: auto !important;
  min-height: 80px;
}

/* Upper white logo area */
.navbar .headuper {
  background: #ffffff !important;
  position: relative;
  z-index: 2;
}

/* Gray global menu bar */
.navbar .gm {
  background: #555555 !important;
  position: relative;
  z-index: 2;
  display: block !important;
  width: 100%;
  overflow: visible !important;
}

/* Keep desktop menu item layout stable */
.nav > li > a {
  height: 80px;
  line-height: 80px;
}

/* Prevent body/main content from going underneath the fixed header */
#wrapper {
  padding-top: 115px;
}

/* Keep movie/main visual behind the header without clipping header children */
#index_v_wrap,
#s01 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* 動画の下部見切れ対策 */
#index_v_wrap,
.top-view,
#s01 {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

#topMov {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block;
}

.btn-default {
    background-color: #e60012;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
}

#privacy {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

#privacy + div {
  margin-top: 20px;
}

.text-large {
  font-size: 18px;
  line-height: 1.4;
}

/* ===================================================================
   CSR・ESG - Environmental Policy text adjustment
   Purpose:
   - Keep the introduction paragraph outside the ordered list.
   - Make the introduction text smaller and reduce line spacing.
   - Stabilize list text size and spacing.
=================================================================== */

/* Environmental Policy - intro paragraph */
.policy-intro {
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: normal !important;
  margin: 0 0 18px 0;
  color: #000000;
}

/* Environmental Policy - ordered list */
.environmental-policy-list {
  margin: 0;
  padding-left: 1.5em;
}

/* Environmental Policy - list text */
.environmental-policy-list li {
  font-size: 16px !important;
  line-height: 1.55 !important;
  margin-bottom: 14px;
  color: #000000;
}

/* Environmental Policy - list headings */
.environmental-policy-list li strong {
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 700;
}
.policy-intro {
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: normal !important;
  margin: 0 0 18px 0;
  color: #000000;
}

.environmental-policy-list li {
  font-size: 16px !important;
  line-height: 1.55 !important;
  margin-bottom: 14px;
  color: #000000;
}

.environmental-policy-list li strong {
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 700;
}
