/*
Theme Name:USUI Theme
Theme URI: http://motomachidesign.com/
Author: モトマチデザイン
Author URI: http://motomachidesign.com/
Description:  このテーマは、学校法人臼井学園向けに作成されたテンプレートファイルです。レスポンシブ完全対応。
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: USUI Theme
Tags: レスポンシブ
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 14px;
  color:#ffffff;
  background-color:#ffffff;
}

body {
  margin: 0;
}
div#page {
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #717171;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  margin: 35px 0 20px;
  font-weight: bold;
}

h1 {
  font-size: 25.998px;
  font-size: 1.857rem;
}

h2 {
  font-size: 23.996px;
  font-size: 1.714rem;
}

h3 {
  font-size: 21.994px;
  font-size: 1.571rem;
}

h4 {
  font-size: 20.006px;
  font-size: 1.429rem;
}

h5 {
  font-size: 18.004px;
  font-size: 1.286rem;
}

h6 {
  font-size: 16.002px;
  font-size: 1.143rem;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  padding: 20px 30px;
  margin: 20px 0 20px 20px;
  font-size: 16px;
  border-left: 5px solid #ea7054;
}

cite {
  margin: 20px 20px 0 20px;
  display: block;
  font-size: 14px;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 13.125px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 13.125px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: white;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

th, td {
  border: 1px solid #EAEAEA;
  padding: 6px 10px;
}

caption, th, td {
  text-align: left;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #325edd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #153DB0;
  color: #ffffff;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  position: relative;
  top: 1px;
  color: #ffffff;
}

.enl-cta-btn {
  background-color: #325edd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding: 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 44px;
  /*60px;*/
}

.enl-cta-btn:hover {
  background-color: #153DB0;
  color: #ffffff;
}

.enl-cta-btn:active {
  position: relative;
  top: 1px;
  color: #ffffff;
}

.enl-cta-btn:visited {
  color: #ffffff;
}

.enl-slide-btn-1 {
  background-color: #325edd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding: 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  margin: 20px 7px 0 7px;
}

.enl-slide-btn-1:hover {
  background-color: #153DB0;
  color: #ffffff;
}

.enl-slide-btn-1:active {
  position: relative;
  top: 1px;
  color: #ffffff;
}

.enl-slide-btn-1:visited {
  color: #ffffff;
}

.enl-slide-btn-2 {
  border: 2px solid #fff;
  background: transparent;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding: 13px 25px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 20px 7px 0 7px;
}

.enl-slide-btn-2:hover {
  background-color: #fff;
  color: #444;
}

.enl-slide-btn-2:active {
  position: relative;
  top: 1px;
  color: #444;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
  color: #666666;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  font-weight: normal;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
  color: #111111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"] {
  padding: 8px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  /*float: right;*/
  font-size: 12px;
  /*font-size: 14.994px;*/
  /*font-size: 1.071rem;*/
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 70px;
  left: -999em;
  z-index: 99999;
  background: #ffffff;
  /*padding: 12px 0;*/
  padding: 0;
  font-family: "Open Sans", sans-serif;
  border:1px solid #003178;
}
@media screen and (max-width: 1200px) {
	.main-navigation ul ul {
	position: absolute;
	  top: 70px;
	}
}
.main-navigation ul ul li {
}

.main-navigation ul ul ul {
  left: -999em;
  top: -20px;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 270px;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  padding: 15px 25px;
  /*color: #aaaaaa;*/
  color: #2f2e39;
  text-transform: none;
}
.main-navigation ul ul a:hover {
  color: #FF5B5B;
  background-color:#003178;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  color: #626262;
  display: block;
  line-height: 1.8em;
  padding: 23px 0;
  text-decoration: none;
  font-size: 11pt;
}
.main-navigation a:hover {
  color: #FF5B5B;
}

.menu > li:last-child a {
  padding-right: 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 991px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
    /*margin: 30px 0 0;*/
  }
}
@media screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
 header.sticky-nav .main-navigation ul {
    display: block;
    /*margin: 35px 0 0 !important;*/
  }
 .main-navigation ul {
    display: block;
    /*margin: 45px 0 0 !important;*/
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 4em 0;
  overflow: hidden;
  padding: 35px;
  /*background-color: #fcfcfc;*/
  background-color: #003178;
  clear: both;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.nav-next:after,
.nav-previous:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  color: #b1b1b1;
}

.nav-next:after {
  content: "\f054";
  margin-left: 15px;
}

.nav-previous:before {
  content: "\f053";
  margin-right: 15px;
}

.nav-links a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
}
.nav-links a:hover {
  color: #888;
}

@media screen and (min-width: 991px) {
  .sticky-nav .main-navigation a {
    /*line-height: 71px;*/
    transition: all 0.5s ease;
    color: #626262;
  }
  .sticky-nav .main-navigation ul ul {
    /*top: 71px;*/
    top: 70px;
  }
  .sticky-nav .main-navigation ul ul a {
    line-height: 1.4;
    color: #000000;
  }
  .sticky-nav .main-navigation ul ul a:hover {
    color: #ff5b5b;
  }
  .sticky-nav .main-navigation ul ul ul {
    top: -20px;
  }
}
/* Mobile Navigation */
#main-nav-button {
  background: #003178;
  color:#ffffff !important;
  display: none;
  line-height: 50px;
  margin: 15px 0;
  text-align: left;
  width: 50px;
  text-align: center;
  float: right;
}
@media only screen and (max-width: 769px) {
	#main-nav-button {
	  margin: 15px 0;
	}
}
#main-nav-button:hover {
  color: #ccc;
  text-decoration: none;
}
/*@media screen and (max-width: 990px) {
  #main-nav-button {
    display: inline-block;
  }
}*/
@media screen and (max-width: 992px) {
  #main-nav-button {
    display: none !important;
  }
}
#main-nav-button:before {
  content: "\f0c9";
  display: inline-block;
  font-family: FontAwesome;
  margin: 0 10px;
  color:#ffffff !important;
  z-index:999;
}

.responsive-mainnav-outer {
  background: #003178;
  /*background: #1e1e1e;*/
  padding: 0 25px;
}
.responsive-mainnav-outer .container {
  background: #003178;
}
.responsive-mainnav {
  display: none;
}
.responsive-mainnav ul {
  margin: 0;
  padding: 5px;
}
.responsive-mainnav li {
  list-style: none;
}
.responsive-mainnav li a {
  /*color: #aaaaaa;*/
  color: #ffffff;
  line-height: 26px;
  padding: 10px 0;
  text-decoration: none;
  display: block;
  font-size: 12pt;
  text-align:left;
}

.responsive-mainnav ul li ul li a:before {
  content: "\2023 " ;
}
.responsive-mainnav li a:hover {
  color: #FF5B5B;
}
.responsive-mainnav li ul {
  margin-left: 2em;
}

@media screen and (min-width: 991px) {
  .responsive-mainnav {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .image-bg-header a {
  color: #2f2e39;
  }
}

.pagination {
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em 0;
  text-align: center;
  display: block;
}

.nav-links .page-numbers {
  color: #fff;
}
.nav-links .page-numbers:hover {
  color: #fff;
}

.page-numbers {
  background-color: #c5c5c5;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 2px;
}
.page-numbers:hover {
  background: #888;
}

.nav-links .current {
  background: #888;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 2px;
}

.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

#menu-social ul {
  list-style: none;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
}

#menu-social ul li {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  margin: 0 3px;
}

#menu-social li a {
  display: block;
  width: 45px;
  height: 45px;
  color: #888888;
  border: 2px solid #888888;
  border-radius: 90px;
}
#menu-social li a:hover {
  color: #ffffff;
  border: 2px solid #ffffff;
}

#menu-social li a::before {
  content: '\f408';
  display: inline-block;
  padding: 0 5px;
  font-family: 'FontAwesome';
  font-size: 18px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}

#menu-social li a[href*="wordpress.org"]::before,
#menu-social li a[href*="wordpress.com"]::before {
  content: '\f205';
}

#menu-social li a[href*="facebook.com"]::before {
  content: '\f09a';
}

#menu-social li a[href*="twitter.com"]::before {
  content: '\f099';
}

#menu-social li a[href*="dribbble.com"]::before {
  content: '\f17d';
}

#menu-social li a[href*="plus.google.com"]::before {
  content: '\f0d5';
}

#menu-social li a[href*="pinterest.com"]::before {
  content: '\f0d2';
}

#menu-social li a[href*="github.com"]::before {
  content: '\f09b';
}

#menu-social li a[href*="tumblr.com"]::before {
  content: '\f173';
}

#menu-social li a[href*="youtube.com"]::before {
  content: '\f167';
}

#menu-social li a[href*="flickr.com"]::before {
  content: '\f16e';
}

#menu-social li a[href*="vimeo.com"]::before {
  content: '\f27d';
}

#menu-social li a[href*="instagram.com"]::before {
  content: '\f16d';
}

#menu-social li a[href*="codepen.io"]::before {
  content: '\f1cb';
}

#menu-social li a[href*="linkedin.com"]::before {
  content: '\f0e1';
}

