@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    }

/* ========================================================================================== *
* 	STYLE 
* ========================================================================================== */
body {
    background:  #fff;
    color: #2b2b2b; 
    font-size: 14px;
    font-weight: normal;
    font-family:'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 0.025em;
    line-height: 1.75;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    }

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    }

a {
    color: #2b2b2b;
    font-weight: 600;
    text-decoration: none;
    transition: .3s linear;
    -webkit-transform: translateZ(0);
    }
a:hover { 
    text-decoration: underline;
    color: #2b2b2b;
    }

a:focus, a:active {
    outline: none;
    }
h1, h2, h3, h4, h5, h6, figure {
    margin: 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: 0.05em;
    }
@media screen and (max-width: 768px) {
    h1, h2, h3, h4, h5, h6, figure {
    }
}

p, span {
    margin: 0;
    padding: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    }

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    }

input[type=text] {
    font-size: 16px;
    }


::-webkit-selection {
    color: #fff;
    background: #ffa500;
    }
::-moz-selection {
    color: #fff;
    background: #ffa500;
    }
::selection {
    color: #fff;
    background: #ffa500;
    }

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    }
.menu-show #page {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    }


/* ========================================================================================= *
 *    Navigation
 * ========================================================================================= */
#main-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1002;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    overflow-y: scroll;
    }
#main-nav .nav-toggle {
    position: absolute;
    padding: 0 !important;
    height: 50px;
    width: 50px;
    line-height: 0;
    visibility: hidden;
    opacity: 0.6;
    }
#main-nav .nav-toggle:hover {
    opacity: 1;
    }
#main-nav .nav-toggle i {
    top: 10px !important;
    right: -15px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
    text-indent: 0;
    }
#main-nav .nav-toggle.show {
    visibility: visible;
    }
.menu-show #main-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    }

/* divide */
#main-nav .hr {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
    }
#main-nav .hr:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    content: "";
    width: 30px;
    height: 2px;
    background: #ffa500;
    }

/* menu */
#main-nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    }
#main-nav ul li {
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
    }
#main-nav ul li a {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    }
#main-nav ul li.cta a {
    padding: 7px 20px !important;
    border: 1px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    }
#main-nav ul li.cta a:hover {
    background: #fff;
    color: #ff8013;
    }
#main-nav ul li.cta a:hover:after {
    display: none;
    }

/* animation */
#main-nav ul li a::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    }
#main-nav ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
    }

/* social-icons */
#main-nav ul.social-icons li {
    display: inline-block;
    text-decoration: none !important;
    padding: 0 15px;
    font-size: 16px;
    }
#main-nav ul.social-icons li a:hover, #main-nav ul.social-icons li a:focus {
    text-decoration: none !important;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    }
#main-nav ul.social-icons li a:hover:after {
    display: none;
    }

/* table */
.nav-table {
  display: table;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .nav-table {
  }
}
.nav-table .table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .nav-table .table-cell {
  }
}


/* menu
--------------------------------------------------------------------------------- */
#top-menu  {
    position: fixed;
	top: 0;
	margin: 0;
	padding: 30px 40px 0 40px;
	width: 100%;
	z-index: 10;
    }
#top-menu .logo a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    font-family: 'Libre Baskerville', serif;
    font-size: 38px;
    color: #2b2b2b;
    text-decoration: none;
    line-height: 1;
    }
#top-menu .logo a.top {
    color: #fff;
    text-shadow:0px 1px 2px rgba(0, 0, 0, 0.5);
    }
@media screen and (max-width: 768px) {
    #top-menu {
        padding: 20px 20px 0 20px;
        }
    #top-menu .logo a {
        font-size: 25px;
        letter-spacing: 0.025em;
        }
    #top-menu .logo a.top {
        color: #2b2b2b;
        text-shadow: none;
        }
    }


/*  toggle
--------------------------------------------------------------------------------- */
.nav-toggle {
    cursor: pointer;
    text-decoration: none;
    position: absolute !important;
    top: 30px;
    right: 45px;
    }
@media screen and (max-width: 768px) {
    .nav-toggle {
        display: block;
        top: 15px;
        right: 20px;
        }
    }
.nav-toggle.active i::before, .nav-toggle.active i::after {
    background: #fff;
    }
.nav-toggle.dark.active i::before, .nav-toggle.dark.active i::after {
    background: #fff;
    }
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
    outline: none;
    border-bottom: none !important;
    }
.nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 2px;
    color: #2b2b2b;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #2b2b2b;
    transition: all 0.2s ease-out;
    }
@media screen and (max-width: 768px) {
    .nav-toggle i {
        width: 25px;
        }
    }
