@charset "utf-8";

/* -------- シンプルテンプレート --------- */

@import url('//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700');
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .1s ease-out;
    -o-transition: -o-transform .1s ease-out;
    transition: transform .1s ease-out;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

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

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox,
#jquery-lightbox:after,
#jquery-lightbox:before,
#jquery-lightbox *,
#jquery-lightbox *:after,
#jquery-lightbox *:before {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

#lightbox-wrap,
#lightbox-wrap:after,
#lightbox-wrap:before,
#lightbox-wrap *,
#lightbox-wrap *:after,
#lightbox-wrap *:before {
    box-sizing: content-box;
}

#lightbox-title {
    font-size: 16px;
}

#lightbox-title-over {
    font-size: 16px;
    padding: 10px;
}

/* Preload images */

body:after {
    content: url('../../../images/common/close.png') url('../../../images/common/loading.gif') url('../../../images/common/prev.png') url('../../../images/common/next.png');
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 0;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url('../../../images/common/loading.gif') no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url('../../../images/common/prev.png') left 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url('../../../images/common/next.png') right 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url('../../../images/common/close.png') top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* 
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}


/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {

    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/* 
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}


/* 
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

h1 {
    color: #727171;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
#myModalLabel,
.section button,
.section-inner h4 {
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

h3 {
    color: #5185c5;
    font-size: 22px;
    line-height: 1.4;
    border-left: 3px solid #5185c5;
    padding: 5px 0 5px 20px;
}

h3 small {
    color: #5185c5;
    font-size: 85%;
}

.company-info h3 {
    color: #c19995;
    border-left: 3px solid #c19995;
}

.company-info h3 small {
    color: #c19995;
    font-size: 85%;
    margin-left: 1em;
}

.company-info .section-inner {
    background-color: #c19995;
    border-radius: 6px;
    border: 1px solid #c19995;
    margin-bottom: 50px;
}

.company-info .section-inner:hover {
    cursor: pointer;
}

.company-info .section-inner h4 {
    padding: 0 10px 10px;
    margin-bottom: 0;
    border-radius: 6px;
    color: #fff;
}

.company-info .section-inner .section-footer {
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.division h3 {
    color: #f5ad6a;
    border-left: 3px solid #f5ad6a;
}

.division h3 small {
    color: #f5ad6a;
    font-size: 85%;
    margin-left: 1em;
}

.division .section-inner {
    background-color: #f5ad6a;
    border-radius: 6px;
    border: 1px solid #f5ad6a;
    margin-bottom: 50px;
}

.division .section-inner:hover {
    cursor: pointer;
}

.division .section-inner h4 {
    padding: 0 10px 10px;
    margin-bottom: 0;
    border-radius: 6px;
}

.division .section-inner .section-footer {
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.division h4 {
    background-color: #f5ad6a;
    padding: 15px 5px;
    margin-bottom: 30px;
    color: #fff;
}

.division .flow h5 {
    background-color: #f5ad6a;
    padding: 5px;
    color: #fff;
}

.materials h3 {
    color: #70c24d;
    border-left: 3px solid #70c24d;
}

.materials h3 small {
    color: #70c24d;
    font-size: 85%;
    margin-left: 1em;
}

.materials .section-inner {
    background-color: #70c24d;
    border-radius: 6px;
    border: 1px solid #70c24d;
    margin-bottom: 50px;
}

.materials .section-inner:hover {
    cursor: pointer;
}

.materials .section-inner h4 {
    padding: 0 10px 10px;
    margin-bottom: 0;
    border-radius: 6px;
}

.materials .section-inner .section-footer {
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.materials h4 {
    background-color: #70c24d;
    padding: 15px 5px;
    margin-bottom: 30px;
    color: #fff;
}

.materials .flow h5 {
    background-color: #70c24d;
    padding: 5px;
    color: #fff;
}

.materials h3 {
    color: #70c24d;
    border-left: 3px solid #70c24d;
}

.materials h3 small {
    color: #70c24d;
    font-size: 85%;
    margin-left: 1em;
}

.oleh h3 {
    color: #eb6d73;
    border-left: 3px solid #eb6d73;
}

.oleh h3 small {
    color: #eb6d73;
    font-size: 85%;
    margin-left: 1em;
}

.oleh .section-inner {
    background-color: #eb6d73;
    border-radius: 6px;
    border: 1px solid #eb6d73;
    margin-bottom: 50px;
}

.oleh .section-inner:hover {
    cursor: pointer;
}

.oleh .section-inner h4 {
    padding: 0 10px 10px;
    margin-bottom: 0;
    border-radius: 6px;
}

.oleh .section-inner .section-footer {
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.oleh h4 {
    background-color: #eb6d73;
    padding: 15px 5px;
    margin-bottom: 30px;
    color: #fff;
}

.oleh .flow h5 {
    background-color: #eb6d73;
    padding: 5px;
    color: #fff;
}

.creative h3 {
    color: #2cb5a9;
    border-left: 3px solid #2cb5a9;
}

.creative h3 small {
    color: #2cb5a9;
    font-size: 85%;
}

.creative .section-inner {
    background-color: #2cb5a9;
    border-radius: 6px;
    border: 1px solid #2cb5a9;
    margin-bottom: 50px;
}

.creative .section-inner:hover {
    cursor: pointer;
}

.creative .section-inner h4 {
    padding: 0 10px 10px;
    margin-bottom: 0;
    border-radius: 6px;
}

.creative .section-inner .section-footer {
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.creative h4 {
    background-color: #2cb5a9;
    padding: 15px 5px;
    margin-bottom: 30px;
    color: #fff;
}

.creative .flow h5 {
    background-color: #2cb5a9;
    padding: 5px;
    color: #fff;
}

.lifestyle h3 {
    color: #ea6da4;
    border-left: 3px solid #ea6da4;
}

.lifestyle h3 small {
    color: #ea6da4;
    font-size: 85%;
}

.lifestyle .section-inner {
    background-color: #ea6da4;
    border-radius: 6px;
    border: 1px solid #ea6da4;
    margin-bottom: 50px;
}

.lifestyle .section-inner:hover {
    cursor: pointer;
}

.lifestyle .section-inner h4 {
    padding: 0 10px 10px;
    margin-bottom: 0;
    border-radius: 6px;
}

.lifestyle .section-inner .section-footer {
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.lifestyle h4 {
    background-color: #ea6da4;
    padding: 15px 5px;
    margin-bottom: 30px;
    color: #fff;
}

.lifestyle .flow h5 {
    background-color: #ea6da4;
    padding: 5px;
    color: #fff;
}

.industrial h3 {
    color: #717071;
    border-left: 3px solid #717071;
}

.industrial h3 small {
    color: #717071;
    font-size: 85%;
}

.industrial .section-inner {
    background-color: #717071;
    border-radius: 6px;
    border: 1px solid #717071;
    margin-bottom: 50px;
}

.industrial .section-inner:hover {
    cursor: pointer;
}

.industrial .section-inner h4 {
    padding: 0 10px 10px;
    margin-bottom: 0;
    border-radius: 6px;
}

.industrial .section-inner .section-footer {
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.industrial h4 {
    background-color: #717071;
    padding: 15px 5px;
    margin-bottom: 30px;
    color: #fff;
}

.industrial .flow h5 {
    background-color: #717071;
    padding: 5px;
    color: #fff;
}

.fiber h3 {
    color: #00b8ee;
    border-left: 3px solid #00b8ee;
}

.fiber h3 small {
    color: #00b8ee;
    font-size: 85%;
}

.fiber .section-inner {
    background-color: #00b8ee;
    border-radius: 6px;
    border: 1px solid #00b8ee;
    margin-bottom: 50px;
}

.fiber .section-inner:hover {
    cursor: pointer;
}

.fiber .section-inner h4 {
    padding: 0 10px 10px;
    margin-bottom: 0;
    border-radius: 6px;
}

.fiber .section-inner .section-footer {
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.fiber h4 {
    background-color: #00b8ee;
    padding: 15px 5px;
    margin-bottom: 30px;
    color: #fff;
}

.fiber .flow h5 {
    background-color: #00b8ee;
    padding: 5px;
    color: #fff;
}

.interior h3 {
    color: #c966a3;
    border-left: 3px solid #c966a3;
}

.interior h3 small {
    color: #c966a3;
    font-size: 85%;
}

.interior .section-inner {
    background-color: #c966a3;
    border-radius: 6px;
    border: 1px solid #c966a3;
    margin-bottom: 50px;
}

.interior .section-inner:hover {
    cursor: pointer;
}

.interior .section-inner h4 {
    padding: 0 10px 10px;
    margin-bottom: 0;
    border-radius: 6px;
}

.interior .section-inner .section-footer {
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.interior h4 {
    background-color: #c966a3;
    padding: 15px 5px;
    margin-bottom: 30px;
    color: #fff;
}

.interior .flow h5 {
    background-color: #c966a3;
    padding: 5px;
    color: #fff;
}

#navbar .label,
#sidebar-nav .label {
    float: right;
    line-height: 1.5em;
    height: 1.5em;
}

#sidebar-nav .label {
    position: relative;
    z-index: 999;
}

.movie {
    position: relative;
}

.movie:before {
    content: "\f16a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    font-size: 90px;
    color: #c51109;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    position: absolute;
}


/*Text Dropcap*/

.dropcap {
    float: left;
    color: #72c02c;
    padding: 5px 0;
    font-size: 20px;
    font-weight: 200;
    line-height: 20px;
    margin: 0px 5px 0 0;
}

.dropcap-bg {
    float: left;
    color: #fff;
    padding: 7px 0;
    min-width: 34px;
    font-size: 20px;
    font-weight: 200;
    line-height: 20px;
    text-align: center;
    background: #72c02c;
    margin: 4px 10px 0 0;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

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

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

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

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

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

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

.margin-top-21 {
    margin-top: 21px;
}

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

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

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

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.pink {
    color: #e62e8b;
}

.orange {
    color: #ed6d00;
}

.blue {
    color: #00a0e9;
}

.d-blue {
    color: #3A4892;
}

.green {
    color: #9cc813;
}

.red {
    color: #DD0000;
}

.btn {
    color: #fff;
}

.btn:hover {
    color: #fff;
    opacity: .9;
}

.bg-green {
    background-color: #9cc813;
    color: #fff;
}

.bg-orange {
    background-color: #ed6d00;
    color: #fff;
}

.bg-red {
    background-color: #DD0000;
    color: #fff;
}

.bg-blue {
    background-color: #00a0e9;
    color: #fff;
}

.bg-pink {
    background-color: #e62e8b;
    color: #fff;
}

.bg-d-blue {
    background-color: #3A4892;
    color: #fff;
}


/* -------------------- ie-alert -------------------- */

#ie-alert-overlay {
    width: 100%;
    height: 100%;
    background-image: url(../images/iealert/bg.png);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}

* html #ie-alert-overlay {
    position: absolute
}