/* Paging Nav */
.enl-paging-navigation {
  margin-top: 40px;
}
.enl-paging-navigation .nav-previous {
  float: left;
}
.enl-paging-navigation .nav-next {
  float: right;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 12.25px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.enl-main-sidebar .container {
  max-width: 100%;
}

.enl-widget {
  padding: 30px;
  margin-bottom: 30px;
  /*background: #fcfcfc;*/
  background: #ffffff;
}
.enl-widget ul {
  padding: 0;
  margin: 0;
}
.enl-widget ul li {
  list-style: none;
  border-bottom: 1px solid #eeeeee;
}
.enl-widget ul li a {
  padding: 0 0 10px 0;
  display: block;
  line-height:1.4em;
}
.enl-widget a {
  color: #717171;
}
.enl-widget a:hover {
  color: #ea7054;
}
aside.enl-widget span.post-date {
	font-size:10pt;
	margin-bottom:-3px;
	display: block;
	color:#B08F4F;
}
.enl-pb-widget-area {
  background: #ffffff;
}

.widget_recent_entries .enl-front-widget-title,
.widget_pages .enl-front-widget-title,
.widget_archive .enl-front-widget-title,
.widget_categories .enl-front-widget-title,
.widget_meta .enl-front-widget-title,
.widget_recent_comments .enl-front-widget-title,
.widget_nav_menu .enl-front-widget-title,
.widget_nav_menu .enl-front-widget-title {
  padding-top: 80px;
  margin-bottom: 80px;
}

.enl-pb-widget-area .widget_recent_entries,
.enl-pb-widget-area .widget_pages,
.enl-pb-widget-area .widget_archive,
.enl-pb-widget-area .widget_categories,
.enl-pb-widget-area .widget_meta,
.enl-pb-widget-area .widget_recent_comments,
.enl-pb-widget-area .widget_nav_menu,
.enl-pb-widget-area .widget_nav_menu {
  max-width: 1140px;
  margin: 0 auto;
}
.enl-pb-widget-area .widget_recent_entries ul,
.enl-pb-widget-area .widget_pages ul,
.enl-pb-widget-area .widget_archive ul,
.enl-pb-widget-area .widget_categories ul,
.enl-pb-widget-area .widget_meta ul,
.enl-pb-widget-area .widget_recent_comments ul,
.enl-pb-widget-area .widget_nav_menu ul,
.enl-pb-widget-area .widget_nav_menu ul {
  margin: 0;
  padding: 0 30px;
}
.enl-pb-widget-area .widget_recent_entries ul li,
.enl-pb-widget-area .widget_pages ul li,
.enl-pb-widget-area .widget_archive ul li,
.enl-pb-widget-area .widget_categories ul li,
.enl-pb-widget-area .widget_meta ul li,
.enl-pb-widget-area .widget_recent_comments ul li,
.enl-pb-widget-area .widget_nav_menu ul li,
.enl-pb-widget-area .widget_nav_menu ul li {
  list-style: none;
  border-top: 1px solid #eeeeee;
}
.enl-pb-widget-area .widget_recent_entries ul li a,
.enl-pb-widget-area .widget_pages ul li a,
.enl-pb-widget-area .widget_archive ul li a,
.enl-pb-widget-area .widget_categories ul li a,
.enl-pb-widget-area .widget_meta ul li a,
.enl-pb-widget-area .widget_recent_comments ul li a,
.enl-pb-widget-area .widget_nav_menu ul li a,
.enl-pb-widget-area .widget_nav_menu ul li a {
  padding: 15px 0;
  display: block;
}
.enl-pb-widget-area .widget_recent_entries a,
.enl-pb-widget-area .widget_pages a,
.enl-pb-widget-area .widget_archive a,
.enl-pb-widget-area .widget_categories a,
.enl-pb-widget-area .widget_meta a,
.enl-pb-widget-area .widget_recent_comments a,
.enl-pb-widget-area .widget_nav_menu a,
.enl-pb-widget-area .widget_nav_menu a {
  color: #717171;
}
.enl-pb-widget-area .widget_recent_entries a:hover,
.enl-pb-widget-area .widget_pages a:hover,
.enl-pb-widget-area .widget_archive a:hover,
.enl-pb-widget-area .widget_categories a:hover,
.enl-pb-widget-area .widget_meta a:hover,
.enl-pb-widget-area .widget_recent_comments a:hover,
.enl-pb-widget-area .widget_nav_menu a:hover,
.enl-pb-widget-area .widget_nav_menu a:hover {
  color: #ea7054;
}

.enl-widget-title {
  margin: -30px -30px 15px -30px;
  line-height: 60px;
  padding: 0 30px;
  background: #003178;
  color: #ffffff;
  font-size: 16.002px;
  font-size: 1.143rem;
  font-weight: bold;
  text-transform: uppercase;
}
.enl-widget-title a {
  color: #555555;
}

.enl-front-widget-title {
  color: #2f2e39;
  font-family: "Josefin Sans",sans-serif;
  font-size: 100px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 992px) {
	.enl-front-widget-title {
	font-size: 40px;
	}
}
.frnt-wgt-view-all {
  margin: 13px 0 0 0;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}
.frnt-wgt-view-all a {
  color: #717171;
}
.frnt-wgt-view-all a:hover {
  color: #333;
}

/**
 * Icon blocks widget.
 */
.enl-blocks-widget {
  padding: 35px 0 90px;
  background: #fff;
}
.enl-blocks-widget .enl-front-widget-title {
  margin: 45px 0 5px;
}

.enl-block-inner {
  float: left;
  margin-left: 60px;
}

.enl-block-icon {
  color: #ea7054;
  float: left;
  display: inline-block;
  font-size: 36px;
  margin-right: -68px;
  margin-top: -15px;
}

.enl-block-widget-title h2 {
  color: #485561;
  font-size: 30.002px;
  font-size: 2.143rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin: 35px 0 0;
  text-align: center;
}

.enl-block-widget-desc p {
  text-align: center;
  margin: 12px 0 10px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

.enl-block {
  /*margin: 60px 0 0;*/
  margin: 0;
}

.enl-block-title {
  color: #555555;
  font-size: 18.004px;
  font-size: 1.286rem;
  font-weight: bold;
  margin: 0 0 26px 0;
  line-height: 1;
}
@media screen and (max-width: 990px) {
  .enl-block-title {
    font-size: 16.002px;
    font-size: 1.143rem;
    line-height: 1.3;
  }
}

.enl-block-desc {
  margin: 0;
  color: #888888;
  line-height: 1.714;
}
.enl-block-desc p {
  margin: 0;
}

/**
 *	Call to action widget
 */
.enl-ct-action {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #222222;
  color: white;
  position: relative;
  padding: 100px 0;
  text-align: center;
}

/*
.enl-cta-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}*/
.enl-cta-content {
  /*position: absolute;
  top: 0;
  left: 0;*/
}

/*.enl-cta-outer {
	display: table;
	height: 100%;
	width: 100%;
}

.enl-cta-middle {
	display: table-cell;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
}

.enl-cta-inner {
	margin-left: auto;
    margin-right: auto;
}*/
/*
.enl-ct-action::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
}*/
.enl-cta-title h1 {
  font-weight: bold;
  font-size: 44.002px;
  font-size: 3.143rem;
  line-height: 1;
  margin: 0;
}

.enl-cta-desc p {
  font-size: 18px;
  margin: 40px 0 0;
}

/**
 * Featured pages widget
 */
.enl-featured-pages {
  background: #FBFBFB;
  padding: 20px 0 100px;
}
.enl-featured-pages .enl-front-widget-title {
  margin-top: 60px;
}

.enl-fpage-block {
  margin: 60px 0 0;
}

.enl-fps-thumb {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.enl-fps-thumb:hover {
  opacity: 0.8;
}

.enl-fp-title {
  font-size: 16.002px;
  font-size: 1.143rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 28px 0 0;
  line-height: 1;
}
.enl-fp-title a {
  color: #555555;
}
.enl-fp-title a:hover {
  color: #ea7054;
}
@media screen and (max-width: 990px) {
  .enl-fp-title {
    line-height: 1.3;
  }
}

.enl-fp-widget-desc {
  text-align: center;
  margin: 10px 0 0;
  line-height: 1.5;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

.enl-fp-desc p {
  margin: 22px 0 0;
  color: #888888;
}

/**
 * Featured blog posts widget
 */
.enl-frnt-blog-widget {
  /*background: #f5f5f5;*/
  background: #ffffff;
  padding: 80px 0;
}

.enl-frnt-blog-widget .enl-front-widget-title {
  margin: 0 0 50px 0;
}

.enl-fps-thumb figure {
	width:100%;
	overflow: hidden;
}
.enl-fps-thumb figure img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.enl-fps-thumb figure:hover img {
	-webkit-transform: rotate(8deg) scale(1.25);
	transform: rotate(8deg) scale(1.25);
}



/*
.enl-bpw-thumb {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.enl-bpw-thumb:hover {
  opacity: 0.8;
}
*/
.enl-bpw-meta {
  margin: 25px 0 0 0;
  font-style: italic;
  font-weight: normal;
  color: #ccc;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.enl-bpw-title {
  font-size: 21pt;
  font-weight: normal;
  text-transform: uppercase;
  margin: 15px 0 0;
  line-height: 1.3;
  color: #2f2e39;
}
.enl-bpw-title a {
  color: #555555;
}
.enl-bpw-title a:hover {
  color: #ea7054;
}
@media screen and (max-width: 990px) {
  .enl-bpw-title {
    line-height: 1.3;
  }
}

.enl-bpw-widget-desc {
  text-align: center;
  margin: 10px 0 0;
  line-height: 1.5;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

.enl-bpw-desc p {
  margin: 15px 0 10px;
  color: #888888;
  line-height:1.8em;
}

/** 
 * PORTFOLIO WIDGET 
 */
.enl-port-block-title {
  text-align: center;
}

.enl-port-widget-desc {
  margin: 10px 0 0;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

.enl-portfolio-container {
  background: #fff;
  padding-top: 80px;
}

.enl-portfolio {
  float: left;
  width: 100%;
  margin-top: 80px;
}

.enl-portfolio-item {
  width: 25%;
  float: left;
  position: relative;
}
.enl-portfolio-item:hover .enl-port-details {
  display: block;
}
.enl-portfolio-item img {
  display: block;
}

.enl-portfolio-item enl-port-details::before,
.enl-port-title {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.enl-port-icon {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.enl-port-title {
  position: absolute;
  top: 48%;
  left: 0;
  padding: 0 30px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.enl-port-title a {
  color: #444;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .enl-port-title {
    font-size: 14px;
  }
}

.enl-portfolio-item:hover .enl-port-details::before,
.enl-portfolio-item:hover .enl-port-title,
.enl-portfolio-item:hover .enl-port-icon {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.enl-port-details {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25% 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.enl-portfolio-item:hover .enl-port-details {
  opacity: 1;
}

.enl-portfolio-item a {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.enl-port-icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  text-align: center;
  color: #ea7054;
  font-size: 20px;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.enl-port-icon:hover {
  background: #444;
}

.enl-port-icon-cont {
  width: 100%;
}

.enl-port-no-results {
  width: 100%;
  text-align: center;
  margin-top: -75px;
  margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .enl-portfolio-item {
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .enl-portfolio-item {
    width: 50%;
  }
}
/**
 Testimonial Widget	
 */
.enl-frnt-testimonials {
  padding: 80px 0 100px;
  background: #fff;
}

.enl-tstw-desc {
  margin: 10px 0 0;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
}

.enl-tstmnl-outer {
  margin-top: 70px;
}

.enl-testimonial-block {
  margin: 0 70px;
  text-align: center;
}

.enl-testimonial-image {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.enl-testimonial-image img {
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}

.enl-tst-plcehldr {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  color: #ea7054;
  background: #f5f5f5;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 100px;
  font-size: 32.2px;
  font-size: 2.3rem;
}

.enl-testimonial-text {
  font-style: italic;
  font-size: 16.002px;
  font-size: 1.143rem;
  color: #888;
}
.enl-testimonial-text p {
  margin-bottom: 40px;
}
.enl-testimonial-text a {
  color: #888;
}

.enl-testimonial-author {
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
}

/**
 * Client logo widget
 */
.enliven-clients {
  padding: 80px 0;
}
.enliven-clients .enl-front-widget-title {
  margin-bottom: 70px;
}

.enl-logo-grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.enl-logo-grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.enl-cw-block {
  width: 17%;
  margin: 0 1.5%;
  float: left;
}
@media screen and (max-width: 768px) {
  .enl-cw-block {
    float: none;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
  }
}

/* Search widget. */
.widget_search .search-submit {
  padding: 9px 20px;
}

.footer-widget-area input[type="search"] {
  background: #333;
  border: 1px solid #333;
  color: #ccc;
}

/* Recent Comments Widget */
li.recentcomments {
  padding: 15px 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  /*min-height: 110px;*/
  z-index: 9999;
  width: 100%;
  padding: 0;
  /*padding: 0 25px;*/
}

.site-description {
  font-size: 14px;
  margin-top: 5px;
  font-weight: normal;
}

.site-logo {
  display: inline;
  float: left;
  max-width: 100%;
  margin:15px 0 15px 15px;
}
.site-logo img {
  max-height: 120px;
}

@media screen and (min-width: 991px) {
  .image-bg-header {
    /*position: fixed;
    top: 0;
    left: 0;*/
  }
  .image-bg-header .site-title a {
    color: #ffffff;
  }
  .image-bg-header .site-description {
    color: #ffffff;
  }
}
.header-shadow {
  -webkit-box-shadow: 0 0 2px -2px #dddddd;
  -moz-box-shadow: 0 0 2px -2px #dddddd;
  box-shadow: 0 0 2px -2px #dddddd;
}

.normal-header {
  position: relative;
  -webkit-box-shadow: 0 2px 2px -2px #dddddd;
  -moz-box-shadow: 0 2px 2px -2px #dddddd;
  box-shadow: 0 2px 2px -2px #dddddd;
  background-color: #fff;
}
.normal-header a {
  color: #626262;
}
.normal-header a:hover {
  color: #ea7054;
}
.normal-header .site-title a {
  color: #626262;
}
.normal-header .site-description {
  color: #626262;
}

@media screen and (min-width: 991px) {
  .sticky-nav {
    background: white;
    color: #626262;
    -webkit-box-shadow: 0 2px 2px -2px #333;
    -moz-box-shadow: 0 2px 2px -2px #333;
    box-shadow: 0 2px 2px -2px #333;
    /*min-height: 71px !important;*/
    position: fixed !important;
    top:-2px;
    /*@media screen and (max-width: 991px) {
        position: relative !important;
    }*/
  }
  .sticky-nav a {
    color: #626262;
  }
  .sticky-nav a:hover {
    color: #ea7054;
  }
  .sticky-nav .site-title {
    margin: 0;
    transition: all 0.3s ease;
  }
  .sticky-nav .site-title a {
    color: #626262;
    font-size: 24px;
    transition: all 0.3s ease;
  }
  .sticky-nav .site-description {
    color: #626262;
    margin: 0;
    transition: all 0.3s ease;
  }
  .sticky-nav .site-logo img {
    max-height: 71px;
  }
}
.site-title {
  font-size: 33.6px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 30px 0 5px 0;
  word-wrap: break-word;
}
.site-title a {
  color: #626262;
}

#page {
  height: 100%;
}

.slide-outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.slide-mid {
  display: table-cell;
  vertical-align: middle;
}

.slide-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.en-slide-details {
  text-align: center;
  color: #fff;
  font-size: 20.006px;
  font-size: 1.429rem;
}
.en-slide-details a {
  color: #fff;
}
.en-slide-details span.edit-link a {
  color: #eee;
  padding: 2px 5px;
  border: 2px solid #ddd;
  font-size: 12px;
}
.en-slide-details h1 {
  font-size: 39.998px;
  font-size: 2.857rem;
}
.en-slide-details h2 {
  font-size: 35.994px;
  font-size: 2.571rem;
}
.en-slide-details h3 {
  font-size: 34.006px;
  font-size: 2.429rem;
}
.en-slide-details h4 {
  font-size: 30.002px;
  font-size: 2.143rem;
}
.en-slide-details h5 {
  font-size: 18.004px;
  font-size: 1.286rem;
}
.en-slide-details h6 {
  font-size: 28px;
  font-size: 2rem;
}

.enliven-slider-title {
  font-size: 39.998px;
  font-size: 2.857rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 991px) {
  h1.enliven-slider-title {
    font-size: 23.8px;
    font-size: 1.7rem;
    padding: 0 60px;
  }

  .en-slide-details p {
    font-size: 16.8px;
    font-size: 1.2rem;
    padding: 0 60px;
  }
  .en-slide-details h1 {
    font-size: 25.998px;
    font-size: 1.857rem;
  }
  .en-slide-details h2 {
    font-size: 23.996px;
    font-size: 1.714rem;
  }
  .en-slide-details h3 {
    font-size: 21.994px;
    font-size: 1.571rem;
  }
  .en-slide-details h4 {
    font-size: 20.006px;
    font-size: 1.429rem;
  }
  .en-slide-details h5 {
    font-size: 18.004px;
    font-size: 1.286rem;
  }
  .en-slide-details h6 {
    font-size: 16.002px;
    font-size: 1.143rem;
  }
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.25;
  background: #000;
}

@media screen and (max-width: 991px) {
  .site-header {
    background-color: #ffffff;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 50px;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.enl-portfolio-single {
  padding: 35px;
  /*background: #fcfcfc;*/
  background: #ffffff;
}

.enl-post-single {
  padding: 0 35px 35px 35px;
  /*background: #fcfcfc;*/
  background: #ffffff;
}

.enl-no-results {
  padding: 35px;
  /*background: #fcfcfc;*/
  background: #ffffff;
}

.enl-page {
  /*padding: 0 15px  40px 15px;*/
  padding: 0 0 40px 0;
  /*background: #ffffff;*/
}

.blog .site-content {
  background: #eeeeee;
  padding-top: 60px;
}
.blog .site-content .nrml-banner {
  margin-top: -60px;
}
.blog .img-banner {
  margin-top: -60px;
}

.page .site-content {
 /* background: #003178;*/
  background: #ffffff;
}

.single .site-content {
  background: #ffffff;
  padding-top: 0;
}

.search-no-results .site-content {
  padding-top: 60px;
}

.archive .site-content,
.search .site-content {
  background: #ffffff;
}

.post-type-archive-jetpack-portfolio .site-content {
  background: #fff;
}

.post-type-archive-jetpack-testimonial .site-content {
  background: #fff;
}

.page-template-grid-page .site-content {
  background: #fff;
}

.page-template-grid-page .enl-page {
  background: #fff;
  padding: 0;
}

.page-template-grid-page .nrml-banner {
  -webkit-box-shadow: 0 2px 2px -2px #dddddd;
  -moz-box-shadow: 0 2px 2px -2px #dddddd;
  box-shadow: 0 2px 2px -2px #dddddd;
}

.site-content {
  /*padding-bottom: 80px;*/
}

.page-template-business-page {
  background-color: #fff;
}
.page-template-business-page .site-content {
  padding-bottom: 0;
}

.hero-container {
  position: relative;
  /*margin-bottom: 60px;*/
  margin-bottom: 0;
  text-align: center;
  /*-webkit-box-shadow: 0 2px 2px -2px #dddddd;
  -moz-box-shadow: 0 2px 2px -2px #dddddd;
  box-shadow: 0 2px 2px -2px #dddddd;*/
  background: white;
}

.img-banner {
  position: relative;
  width: 100%;
  min-height: 240px;
  height: 530px;
  line-height: 0;
  margin: 0 0 60px 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.img-banner .hero-wrapper {
  background: transparent;
  color: #fff;
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 1.7em;
  text-align: center;
  letter-spacing: -2px;
  padding: 0px 6%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.img-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.25;
  background: #000;
}

.hero-wrapper {
  padding: 80px 20px;
}

/*Hero wrapper and header wrapper colors must be same*/
.hero-wrapper,
.header-wrapper {
  /*background-color: #ffffff;*/
}

.post-entry-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: normal;
  color: #ffffff;
  font-size: 28px;
  font-size: 1.7rem;
  background: none repeat scroll 0 0 #003178;
  padding: 15px 25px;
}
.post-entry-title:before {
    /*content: "\f040";*/
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    color:#B08F4F;
    margin: 0 10px 0 0;
    line-height:1.6em;
}
.portfolio-entry-title {
  margin: 20px 0 55px 0;
  font-weight: bold;
  color: #555555;
  font-size: 28px;
  font-size: 2rem;
  text-align: center;
}

.page-title-hero {
    background-color: #003178;
    color: #ffffff;
    display: inline-block;
    font-size: 2.5rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 25px 15px 15px 15px;
    text-transform: uppercase;
    width: 100%;
    font-family: "Josefin Sans",sans-serif;
}

.page-subtitle-hero {
  font-size: 19.6px;
  font-size: 1.4rem;
  margin: 5px 0 0;
  color: #555555;
}

.img-banner .page-title-hero {
  font-size: 35.994px;
  font-size: 2.571rem;
  color: white;
}
.img-banner .page-subtitle-hero {
  font-size: 25.2px;
  font-size: 1.8rem;
  margin: 0.8em 0 0;
  color: white;
}

.arc-entry-title {
  margin: 0 0 25px 0;
  font-weight: normal;
  font-size: 23.996px;
  font-size: 1.8rem;
}
.arc-entry-title:before {
    /*content: "\f040";*/
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    color:#CA151A;
    margin: 0 10px 0 0;
}
.arc-entry-title a {
  color: #555555;
}
.arc-entry-title a:hover {
  color: #ea7054;
}

.arc-entry-content {
  color: #717171;
  line-height: 1.7;
}
.arc-entry-content p {
  margin-bottom: 40px;
}

.enl-no-results .page-header,
.enl-error-404 .page-header {
  margin: 0 0 35px;
  padding: 0;
  border-bottom: none;
}
.enl-no-results .page-title,
.enl-error-404 .page-title {
  font-size: 28px;
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
  color: #555555;
}

.enl-error-404 {
  padding: 100px 0;
}

.page-title {
  font-size: 28px;
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
  color: #555555;
}

.enl-thumbnail {
  margin: 0 0 30px 0;
}

.arc-entry-meta {
 /* margin: 0 -30px -30px -30px;*/
  margin: -30px -30px 50px;
  padding: 0 30px;
  line-height: 45px;
  background-color: #003178;
}

.entry-meta {
  color: #888;
}
.entry-meta a {
  color: #444;
}
.entry-meta a:hover {
  color: #ea7054;
}

.cat-links,
.tags-links {
  font-style: italic;
  margin: 5px 0;
  color: #888;
}
.cat-links a,
.tags-links a {
  color: #444;
}
.cat-links a:hover,
.tags-links a:hover {
  color: #ea7054;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.enl-article {
  padding: 30px;
  /*background: #fcfcfc;*/
  background: #ffffff;
}

.arc-entry-meta {
  font-size: 10.5px;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.arc-entry-meta a {
  color: #ffffff;
}
.arc-entry-meta a:hover {
  color: #ea7054;
}

.arc-posted-on {
  margin: 0 20px 0 0;
}

.arc-posted-on:before {
  content: "\f073";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 10.5px;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 10px 0 0;
}

.arc-byline {
  margin: 0 20px 0 0;
}

.arc-byline:before {
  content: "\f007";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 10.5px;
  font-size: 0.75rem;
  font-weight: normal;
  margin: 0 10px 0 0;
}

.arc-comments-link:before {
  content: "\f0e6";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 10.5px;
  font-size: 0.75rem;
  font-weight: normal;
  margin: 0 10px 0 0;
}

.page-entry-content {
  line-height: 1.9;
  overflow: auto;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
}

.enl-post-thumbnail {
  margin-bottom: 35px;
}

.post-entry-content {
  line-height: 1.9;
}

.content-puller {
  padding-top: 120px;
}

.post-entry-header {
  margin-bottom: 45px;
}

.post-entry-footer {
  margin-top: 35px;
}

.page-entry-footer {
  margin-top: 35px;
}

.sidebar-left .enl-content-float {
  float: right;
}
.sidebar-left .enl-widgets-float {
  float: left;
}

@media (min-width: 1024px) {
  .enliven-boxed .site {
    max-width: 1240px;
    margin: 0px auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .enliven-boxed .site {
    max-width: 1010px;
  }
}
span.edit-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin: 20px 0 30px;
}
span.edit-link a {
  color: #555;
  padding: 5px 10px;
  border: 2px solid #ddd;
}

/* Portfolio Archive */
.portfolio-hero-wrapper {
  text-align: center;
  margin-top: -60px;
  margin-bottom: 60px;
}
.portfolio-hero-wrapper .page-title-hero {
  padding: 80px;
  background: #fff;
}

.enl-port-archive {
  margin-bottom: 30px;
  overflow: hidden;
  clear: both;
}
.enl-port-archive .enl-portfolio-item {
  width: 100%;
}

.post-type-archive-jetpack-testimonial .nrml-banner,
.post-type-archive-jetpack-portfolio .nrml-banner {
  -webkit-box-shadow: 0 2px 2px -2px #dddddd;
  -moz-box-shadow: 0 2px 2px -2px #dddddd;
  box-shadow: 0 2px 2px -2px #dddddd;
}

.enl-port-description {
  margin-bottom: 60px;
  font-size: 16px;
  color: #a5a5a5;
}

.enl-port-page-desc {
  font-size: 16px;
  text-align: left;
}
.enl-port-page-desc p {
  margin-bottom: 60px;
}

.page-template-portfolio .site-content {
  padding-top: 60px;
  background: #ffffff;
}

.enl-port-page-no-results {
  width: 100%;
  text-align: left;
  margin: 0 0 60px;
}

/*Archives*/
.taxonomy-description p {
  margin-top: 10px;
  margin-bottom: 0;
}

/* Testimonials */
.enl-test-description {
  margin-bottom: 150px;
  font-size: 16px;
  color: #a5a5a5;
}

.enl-testimonial {
  padding: 50px;
  background: #f5f5f5;
  text-align: center;
  margin-bottom: 125px;
}
.enl-testimonial .testimonial-thumbnail {
  width: 125px;
  height: 125px;
  margin: 0 auto;
  margin-top: -113px;
}
.enl-testimonial .testimonial-thumbnail img {
  border-radius: 90px;
}
.enl-testimonial .entry-content {
  margin-top: 50px;
  font-style: italic;
  font-size: 16px;
}
.enl-testimonial .entry-content p {
  margin: 0;
}
.enl-testimonial .entry-title {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  margin-top: 35px;
}
.enl-testimonial .entry-title:before {
  content: '-';
  margin-right: 8px;
  font-weight: bold;
  font-size: 16px;
}
.enl-testimonial .entry-title:after {
  content: '-';
  margin-left: 8px;
  font-weight: bold;
  font-size: 16px;
}

.single-jetpack-testimonial .enl-testimonial {
  margin-top: 100px;
}

.enl-gp-title {
  font-size: 16.002px;
  font-size: 1.143rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 28px 0 0;
  line-height: 1;
}
.enl-gp-title a {
  color: #555555;
}
.enl-gp-title a:hover {
  color: #ea7054;
}
@media screen and (max-width: 990px) {
  .enl-gp-title {
    line-height: 1.3;
  }
}
a.siebar_a {
	display:block;
	padding:15px 25px;
	font-size:14pt;
	color:#ffffff;
	background:#003178;
}
a.siebar_a:hover {
	color:#cccccc;
}
img.attachment-post-thumbnail {
	display:none;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  max-width: 747px;
  margin: 40px 0;
  /*background: #fcfcfc;*/
  background: #ffffff;
  padding: 35px;
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
  max-width: 1040px;
  padding-left: 60px;
  padding-right: 376px;
}

.comments-title {
  margin: 0 0 35px;
  font-size: 24px;
}

.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.comment-list .children {
  margin: 0 0 0 40px;
}

.comment-list > li:after,
.comment-list .children > li:before {
  background: url(images/dotted-line.png) repeat left top;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.comment-list > li:last-child:after {
  display: none;
}

.comment-body {
  padding: 24px 0;
  position: relative;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #E7E7E7;
}

.comment-author .avatar {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
}

.comment-author .fn {
  word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
  color: #ea7054;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.comment-author .url:hover,
.comment-reply-link:hover,
.comment-reply-login:hover {
  color: #555;
}

.says {
  display: none;
}

.no-avatars .comment-author {
  margin: 0 0 5px;
  max-width: 100%;
  position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
  width: 100%;
}

.comment-list .edit-link {
  margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
  margin: 10px 0;
}

.comment-list .reply {
  text-align: right;
}

.comment-meta,
.comment-meta a {
  color: #a2a2a2;
  font-size: 13px;
}

.comment-meta a:hover {
  color: #555555;
}

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

.ping-meta {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 2;
}

.comment-awaiting-moderation {
  color: #a2a2a2;
}

.comment-awaiting-moderation:before {
  content: "\f021";
  margin-right: 10px;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
}

.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f122";
  margin-right: 10px;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
}

/* Comment form */
.comment-respond {
  background-color: #f5f5f5;
  padding: 40px;
  margin: 30px 0;
  max-width: 747px;
}

.comment .comment-respond {
  margin-bottom: 20px;
  padding: 40px;
}

.comment-reply-title small a {
  color: #131310;
  display: inline-block;
  float: right;
  height: 20px;
  overflow: hidden;
  width: 20px;
}

.comment-reply-title small a:hover {
  color: #ed331c;
  text-decoration: none;
}

.comment-reply-title small a:before {
  content: "\f05c";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
  padding: 0;
}

.comment-form .comment-notes {
  margin-bottom: 25px;
  font-size: 13px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 30px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
  float: left;
  padding: 10px 0;
  width: 100px;
}

.comment-form .required {
  color: #FF8778;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  max-width: 300px;
  width: 60%;
}

.comment-form textarea {
  width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
  color: #686758;
  font-size: 14px;
}

.form-allowed-tags code {
  font-size: 10px;
  margin-left: 3px;
  white-space: pre-wrap;
}

.comment-list .pingback,
.comment-list .trackback {
  padding-top: 24px;
}

.comment-navigation {
  border-bottom: 1px solid #E7E7E7;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto;
  max-width: 747px;
  padding: 20px 0;
  width: 100%;
}

.no-comments {
  background-color: #eeeeee;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.sidebar .no-comments {
  padding-left: 60px;
  padding-right: 376px;
}

.comment-reply-title {
  margin-top: 0;
}

.comment-list .edit-link {
  margin-left: 20px;
  display: inline;
}
.comment-list .edit-link a {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 13px;
  text-transform: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-widget-area {
  background: #222;
  color: #888;
  padding: 40px 0;
}
.footer-widget-area a {
  color: #999;
}
.footer-widget-area a:hover {
  color: #ddd;
}
.footer-widget-area ul {
  margin: 0;
  padding: 0;
}
.footer-widget-area ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #333;
}
.footer-widget-area ul li:first-child {
  padding-top: 0;
}

.footer-widget {
  margin: 50px 0;
}

.footer-widget-title {
  margin: 0 0 40px;
  font-size: 16.002px;
  font-size: 1.143rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #ccc;
}

.site-info {
  padding: 40px 0;
  text-align: center;
  background-color: #292929;
  color: #999999;
  font-size: 13px;
}
.site-info a {
  color: #999999;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}


/*--------------------------------------------------------------
## 追加　Header
--------------------------------------------------------------*/
.menu-g_menu-container {
	padding:0;
}
@media screen and (max-width: 990px) {
	.menu-g_menu-container {
		padding:0;
	}
}

#header_top {
	background-color: #ffffff;
	width:100%;
	min-height:109px;
}
#header_top .item_c {
	background: url("/wp/wp-content/uploads/images/meter.png") no-repeat scroll center center transparent;
	position:relative;
}
@media only screen and (max-width: 1200px) {
	#header_top .item_c {
		background: none;
	}
}

#header_top .item_c .container {
	margin: 0 auto;
	padding: 15px 35px 0 35px;
}
@media only screen and (max-width: 992px) {
	#header_top .item_c .container {
		padding: 10px 10px 10px 20px;
	}
}
#header_top .item_c .container h1 {
	display:inline;
}
#header_top .item_c .container h1 img {
	display:inline-block;
	margin:15px 0 30px 0;
}
@media only screen and (max-width: 992px) {
	#header_top .item_c .container h1 {
		display:block;
	}
}
#header_top .item_c .container h1 img {
	max-width:300px;
	width:100%;

}
@media only screen and (max-width: 992px) {
	#header_top .item_c .container h1 img {
		max-width:270px;
	
}
}
@media only screen and (max-width: 1200px) {
	#header_top .item_c .container h1 {
	width:480px;
	margin:  10px 0;
	font-size:8.5pt;
	}
}
#header_top .item_c .container #tel {
	float:right;
	padding:0;
	margin:20px 0 0 0;
}
/*@media (max-width: 992px) {
	#header_top .item_c .container #tel {
		float:left;
		margin:0 0 20px 0;
	}
}*/
@media (max-width: 992px) {
	#header_top .item_c .container #tel {
		display:none !important;
	}
}
#header_top .item_c .container #tel a {
	color:#000000;
	font-size:10.5pt;
	text-decoration:none;
	display:inline-block;
	margin:0 20px 0 0;
}
#header_top .item_c .container #tel a:last-child {
	margin:0;
}
#header_top .item_c .container #tel a:hover {
	color:#08338E;
}