.menu-show .nav-toggle i {
    background: #fff;
    color: #fff;
    }
.nav-toggle i::before, .nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #2b2b2b;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    }
@media screen and (max-width: 768px) {
    .nav-toggle i::before, .nav-toggle i::after {
        width: 25px;
        }
    }
.menu-show .nav-toggle i::before, .menu-show .nav-toggle i::after {
    background: #fff;
    }
.nav-toggle i::before {
    top: -8px;
    }
.nav-toggle i::after {
    bottom: -8px;
    }
.nav-toggle:hover i::before {
    top: -10px;
    }
.nav-toggle:hover i::after {
    bottom: -10px;
    }
.nav-toggle.active i {
    background: transparent;
    }
.nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    }
.nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    }
.nav-toggle {
    z-index: 1003;
    position: relative;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    }


/* ========================================================================================= *
 *    Left-Contents (TOP)
 * ========================================================================================= */
#aside {
    position: fixed;
    width: 45%;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    }
@media screen and (max-width: 768px) {
    #aside {
        width: 100%;
        position: relative;
        }
    }
#aside .intro {
    position: absolute;
    bottom: 50px;
    padding: 0 50px;
    width: 100%;
    z-index: 10;
    text-align: center;
    }
#aside .intro h2, #aside .intro h3 {
    line-height: 1.5;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    }
@media screen and (max-width: 768px) {
    #aside .intro {
        bottom: 40px;
        padding: 0 30px;
        }
    #aside .intro h2, #aside .intro h3 {
        font-size: 18px;
        }
    }
@media screen and (min-width: 768px) {
    #aside .intro h3 br {
        display: none;
        }
    }
@media only screen and (max-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #aside .intro h3 br {
        display: none;
        }
    }


/*  KeyVisual (slider)
--------------------------------------------------------------------------------- */
#keyVisual {
    height: 100vh;
    }
#keyVisual .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
    }
#keyVisual .flexslider .slides {
    position: relative;
    overflow: hidden;
    }
#keyVisual .flexslider .slides li {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    }
#keyVisual .flexslider .slides li .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    }
#keyVisual .flexslider .flex-control-nav {
    bottom: 10px;
    z-index: 1000;
    }
#keyVisual .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
    width: 10px;
    height: 10px;
    cursor: pointer;
    }
#keyVisual .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
    }
#keyVisual .flexslider .flex-direction-nav {
    display: block;
    }
#keyVisual .flexslider .flex-direction-nav a {
    position: absolute;
    cursor: pointer;
    width: 45px;
    height: 45px;
    }
#keyVisual .flexslider .flex-direction-nav a:before {
    position: relative;
    left: 0;
    top: 0;
    color: #fff !important;
    text-shadow: none !important;
    font-size: 40px;
    z-index: 10;
    }
#keyVisual .flexslider .flex-direction-nav a.flex-prev {
    opacity: 1 !important;
    left: 40px !important;
    }
#keyVisual .flexslider .flex-direction-nav a.flex-prev:before {
    text-indent: 0px !important;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e929";
    }
#keyVisual .flexslider .flex-direction-nav a.flex-next {
    right: 40px !important;
    opacity: 1 !important;
    }
#keyVisual .flexslider .flex-direction-nav a.flex-next:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0px !important;
    right: 0;
    content: "\e92a";
    }












/* =================================================================== *
 *    information
 * =================================================================== */

#information {
    margin: 0 60px 60px 60px;
    padding: 30px;
    border: 5px solid #dc143c;
    font-size: 16px;
    }
#information h3 {
    display: block;
    margin-bottom: 30px;
    font-size:25px;
    text-align: center;
    }

#information .date {
    margin: 30px 0;
    text-align: right;
    }
#information .date h4 {
    display: block;
    text-align: center;
    font-size: 24px;
    }

#information small {
    font-size: 14px;
    text-align: center;
    display: block;

    }
@media screen and (max-width: 768px) {
#information {
    margin: 0 15px 30px 15px;
    padding: 15px;
    }
#information h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
    }
#information .date {
    margin: 15px 0;
    }
#information .date span {
    font-size: 20px;
    }
#information small {
    display: block;
    margin-top: 15px;
    line-height: 1.3;
    }
    }












/* ========================================================================================= *
 *    Right-Contents (TOP)
 * ========================================================================================= */
/*  News
--------------------------------------------------------------------------------- */
.news {
    padding: 5em 50px;
    width: 700px;
    z-index: 999;
    }
@media screen and (max-width: 768px) {
    .news {
    padding: 30px;
        width: auto;
        }
    }
.news h3 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    }
.news h3::before {
    content: "\2212" ;
    margin-right: 5px;
    color: #ff8013;
    font-weight: 600;
    }
