/*
Theme Name: Enlightenment child
Description: Child theme for the Enlightenment theme.
Author: Globalway
Template: enlightenment
Version: 1.0.0
*/
@charset "UTF-8";

/*
 * 20170321 add
 */

@media (max-width: 767px) {
.table20170321 {
}
.table20170321 td.short {
  display: block;
  width: 100%;
}
.table20170321 td.long {
  border-top: none;
  display: block;
  width: 100%;
  margin-top: -1rem;
}
}
/*
 * Customize
 */
ul.bogo-language-switcher {
  position: absolute;
  top: 3px;
  right: 180px;
  z-index: 2;
}
ul.bogo-language-switcher li {
  float: left;
  margin: 5px;
  font-size: 13px;
}

@media (max-width: 780px) {
.jpx {
  display: none;
}
ul.bogo-language-switcher {
  top: 10px;
  right: 70px;
}
ul.bogo-language-switcher li {
  margin: 2px;
  font-size: 9px;
}
}

/*
 * Bootstrap
 */
@media (min-width: 768px) {
.container {
  width: 720px;
}
.jpx {
  float: right;
  width: 140px;
  margin: 10px 5px 0px 25px;
}
}

@media (min-width: 992px) {
.container {
  width: 960px;
}
.jpx {
  float: right;
  width: 140px;
  margin: 10px 5px 0px 25px;
}
}

@media (min-width: 1200px) {
.container {
  width: 1110px;
}
.jpx {
  float: right;
  width: 140px;
  margin: 10px 5px 0px 25px;
}
}
.nav-tabs {
  margin-bottom: 15px;
}
/* CSS Elements */

.sr-only:focus {
  z-index: 10000;
  width: auto;
  height: auto;
  padding: 0 15px;
  clip: auto;
  margin: 15px;
  background: #f9f9f9;
  border: solid 1px #66afe9;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  line-height: 28px;
  text-decoration: none;
}
.sr-only:hover {
  color: inherit;
}
.clearfix, .clearfix:before {
  clear: both;
}
.img-thumbnail, .entry-content a img, .attachment-nav a img {
  box-sizing: content-box;
  padding: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .1);
  border: none;
  border-radius: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.entry-content a:hover img, .attachment-nav a:hover img {
  background: #f0f0f0;
}
.media {
  overflow: visible;
}
.media > .pull-left {
  padding-right: 20px;
}
/* Theme Hacks */

.textarea-group {
  width: 100%;
}
.textarea-group .textarea-group-addon, .textarea-group .textarea-group-addon:first-child {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 3;
  padding: 8px 12px;
  margin: 0;
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
  border-radius: 4px 0 4px 0;
}
.input-group textarea.form-control, .input-group textarea.form-control:last-child {
  text-indent: 101px;
  border-radius: 4px;
  line-height: 24px;
}
/*
 * Style HTML Tags
 */