#ie-alert-panel {
    width: 600px;
    height: auto;
    top: 200px;
    left: 50%;
    position: fixed;
    z-index: 1000001;
    margin: 0 0 0 -300px;
    _position: absolute;
    _top: expression(200+((e=document.documentElement.scrollTop)?e: document.body.scrollTop)+'px');
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif
}

.ie-p {
    font-size: 15px;
    color: #565656;
    line-height: 1.6em;
    text-align: left
}

#ie-alert-panel a {
    text-decoration: none;
    display: block;
}

.ie-span {
    font-size: 18px;
    color: #464646;
    display: block;
    font-weight: bold;
    line-height: 1.6em;
    margin: 0 0 15px 0;
}

.ie-r-b-c,
.ie-r-t-c,

.ie-l-t-c,
.ie-l-b-c {
    background: url(../images/iealert/iesprites.png) no-repeat
}

.ie-l-t-c {
    width: 47px;
    height: 47px;
    background-position: -18px -9px;
    float: left
}

.ie-l {
    height: 100%;
    width: 47px;
    float: left;
    clear: both;
    background: url(../images/iealert/left.png)
}

.ie-l-b-c {
    width: 47px;
    height: 46px;
    background-position: -17px -66px;
    float: left;
    clear: both
}

.ie-b {
    height: 46px;
    width: 506px;
    float: left;
    background: url(../images/iealert/bottom.png)
}