.news .ticker {
    overflow: hidden;
    margin; 0;
    padding: 0;
    height: 30px;
    list-style: none;
    border-bottom: 1px solid #ccc;
    }
@media screen and (max-width: 768px) {
    .news .ticker {
        height: 75px;
        }
     .news .ticker ul {
        list-style: none;
        }
    }
@media only screen and (min-width: 480px) and (max-width: 1024px) and (orientation: landscape) {
    .news .ticker {
        height: 55px;
        }
    }
 .news .ticker li {
    display: block;
    margin: 0;
    padding: 5px;
    line-height: 1.5;
    font-size: 12px;
    }
 .news .ticker li span.date {
     display: inline-block;
     margin-right: 1em;
    }
@media screen and (max-width: 768px) {
    .news .ticker li span.date {
        display: block;
        margin-bottom: 5px;
        }
    }
 .news .ticker li span.tag {
    top: 0;
    margin-left: 1em;
    background: #ff8013;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    height: 20px;
    line-height: 1;
    padding: 5px 10px 3px 5px;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    }
 .news .ticker li span.tag:after,  .news .ticker li span.tag:before {
     right: 100%;
     top: 50%;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
     display: inline-block;
    }
 .news .ticker li span.tag:after {
     border-color: rgba(255, 255, 255, 0);
     border-right-color: #ff8013;
     border-width: 10px;
     margin-top: -10px;
    }    


/*  Features
--------------------------------------------------------------------------------- */
#features {
    padding: 0 75px;
    }
@media screen and (max-width: 768px) {
    #features {
        padding: 0 15px;
        }
    }
#features .entry-item {
    display: grid;
    grid-template-columns: 50% 1fr;
    padding-bottom: 10em;
    margin-bottom: 10em;
    border-bottom: 5px double #ccc;
    }
@media screen and (max-width: 768px) {
    #features .entry-item {
        padding-bottom: 5em;
        margin-bottom: 5em;
        }
    }

/* image */
#features .entry-item .item-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    }
#features .entry-item .item-img.left {
    background-position: left top;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    }
#features .entry-item .item-img.right {
    background-position: right top;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    }
@media only screen and (min-width: 480px) and (max-width: 1024px) and (orientation: landscape) {
    #features .entry-item .item-img.right {
        background-position: center bottom;
        }
    }
@media screen and (max-width: 480px) {
    #features .entry-item .item-img.left,
    #features .entry-item .item-img.right {
        grid-column: 1 / 3;
        margin-bottom: 30px;
        height: 220px;
        }
    }

/* features-text */
#features .entry-item .desc {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    margin: 0 0 0 10%;
    }
#features .entry-item .desc.reverse {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    margin: 0 10% 0 0;
    }
@media screen and (max-width: 480px) {
    #features .entry-item .desc {
        grid-row: 2 / 3;
        grid-column: 1 / 3;
        margin: 0;
        }
    #features .entry-item .desc.reverse {
        grid-row: 2 / 3;
        grid-column: 1 /3;
        margin: 0;
        }
    }
#features .entry-item h2, #topics .entry-item h2 {
    margin-bottom: 20px;
    font-size: 25px;
    }
@media screen and (max-width: 768px) {
    #features .entry-item h2, #topics .entry-item h2 {
        margin-bottom: 15px;
        font-size: 20px;
        text-align: center;
        }
    }
#features .entry-item p, #topics .entry-item p {
    padding-bottom: 25px;
    }
#features .entry-item.last {
    margin-bottom: 0 ;
    border: none;
    }
#features .entry-item .btn, #topics .entry-item .btn {
    display: block;
    margin: 0 auto;
    }

/*  work */
#features .entry-item .list-nav {
    margin-bottom: 15px;
    }
#features .entry-item .list-nav .item-list {
    display: inline-block;
    width: 49.5%;
    }
@media only screen and (min-width: 480px) and (max-width: 1024px) and (orientation: landscape) {
    #features .entry-item .list-nav .item-list {
        display: block;
        width: 100%;
        }
    }
#features .entry-item .list-nav .item-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
#features .entry-item .list-nav .item-list ul li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 12px;
    display: block;
    }
#features .entry-item .list-nav .item-list ul li:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 14px;
    color: #ff8013;
    }

/*  category-title */
#features .entry-item .category, #topics .entry-item .category {
    display: flex; 
    align-items: center;
    font-size: 16px;
    margin-bottom: 15px;
    color: #666;
    }
@media screen and (max-width: 768px) {
    #features .entry-item .category, #topics .entry-item .category {
        margin-bottom: 10px;
        }
    }
