/* Minification failed. Returning unminified contents.
(1285,20): run-time error CSS1046: Expect comma, found '222'
(1285,27): run-time error CSS1046: Expect comma, found ')'
(1698,39): run-time error CSS1046: Expect comma, found '0'
(1698,43): run-time error CSS1046: Expect comma, found '/'
(2024,72): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/layout/material-design-icons/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/layout/material-design-icons/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
       url(/layout/material-design-icons/iconfont/MaterialIcons-Regular.woff) format('woff'),
       url(/layout/material-design-icons/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Adopted from https://bootsnipp.com/snippets/orE6Z */
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  y-background-color: rgba(232, 243, 250, 0.97) !important;
  y-background-color:#0060c8!important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}



/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top: 4.4rem;
}
  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  y-display:block!important;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    y-background-color: #fff;
  }

}


/*
    Magnific Popup CSS
    https://raw.githubusercontent.com/dimsemenov/Magnific-Popup/master/dist/magnific-popup.css
*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        y-padding-left: 6px;
        y-padding-right: 6px;
    }
}

* {
    font-family: 'Microsoft JhengHei', 'Segoe UI', Arial, sans-serif;
}
html, body {
    height: 100%;
    margin: 0;
    line-height: 1.6;
}

/* BEGIN https://css-tricks.com/couple-takes-sticky-footer/ */
.bodyflexwrap {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
}

.wrapper {
    flex: 1 0 auto; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
    padding: 0px;
}

.footer {
    flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
    padding: 0px;
}

.displaynone {
    position: absolute;
    left: -99999px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
    outline: none !important;
}

/* END https://css-tricks.com/couple-takes-sticky-footer/ */


.css-footer-style {
    color: #444;
}

.material-icons {
    vertical-align: middle;
}

.dropdown-menu .nav-item a.nav-link {
    border: 1px solid #999;
}

.navbar {
    padding: 0;
}


iframe, video {
    width: 100% !important;
    height: 100% !important;
}

.h_iframe {
    position: relative;
}

    .h_iframe .ratio {
        display: block;
        width: 99%;
        height: auto;
    }

    .h_iframe iframe, .h_iframe video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


@media (max-width: 991px) {
    .navbar-brand {
        padding: 1rem 0 1rem 0.5rem;
    }
    .navbar-nav {
        padding: 0.5rem 1rem;
    }
    .navbar div.navbar-collapse {
    }
    .navbar button {
        margin-right: 0.5rem;
    }
    
    .navbar-light>div {
        background-color: white;
    }

}
@media (min-width: 992px) {
    .navbar {
        padding: .5rem 1rem;
    }
    .navbar>div {

    }
}

/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

.field-validation-error {
    color: red;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    y-max-width: 280px;
}

.word-wrap {
    word-wrap: break-word;
}


.ninetysix {
    width: 96px; height: 96px; object-fit: cover;
}


.logo {    
    width: 180px;
    height: 39px;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .logo {
        width: 160px;
        height: 30px;
        margin-left: 0px;
    }

}



.lowshadow {
    width: 100%;
    height: 30px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    /* https://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\%29\%200\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.58\%29\%2030\%25\%2C\%20rgba\%28254\%2C254\%2C254\%2C0\.95\%29\%2049\%25\%2C\%20rgba\%28252\%2C252\%2C252\%2C0\.95\%29\%20100\%25\%29\%3B' */
background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.58) 30%, rgba(254,254,254,0.95) 49%, rgba(252,252,252,0.95) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(30%, rgba(255,255,255,0.58)), color-stop(49%, rgba(254,254,254,0.95)), color-stop(100%, rgba(252,252,252,0.95)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.58) 30%, rgba(254,254,254,0.95) 49%, rgba(252,252,252,0.95) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.58) 30%, rgba(254,254,254,0.95) 49%, rgba(252,252,252,0.95) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.58) 30%, rgba(254,254,254,0.95) 49%, rgba(252,252,252,0.95) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.58) 30%, rgba(254,254,254,0.95) 49%, rgba(252,252,252,0.95) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=0 );
}

.updropshadow {
-webkit-box-shadow: 0 12px 50px 0 rgba(110,110,110,1);
-moz-box-shadow: 0 12px 50px 0 rgba(110,110,110,1);
box-shadow: 0 12px 50px 0 rgba(110,110,110,1);
}