#header_top .item_c .container #tel a:last-child {
	margin: 0;
}
#header_top .item_c .container #tel a:hover {
	opacity: 0.7;
	filter: alpha(opacity=60);
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
header .site-logo a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=60);
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;

}
/***********メニュー*************/
header#masthead {
	background: url("/wp/wp-content/uploads/images/menu_bg.gif") repeat-x scroll center center transparent;
}
@media only screen and (max-width: 990px) {
	header#masthead {
		background:none;
		border-top:5px solid #abe1ff;
		}
}
.responsive-mainnav-outer .responsive-mainnav container ul#primary-menu {
}
header#masthead .container {
    background: url("/wp/wp-content/uploads/images/menu_bg_line.gif") no-repeat scroll right center transparent;
    padding:0 2px 0 0;
}
@media only screen and (max-width: 990px) {
	header#masthead .container {
	    background: none;
	    padding:0 25px;
	}
}
ul#primary-menu li {
    width: 14.285%;
    text-align: center;
}

@media only screen and (max-width: 990px) {
	ul#primary-menu li {
		width: auto;
		background: none;
	}
}
ul#primary-menu li:hover {
	background: url("/wp/wp-content/uploads/images/menu_bg_on.gif") repeat-x scroll center center transparent;
}
@media only screen and (max-width: 990px) {
	ul#primary-menu li:hover {
		background: none;
	}
}
ul#primary-menu li.current-menu-item {
	background: url("/wp/wp-content/uploads/images/menu_bg_on.gif") repeat-x scroll center center transparent;
}
@media only screen and (max-width: 990px) {
	ul#primary-menu li.current-menu-item {
		background: none;
	}
}
ul#primary-menu li a {
    background: url("/wp/wp-content/uploads/images/menu_bg_line.gif") no-repeat scroll left center transparent;
}
@media only screen and (max-width: 990px) {
	ul#primary-menu li a {
		background: none;
	}
}
ul#primary-menu li.current-menu-parent a {
	color:#FF5B5B;
	text-decoration:none;
}
ul#primary-menu li ul.sub-menu li {
	background:#ffffff;
}
.responsive-mainnav-outer ul#primary-menu li ul.sub-menu li {
	background:#003178;
}
ul#primary-menu li ul.sub-menu li:hover {
	background:#EAEAEC;
}
.responsive-mainnav-outer ul#primary-menu li ul.sub-menu li:hover {
	background:#003178;
}
ul#primary-menu li ul.sub-menu li a {
    background: none;
}
ul#primary-menu li ul.sub-menu li {
    width: 100%;
    text-align:left;
}
ul#primary-menu li.current-menu-parent ul.sub-menu li a {
	color:#626262;
	text-decoration:none;
}
ul#primary-menu li.current-menu-parent ul.sub-menu li a:hover {
	color:#FF5B5B;
}
ul#primary-menu li.current-menu-parent ul.sub-menu li.current-menu-item a {
	color:#FF5B5B;
	text-decoration:none;
}
ul#primary-menu li.current-menu-item a {
	color:#FF5B5B;
	text-decoration:none;
}
ul#primary-menu li.current-menu-item ul.sub-menu li a {
	color:#626262;
}
.responsive-mainnav ul#primary-menu li.current-menu-item ul.sub-menu li a {
  /*color: #aaaaaa;*/
  color: #ffffff;
  line-height: 26px;
  padding: 10px 0;
  text-decoration: none;
  display: block;
  font-size: 12pt;
  text-align:left;
}