body {
  background: #f0f0f0;
  color: #555;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.design-full-screen {
  background: #fff !important;
}
a {
  text-decoration: none;
  -webkit-transition: color .25s ease, margin .25s ease;
  -moz-transition: color .25s ease, margin .25s ease;
  -ms-transition: color .25s ease, margin .25s ease;
  -o-transition: color .25s ease, margin .25s ease;
  transition: color .25s ease, margin .25s ease;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
h1, h2 {
  font-weight: 600;
}
h3, h4, h5, h6 {
  font-weight: 700;
}
p {
  margin-bottom: 15px;
}
blockquote {
  position: relative;
  margin: 0 0 0 45px;
  padding: 0;
  border: none;
  font-family: Georgia, "URW Bookman L", serif;
  font-style: italic;
}
blockquote:before {
  position: absolute;
  top: -10px;
  left: -60px;
  content: "\201C";
  color: #ddd;
  font-family: serif;
  font-size: 96px;
  line-height: 1;
}
.entry-content blockquote p:last-child {
  margin-bottom: 15px;
}
blockquote cite {
  font-style: normal;
}
blockquote cite:before {
  content: "\2014";
  padding-right: 8px;
}
table {
  width: 100%;
  margin-bottom: 24px;
  border-bottom: solid 1px #ddd;
}
table th, table td {
  padding: 8px;
  border-top: solid 1px #ddd;
}
fieldset {
  border: solid 1px #eee;
  padding: 30px;
}
legend {
  width: auto;
  padding: 0 10px;
  margin: 0;
  border: none;
}
input[type="text"], input[type="password"] {
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  vertical-align: middle;
}
input[type="text"]:focus, input[type="password"]:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
input[type="submit"], input[type="reset"], input[type="button"], button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  color: #333;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, button:hover button:focus button:active {
  background-color: #e6e6e6;
  border-color: #adadad;
}
dt {
  margin-bottom: 10px;
}
dd {
  margin: 0 0 24px 0px;
  line-height: 1.63em;
  font-size: 12px;
}
li {
  line-height: 1.63em;
}
address {
  font-size: 14px;
  font-style: italic;
}
code {
  background: #f8f8f8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
  color: #333;
  white-space: normal;
}
kbd, tt {
  font-family: monospace;
}
big {
  font-size: 1.3em;
}
cite {
  font-style: italic;
}
ins {
  text-decoration: none;
}
pre {
  padding: 15px;
  background: #f9f9f9;
  border: dashed 1px #e3e3e3;
  color: #000;
  font-size: 12px;
  line-height: 1.63em;
  margin-bottom: 24px;
  overflow: auto;
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
img, video {
  max-width: 100%;
  height: auto;
}
figure img {
  display: block;
  margin: 0 auto;
}
video {
  display: block;
}
audio {
  max-width: 100%;
}
/*
  WordPress Standard Tags
*/

.aligncenter {
  display: block;
  margin: 1.5em auto;
}
.aligncenter:first-child {
  margin-top: 0;
}
.alignleft {
  float: left;
  margin: .75em 1.5em .75em 0;
}
.alignright {
  float: right;
  margin: .75em 0 .75em 1.5em;
}
.alignnone {
  vertical-align: baseline;
}
.wp-caption {
  box-sizing: content-box;
  max-width: 100%;
  padding: 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .1);
  background: #f9f9f9;
  border-bottom: #eee 1px solid;
}
.entry-teaser .wp-caption {
  padding: 8px;
}
.wp-caption.alignnone {
  margin-bottom: 24px;
}
.wp-caption a img {
  display: block;
  padding: 0;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.wp-caption-text {
  margin: 15px 0 0;
  color: #333;
  font-size: 13px;
  line-height: 1.63em;
  text-align: center;
}
.entry-teaser .wp-caption-text {
  margin-top: 8px;
}
.gallery {
  position: relative;
  margin: auto;
}
.entry-teaser .gallery {
  margin: 0 -5px 10px;
}
.gallery:before, .gallery:after {
  content: "";
  display: table;
  clear: both;
}
.gallery-item {
  float: left;
  background: #FCFCFC;
  border-bottom: #EEE 1px solid;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  text-align: center;
  -moz-transition: box-shadow .12s ease;
  -webkit-transition: box-shadow .12s ease;
  -ms-transition: box-shadow .12s ease;
  -o-transition: box-shadow .12s ease;
  transition: box-shadow .12s ease;
}
.gallery-columns-1 .gallery-item {
  width: 90%;
  margin: 0 1.5% 3%;
}
.gallery-columns-2 .gallery-item {
  width: 45%;
  margin: 0 1.5% 3%;
}
.gallery-columns-3 .gallery-item {
  width: 30%;
  margin: 0 1.3% 3%;
}
.gallery-columns-4 .gallery-item {
  width: 22%;
  margin: 0 1.2% 3%;
}
.gallery-columns-5 .gallery-item {
  width: 17%;
  margin: 0 1.2% 3%;
}
.gallery-columns-6 .gallery-item {
  width: 14.2%;
  margin: 0 1.1% 3%;
}
.gallery-columns-7 .gallery-item {
  width: 12.2%;
  margin: 0 1% 3%;
}
.gallery-columns-8 .gallery-item {
  width: 10.1%;
  margin: 0 0.9% 3%;

}
.gallery-columns-9 .gallery-item {
  width: 9.3%;
  margin: 0 0.9% 3%;
}
.gallery-columns-10 .gallery-item {
  width: 8.2%;
  margin: 0 0.8% 3%;
}
.entry-teaser .gallery .gallery-item {
  margin: 0;
  padding: 0 5px 10px;
  background: none;
  border: none;
  box-shadow: none;
}
.entry-teaser .gallery-columns-3 .gallery-item {
  width: 33.333%;
}
.entry-teaser .dummy {
  box-sizing: content-box;
  padding: 0 4px 9px 5px !important;
}
.gallery-item:hover {
  background: #F4F4F4;
  box-shadow: 0 0 18px rgba(0, 0, 0, .4);
}
.gallery-item a img {
  display: block;
  width: auto;
  padding: 0;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.gallery-icon {
  display: block;
  padding: 11%;
  margin: 0;
}
.entry-teaser .gallery-icon {
  padding: 0;
}
.gallery-caption, .entry-teaser .gallery-caption {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  height: 0;
  padding: 0;
}
.sticky {
}
.bypostauthor > .media-body > .comment-header .comment-author {
  background: #f0f0f0;
  padding: 2px 8px;
  margin-right: 4px;
  border-radius: 4px;
}
/*
  Theme Design, Layout and Typography
*/

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

@media (min-width: 768px) {
.navbar-offset {
  margin-top: 60px;
}
}

@media (min-width: 992px) {
.navbar-large-offset {
  margin-top: 80px;
}
}
.site {
  max-width: 100%;
  overflow-x: hidden;
  background: #fff;
}

@media (min-width: 768px) {
.site {
  background: none;
}
}
.design-full-screen .site {
  background: #fafafa
}
.navbar {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-transition: min-height .25s ease, height .25s ease;
  -moz-transition: min-height .25s ease, height .25s ease;
  -ms-transition: min-height .25s ease, height .25s ease;
  -o-transition: min-height .25s ease, height .25s ease;
  transition: min-height .25s ease, height .25s ease;
}

@media (min-width: 768px) {
.navbar {
  min-height: 60px;
}
}
.navbar-fixed-top {
  border-width: 0;
  z-index: 1000;
}
.admin-bar .navbar-fixed-top {
  top: 32px;
}

@media (min-width: 992px) {
.navbar-large {
  min-height: 80px;
}
}
.navbar-default {
  background: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, .15);
  border-bottom: 1px solid #f2f3f4;
}
.navbar-inverse {
  background: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar > .container {
  position: relative;
}
.site-title {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
}
.navbar a.navbar-brand {
  padding: 9px 15px;
  color: #555;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  -webkit-transition: padding .25s ease, line-height .25s ease;
  -moz-transition: padding .25s ease, line-height .25s ease;
  -ms-transition: padding .25s ease, line-height .25s ease;
  -o-transition: padding .25s ease, line-height .25s ease;
  transition: padding .25s ease, line-height .25s ease;
}

@media (min-width: 768px) {
.navbar a.navbar-brand {
  padding: 14px 15px;
  height: 60px;
}
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: inherit;
}

@media (min-width: 992px) {
.navbar-large a.navbar-brand {
  padding: 20px 15px;
  line-height: 48px;
  height: 80px;
}
}
.navbar-inverse a.navbar-brand {
  color: #fff;
}
.navbar-brand > .site-logo {
  display: inline-block;
  width: auto;
  max-height: 32px;
  vertical-align: top;
  -webkit-transition: height .25s ease, max-height .25s ease;
  -moz-transition: height .25s ease, max-height .25s ease;
  -ms-transition: height .25s ease, max-height .25s ease;
  -o-transition: height .25s ease, max-height .25s ease;
  transition: height .25s ease, max-height .25s ease;
}

@media (min-width: 992px) {
.navbar-large .site-logo {
  max-height: 48px;
}
}
.navbar .nav {
  font-size: 14px;
  text-rendering: optimizeLegibility;
}
.navbar-nav {
  margin-left: -15px;
}

@media (min-width: 992px) {
.navbar-nav {
  margin-left: -20px;
}
}
.navbar-nav.navbar-right {
  margin-left: 0;
}

@media (min-width: 768px) {
.navbar-nav.navbar-right:last-child {
  margin-right: -30px;
}
}
.navbar .nav > li > a {
  color: #555;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

@media (min-width: 768px) {
.navbar .nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
}

@media (min-width: 992px) {
.navbar .nav > li > a {
  max-height: 60px;
}
.navbar-large .nav > li > a {
  max-height: 80px;
  padding: 33px 15px;
}
.navbar-large .nav > li.menu-item-has-description > a {
  padding: 21px 20px 18px;
}
}
.navbar-inverse .nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #333;
  font-weight: 700;
}
.nav .menu-item-description {
  color: #999;
  font-size: 0.9em;
  font-style: italic;
}
.navbar .navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px;
}
.nav .glyphicon {
  margin-right: 3px;
}
.navbar .nav li.dropdown:target > .dropdown-menu {
  display: block;
}
.caret {
  width: 6px;
  height: 6px;
  margin-left: 3px;
  margin-top: -3px;
  border-top: none;
  border-left: none;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar .nav li.dropdown > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: inherit;
  border-bottom-color: inherit;
}
.dropdown-submenu .caret, .dropdown-submenu .dropdown-close {
  display: none;
}
.nav > li > a.dropdown-close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 5000%;
  height: 5000%;
  padding: 0;
  margin: 0 -1000%;
}
.navbar .nav li.dropdown:target > .dropdown-close {
  display: block;
  background: none;
}
.navbar .nav > li > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.open > .dropdown-toggle .menu-item-description, .navbar .nav li.dropdown:target > .dropdown-toggle {
  color: #428bca;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open>a:hover, .navbar-default .navbar-nav > .open>a:focus {
  background: #f9f9f9;
}
.navbar-inverse .nav > li > a:hover, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown:target > .dropdown-toggle {
  background: #333;
  color: #fff;
}
.navbar-inverse .nav > li > a:hover > .menu-item-description, .navbar-inverse .nav li.dropdown.open > .dropdown-toggle > .menu-item-description {
  color: #fff;
}
.navbar .nav > li > a.dropdown-close:hover, .navbar-inverse .nav > li > a.dropdown-close:hover {
  background: none;
}
.dropdown-menu {
  border-color: #ddd;
}
.nav > .mega-menu {
  position: static;
}

@media (min-width: 768px) {
.mega-menu > .dropdown-menu {
  left: 15px;
  right: auto;
  padding: 15px;
}
.mega-menu > .dropdown-menu {
  min-width: 750px;
  padding: 15px 30px;
}
}

@media (min-width: 992px) {
.mega-menu > .dropdown-menu {
  min-width: 970px;
}
}