.stdpad {
    padding-top: 1em;
}
.stdpad-bottom {
    padding-bottom: 1em;
}

.stdpad img, img {
    max-width: 100%;
}

.ngd-thumbtile img {
    border:1px solid #d4d4d4;
}

.stdpad-hori {
    padding-left: 1rem;
    padding-right: 1rem;
}

.thumbpad {
    border: 0;
    outline: 0;
    margin-bottom: 0.3rem;
}

@media (max-width: 767px) {
    .overflow-x-scroll-xs {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px 5px 15px;
    }
    .overflow-x-scroll-xs::before {
        content: '';
        border: 0px solid red;
        display: block;
        width: 15px;
        height: 96px;
        position: absolute;
        left: 0;

background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 18%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(18%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 18%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 18%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 18%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 18%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );

    }
    .overflow-x-scroll-xs::after {
        content: '';
        border: 0px solid green;
        display: inline-block;
        width: 15px;
        height: 96px;
        position: absolute;
        right: 0px;
        y-top: 52px;
        margin: 0;
        padding: 0;

background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(82%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    }
}


.lang-picker {
    position: relative;
    text-indent: 0;
    font-weight: bold;
    vertical-align: top;
    font-size: 14px;
    width: 97px;
    height: 15px;
    line-height: 1;
    margin-top: 26px;
    margin-right: 34px;
    padding-left: 20px;
    cursor: pointer;
}
.lang-picker .lang-picker-down {
    display: inline-block;    
}
.lang-picker .lang-picker-up,
.lang-picker .lang-picker-pane,
.lang-picker:hover .lang-picker-down {
    display: none;
}
.lang-picker:hover .lang-picker-up {
    display: inline-block;
}
.lang-picker:hover .lang-picker-pane {
    width: 97px;
    display: block;
    padding-top: 0px;
    position: absolute;
    left: 0px;
    z-index: 100010;
    background: #fff;
    border: 1px solid #e8e8e8;
}



.mfp-close-btn-in .mfp-close {
    color: #fff;
    background: black;
}

.popupboxbg {
    background-color: #fff;
    max-width: 1024px;
    margin: 0 auto;
}


.popupboxtitle {
    text-align: left;
    background-color: #3d3d3d;
    color: #FAFAFA;
    padding: 0.5rem 1rem;
    font-size: 2rem;
}

.popupboxbody {
    text-align: left;
    background-color: #f2f2f2;
    color: #686868;
    padding: 1rem;
}



@media (min-width: 576px) {
    .css-glist.card-group > .card {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 50%;
    }
}
@media (min-width: 992px) {
    .css-glist.card-group > .card {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
    }
}



.css-bt4-gridpad>p:only-child {
    margin: 0;
}



.page-big-title .stdpad {
    margin-top: 60px;
}
.takara-footer {
    background-color: #3db4d0;
    color: #fff;
    padding-top: 30px;
}



.bd-masthead {
    padding: 3rem 0;
    background: linear-gradient( 165deg, #f7f5fb 50%, #fff 50%);
}

.logo-w {
    float: left;
    width: 180px;
    margin: 0 0 35px 0;
}

.columnSet {
    float: right;
    list-style-type: none;
    width: 180px;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
}

    .columnSet img {
        max-width: 80%;
        height: auto;
    }

h3.footer-title {
    font-family: 'Arimo', sans-serif;
    font-size: 1.28em;
    padding-bottom: 10px;
}

.navbar-light .navbar-toggler {
    border: 0px;
}

.mij-icon {
    border: 0px solid #3eb4d0;
}

.takara-footer a:link, .takara-footer a:visited, .takara-footer a.touchend {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

 a {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 400;
}

.text-primary {
    color: #494949!important;
}


.glb-footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 192px;
    top: -182px;
    background: url(/layout/layout/img/footer_bg.png) no-repeat center top;
    background-size: contain;
}

 
.takara-footer {
    padding-bottom: 25px;
}

.footer-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding: 15px;
    text-align: center;
}


.footer-title {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2em;
}



.footer-links li {
    display: inline;
    padding: 20px 20px 20px 0;
}

.footer-line {
    border-top: 1px solid #4ec4e0;
    margin: 0px;
}

.css-footer-style {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 0.8em;
}

    .css-footer-style.copyrights {
        line-height: 20px;
        background-color: #f0f0f0;
    }

        .css-footer-style.copyrights a, .css-footer-style.copyrights a:hover {
            color: #494949;
            text-decoration: none;
        }

.nav-link {
    padding: .3rem 1rem;
}

.photo {
    position: relative;
    height: 315px;
    overflow: hidden;
}

.item {
    position: absolute;
    top: 0;
    left: 0;
}

    .item img {
        -webkit-transition: 0.6s ease;
        transition: 0.6s ease;
    }

.photo:hover .item img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.takara-youtube-bg {
    border-top: 0px solid #e6e6e6;
    margin-bottom: 0px;
    background: url(/layout/img/bg-collegelife.jpg) no-repeat center top #f6f6f6;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 60px;
}

.popupboxtitle {
    background-color: #51b2cd;
}

.page-big-title {
    margin-bottom: 30px;
}

.page-header {
    padding: 10px;
    display: inline-block;
    font-size: 1.3em;
}

.takara-pro h5 {
    font-size: 0.8em;
    color: #757575;
    line-height: 2rem;
}

.overlay {
    font-size: 1.3em;
    padding: 50px;
}

    .overlay a {
        text-decoration: none;
    }

.sklogo {
    background: #fff;
}

.banner-desc {
    text-align: left;
    background: #fff;
    padding: 30px 60px;
    margin-bottom: 30px;
}




.banner-desc {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.banner-desc img {
    width: 60%;
}

.banner-desc-text {
    color: #000;
    line-height: 1.7em;
    margin-top: 0.5em;
    font-size: 1.2rem;
}

/* HOVER COLOR */

a svg:hover #facebook,
a svg:hover #instagram {
    fill: #111;
}

article {
    width: 100%;
    margin: 60px auto;
    text-align: center;
    zoom: 2;
}

a {
    outline: none;
    border: 0;
    text-decoration: none;
}

    a svg #facebook,
    a svg #instagram {
        transition: 200ms;
        transition-timing-function: ease-in-out;
        -webkit-transition: 200ms;
        -webkit-transition-timing-function: ease-in-out;
    }

