ul#primary-menu li.current-menu-item ul.sub-menu li a:hover {
	color:#FF5B5B;
}
ul#primary-menu li.current-menu-item a:hover {
	color:#FF5B5B;
	text-decoration:none;
}
.responsive-mainnav-outer ul#primary-menu li.current-menu-item a {
	color:#FF5B5B;
	text-decoration:none;
}
header #social_icon {
	text-align: right;
	display:block;
}
@media screen and (max-width: 990px) {
	header #social_icon {	display:none;
	}
}
@media screen and (min-width: 991px) {
  header #social_icon {
    display: block;
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 1200px) {
 header.sticky-nav #social_icon {
    display: block;
    margin: 35px 0 0 !important;
  }
  header #social_icon {
    display: block;
    margin: 45px 0 0 !important;
  }
}

header #social_icon a {
	display:inline-block;
	padding :3px;
}
header #social_icon a:first-child {
	display:inline-block;
	margin:0;
}
header #social_icon a {
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
header #social_icon a:hover {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    color: #ff5b5b;
}

/*********** サブメニュー1 *************/
nav.sub {
	width: 100%;
	margin: 0;
	overflow: hidden;	
}

nav.sub ul {
	list-style: none;
	overflow: hidden;
	margin:0;
	padding:0;
}

nav.sub li a {
	background: #000000;
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	font: 300 12.5pt/1.4;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 25%;
	
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
	    -ms-transition: background 0.5s ease;
	        transition: background 0.5s ease;
}

nav.sub li a small {
	display:block;
	margin:;
}


/*HOVER*/
nav.sub li a:hover {
	background: #003178;
}
/*Current*/
nav.sub li a.current {
	background: #003178;
}
/*SMALL*/
nav.sub small {
	font: 100 11px/1 Helvetica, Verdana, Arial, sans-serif;
	text-transform: none;
	color: #ffffff;
}

/*BORDER FIX*/
nav.sub li:last-child a {
	border: none;
}