#features .category:after, #topics .category:after {
    margin-left: 10px; 
    border-top: 1px solid rgba(151, 151, 151, 0.5);
    content:""; 
    flex-grow:1;
    }


/*  Topics
--------------------------------------------------------------------------------- */
#topics  {
	padding: 7em 75px;
    background: #f3f3f3;
    }
@media screen and (max-width: 768px) {
    #topics  {
	    padding: 3em 15px;
        }
    }
#topics .entry-item {
    display: grid;
    grid-template-columns: 30% 1fr;
    }
    #topics .entry-item img {
        rid-column: 1 / 2;
        rid-row: 1 / 2;
        margin-right: 15%;
        width: 85%;
        }
@media screen and (max-width: 480px) {
    #topics .entry-item img {
        width: 50%;
        grid-column: 1 / 3;
        display: block;
        margin: 0 auto 15px auto;
        }
    #topics .entry-item .desc {
        grid-row: 2 / 3;
        grid-column: 1 / 3;
        }
    }

/* #topics-text */
#topics .entry-item .data {
    margin-bottom: 25px;
    }
#topics .entry-item .data ul li {
    margin-bottom: 3px;
    }
#topics .entry-item .data ul li a:hover {
    text-decoration: underline;
    }


/* ========================================================================================= *
 *    Main-content (Digitalbook, Design)
 * ========================================================================================= */
#header {
    margin-top: 7em;
    }
#header .head-wrap {
    display: table;
    width: 100%;
    min-height: 600px;
    }
#header .head-wrap .head-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 600px;
    }
@media screen and (max-width: 768px) {
    #header {
        margin-top: 5em;
        }
    #header .head-wrap {
        margin-bottom: 3em;
        min-height:auto;
        }
    #header .head-wrap .head-image {
        height: 250px;
        }
    }
#header .head-wrap .inner {
    display: table-cell;
    vertical-align: middle;
    height: 600px;
    color: #fff;
    }
#header .head-wrap .inner .desc {
    padding: 5em 3em;
    background: #ffa500;
    }
#header .head-wrap .inner .desc span {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1;
    }
#header .head-wrap .inner .desc h2 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 35px;
    }
#header .head-wrap .inner .desc p {
    line-height: 2;
    font-size: 15px;
    margin-bottom: 30px;
    }
@media screen and (max-width: 768px) {
    #header .head-wrap .inner {
        height: auto;
        }
    #header .head-wrap .inner .desc {
        padding: 1.5em;
        margin-top: -30px;
        }
    #header .head-wrap .inner .desc span {
        margin-bottom: 5px;
        font-size: 14px;
        }
    #header .head-wrap .inner .desc h2 {
        margin-bottom: 15px;
        font-size: 25px;
        }
    }


/* ========================================================================================= *
 *  Main-Contents 
 * ========================================================================================= */

/* Main-content (TOP)
--------------------------------------------------------------------------------- */
#main-content.half {
    padding: 0;
    margin-left: 45%;
    z-index: 999;
    }
@media screen and (max-width: 768px) {
    #main-content.half {
        margin-left: 0;
        }
    }

/* Main-content (digitalbook, design)
--------------------------------------------------------------------------------- */
#main-content {
    padding: 7em 0;
    z-index: 999;
    ont-family: 'Montserrat','Noto Sans Japanese';
    text-align: justify;
    text-justify: inter-ideograph;
   }
@media screen and (max-width: 768px) {
    #main-content {
        padding: 3em 0;
        }
    }
#main-content .lead h3 {
    position: relative;
    padding-bottom: 3em;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    }
#main-content .lead h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    height: 3px;
    background: #ff8013;
    }
@media screen and (max-width: 768px) {
    #main-content .lead h3 {
        padding-bottom: 2em;
        font-size: 15px;
        }
    #main-content .lead h3:after {
        width: 80px;
        margin-left: -40px;
        }
    }


/* ========================================================================================= *
 *    Heading
 * ========================================================================================= */
.heading {
    margin-bottom: 5em;
    text-align: center;
	font-family: 'Montserrat','sans-serif','Noto Sans Japanese';
    }
@media screen and (max-width: 768px) {
    .heading {
        margin-bottom: 3em;
        }
    }
.heading h2 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 20px;
    line-height: 1.5;
    font-size: 35px;
    font-weight: 600;
    }
.heading h2:before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 50px;
    margin-left: -25px;
    height: 3px;
    left: 50%;
    background: #ff8013;
    }
@media screen and (max-width: 768px) {
    .heading h2 {
    margin-bottom: 0px;
    padding-bottom: 15px;
    font-size: 30px;
        }
    }