.ie-r-t-c {
    width: 47px;
    height: 47px;
    background-position: -83px -10px;
    float: right;
    cursor: pointer
}

.ie-r-t-c:hover {
    background-position: -143px -9px
}

.ie-r {
    height: 100%;
    width: 47px;
    float: right;
    background: url(../images/iealert/right.png)
}

.ie-c {
    width: 506px;
    height: 100%;
    background: #f6f6f6;
    float: left
}

.ie-r-b-c {
    width: 47px;
    height: 46px;
    background-position: -83px -65px;
    float: right
}

.ie-t {
    height: 47px;
    width: 506px;
    float: left;
    background: url(../images/iealert/top.png)
}

.ie-u {
    width: auto;
    height: 43px;
    margin: 30px auto 0 -66px;
    position: relative;
    left: 50%
}

.ie-u-l {
    width: 14px;
    height: 43px;
    background: url(../images/iealert/u-left.png);
    float: left
}

.ie-u-c {
    line-height: 23px;
    width: auto;
    height: 43px;
    background: url(../images/iealert/u-center.png) 0 0 repeat-x;
    overflow: hidden;
    float: left;
    padding: 11px 0 0 0;
    cursor: pointer
}

.ie-u-s {
    margin: 5px 25px 5px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
}

.ie-u-r {
    width: 14px;
    height: 43px;
    background: url(../images/iealert/u-right.png);
    float: left
}

#ie-alert-panel.ie6-style .ie-r-b-c {
    background: url(../images/iealert/6_r_b_c.png) no-repeat
}

#ie-alert-panel.ie6-style .ie-r-t-c {
    background: url(../images/iealert/6_r_t_c.png) no-repeat
}

#ie-alert-panel.ie6-style .ie-r-t-c:hover {
    background: url(../images/iealert/6_r_t_c_h.png) no-repeat
}

#ie-alert-panel.ie6-style .ie-l-t-c {
    background: url(../images/iealert/6_l_t_c.png) no-repeat
}

#ie-alert-panel.ie6-style .ie-l-b-c {
    background: url(../images/iealert/6_l_b_c.png) no-repeat
}

#ie-alert-panel.ie6-style .ie-l {
    background: url(../images/iealert/6_left.png)
}

#ie-alert-panel.ie6-style .ie-r {
    background: url(../images/iealert/6_right.png)
}

#ie-alert-panel.ie6-style .ie-b {
    background: url(../images/iealert/6_bottom.png)
}

#ie-alert-panel.ie6-style .ie-t {
    background: url(../images/iealert/6_top.png)
}


/* -------------------- text -------------------- */

body {
    color: #333333;
    background: #ffffff;
    font-family: "Noto Sans Japanese", Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding-top: 50px;
    font-size: 14.5px;
}

.h5,
h5 {
    font-size: 15px;
}

ol {
    padding-left: 1.5em;
}

img {
    max-width: 100%;
    height: auto;
}

.item-page .list-inline li > img {
    width: 100%;
}

a {
    color: #8a587b;
    text-decoration: none;
}


/*a:hover img {
    opacity: .9;
}*/

.fadeswitch {
    position: relative;
}

.container-inner:after,
.container-inner:before {
    display: table;
    content: " ";
}

.pagetop {
    background: none repeat scroll 0 0 #c19995;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    height: 60px;
    line-height: 40px;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
    box-shadow: rgba(51, 51, 51, 0.4) 0px 2px 10px -1px;
    -webkit-box-shadow: rgba(51, 51, 51, 0.4) 0px 2px 10px -1px;
    -moz-box-shadow: rgba(51, 51, 51, 0.4) 0px 2px 10px -1px;
}

#header {
    position: relative;
    margin-bottom: 5px;
}

#top-slide {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}


/*.slides .wk-content {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.wk-slideshow .wk-content {
    position: relative;
}
*/

.navbar .navbar-brand {
    background-image: url("../../../images/common/logo2x.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 31px;
    line-height: 0;
    margin: 5px 5px 5px;
    overflow: hidden;
    padding: 0;
    text-indent: -999em;
    transition: all 0.3s linear 0s;
    width: 105.5px;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #c19995;
}

.navbar-header {
    float: none;
}

.nav>li>span {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.dropdown-menu>li>span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>li>span {
    color: #333;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>span:hover,
.navbar-inverse .navbar-nav>li>span:focus {
    color: #fff;
    background-color: rgba(193, 153, 149, .8);
}

.navbar-inverse .navbar-nav>.active>span,
.navbar-inverse .navbar-nav>.active>span:focus,
.navbar-inverse .navbar-nav>.active>span:hover,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: rgba(193, 153, 149, .8);
}

.navbar-inverse .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-inverse .navbar-toggle {
    border-color: #c19995;
    background: #c19995;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #DECAC8;
}

.dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    min-width: 260px;
    width: 100%;
}

.dropdown-menu>li>a,
.dropdown-menu>li>span {
    padding: 10px 20px 10px 10px;
    font-size: 13px;
    white-space: normal;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #c19995;
}

#sub-nav {
    float: right;
    margin-bottom: 20px;
    margin-right: -15px;
}

#sub-nav a {
    color: #333;
}

#sub-nav a:hover {
    opacity: .8;
}

#sub-nav .image-item > img {
    margin-right: 0.2em;
}

#sub-nav .input-group {
    float: right;
    width: 210px;
}

#sub-nav .input-group .form-control {
    border-radius: 17px;
    background: url("../../../images/icon/search-icon.png") no-repeat 90% 50% #f0f0f0;
}

#sub-nav .input-group .form-control:focus {
    background-image: none;
    background-color: #fff;
}