@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-desc-text {
        display: none;
    }


    .banner-desc img {
        width: 100%;
    }
}


.y-stdpad h2 {
    display: inline-block;
    margin: 30px 0 30px;
    border: 1px solid #bbbbbb;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 1.4em;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
}

.css-is-stuck#js-topnav.css-is-stuck#js-topnav {
    z-index: 60;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    bottom: 140px;
    left: 47.7%;
}

.dcon {
    font-size: 1.3em;
    background: #fff;
    line-height: 50px;
    height: 140px;
    position: inherit;
    bottom: 0px;
    width: 100%;
}

.stdpad {
    y-margin-top: 60px;
}

.contactus_send {
    width: 300px;
    font-size: 1.3rem;
    background-color: #3db4d0;
    border-color: #3db4d0;
    color: #ffffff;
    margin-bottom: 80px;
}

    .contactus_send:hover {
        background-color: #65cfe8;
        border-color: #65cfe8;
    }

.jTcZIe1 {
    background: #E5F2F8;
    padding: 50px;
}

.jTcZIe input {
    width: 580px;
    height: 49px;
    border: 1px solid #3db4d0;
    border-radius: 50px;
    text-indent: 12px;
    width: 350px;
    color: rgb(214 222 224);
    outline: 0px;
}

.page-item.active .page-link {
    background-color: #7dd3e1;
    border-color: #7dd3e1;
}

.search-results-wrapper h4 {
    background-color: #fafafa;
    padding: 15px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
}

.search-results-wrapper h5 {
    background-color: #fafafa;
    padding: 15px;
    overflow: hidden;
}


[type=search] {
    width: 50%;
}

.m-hdg-02.ptn01::before {
    z-index: 1;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-color: #fff;
}

.m-hdg-02 {
    position: relative;
    margin: 15px 0 50px;
    text-align: center;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.5;
}

    .m-hdg-02.ptn01 .m-hdg-02_inner::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 3px;
        background: #3db4d0;
    }

    .m-hdg-02.ptn01:after {
        bottom: -27px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-top-color: #3db4d0;
    }

    .m-hdg-02.ptn01::after, .m-hdg-02.ptn01::before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        border: 20px solid transparent;
        border-bottom-width: 0;
    }

    .m-hdg-02.ptn01:after {
        bottom: -27px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-top-color: #3db4d0;
    }

    .m-hdg-02.ptn01 .m-hdg-02_inner {
        display: block;
        position: relative;
        min-height: 43px;
    }

    .m-hdg-02.ptn01::before {
        z-index: 1;
        bottom: -22px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-top-color: #fff;
    }