.heading p {
	font-family: 'Lato',sans-serif,'Noto Sans Japanese';
    text-align: center;
    margin-top: 30px;
    }
@media screen and (max-width: 768px) {
.heading p {
    text-align: left;
        }
    }
@media only screen and (max-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .heading p br {
        display: none;
        }
    }


/*  heading (single) */
.heading h3 {
    display: inline-block;
    border-bottom: 7px solid #2b2b2b;
    padding-top: 10px;
    line-height: 1;
    font-size: 55px;
    font-weight: bold;    
    }
@media screen and (max-width: 768px) {
    .heading h3 {
        font-size: 25px;
        border-bottom: 3px solid #2b2b2b;
        }
    }


/* Item (digitalbook, design)
--------------------------------------------------------------------------------- */
#main-content .item-inner {
    margin-top: 7em;
    }
@media screen and (max-width: 768px) {
    #main-content .item-inner {
        margin-top: 5em;
        }
    }
#main-content .item-inner h2 {
    margin-bottom: 20px;
    font-size: 25px;
    }
#main-content .item-inner h3 {
    margin-bottom: 10px;
    font-size: 20px;
    }
#main-content .digitalbook .btn {
    display: block;
    margin: 30px auto 0 auto;
    }
#main-content .design .btn {
    display: block;
    margin-top: 30px;
    }

@media screen and (max-width: 768px) {
    #main-content .item-inner {
        margin-top: 3em;
        }
    #main-content .item-inner .left, 
    #main-content .item-inner .right {
        margin-bottom: 30px;
        }      
    #main-content .item-inner .btn {
        margin: 30px auto 0 auto;
        }
    #main-content .item-inner h2 {
        font-size: 20px;
        text-align: center;
        line-height: 1.25;
        }
    }







/* Digitalbool (excerpt) */
@media screen and (min-width: 768px) {
    #main-content .item-inner .boder {
        border-right: 1px solid #ccc;
        }
    #main-content .item-inner .excerpt-wrap {
        padding: 0 15px;
        }
    }
#main-content .item-inner .excerpt {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    }
#main-content .item-inner .excerpt.last {
    margin-bottom: 0;
    }    
@media screen and (min-width: 768px) {
    #main-content .item-inner .excerpt.no-border {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; 
        }
    }
#main-content .item-inner .excerpt .excerpt-icon {
    display: table-cell;
    width: 18%;
    vertical-align: top;
    }
#main-content .item-inner .excerpt .excerpt-text {
    display: table-cell;
    width: 75%;
    padding-left: 7%;
    }








/* Digitalbool (set-plan) */
@media screen and (min-width: 768px) {
    #main-content .set-plan h2 br {
        display: none;
        }
    }
 #main-content .set-plan .item-text {
    margin: 2em 0 5em 0;
    }
 #main-content .set-plan .item-text p {
    font-size: 12px;
    font-weight: 600;
    }
 #main-content .set-plan .item-text h3 {
     margin-bottom: 10px;
     font-size: 20px;
     text-align: center;
    }
@media screen and (max-width: 768px) {
     #main-content .set-plan .item-text {
         margin: 2em 0 3em 0;
        }
     #main-content .set-plan .item-text h3 {
         font-size: 20px;
        }
    }
 #main-content .set-plan .item-text .icon {
    font-size: 50px;
    text-align: center;
    color: #ff8013;
    }
@media screen and (max-width: 768px) {
     #main-content .set-plan .item-text .icon {
         font-size: 30px;
        }
    }

/* Design (list)) */
#main-content .design-list {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    }
#main-content .design-list p {
    margin-bottom: 3px;
    }
#main-content .design-list li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 20px;
    display: block;
    }
#main-content .design-list li:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e095";
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 14px;
    color: #ff8013;
    }

/*  Bottom
--------------------------------------------------------------------------------- */
#bottom-info {
    width: 100%;
    overflow-x: hidden;
    background: #ffa500;
    }
@media screen and (max-width: 768px) {
    #bottom-info .btn {
        display: block;
        margin: 30px auto 50px auto;
        }
    }
#bottom-info.book {
    background: url("../images/item_book-03.png") no-repeat  #ffa500;
    background-position: 76.5% 150px;
    background-size: 14%;
    }
#bottom-info .bottom-inner {
    margin-top: 5em;
    color: #fff;
    }
@media screen and (max-width: 768px) {
    #bottom-info.book {
        background: url("../images/item_book-03.png") no-repeat #ffa500;
        background-position: 130% 30px;
        background-size: 60%;
        }
    #bottom-info .bottom-inner {
        margin: 2em 0;
        text-align: center;
        }
    #bottom-info .overlay {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        overflow-x: hidden;
        }
    }