#sub-nav .input-group .form-control:focus {
    background-image: none;
    background-color: #fff;
}

.mod-articles-category-date .category {
    background-color: #9e9e9f;
    color: #fff;
    width: 80px;
    font-size: 8px;
    display: inline-block;
    text-align: center;
    padding: 2px;
    margin-left: 10px;
}

.news-img > img {
    width: 100%;
}

#top-slide .slide .owl-carousel .owl-controls .owl-nav .owl-prev,
#top-slide .slide .owl-carousel .owl-controls .owl-nav .owl-next {
    display: none !important;
}

.owl-carousel .owl-controls .owl-dots {
    text-align: center;
}

.owl-carousel .owl-controls .owl-dot {
    display: inline-block;
}

.owl-carousel .owl-controls .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-carousel .owl-controls .owl-dot.active span,
.owl-carousel .owl-controls.clickable .owl-dot:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

#footer {
    background-color: #c19995;
}

#footer .row > .list-inline li a >img {
    margin-right: .2em;
    margin-left: .5em;
}

#footer a {
    color: #fff !important;
}

#footer a:hover {
    opacity: .9;
}

.side-banner li {
    margin-bottom: 10px;
}

.list-date {
    width: 8em;
}


/*Rounded and Circle Classes
------------------------------------*/

.no-rounded {
    border-radius: 0 !important;
}

.rounded {
    border-radius: 6px !important;
}

.rounded-x {
    border-radius: 50% !important;
}

.rounded-2x {
    border-radius: 10px !important;
}

.rounded-3x {
    border-radius: 15px !important;
}

.rounded-4x {
    border-radius: 20px !important;
}

.rounded-sm {
    border-radius: 2px !important;
}

.rounded-md {
    border-radius: 3px !important;
}

.rounded-top {
    border-radius: 4px 4px 0 0 !important;
}

.rounded-left {
    border-radius: 4px 0 0 4px !important;
}

.rounded-right {
    border-radius: 0 4px 4px 0 !important;
}

.rounded-bottom {
    border-radius: 0 0 4px 4px !important;
}


/*Sidebar Menu v1*/

.sidebar-nav-v1 li {
    padding: 0;
    border-radius: 0 !important;
}

.sidebar-nav-v1 > li {
    border-width: 1px 0 0;
    border-style: dashed;
    border-color: #4348a2;
    background-color: #ebecfb;
}

.sidebar-nav-v1 > li:first-child {
    border-width: 0;
}

.sidebar-nav-v1 li a {
    display: block;
    padding: 15px 7.5px 15px 30px;
}

.sidebar-nav-v1 li a:hover {
    text-decoration: none;
    background: #d5d7f3;
}

.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover {
    background: #d5d7f3;
}

.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover,
.sidebar-nav-v1 > li.active:focus {
    border-color: #4348a2;
    z-index: 1;
}

.sidebar-nav-v1 > li.active > a {
    color: #4348a2;
    border-bottom: 1px dashed;
}

.sidebar-nav-v1 > li.active:after {
    top: 13px;
    right: 15px;
    color: #4348a2;
    font-size: 16px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}


/*Sidebar Sub Navigation*/

.sidebar-nav-v1 li ul {
    padding: 0;
    list-style: none;
}

.sidebar-nav-v1 li ul,
.sidebar-nav-v1 li.active ul a {
    background: #f8f8f8;
}

.sidebar-nav-v1 li ul a {
    color: #4348a2;
    border-top: solid 1px #ddd;
    padding: 15px 30px 15px 17px;
}

.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a {
    color: #4348a2;
}


/*Sidebar Badges*/

.list-group-item li > .badge {
    float: right;
}

.sidebar-nav-v1 span.badge {
    margin-top: 8px;
    margin-right: 10px;
}

.sidebar-nav-v1 .list-toggle > span.badge {
    margin-right: 25px;
}

.sidebar-nav-v1 ul li span.badge {
    margin-top: 8px;
    font-size: 11px;
    padding: 3px 5px;
    margin-right: 10px;
}


/*Sidebar List Toggle*/

.list-toggle:after {
    top: 7px;
    right: 10px;
    color: #777;
    font-size: 14px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

.list-toggle.active:after {
    color: #fff;
    content: "\f107";
}

.width-2em {
    width: 2em !important;
}

.width-3em {
    width: 3em !important;
}

.width-4em {
    width: 4em !important;
}

.width-5em {
    width: 5em !important;
}

.width-6em {
    width: 6em !important;
}

.width-7em {
    width: 7em !important;
}

.width-8em {
    width: 8em !important;
}

.width-9em {
    width: 9em !important;
}

.width-10em {
    width: 10em !important;
}

.width-11em {
    width: 11em !important;
}

.width-12em {
    width: 12em !important;
}

.width-15em {
    width: 15em !important;
}

.width-16em {
    width: 16em !important;
}

.width-20em {
    width: 20em !important;
}

.width-25em {
    width: 25em !important;
}

.width-28em {
    width: 28em !important;
}

.width-30em {
    width: 30em !important;
}

#jcemediabox-popup-page,
#jcemediabox-popup-overlay,
#jcemediabox-popup-body,
#jcemediabox-popup-loader,
#jcemediabox-popup-container,
#jcemediabox-popup-content,
#jcemediabox-popup-content,
#jcemediabox-popup-object,
#jcemediabox-popup-iframe,
#jcemediabox-popup-img {
    box-sizing: content-box;
}

#navbar .image-item {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.jumbotron {
    background: #FAF2E5;
}

.service-block {
    padding: 30px 0;
    text-align: center;
    margin-bottom: 20px;
}

.sc-box {
    padding: 15px;
    background: #ebecfb;
    margin-bottom: 20px;
}

.topic {
    margin-top: -40px;
    margin-bottom: -20px;
    z-index: 3;
    position: relative;
}

.table > thead > tr {
    background-color: #C4C4E2;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #EEEEF5;
}

.balloon {
    z-index: 3;
    position: relative;
}