@media (min-width: 1200px) {
.mega-menu > .dropdown-menu {
  min-width: 1080px;
}
}
.mega-menu > .dropdown-menu > .menu-item {
  min-width: 216px;
}

@media (min-width: 992px) {
.mega-menu > .dropdown-menu > .menu-item {
  min-width: 212px;
}
}

@media (min-width: 1200px) {
.mega-menu > .dropdown-menu > .menu-item {
  min-width: 187px;
}
}
.mega-menu > .dropdown-menu > .menu-item > a {
  font-weight: 700;
}

@media (min-width: 768px) {
.mega-menu > .dropdown-menu > .menu-item > a {
  border-bottom: solid 1px #eee;
}
}
.mega-menu .dropdown-submenu > .dropdown-menu {
  display: block;
  position: static;
  float: none;
  border: none;
  box-shadow: none;
}

@media (min-width: 768px) {
.mega-menu > .dropdown-menu > li {
  float: left;
  margin-left: 20px;
}
}
.mega-menu > .dropdown-menu > li:first-child, .mega-menu > .dropdown-menu > li:nth-child(3n+1) {
  margin-left: 0;
}

@media (min-width: 992px) {
.mega-menu > .dropdown-menu > li:nth-child(3n+1) {
  margin-left: 20px;
}
.mega-menu > .dropdown-menu > li:nth-child(4n+1) {
  margin-left: 0;
}
}

@media (min-width: 1200px) {
.mega-menu > .dropdown-menu > li:nth-child(4n+1) {
  margin-left: 20px;
}
.mega-menu > .dropdown-menu > li:nth-child(5n+1) {
  margin-left: 0;
}
}
.mega-menu .dropdown-menu > li > a {
  padding: 6px 20px;
}
.dropdown-menu > li > a {
  padding: 4px 20px;
  color: #555;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar .menu-item br {
  display: none;
}

@media (min-width: 992px) {
.navbar-large .menu-item br {
  display: inline;
}
}
.navbar .menu-item .menu-item-description {
  display: none;
}

@media (min-width: 992px) {
.navbar-large .menu-item .menu-item-description {
  display: none;
  color: #999;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: color .25s ease, margin .25s ease;
  -moz-transition: color .25s ease, margin .25s ease;
  -ms-transition: color .25s ease, margin .25s ease;
  -o-transition: color .25s ease, margin .25s ease;
  transition: color .25s ease, margin .25s ease;
}
.navbar-large .menu-item .menu-item-description {
  display: inline;
}
.navbar-large .menu-item a:hover .menu-item-description {
  color: #428bca;
}
.navbar-large .active a:hover .menu-item-description {
  color: #bababa;
}
}
.navbar-search {
  margin-top: 10px;
  -webkit-transition: margin .25s ease;
  -moz-transition: margin .25s ease;
  -ms-transition: margin .25s ease;
  -o-transition: margin .25s ease;
  transition: margin .25s ease;
}

@media (min-width: 992px) {
.navbar-large .navbar-search {
  margin-top: 25px;
}
}
.navbar-search .btn {
  display: none;
}
.sidebar-navbar {
  display: none;
  float: right;
  max-height: 60px;
  padding-left: 18px;
  margin: 20px 0 20px 35px;
  overflow: visible !important;
  -webkit-transition: margin .25s ease;
  -moz-transition: margin .25s ease;
  -ms-transition: margin .25s ease;
  -o-transition: margin .25s ease;
  transition: margin .25s ease;
}

@media (min-width: 768px) {
.sidebar-navbar {
  display: block;
}
}

@media (min-width: 992px) {
.navbar-large .sidebar-navbar {
  margin: 30px 0 30px 35px;
}
}
.navbar-inverse .sidebar-navbar {
  border-left: solid 1px #555;
}
.sidebar-navbar .widget {
  padding: 0;
}
.flexslider {
  margin-bottom: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.flexslider .slides > li:first-child {
  display: block;
}
.flex-direction-nav a:before {
  padding-top: 12px;
}
.flexslider:hover .flex-prev {
  left: 30px !important;
}
.flexslider:hover .flex-next {
  right: 30px !important;
}
.flex-control-nav {
  bottom: 30px;
  z-index: 5;
}
.flex-control-paging li a {
  background: rgba(255, 255, 255, .5);
}
.flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, .9);
}
.flex-control-paging li a:hover {
  background: rgba(255, 255, 255, .7);
}
.slide {
  max-height: 560px;
  overflow: hidden;
}
.featured .wp-post-image {
  display: block;
  width: 100%;
}
.slide-overlay {
  position: absolute;
  bottom: 80px;
  width: 100%;
}
#featured .entry-title {
  float: left;
  margin-left: -30px;
  background: rgba(0, 0, 0, .4);
  font-size: 48px;
}
.featured .entry-title a {
  display: inline-block;
  padding: 30px;
  color: #fff;
}
.featured .entry-summary {
  float: left;
  padding: 15px 30px;
  margin-left: -30px;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  font-size: 19px;
  line-height: 30px;
}
.featured .entry-summary :last-child {
  margin-bottom: 0;
}
.carousel-indicators .active {
  margin-right: 5px;
}
.widget-area > .container, .widget-area > .container-fluid {
  position: relative;
  z-index: 1;
}
.sidebar-header {
  background: #fff;
}

@media (min-width: 768px) {
.sidebar-primary .widget, .sidebar-alt .widget {
  margin-left: 45px;
  margin-right: 45px;
}
}

@media (min-width: 992px) {
.sidebar-primary .widget {
  margin-left: -5px;
  margin-right: 45px;
}
.sidebar-alt .widget, .layout-sidebar-content .sidebar-primary .widget {
  margin-left: 45px;
  margin-right: -5px;
}
}
.design-full-screen .sidebar-header-secondary .widget, .design-full-screen .sidebar-primary .widget, .design-full-screen .sidebar-alt .widget, .design-full-screen .sidebar-footer .widget, .sidebar-primary .sidebar-container .widget, .sidebar-alt .sidebar-container .widget {
  box-shadow: none;
}
.design-full-screen .sidebar-header-secondary, .design-full-screen .sidebar-footer {
  background-color: #f0f0f0;
}
.sidebar-header-secondary .widget, .sidebar-footer .widget {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 0 #e0e0e0;
}
.design-full-screen .sidebar-header-secondary .widget, .design-full-screen .sidebar-footer .widget {
  background: transparent;
}
.design-full-screen .custom-sidebar {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
.design-full-screen .custom-sidebar {
  padding-top: 10px;
  padding-bottom: 10px;
}
}
.design-full-screen .custom-sidebar .widget {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
.single.design-full-screen .site-content > .custom-sidebar:first-child, .page.design-full-screen .site-content > .custom-sidebar:first-child {
  margin-top: -60px;
}
}
.design-full-screen .sidebar-navbar, .design-full-screen .sidebar-full-screen {
  padding-top: 0;
  padding-bottom: 0;
}
.design-full-screen .sidebar-navbar .widget, .design-full-screen .sidebar-full-screen .widget {
  padding-top: 0;
  padding-bottom: 0;
}
.custom-query-list .row .custom-entry {
  padding-bottom: 40px;
}
.custom-query-list .row:last-child .custom-entry {
  padding-bottom: 0;
}