/* MEDIA QUERIES*/
@media screen and (max-width: 768px) {

	nav.sub li a {
		width: 50%;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
	nav.sub li:nth-child(even) a {
		border-right: none;
		border-bottom: 1px solid #ffffff;
	}
	
	nav.sub li:nth-child(5) a, nav li:nth-child(6) a {
		border-bottom: 1px solid #fff;
	}
}
/*********** サブメニュー2 *************/
nav.sub2 {
	width: 100%;
	margin: 0;
	overflow: hidden;	
}

nav.sub2 ul {
	list-style: none;
	overflow: hidden;
	margin:0;
	padding:0;
}

nav.sub2 li a {
	background: #000000;
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	font: 300 12.5pt/1.4;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 25%;
	
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
	    -ms-transition: background 0.5s ease;
	        transition: background 0.5s ease;
}

nav.sub2 li a small {
	display:block;
	margin:;
}


/*HOVER*/
nav.sub2 li a:hover {
	background: #E17A9A;
}
/*Current*/
nav.sub2 li a.current {
	background: #E17A9A;
}
/*SMALL*/
nav.sub2 small {
	font: 100 11px/1 Helvetica, Verdana, Arial, sans-serif;
	text-transform: none;
	color: #ffffff;
}

/*BORDER FIX*/
nav.sub2 li:last-child a {
	border: none;
}

/* MEDIA QUERIES*/
@media screen and (max-width: 768px) {

	nav.sub2 li a {
		width: 50%;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
	nav.sub2 li:nth-child(even) a {
		border-right: none;
		border-bottom: 1px solid #ffffff;
	}
	
	nav.sub2 li:nth-child(5) a, nav li:nth-child(6) a {
		border-bottom: 1px solid #fff;
	}
}

#responsive-menu-pro-container {
	border-right:7px solid #ABE1FF !important;
}

a.mob_button1 {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin:0 0 10px 0 !important;
}
a.mob_button1::before,
a.mob_button1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
a.mob_button1,
a.mob_button1::before,
a.mob_button1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.mob_button1 {
  position: relative;
  z-index: 50;
  background-color: #004BB8;
  border: 2px solid #004BB8;
  color: #fff;
  line-height: 50px;
}
a.mob_button1:hover {
  background-color: #fff;
  border-color: #004BB8;
  color: #1c5c9e;
}
a.mob_button1::before,
a.mob_button1::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #004BB8;
}
a.mob_button1::before {
  right: 0;
}
a.mob_button1::after {
  left: 0;
}
a.mob_button1:hover::before,
a.mob_button1:hover::after {
  width: 0;
  background-color: #004BB8;
}

a.mob_button2 {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin:0 0 10px 0 !important;
}
a.mob_button2::before,
a.mob_button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
a.mob_button2,
a.mob_button2::before,
a.mob_button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.mob_button2 {
  position: relative;
  z-index: 50;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
}
a.mob_button2:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
a.mob_button2::before,
a.mob_button2::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
a.mob_button2::before {
  right: 0;
}
a.mob_button2::after {
  left: 0;
}
a.mob_button2:hover::before,
a.mob_button2:hover::after {
  width: 0;
  background-color: #fff;
}


a.mob_button3 {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin:0 0 10px 0 !important;
}
a.mob_button3::before,
a.mob_button3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
a.mob_button3,
a.mob_button3::before,
a.mob_button3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.mob_button3 {
  position: relative;
  z-index: 50;
  background-color: #d8712a;
  border: 2px solid #d8712a;
  color: #fff;
  line-height: 50px;
}
a.mob_button3:hover {
  background-color: #fff;
  border-color: #d8712a;
  color: #d8712a;
}
a.mob_button3::before,
a.mob_button3::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #d8712a;
}
a.mob_button3::before {
  right: 0;
}
a.mob_button3::after {
  left: 0;
}
a.mob_button3:hover::before,
a.mob_button3:hover::after {
  width: 0;
  background-color: #d8712a;
}
div#sp_sns_button {
	text-align:center;
	margin:7px 0;
}
div#sp_sns_button a {
	display:inline-block;
	margin:0 3px;
}
div#sp_sns_button a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}


/*--------------------------------------------------------------
## 追加　Footer
--------------------------------------------------------------*/
footer #footer_nav {
	border-top:8px solid #abe1ff;
	background-color:#f5f5f5;
	color: #000000;
	font-size:12pt;
	letter-spacing:0.05em;
	line-height: 1.6em;
}
footer #footer_nav .container {
	padding: 30px 15px 50px 15px;
	background-color:#f5f5f5;
}
footer #footer_nav .container .box {
	/*border-right:1px dotted #555555;*/
	padding:0 15px;
}
footer #footer_nav strong {
	font-size: 12pt;
	display: block;
	margin:8px 0 8px 0;
	line-height:1.4em;
	font-weight:600;
}
footer #footer_nav strong a {
	color:#000000;
}
footer #footer_nav strong a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
	color:#2D9CD8;
}
footer #footer_nav ul {
	margin: 0;
	list-style-type:none;
	padding:0 0 0 0;
	line-height: 1.4em;
}
footer #footer_nav ul li {
	color:#abe1ff;
	padding:0;
}
footer #footer_nav  ul li.tit a {
	font-size: 11pt;
}
footer #footer_nav  ul li.tit:after {
	content:" \f144";
	padding: 0 5px 0 0;
	font-family:FontAwesome;
}
footer #footer_nav  ul li a {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
	color:#000000;
	font-size:9pt;
	text-decoration:none;
}
footer #footer_nav  ul li a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
	color:#2D9CD8;
}
footer #footer_info .container {
	padding:40px 0;
}
footer #footer_info #footer_logo {
    max-width: 300px;
    width: 100%;
    display:inline-block;
} 

footer #footer_info #footer_p {
	margin: 10px 0;
	font-size: 11pt !important;
	letter-spacing: 0.05em !important;
	line-height: 1.6em !important;
	color: #000000 !important;

}
footer #footer_info #footer_p img {
	margin: 0 5px 2px 0;
	vertical-align:middle;

}
footer #footer_info #footer_r {
	text-align:right;
}
@media screen and (max-width: 990px) {
	footer #footer_info #footer_r {
		text-align:left;
	}
}
footer #footer_info #footer_r p a{
	font-size:10pt;
	color:#000000;
}
footer #footer_info #footer_r p a:hover {
	color:#2C9FE2;
}
footer #copyright {
	background-color:#373737;
	margin: 0 0 0 0;
}
footer #copyright .container {
	background:#373737;
	padding:15px 0;
}
footer #copyright p {
	text-align: center;
	letter-spacing: 0.1em;
	color: #ffffff;
	margin:15px 0;
	font-size:9pt;
}
footer #copyright p a {
	color: #003178 !important;
	text-decoration:none;
}
footer #copyright p a:hover {
	color: #003178 !important;
	text-decoration:underline;
}
footer #copyright a img {
	display: inline-block;
	margin: 0  0 5px 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
footer #copyright a img:hover {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.grecaptcha-badge {
	display:none !important;
}
/*--------------------------------------------------------------
## 追加　TOPPAGE
--------------------------------------------------------------*/
.top_school {
}
.top_school h2 {
}
.top_school img {
	max-width:750px;
}
.top_school p{
	font-size: 12pt;
	line-height: 1.8em;
	margin:0;
}
.top_school p.link{
	margin:0.3em 0 2em 0;
}

h2#top_news_obi {
	max-width: 100%;
	margin:10px 0 15px 0;
	color:#000000;
	font-size:16pt;
	font-weight:300;
	letter-spacing:0.1em;
	padding:0 0 15px 0;
	background: url("/wp/wp-content/uploads/images/top_news_line.gif") no-repeat scroll left bottom transparent;
}
h2#top_news_obi a {
	text-decoration:none;
	color:#000000;	
}
h2#top_news_obi a:hover {
	text-decoration:none;
	color:#888888;	
}
#top_news_bg {
	background-color:#f5f5f5;
}

section#top_information {
	margin: 50px 0 80px 0;
	clear: both;
}
#whatsnew {
	margin: 0;
	font-size: 12pt;
}
#whatsnew ul {
	list-style-type :none;
	margin: 0;
	padding: 0;
}
#whatsnew ul li {
	border-bottom: 1px dotted #cccccc;
	padding: 0 0 7px 20px;
	margin: 7px 0 0 0;	
	background: url("/wp/wp-content/uploads/images/top_news_list.gif") no-repeat scroll left 10px transparent;
}
#whatsnew .date {
	display: inline-block;
	margin: 0 10px 0 0;
	color:#393939;
	font-size:11pt;
}
#whatsnew .date img {
	display: inline;
	margin: 0;
}
#whatsnew .news_title {
	margin: 0;
	display: inline-block;
}
#whatsnew .news_title a {
	color:#265c8c;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
	font-size:11pt;
}
#whatsnew .news_title a:hover {
	color:#020479;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
#whatsnew img.icon_nes {
	position:relative;
	top:-2px;
}
#whatsnew img.topics_icon {
	position:relative;
	top:-2px;
	margin: 0 8px 0 0;
	display: inline-block;
}
#top_ban {
	margin:0 0 25px 0;
}
#top_ban a {
	display:block; 
	margin: 0 0 12px 0;
}
#top_ban a:last-child {
	display:block; 
	margin: 0;
}
#top_ban a img {
	max-width:550px;
	width:100%;
	height: auto;
}
#top_ban .col_2 {
	max-width:550px;
	width:100%;
	height: auto;
	display: table;
}
#top_ban .col_2 img {
	max-width:265px;
	width:100%;
}
#top_ban .col_2 a {
	display: table-cell;
}
#top_ban .col_2 a:first-child {
	padding-right:10px;
}

#top_strong {
}
@media (max-width: 768px) {
	#top_strong .container .strong_item:nth-child(4) {
		clear: both;
	}
}
#top_strong .strong_item div {
	text-align: center;
	border: 1px solid #ff5b50;
	background-color: #ffffff;
	padding: 15px;
	margin: 15px 0;
}

#top_strong .strong_item a {
	color: #555555;
}
#top_strong .strong_item h3 {
	font-size: 16pt;
	font-weight: normal;
	line-height: 1.3;
	text-transform: uppercase;
}
#top_strong .strong_item a:hover {
color: #ea7054;
}
#top_strong .strong_item p {
	text-align: left;
	color: #888888;
	line-height: 1.8em;
	margin: 15px 0 10px;
	font-size: 1rem;
}
#top_strong .strong_item figure {
	overflow: hidden;
	border-radius: 50%;
	position: relative;
}
#top_strong .strong_item figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
#top_strong .strong_item figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}




#top_strong .strong_item figure a {
	border-radius: 50%;
	overflow: hidden;
	display: block;
}


#top_strong .strong_item figure
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

#top_strong .strong_item figure img {
	display: inline-block;
	border-radius: 50%;
	width:100%;
	height: auto;
	overflow: hidden;
}

#top_insta {

}
#top_insta #insta_obi {
	background-color: #003178;
	height: 43px;
	text-align: center;
}
/*--------------------------------------------------------------
## 追加　学校・学科紹介
--------------------------------------------------------------*/
.school_box {
	margin:0 0 50px 0;
	padding:0 0 50px 0;
}
.school_obi {
	background-color:#000000;
	width:100%;
	margin:0;
	padding:15px 0;
	text-align:center;
	color:#ffffff;
	font-size:18pt;
	font-weight:normal;
	text-decoration:none;
}
.school_box:last-child {
	margin: 0;
	padding: 0;
	border-bottom:none;
}
.school_box strong {
	display:block;
	margin:15px 0 10px 0;
}
.school_box strong a {
	font-size:16pt;
	color:#000000;
}
.school_box strong a:hover {
	color:#2C9CD8;
}
.school_box strong a:before {
	font-family: FontAwesome;
	content: "\f144";
	color:#ABE1FF;
	padding:0 5px 0 0;
}
.school_box p {
	margin:0;
}
.shcool_p {
	text-align:left;
	padding:15px 0 0 0 ;
}
@media (max-width: 990px) {
	.shcool_p {
		text-align:center;
		padding:0 ;
	}
}
/*--------------------------------------------------------------
## 追加　お問い合わせ
--------------------------------------------------------------*/
.contact_table{
	margin-top:30px;
}

.contact_table tbody tr td, .contact_table{
	border:1px solid #bbb;
	border-collapse: collapse;
	font-size: 14px;
  }

.contact_table tr{
	border-top: 2px solid #e5e5e5;
}
.contact_table th{
	vertical-align: middle;
	text-align:left;
	font-size: 14px;
	font-weight: normal;
		border:1px solid #bbb;

}
.contact_table th span.point10 {
	line-height:1.4em !important;
}
.contact_table td input, .contact_table td textarea {
	font-size: 13px !important;
}
@media screen and (max-width: 992px){
	.contact_table td input.sp_100 {
		width:100%;
	}
	.contact_table td input.form_tel {
		width:6em;
	}
	.mwform-checkbox-field {
		display:block;
		margin:0 0 0 0 !important;
	}
	.contact_table tbody tr td {
	border:none;
	}
}

.contact_req{
	font-size: 9pt;
	padding: 5px 10px;
	letter-spacing:0.1em;
	background: #266dc4;
	color: #fff;
	border-radius: 3px;
	margin-right: 5px;
}
.contact_table td input#zip, .contact_table td input#zip1 {
	padding:8px;
	color: #666666;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	font-weight: normal;
}
.contact_unreq{
	font-size: 9pt;
	padding: 5px 10px;
	letter-spacing:0.1em;
	background: #bdbdbd;
	color: #fff;
	border-radius: 3px;
	margin-right: 5px;
}
@media screen and (min-width: 768px){
	.contact_table th{
		width:30%;
		background-color:#f2f2f2 !important;
	}
}