.side-ttl {
    color: #fff;
    background-color: #4348a2;
    padding: 15px 30px;
}

.side-ttl h5 {
    margin: 0;
    padding: 0;
}

.side-ttl h5 img {
    margin-right: .3em;
}

.ttl-area h3 {
    margin: 0;
    border: none;
    padding: 0;
}

.item-ttl {
    font-size: 18px;
    margin: 0 0 20px;
}

.ttl:before {
    content: "\e074";
    font-family: 'Glyphicons Halflings';
    color: #4348a2;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9.5px;
}

.subttl {
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
}

.recommended-ttl {
    position: relative;
    padding-left: 20px;
}

.recommended-ttl:before {
    content: "\e074";
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9.5px;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

#top-slide .panel-area {
    border-bottom: 5px solid #d5d7f3;
}

#top-slide .slide {
    background-color: rgba(67, 72, 162, .2);
    z-index: 5;
    position: relative;
    padding: 15px 0;
}

.bubble {
    position: relative;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: .5em;
    display: inline-block;
    border: 2px solid #efefef;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bubble:before {
    content: "";
    position: absolute;
    top: -0.5em;
    left: 0.7em;
    border-style: solid;
    border-width: 0 0.5em 0.75em 0.5em;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 2;
}

.bubble:after {
    content: "";
    position: absolute;
    top: -0.7em;
    left: 0.7em;
    border-style: solid;
    border-width: 0 0.5em 0.75em 0.5em;
    border-color: #efefef transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.bubble-area {
    position: relative;
    padding: 0px;
    background: #ebecfb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: .5em;
    display: block;
    border: 2px solid #efefef;
    margin-top: 10px;
    margin-bottom: 10px;
}

.schedule .bubble {
    border-color: #FADAD6;
    margin-top: -10px;
    margin-right: 0;
    z-index: 9;
}

.schedule .bubble:after {
    border-color: #FADAD6 transparent;
    display: block;
}

.cate-banner img {
    margin-bottom: 20px;
}

.staff-panel {
    display: inline-block;
    position: relative;
}

.staff-panel .profile {
    background-color: rgba(81, 133, 197, .9);
    padding: 20px;
    color: #fff;
    text-align: left;
}

.staff-panel .profile .name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.history_table th {
    font-weight: normal;
}

.my-schedule h4 {
    color: #5185c5;
}

.my-schedule ul {
    padding: 0;
    margin-left: -5px;
}

.my-schedule li {
    list-style: none;
    padding: 5px;
}

.my-schedule li >div {
    border: 1px #5185c5 solid;
    background-color: #5185c5;
}

.my-schedule li .schedule-box {
    padding: 10px;
    border: 1px #5185c5 solid;
    background-color: #fff;
}

.my-schedule li:nth-child(even) .schedule-box {
    border: 1px #5185c5 solid;
    background-color: #5185c5;
    color: #fff;
}

.my-schedule h5 {
    font-size: 15px;
    line-height: 1.5em;
}

.faq_section {
    margin-bottom: 30px;
}

.faq_section .panel-default>.panel-heading {
    padding: 20px;
    font-size: 22px;
}

.faq_section .panel-heading a {
    text-decoration: none;
    display: block;
    font-weight: normal;
}

.faq_section .panel-title {
    font-size: 20px;
}

.faq_section .panel-body {
    padding: 15px 20px;
    font-size: 18px;
}

#crossfade {
    position: relative;
    z-index: 1;
    overflow: visible;
}

#crossfade li {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

#crossfade li img {
    width: 100%;
}

.top-panel img {
    margin-bottom: 20px;
}

.dropdown-menu>li {
    border-bottom: 1px solid #c19995;
}

.dropdown-menu>li a:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
}

.top-panel{
	display: flex;
	flex-wrap: wrap;
}
.top-panel .panel-01{
	order: 2;
}
.top-panel .panel-02{
	order: 3;
}
.top-panel .panel-03{
	order: 4;
}
.top-panel .panel-05{
	order: 1;
}
.top-panel .panel-06{
	order: 5;
}
.top-panel .panel-07{
	order: 8;
}
.top-panel .panel-08{
	order: 7;
}
.top-panel .panel-09{
	order: 6;
}
.top-panel .panel-10{
	order: 9;
}

@media (max-width: 767px) {
    #sub-nav {
        display: none;
    }
    .side-banner li {
        width: 50%;
        text-align: center;
    }
    .container-inner {
        margin-left: -15px;
        margin-right: -15px;
    }
    .fadeswitch:hover {
        opacity: 1 !important;
    }
}

.map li {
    text-indent: -1em;
    padding-left: 1.5em;
}

.indent-1em {
    text-indent: -1em;
    padding-left: 1.5em;
}

.separator {
    border-bottom: 1px dashed #ebebeb;
}

.ttl-area {
    padding-top: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.ttl-area a {
    color: #666;
}

.ttl-area a:after {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 5px;
}

.ttl-area a:hover {
    color: #999;
}

.recruit .mod-articles-category-date:before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
}

.divisions #content-top,
.home #content-top {
  position: relative;
    padding-top: 30px;
    /*padding-bottom: 20px;*/
}

.news-horizontal dt {
    font-weight: normal;
    text-align: left;
}

.news-horizontal dd {
    margin-bottom: 5px;
}

#topcontrol {
    z-index: 1000;
}


/*Portfolio v2
------------------------------------*/

.sorting-block ul {
    padding: 0;
}


/*Sorting Navigation*/

.sorting-block .sorting-nav {
    margin-bottom: 30px;
}

.sorting-block .sorting-nav li {
    padding: 0 2px;
    font-size: 14px;
    cursor: pointer;
    list-style: none;
    display: inline-block;
}

.sorting-block .sorting-nav li.active {
    color: #c39b97;
    border-bottom: solid 1px #c39b97;
}


/*Sorting Navigation v1*/

.sorting-block .sorting-nav-v1 li {
    margin: 0 5px;
    font-size: 17px;
}


/*Sorting Grid*/

.sorting-block .sorting-grid {
    list-style: none;
}