@media (min-width: 768px) {
.custom-query-list .row .custom-entry {
  padding-bottom: 0;
}
}
.sidebar-heading {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.sidebar-title {
  margin-top: 0;
  color: #333;
}
.sidebar-description {
  color: #333;
  font-size: 20px;
  font-weight: 300;
}
.sidebar-description p:last-child {
  margin-bottom: 0;
}
.custom-sidebar .entry-content {
  color: inherit;
}
.custom-sidebar .widget .btn-default {
  background-color: transparent;
  color: inherit;
}
.archive-header {
  position: relative;
  padding: 40px 0;
  margin: 0;
  border: none;
  overflow: hidden;
}

@media (min-width: 768px) {
.archive-header {
  padding: 40px 0;
}
.custom-header-image .archive-header {
  min-height: 320px;
  padding: 90px 0 170px;
  margin-bottom: -80px;
  text-align: center;
}
.design-full-screen .archive-header {
  margin: 30px 0;
}
.design-full-screen .grid-active .archive-header {
  margin: 0 0 5px;
}
}
.archive-header .container {
  position: relative;
  z-index: 1;
}
.archive-title {
  margin: 0;
  color: #777;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 768px) {
.archive-title {
  font-size: 40px;
}
}
.archive-title .prefix {
  font-weight: 300;
}
.archive-description {
  font-size: 18px;
}
.jumbotron .archive-description {
  margin: 14px 0;
}
.archive-description p {
 margin-top:;
  margin: 24px 0 0;
}
.project-types-filter {
  padding: 0;
  margin: 0 15px 30px;
}
.grid-active .project-types-filter {
  margin-left: 0;
  margin-right: 0;
}
.project-type {
  margin-right: 15px;
}
.project-type a {
  -webkit-transition: background-color .25s ease;
  -moz-transition: background-color .25s ease;
  -ms-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
}
.grid-active .project-type a {
  background: #fff;
  box-shadow: 1px 1px 0 #e0e0e0;
}
.project-types-filter .project-type a:hover, .project-types-filter .project-type a:focus {
  background: #f8f8f8;
}
.breadcrumb {
  margin: 16px 0;
  background: none;
}
.breadcrumb .prefix {
  padding-right: 5px;
}
.breadcrumb > li.prefix + li:before {
  display: none;
}
.subnav {
  margin: 80px 0;
}
.subnav-fixed {
  position: fixed;
  top: 60px;
  z-index: 1;
  width: 100%;
  margin: 0 !important;
  background: #f9f9f9;
  border: 1px solid #eee;
  box-shadow: 0 0 4px rgba(0, 0, 0, .04);
}
.designfull-screen .subnav {
  margin: 80px 0 -40px;
}
.subnav .nav-pills {
  display: table;
  width: 100%;
  margin: 0;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 5px;
  font-weight: normal;
  overflow: hidden;
}
.subnav-fixed .nav-pills {
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
}
.subnav .nav-pills > li {
  display: table-cell;
  float: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #f3f3f3;
  text-align: center;
}
.subnav .nav-pills > li:first-child {
  border-left: none;
}
.subnav .nav-pills > li:last-child {
  border-right: none;
}
.subnav .nav-pills > li > a {
  padding: 11px 18px;
  margin: 0;
  border-radius: 0;
  -webkit-transition: background-color .25s ease, color .25s ease, margin .25s ease;
  -moz-transition: background-color .25s ease, color .25s ease, margin .25s ease;
  -ms-transition: background-color .25s ease, color .25s ease, margin .25s ease;
  -o-transition: background-color .25s ease, color .25s ease, margin .25s ease;
  transition: background-color .25s ease, color .25s ease, margin .25s ease;
}
.subnav .nav-pills > .active > a, .subnav .nav-pills > .current-menu-item > a, .subnav .nav-pills > .active > a:hover, .subnav .nav-pills > .current-menu-item > a:hover, .subnav .nav-pills > .active > a:focus, .subnav .nav-pills > .current-menu-item > a:focus {
  color: #333;
  background-color: #eee;
}
.site-content {
  position: relative;
}

@media (min-width: 768px) {
.single .site-content, .page .site-content {
  margin-top: 30px;
}
.site-content .content-sidebar-wrapper {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 0 #e0e0e0;
}
.grid-active .content-sidebar-wrapper {
  padding-top: 0;
  background: none;
  box-shadow: none;
}
}
.design-full-screen .content-sidebar-wrapper {
  background: none;
  box-shadow: none;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
.design-full-screen .content-sidebar-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.grid-active .content-area > .row {
  margin-right: -25px;
  margin-left: -25px;
}
.design-full-screen.grid-active .content-area > .row {
  margin-right: -20px;
  margin-left: -20px;
}
}
.hentry {
  padding: 0 0 40px 0;
  margin: 0 0 30px 0;/*  border-bottom: #f3f3f3 1px solid;*/
}
.hentry:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
.hentry {
  margin: 0 45px 30px;
}
}

@media (min-width: 992px) {
.layout-content-sidebar .hentry {
  margin: 0 25px 40px 45px;
}
.layout-sidebar-content .hentry {
  margin: 0 45px 40px 25px;
}
}