@media screen and (max-width: 900px){
	.contact_table tbody,
	.contact_table tr, .contact_table td{
		display: block;
		width: 100%;
	}
	.contact_table th {
		width:auto;
		display:block;
		margin: 0 auto;
		border:none;
		text-align:left;
		background-color:#ebedf5!important;
	}
	.contact_table tbody tr td {
		width:auto;
		display:block;
	}
}

input.confbtn, #contact_page input.backbtn {
	padding:10px 50px !important;
}
#mw_wp_form_mw-wp-form-220 span.error {
	display:none;
}

/*--------------------------------------------------------------
## 追加　選ばれる理由
--------------------------------------------------------------*/
.advantage_box {
	border: 1px solid #003178;
	padding: 10px;
	margin: 15px 0;
}
/*--------------------------------------------------------------
## 追加　会社概要
--------------------------------------------------------------*/
table.company {
    border-collapse: collapse;
    margin: 25px auto;
    width: 100%;
    clear:both;
    font-size:12pt;
}

table.company th {
    background: none repeat scroll 0 0 #003178;
    color: #ffffff;
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
}
table.company td {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    color: #434345;
}
table.company td a {
   text-decoration:underline;
    color: #434345;
}
table.company td a:hover {
   text-decoration:none;
    color: #434345;
}
table.company td span {
    color: #434345;
    font-size: 10pt;
}

table.enkaku {
    border-collapse: collapse;
    margin: 25px auto;
    width: 100%;
    clear:both;
    font-size:12pt;
}

table.enkaku th {
    color: #434345;
    font-weight: normal;
    padding: 10px 15px;
    text-align: center;
    vertical-align: top;
    width:auto;
    border:none;
    line-height:1.4em;
    font-size: 18pt;
}
table.enkaku td {
    border-top : none;
    border-right : none;
    border-bottom : none;
    border-left : 1px solid #ccc;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    color: #434345;
}
table.enkaku td:before { 
    color :#ccc;	
    content: "●";
    margin-left: -0.5em;
    margin-right: 2em;
    }
table.enkaku td div {
    margin: -2em 0 0 1em;
    padding: 0;
    }
table.enkaku td a {
   text-decoration:underline;
    color: #434345;
}
table.enkaku td a:hover {
   text-decoration:none;
    color: #434345;
}
table.enkaku td span {
    color: #434345;
    font-size: 10pt;
}

/*--------------------------------------------------------------
## 追加　アクセス
--------------------------------------------------------------*/
.access_box {
	border-bottom:3px dotted #ABE1FF;
	margin:50px 0;
	padding:0 0 50px 0;
}
.access_box:last-child {
	border-bottom:none;
}
.access_box iframe{
	margin:0 0 15px 0;
}
.access_box .access {
    margin: 0 0 30px 0;
}
.access_box .access strong {
    display: inline-block;
    font-size: 24pt;
    line-height: 1.4em;
    margin: 10px 0;
}
.access_box .access .access_p {
	margin: 15px 0 10px 0;
	font-size: 11pt !important;
	letter-spacing: 0.05em !important;
	line-height: 1.6em !important;
	color: #000000 !important;

}
.access_box div.image {
	width:31%;
	display:inline-block;
	margin:0 2% 0 0;
}
.access_box div.image:last-child {
	margin:0;
}
/*--------------------------------------------------------------
## 追加　キャンパスライフ
--------------------------------------------------------------*/
.ba_color {
	color:#DF645D !important;
}
.fb_color {
	color:#E47797 !important;
}
@media screen and (max-width: 1200px) {
	.clear1200 {
	clear:both;
	}
}
@media screen and (max-width: 990px) {
	.clear1200 {
	clear:none;
	}
	.clear990 {
	clear:both;
	}
}
/*--------------------------------------------------------------
## 追加　オープンキャンパス
--------------------------------------------------------------*/
img.free_call {
	position:relative;
	top:-5px;
}
a.to_mailform {
	color: #ffffff;
	text-decoration:underline;
	font-size:16pt;
}
a.to_mailform:hover {
	color: #ffffff;
	text-decoration:none;
}
table.ocam {
    border-collapse: collapse;
    margin: 25px auto;
    width: 100%;
    clear:both;
    font-size:12pt;
}

table.ocam th {
    background: none repeat scroll 0 0 #EAEAEA;
    color: #000000;
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
	table.ocam th {
	    width: 100%;
	    display:block;
	}
}
table.ocam td {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    color: #434345;
}
@media screen and (max-width: 768px) {
	table.ocam td {
	    width: 100%;
	    display:block;
	}
}
table.ocam td a {
   text-decoration:underline;
    color: #434345;
}
table.ocam td a:hover {
   text-decoration:none;
    color: #434345;
}
table.ocam td span {
    color: #434345;
    font-size: 10pt;
}
table.ocam  span.wpcf7-not-valid-tip {
	color:#ED2C0E;
}
span.checkbox-568 span.wpcf7-list-item {
	display:block;
}
/*--------------------------------------------------------------
## 追加　修学支援制度のご紹介
--------------------------------------------------------------*/
h3.tit_support {
	color:#ffffff;
	padding: 15px;
	margin:60px 0 35px 0;
	background:#003178;
	font-size:20pt;
	font-weight:normal;
}
@media screen and (max-width: 768px) {
	h3.tit_support {
		font-size:16pt;
	}
}

h3.tit_dep {
  border-bottom: solid 3px #cce4ff;
  position: relative;
	font-size:18pt;
	font-weight:normal;
	padding:0 0 10px 0;
	margin:25px 0;
}
@media screen and (max-width: 768px) {
	h3.tit_dep {
		font-size:14pt;
	}
}
h3.tit_dep:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}
table.support_table {
    border-collapse: collapse;
    margin: 0 auto 0 auto;
    width: 99%;
    clear:both;
    font-size:12pt;
}

table.support_table th {
    background: none repeat scroll 0 0 #e0ebf9;
    color: #003178;
	font-weight:bold;
    border: 1px solid #a0b6d6;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    font-size:12pt;
    letter-spacing:0.1em;
	line-height:1.6em;
}
table.support_table th span {
	font-size:9pt !important;
	font-weight:normal;
}
table.support_table td {
    border: 1px solid #BCD1D1;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    color: #434345;
    font-size:10pt;
	line-height:1.6em;
}
table.support_table td.bg_g {
    background: none repeat scroll 0 0 #f7faff;
	font-size:12pt;
	font-weight:bold;
}
table.support_table td.bg_g2 {
	font-size:11pt;
    color: #003178;
	font-weight:normal;
}
.scroll-table table{
width:99%;
}
.scroll-table{
overflow: auto;
white-space: nowrap;
}
.scroll-table::-webkit-scrollbar {
 height: 5px;
}
.scroll-table::-webkit-scrollbar-track {
 background: #F1F1F1;
}
.scroll-table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
table.support_attention {
	margin:1em 0 4em 0;
}
table.support_attention tr {
	border:none;
}
table.support_attention tr td {
	border:none;
}
table.support_attention tr td.title-td {
	font-size:9pt;
	white-space: nowrap; 
	width:2em;
	padding:6px 2px 6px 0;
}
table.support_attention tr td {
	font-size:9pt;
	vertical-align:top;
	padding:6px 0 6px 2px;
}
ul.support_page {
  padding: 0 1em 0 1.5em;
  position: relative;
  margin:1em 0 3em 0;
}
ul.support_page li {
  line-height: 1.5;
  padding: 1em 0;
  list-style-type: none!important;
  font-size:11pt;
}
ul.support_page li:before {
  font-family: "FontAwesome";
  content: "\f0da";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: blue; /*アイコン色*/
}
ul.support_page li strong {
  display:block;
  font-size:13pt;
  position: relative;
  bottom: 3px;
  color:#003178;
}
h4.tit_support {
  color:#003178;
  margin-bottom:5px;
}
span.marker {
	background: linear-gradient(transparent 60%, #fff000 0%);
	font-weight: bold; 
}
.support_768 {
	text-align:left;
}
@media screen and (max-width: 768px) {
	.support_768 {
		text-align:center;
		}
}
/*--------------------------------------------------------------
## 追加　ブログ（投稿ページ）
--------------------------------------------------------------*/
ul.bloglist {
	list-style-type:none;
}
ul.bloglist div.post p.date {
	margin-bottom:0;
	font-size:12pt;
}
ul.bloglist div.post p.date img {
	position:relative;
	top: -3px;
}
ul.bloglist div.post h3 {
	margin:3px 0 12px 0;
	font-weight:normal;
	font-size:12pt;
}
#comments {
	display:none;
}
.comments-area  {
	display:none;
}
.arc-entry-meta .arc-byline {
	display:none;
}
.arc-entry-meta .arc-comments-link {
	display:none;
}
.arc-entry-content p {
	margin: 0 0 1em 0;
}
a figure.enl-thumbnail:hover {
	opacity: 0.7;
	filter: alpha(opacity=60);
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
#information_top_image {
	background: url("/wp/wp-content/uploads/images/info_bg.gif") repeat scroll center top transparent;
	width:100%;
	height: auto;
}

/*--------------------------------------------------------------
## 追加　LINKS
--------------------------------------------------------------*/
div#links {
	margin:0;
}
div#links div {
	margin:40px 0;
	border-bottom: 1px solid #000000;
	padding:0 0 20px 0;
}
div#links div a {
	margin: 0;
}
div#links div a h1 {
	margin:0;
	font-size:18pt;
	color:#0E1D6C;
	font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	margin:20px 0 10px 0;
	font-weight:normal;
}
div#links div a h1:hover {
	color:#880025;
}
div#links div a p {
	margin:0;
	font-size:12pt;
	color:#000000;
	font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}
div#links div a p:hover {
	margin:0;
	color:#880025;
}
/*--------------------------------------------------------------
## NEWS
--------------------------------------------------------------*/
img.size-post-thumbnail {
	display:none !important;
}
ul.bloglist li {
	border-bottom: 1px dotted #cccccc;
	margin:0 0 10px 0;
}
/*--------------------------------------------------------------
## ページ送り
--------------------------------------------------------------*/
.paging {
    text-align: center;
    height: 100px;
}
.paging .page-numbers.current {
    background-color: #000000;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 2px;
    padding: 10px 15px;
}
.paging .page-numbers {
    background: none repeat scroll 0 0 #c5c5c5;
    margin: 0 2px;
    padding: 7px 10px;
    text-decoration: none;
    color: #fff;
}
.paging .page-numbers:hover {
    background: none repeat scroll 0 0 #000000;
}
/*--------------------------------------------------------------
## 追加　学科の特色
--------------------------------------------------------------*/
div.feature {
	margin:70px 0 50px 0;
	padding:;
}
div.feature .box {
	width:33.3333%;
	padding:0 15px 0 0;
	float:left;
}
@media screen and (max-width: 992px) {
	div.feature .box:first-child {
	width:100%;
	padding:0;
	}
	div.feature .box:nth-child(2) {
	width:50%;
	clear:both;
	}
	div.feature .box:nth-child(3) {
	width:50%;
	}
}
@media screen and (max-width: 768px) {
	div.feature .box:nth-child(2) {
	width:100%;
	}
	div.feature .box:nth-child(3) {
	width:100%;
	}
}
div.feature .box:last-child {
	padding:0;
}
div.feature div.item {
	background-color:#dddddd;
	padding:15px 0;
	text-align:center;
	font-size:16pt;
	color:#000000;
	width: 100%;
	margin:0 0 15px 0;
	line-height:1.4em;
}
@media screen and (max-width: 992px) {
	div.feature div.item {
		width: 48%;
		display:inline-block;
	}
	div.feature div.item:nth-child(odd) {
		margin-right: 2%;
	}
}
@media screen and (max-width: 768px) {
	div.feature div.item {
		width: 100%;
		float:none;
	}
}
div.feature div.item span{
	text-align:center;
	display:block;
	font-size:11pt;
}
div.feature .box .border_box {
	border:1px solid #000000;
	padding:15px;
	text-align: center;
}
div.feature .box .border_box strong.js {
	border-bottom:4px solid #003178;
	padding:0 0 10px 0;
	margin:15px auto 20px auto;
	font-size:16pt;
	display:inline-block;
	font-weight:normal;
}
div.feature .box .border_box ul {
	list-style-type:circle;
	margin:0 0 30px 5px;
	padding:0 0 0 15px;
	text-align: left;
	line-height:1.8em;
}