.h4, h4 {
    font-size: 1.3rem;
}

.stdpad {
    font-family: 'Microsoft JhengHei', 'Segoe UI', Arial, sans-serif;
}

    .stdpad h1 {
        color: #000000;
        border-bottom: 1px solid #000000;
        font-size: 2rem;
        line-height: 5rem;
        margin-top: 2rem;
        margin-bottom: 1.5rem !important;
    }

    .stdpad h2 {
        color: #000000;
        font-size: 1.4rem;
        text-align: left;
        margin-top: 0.9rem;
        font-weight: bold;
            
    }

    .stdpad h3 {
        color: #565656;
        font-size: 1.3rem;
        letter-spacing: 0.02rem;
        margin-top: 0.1rem;
        line-height: 2.3rem;
    }

    .stdpad h4.border-title {
        display: inline-block;
        margin: 30px 0 30px;
        padding: 10px 50px;
        border-radius: 10px;
        font-size: 1.4rem;
        background: #015ba9;
        color: #fff;
        margin-top: 6px;
    }

    .stdpad h4 {
        color: orange;
        font-weight: bold;
        margin-top: 6px;
    }

    .stdpad h5 {
        font-size: 1.2rem;
        color: #963636;
        margin-top: 6px;
    }

    .stdpad h6 {
        font-size: 0.99rem;
        color: #858585;
        margin-top: 6px;
    }

    .stdpad p {
        font-size: 0.99rem;
        margin-top: 6px;
        letter-spacing: 0.03rem;
        display: -webkit-box;
    }


    .stdpad ol {
        counter-reset: li;
        list-style: none;
        *list-style: decimal;
    }



        .stdpad ol li {
            position: relative;
            padding-left: 50px;
            min-height: 60px;
        }

            .stdpad ol li:before {
                content: counter(li);
                counter-increment: li;
                color: #fff;
                background: #3eb4d0;
                border-radius: 50%;
                font-size: 18px;
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
            }




.m-t {
    margin-top: 30px;
}







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

h2.taka-style {
    display: inline-block;
    font-size: 2.5em;
}

.page-big-title .stdpad {
    margin-top: 0px;
}
   /* h2.taka-style:after {
        content: "";
        position: absolute;
        right: 53%;
        bottom: -45px;
        background: #3db4d0;
        width: 3px;
        height: 40px;
        margin-left: -81px;
        transform: translateX(-30%) rotate(35deg);
    }*/

    /*h2.taka-style:before {
        content: "";
        position: absolute;
        left: 59%;
        top: 80px;
        background: #3db4d0;
        width: 3px;
        height: 40px;
        margin-left: -72px;
        transform: translateX(-50%) rotate(35deg);
    }*/



.footer .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 4.3rem;
    width: 70px;
    height: 70px;
    z-index: 50;
}

.footer .floating {
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 20px;
    display: none;
    width: 230px;
    height: 230px;
    z-index: 50;
}


.footer .btn-primary {
    color: #fff;
    background-color: #3eb4d0;
    border-color: #3eb4d0;
    border: 4px solid #fff;
    line-height: 2;
}


.footer h6 {
    font-size: 0.6rem;
}

.stdpad h6 {
    text-align: center;
    font-weight: 700;
}

.mb40 {
    margin-bottom: 40px !important;
    margin-top: 40px;
}


.stdpad-bottom h3 {
    font-size: 1.2rem;
    background: none;
    line-height: 0.8;
    margin-bottom: 1.2rem;
}


.aboutus h2, .aboutus-en h2 {
    font-size: 1.7rem;
    color: #275ca8;
    margin-top: 19px;
    margin-bottom: 30px;
    border-bottom: 1px solid #015ba9;
    text-align: left;
    line-height: 3rem;
    padding-top: 20px;
}

.aboutus .ab-list {
    padding: 30px 30px;
    margin-top: 40px;
}