@media (min-width: 768px) {
.design-boxed.layout-full-width .hentry {
  margin: 0 15px 30px;
}
.grid-active.design-boxed.layout-full-width .hentry {
  margin: 0;
}
}
.page.layout-full-width .content-area .archive-header {
  margin-bottom: 0;
}
.page.layout-full-width .hentry, .page.layout-full-width .archive-header {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.page.layout-full-width.design-full-screen .hentry, .page.layout-full-width.design-full-screen .archive-header {
  max-width: 100%;
}

@media (min-width: 768px) {
.page.layout-full-width .content-area .content-wrapper, .page.layout-full-width .content-area > .hentry:first-child {
  padding-top: 90px;
}
}
.page.layout-full-width.design-full-screen .content-area .content-wrapper, .page.layout-full-width.design-full-screen .content-area > .hentry:first-child {
  padding-top: 0;
}
.design-full-screen.page.layout-full-width .hentry {
  max-width: 100%;
  /*  padding: 0 0 60px;*/
  margin: 0;
  padding: 0 !important;
}
.design-full-screen.page.layout-full-width .content-area > .hentry:first-child {
  padding-top: 30px;
}

@media (min-width: 768px) {
.page.layout-full-width .content-area > :last-child {
  padding-bottom: 90px;
}
}
.design-full-screen.page.layout-full-width .content-area > :last-child {
  padding-bottom: 30px;
}
.design-full-screen .page-subnav-offset .content-area.col-md-12 > .hentry:first-child {
  padding-top: 148px;
}
.content-area > .hentry:first-child {
  padding-top: 0;
  border-top: none;
}
.content-area > .hentry:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.grid-active .hentry {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 768px) {
.content-area > .hentry:last-child {
  margin-bottom: 30px;
}
.grid-active .hentry {
  padding: 0 15px 30px;
  margin: 0;
  border: none;
}
.design-full-screen.grid-active .hentry {
  padding: 0;
}
.grid-active .entry {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 0 #e0e0e0;
  padding: 20px;
  margin: 0;
}
.design-full-screen.grid-active .entry {
  box-shadow: none;
}
}

@media (min-width: 992px) {
.grid-active .entry {
  background: #fff;
  padding: 20px;
  margin: 0;
}
}

@media (min-width: 1200px) {
.grid-active .entry {
  padding: 20px;
  margin: 0;
}
}
/*add css*/
.mt-10 {
  margin-top: 10px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.img-adjust {
  border-radius: 50%;
}
.p-10 {
  padding: 10px !important;
}
.lh {
  line-height: 2.5em;
}
.tL {
  text-align: left !important;
}
.tC {
  text-align: center !important;
}
.tR {
  text-align: right !important;
}
.fz20 {
  font-size: 20px !important;
}
.business-block {
  padding: 15px !important;
  line-height: 1.7em;
  border-left: 10px solid #e67e22;
  font-size: 14px;
}
.img-bg {
  border: 1px solid #e5e7e9;
  border-radius: 10px;
  background: rgba(234, 242, 248, 1.0);
  background: -webkit-radial-gradient(top right, rgba(234, 242, 248, 1.0), rgba(238, 239, 239, 1.0));
  background: -moz-radial-gradient(top right, rgba(234, 242, 248, 1.0), rgba(238, 239, 239, 1.0));
  background: radial-gradient(top right, rgba(234, 242, 248, 1.0), rgba(238, 239, 239, 1.0));
  padding: 20px 10px 5px 0;
}
.img-top {
  margin-top: 40px;
}
.text-color {
  color: #2874a6;
  font-weight: bold;
}
.sub-des {
  color: #000;
  border-left: 6px solid #004983;
  padding: 0 10px 0;
}
.page-header {
  border-bottom: none !important;
}
.company-des {
  font-size: 12px;
  color: #909497;
  font-weight: lighter;
}
.boss-name {
  font-size: 14px;
  padding: 10px;
  text-align: left;
  background: #a1887f;
  color: #fff;
}
.boss-msg-des {
  font-size: 14px;
  text-indent: 10px;
}
.bg-list {
  background: #eceff1;
}
.list-title {
  font-size: 16px;
  font-weight: bold;
  color: #004983;
}
.list-des {
  font-size: 12px;
}
.lists {
  font-size: 12px;
}
.info-list {
  padding: 0 20px;
}
.bg-infolist {
  border: 2px solid #eceff1;
  padding: 20px;
}
.address-txt {
  color: #a93226;
}
.address-txt h3 {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}
.leader-img {
  /*  width: 330px !important;*/
  border-radius: 50%;
  padding: 10px;
}
.leader-bgtext {
  background: #2471a3;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  width: 45%;
}
/* CSS used here will be applied after bootstrap.css */
.v-margin > div {
  padding: 0 20px;
}
.v-margin > div:first-child {
  padding-left: 40px;
}
.v-margin > div:last-child {
  padding-right: 40px;
}
.v-margin > div > div {
  background: blue;
  height: 100px;
  color: #fff;
}
.leader-btn {
  width: 200px;
  margin: 0 auto;
}
.devision {
  cursor: pointer;
}
.area-box {
  width: 96% !important;
}
.contact-form {
  width: 65% !important;
  border-radius: 0 !important;
  border: none !important;
}
.main-form {
  border-radius: 4px;
  width: 96%;
  margin: 0 auto;
  background: #f5f5f5;
}
#mail_submit {
  width: 100px;
  height: auto;
  margin-top: 20px;
}
.footer-wrapper {
  background: #134563;
  color: #ffffff;
  text-align: center;
  padding: 15px 0 0;
  height: 50px;
  font-weight: bold;
}
.bg-business-white {
  padding: 15px;
  border-radius: 7px;
  background: #FFFFFF;
  background: -webkit-linear-gradient(bottom left, #FFFFFF, #F8F8F8);
  background: -moz-linear-gradient(bottom left, #FFFFFF, #F8F8F8);
  background: linear-gradient(bottom left, #FFFFFF, #F8F8F8);
}
.page .page .entry-title {
  color: #154360;
}
.goog-te-gadget .goog-te-combo {
  font-weight: bold;
  width: 100%;
}
.widget-title {
  padding: 0 10px 0 10px !important;
  border-left: 6px solid #004983 !important;
  margin-left: -20px !important;
  text-align: left;
}
.widget ul {
  text-align: left;
}
aside#category-posts-3 ul li::before {
  left: -0.95em !important;
}
#ir0, #ir1, #ir2, #ir3 {
  padding: 5px 10px 5px 10px !important;
  border-left: 6px solid #004983 !important;
  border-bottom: 3px solid;
}
.tit-bar {
  color: #fff;
  background: rgb(0,79,137);
  padding: 10px;
}
.ir-faq-desc {
  text-align: center;
}
#content1 {
  width: 100% !important;
}
#post_title1 {
  width: 96.33% !important;
}
.entry-content a:hover img, .attachment-nav a:hover img {
  background: none !important;
}
.question-title {
  font-weight: bold;
  font-size: 23px;
  padding-bottom: 20px;
}
.form-block {
  margin-top: 20px;
}
.wpcf7-form-control.wpcf7-submit {
  background: #333;
  background-image: none;
  padding: 10px !important;
  width: 30%;
  margin: 20px 30% 0 30%;
  color: #fff;
}
.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email, .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  font-size: 16px;
  padding: 0 10px;
}
#srresbuts1 {
  position: relative;
  top: 10px;
}
#skey1 {
  border-radius: 4px;
}
.alignnone.size-full.wp-image-168:hover {
  transform: scale(1.1);
  transition: all 0.2s linear;
  cursor: pointer;
}
.widget li a:hover {
  color: #154360;
  text-decoration: underline;
}
.design-full-screen .custom-sidebar .widget {
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #333 !important;
  opacity: 0.7;
}
.tile-bar-en {
  color: #333;
  background: #ebf5fb;
  padding: 10px;
  border-left: 10px solid #004983;
  text-align: justify;
  line-height: 1.5em;
  font-size: 14px;
}
.tit-left {
  text-align: left !important;
  border-left: 6px solid #004983;
  padding: 0 10px 0 10px;
}
.recruite-imgtit {
  margin: 0 auto;
  display: block;
}
.banner-tit {
  font-size: 23px;
  text-align: left;
  font-weight: bold;
  margin-top: 30%;
}
.recruite-img-margin {
  margin-top: 10%;
}
.recruite-block {
  border-radius: 4px;
  width: 100%;
  background: #f5f5f5;
  padding: 20px;
}
.recruite-form {
  list-style: none;
  padding: 10px;
}
.recruite-form li {
  font-size: 14px;
  line-height: 2em;
}
.title-wrok {
  color: #d35400;
  background: #ecf0f1;
  text-align: center;
  padding: 10px;
}
.work-list{
  padding: 0 10px 0 10px;
}
.recruit-detail {
  padding: 0 10px 0 10px;
}
.work-tit {
  padding: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
#primary {
width: 100%;
margin: 0 auto;
}
.addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
  display: none;
}