.teacher img {
	margin: 0 0 25px 0;
}
.teacher .name {
	margin:0 0 15px 0;
}
.teacher .name strong {
	color:#003178;
	font-size:18pt;
	font-weight:300;
	display:inline-block;
	margin:0 0 8px 0;
	border-bottom:2px solid #003178;
	padding:0 0 8px 0;
}
.teacher .name span {
	color:#000000;
	font-size:15pt;
	display:block;
}
.teacher p {
	margin:0;
}
.equipment {
	margin: 0 0 25px 0;
}
@media screen and (max-width: 1200px) {
	.clearing2 {
		clear: both;
	}
}
@media screen and (max-width: 992px) {
	.clearing {
		clear: both;
	}
}
.equipment img {
	margin: 0 0 15px 0;
}
.equipment strong {
	font-weight: normal;
	font-size:16pt;
	margin: 0 0 5px 0;
	display:block;
	color:#003178;
}
#js_news {
	width:80%;
	margin:0 auto;
}
@media screen and (max-width: 992px) {
	#js_news {
		width:100%;
		margin:0;
	}
}
.student_voice strong {
	font-weight:normal;
	font-size:20pt;
	display:block;
	color:#003178;
	line-height:1.5em;
}
.student_voice p {
	margin:5px 0 0 0;
}
@media screen and (max-width: 992px) {
	.student_voice strong {
		font-size:16pt;
	}
}
.student_voice span.namae {
	font-size:16pt;
	float:left;
	display:block;
	margin:8px 0 20px 0;
}
.student_voice span.nendo {
	font-size:12pt;
	float:right;
	display:block;
	margin:8px 0 20px 0;
}
/*--------------------------------------------------------------
## 追加　カリキュラム
--------------------------------------------------------------*/
div#curriculum_box  {
	border:1px solid #000000;
	padding:15px;
	text-align: center;
}
div#curriculum_box strong.js {
	border-bottom:4px solid #003178;
	padding:0 0 10px 0;
	margin:30px auto 20px auto;
	font-size:16pt;
	display:inline-block;
	font-weight:normal;
}
div#curriculum_box table.js {
    border-collapse: collapse;
    margin: 25px auto;
    width: 100%;
    clear:both;
    font-size:12pt;
}

div#curriculum_box table.js th {
    background: none repeat scroll 0 0 #003178;
    color: #ffffff;
    font-weight: normal;
    border: 1px solid #003178;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
    font-size:15pt;
}
div#curriculum_box table.js td {
    border: 1px solid #003178;
    padding: 15px;
    text-align: center;
    vertical-align: top;
    color: #434345;
}
div#curriculum_box table.js td strong {
    font-weight: normal;
    font-size: 14pt;
}


h4.js {
	margin:80px auto 50px auto;
	text-align: center;
}
h4.js strong{
	border-bottom:4px solid #003178;
	padding:0 0 10px 0;
	font-size:18pt;
	display:inline-block;
	font-weight:normal;
}
h4.js2 {
	margin:0px auto 30px auto;
	text-align: center;
}
h4.js2 strong{
	border-bottom:4px solid #dc6659;
	padding:0 0 10px 0;
	font-size:18pt;
	display:inline-block;
	font-weight:normal;
}

div.pickup {
	margin:0 0 30px 0;
	text-align:center;
}
.pick_clearing {
	clear:none;
}
@media screen and (max-width: 1200px) {
	.pick_clearing {
		clear:both;
	}
}
div.pickup p {
	margin:0;
	text-align:left;
}
div.pickup strong {
	display:block;
	color:#003178;
	font-weight:normal;
	margin:12px 0 5px 0;
	font-size:16pt;
}
.timetable{
}
.timetable h4 {
	font-weight:normal;
	color:#003178;
	border-bottom:2px solid #003178;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	font-size:22pt;
}
.timetable strong {
	font-weight:normal;
	padding:0;
	font-size:18pt;
	display:block;
	margin:0 0 10px 0;
}
.timetable p {
	margin:0 0 0 0;
}

h4.timetable_tit {
	font-sze:20pt;
	font-weight:normal;
}
table.js_timetable {
    border-collapse: collapse;
    margin: 0 auto 50px auto;
    width: 100%;
    clear:both;
    font-size:12pt;
}

table.js_timetable th {
    background: none repeat scroll 0 0 #9baeae;
    color: #ffffff;
    font-weight: normal;
    border: 1px solid #BCD1D1;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
    font-size:16pt;
    letter-spacing:0.1em;
}
table.js_timetable td {
    border: 1px solid #BCD1D1;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    color: #434345;
}
table.js_timetable td strong.lunch {
    letter-spacing:0.1em;
    color:#9baeae;	
}
p.nenji {
	font-size:16pt;
	font-weight:normal;
	margin:20px 0 5px 0;
	letter-spacing:0.1em;
}
table.js_timetable {
    border-collapse: collapse;
    margin: 0 auto 50px auto;
    width: 100%;
    clear:both;
    font-size:12pt;
}

table.js_timetable th {
    background: none repeat scroll 0 0 #9baeae;
    color: #ffffff;
    font-weight: normal;
    border: 1px solid #BCD1D1;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
    font-size:16pt;
    letter-spacing:0.1em;
}
table.js_timetable td {
    border: 1px solid #BCD1D1;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    color: #434345;
}
table.js_timetable td strong.lunch {
    letter-spacing:0.1em;
    color:#9baeae;	
}
div.js_contest div {
	margin:0 !important;
	padding:0 !important;
}

/*--------------------------------------------------------------
## 追加　就職・資格
--------------------------------------------------------------*/
h3.kadai {
	color:#B08F4F;
	font-weight:normal;
	font-size:18pt;
	border-bottom:2px solid #B08F4F;
	padding:0 0 10px 0;
	margin: 30px 0;
}
p.exam_tit {
	margin:15px 0 5px 0;
	font-size:16pt;
	color:#B08F4F;
}
div.support_num {
	vertical-align:middle;
}
div.support_num strong {
	color:#B98F4F;
	display:block;
	font-weight:normal;
	font-size:16pt;
	margin:;
	padding:;
}
div.support_num strong span {
	font-size:40pt;

}
div.support_num strong em {
	font-style:normal;
	position:relative;
	bottom:12px;
	left:3px;
}
/*--------------------------------------------------------------
## 追加　卒業生の声
--------------------------------------------------------------*/
#js_voice {
}
#js_voice h3 {
	font-weight:normal;
	font-size:20pt;
	margin:15px 0 10px 0;
}
#js_voice h3 span {
	font-size:14pt;
}
#js_voice strong {
	font-weight:normal;
	font-size:14pt;
	color:#003178;
	display:block;
	border-bottom: 2px solid #003178;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
#js_voice p span {
	font-size:18pt;
	display:block;
	font-weight:bold;
	margin:0 0 15px 0;
	color:#003178;
}

/*--------------------------------------------------------------
## 追加　卒業生へ
--------------------------------------------------------------*/
.to_box {
	padding:20px;
	background:#F5F5F5;
	display:inline-block;
	margin:1em 0 3em 0;
	border:1px solid #ccc;
}
table.to_graduates {
	margin:0 0 3em 0;
	border-collapse: collapse;
	width: 100%;
	clear:both;
}
table.to_graduates th {
	padding:15px;
	background:#F5F5F5;
	border:1px solid #cccccc;
	font-size:11pt;
	text-align:center;
}
table.to_graduates td {
	padding:15px;
	border:1px solid #cccccc;
	font-size:10pt;
	text-align:center;
}

    font-size:12pt;
/*--------------------------------------------------------------
## 追加　共通
--------------------------------------------------------------*/

/*-- トップイメージ --*/
h1#top_img {
	max-width: 1140px;
	height: auto;
	margin-bottom: -150px;
}
@media screen and (max-width: 768px) {
	h1#top_img {
		margin-bottom: -30px;
	}
}
h1#top_img img {
	max-width: 1140px;
	width: 100%;
	background-size:100% auto; 
	margin:0;
	height: auto;
}
h1#top_img .catch {
	position: relative;
	bottom: 220px;
	left: 5%;
	width:400px;
}
h1#top_img p {
	display:none;
}
h1#top_img .catch p.bk_obi {
	display:block;
	font-weight:normal;
	color:#ffffff;
	background-color:#000000;
	padding:10px;
	font-size:14pt;
	margin:0;
	text-align:center;
	opacity: 0.85;
}
h1#top_img .catch p.wh_obi {
	display:block;
	font-weight:normal;
	color:#000000;
	background-color:#ffffff;
	padding:30px 10px;
	font-size:20pt;
	margin:0;
	text-align:center;
	opacity: 0.85;
	line-height:1.3em;
}
@media screen and (max-width: 1200px) {
	h1#top_img .catch {
		position: relative;
		bottom: 200px;
	}
}
@media screen and (max-width: 992px) {
	h1#top_img .catch {
		position: relative;
		bottom: 180px;
		width:350px;
	}
	h1#top_img .catch p.bk_obi {
		padding:8px;
		font-size:12pt;
	}
	h1#top_img .catch p.wh_obi {
		padding:26px 8px;
		font-size:18pt;
	}
}

@media screen and (max-width: 768px) {
	h1#top_img .catch {
		position: static;
		width:100%;
	}
	h1#top_img .catch p.bk_obi {
		display:none;
	}
	h1#top_img .catch p.wh_obi {
		color:#ffffff;
		background-color:#222222;
		padding:10px;
		font-size:14pt;
		opacity: 1;
	}
}
/*-- トップイメージ --*/

/*-- JS学科トップイメージ --*/
h1#js_top_img {
	max-width: 1140px;
	height: auto;
	margin-bottom: -146px;
}
@media screen and (max-width: 768px) {
	h1#js_top_img {
		margin-bottom: 0x;
	}
}
h1#js_top_img img {
	max-width: 1140px;
	width: 100%;
	background-size:100% auto; 
	margin:0;
	height: auto;
}
h1#js_top_img .catch {
	position: relative;
	bottom: 190px;
	left: 5%;
	width:400px;
}
h1#js_top_img p {
	display:none;
}
h1#js_top_img .catch p.bk_obi {
	display:block;
	font-weight:normal;
	color:#ffffff;
	background-color:#000000;
	padding:10px;
	font-size:14pt;
	margin:0;
	text-align:center;
	opacity: 0.85;
}
h1#js_top_img .catch p.wh_obi {
	display:block;
	font-weight:normal;
	color:#000000;
	background-color:#ffffff;
	padding:30px 10px;
	font-size:20pt;
	margin:0;
	text-align:center;
	opacity: 0.85;
	line-height:1.3em;
}
@media screen and (max-width: 1200px) {
	h1#js_top_img {
		margin-bottom: -146px;
	}
	h1#js_top_img .catch {
		position: relative;
		bottom: 180px;
	}
}
@media screen and (max-width: 992px) {
	h1#js_top_img {
		margin-bottom: -126px;
	}
	h1#js_top_img .catch {
		position: relative;
		bottom: 160px;
		width:350px;
	}
	h1#js_top_img .catch p.bk_obi {
		padding:8px;
		font-size:12pt;
	}
	h1#js_top_img .catch p.wh_obi {
		padding:26px 8px;
		font-size:18pt;
	}
}

@media screen and (max-width: 768px) {
	h1#js_top_img {
		margin-bottom: 0;
	}
	h1#js_top_img .catch {
		position: static;
		width:100%;
	}
	h1#js_top_img .catch p.bk_obi {
		display:none;
	}
	h1#js_top_img .catch p.wh_obi {
		color:#ffffff;
		background-color:#222222;
		padding:10px;
		font-size:14pt;
		opacity: 1;
		border-bottom:1px solid #ffffff;
	}
}
/*-- JS学科トップイメージ --*/

/*-- トップイメージキャッチなし --*/
h1#top_img_no {
	max-width: 1140px;
	height: auto;
}
h1#top_img_no img {
	max-width: 1140px;
	width: 100%;
	background-size:100% auto; 
	margin:0;
	height: auto;
}
/*-- トップイメージキャッチなし --*/