#bottom-info .bottom-inner p {
    margin-bottom: 30px;
    }

/*  category-title */
#bottom-info .category {
    display: flex; 
    align-items: center;
    margin-bottom: 30px;
    font-size: 30px;
    }
@media screen and (max-width: 768px) {
   #bottom-info .category {
        margin-bottom: 15px;
        }
    }
#bottom-info .category:after {
    margin-left: 15px; 
    margin-top: 5px;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    content:""; 
    flex-grow:1;
    }
#bottom-info .bottom-inner h3 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 30px;
    }

/*  comment */
#bottom-info .bottom-inner .comment {
    height: 380px;
	}
@media screen and (max-width: 768px) {
#bottom-info .bottom-inner .comment {
    display: none;
        }
    }
#bottom-info .bottom-inner blockquote {
	border-left: none;
	padding: 0;
	margin: 0;
	}
#bottom-info .bottom-inner blockquote h4 {
    display: block;
	font-size: 15px;
    margin-bottom: 5px;
	}
#bottom-info .bottom-inner blockquote p {
	font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
	}
#bottom-info .bottom-inner .balloon {
    position: relative;
    display: inline-block;
	background: #fff;
    padding: 15px;
    color: #2d2d2d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
    -webkit-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.3);
	}
#bottom-info .bottom-inner .balloon:after {
	position: absolute;
	right: 30%;
	bottom: -14px;
	display: block;
	width: 0;
	content: "";
	border-width:  15px 0 0 15px ;
	border-style: solid;
	border-color: #fff transparent;
	}
#bottom-info .bottom-inner .balloon.reco-1 {
    width: 270px;
    margin-bottom: 40px;
	}
#bottom-info .bottom-inner .balloon.reco-2 {
    width: 280px;
    margin: 0 0 30px 50px;
	}
#bottom-info .bottom-inner .balloon.reco-3 {
    width: 220px;
    margin-left: 20px;
	}

/*  works */
#bottom-info .works {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 0 30px 60px;
    }

#bottom-info .works .item-list {
    flex: 1;
    -webkit-flex: 1;
    margin-bottom: 30px ;
	flex-basis: 33%;
	}
@media screen and (max-width: 768px) {
    #bottom-info .works .item-list.last {
        margin-bottom: 0;
        }
    }
#bottom-info .works .item-list h3 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    }
#bottom-info .works .item-list ul li {
    line-height: 1.5;
    }
@media screen and (max-width: 768px) {
    #bottom-info .works .item-list h3,
    #bottom-info .works .item-list ul li {
        text-align: left;
        }
    }
@media screen and (min-width: 480px) {
    #bottom-info .works .item-list.even {
        display: none;
        }
    }
@media screen and (max-width: 768px) {
    #bottom-info .works {
        margin: 30px 0 15px 0;
        }
    #bottom-info .works .item-list {
        flex-basis: 50%;
		}
	}
@media screen and (max-width: 768px) {
    #bottom-info .bottom-inner {
        font-size: 13px;
	    }
    #bottom-info .bottom-inner .comment {
        padding: 10px;
        }
    #bottom-info .bottom-inner .comment.reco-1 {
        width: 180px;
        margin-bottom: 20px;
        }
    #bottom-info .bottom-inner .comment.reco-2 {
        width: 230px;
        margin: 0 0 20px 30px;
        }
    #bottom-info .bottom-inner .comment.reco-3 {
        width: 190px;
        margin-left: 10px;
        }
    }
@media only screen and (min-width: 480px) and (max-width: 1024px) and (orientation: landscape) {
    #bottom-info .bottom-inner {
        font-size: 13px;
	    }
    #bottom-info .bottom-inner .comment {
        padding: 10px;
        }
    #bottom-info .bottom-inner .comment.reco-1 {
        width: 300px;
        margin-bottom: 20px;
        }
    #bottom-info .bottom-inner .comment.reco-2 {
        width: 330px;
        margin: 0 0 20px 30px;
        }
    #bottom-info .bottom-inner .comment.reco-3 {
        width: 390px;
        margin-left: 10px;
        }
    }


/* ========================================================================================= *
 *   Section
 * ========================================================================================= */
.single {
    padding: 7em 0;
    }
@media screen and (max-width: 768px) {
    .single {
	    padding: 4em 0;
        }
    }


/* ========================================================================================= *
 *   Company (single)
 * ========================================================================================= */
#company .profile .map {
    width: 95%;
    height: 450px !important;
    border: 0 !important;
    frameborder: 0 !important;
    }