/*end add css*/
.entry-header {
  margin-bottom: 30px;
  word-wrap: break-word;
}
.page .page .entry-header {
  text-align: center;
}
.grid-active .entry-header {
  margin-bottom: 15px;
}
.post-type-archive-jetpack-portfolio.grid-active .entry-header, .tax-jetpack-portfolio-type.grid-active .entry-header, .tax-jetpack-portfolio-tag.grid-active .entry-header, .custom-entry .entry-header {
  margin-bottom: 0;
}
.custom-entry-lead .entry-header {
  margin-bottom: 15px;
}
.entry-title {
  margin: 0;
  color: #333;
  font-size: 32px;
  line-height: 42px;
  word-wrap: break-word;
}
.entry-teaser .entry-title {
  font-size: 20px;
  line-height: 26px;
}
.single .entry-title {
  font-size: 36px;
  line-height: 48px;
}
.page .page .entry-title {
  color: #154360;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.1;
  position: relative;
}
.entry-title a {
  color: inherit;
}
.entry-title a:hover {
  color: #428bca;
}
.format-link .entry-title a:after {
  content: "\2192";
  padding-left: 8px;
}
.entry-meta {
  margin-left: -10px;
  color: #999;
  font-size: 13px;
  font-weight: 300;
}
.entry-teaser .entry-meta {
  padding: 0;
  margin: 0;
}
.format-aside.entry-teaser .entry-meta, .format-status.entry-teaser .entry-meta, .format-chat.entry-teaser .entry-meta {
  padding-top: 15px;
}
.entry-meta > span, .entry-meta > a {
  display: inline-block;
  margin-left: 10px;
}
.entry-teaser .entry-meta > span, .entry-teaser .entry-meta > a {
  display: block;
  margin: 0;
  line-height: 24px;
}
.entry-meta .glyphicon {
  color: #ccc;
  font-size: 12px;
  padding-right: 2px;
}
.entry-meta a {
  color: #456;
}
.entry-meta a:hover {
  color: #428bca;
}
.updated:not(.published) {
  display: none;
}
.format-gallery .entry-summary :last-child, .format-image .entry-summary :last-child, .format-audio .entry-summary :last-child, .format-video .entry-summary :last-child, .format-link .entry-summary :last-child {
  margin-bottom: 0;
}
.entry-media {
  margin: 0;
}
.wp-post-image, .entry-media img {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.attachment-thumbnail.wp-post-image, .entry-media .attachment-thumbnail {
  float: left;
  width: auto;
  margin-right: 30px;
  padding: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .1);
}
.entry-teaser .wp-post-image, .entry-teaser .entry-media img {
  margin-bottom: 20px;
}
.wp-video .mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%;
}
.wp-video .mejs-overlay, .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
.wp-video .mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.entry-author .avatar {
  border-radius: 4px;
}
.entry-author.media {
  margin-bottom: 15px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
}
.format-status .entry-author .avatar {
  float: left;
  margin-right: 20px;
}
.format-video .entry-attachment, .format-audio .entry-attachment {
  margin-bottom: 24px;
}
.entry-content {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}
.col-sm-4 .entry-content, .entry-content .col-sm-4, .col-md-3 .entry-content, .entry-content .col-md-3 {
  font-size: 14px;
}
.has-post-thumbnail .entry-content, .has-post-thumbnail .entry-summary {
  overflow: hidden;
}
.entry-content:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0;
}
.entry-content.well {
  margin: 0;
}
.col-md-4 .entry-content {
  font-size: 14px;
  ;
}
.format-aside .entry-content {
  font-size: 21px;
  font-weight: 300;
}
.format-status .entry-content {
  overflow: hidden;
}
.entry-content > :last-child {
  margin-bottom: 0;
}
.single .entry-content > :last-child, .page .entry-content > :last-child {
  margin-bottom: 15px;
}
.single .custom-entry .entry-content > :last-child, .page .custom-entry .entry-content > :last-child, .single .custom-entry .entry-summary > :last-child, .page .custom-entry .entry-summary > :last-child {
  margin-bottom: 0;
}
.entry-content .wp-video-shortcode, .entry-content .wp-audio-shortcode {
  margin-bottom: 15px;
}
.entry-content > section {
  padding-top: 30px;
}
.entry-content > section:first-child {
  padding-top: 0;
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child, .entry-content .aligncenter:first-child, .entry-content .alignleft:first-child, .entry-content .alignright:first-child {
  margin-top: 0;
}
.entry-content > :first-child > .page-header, .entry-content > .page-header:first-child {
  margin-top: 0;
}
.format-quote .entry-media {
  padding: 15px;
  background: #f05c30;
  border-radius: 3px;
  color: #fff;
}
.format-quote .entry-media blockquote:before {
  color: #fff;
}
.format-quote .entry-media cite a {
  color: #fff;
  text-decoration: underline;
}
.format-chat .entry-content > p {
  position: relative;
  clear: both;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}
.format-chat .entry-content > p:nth-child(odd) {
  float: left;
  background: #f0f0f0;
  border-radius: 12px 12px 12px 0;
  color: #333;
}
.format-chat .entry-content > p:nth-child(even) {
  float: right;
  background: #5bc0de;
  border-radius: 12px 12px 0 12px;
  color: #fff;
}
span[id^="more-"]:before {
  content: " ";
  display: block;
  height: 92px;
  margin-top: -92px;
  visibility: hidden;
}
.post-pagination {
  clear: both;
}
footer.entry-meta {
  clear: both;
  padding-top: 24px;
  margin: 0;
}
.format-quote footer.entry-meta {
  padding: 0;
}
.entry-utility {
  padding-top: 24px;
}
.entry-tags {
  display: block;
  margin-bottom: 15px;
}
.entry-tags a {
  display: inline-block;
  padding: 3px 8px;
  margin-right: 5px;
  background: #f8f8f8;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
}
.share-buttons {
  margin-bottom: 30px;
}
.share-buttons:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0;
}
.share-buttons > div {
  float: left;
  margin-right: 30px;
}
#comments {
  padding-top: 45px;
  margin-top: 45px;
  border-top: #f3f3f3 1px solid;
}
.comments-title, #reply-title, .widget-title {
  margin: 0 0 20px;
}
.commentlist, .commentlist .children {
  list-style: none;
  padding: 0;
  margin: 0;
}
.commentlist .children {
  list-style: none;
}
.comment, .pingback, .trackback {
  padding: 30px 0;
  border-bottom: #f3f3f3 1px solid;
}
.comment .comment {
  padding: 15px 0;
  border-top: #f3f3f3 1px solid;
  border-bottom: none;
}
.commentlist .comment:last-child .comment-body {
  padding-bottom: 0;
}
.comment-header {
  margin-bottom: 24px;
}
.comment-author {
  display: inline-block;
  font-weight: 600;
}
.comment-author .fn {
  font-style: normal;
}
.comment-meta a {
  font-size: 13px;
}
.comment .avatar {
  display: block;
  border-radius: 4px;
}
.media-body > .comment:last-child {
  padding-bottom: 0;
}
.comments-closed {
  font-size: 21px;
  font-weight: 300;
  text-align: center;
}
#respond {
  padding-top: 45px;
}
.comment-notes, .form-allowed-tags {
  font-size: 13px;
}
.comment-form-author .input-group-addon, .comment-form-email .input-group-addon, .comment-form-url .input-group-addon, .comment-form-comment .input-group-addon {
  min-width: 101px;
  text-align: left;
}
.comment-form-comment .input-group-addon {
  min-width: 102px;
}
.form-submit input[type="submit"] {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.form-submit input[type="submit"]:hover, .form-submit input[type="submit"]:focus, .form-submit input[type="submit"]:active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.form-allowed-tags code {
  background: none;
  box-shadow: none;
}
.comments-nav {
  padding-top: 30px;
  padding-bottom: 30px;
}
.posts-nav {
  list-style: none;
  margin-left: 15px;
  margin-right: 15px;
}
.grid-active .posts-nav {
  margin-left: -15px;
  margin-right: -15px;
}
.pager {
  margin: 30px 0;
  font-size: 14px;
  font-weight: normal;
}
.page-numbers {
  margin: 0;
}
.pagination-centered {
  display: block;
  text-align: center;
}
.pagination-centered > li > a, .pagination-centered > li > span {
  float: none;
  display: inline-block;
  margin-left: -4px;
}
.ajax-nav {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 64px;
  text-align: center;
}
.grid-active .ajax-nav {
  clear: both;
  box-sizing: content-box;
  padding: 0 15px;
  margin: 15px -15px 0 -15px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 0 #e0e0e0;
}
#infscr-loading {
  padding: 20px 0;
  text-align: center;
}
#infscr-loading div {
  display: inline;
}