.sorting-block .sorting-grid .mix {
    opacity: 0;
    display: none;
    margin-bottom: 30px;
}


/*Sorting Grid with Text*/

.sorting-block .sorting-grid li a:hover {
    text-decoration: none;
}

.sorting-block .sorting-grid li span.sorting-cover {
    padding: 8px;
    display: block;
    margin-top: 1px;
    background: #fcfcfc;
}

.sorting-block .sorting-grid li span.sorting-cover p {
    margin-bottom: 0;
}

.sorting-block .sorting-grid li span.sorting-cover span {
    font-size: 16px;
}

.sorting-block .sorting-grid li a:hover span.sorting-cover {
    background: #c39b97;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sorting-block .sorting-grid li a:hover span.sorting-cover p,
.sorting-block .sorting-grid li a:hover span.sorting-cover span {
    color: #fff;
}

#scroll {
    height: 230px;
    overflow-y: scroll;
    margin-bottom: 30px;
}

#scroll ul {
    padding: 10px;
}

#scroll ul li {
    margin-bottom: 5px;
}


/*#scroll ul a {
    padding: 5px;
    text-decoration: underline;
}

#scroll ul a:hover {
    text-decoration: none;
}*/

.download_pdf:before {
    content: "\f1c1";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
}

.link:after {
    content: "\f08e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 5px;
}

.slides {
    padding: 0;
}

.portfolio h3 {
    font-size: 16px;
}

.portfolio img {
    width: 100%;
}

.owl-controls {
    display: none;
}

.divisions #content-top,
.home #content-top {
    background: url("../../../images/common/backstretch_bg/backstretch_0001.jpg");
    background-size: cover;
}

.section >div> button {
    margin-bottom: 30px;
    height: 150px;
    background-color: #f5ad6a;
    font-size: 20px;
}

.modal-footer button {
    background-color: #f5ad6a;
}

.division #myModalLabel {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}

.division .modal-header {
    background-color: #f5ad6a;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.materials .modal-footer button {
    background-color: #70c24d;
}

.materials #myModalLabel {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}

.materials .modal-header {
    background-color: #70c24d;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.oleh .modal-footer button {
    background-color: #eb6d73;
}

.oleh #myModalLabel {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}

.oleh .modal-header {
    background-color: #eb6d73;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.creative .modal-footer button {
    background-color: #2cb5a9;
}

.creative #myModalLabel {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}

.creative .modal-header {
    background-color: #2cb5a9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.lifestyle .modal-footer button {
    background-color: #ea6da4;
}

.lifestyle #myModalLabel {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}

.lifestyle .modal-header {
    background-color: #ea6da4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.industrial .modal-footer button {
    background-color: #717071;
}

.industrial #myModalLabel {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}

.industrial .modal-header {
    background-color: #717071;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.fiber .modal-footer button {
    background-color: #00b8ee;
}

.fiber #myModalLabel {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}

.fiber .modal-header {
    background-color: #00b8ee;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.interior .modal-footer button {
    background-color: #c966a3;
}

.interior #myModalLabel {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}

.interior .modal-header {
    background-color: #c966a3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.company-info .modal-footer button {
    background-color: #c19995;
}

.company-info #myModalLabel {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
    color: #fff;
}

.company-info .modal-header {
    background-color: #c19995;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.level_1:before,
.level_1:after,
.level_2:before,
.level_2:after {
    content: " ";
    display: table;
    clear: both;
}

.level_0 {
    list-style: none outside none;
    padding-left: 0;
}

.level_0 li {
    margin-bottom: 25px;
}

.level_1 {
    border-bottom: 1px solid #efefef;
    list-style: none outside none;
    margin-bottom: 25px;
    padding: 10px;
}

.level_1 li {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.level_2 {
    margin-left: 8px;
    padding: 5px;
}

.level_2 li {
    float: none;
    margin-bottom: 5px;
    margin-right: 0;
    padding: 5px 0 0;
}

.Copyright {
    text-align: right;
    color: #fff;
    position: relative;
    float: right;
    margin-bottom: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .catch {
        float: right;
        margin: 5px 15px;
    }
    .h1,
    h1 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .h2,
    h2 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .section >div> button {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .fadeswitch:hover img {
        opacity: 1 !important;
    }
    .intro-img {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .Copyright {
        margin-top: -25px;
    }
    body {
        padding-top: 175px;
    }
    .navbar-header .navbar-brand {
        background-image: url("../../../images/common/logo.png");
        height: 31px;
        width: 106px;
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-top: 12.5px;
        margin-left: 15px;
        margin-bottom: 12.5px;
    }
    .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
    }
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
    .dropdown-submenu>span:after,
    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -5px;
    }
    .dropdown-submenu:hover>span:after,
    .dropdown-submenu:hover>a:after {
        border-left-color: #fff;
    }
    .dropdown-submenu.pull-left {
        float: none;
    }
    .dropdown-submenu.pull-left>.dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }
    #top-slide .slide {
        margin-top: -210px;
    }
    #instafeed li {
        width: 33.33333333%;
    }
    #sub-nav .navbar-nav>li {
        float: right;
    }
    .navbar-nav>li>a,
    .navbar-nav>li>span {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }
    #navbar .image-title {
        display: block;
    }
    #navbar .image-item {
        display: block;
        height: 20px;
        width: auto;
        margin-bottom: 5px;
        margin-right: 0;
    }
    #navbar .navbar-nav {
        width: 100%;
        margin-top: 5px;
    }
    .navbar-nav {
        width: 100%;
    }
    #navbar .nav > li {
        text-align: center;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        margin-left: -1px;
        padding: 5px;
    }
    .catch {
        margin-top: 30px;
        margin-left: 30px;
    }
    .news-horizontal dt {
        width: 170px;
    }
    .news-horizontal dd {
        margin-left: 180px;
    }
    .recruit .news-horizontal dt {
        width: 100px;
    }
    .recruit .news-horizontal dd {
        margin-left: 110px;
    }
    .link .dl-horizontal dt {
        width: 240px;
    }
    .link .dl-horizontal dd {
        margin-left: 260px;
    }
    .page-header {
        margin-bottom: 50px;
    }
    .bubble,
    .bubble-area {
        margin-right: 1em;
    }
    .staff-panel .profile {
        display: inline-block;
        position: absolute;
        bottom: 20px;
        right: 90px;
    }
    .my-schedule li {
        width: 50%;
        float: left;
    }
    .division .flow h5 {
        text-align: right;
        padding-right: 1.5em;
    }
    .division .flow h5:after {
        content: "";
        position: absolute;
        top: .65em;
        /* left: auto; */
        right: 1em;
        border-style: solid;
        border-width: .95em 0 .95em 1em;
        border-color: #fff transparent;
        display: block;
        width: 0;
        z-index: 1;
    }
    .intro-img {
        position: absolute;
        top: 40%;
        left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
        /*top: 40%;
        margin-top: -330px;
        margin-left: -400px;
        left: 38%;*/
    }
    .movie:before {
        font-size: 120px;
        margin-top: -60px;
        margin-left: -60px;
    }
}