.widget_topics_icon {
	position:relative;
	top:-2px;
	left:2px;
}

h2.tit {
	text-align:center;
	margin:20px 0;
}
h2.tit p.jp {
	font-weight:normal;
	color:#000000;
	font-size:22pt;
	letter-spacing:0.1em;
	border-bottom: 5px solid #ABE1FF;
	margin:60px 0 5px 0;
	padding:0 0 5px 0;
	display: inline-block;
}
h2.tit p.en {
	font-weight:normal;
	color:#cccccc;
	font-size:15pt;
	letter-spacing:0.1em;
	padding:0;
	display: block;
}
@media screen and (max-width: 768px) {
	h2.tit p.jp {
		font-size:17pt;
	}
	h2.tit p.en {
		font-size:13pt;
	}
}
h2.tit p.jp_nb {
	font-weight:normal;
	color:#000000;
	font-size:22pt;
	letter-spacing:0.1em;
	margin:60px 0 0 0;
	padding:0 ;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	h2.tit p.jp_nb {
		font-size:17pt;
	}
}
.tit_line {
	text-align:center;
	font-size:15pt;
	color:#003178;
	border-bottom: 4px solid #ABE1FF;
	margin:20px 0 10px 0;
	padding:0 0 5px 0;
	display: inline-block;
}
h3.tit {
	color: #003178;
	font-size: 22pt;
	font-weight: normal;
	line-height: 1.4em;
	margin: 60px 0 20px 0;
}

p,div {
	color:#000000;
	font-size:13pt;
	line-height:1.8em;
}
#top_catch {
	display:none;
}
@media (max-width: 768px) {
	#top_catch {
		display:inline-block;
		margin:15px 0;
		line-height:1.5em;
	}
}
.flow_pink_box {
	border: 1px solid #f19cc0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #fffdea;
}

.flow_pink_box .item {
	padding:15px 8px;
}

.flow_pink_box .item strong {
	color: #f696be;
	font-size:22pt;
	letter-spacing:0.1em;
	font-weight:normal;
}
.flow_pink_box .item p {
	margin:0;
}
.flow_pink_box .item img {
	margin:0;
}
@media (max-width: 992px) {
	.flow_pink_box .item img {
		margin:10px 0;
	}
}
.flow_blue_box {
	border: 1px solid #88d1e9;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #f6f9ff;
}

.flow_blue_box .item {
	padding:15px 8px;
}

.flow_blue_box .item strong {
	color: #88d1e9;
	font-size:22pt;
	letter-spacing:0.1em;
	font-weight:normal;
}
.flow_blue_box .item p {
	margin:0;
}
.flow_blue_box .item img {
	margin:0;
}
@media (max-width: 992px) {
	.flow_blue_box .item img {
		margin:10px 0;
	}
}

h3.orange {
	color: #fd892c;
	font-weight: normal;
	font-size:18pt;
	margin:0 0 15px 0;
	line-height:1.5em;
}
h3.l_blue {
	color: #adbadf;
	font-weight: normal;
	font-size:18pt;
	margin:0 0 15px 0;
	line-height:1.5em;
}


.clear {
	clear: both;
}
a {
	cursor:pointer;
}
a:hover {
	cursor:pointer;
}
a img.button:hover {
	opacity: 0.7;
	filter: alpha(opacity=60);
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.point8 {
	font-size: 8pt !important;
}
.point9 {
	font-size: 9pt !important;
}
.point10 {
	font-size: 10pt !important;
}
.point11 {
	font-size: 11pt !important;
}
.point12 {
	font-size: 12pt !important;
}
.point14 {
	font-size: 14pt !important;
}
.point16 {
	font-size: 16pt !important;
}
.point18 {
	font-size: 18pt !important;
}
.point20 {
	font-size: 20pt !important;
}
.point24 {
	font-size: 24pt !important;
}
.point28 {
	font-size: 28pt !important;
}
.point40 {
	font-size: 40pt !important;
}
.point50 {
	font-size: 50pt !important;
}
.in-bl {
	display: inline-block;
}
.fs90 {
	font-size:90% !important;
}
.fs80 {
	font-size:80% !important;
}
.fs75 {
	font-size:75% !important;
}
.max_w323 {
	max-width: 323px;
	width:100%;
	height: auto;
}
.max_w600 {
	max-width: 600px;
	width:100%;
	height: auto;
}
.max_w800 {
	max-width: 800px;
	width:100%;
	height: auto;
}
.bk_box {
	border: 1px solid #000000;
	padding:12px;
}
.normal {
	font-weight: normal !important;
}
.bold {
	font-weight: bold !imortant;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.text_c {
	text-align: center !important;
}
.text_r {
	text-align: right !important;
}
.text_l {
	text-align: left !important;
}
.text_c_img img  {
	text-align: center !important;
}
.mv_40pc {
	margin: 40px 0;
}
@media handheld, only screen and (max-width: 767px) {
	.mv_40pc {
	margin: 0;
	}
}
.m0 {
	margin:0 !important;
}
.pad_b0 {
	padding-bottom:0 !important;
}
.mv_1em {
	margin: 1em 0;
}
.mv_2em {
	margin: 2em 0;
}
.mv_3em {
	margin: 3em 0;
}
.mv_4em {
	margin: 4em 0;
}
.mv_5em {
	margin: 5em 0;
}
.mv_6em {
	margin: 6em 0;
}
.mv_1_5em {
	margin: 1.5em 0;
}
.mv_50 {
	margin: 50px 0;
}
.mv_t0_5em {
	margin: 0.5em 0 0 0 !important;
}
.mv_t0_5_1em {
	margin: 0.5em 0 1em 0 !important;
}
.mv_t1em {
	margin: 1em 0 0 0 !important;
}
.mv_t2em {
	margin: 2em 0 0 0 !important;
}
.mv_t2_5em {
	margin: 2.5em 0 0 0 !important;
}
.mv_t3em {
	margin: 3em 0 0 0 !important;
}
.mv_t3_5em {
	margin: 3.5em 0 0 0 !important;
}
.mv_b0_5em {
	margin: 0 0 0.5em 0 !important;
}
.mv_b1em {
	margin: 0 0 1em 0 !important;
}
.mv_b1_5em {
	margin: 0 0 1.5em 0 !important;
}
.mv_b2em {
	margin: 0 0 2em 0 !important;
}
.mv_b3em {
	margin: 0 0 3em 0 !important;
}
.mv_b5em {
	margin: 0 0 5em 0 !important;
}
.mv_b12 {
	margin: 0 0 12px 0 !important;
}
.mv_b15 {
	margin: 0 0 15px 0 !important;
}
.mv_b20 {
	margin: 0 0 20px 0 !important;
}
.mv_t10 {
	margin: 10px 0 0 0 !important;
}
.mv_t15 {
	margin: 15px 0 0 0 !important;
}
.mv_t20 {
	margin: 20px 0 0 0 !important;
}
.mv_t25 {
	margin: 25px 0 0 0 !important;
}
.mv_10_25 {
	margin: 10px 0 35px 0 !important;
}
.mv_25 {
	margin: 25px 0 !important;
}
.mv_t30 {
	margin: 30px 0 0 0 !important;
}
.mv_l_15 {
	margin-left: -15px !important;
}
.mv_l_15_2 {
	margin-left: -15px !important;
	margin-bottom: 45px !important;
}
.bottom_2 {
	position:relative;
	bottom:2px;
}
.m_center {
	margin-left: auto;
	margin-right: auto;
}
.pad_l {
	padding-left: 1em;
}
.p0 {padding:0 !important;}
.pad_l25 {
	padding-left: 25px;
}
.pad_15 { padding:15px;}
.grey_bg {
	background-color:#ebebeb;
	padding:30px;
}
.red {color: #ED2D0F !important;}
.pink {color: #e4007f !important;}
.white {color: #ffffff !important;}
.l_purple{color:#a1657f !important;}
.l_orange{color:#de635c !important;}
.l_pink{color:#e37799 !important;}
.l_green{color:#c3cf38 !important;}
.gold {color:#B08F6C !important;}
.blue {color:#003178 !important;}

.bouten {
  -webkit-text-emphasis-style: filled dot;
  text-emphasis-style:dot;
}

.wh_shadow {
    text-shadow: -3px -3px 0 #ffffff, 3px -3px 0 #ffffff, 3px 3px 0 #ffffff, -3px 3px 0 #ffffff;
}
h3.dotted {
	font-size: 16pt;
	border-bottom: 2px dotted #666666;
	margin:36px 0 15px 0;
	padding: 0 0 10px 0;
}
div.dotted {
	border-bottom: 1px dotted #666666;
	margin:25px 0 0 0;
	padding: 20px 0px 40px;
}
.dotted_top {
	border-top: 2px dotted #5B7AF7;
	margin:65px 0 0 0;
	padding: 5px 0px 40px;
}
.solid_bottom {
	border-bottom:1px solid #000000;
	padding: 0 0 30px 0;
	margin: 20px 0 0 0;
}
.lh180 {
	line-height: 180%;
}
.lh150 {
	line-height: 150%;
}
.lh120 {
	line-height: 120%;
}
.letter_sp01{
	letter-spacing: 0.1em;
}
.btn, .reply a.comment-reply-link {
	background:#FFAD00 !important;
	border:none;
	padding:0;
	text-decoration:none;
	cursor:pointer;
	padding:0;
	text-transform:uppercase;
	border-radius:0;
	outline:none;
	box-shadow:none;
	text-shadow:none;
	position:relative;
	letter-spacing:0;
	font:300 15px/1.2em 'Josefin Sans', sans-serif;
	color:#fff !important;
	padding:15px 25px;
	z-index:100;
	margin: 25px 0 0 0;
}
.btn:before, .reply a.comment-reply-link:before {
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	background:#B08F6C;
	/*background:#9f9f9f;*/
	content:'';
	z-index:-1;
	transition:all 0.3s ease 0s;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.btn:hover, .reply a.comment-reply-link:hover {
	background:#fff;
	box-shadow:none;
	color:#fff;
}
.btn:hover:before, .reply a.comment-reply-link:hover:before { width:100%; }
.btn:hover:after, .reply a.comment-reply-link:hover:after {
	right:-6px;
	border-color:transparent transparent transparent #ff5b50;
}
.btn:active, .btn:focus, .reply a.comment-reply-link:active, .reply a.comment-reply-link:focus {
	background:#fff;
	box-shadow:none;
	color:#38363a;
}
.btn:active:before, .btn:focus:before, .reply a.comment-reply-link:active:before, .reply a.comment-reply-link:focus:before { width:0; }
.btn:active:after, .btn:focus:after, .reply a.comment-reply-link:active:after, .reply a.comment-reply-link:focus:after {
	right:-4px;
	border-color:transparent transparent transparent #fff;
}
.btn.btn-info, .reply a.comment-reply-link.btn-info {
	padding:0;
	border:none;
	font:500 20px/1.2em 'Josefin Sans', sans-serif;
}
.btn.btn-info:hover, .btn.btn-info:active, .btn.btn-info:focus, .reply a.comment-reply-link.btn-info:hover, .reply a.comment-reply-link.btn-info:active, .reply a.comment-reply-link.btn-info:focus {
	text-decoration:none;
	color:#ff5b50;
}
.btn.btn-info:after, .reply a.comment-reply-link.btn-info:after {
	content:'';
	font:20px/1.2em FontAwesome;
	color:#c9c9ca;
	background:none;
	width:auto;
	height:auto;
	display:inline-block;
	margin:0 0 0 20px;
	position:relative;
}
.btn.btn-info:before, .reply a.comment-reply-link.btn-info:before { display:none; }
.btn.btn-info:hover:after, .btn.btn-info:active:after, .btn.btn-info:focus:after, .reply a.comment-reply-link.btn-info:hover:after, .reply a.comment-reply-link.btn-info:active:after, .reply a.comment-reply-link.btn-info:focus:after {
	color:#ff5b50;
	margin:0 0 0 10px;
}



/******
.enl-block, .enl-fpage-block, .enl-bpw-block, .enl-portfolio, .enl-tstmnl-outer, .enl-client-logos, .enl-cta-btn, 
下から上へ

.enl-front-widget-title, .enl-cta-title, .enl-fp-widget-desc,
左から右へ

.enl-cta-desc
右から左へ
******/