@media (min-width: 768px) {
.sidebar-container {
  padding: 0 30px;
  margin-left: -30px;
  margin-right: -30px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 0 #e0e0e0;
}
}

@media (min-width: 992px) {
.sidebar-container {
  padding: 0 20px;
  margin-top: 122px;
  margin-left: -5px;
  margin-right: -30px;
}
.sidebar-alt .sidebar-container {
  margin-left: -30px;
  margin-right: -5px;
}
}

@media (min-width: 1200px) {
.sidebar-container {
  padding: 20px;
  margin: 10px -15px 0 5px;
}
.sidebar-alt .sidebar-container {
  margin: 10px 5px 0 -15px;
}
}
.sidebar-primary .widget, .sidebar-alt .widget {
  padding-bottom: 30px;
}
.header-area .widget {
  line-height: 70px;
}
.widget.well {
  padding: 19px;
  margin: 30px 0 30px 15px;
}
.widget-title {
  color: #333;
  font-size: 20px;
}
.widget-title a {
  color: inherit;
}
.widget-title label {
  display: inline;
  margin-bottom: 0;
  font-weight: 600;
}
.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget li {
  margin: 12px 0;
}
.widget .breadcrumb, .widget .breadcrumb li {
  border: none;
}
.sidebar .form-search .input-group .search-query {
  border-radius: 4px 0 0 4px;
}
.widget .searchform-dropdown a {
  color: #555;
}
.widget .searchform-dropdown a:hover {
  color: #428bca;
}
.navbar-inverse .widget .searchform-dropdown a:hover {
  color: #fff;
}
.searchform-dropdown .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 300px;
}
.searchform-dropdown .dropdown-menu li {
  margin: 12px;
}
.sidebar-primary .jetpack_subscription_widget, .sidebar-alt .jetpack_subscription_widget {
  padding: 15px;
  margin-bottom: 30px;
  background: #f8f8f8;
  border: solid 1px #eee;
  border-radius: 2px;
}
.sidebar-primary #subscribe-email, .sidebar-primary #subscribe-submit, .sidebar-alt #subscribe-email, .sidebar-alt #subscribe-submit {
  display: inline;
}
#subscribe-email input {
  padding: 6px 12px;
}
.sidebar-primary #subscribe-email input, .sidebar-alt #subscribe-email input {
  max-width: 65.72%;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  font-weight: 300;
}

@media (min-width: 992px) {
.sidebar-primary #subscribe-email input, .sidebar-alt #subscribe-email input {
  max-width: 60.86%;
}
}

@media (min-width: 1200px) {
.sidebar-primary #subscribe-email input, .sidebar-alt #subscribe-email input {
  max-width: 65.72%;
}
}
.sidebar-primary #subscribe-submit input {
  margin-top: -2px;
  margin-left: -5px;
  border-radius: 0 4px 4px 0;
}
.widgets-list-layout .widgets-list-layout-links {
  float: left;
  margin: 9px 0 9px 15px;
  font-size: 16px;
}
.flickrthumbs tbody {
  display: block;
  margin: 0 -8px;
}
.flickrthumbs table, .flickrthumbs table td {
  border: none;
}
.custom-query-slider, .custom-query-carousel {
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.custom-query-slider .slides, .custom-query-carousel .slides, .custom-query-slider .slide, .custom-query-carousel .slide {
  padding: 0;
  margin: 0;
  border: none;
}
.custom-query-slider .slide {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidebar-full-screen .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
.custom-query-slider .slide {
  height: 360px;
}
.sidebar-full-screen .custom-query-slider .slide {
  height: 560px;
}
}
.custom-query-carousel .slide {
  max-height: 130px;
  margin-right: 30px;
}
.background-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc( 100vh / 4 + 100% );
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.background-parallax:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
}
.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
}
.slide-container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 30px 15px;
  background: rgba(0, 0, 0, .4);
  color: #fff;
}
.slide-container h2, .slide-container .entry-content {
  color: #fff !important;
}
.flexslider .slides .slide-container .entry-content img {
  width: auto;
}
.sidebar-full-screen .slide-container {
  padding: 15px 0;
}

@media (min-width: 768px) {
.sidebar-full-screen .slide-container {
  padding: 30px 0;
}
}