@media (max-width: 991px) {
    .panel-area .text-right {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .dropdown-menu>li>a,
    .dropdown-menu>li>span {
        padding: 10px 7px;
    }
    #top-slide .owl-carousel .owl-controls .owl-dots {
        display: none !important;
    }
    #top-slide .slide .owl-carousel .owl-controls .owl-nav .owl-prev,
    #top-slide .slide .owl-carousel .owl-controls .owl-nav .owl-next {
        display: block !important;
        text-indent: -999em;
        position: absolute;
        top: 50%;
        margin-top: -19.5px;
        width: 21px;
        height: 39px;
    }
    #top-slide .slide .owl-carousel .owl-controls .owl-nav .owl-prev {
        background-image: url("../../../images/common/arrow-left.png");
        left: -50px;
    }
    #top-slide .slide .owl-carousel .owl-controls .owl-nav .owl-next {
        background-image: url("../../../images/common/arrow-right.png");
        right: -50px;
    }
    #navbar {
        margin-top: -55px;
    }
    #navbar .nav > li {
        width: auto;
    }
    #sub-nav .navbar-nav>li>a,
    #sub-nav .navbar-nav>li>span {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .side-ttl,
    .sidebar-nav-v1 {
        max-width: 240px;
    }
    .panel-area .intro {
        display: table-cell;
        vertical-align: middle;
    }
    .panel-area h1 {
        margin-top: 0;
    }
    .intro img {
        width: 113%;
        max-width: none;
    }
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
    .bubble-area {
        margin-top: 0;
        padding: 15px;
        width: 245px;
        margin-bottom: 20px;
    }
    .bubble-area:after {
        content: "";
        position: absolute;
        top: .65em;
        left: auto;
        right: -0.75em;
        border-style: solid;
        border-width: 0.75em 0 0.75em 0.75em;
        border-color: transparent #ebecfb;
        display: block;

        width: 0;
        z-index: 1;
    }
    .divisions #content-top {
        padding-top: 40px;
        /*padding-bottom: 120px;*/
    }
    .ttl-area {
        background: url("../../../images/common/ttl-line.png") no-repeat center center;
        height: 36px;
        padding-top: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        border: none;
    }
    .ttl-area h3 {
        margin: -5px 0 0;
    }
    .my-schedule li {
        width: 25%;
        float: left;
    }
    .my-schedule li:nth-child(odd) .schedule-box {
        border: 1px #5185c5 solid;
        background-color: #fff;
    }
    .my-schedule li:nth-child(n+5) .schedule-box {
        border: 1px #5185c5 solid;
        background-color: #5185c5;
        color: #fff;
    }
    .my-schedule li:nth-child(n+6) .schedule-box {
        border: 1px #5185c5 solid;
        background-color: #fff;
        color: #333;
    }
    .my-schedule li:nth-child(n+7) .schedule-box {
        border: 1px #5185c5 solid;
        background-color: #5185c5;
        color: #fff;
    }
    .my-schedule li:nth-child(n+8) .schedule-box,
    .my-schedule li:nth-child(n+9) .schedule-box {
        border: 1px #5185c5 solid;
        background-color: #fff;
        color: #333;
    }
    .owl-controls {
        display: inherit;
    }
    .owl-prev,
    .owl-next {
        display: block;
        width: 19px;
        height: 26px;
        margin-top: -13px;
        text-indent: -99999px;
    }
    .owl-prev {
        position: absolute;
        background: url("../../../images/common/l-arrow.png") no-repeat 50% transparent;
        left: -30px;
        top: 50%;
    }
    .owl-next {
        position: absolute;
        background: url("../../../images/common/r-arrow.png") no-repeat 50% transparent;
        right: -30px;
        top: 50%;
    }
    .ccms_form_element label:first-child {
        text-align: right;
    }
    .movie:before {
        font-size: 140px;
        margin-top: -70px;
        margin-left: -70px;
    }
}

@media (min-width: 1200px) {
    #main .container {
        width: 1020px;
    }
    .divisions #content-top .container,
    .home #content-top .container {
        width: 1200px;
    }
    .dropdown-menu>li>a,
    .dropdown-menu>li>span {
        padding: 10px;
    }
    #navbar .nav > li {
        width: 16.75%;
    }
    #sub-nav .navbar-nav>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bubble-area {
        padding: 15px 30px;
        width: 330px;
        margin-bottom: 20px;
    }
    .panel-area h1 {
        margin-right: -30px;
    }
}

@media print {
    a[href]:after {
        content: "";
    }
    abbr[title]:after {
        content: "";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
}

@media (max-width: 767px) {
    .full_label {
        width: 80% !important;
    }
    #birthday_container_div label:first-child {
        float: none;
        width: auto;
    }
    .ccms_form_element label:first-child {
        text-align: left;
    }
    .privacy-box {
        width: 90%;
    }
    .ccms_form_element input[type="text"],
    textarea {
        width: 95%;
    }
}