@media screen and (max-width: 768px) {
    #company .profile .map {
        width: 100%;
        margin-bottom: 30px;
        height: 300px !important;
        }
    }

/* table */
#company table.info {
    margin-bottom: 50px;
    width: 100%;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
    }
@media screen and (max-width: 768px) {
    #company table.info {
        margin-bottom: 30px;
        }
    }
#company table.info tbody th {
	padding: 15px 5px;
	border-bottom: 1px solid #ccc;
    width: 20%;
    font-weight: 500;
    }
#company table.info tbody td {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;

    }
@media screen and (min-width: 768px) {
    #company table.info tbody td br {
        display: none;
    }
        }
@media screen and (max-width: 768px) {
    #company table.info tbody th {
        display:block;
    	padding: 15px 0 10px 0 ;
        border-bottom: none;
        }
    #company table.info tbody td {
	    display:block;
        padding: 0 0 15px 0;
        }
    }

/* image */
#company ul li {
    display: inline-block;
    margin-right: 19px;
    width: 32%;
    list-style: none;
	}
#company ul li:last-child{
    margin-right: 0;
	}
@media screen and (max-width: 768px) {
    #company ul li {
        margin-right: 8px;
        width: 31%;
        list-style: none;
    	}
	}


/* ========================================================================================= *
 *   Privacy (single)
 * ========================================================================================= */
#privacy .desc {
	margin-bottom: 3em;
    }
#privacy .desc.last {
	margin-bottom: 0;
    }
@media screen and (max-width: 768px) {
    #privacy .desc {
	    margin-bottom: 2em;
	    }
	}
#privacy .desc h4 {
    margin-bottom: 10px;
	font-size: 16px;
    font-weight: 600;
	}
#privacy .desc ul li {
    list-style: inside;
    margin-left: 2em;
    text-indent: -1.5em;
    }


/* ========================================================================================= *
 *    Contact (single)
 * ========================================================================================= */
#contact .required {
	color: #CC0000;
	}
#contact .control-label {
    text-align: left;
    font-weight: 500;
    }
#contact .form-group {
    margin: 0;
    padding: 50px 0;
    border-top: 1px solid #d5d5d5;
    }
#contact .form-group.last {
    padding-bottom: 0;
    }
#contact .form-group p {
    text-align: center;
    
    }
#contact .form-group .btn {
    margin-top: 30px;
    }
#contact .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 30px;
	border: 2px solid #f3f3f3;
    background: #f5f6f7;
    }
#contact .control-label {
    padding-top: 20px; 
    }

@media screen and (max-width: 768px) {
    #contact .form-group {
        padding: 20px 0;
        }
    #contact .control-label {
        padding-top: 0; 
        }
    #contact .form-control {
        padding: 15px 0;
        border: none;
         }
    #contact .form-group p {
        text-align: left;
        }
    }
#contact .form-control:active {
	border: 2px solid #2b2b2b;
	}
#contact .form-control:focus, .form-control:active {
	border: 2px solid #2b2b2b;
	}



















/* ========================================================================================= *
 *    Footer
 * ========================================================================================= */
#footer {
    padding: 30px !important;
    clear: both;
    background: #2b2b2b;
    font-size: 12px;
    color: #fff;
    }
#footer .footer-info {
    display: grid;
    grid-template-columns: 30% 1fr;
    }
#footer .logo a {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    line-height: 1.5;
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
    }
#footer .social-icons {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    text-align: right;
    }
#footer .social-icons > span:after {
    display: inline-block;
    content: '';
    width: 50px;
	margin-left: 10px;
    border-top: 1px solid  rgba(255, 255, 255, 0.5);
	}

/* social-icons */
footer .social-icons a {
    display: inline-block;
    text-decoration: none !important;
    padding: 0 10px;
    font-size: 16px;
    color: #ccc;
    }
footer .social-icons a:hover, #footer .social-icons a:focus {
    text-decoration: none !important;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    color: #fff;
    }

/* footer-menu */
#footer .footer-menu {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    text-align: right;
    }
#footer .footer-menu ul {
    margin:0;
    padding: 0;
    list-style: none;
    }
#footer .footer-menu ul li {
    display: inline-block;
    margin-right: 20px;
    color: rgba(255, 255, 255, 0.2);
	}
#footer .footer-menu ul li a {
    color: #ccc;
	}
#footer .footer-menu ul li a:hover {
color: #fff;
    text-decoration: underline;
    }
#footer .footer-menu ul li:last-child {
    margin-right: 0
	}	

/* copyright */
#footer .copyright {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    }