.aboutus .ab-list-full, .aboutus-en .ab-list-full {
    padding: 30px 30px;
    letter-spacing: 0.1rem;
    line-height: 1.7rem;
    font-size: 1rem;
    text-align: left;
}

.pix img {
    padding-top: 50px !important;
}

.aboutus .holo {
    padding: 10px 15px 0px 15px;
    /* line-height: 50px; */
    -webkit-border-radius: 20px;
    -moz-border-radius: 10px;
    /* margin: 10px; */
    /*background: #f4f4f4;*/
    /*border: 1px solid #3eb4d0;*/
    color: #3eb4d0;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 20px;
    text-align: center;
}






    .aboutus .holo a, .aboutus .holo a:hover {
        color: #3eb4d0;
        text-decoration: none;
    }

    .aboutus .holo:hover {
        background: #e6f4f8;
        transition: 100ms;
        transition-timing-function: ease-in-out;
        -webkit-transition: 200ms;
        -webkit-transition-timing-function: ease-in-out;
    }






































.takara-bc .material-icons {
    color: #60cde6;
    text-decoration: none;
}

#js-topnav {
    background: #ffffff;
    /*border-top: 1px solid #32b3d1;*/
    /*box-shadow: 0 0 5px 0 rgba(0,0,0,0.35);*/
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 30%);
   
}

   
    #js-topnav a, #js-topnav a:hover {
        text-decoration: none;
    }





@media (max-width: 992px) {
    #js-topnav {
        background: #fff;
        border-top: 1px solid #2e4d8a;       
    }

        #js-topnav a, #js-topnav a:hover {
            color: #1a1a1a;
            text-decoration: none;
        }

    /*h2.taka-style:after {
        content: "";
        position: absolute;
        right: 55%;
        bottom: -36px;
        background: #3db4d0;
        width: 3px;
        height: 40px;
        margin-left: -81px;
        transform: translateX(-30%) rotate(35deg);
    }*/



    /*h2.taka-style:before {
        content: "";
        position: absolute;
        left: 66%;
        top: 50px;
        background: #3db4d0;
        width: 3px;
        height: 40px;
        margin-left: -72px;
        transform: translateX(-50%) rotate(35deg);
    }*/
}

.takara-bc {
    font-size: 0.95rem;
    margin-top: 15px;
    height: 20px;
}

    .takara-bc a, .takara-bc a:hover {
        color: #000;
        text-decoration: none;
    }

    .takara-bc a {
        display: inline-block;
        position: relative;
        overflow: hidden;
        padding-bottom: 3px;
    }

       /* .takara-bc a:before {
            content: "";
            position: absolute;
            left: -100%;
            bottom: 0;
            width: 100%;
            height: 1px;
            border-bottom: 1px solid #0d0d0d;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

        .takara-bc a:hover:before {
            left: 0;
        }*/


.menu-underline {
    position: relative;
    color: #60cde6;
}

    .menu-underline:after {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 0;
        height: 0px;
        content: "";
        transition: width 0.2s;
    }

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0em;
    vertical-align: .255em;
    content: "";
    border-top: .0em solid;
    border-right: .0em solid transparent;
    border-bottom: 0;
    border-left: .0em solid transparent;
}

.menu-underline:hover {
    color: #ff000f;
}

    .menu-underline:hover:after {
        width: 100%;
    }

.taka-gallery.nav {
    margin: 40px 0;
    border-bottom: 0px solid #005bab;
}




.taka-gallery.nav-justified .nav-item {
    margin: 1px;
    justify-content: center;
    padding: 23px 20px 22px;
    text-align: center;
    text-decoration: none;
    color: #1a1a1a;
    background: #efefef;
    font-size: 1.1rem;
    line-height: 1.3;
    position: relative;
    transition: all .2s;
}

@media only screen and (min-width: 989px) and (max-width: 1199px) {

    .taka-gallery.nav-justified .nav-item {
        font-size: 0.9rem;
        transition: all .2s;
    }

   


}


.taka-gallery.nav-pills .nav-link {
    border-radius: 0rem;
}



    .taka-gallery.nav-pills .nav-link.active {
        color: #fff;
        background-color: #015aac;
    }

@media print, screen and (min-width: 992px) {

    .taka-gallery.nav-pills .nav-link.active::before {
        content: "";
        position: absolute;
        right: 45%;
        bottom: -14px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 18px solid #015aac;
    }
    
}