@media (min-width: 500px) {
    #ipt_postcode1_container_div label:first-child {
        width: auto;
    }
}

@media (max-width: 991px) {
    /*    .ccms_form_element .width-35em {
        width: 95% !important;
    }*/
    /*    #shibouriyu1_container_div textarea,
    .ccms_form_element #txt {
        width: 320px !important;
    }*/
    /*    .cf_container label:first-child,
    .cfdiv_textarea label:first-child {
        text-align: right;
    }*/
}

@media (max-width: 768px) {
    .ccms_form_element .width-35em {
        width: 60% !important;
    }
    .cf_container .address-area label:first-child {
        text-align: left;
    }
}

@media (max-width: 508px) {
    .ccms_form_element .width-35em {
        width: 80% !important;
    }
    #txt_container_div .width-35em {
        width: 90% !important;
    }
    .cf_container .address-area label:first-child {
        text-align: left;
    }
    .cf_container label:first-child,
    .cfdiv_textarea label:first-child {
        text-align: left;
    }
    #input_age1_container_div label:first-child,
    #input_datetime1_container_div label:first-child {
        width: auto;
    }
}

@media (min-width: 768px) {
    .ccms_form_element label:first-child,
    .cfdiv_textarea label:first-child {
        text-align: right;

    }
    .ccms_form_element input[type="text"] {
        width: 60%;
    }
    textarea.form-control {
        height: auto;
        width: 60%;
    }
    .ccms_form_element label:first-child {
        width: 30%;
        line-height: 18px;
        margin: 6px 0 9px;
        font-weight: normal;
        padding-right: 10px;
    }
    .small-message,
    .error-message {
        line-height: 18px;
        margin: 4px 0 0 31%;
        display: block;
        clear: both;
    }
}

@media (min-width: 992px) {
    .ccms_form_element label:first-child {
        text-align: right;
        margin-right: 10px;
    }
    .cf_container .ccms_form_element label:first-child {
        text-align: left;
        color: #333;
    }
    .ccms_form_element input[type="text"] {
        /*    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;*/
    }
    .address-block {
        float: left;
    }
    #ipt_address1_container_div input[type="text"] {
        width: 100%;
    }
    .ccms_form_element select {
        width: 16.5em;
    }
    .select-area select,
    #input_contact_time1_container_div select {
        width: auto;
    }
}

body.scm {
    position: relative;
    overflow: hidden;
    visibility: hidden;
}


/* #container
--------------------------- */

.scm #main .container {
    width: auto;
}

.scm #container {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.scm .section-footer {
    padding: 30px 20px 40px;
    position: absolute;
    bottom: 220px;
    width: 100%;
    background: rgba(255, 255, 255, .6);
}

@media (max-width: 767px) {
    .h2,
    h2 {
        font-size: 17px;
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .scm .section-footer {
        bottom: 106px;
    }
}

@media (min-width: 992px) {
    .scm .section-footer {
        bottom: 95px;
    }
}

.scm #footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}


/* .stageBase
--------------------------- */

.scm .stageBase {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.scm .stageBase .fieldWrap {
    text-align: center;
}

.scm #stage1 {
    background: url('../../../images/company-info/scm/scm_01.jpg') center top no-repeat;
}

.scm #stage2 {
    background: url('../../../images/company-info/scm/scm_02.jpg') center top no-repeat;
}

.scm #stage3 {
    background: url('../../../images/company-info/scm/scm_03.jpg') center top no-repeat;
}

.scm #stage4 {
    background: url('../../../images/company-info/scm/scm_04.jpg') center top no-repeat;
}

.scm #stage1,
.scm #stage2,
.scm #stage3,
.scm #stage4 {
    background-size: 100%;
    position: relative;
}

@media (min-width: 1400px) {
    .scm #stage1,
    .scm #stage2,
    .scm #stage3,
    .scm #stage4 {
        background-size: auto;
        position: relative;
    }
}


/* .stageSlide
--------------------------- */

.scm .stageSlide {
    position: relative;
    overflow: hidden;
    visibility: hidden;
}

.scm .stageSlide .slideWrap {
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
}

.scm .stageSlide .slideWrap:before,
.scm .stageSlide .slideWrap:after {
    content: " ";
    display: table;
}

.scm .stageSlide .slideWrap:after {
    clear: both;
}

.scm .stageSlide .slideWrap {
    *zoom: 1;
}

.scm .stageSlide .slidePanel {
    float: left;
    overflow: hidden;
}


/*.stageSlide .sdPrev,
.stageSlide .sdNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 99;
}*/


/*.stageSlide .sdPrev {
    left: 80px;
    background: transparent url(../img/slide_prev.png) no-repeat left top;
}
.stageSlide .sdNext {
    right: 80px;
    background: transparent url(../img/slide_next.png) no-repeat left top;
}*/

.scm .stageSlide .slideNav {
    bottom: 70px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 98;
}


/*.stageSlide .slideNav a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent url(../img/nav.png) no-repeat center center;
    display: inline-block;
    overflow: hidden;
}
.stageSlide .slideNav a.pnActive {
    background: transparent url(../img/nav_acv.png) no-repeat center center;
}*/


/* #pageNav
--------------------------- */

#pageNav {
    top: 0;
    right: 25px;
    width: 15px;
    text-align: center;
    position: fixed;
    z-index: 2;
}

#pageNav ul {
    width: 15px;
    display: block;
}

#pageNav ul li {
    padding-bottom: 5px;
    width: 15px;
    height: 15px;
    display: block;
    overflow: hidden;
}


/*#pageNav ul li a {
    width: 15px;
    height: 15px;
    background: transparent url(../img/nav.png) no-repeat center center;
    display: block;
}
#pageNav ul li.activeStage a {
    background: transparent url(../img/nav_acv.png) no-repeat center center;
}*/


/* #pageDown
--------------------------- */


/*#pageDown {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    position: fixed;
    overflow: hidden;
    z-index: 3;
}
#pageDown a {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background: transparent url(../img/next_arw.png) no-repeat center center;
    display: block;
}*/