@media (min-width: 992px) {
.sidebar-full-screen .slide-container {
  padding: 60px 0;
}
}
.custom-query-page .slide-container, .custom-query-pages .slide-container {
  top: 0;
  background: none;
}
.custom-entry-lead .slide-container .entry-title {
  margin: 0;
}
.slide-container .entry-title a {
  color: #fff;
}
.sidebar-full-screen .slide-container h3, .sidebar-full-screen .slide-container h2, .sidebar-full-screen .slide-container h3 {
  margin-bottom: 30px;
}
.sidebar-full-screen .slide-container p {
  margin-bottom: 20px;
}
.sidebar-full-screen .slide-container .btn-default {
  background: rgba(255, 255, 255, .15);
  border-color: rgba(255, 255, 255, 1);
  border-width: 2px;
  color: rgba(255, 255, 255, 1);
  -webkit-transition: background-color .25s ease;
  -moz-transition: background-color .25s ease;
  -ms-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
}
.sidebar-full-screen .slide-container .btn-default:hover {
  background: rgba(255, 255, 255, .3);
}
.widget_enlightenment-custom-query .flex-direction-nav {
  border: none;
}
.flex-control-nav li, .flex-direction-nav li {
  padding: 0;
  margin: 0 6px;
  border: none;
}
@font-face {
  font-family: 'fontello';
  src: url('../enlightenment/fonts/fontello.eot');
  src: url('../enlightenment/fonts/fontello.eot#iefix') format('embedded-opentype'), url('../enlightenment/fonts/fontello.woff') format('woff'), url('../enlightenment/fonts/fontello.ttf') format('truetype'), url('../enlightenment/fonts/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.flexslider .flex-direction-nav a {
  height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-query-slider .flex-direction-nav a:before {
  color: rgba(255, 255, 255, .8);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}
.custom-query-carousel .flex-direction-nav a {
  color: rgba(0, 0, 0, .8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-query-carousel .flex-direction-nav a.flex-prev {
  left: -50px !important;
}
.custom-query-carousel .flex-direction-nav a.flex-next {
  right: -50px !important;
}
.flexslider .flex-direction-nav a:before {
  font-family: "fontello";
  content: '\e800';
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: '\e801';
}
.custom-entry {
  padding-bottom: 30px;
}
.design-full-screen .custom-entry {
  padding-bottom: 0;
}
.custom-query-list .custom-entry:not(.custom-entry-lead) {
  margin-bottom: 15px;
}
.custom-query-gallery .custom-entry-lead {
  padding-bottom: 15px;
}
fo .custom-query-gallery .custom-entry:not(.custom-entry-lead) {
  float: left;
  width: auto;
  padding-bottom: 15px;
  padding-right: 0;
}

@media (min-width: 768px) {
.custom-query-gallery .custom-entry:not(.custom-entry-lead) {
  padding-left: 0;
  padding-right: 15px;
}
}
.custom-query-gallery .custom-entry img {
  max-width: 75px;
  width: auto;
  height: 75px;
}
.custom-query-gallery .custom-entry-lead img {
  max-width: 100%;
  height: auto;
}
.custom-entry .wp-post-image {
  float: left;
  max-width: 75px;
  height: 75px;
  margin-bottom: 0;
}
.custom-entry-lead .wp-post-image {
  float: none;
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.custom-query-slider .custom-entry-lead .wp-post-image {
  margin: 0;
}
.custom-entry .entry-title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.custom-entry-has-thumbnail .entry-title {
  margin-left: 90px;
}
.custom-entry-lead .entry-title {
  margin-left: 0;
}
.grid-active .type-jetpack-portfolio .entry-title, .custom-post-type-jetpack-portfolio .entry-title {
  text-align: center;
}
.single-jetpack-portfolio .entry-title {
  text-align: left;
}
.custom-entry .entry-meta {
  margin-bottom: 0;
}
.custom-entry-has-thumbnail .entry-meta {
  margin-left: 90px;
}
.custom-entry-lead .entry-meta {
  margin-left: 0;
  margin-bottom: 10px;
}
.custom-entry .entry-meta > span, .custom-entry .entry-meta > a {
  margin-left: 0;
}
.custom-entry .entry-summary {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
.custom-archive-permalink {
  display: block;
  font-size: 18px;
  text-align: center;
}
.site-footer {
  padding-bottom: 10px !important;
  text-align: center;
}
.site-footer .copyright {
  border-top: 1px solid #eee;
  padding-top: 60px;
  margin-top: -30px;
  color: #000;
  font-weight: bold;
}

@media (min-width: 768px) {
.site-footer .copyright {
  border-top: none;
}
.design-full-screen .site-footer .copyright {
  border-top: 1px solid transparent;
  padding: 0 !important;
}
}
.copyright p, .credits p {
  margin: 0;
  font-size: 13px;
}
.category-recruit-as h1.entry-title {
  font-size: 20px;
}
.category-recruit-ms h1.entry-title {
  font-size: 20px;
}
.category-recruit-rs h1.entry-title {
  font-size: 20px;
}
.category-recruit-voxer h1.entry-title {
  font-size: 20px;
}
dl.profile {
  padding: 10px;
  background-color: #f0f0f0;
  margin: auto;
}
dl.profile dd {
  margin: 0 0 10px 30px;
}
dl.history-cell {
  padding: 10px;
  /*  background-color:#F5F9FF;*/
  margin: auto;
}
dl.history-cell dd {
  margin: 0 0 10px 30px;
  border-bottom: 1px dashed #ccc;
}
.vision-message {
  padding: 10px;
  margin: auto;
}
.page-header h3 {
  text-align: center;
}

@media (min-width: 768px) {
dd {
  margin: 0 0 24px 30px;
  font-size: 14px;
}
.entry-content {
  font-size: 16px;
}
.category-recruit-as h1.entry-title {
  font-size: 24px;
}
dl.profile dd {
  margin: 0 0 10px 30px;
  margin-left: 180px;
}
dl.history-cell dd {
  margin: 0 0 10px 30px;
  margin-left: 180px;
  border-bottom: 1px dashed #ccc;
}
dl.profile {
  padding: 10px;
  background-color: rgb(242,242,242);
  width: 80%;
  margin: auto;
}
dl.history-cell {
  padding: 10px;
  /*
  background-color:#F5F9FF;
  width:80%;
*/
  margin-top: 20px;
}
.vision-message {
  padding: 10px;
  width: 80%;
  margin: auto;
}
}
.btn-blue {
  color: #fff;
  background-color: #2471a3;
}
.btn-blue:hover {
  opacity: 0.8;
  color: #ecf0f1;
}
.btn-blue {
  overflow: hidden;
}


/*
2019/10 MSで追加
#16477 見た目の一部調整
*/

.navbar-default .navbar-toggle {
    border-color: #fff;
}

/* トップページ */
@media all and (max-width: 991px) {
    .sidebar-full-screen .custom-query-slider .slide {
      height: 350px;
    }
}
.design-full-screen .custom-sidebar .widget {
    cursor: inherit;
}
aside#category-posts-3 {
    padding-left: 0 !important;
}
aside#category-posts-3 .widget-title {
    margin-left: 0 !important;
}
aside#category-posts-3 ul li {
    margin: 0;
    padding: 7px 0;
}
aside#category-posts-3 ul li::before,
aside#category-posts-3 ul li::after {
    display: none !important;
}
aside#category-posts-3 ul li a,
aside#text-2 dl dd a {
    display: block;
    position: relative;
    padding: 0 25px 0 0;
}
aside#category-posts-3 ul li a:hover {
    color: #0087e3;
    text-decoration: none;
}
aside#category-posts-3 ul li a::after,
aside#text-2 dl dd a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 11px;
    height: 11px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    content: "";
}
aside#category-posts-3 ul li a:hover::after,
aside#text-2 dl dd a:hover::after {
    border-color: #0087e3;
}
aside#text-2 h3 {
    margin-left: 0 !important;
}
div#ir_library {
    padding: 0;
}
div#ir_library div#announcement dl.cls_corptop {
    padding: 0 !important;
}
div#ir_library div#announcement dl.cls_corptop dt {
    padding: 7px 0;
    line-height: 1.63em;
}
div#ir_library div#announcement dl.cls_corptop dt img {
    display: none;
}
div#ir_library div#announcement dl.cls_corptop dd {
    margin: 0;
    padding: 7px 0 7px 7em !important;
}

/* 企業情報ページ */
@media (min-width: 1200px) {
    body.page-id-10 .entry-content .container {
        width: 1080px;
        padding: 0;
    }
}
body.page-id-10 .entry-content .col-md-12 {
    padding: 0;
}
body.page-id-10 .entry-content .bg-philosophy {
    margin: 20px 0;
    padding: 20px;
    background: #eceff1;
}
body.page-id-10 .entry-content .bg-infolist {
    margin: 20px 0;
    border: none;
}
body.page-id-10 .entry-content .bg-infolist dl {
    margin: 0;
}
body.page-id-10 .entry-content .bg-infolist dt {
    margin: 10px 0 0;
    font-weight: normal;
}
body.page-id-10 .entry-content .bg-infolist dt:first-child {
    margin: 0;
}
body.page-id-10 .entry-content .bg-infolist dd {
    position: relative;
    margin: 0 0 0 16px;
    font-size: 16px;
    text-indent: -16px;
}
body.page-id-10 .entry-content .bg-infolist dd:before {
    content: "・";
}
.boss-name {
    background: inherit;
    color: #333;
    text-align: center;
}
.boss-name strong {
    font-weight: normal;
}
.address-txt {
    color: #333;
}
.leader-btn {
    text-align: center;
}
dl.history-cell {
    padding: 10px 20px;
}

/* ニュース一覧ページ */
body.page-id-27 .content-wrapper {
    padding-top: 0 !important;
}
body.page-id-27 .hentry {
    margin: 0;
    padding: 0;
}
body.page-id-27 .hentry h1 {
    color: #154360;
    font-size: 35px;
    font-weight: normal;
}
body.page-id-27 .widget-area .widget-title {
        margin-left: 0 !important;
}

/* お問い合わせページ */
body.page-id-31 .content-wrapper {
    padding-top: 0 !important;
}
body.page-id-31 .contact-form {
    background: inherit;
}
body.page-id-31 .contact-form dd {
    margin: 0 0 24px 0;
    font-size: 16px;
}