.card {
    text-decoration: none;
    color: #1a1a1a;
    border: 1px solid #3db4d0;
    background: #fff;
    border-radius: 0px;
}



.card-body a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-width: 0 0 20px 20px;
    border-style: solid;
    border-color: transparent transparent #3db5d0 transparent;
}

.css-bt4-gridpad img {
    padding: 20px 0px;
}


.glb-footer {
    position: relative;
    /*background: #3db4d0;*/
    padding-top: 20px;
    padding-bottom: 40px;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
    .glb-footer {
        overflow: visible;
        margin-top: 192px;
        padding-bottom: 60px;
    }

}

.glb-footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 192px;
    top: -182px;
    background: url(/layout/img/footer_bg.png) no-repeat center top;
    background-size: contain;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    .glb-footer:before {
        display: none;
    }
    li.nav-item {
        border-bottom: 1px solid #e6e6e6;
    }
     
}


.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #3db4d0;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        padding-top: 15%;
        /*padding: 50px 20px;*/
    }

    .hovereffect .middle {
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }

    .hovereffect:hover .middle {
        opacity: 1;
    }

    .hovereffect .text {
        background-color: #4b70b8;
        color: white;
        font-size: 16px;
        padding: 16px 32px;
    }

.carousel-inner {
    margin-bottom: 40px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect:hover img {
    filter: url(/layout/css/data:image/svg+xml;charset=utf-8,<svg xmlns="http:/www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter);
    filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

    .hovereffect h2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        content: '';
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



.middle a {
    text-decoration: none;
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.navbar .dropdown-menu {
    y-background-color: #f0f4fb !important;
    y-background-color: #ffffff;
}

.dropdown-menu .nav-item a.nav-link {
    border: 0px solid #999;
    /*background-color:#fff;*/
    color: #000 !important;
    text-align: center;
    
}



.dropdown-menu h5 {
    font-size: 1.1rem;
    line-height: 2.9rem;
    color: #1a1a1a;
}

.slash {
    padding: 12px;
    font-size: 1.2em;
    color: #c1c1c1;
}


.bg01 {
    background: url(/layout/img/bg01.gif);
    padding: 18px 20px;
}

svg#heart {
    height: 250px;
    width: 1250px;
}

#heart-path {
    fill: #000;
    stroke: pink;
    stroke-width: 1px;
    stroke-dasharray: 125;
    stroke-dashoffset: -125;
    stroke-linecap: butt;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

    #heart-path:hover {
        fill: pink;
        stroke-dashoffset: 0;
        stroke-dasharray: 12;
    }

svg#circle {
    height: 60px;
    width: 60px;
    stroke-width: 1;
}

circle {
    stroke-dashoffset: 700;
    stroke-linecap: butt;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

    circle:hover {
        fill: #56bbd7;
        stroke-dashoffset: 0;
        stroke-dasharray: 600;
        stroke-width: 0;
    }


@media (max-width: 576px) {


    /* h2.taka-style:after {
        content: "";
        position: absolute;
        right: 58%;
        bottom: -36px;
        background: #3db4d0;
        width: 3px;
        height: 40px;
        margin-left: -81px;
        transform: translateX(-30%) rotate(35deg);
    }*/
   

    /*h2.taka-style:before {
        content: "";
        position: absolute;
        left: 72%;
        top: 80px;
        background: #3db4d0;
        width: 3px;
        height: 40px;
        margin-left: -72px;
        transform: translateX(-50%) rotate(35deg);
    }*/




    .footer-links {
        display: flexbox;
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: grid;
    }

        .footer-links li {
            text-align: left;
            padding: 0px;
        }

    .footer-line {
        display: none;
    }

    .logo-w {
        width: 60%;
        float: initial;
        margin: 10px 0 35px 0;
    }
}

.d-flex {
    margin-bottom: 40px;
}

.table th {
    white-space: nowrap;
}


.story-content {
    padding: 50px 0 50px;
    margin-bottom: 50px;
}

.stdpad.bg02 {
    background: #efefef;
    padding: 20px 0;
}

.stdpad.dialogue {
    font-size: 1.8rem;
    border-bottom: 2px solid #444444;
    margin-bottom: 60px;
    margin-left: 110px;
}

.stdpad.point {
    width: 6rem;
    float: left;
    margin-right: 15px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    .stdpad.dialogue {
        font-size: 1.2rem;
        border-bottom: 2px solid #444444;
        margin-bottom: 60px;
        margin-left: 80px;
    }

    .stdpad.point {
        width: 4.6rem;
        float: left;
        margin-right: 5px;
        margin-bottom: 50px;
    }
}



.stdpad.youtubebg {
    background: #e5f2f8;
}


.bl {
    border: 1px solid #000;
}

.form-border {
    border-radius: 25px;
}

.search-dd {
    background: url(/layout/img/icon_search.svg);
    background-repeat: no-repeat;
    padding-right: 20px;
}

.navbar .dropdown-menu {
    top: 4.1rem;   
}


.bd-masthead {
    padding: 3rem 0;
    background: linear-gradient( 165deg, #f7f5fb 50%, #fff 50%);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}



.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
}


    .carousel-control-next:hover, .carousel-control-prev:hover {
        fill: #ea9c30;
        -webkit-transition: 1s ease-in;
        transition: 1s ease-in;
        width: 4.5%;
    }


/* The making of enamel */

.contBox {
    position: relative;
}

.pc-only {
    display: block !important;
}

.sp-only {
    display: none !important;
}

@media print, screen and (max-width: 768px) {

    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }
    .lab-process_sp .sec02, .lab-process_sp .sec02_2, .lab-process_sp .sec04, .lab-process_sp .sec06 {
        color: #fff;
        background: #111;
        padding-bottom: 40px;
    }
}


.glb-heading1-container {
    padding-bottom: 82px;
}



@media print, screen and (max-width: 768px) {

    .lab-process_sp .ov-txt {
        height: auto;
        overflow-y: scroll;
        position: relative;
        z-index: 0;
        padding-right: 10px;
    }

    .glb-heading1 {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .glb-heading1-container {
        padding-bottom: 0;
        padding: 0;
        margin: 0;
    }


    .l-container {
        width: 100% !important;
        height: 100vh;
        overflow: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

    .sec-process .sec-inner {
        position: relative;
        min-width: 960px;
        /* max-width: 1600px; */
        margin: 0 auto;
    }

    .lab-process_sp h2 {
        font-family: "Yu Gothic";
        font-size: 30px;
        font-weight: 400;
        position: relative;
        /* padding-bottom: 20px; */
        margin-bottom: 15px;
        line-height: 1;
        z-index: 1;
        margin: 0 3% 30px;
        padding-top: 30px;
    }

    .sp-only {
        display: block !important;
    }

    lab-process_sp .sec01, .lab-process_sp .sec03, .lab-process_sp .sec03_2, .lab-process_sp .sec03_3, .lab-process_sp .sec05 {
        padding-bottom: 40px;
    }



    .lab-process_sp h2 {
        font-family: "Yu Gothic";
        font-size: 25px;
        font-weight: 400;
        position: relative;
        /* padding-bottom: 20px; */
        margin-bottom: 15px;
        line-height: 1;
        z-index: 1;
        margin: 0 3% 30px;
        padding-top: 30px;
    }




        .lab-process_sp h2:after {
            width: 163px;
            height: 57px;
            content: '';
            position: absolute;
            right: 0px;
            top: 40px;
            opacity: .6;
            background: url(/layout/img/2021/the_making_of_enamel/ico_01.png) no-repeat right top;
            transform: translateX(0%)translateY(-50%);
            z-index: -1;
        }

        .lab-process_sp h2.ico01:after {
            background: url(/layout/img/2021/the_making_of_enamel/ico_01.png) no-repeat center top;
            background-size: 100%;
        }

        .lab-process_sp h2.ico02:after {
            background: url(/layout/img/2021/the_making_of_enamel/ico_02.png) no-repeat center top;
            background-size: 100%;
        }

        .lab-process_sp h2.ico03:after {
            background: url(/layout/img/2021/the_making_of_enamel/ico_03.png) no-repeat center top;
            background-size: 100%;
        }

        .lab-process_sp h2.ico04:after {
            background: url(/layout/img/2021/the_making_of_enamel/ico_04.png) no-repeat center top;
            background-size: 100%;
        }

        .lab-process_sp h2.ico05:after {
            background: url(/layout/img/2021/the_making_of_enamel/ico_05.png) no-repeat center top;
            background-size: 100%;
        }

        .lab-process_sp h2.ico06:after {
            background: url(/layout/img/2021/the_making_of_enamel/ico_06.png) no-repeat center top;
            background-size: 100%;
        }

    .lab-process_sp .img {
        position: relative;
    }

    .lab-process_sp .y-img_cover_sp {
        position: absolute;
        left: -30%;
        top: 0;
        height: 100%;
        width: 150%;
        transform: skewX( -10deg );
        /* background: #111; */
        z-index: 10;
    }

    .lab-process_sp .txt-cont__inner {
        width: 100%;
        padding: 0 3%;
        margin-top: 20px;
    }

    .lab-process_sp .ov-txt {
        height: auto;
        overflow-y: scroll;
        position: relative;
        z-index: 0;
    }

    .lab-process_sp .detail_txt {
        font-size: 1.2rem;
        line-height: 1.75;
    }

    .lab-process_sp .detail_txt--02 {
        font-size: 1.3rem;
        font-weight: 600;
        line-height: 1.75;
        margin: 20px auto 5px;
    }

    .lab-process_sp .detail_txt--03 {
        font-size: 1.3rem;
        line-height: 1.75;
    }
}



.lab-process_pc .img-cont {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    max-width: 720px;
    margin-top: 100px;
    z-index: 0;
}


    .lab-process_pc .img-cont::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 1px;
        height: 110%;
        background: #ccc;
        z-index: -1;
    }


.lab-process_pc {
    background: #f6f6f6;
    position: relative;
    z-index: -1;
}

    .lab-process_pc .ttl_flow {
        text-align: center;
        padding: 130px 0 170px;
    }

    .lab-process_pc .sec-process {
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 1440px;
        margin: 0 auto 180px auto;
    }

    .lab-process_pc .sec-inner {
        width: 1120px;
        margin: 0 auto;
    }

    .lab-process_pc .txt-cont {
        width: 640px;
        position: relative;
        left: 50%;
        margin: 0 0 90px -560px;
        z-index: 1;
    }

        .lab-process_pc .txt-cont .sub-txt {
            font-size: 1.6rem;
            font-weight: 600;
            line-height: 1;
            margin-left: 80px;
        }

        .lab-process_pc .txt-cont .process-num {
            line-height: 1;
            margin-left: 75px;
            margin-top: -10px;
        }

        .lab-process_pc .txt-cont .txt-cont__inner {
            background: #fff;
            margin-top: 92px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -o-border-radius: 10px;
            -ms-border-radius: 10px;
            padding: 90px 80px 50px;
            font-size: 1.2rem;
            line-height: 1;
        }

            .lab-process_pc .txt-cont .txt-cont__inner h2 {
                font-size: 4.0rem;
                margin: 0 0 50px 0;
                line-height: 1;
                font-weight: 500;
            }

            .lab-process_pc .txt-cont .txt-cont__inner p {
                margin-bottom: 20px;
                line-height: 1.75;
            }


    .lab-process_pc .img-cont {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        max-width: 720px;
        margin-top: 100px;
        z-index: -10;
    }

.middle > * {
    vertical-align: middle;
}

 

.taka-spe-tab td.a-center {
    text-align: center;
}


.taka-spe-tab table, .taka-spe-tab th, .taka-spe-tab td {
    border: 1px solid #ddd;
}


.taka-spe-tab th, .taka-spe-tab td {
    padding: 0.4em;
}

.taka-spe-tab table, .taka-spe-tab th, .taka-spe-tab td {
    border-color: #000;
}

.taka-spe-tab th {
    background-color: rgb(236, 236, 236);
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
.taka-spe-tab td {
        border-width: 0 1px 1px 0;
    }

.taka-spe-tab table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0;
    table-layout: fixed;
    width: 100%;
}
.m-tbl-02 tbody th {
    background: #efefef;
}
.m-tbl-02 td, .m-tbl-02 th {
    padding: 10px;
    border: 1px solid grey;
}
.lang-picker-pane li {
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    text-align: left;
    float: left;
    width: 100%;
    text-indent:15px;
}

.lang-picker-pane a:focus, .lang-picker-pane a:hover {
    display: block;
    color: #ffffff;
    background: #3eb4d0;
}


.lang-picker-pane:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 35px;
    border-bottom: 10px solid #3eb4d0;
    border-bottom-color: #3eb4d0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