@media screen and (max-width: 480px) {
    #footer .logo {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
        text-align: center;
		}
    #footer .social-icons {
        display: none;
        }
    
        /* divide */
    #footer .logo, #footer .footer-menu {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
        }
    #footer .logo a:after, #footer .footer-menu:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -15px;
        content: "";
        width: 30px;
        height: 2px;
        background: #ffa500;
        }
    #footer .footer-menu {
        grid-column: 1 / 3;
        grid-row: 3 / 4;
        text-align: center;
        }
	#footer .footer-menu ul li {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
        }
    #footer .copyright {
        grid-column: 1 / 3;
        grid-row: 4 / 5;
        text-align: center;
        }
    }











































/*  Button
--------------------------------------------------------------------------------- */
.btn {
    font-size: 12px;
    font-weight: 500;
    width: 200px;
    padding: 17px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    }
@media screen and (max-width: 768px) {
.btn {
    width: 150px;
    padding: 12px !important;
    }
    }
.btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
    }
.btn-primary {
    background: #ffa500;
    color: #fff;
    border: 1px solid #ffa500;
    }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #ffa500 !important;
    border-color: #ffa500 !important;
    }
.btn-primary.btn-outline {
    background: transparent;
    color: #2b2b2b;
    border: 1px solid #666;
    }
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #666;
    color: #fff;
    }

/*  bottom-info */
.btn-white {
    background: #fff;
    color: #2b2b2b;
    border: 1px solid #fff;
    }
.btn-white:hover, .btn-white:focus, .btn-white:active {
    color: #2b2b2b;
    background: #fff;
    border-color: #fff;
    }
.btn-white.btn-outline {
    color: #fff;
    border: 1px solid #fff;
    }
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
    background: #fff;
    color: #2b2b2b !important;
    border: 1px solid #fff;
    }
.btn-outline {
    background: none;
    border: 1px solid #fff;
    }
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    box-shadow: none;
    }
















/*  Spacer
--------------------------------------------------------------------------------- */
.mb-sm {
    margin-bottom: 3em !important;
    }
.mb-md {
    margin-bottom: 5em !important;
    }
@media screen and (max-width: 768px) {
    
    .mb-md {
        margin-bottom: 3em !important;
        }
	}


.col-padded {
	margin: 0 !important;
	padding: 0 !important;
	}















/* ========================================================================================= *
 *    Go-To-top
 * ========================================================================================= */
.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    }
.gototop.active {
    opacity: 1;
    visibility: visible;
    }
.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    }
.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    }
.gototop a:hover, .gototop a:active, .gototop a:focus {
    text-decoration: none;
    outline: none;
    }


/*  Other
--------------------------------------------------------------------------------- */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/common/loader.gif) center no-repeat #fff;
    }
.js .animate-box {
    opacity: 0;
    }


































































































































































#fh5co-page-title {
  padding-top: 5.5em;
  padding-bottom: 2em;
  margin-bottom: 4em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
    
    
    background: rgb(255,168,76);
    background: -moz-linear-gradient(-45deg, rgba(255,168,76,0.8) 0%, rgba(252,78,15,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,168,76,0.8) 0%,rgba(252,78,15,1) 100%);
    background: linear-gradient(135deg, rgba(255,168,76,0.8) 0%,rgba(252,78,15,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#fc4e0f',GradientType=1 );    
    
    
}
#fh5co-page-title .overlay {
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  background: #81c141;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#fh5co-page-title .text {
  position: relative;
  z-index: 9;
  color: #ffffff !important;
}
#fh5co-page-title .text h1 {
  color: #ffffff !important;
}





























/* ========================================================================================= *
 *   Sub-Contents
 * ========================================================================================= */

/*  Case study
--------------------------------------------------------------------------------- */
#case .page-title {
    padding: 3em 0;
    background: #ff8c00;
    }
#case .page-title h2{
    margin-top: 10px;
                    	                                font-family: 'Montserrat','Noto Sans Japanese';
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    }
#case .page-title .sample{
    text-align: right;
                            border: 3px solid #D31A1D;
    }











#case .post-content {
    margin-top: 7em;
                                border: 3px solid #5A63E8;
    }
#case .post-content .entry-title {
                                        background: #E67375;
    margin: 20px 0 50px 0;
    }
#case .post-content .entry-title h3 {
    margin-bottom: 10px;
    font-size: 28px;
    }
#case .post-content h4 {
    margin-bottom: 10px;
    font-size: 15px;
    }
#case .post-content p {
    margin-bottom: 2em;
                                                        background: #ccc;
    }
#case .post-content blockquote {
    margin: 5px 0 30px 5px;
    padding: 10px 0;
    border-left: 1px solid #ffa500;
    font-size: 14px;
    line-height: 2;
                                    background: #7BA44C;
    
    }

    












    





