/*
Theme Name:yamamurojuki Theme
Theme URI: https://motomachidesign.com/
Author: モトマチデザイン
Author URI: https://motomachidesign.com/
Description:  このテーマは、山室重機株式会社向けに作成されたテンプレートファイルです。レスポンシブ完全対応。
Version: 1.0
Text Domain: yamamurojuki Theme
Tags: レスポンシブ
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# 
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 14px;
  color:#ffffff;
  background-color:#ffffff;
  font-weight:300;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  
}

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;
  text-decoration:none;
}

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: -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;
  margin: 10px 0 0 5px;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: -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: #222222;
  font-size: 14px;
  /*font-size: 1rem;*/
  font-size: 11.5pt;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  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 {
  : "";
}

hr {
  background-color: #474b9d;
  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"],
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,
textarea:focus {
  color: #111111;
}

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

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #333333;
  -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: ;
}
a:hover, a:focus, a:active {
  color: #777777;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Abel', sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
}
@media only screen and (max-width: 769px) {
	.main-navigation {
		display: inline-block;
	}
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 8px 0 0 0;
  padding-left: 0;
  float:right;
}
.main-navigation ul ul.sub-menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  left: -999em;
  z-index: 99999;
  background: #ffffff;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  border:1px solid #003178;
  width:170px;
  top: 35px;
}
@media screen and (max-width: 1200px) {
	.main-navigation ul ul.sub-menu {
	position: absolute;
	top: 35px;
	}
}
.main-navigation ul ul.sub-menu ul.sub-menu{
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  border:1px solid #003178;
  width:180px;
  top: -9px;
}



.main-navigation ul ul.sub-menu li {
	float: none;
	text-align: left !important;
	margin:0 !important;
	padding:0 !important;
}

.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.sub-menu a {
  width: 100%;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  padding: 15px 18px;
  color: #222222 !important
  text-transform: none;
}
.main-navigation ul ul.sub-menu a:hover {
  color: #ffffff !important;
  background-color:#474b9d !important;
  display:block;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
  padding-right:27px;
}
.main-navigation li:last-child {
  padding-right:0;
}
.main-navigation a {
  color: #222222 !important;
  display: block;
  line-height: 1.8em;
  padding: 10px 0 5px 0;
  text-decoration: none;
  font-size: 10.5pt;
  letter-spacing:0.07em;
}
.main-navigation a:hover {
  color: #222222;
}

.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;
  }
 .main-navigation ul {
    display: block;
	margin: 8px 0 0 0;
  }
}
.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: #131313;*/
}
.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 a:after,
.nav-previous a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  color: #b1b1b1;
}

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

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

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

@media screen and (min-width: 991px) {
  .sticky-nav .main-navigation a {
    /*line-height: 71px;*/
    transition: all 0.5s ease;
    color: #ffffff;
  }
  .sticky-nav .main-navigation ul ul {
	top: 36px;
  }
  .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: #05279b;
  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: 0 0 15px 0;
	}
}
#main-nav-button:hover {
  color: #ccc;
  text-decoration: none;
}
/*@media screen and (max-width: 991px) {
  #main-nav-button {
    display: inline-block;
  }
}*/

#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: #05279B;
  padding: 0;
  display:none;
}
.responsive-mainnav-outer .container {
  background: #05279B;
}
.responsive-mainnav {
  display: none;
}
.responsive-mainnav ul {
  margin: 20px 0;
  padding: 5px;
}
.responsive-mainnav li {
  list-style: none;
}
.responsive-mainnav li a {
  /*color: #aaaaaa;*/
  color: #ffffff;
  line-height: 26px;
  padding: 8px 0;
  text-decoration: none;
  display: block;
  font-size: 11.5pt;
  text-align:left;
}
.responsive-mainnav ul li ul li a:before {
  content: "\2023 " ;
}
.responsive-mainnav li a:hover {
  color: #EB091D;
}
.responsive-mainnav li ul {
  margin-left: 2em;
}
.responsive-mainnav li ul.sub-menu {
  margin: 0 0 0 0.5em;
}
@media screen and (min-width: 991px) {
  .responsive-mainnav {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .image-bg-header a {
  color: #ffffff;
  }
}
.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 15px;
  margin-bottom: 0;
  /*background: #fcfcfc;*/
  background: #ffffff;
}
.enl-widget ul {
  padding: 0;
  margin: 0;
}
.enl-widget ul li {
  list-style: none;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
}
.enl-widget ul li a {
  padding: 1px 0 10px 0;
  display: block;
  line-height:1.4em;
}
.enl-widget a {
  color: #717171;
}
.enl-widget a:hover {
  color: #000000;
}
aside.enl-widget span.post-date {
	font-size:10pt;
	margin-bottom:2px;
	display: block;
	color:#131313;
}
.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 0 15px 0;
    background: #474b9d;
    padding: 12px 25px;
    line-height: 1.5em;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0;
	color:#ffffff;
}
.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;
  background-color: #fff;
}
.normal-header a {
  color: #ffffff;
}
.normal-header a:hover {
  color: #ffffff;
}
.normal-header .site-title a {
  color: #ffffff;
}
.normal-header .site-description {
  color: #ffffff;
}

@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:0;
    /*@media screen and (max-width: 991px) {
        position: relative !important;
    }*/
  }
  .sticky-nav a {
    color: #ffffff;
  }
  .sticky-nav a:hover {
    color: #ffffff;
  }
  .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 0;
}

.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 5px;
  /*background: #fcfcfc;*/
  background: #ffffff;
}

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

.enl-page {
  padding: 0 0 0 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;
}

.site-content {
	margin: 95px 0 0 0;
	background: #ffffff;
}


.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;
  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%;
  height: 200px;
  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;
}
@media only screen and (max-width: 992px) {
	.img-banner {
		height: 180px;
	}
}

.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=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
  background: #000;
}

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

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

.post-entry-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: normal;
  color: #ffffff;
  font-size: 1.3rem;
  background: none repeat scroll 0 0 #474b9d;
  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 {
  font-size: 28px;
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
  color: #555555;
  text-transform: uppercase;
}

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

.img-banner .page-title-hero {
  font-size: 28pt;
  color: white;
  letter-spacing:0.2em;
  display:inline-block;
  /*border-bottom:4px solid #E70014;*/
  margin: 30px 0 10px 0;
  padding: 0 0 14px 0;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
	.img-banner .page-title-hero {
		font-size: 22pt;
	}
}
@media only screen and (max-width: 768px) {
	.img-banner .page-title-hero {
		font-size: 18pt;
	}
}
.img-banner .page-title-hero2 {
  font-size: 22pt;
  color: white;
  letter-spacing:0.15em;
  display:inline-block;
  margin: 35px 0 10px 0;
  padding: 0 0 20px 0;
  font-family: "Open Sans",sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
	.img-banner .page-title-hero2 {
		font-size: 20pt;
	}
}
@media only screen and (max-width: 768px) {
	.img-banner .page-title-hero2 {
		font-size: 18pt;
	}
}

.img-banner .page-subtitle-hero {
  font-size: 12.5pt;
  margin: 0.8em 0 0;
  color: white;
  letter-spacing:0.15em;
  line-height:1.5em;
}

.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: #131313;
}

.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: 12px;
}

.post-entry-footer {
  margin-top: 0;
}


.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:#ff8f00;
}
a.siebar_a:hover {
	color:#FFE6C9;
}
img.attachment-post-thumbnail {
	display:none;
}
#content .rt-tpg-container .even-grid-item {
	margin-bottom: 5px !important;
}
/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
header#masthead .container .left_box h1 {
	display:block;
	margin:0;
}

header#masthead .container .left_box h1 a img.top_logo {
	display:inline-block;
	max-width:300px;
	margin: 0;
}
@media only screen and (max-width: 769px) {
	header#masthead .container .left_box h1 a img.top_logo {
		max-width:260px;
	}
}
header#masthead .container .left_box p {
    display: inline-block;
    font-size: 9pt;
    position: relative;
    bottom: 10px;
    margin: 0;
    vertical-align: bottom;
}
header#masthead .container .right_box {
	text-align:right;
}
@media screen and (max-width: 992px) {
	header#masthead .container .right_box {
		display:none;
	}
}
body.page-template-home-page header#masthead {
	background: #ffff;
	padding: 20px 0;
	position:fixed !important;
}
header#masthead {
	background: #ffff;
	padding: 20px 0;
	position: fixed !important;
	top: 0;
	/*border-top:8px solid #474b9d;*/
}

.menu-g_menu-container {
	padding:0;
}
@media screen and (max-width: 992px) {
	.menu-g_menu-container {
		padding:0;
	}
}


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;

}




/***********メニュー*************/

.menu-g_menu-container {
}
#rmp-menu-wrap-76 {
	border-top: 1px solid #075626;
}
#rmp-container-76 {
	border-right:5px solid #474b9d !important;
}
#rmp-menu-title-76 .rmp-menu-title-image {
    width: 100%;
    display: block;
	margin: 15px auto 0 auto;
	max-width:320px;
	height:auto;
}

ul#primary-menu li {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	text-align: center;
}
@media screen and (max-width: 992px) {
	ul#primary-menu li {
		margin: 0;
	}
}

.responsive-mainnav ul#primary-menu li {
  background: none;
}
@media only screen and (max-width: 992px) {
	ul#primary-menu li {
		width: auto;
		background: none;
	}
}
/*ul#primary-menu li:hover {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}*/
ul#primary-menu li.current-menu-item {
	background: none !important;
}
ul#primary-menu li.current-menu-parent > a {
	color:#222222 !important;
	text-decoration:none;
}
ul#primary-menu li > a:hover {
	color:#222222 !important;
}
ul#primary-menu li ul li a:hover {
	color:#ffffff !important;
}
ul#primary-menu li.current-menu-parent ul.sub-menu li a {
	color:#ffffff;
	text-decoration:none;
}
ul#primary-menu li.current-menu-parent ul.sub-menu li a:hover {
	color:#ffffff !important;
}
.responsive-mainnav ul#primary-menu li.current-menu-parent ul.sub-menu li a:hover {
	color:#ff9e5e !important;
}

ul#primary-menu li.current-menu-parent ul.sub-menu li.current-menu-item a {
	color:#ffffff !important;
	text-decoration:none;
	background:#474b9d !important;
}
ul#primary-menu li.current-menu-parent ul.sub-menu li.current-menu-item ul.sub-menu li.current-menu-item a {
	color:#ffffff !important;
	text-decoration:none;
	background:#474b9d !important;
}
ul#primary-menu li.current-menu-parent ul.sub-menu li.current-menu-item ul.sub-menu li a {
	color:#222222 !important;
	text-decoration:none;
	background:#ffffff !important;
}
ul#primary-menu li.current-menu-parent ul.sub-menu li.current-menu-item ul.sub-menu li a:hover {
	color:#ffffff !important;
	text-decoration:none;
	background:#474b9d !important;
}
ul#primary-menu li.current-menu-parent ul.sub-menu li.current-menu-item a:hover {
	color:#ffffff !important;
	text-decoration:none;
	background:#474b9d !important;
}
ul#primary-menu li.current-post-ancestor ul.sub-menu li.current-post-ancestor a {
	color:#ffffff !important;
	text-decoration:none;
	background:#474b9d !important;
}
ul#primary-menu li.current-post-ancestor ul.sub-menu li.current-post-ancestor a:hover {
	color:#ffffff !important;
	text-decoration:none;
	background:#474b9d !important;
}
.responsive-mainnav ul#primary-menu li.current-menu-parent ul.sub-menu li.current-menu-item a {
	color:#ff9e5e !important;
	text-decoration:none;
	background:none !important;
}
ul#primary-menu li.current-page-ancestor ul.sub-menu li a:hover {
	color:#ffffff !important;
	text-decoration:none;
	background:#474b9d !important;
}
.responsive-mainnav ul#primary-menu li.current-page-ancestor ul.sub-menu li a:hover {
	background:none !important;
}
ul#primary-menu li.current-page-ancestor ul.sub-menu li a {
	color:#222222 !important;
	text-decoration:none;
	background:#none;
	border:none;
}
ul#primary-menu li.current-page-ancestor ul.sub-menu li.current-page-ancestor > a {
	color:#ffffff !important;
	text-decoration:none;
	background:#474b9d !important;
}
ul#primary-menu li a {
	color:#222222;
	text-decoration:none;
	text-transform:none;
	display:block;
}
.responsive-mainnav ul#primary-menu li a {
	border-bottom: none;
}
ul#primary-menu li > a:hover:after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 20px;
    bottom: -5px;
    margin: 0 auto;
    opacity: 1;
    background: #474b9d;
}
ul#primary-menu li ul li a:hover:after {
    content:none;
}
ul#primary-menu li.current-menu-item a {
	color: #222222 !important;
	/*border-bottom :4px solid #474b9d;*/
}
ul#primary-menu li.current-menu-parent > a:after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 20px;
    bottom: -5px;
    margin: 0 auto;
    opacity: 1;
    background: #474b9d;
}
ul#primary-menu li.current-menu-item > a:after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 20px;
    bottom: -5px;
    margin: 0 auto;
    opacity: 1;
    background: #474b9d;
}
ul#primary-menu li.current-post-ancestor a {
	color: #222222 !important;
}
ul#primary-menu li.current-post-ancestor ul.sub-menu li a {
	color: #222222 !important;
}
ul#primary-menu li.current-post-ancestor ul.sub-menu li a:hover {
	color: #ffffff !important;
}
ul#primary-menu li.current-menu-item ul li a  {
	color: #222222 !important;
}
ul#primary-menu li.current-menu-item ul li a:hover  {
	color: #ffffff !important;
}

@media screen and (max-width: 992px) {
	ul#primary-menu li.current-menu-item a {
		border-bottom: none;
	}
	ul#primary-menu li a:hover {
		background:#222222;
	}
}
ul#primary-menu li.current-page-ancestor > a:after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 20px;
    bottom: -5px;
    margin: 0 auto;
    opacity: 1;
    background: #474b9d;
}
ul#primary-menu li ul li a:after {
	display: none !important;
}
.responsive-mainnav ul#primary-menu li.current-page-ancestor ul.sub-menu li a {
	color:#ffffff !important;
	text-decoration:none;
	background:#none;
	border:none;
}
.responsive-mainnav ul#primary-menu li.current-page-ancestor ul.sub-menu li a:hover {
	color:#ff9e5e !important;
	text-decoration:none;
}
ul#primary-menu li.current-category-ancestor a {
	text-decoration:none;
	color: #222222 !important;
}
ul#primary-menu li.current-category-ancestor a::after {
  content: "";
  display: block;
  position: relative;
  height: 3px;
  width: 20px;
  bottom: -5px;
  margin: 0 auto;
  opacity: 1;
  background: #474b9d;
}
ul#primary-menu li.current-category-ancestor ul.sub-menu li a {
	color: #222222 !important;
}

.responsive-mainnav ul#primary-menu li.current-category-ancestor ul.sub-menu li a {
	color:#ffffff !important;
	text-decoration:none;
	background:#none;
	border:none;
}
.responsive-mainnav ul#primary-menu li.current-category-ancestor ul.sub-menu li a:hover {
	color:#ff9e5e !important;
	text-decoration:none;
}


ul#primary-menu li ul.sub-menu a:hover {
	border-bottom: none;
}
ul#primary-menu li.current-menu-item ul.sub-menu a {
	border-bottom: none;
	background:none;
}
ul#primary-menu li ul.sub-menu a {
	border-bottom: none;
	background:none;
}
.responsive-mainnav ul#primary-menu li a {
	background:#05279B;
	color:#ffffff;
}
.responsive-mainnav ul#primary-menu li.current-page-ancestor a {
	color:#ffffff;
	text-decoration:none;
	background:#05279B;
}
.responsive-mainnav ul#primary-menu li.current-page-ancestor a:hover {
	color:#ff9e5e !important;
}
.responsive-mainnav ul#primary-menu li.current-menu-item a {
	color:#ffffff;
	text-decoration:none;
	background:#05279B;
}
.responsive-mainnav ul#primary-menu li a:hover {
	color:#ff9e5e;
	text-decoration:none;
}
.responsive-mainnav-outer ul#primary-menu li.current-menu-item > a {
	color:#ff9e5e;
	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;
}

ul#primary-menu li.top_nav_button a {
  position: relative !important;
  top: -3px;
  z-index: 2 !important;
  background-color: #474b9d !important;
  border: 2px solid #474b9d !important;
  color: #ffffff !important;
  line-height: 50px !important;
  display:inline-block !important;
  padding: 0 30px !important;
  font-size: 11pt !important;
  letter-spacing:0.06em !important;
}
ul#primary-menu li.top_nav_button a:hover {
  background-color: #fff !important;
  border-color: #474b9d !important;
  color: #474b9d !important;
}
ul#primary-menu li.top_nav_button a::before,
ul#primary-menu li.top_nav_button a::after {
  left: 0 !important;
  width: 100% !important;
  height: 50% !important;
  background-color: #474b9d;
}
ul#primary-menu li.top_nav_button a::before {
  top: 0 !important;
}
ul#primary-menu li.top_nav_button a::after {
  bottom: 0 !important;
}
ul#primary-menu li.top_nav_button a:hover::before,
ul#primary-menu li.top_nav_button a:hover::after {
  height: 0 !important;
  background-color: #474b9d !important;
}


/*********** サブメニュー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: 2px solid #3f3f3f;
}

div#rmp-menu-wrap-57 ul#rmp-menu-57 li#rmp-menu-item-56 {
	display:none !important;
}


/*--------------------------------------------------------------
## 追加　Footer
--------------------------------------------------------------*/
footer#colophon {
	margin-top:0;
}

footer #footer_contact {
	background:#dbeaff;
	padding:50px 0;
	text-align:center;
}
footer #footer_contact h2 {
	color:#014099;
	font-weight:normal;
	margin:0 0 25px 0;
}
footer #footer_contact .footer_contact_table {
	display:table;
	width:100%;
}
footer #footer_contact .footer_contact_table .item:first-child {
	display:table-cell;
	width:50%;
	text-align:right;
	padding:8px 35px 8px 0;
	border-right:1px solid #014099;
	vertical-align:middle;
}
@media screen and (max-width: 993px) {
	footer #footer_contact .footer_contact_table .item:first-child{
		width:100%;
		text-align:center;
		border-right:none;
		padding:0 0 15px 0;
		display: block;
	vertical-align:middle;
	}
}
footer #footer_contact .footer_contact_table .item:first-child p {
	margin:0;
}
footer #footer_contact .footer_contact_table .item:first-child p a {
	color:#014099;
	font-size:28pt;
	letter-spacing:0.07em;
}
footer #footer_contact .footer_contact_table .item:last-child {
	display:table-cell;
	width:50%;
	text-align:left;
	padding:8px 0 8px 35px;
}
@media screen and (max-width: 993px) {
	footer #footer_contact .footer_contact_table .item:last-child{
		width:100%;
		text-align:center;
		padding:0;
		display: block;
	}
	footer #footer_contact .footer_contact_table .item:last-child a{
		margin:0 auto !important;
	}
}
footer #footer_logo {
	background:#D90917;
	padding:50px 0;
	text-align:center;
	margin:4em 0 0 0;
}
footer #footer_logo img.footer_logo {
	display:inline-block;
	margin:0 auto;
}

footer #footer_logo_area {
	background:#ffffff;
	padding:70px 15px;
}
footer #footer_logo_area a img {
	width:100%;
	max-width:500px;
	display:block;
	margin:0 auto;
}
footer #footer_nav {
	background-color:#003785;
	color: #ffffff;
	font-size:12pt;
	letter-spacing:0.05em;
	line-height: 1.6em;
	padding:50px 0;
	margin-top:-5px;
}
footer #footer_nav .container {
	padding: 0 15px;
	background:;
}
@media only screen and (max-width: 993px) {
	footer #footer_nav .container {
		text-align:center;
	}
}
footer #footer_nav strong {
	display: block;
	margin: 0 0 20px 0;
}
@media only screen and (max-width: 993px) {
footer #footer_nav strong {
	margin: 0 auto 20px auto;
	text-align:center;
	}
}
footer #footer_nav strong a img {
	width:100%;
	max-width:350px;
	display: inline-block;
}
footer #footer_nav strong a: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_nav p {
	color:#ffffff;
}
footer #footer_nav p a {
	color:#ffffff;
}
footer #footer_nav p a: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_nav .container .footer_button {
	margin:2em 0 2em 0;
}
footer #footer_nav .container .footer_button a {
	display: inline-block;
	padding:5px 20px;
	background: #003fa8;
	font-size:10pt;
	color:#ffffff;
	margin:0 12px 1em 0;
}
footer #footer_nav .container .footer_button a:hover {
	background: #1e508e;
}

footer #footer_nav ul {
	margin:0 0 0 0;
	list-style-type:none;
	padding:0 0 0 0;
	line-height: 1.4em;
}
@media only screen and (max-width: 993px) {
	footer #footer_nav ul {
		display:block;
	}
}
footer #footer_nav h3 {
	color: #ffffff;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #ffffff;
	padding: 0 0 20px 0;
	font-weight:normal;
}
footer #footer_nav ul li {
	color:#ffffff;
}
/*@media only screen and (max-width: 993px) {
	footer #footer_nav ul li {
		text-align:center;
	}
}*/
/*footer #footer_nav ul li:before {
	content:"\f054";
	padding: 0 5px 0 0;
	font-family: FontAwesome;
	
}*/
footer #footer_nav ul li a {
	color:#ffffff;
	font-size:10pt;
	text-decoration:none;
}
footer #footer_nav ul li a strong {
	color:#ffffff;
	border-bottom:1px solid #9c9ed0;
	font-size:11.5pt;
	text-decoration:none;
	display:block;
	margin:2em 0 7px 0;
	padding:0 0 7px 0;
	font-weight:normal;
}
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;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
footer .footer_sns {
	margin:15px 0;
}
footer .footer_sns img {
	display:inline-block;
	margin:0 6px 0 0;
}
footer #copyright {
	background-color:#ffff;
	margin: 0 0 0 0;
	border-top: 1px solid #474b9d;
}
@media only screen and (max-width: 767px) {
	footer #copyright .container {
		padding-bottom:80px;
	}
}
footer #copyright .box1 {
	text-align:left;
}
@media only screen and (max-width: 993px) {
	footer #copyright .box1 {
		text-align:center;
	}
}
footer #copyright .box2 {
	text-align:center;
}
footer #copyright .box3 {
	text-align:right;
}
@media only screen and (max-width: 993px) {
	footer #copyright .box3 {
		text-align:center;
	}
}
footer #copyright p {
	letter-spacing: 0.1em;
	color: #222222;
	margin:25px 0;
	font-size:9pt;
	display:inline-block;
}

@media only screen and (max-width: 993px) {
	footer #copyright p {
		display:block;
	}
	footer #copyright .box1 p {
		margin-bottom:5px;
	}
	footer #copyright .box3 p {
		margin-top:5px;
		margin-bottom:10px;
	}
}
footer #copyright p a {
	color: #222222 !important;
	text-decoration:none;
	letter-spacing: 0;
}
footer #copyright p a:hover {
	opacity: 0.8;
	text-decoration:none;
}

ul#side_url {
    display: block;
    position: fixed;
    top: 160px;
    left: 5px;
    z-index: 9999;
	padding:0;
	margin:0;
}
@media only screen and (max-width: 767px) {
	ul#side_url {
		display:none;
	}
}
ul#side_url li {
	list-style:none;
	margin-bottom:3px;
}
ul#side_url li a img {
	display: inline-block;
	max-height:609px;
	height:100%;
}


ul#side_navi {
    display: block;
    position: fixed;
    top: 160px;
    right: 0;
    z-index: 9999;
}
@media only screen and (max-width: 767px) {
	ul#side_navi {
		display:none;
	}
}
ul#side_navi li {
	list-style:none;
	margin-bottom:8px;
}
ul#side_navi li a {
	text-align:center;
	font-size:9.5pt;
	letter-spacing:0.1em;
	border-radius: 30px 0 30px 30px;
}
ul#side_navi li a img {
	display: inline-block;
	margin:0 ;
	width:100px;
}
ul#side_navi li a.button-1 {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #16cf21;
	color: #ffffff;
}
ul#side_navi li a.button-1:hover {
	background-color: #7f6f52;
	color: #ffffff;
}
ul#side_navi li a.button-1 img:hover {
	opacity: 1;
}
ul#side_navi li a.button-2 {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #08ab29;
	color: #ffffff;
}
ul#side_navi li a.button-2:hover {
	background-color: #068520;
	color: #ffffff;
}
ul#side_navi li a.button-2 img:hover {
	opacity: 1;
}
ul#side_navi li a.button-3 {
	display: inline-block;
	width: 40px;
	height: 120px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	position: relative;
	z-index: 2;
	/*background-color: #8a9aa8;*/
	background-color: #08ab29;
	color: #ffffff;
}
ul#side_navi li a.button-3:hover {
	background-color: #068520;
	color: #ffffff;
}
ul#side_navi li a.button-4 {
	display: inline-block;
	width: 40px;
	height: 150px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	position: relative;
	z-index: 2;
	/*background-color: #a09973;*/
	background-color: #0a71a6;
	color: #ffffff;
}
ul#side_navi li a.button-4:hover {
	background-color: #004e55;
	color: #ffffff;
}

ul#side_navi li a.button-5 {
	display: inline-block;
	width: 40px;
	height: 150px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #e88423;
	color: #ffffff;
}
ul#side_navi li a.button-5:hover {
	background-color: #ca711b;
	color: #ffffff;
}

ul.bottom-menu {
	display:none;
}
@media only screen and (max-width: 767px) {
	ul.bottom-menu {
		display:block;
		position: fixed;
		left:0;
		bottom:0;
		width: 100%;
		height:60px;/*高さ*/
		margin:0;
		padding:0;
		background-color: #ffffff;
		opacity: 0.9;
		border-top:1px solid #808080;/*バーの上の線*/
		border-bottom:2px solid #808080;/*バーの下の線*/
		z-index:999;
	}
	ul.bottom-menu li {
		float:left;
		width:33.333%;
		background-color:#f5f5f5;/*背景色*/
		list-style-type:none;
		text-align:center;
		border-right: 1px solid #b2b2b2;
		box-sizing: border-box;
		text-decoration:normal;
		padding: 6px 0;
	}
	ul.bottom-menu li.no_border {
		border-right: none;
	}
	ul.bottom-menu li a {
		display: block;
		color:#000000;/*アイコン＆文字の色*/
		line-height:12px;
		font-style:normal;
	}
	ul.bottom-menu li a:hover {
	opacity: 0.6;
	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;
	}
	ul.bottom-menu li i {
		font-family: FontAwesome;
		display: inline-block;
		margin:0 0 5px 0;
		font-style:normal;
		color:#474b9d;
		font-size:28px !important;/*アイコンのサイズ*/
		}
	/*ul.bottom-menu li:first-child i {
		color:#00d369;
		}
	ul.bottom-menu li:last-child i {
		color:#4267c4;
	}*/
	.mini-text{font-size:10px;}/*文字大きさ*/
}

@media only screen and (max-width: 767px) {
	#wpfront-scroll-top-container {
		bottom: 90px !important;
	}
}
p.footer_sns_icon {
	margin:1em 0 2em 0;
}
p.footer_sns_icon i {
	font-family: FontAwesome;
	font-style:normal;
}

section#footer_contact {
	background: url("/wp/wp-content/uploads/images/footer_contact_bg.webp") repeat scroll center bottom transparent;
	text_aign:center;
	padding:80px 0;
}
@media screen and (max-width: 992px) {
	section#footer_contact {
		padding:80px 15px;
	}
}

section#footer_contact h2.top_tit {
	color:#ffffff;
	border:1px solid #ffffff;
	padding:10px 40px;
	margin:0 0 2em 0;
	font-size:13pt;
	font-weight:normal;
	display:inline-block;
	letter-spacing:0.1em;
}
section#footer_contact h3.top_tit {
	color:#ffffff;
	padding:0;
	margin:0 0 50px 0;
	font-size:80pt;
	font-weight:600;
	font-family: 'Barlow Condensed', sans-serif;
	display:block;
}
@media screen and (max-width: 992px) {
	section#footer_contact h3.top_tit {
		font-size:50pt;
	}
}
section#footer_contact p {
	color:#ffffff;
	font-size:14pt;
}
@media screen and (max-width: 992px) {
	section#footer_contact p {
		font-size:12pt;
		margin:0 0 30px;
	}
}
section#footer_contact .mail_box a {
	background:#e9ab32;
	display:block;
	text-align:center;
	color:#ffffff;
	border-radius:15px;
	padding:30px 0;
	margin:0 0 25px;
}
section#footer_contact .mail_box a:hover {
	background:#eabb5f;
}
section#footer_contact a i {
	font-size:50pt;
	color:#ffffff;
	display:block;
	margin:0 0 10px 0;
}
section#footer_contact a p {
	color:#ffffff;
	font-size:14pt;
	margin:0;
}
@media screen and (max-width: 992px) {
	section#footer_contact a {
		padding:20px 0 !important;
	}
	section#footer_contact a i {
		font-size:30pt;
	}
	section#footer_contact a p {
		font-size:12pt;
	}
}

section#footer_contact .tel_box a {
	background:#474b9d;
	display:block;
	text-align:center;
	color:#ffffff;
	border-radius:15px;
	padding:30px 0;
	margin:0 0 25px;
}
section#footer_contact .tel_box a:hover {
	background:#2ecb4e;
}

/*--------------------------------------------------------------
## 追加　TOPPAGE
--------------------------------------------------------------*/
#top_news_area {
	margin:0;
	padding:0;
	overflow:hidden;
}
@media only screen and (max-width: 992px) {
	#top_news_area {
		display:none;
	}
}
#top_news_area table {
	margin:0;
	padding:0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border:none;
	min-height:80px;
}
#top_news_area table th {
	background-color: #474b9d;
	font-weight: normal;
	vertical-align:middle;
	text-align:center;
	min-width: 350px;
	border:1px solid #474b9d;
	padding: 0 15px 0 15px;
}
@media screen and (max-width: 992px) {
	#top_news_area table th {
		min-width: 250px;
	}
}
@media only screen and (max-width: 767px) {
	#top_news_area table th {
		min-width: 200px;
	}
}
@media only screen and (max-width: 480px) {
	#top_news_area table th {
		min-width: 150px;
	}
}
#top_news_area table th a {
	font-size:16pt;
	color:#ffffff;
	letter-spacing:0.07em;
}
@media only screen and (max-width: 767px) {
	#top_news_area table th a {
		font-size:16pt;
	}
}
#top_news_area table th a:hover {
	color:#ffffff;
}
#top_news_area table td {
	background-color: #ffffff;
	border:1px solid #474b9d;
	vertical-align:middle;
	padding-left:25px;
}
#top_news_area table td .rt-holder h3.entry-title a {
	font-size:12pt !important;
}
.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail, .tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail {
	background: #ffffff;
}
.tpg-shortcode-main-wrapper .carousel1 .rt-holder, .tpg-shortcode-main-wrapper .isotope1 .rt-holder, .tpg-shortcode-main-wrapper .layout1 .rt-holder {
	box-shadow:none;
}
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail {
	padding:0;
}
#top_news_area .post-meta-tags, .post-meta-user {
	margin:15px 0 5px 0;
}
#top_news_area .tpg-shortcode-main-wrapper i {
	display:none;
}
#top_news_area .post-meta-tags > span, #top_news_area .post-meta-user > span {
	color:#777777;
}
#top_news_area .rt-holder .entry-title a {
	color:#333333;
}
#top_news_area .tpg-shortcode-main-wrapper .swiper-wrapper {
	padding: 0;
}
#top_news_area .post-meta-tags, .post-meta-user {
	margin-bottom: 5px;
}

.n2-ss-slider .n2-ss-shape-divider-bottom {
	display:none !important;
}
div#n2-ss-6 .n2-style-3eb23a05a152cc26979739ce92830421-heading {
	display:none !important;
}
.n2-style-3eb23a05a152cc26979739ce92830421-heading {
	display:none !important;
}
div#n2-ss-2 .n2-font-dece4575c54ee2efff07d121917298ee-hover {
	font-family: "Noto Serif JP","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
div#n2-ss-2 .n2-font-c7c1ccac618c9d35769508cbad4b547d-hover {
	font-family: "Noto Serif JP","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
#wpfront-scroll-top-container img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-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;
}
/*section#top_infomation{
	display:none;
}*/

	section#top_infomation{
			display:block;
			margin: 0;
			clear: both;
			background:#ffffff;
			padding:40px 0 80px 0;
	}

@media (max-width: 992px) {
	section#top_infomation{
			display:block;
			margin: 0;
			clear: both;
			background:#ffffff;
			padding:30px 50px;
	}
}

@media only screen and (max-width: 767px) {
	section#top_infomation {
		padding:30px 15px;
	}
}
section#top_infomation h2.top_tit {
	color:#000000;
	border:1px solid #000000;
	padding:10px 40px;
	margin:0 0 2em 0;
	font-size:13pt;
	font-weight:normal;
	display:inline-block;
	letter-spacing:0.1em;
}
section#top_infomation h3.top_tit {
	color:#000000;
	padding:0;
	margin:0 0 50px 0;
	font-size:80pt;
	font-weight:600;
	font-family: 'Barlow Condensed', sans-serif;
	display:block;
}
@media screen and (max-width: 992px) {
	section#footer_contact h3.top_tit {
		font-size:50pt;
	}
}

.whatsnew {
	margin: 0 auto;
	background:#ffffff;
	max-width: 600px;
}
.whatsnew h2 {
	margin:25px 0 40px 25px;
	font-size:26pt;
	text-align:center;
}
@media (max-width: 992px) {
	.whatsnew h2 {
		margin:25px 0 20px 25px;
		font-size:20pt;
		text-align:left;
	}
}
.whatsnew table {
    border-collapse: collapse;
    margin: 0 auto 0 auto;
    width: 100%;
    clear: both;
    border: none;
    line-height: 1.5em;
	background:#ffffff;
	padding-bottom:30px;
}
.whatsnew table tbody {
}
.whatsnew table tr {
	padding: 0;
    border-bottom: 1px solid #eeeeee;
}
.whatsnew table tr th {
	padding: 15px 25px;
	vertical-align:middle;
	text-align:left;
	width:200px;
    border: none;
    font-size: 11pt;
}
.whatsnew table tr td {
	padding: 10px 25px 10px 0;
	vertical-align:middle;
	text-align:left;
	width:;
    border: none;
    font-size: 11pt;
}
@media (max-width: 992px) {
	.whatsnew table tr th {
		display:block;
		width:100%;
		padding: 15px 25px 0 25px;
	}
	.whatsnew table tr td {
		display:block;
		width:100%;
		padding: 0 25px 15px 25px;
	}
}
.whatsnew table tr th .date {
	display: inline-block;
	margin: 0 5px 3px 0;
	font-weight:300;
	font-family: "Oswald", arial, sans-serif;
	color:#3c3c3c;
	letter-spacing:0.07em;
   }
.whatsnew table tr th .date span {
	display: inline-block;
	margin: 0 0 0 10px;
	background-color:#e9ab32;
	font-family: "Oswald", arial, sans-serif;
	color:#ffffff;
	padding:0px 7px;
	letter-spacing:0.2em;
	font-size: 7pt;
	font-style: normal; 
	position:relative;
	bottom:2px;
	line-height: 1.6em;
}
.whatsnew table tr td .news_title {
	display: block;
	margin: 0 0 0 0;
	line-height:1.5em;
}
.whatsnew table tr td .news_title a {
	font-size:11pt;
	color:#000000;
	-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 table tr td .news_title a:hover {
	color:#999999;
	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 table tr td img.icon_nes {
	position:relative;
	top:-1px;
	margin: 0 0 0 5px;
	display: inline-block;
}
.whatsnew table tr td img.topics_icon {
	position:relative;
	top:-4px;
	margin: 0 8px 0 0;
	display: inline-block;
}
#top_infomation .info_bg .top_news_button {
	display: inline-block;
	position: relative;
	top: -30px;
}

section#top_service {
	margin: 0 0 0 0;
	padding:0 0 0 0;
	clear: both;
	width:100%;
	background:#ffffff;
		z-index:0;
}
@media (max-width: 992px) {
	section#top_service {
		padding:40px 0 0 0;
	}
}
section#top_service .bg {
	background: url("/wp/wp-content/uploads/images/top_service_bg.webp") no-repeat scroll 50% 70% transparent;
	background-size:cover;
	position:absolute;
	height:400px;
	width:100%;
	z-index:0;
}
@media screen and (max-width: 992px) {
	section#top_service .bg {
	background: url("/wp/wp-content/uploads/images/top_service_bg.webp") no-repeat scroll 50% bottom transparent;
		height:;
	}
}

section#top_service h2 {
	font-family: "Domine", serif;
	font-family:  ;
	font-weight: 400;
	font-size: 60pt;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin: 80px 0 10px 0;
	display:block;
	color:#ffffff;
	z-index:10;
	position: relative;
}
@media (max-width: 992px) {
	section#top_service h2 {
	font-size:28pt;
	}
}
section#top_service h3 {
    text-align: left;
    color: #ffffff;
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 16pt;
    letter-spacing: 0.2em;
    font-weight: 300;
	z-index:10;
	position: relative;
}
section#top_service p {
	width:100%;
	max-width:600px;
    color: #ffffff;
	font-size:13pt;
	line-height:1.5em;
	margin:0 0 40px 0;
	font-weight:normal;
    letter-spacing: 0.07em;
	z-index:10;
	position: relative;
}
section#top_service .pic_bg {
	background:#000000;
	maargin:0 0 1em 0;
	z-index:11;
	position: relative;
}

section#top_service h4 {
	font-size:15pt;
    color: #000000;
	text-align:center;
	font-weight:400;
	margin:25px 0 20px 0;
    letter-spacing: 0.07em;
	z-index:10;
	position: relative;
} 

section#top_service img {
	border:1px solid #ffffff;
	box-shadow: 7px 7px 0 rgba(0,0,0,0.2);
	z-index:99;
	position: relative;
}


section#top_features {
  background: linear-gradient(180deg, #dbeaff 0%, #dbeaff 30%, #003785 30%, #003785 100%);
  padding:20px 0 40px 0;
}
section#top_features .box {
	width:80%;
	margin:0 0 0 auto;
}
@media only screen and (max-width: 993px) {
	section#top_features .box {
		width:100%;
		margin:0 0 0 0;
		padding:15px;
	}
}
section#top_features h2 {
	font-family: "Domine", serif;
	font-family:  ;
	font-weight: 400;
	font-size: 60pt;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin: 80px 0 10px 80px;
	display:block;
	color:#000000;
}
@media (max-width: 992px) {
	section#top_features h2 {
	font-size:28pt;
	margin: 80px 0 10px 35px;
	}
}
section#top_features h3 {
    text-align: left;
    margin: 0 0 25px 80px;
    padding: 0;
    font-size: 16pt;
    letter-spacing: 0.2em;
    font-weight: 300;
	color:#000000;
}
@media (max-width: 992px) {
	section#top_features h3 {
		margin: 0 0 25px 35px;
	}
}
section#top_features img {
	display:block;
	margin:0 0 25px 0;
}

section#top_features p {
	color:#ffffff;
	padding:0 50px 0 0;
	line-height:1.7em;
}
@media only screen and (max-width: 993px) {
	section#top_features p {
		color:#ffffff;
		padding:0;
	}
}
section#top_features h4 {
    text-align: left;
    margin: 35px 0 20px 0;
    font-size: 16pt;
    letter-spacing: 0.1em;
    font-weight: 300;
	color:#ffffff;
	display:inline-block;
	border-bottom:1px solid #ffffff;
	padding:0 0 20px 0;
}
section#top_banner {
	margin:0;
	padding:0;
}
section#top_banner .top_banner_table {
	display:teble;
}
section#top_banner .top_banner_table .item {
	display: table-cell;
	width:50%;
}
@media only screen and (max-width: 993px) {
	section#top_banner .top_banner_table .item {
		width:100%;
		display: block;
	}
}

section#top_about {
	margin: 0 0 0 0;
	padding:80px 0 80px 0;
	clear: both;
	width:100%;
	background:#ffffff;
}
section#top_about h2.top_tit {
	color: #474b9d;
	border: 1px solid #474b9d;
	padding: 4px 10px;
	margin: 10px 0 1em 0;
	font-size: 16pt;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.05em;
	font-family: 'Barlow Condensed', sans-serif;
}
section#top_about h3.top_tit {
	color: #111111;
	padding: 0;
	margin: 5px 0 15px 0;
	font-size: 32pt;
	font-weight: 400;
	display: block;
	letter-spacing: 0.2em;
	/*text-shadow: rgba(0,0,0,0.2) 0.05em 0.05em 0.05em;*/
}
@media screen and (max-width: 992px) {
	section#top_about h2.top_tit {
		margin: 10px auto 1em auto;
		text-align:center;
		display:block;
		width:5em;
	}
	section#top_about h3.top_tit {
		text-align:center;
		font-size:24pt;
	}
	section#top_about h4.top_tit {
		text-align:center;
	}
}
section#top_about h4.top_tit {
	color:#474b9d;
	font-size:14pt;
	font-weight:normal;
	display:block;
	letter-spacing:0.07em;
	font-weight:normal;
	margin:20px 0;
	line-height:1.4em;
}

section#top_about p {
    color: #222222;
	font-size:12pt;
	line-height:1.5em;
	font-weight: 300;
}

section#top_reserch {
	margin: 0 0 0 0;
	padding:80px 0 80px 0;
	clear: both;
	width:100%;
	background:#f2f2f2;
}
section#top_reserch h2.top_tit {
	color: #474b9d;
	border: 1px solid #474b9d;
	padding: 4px 10px;
	margin: 0 0 1em 0;
	font-size: 16pt;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.05em;
	font-family: 'Barlow Condensed', sans-serif;
}
section#top_reserch h3.top_tit {
	color: #111111;
	padding: 0;
	margin: 5px 0 15px 0;
	font-size: 32pt;
	font-weight: 400;
	display: block;
	letter-spacing: 0.2em;
	/*text-shadow: rgba(0,0,0,0.2) 0.05em 0.05em 0.05em;*/
}
@media screen and (max-width: 992px) {
	section#top_reserch h2.top_tit {
		margin: 10px auto 1em auto;
		text-align:center;
		display:block;
		width:12em;
	}
	section#top_reserch h3.top_tit {
		text-align:center;
		font-size:24pt;
	}
	section#top_reserch h4.top_tit {
		text-align:center;
	}
}
section#top_reserch h4.top_tit {
	color:#474b9d;
	font-size:14pt;
	font-weight:normal;
	display:block;
	letter-spacing:0.07em;
	font-weight:normal;
	margin:20px 0;
	line-height:1.4em;
}

section#top_reserch p {
    color: #222222;
	font-size:12pt;
	line-height:1.5em;
	font-weight: 300;
	margin:0 0 50px 0;
}
section#top_reserch .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:15px auto;
  max-width:800px;
}
section#top_reserch .tab-wrap:after {
  content: '';
  width: 100%;
  height: 5px;
  background: #474b9d;
  display: block;
  order: -1;
}
section#top_reserch .tab-label {
  font-weight:normal;
  color: #111111;
  background: #ffffff;
  border-top:1px solid #111111;
  border-right:1px solid #111111;
  border-left:1px solid #111111;
  border-bottom:none;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 20px .5em 15px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  margin-bottom:0;
  transition: all 0.3s ease-in-out;
  font-weight:normal;
}
@media only screen and (max-width: 993px) {
	section#top_reserch .tab-label {
	white-space: normal;
	font-size:10pt;
	}
}
section#top_reserch .tab-label:hover {
  background: #474b9d;
  color:#ffffff;
}
section#top_reserch .tab-label:not(:last-of-type) {
  margin-right: 5px;
}
section#top_reserch .tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background:#ffffff;
}
section#top_reserch .tab-switch:checked+.tab-label {
  background: #474b9d;
  color:#ffffff;
  font-weight:normal;
}
section#top_reserch .tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  border-right: 1px solid #111111;
  border-left: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
section#top_reserch .tab-switch {
  display: none;
}
section#top_reserch #whatsnew {
	margin: 15px auto 0 auto;
	font-size: 11pt;
	max-width:700px;
	width:100%;
}
section#top_reserch #whatsnew table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 50px 0;
	padding: 0 0 0 0 ;
	border:none;
}
section#top_reserch #whatsnew table tr {
	border-bottom:2px dotted #9b9b9b;
}
section#top_reserch #whatsnew table tr th {
	border:none;
	font-weight:normal;
	width:140px;
	vertical-align:middle;
	padding:15px 0;
}
section#top_reserch #whatsnew table tr td {
	border:none;
	vertical-align:middle;
	padding:15px 0;
}
section#top_reserch #whatsnew table tr p .new {
	padding:1px 5px;
	color:#000000;
	background:#ffef00;
	font-size:8pt;
	letter-spacing:0.08em;
	diplay:inline-block;
	margin-left:6px;
	position:relative;
	bottom:1px;
}
section#top_reserch #whatsnew .date {
	display: block;
	margin: 0 5px 2px 0;
	color:#888888;
	/*display: inline-block;*/
	font-size:10pt;
	letter-spacing:0.07em;
   }

section#top_reserch #whatsnew .news_title {
	display: block;
	margin: 0 0 0 0;
	line-height:1.5em;
}
section#top_reserch #whatsnew .news_title a {
	font-size:11pt;
	color:#4d4d4d;
	-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;
}
section#top_reserch #whatsnew .news_title a:hover {
    color:#888888;
	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;
}

section#top_educational {
	margin: 0 0 0 0;
	padding:0 0 80px 0;
	clear: both;
	width:100%;
	background:#ffffff;
}
section#top_educational .bg {
	background: url("/wp/wp-content/uploads/images/top_educational_bg.webp") no-repeat scroll 40% top transparent;
	background-size:cover;
	position:absolute;
	height:500px;
	width:100%;
}
@media screen and (max-width: 992px) {
	section#top_educational .bg {
		height:;
	}
}

section#top_educational h2.top_tit {
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 4px 10px;
	margin: 80px 0 1em 0;
	font-size: 16pt;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.05em;
	font-family: 'Barlow Condensed', sans-serif;
	text-shadow: 1px 2px 3px #222222;
}
section#top_educational h3.top_tit {
	color: #ffffff;
	padding: 0;
	margin: 5px 0 15px 0;
	font-size: 32pt;
	font-weight: 400;
	display: block;
	letter-spacing: 0.2em;
	text-shadow: 1px 2px 3px #222222;
	/*text-shadow: rgba(0,0,0,0.2) 0.05em 0.05em 0.05em;*/
}
@media screen and (max-width: 992px) {
	section#top_educational h2.top_tit {
		margin: 80px auto 1em auto;
		text-align:center;
		display:block;
		width:12em;
	}
	section#top_educational h3.top_tit {
		text-align:center;
		font-size:24pt;
	}
	section#top_educational h4.top_tit {
		text-align:center;
	}
}
section#top_educational h4.top_tit {
	color:#ffffff;
	font-size:14pt;
	font-weight:normal;
	display:block;
	letter-spacing:0.07em;
	font-weight:normal;
	linbe-height:1.6em;
	margin: 20px 0;
	text-shadow: 1px 2px 3px #222222;
}
section#top_educational p {
    color: #ffffff;
	font-size:12pt;
	line-height:1.5em;
	font-weight: 300;
	margin:0 0 50px 0;
	text-shadow: 1px 2px 3px #222222;
}
section#top_educational a p  {
    color: #444444;
	font-size:12pt;
	line-height:1.5em;
	text-align:center;
	letter-spacing:0.07em;
    transition: all 0.3s ease;
	text-shadow: none;
}
section#top_educational a p:hover  {
    color: #777777;
}
section#top_educational img {
	border:1px solid #ffffff;
	box-shadow: 7px 7px 0 rgba(0,0,0,0.2);
	background:#000000;
}

section#top_social {
	margin: 0 0 0 0;
	padding:80px 0 80px 0;
	clear: both;
	width:100%;
	background:#f2f2f2;
}
section#top_social h2.top_tit {
	color: #474b9d;
	border: 1px solid #474b9d;
	padding: 4px 10px;
	margin: 10px 0 1em 0;
	font-size: 16pt;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.05em;
	font-family: 'Barlow Condensed', sans-serif;
}
section#top_social h3.top_tit {
	color: #111111;
	padding: 0;
	margin: 5px 0 15px 0;
	font-size: 32pt;
	font-weight: 400;
	display: block;
	letter-spacing: 0.2em;
	/*text-shadow: rgba(0,0,0,0.2) 0.05em 0.05em 0.05em;*/
}
@media screen and (max-width: 992px) {
	section#top_social h2.top_tit {
		margin: 10px auto 1em auto;
		text-align:center;
		display:block;
		width:10.5em;
	}
	section#top_social h3.top_tit {
		text-align:center;
		font-size:24pt;
	}
	section#top_social h4.top_tit {
		text-align:center;
	}
}
section#top_social h4.top_tit {
	color:#474b9d;
	font-size:14pt;
	font-weight:normal;
	display:block;
	letter-spacing:0.07em;
	font-weight:normal;
	margin:20px 0;
	line-height:1.4em;
}

section#top_social p {
    color: #222222;
	font-size:12pt;
	line-height:1.5em;
	font-weight: 300;
}

/*--------------------------------------------------------------
## post
--------------------------------------------------------------*/
.pagetop-tit-tit {
	background:linear-gradient(90deg, #474b9d 0%, #00444a 100%);
	text-align:left;
}

.rt-tpg-container .rt-equal-height, .rt-tpg-container .masonry-grid-item, .rt-tpg-container .even-grid-item {
	margin-bottom:18px !important;
}
.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail, .tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail, .tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail {
	background: none;
}
.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-img-holder img, .tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-img-holder img, .tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-img-holder img {
	transition: all 0.3s ease;
}
.rt-tpg-container .layout3 .rt-holder .rt-detail h2, .rt-tpg-container .layout3 .rt-holder .rt-detail h3, .rt-tpg-container .layout3 .rt-holder .rt-detail h4 {
	font-size: 11.5pt;
	margin: 0px 0 5px 0;
	line-height: 1.6em;
	font-weight: 400;
}
.rt-tpg-container .rt-detail .entry-title a:hover {
  transition-duration: 0.3s;
	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;
}
.rt-tpg-container .rt-equal-height, .rt-tpg-container .masonry-grid-item, .rt-tpg-container .even-grid-item {
	margin-bottom: 18px;
}
.rt-tpg-container .layout1 .rt-holder .rt-detail h2, .rt-tpg-container .layout1 .rt-holder .rt-detail h3, .rt-tpg-container .layout1 .rt-holder .rt-detail h4, .rt-tpg-container .isotope1 .rt-holder .rt-detail h2, .rt-tpg-container .isotope1 .rt-holder .rt-detail h3, .rt-tpg-container .isotope1 .rt-holder .rt-detail h4, .rt-tpg-container .carousel1 .rt-holder .rt-detail h2, .rt-tpg-container .carousel1 .rt-holder .rt-detail h3, .rt-tpg-container .carousel1 .rt-holder .rt-detail h4 {
	font-size: 11.5pt;
	margin: 0px 0 5px 0;
	line-height: 1.6em;
	font-weight: 300;
}
.rt-tpg-container .rt-detail .entry-title a:hover {
  transition-duration: 0.3s;
	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.post-entry-footer .cat-links {
	display:none;
}
.rt-detail .above_title span.date i {
	display:none;
}
/*--------------------------------------------------------------
## 追加　Q&A
--------------------------------------------------------------*/
.list_qaa > input {
    display: none;
}
.list_qaa > label {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}
.list_qaa > label > dt {
    position: relative;
    padding: 1.5em 2em 1.5em 3.5em;
    font-size: 16px;
    border-bottom: 1px solid currentColor;
    border-top: 1px solid currentColor;
    background-color: #fff;
	line-height:1.5em;
}
.list_qaa > label > dd {
    position: relative;
    padding: 1.5em 0.5em 1.5em 3.5em;
    font-size: 11pt;
    border-bottom: 1px solid currentColor;
    background-color: #fff;
	line-height:1.8em;
	font-weight:normal;
}
.list_qaa > label > dd strong {
    font-size: 13pt;
	display:inline-block;
	margin-bottom:8px;
}
.list_qaa > label > dd ol {
	margin: 0.5em 0 auto;
	padding: 0 0 0 1em;
}
.list_qaa > label > dd ol li {
	margin:0 0 0.5em 0;
	padding:0;
}
.list_qaa > label > dt::before,
.list_qaa > label > dd::before {
    position: absolute;
    top: 50%;
    left: 0.5em;
    transform: translateY(-50%);
    font-size: 2em;
}

.list_qaa > label > dt {
    position: relative;
    z-index: 1;
	vertical-align:middle;
}
/*
.list_qaa > label > dt::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%) rotate(135deg);
    width: 1em;
    height: 1em;
    border-top: 2px solid #3388dd;
    border-right: 2px solid #3388dd;
    content: "";
}
*/
.list_qaa > label > dt::after {
	display: inline-block;
	position: relative;
    top: 0.75em;
	left: 1em;
	transform: translateY(-50%) rotate(135deg);
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid #3388dd;
	border-right: 2px solid #3388dd;
	content: "";
	float: right;
	vertical-align:middle;
}
@media screen and (max-width: 480px) {
	.list_qaa > label > dt::after {
		top: 50%;
	}
}
.list_qaa > label > dd {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateY(-2em);
    margin: 0px;
    visibility: hidden;
}
.list_qaa > input:checked + label > dd {
    position: relative;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.3s;
}
section#used_page {
}
section#used_page h2.used_tit {
	text-align:center;
}
section#used_page h2.used_tit {
  font-size: 16pt;
  font-weight: 600;
  font-family: 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  margin: 0 auto 30px auto;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  section#used_page h2.used_tit {
    font-size: 14pt;
  }
}
section#used_page h2.used_tit::after {
content: "";
  display: block;
  position: relative;
  height: 6px;
  width: 50px;
  bottom: -15px;
  margin: 0 auto;
  opacity: 1;
  background: #0a71a6;
}
section#used_page h3.used_tit {
	text-align:center;
	font-family:"Teko", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 40pt;
	font-weight: 500;
	margin:35px 0 30px 0;
}
@media only screen and (max-width: 992px) {
  section#used_page h3.used_tit {
    font-size: 30pt;
  }
}
.used_box {
	padding:0;
	border:1px solid #474b9d;
	box-shadow:7px 7px 0 rgba(0,0,0,0.2);
	height:100%;
}
.used_box .used_box_inner {
	padding:15px;
}
.used_box .used_box_inner h2 {
	margin:0 0 8px 0;
	font-size:14pt;
	color:#474b9d;
}
.used_box .used_box_inner h3 {
	margin:0 0 0 0;
	font-size:17pt;
	color:#000000;
	font-weight:normal;
	font-family:"Teko", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.used_box .used_box_inner p.price {
	margin:0 0 10px 0;
	font-size:18pt;
	color:#f43030;
	font-weight:bold;
}
.used_box .used_box_inner table {
    border-collapse: collapse;
    margin: 0 0 25px 0 ;
    width: 99.5%;
    clear: both;
    font-size: 11pt;
    border: none;
    line-height: 1.5em;
}
.used_box .used_box_inner table th {
    font-size: 11pt;
    border: none;
	padding:0 0 3px 0;
	margin:0;
	width:6em;
	vertical-align:top;
}
.used_box .used_box_inner table td {
    font-size: 11pt;
    border: none;
	padding:0 0 3px 0;
	margin:0;
	vertical-align:top;
	}
.used_box2 {
	margin:0 auto;
	width:100%;
	max-width:400px;
	background:#ededed;
	border: 1px solid #0a71a6;
	padding:0;
}
.used_box2 h3 {
	background:#0a71a6;
	padding:8px 15px;
	text-align:center;
	font-weight:normal;
	font-size:12pt;
	margin:0;
	color:#ffffff;
	letter-spacing:0.1em;
}
.used_box2 .inner{
	padding:15px;
	text-align:center;
}
.used_box2 .inner p {
	font-size:11pt;
	margin:0;
}

    /*ベース*/
    .toggle {
    	display: none;
    }
    .Label {		/*タイトル*/
    	padding: 1em;
    	display: block;
    	color: #fff;
    	background:#019ac6;
		cursor: pointer;
    }
    .Label::before{		/*タイトル横の矢印*/
    	content:"";
    	width: 6px;
    	height: 6px;
    	border-top: 2px solid #fff;
    	border-right: 2px solid #fff;
    	-webkit-transform: rotate(45deg);
    	position: absolute;
    	top:calc( 50% - 3px );
    	right: 20px;
    	transform: rotate(135deg);
    }
    .Label,
    .content {
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	transform: translateZ(0);
    	transition: all 0.3s;
    }
    .content {		/*本文*/
    	height: 0;
    	margin-bottom:10px;
    	padding:0 20px;
    	overflow: hidden;
    }
    .toggle:checked + .Label + .content {	/*開閉時*/
    	height: auto;
    	padding:20px ;
    	transition: all .3s;
    }
    .toggle:checked + .Label::before {
    	transform: rotate(-45deg) !important;
    }
/*--------------------------------------------------------------
## SITEMAP
--------------------------------------------------------------*/
.sitemap ul {
  margin:0;
 padding:0 0 0 1em;
 list-style-type:none;
 font-size:11pt;
}
.sitemap ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px;
 list-style-type:none;
}
 
.sitemap ul li ul li {
  margin-bottom: .25em;
  position: relative;
}
 
.sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #222222;
}
 
.sitemap ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
 
.sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #222222;
}
.sitemap ul li a {
  color:#222222;
}
.sitemap ul li a:hover {
  color:#888888;
}
/*--------------------------------------------------------------
## FULL WIDTH
--------------------------------------------------------------*/
a.anchor {
   display: block;
   margin-top:-170px;
   padding-top:170px;
}
@media screen and (max-width: 992px) {
	a.anchor {
		display: block;
		margin-top:0;
		padding-top:0;
	}
}
.anchor_box {
	margin:25px 0 20px 0;
	padding:0;
}
.anchor_box button {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 0;
 font-size: inherit;
 font-family: inherit;
  border: 1px solid #014099;
  box-shadow: 7px 7px 0 #dfdfdf;
  border-radius: 100px;
  background:#ffffff;
  letter-spacing:0.05em;
}
.anchor_box button:hover {
	background: #ffffff;
}
.anchor_box button.learn-more {
 width: 100%;
 height: auto;
}

.anchor_box button.learn-more .circle {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: relative;
 display: block;
 margin: 0;
 width: 3rem;
 height: 3rem;
 background: #014099;
 border: 1px solid #014099;
 border-radius: 100px;
}

.anchor_box button.learn-more .circle .icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

.anchor_box button.learn-more .circle .icon.arrow {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 left: 0.625rem;
 width: 1.125rem;
 height: 0.125rem;
 background: none;
}

.anchor_box button.learn-more .circle .icon.arrow::before {
 position: absolute;
 content: "";
 top: -0.25rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

.anchor_box button.learn-more .button-text {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: -2px;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.75rem 0;
 margin: 0 0 0 1.85rem;
 color: #014099;
 font-weight: 300;
 line-height: 1.6;
 text-align: center;
 text-transform: uppercase;
 font-size: 11pt;
 letter-spacing:0em;
 font-weight: normal;
 
}

.anchor_box button:hover .circle {
 width: 100%;
}

.anchor_box button:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

.anchor_box button:hover .button-text {
 color: #fff;
}
.anchor_box .col-20 {
	width:20%;
}
@media only screen and (max-width: 1200px) {
	.anchor_box. col-20 {
		width:33.333%;
	}
}
@media only screen and (max-width: 993px) {
	.anchor_box .col-20 {
		width:33.333%;
	}
}
@media only screen and (max-width: 768px) {
	.anchor_box .col-20 {
		width:50%;
	}
}
@media only screen and (max-width: 480px) {
	.anchor_box .col-20 {
		width:100%;
	}
}


.alink_box {
	margin:15px 0;
	padding:15px 15px 0 15px;
	border:1px solid #474b9d;
	box-shadow:7px 7px 0 rgba(0,0,0,0.2);
	background:#ffffff;
}
.alink_box h3 {
	margin:20px 0 10px 0;
	text-align:center;
}

div#top_img {
	margin: 0 0 0 0;
}

div#top_img img {
	max-width: 1320px;
	width: 100%;
	background-size:100% auto; 
	margin:0;
	height: auto;
}
div#top_img .catch {
	position: relative;
	bottom: 220px;
	left: 5%;
	width:400px;
	margin:0 0 -65px 0;
}
div#top_img p {
	display:none;
}
div#top_img .catch p.blue_obi {
	display:block;
	font-weight:normal;
	color:#ffffff;
	background-color:#0a71a6;
	padding:10px;
	font-size:14pt;
	margin:0;
	text-align:center;
	opacity: 0.85;
}
div#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) {
	div#top_img .catch {
		position: relative;
		bottom: 200px;
	}
}
@media screen and (max-width: 992px) {
	div#top_img .catch {
		position: relative;
		bottom: 180px;
		width:350px;
		margin: 0 0 -45px 0;
	}
	div#top_img .catch p.blue_obi {
		padding:8px;
		font-size:12pt;
	}
	div#top_img .catch p.wh_obi {
		padding:26px 8px;
		font-size:18pt;
	}
}

@media screen and (max-width: 768px) {
	div#top_img .catch {
		position: static;
		width:100%;
		margin: 0 0 -35px 0;
	}
	div#top_img .catch p.blue_obi {
		display:none;
	}
	div#top_img .catch p.wh_obi {
		color:#ffffff;
		background-color:#0a71a6;
		font-size:14pt;
		opacity: 1;
		letter-spacing:0.07em;
		padding:15px 25px;
	}
}

section#plan_page {
	margin: 0 0 0 0;
	padding:0 80px 80px 80px;
	clear: both;
	width:100%;
}
@media (max-width: 992px) {
	section#plan_page {
		padding:0 50px 80px 50px;
	}
}
@media only screen and (max-width: 767px) {
	section#plan_page {
		padding:0 15px 80px 15px;
	}
}
section#plan_page figure {
	max-width: 800px;
	width: 100%;
	max-height: 600px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
section#plan_page figure img {
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
section#plan_page figure img:hover {
  transform: scale(1.15) /*rotate(9deg)*/;
  transition-duration: 0.3s;
}
section#plan_page strong {
	display:block;
	margin:20px 0 15px 0;
	font-size:15pt;
	font-weight: 500;
}
section#plan_page p {
	font-size:10pt;
	margin:0 0 25px 0;
	line-height:1.8em;
}
h2.tit {
  font-size: 20pt;
  font-weight: 600;
  font-family: 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  margin: 0 auto 60px auto;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  h2.tit {
    font-size: 18pt;
  }
}
h2.tit::after {
content: "";
  display: block;
  position: relative;
  height: 6px;
  width: 80px;
  bottom: -15px;
  margin: 0 auto;
  opacity: 1;
  background: #0a71a6;
}
h3.sub_tit {
	text-align: center;
	color: #121212;
	margin: 0 0 70px 0;
	padding: 0;
	font-size: 12pt;
	letter-spacing: 0.2em;
	font-weight: 300;
}
h2.tit_obi {
	font-size: 16pt;
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	background: #474b9d;
	box-shadow: 5px 5px 0px 0 #e5e5e5;
	line-height:1.5em;
	color:#ffffff;
	letter-spacing:0.07em;
}
h2.tit_obi:before {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	content: '';
	border: 1px solid #b0c4ff;
}
@media only screen and (max-width: 993px) {
	h2.tit_obi {
		font-size: 14pt;
	}
}
h2.tit_obi2 {
	font-size: 16pt;
	letter-spacing: 0.06em;
	color: #ffffff;
	margin: 50px 0 20 0;
	padding: 15px;
	background:#474b9d;
	font-weight: normal;
	display: block;
	line-height: 1.7em;
}
h3.obi_sub {
	margin:0 0 60px 0;
	font-weight:bold;
	font-size:11pt;
	color:#555555;
	font-family: "Cabin", "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h3.tit_obi {
font-size: 14.5pt;
	line-height: 1.3em;
	margin: 35px 0 20px;
	font-weight: 500;
	padding: 0 0 0 10px;
	border-left: 8px solid #474b9d;
	color: #000000;
}
/*@media only screen and (max-width: 767px) {
	h3.tit_obi {
		font-size: 1.3rem;
	}
}*/

h3.tit_obi2 {
  border-bottom: solid 2px #b6dfe4;
  position: relative;
  padding:0 0 12px 0;
  font-size: 15pt;
  color:#222222;
  font-weight:normal;
  line-height:1.5em;
}

h3.tit_obi2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #474b9d;
  bottom: -2px;
  width: 20%;
}

section#performance h2 {
  border-bottom: solid 2px #b6dfe4;
  position: relative;
  padding:0 0 12px 0;
  font-size: 15pt;
  color:#222222;
  font-weight:bold;
  line-height:1.5em;
  margin:35px 0 10px 0;
  letter-spacing: 0.15em;
}

section#performance h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #474b9d;
  bottom: -2px;
  width: 20%;
}
section#performance h3 {
	font-size: 14pt;
	line-height: 1.3em;
	margin: 35px 0 20px;
	font-weight: 500;
	padding: 0 0 0 10px;
	border-left: 8px solid #474b9d;
	color: #000000;
}
section#performance ul {
	padding:0.5em;
	list-style-type:none;
	margin: 0 0 0 0;
}
section#performance ul li {
	position:relative;
	padding: 0em 0.3em 0.8em 1.3em;
	border:none !important;
}
section#performance span {
	color: #474b9d;
}
section#performance ul li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #474b9d;
}
h3.tit_obi3 {
  position: relative;
  border-top: solid 1px #474b9d;
  border-bottom: solid 1px #474b9d;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.5em 0.5em;
  margin: 2em 0 0.5em 0;
  font-size:13.5pt;
  font-weight:normal;
}

h3.tit_obi3:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ SUBJECT';
  background: #474b9d;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 7px 12px 8px 12px;
  font-size: 0.6em;
  line-height: 1;
  letter-spacing: 0.1em;
}
h4.tit_obi {
	color: #4D4D4D;
	font-size: 1.2rem;
	line-height:1.3em;
	margin: 15px 0 10px 0;
	font-weight: normal;
}


h4.tit_obi2 {
font-size: 12pt;
	line-height: 1.3em;
	margin: 35px 0 10px;
	font-weight: 500;
	padding: 0 0 0 8px;
	border-left: 8px solid #474b9d;
	color: #000000;
}
/*@media only screen and (max-width: 767px) {
	h4.tit_obi2 {
		font-size: 1.3rem;
	}
}*/
h2.tit_obi a {
	color: #222222;
}
h2.tit_obi a:hover {
	color:#0065bb;
	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;
}
.item_box .body_area {
	padding:10px 25px;
}
.item_box .body_area ul {
	text-align:left;
	list-style-type:none;
	position: relative;
	margin:15px 0 25px 0;
	padding: 0 0 0 0;
}

.item_box .body_area p {
	line-height:1.7em;
}
.item_box .body_area figure {
  border: 1px solid #ddd;
  max-width: 800px;
  width:100%;
  max-height: 600px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.body_area figure img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.body_area figure img:hover{
  transform: scale(1.15) /*rotate(9deg)*/;
  transition-duration: 0.3s;
	opacity: 1;
	filter: alpha(opacity=100);
	-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;
}
.top_purpose_button a {
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 30px 25px;
    color: #313131 !important;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	border:1px solid #111111;
	font-size:13pt;
	box-shadow: 6px 6px 0px 0 rgba(0, 0, 0, 0.3);
	letter-spacing:0.07em;
}
.top_purpose_button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.top_purpose_button a:hover {
  background: #474b9d;
  color: #FFF !important;
}
.top_purpose_button a:hover:after {
  right: 1.4rem;
}

ul.flow_list{
	list-style: none;
	padding: 0;
	margin: 0 ;
	width: 100%;
	max-width: 500px;
	text-align: center;
}
ul.flow_list li{
	border: 1px solid #474b9d;
    border-radius: 7px;
    margin-bottom: 45px;
    padding: 25px 15px;
    position: relative;
}
ul.flow_list li h3 {
	margin:0 0 0.7em 0;
	font-size:15pt;
	font-weight: normal;
	line-height:1.4em;
}
@media only screen and (max-width: 992px) {
	ul.flow_list li h3 {
		font-size:13pt;
	}
}
ul.flow_list li p {
	margin:0;
}
ul.flow_list li::after{
	bottom: -48px;
	color:#474b9d;
	content: "▼";
	font-size: 24px !important;
	left: 48%;
	position: absolute;}
ul.flow_list li.last::after{
	content: "";
}
ul.flow_list li h3::first-letter{/*1文字めを大きく*/
	font-family: garamond,times;
	font-size: 2rem;
	font-style: italic;
	letter-spacing: 0.15em;
}


ul.flow_list2{
	list-style: none;
	padding: 0;
	margin: 0 ;
	width: 100%;
	max-width: 500px;
	text-align: center;
}
ul.flow_list2 li{
	border: 1px solid #333;
    border-radius: 7px;
    margin-bottom: 45px;
    padding: 25px 15px;
    position: relative;
	background: #ededed;
}
ul.flow_list2 li h3 {
	margin:0 0 0.7em 0;
	font-size:15pt;
	font-weight: normal;
	line-height:1.4em;
}
@media only screen and (max-width: 992px) {
	ul.flow_list2 li h3 {
		font-size:13pt;
	}
}
ul.flow_list2 li p {
	margin:0;
}
ul.flow_list2 li::after{
	bottom: -48px;
	color:#474b9d;
	content: "▼";
	font-size: 24px !important;
	left: 48%;
	position: absolute;}
ul.flow_list2 li.last::after{
	content: "";
}
ul.flow_list2 li h3::first-letter{/*1文字めを大きく*/
	font-family: garamond,times;
	font-size: 2rem;
	font-style: italic;
	letter-spacing: 0.15em;
}


table.no_border {
    border-collapse: collapse;
    margin: 0 ;
    width: 99.5%;
    clear: both;
    border: none;
    line-height: 1.5em;
}
table.no_border th, table.no_border td {
	border:none;
    padding: 20px 10px;
}
table.company {
    border-collapse: collapse;
    margin: 0 auto 30px auto;
    width: 99.5%;
    clear: both;
    font-size: 12pt;
    border: none;
    line-height: 1.5em;
}
@media only screen and (max-width: 768px) {
	table.company {
		border-top: 1px solid #ccc;
	}
}
table.company th {
    background: #ecf7f8;
    color: #010101;
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
    width: 30%;
    font-size: 11pt;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	table.company th {
		width:100%;
		display:block;
		border-top:none;
		border-bottom:;
		border-right:;
		border-left:;
	}
}
table.company td {
    border: 1px solid #ccc;
	padding: 20px;
    text-align: left;
    vertical-align: middle;
    color: #434345;
    width: 70%;
    font-size: 11pt;
}
@media only screen and (max-width: 768px) {
	table.company td {
		width:100%;
		display:block;
		border-top:none;
		border-bottom:;
		border-right:;
		border-left:;
	}
}
table.company td a {
	color:#222222;
}
table.company td a:hover {
	color:#999999;
}



table.company2 {
    border-collapse: collapse;
    margin: 0 auto 30px auto;
    width: 99.5%;
    clear: both;
    font-size: 12pt;
    line-height: 1.5em;
}
@media only screen and (max-width: 992px) {
	table.company2 {
		margin: 0 auto 0 auto;
	}
}
table.company2 th.border {
    background: #eaf3ff;
    color: #010101;
    font-weight: normal;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
	padding: 10px;
    text-align: left;
    vertical-align: middle;
    width: 80%;
	font-size: 10pt;
	font-weight: normal;
}
@media only screen and (max-width: 992px) {
	table.company2 th.border {
		border-top: none;
		}
}
table.company2 th {
    background: #eaf3ff;
    color: #010101;
    font-weight: normal;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
	padding: 10px;
    text-align: left;
    vertical-align: middle;
    width: 80%;
	font-size: 10pt;
	font-weight: normal;
}
table.company2 td.border {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
	text-align: right;
    vertical-align: middle;
    color: #434345;
    width: 20%;
	font-size: 10pt;
	padding: 10px;
}
@media only screen and (max-width: 992px) {
	table.company2 td.border {
		border-top: none;
		}
}
table.company2 td {
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
	text-align: right;
    vertical-align: middle;
    color: #434345;
    width: 20%;
	font-size: 10pt;
	padding: 10px;
}

table.company3 {
    border-collapse: collapse;
    margin: 0 auto 15px auto;
    width: 99.5%;
    clear: both;
    font-size: 12pt;
    border: none;
    line-height: 1.5em;
	background:none;
}
table.company3 tr {
    border-bottom: 1px solid #9abef0;
}
table.company3 th {
    color: #014099;
    font-weight: normal;
    border: none;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    width: 20%;
    font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0.07em;
}
table.company3 td {
	padding: 10px;
    text-align: left;
    vertical-align: top;
    color: #434345;
    width: 80%;
    font-size: 10pt;
    border: none;
	letter-spacing: 0.07em;
}
@media only screen and (max-width: 992px) {
	table.company3 th {
		width: 30%;
		font-size: 10pt;
	}
	table.company3 td {
		width: 70%;
		font-size: 10pt;
	}
}
table.company3 td a {
	color:#222222;
}
table.company3 td a:hover {
	color:#999999;
}

table.company4 {
    border-collapse: collapse;
    margin: 0 auto 15px auto;
    width: 99.5%;
    clear: both;
    font-size: 12pt;
    border: none;
    line-height: 1.5em;
	background:none;
}
table.company4 tr {
    border-bottom: 1px solid #9abef0;
}
table.company4 th {
    color: #014099;
    font-weight: normal;
    border: none;
    padding: 20px 10px;
    text-align: left;
    vertical-align: top;
    width: 28%;
    font-size: 12pt;
	font-weight: normal;
	letter-spacing: 0.07em;
}
table.company4 td {
    padding: 20px 10px;
    text-align: left;
    vertical-align: top;
    color: #434345;
    width: 80%;
    font-size: 12pt;
    border: none;
	letter-spacing: 0.07em;
}
table.company4 td p {
	margin:0;
}
@media only screen and (max-width: 992px) {
	table.company4 th {
		width: 30%;
		font-size: 10pt;
	}
	table.company4 td {
		width: 70%;
		font-size: 10pt;
	}
}
table.company4 td a {
	color:#222222;
}
table.company4 td a:hover {
	color:#999999;
}

table.history{
	border-collapse: collapse;
	background:#ffffff;
	border:1px solid #999999 !important;
	box-shadow: 10px 10px 0px 0 #cccccc;
	margin:1em 0 3em 0;
}
table.history thead {
	width: 100%;
}
table.history thead th {
	text-align:center;
}
table.history thead th:first-child {
	width: 30%;
}
table.history th, table.history td {
	text-align: left;
	font-size: 9.5pt;
	padding: 10px !important;
	color: #222222;
	vertical-align:middle !important;
	background:#fff;
	border:1px solid #999999 !important;
	line-height:1.8em;
}
table.history th{
	background:#f4f4f4 !important;
	font-weight: 600 !important;
	color: #222222 !important;
	font-size: 10pt;
	border:1px solid #999999 !important;
}
table.history tr{
	border:1px solid #999999 !important;
}
table.history tr td ol {
	margin: 0;
	padding: 0 0 0 2em;
}
table.history tr td.icon {
	vertical-align: middle;
	text-align: center;
	width:45px;
}
table.history tr td.icon img {
	display: block;
	margin: 0 auto;
}

table.history2{
	border-collapse: collapse;
	background:#ffffff;
	border:1px solid #999999 !important;
	box-shadow: 10px 10px 0px 0 #cccccc;
	margin:1em 0 3em 0;
}
table.history2 thead {
	width: 100%;
}
table.history2 thead tr {
	width: 100%;
	border-bottom:1px solid #999999 !important;
	text-align:center;
}
table.history2 thead th {
	text-align:center !important;
	color:#ffffff !important;
	background:#0a71a6 !important;
}
table.history2 thead th:first-child {
	width: 13em !important;
}
table.history2 td {
	text-align: left;
	font-size: 9.5pt;
	padding: 10px !important;
	color: #222222;
	vertical-align:top !important;
	background:#fff;
	border:1px solid #999999 !important;
	line-height:1.8em;
}
table.history2 th{
	text-align: center;
	background:#ffffff !important;
	padding: 10px !important;
	vertical-align:top !important;
	font-weight: 600 !important;
	color: #222222 !important;
	font-size: 10pt;
	border:1px solid #999999 !important;
	background:#fff;
}
table.history2 th.tit{
	text-align: center;
	background:#f4f4f4 !important;
	padding: 10px !important;
	vertical-align:top !important;
	font-weight: 600 !important;
	color: #222222 !important;
	font-size: 10pt;
	border:1px solid #999999 !important;
	background:#fff;
}
table.history2 tr{
	border:1px solid #999999 !important;
}
table.history2 tr td ol {
	margin: 0;
	padding: 0 0 0 2em;
}
table.history2 tr td.icon {
	vertical-align: middle;
	text-align: center;
	width:45px;
}
table.history2 tr td.icon img {
	display: block;
	margin: 0 auto;
}
table.lp_cost{
	border-collapse: collapse;
	background:#ffffff;
	border:1px solid #999999 !important;
	box-shadow: 10px 10px 0px 0 #cccccc;
	margin:2em 0 3em 0;
	max-width:500px;
}
table.lp_cost thead {
	width: 100%;
}
table.lp_cost thead th {
	background:#dfdfdf !important;
	text-align: center;
	font-size: 9.5pt;
	padding: 10px !important;
	color: #222222;
	vertical-align:middle !important;
	background:#fff;
	border:1px solid #999999 !important;
	line-height:1.8em;
	width:30%;
}
table.lp_cost thead td {
	text-align: right;
	font-size: 9.5pt;
	padding: 10px !important;
	color: #222222;
	vertical-align:middle !important;
	background:#fff;
	border:1px solid #999999 !important;
	line-height:1.8em;
}
table.lp_cost tbody td {
	text-align: right;
	font-size: 9.5pt;
	padding: 10px !important;
	color: #222222;
	vertical-align:middle !important;
	background:#fff;
	border:1px solid #999999 !important;
	line-height:1.8em;
}
table.lp_cost tbody th{
	background:#dfdfdf !important;
	text-align: center;
	font-size: 9.5pt;
	padding: 10px !important;
	color: #222222;
	vertical-align:middle !important;
	background:#fff;
	border:1px solid #999999 !important;
	line-height:1.8em;
	width:30%;
}
table.lp_cost tbody th.sub{
	background:#f4f4f4 !important;
	text-align: center;
	font-size: 9.5pt;
	padding: 10px !important;
	color: #222222;
	vertical-align:middle !important;
	background:#fff;
	border:1px solid #999999 !important;
	line-height:1.8em;
	width:30%;
}
table.lp_cost tbody tr{
	border:1px solid #999999 !important;
}
table.lp_cost tbody tr td ol {
	margin: 0;
	padding: 0 0 0 2em;
}
table.lp_cost tbody tr td.icon {
	vertical-align: middle;
	text-align: center;
	width:45px;
}
table.lp_cost tbody tr td.icon img {
	display: block;
	margin: 0 auto;
}

.elementor-widget-container h2.elementor-heading-title {
	color:#222222;
	font-size:15pt;
	line-height:1.5em;
}
.elementor-container table {
    border-collapse: collapse;
    margin: 20px auto 50px auto;
    width: 100%;
    clear: both;
    font-size: 12pt;
    border: none;
    line-height: 1.5em;
}
@media only screen and (max-width: 1200px) {
	.elementor-container table {
		width: 100%;
		}
}
.elementor-container table th {
    background: #4D4D4D;
    color: #ffffff;
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
    width: 30%;
    font-size: 11pt;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.elementor-container table th {
		width:100%;
		display:block;
		border-top:none;
		border-bottom:;
		border-right:none;
		border-left:none;
	}
}
.elementor-container table td {
    border: 1px solid #ccc;
	padding: 20px;
    text-align: left;
    vertical-align: middle;
    color: #434345;
    width: 70%;
    font-size: 11pt;
}
@media only screen and (max-width: 768px) {
	.elementor-container table td {
		width:100%;
		display:block;
		border-top:none;
		border-bottom:;
		border-right:none;
		border-left:none;
	}
}
.elementor-container table td a {
	color:#222222;
}
.elementor-container table td a:hover {
	color:#999999;
}

ol.point {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0;
  margin:-0.5em 0 2em 0;
}


ol.point li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 25px;
  line-height: 1.5em;
}
ol.point li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #2cbf14;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.point li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}
ul.check {
  padding:  0;
  margin:-0.5em 0 2em 0;
  position: relative;
}

ul.check li {
  line-height: 1.5;
  padding: 0.3em 1em 0.3em 1.3em;
  list-style-type: none!important;/*ポチ消す*/
}

ul.check li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 0; /*左端からのアイコンまで*/
  color: #474b9d; /*アイコン色*/
}
ul.check2 {
  padding:  0;
  margin:-0.5em 0 2em 0;
  position: relative;
}

ul.check2 li {
  line-height: 1.5;
  padding: 0.3em 1em 0.3em 1.3em;
  list-style-type: none!important;/*ポチ消す*/
}

ul.check2 li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 0; /*左端からのアイコンまで*/
  color: #777777; /*アイコン色*/
}

.greenbox {
	background-color: #2cbf14;
	color: #ffffff;
	padding: 15px;
	display: inline-block;
	margin: 10px 8px 10px 0;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 10pt;
}
.tsubo {
	border:1px solid #222222;
	color:#222222;
	padding: 0px 10px;
	display: inline-block;
	font-size: 10pt;
	margin:0 15px 0 0;
	position:relative;
	bottom:7px;
}
.cam_price {
	color: #e53737;
	font-weight:bold;
	font-size:40pt;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.cam_price {
		margin:20px 0 0 0;
	}
}
.cam_price .tax {
	display: inline-block;
	font-weight:bold;
	font-size:12pt;
	margin:0 0 0 5px;
}
/**normal**/
ul.pic_container {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	padding:0;
	margin:0 0 50px 0;
}
ul.pic_container li {
	text-align:left;
}
ul.pic_container > li:first-child {
	width:50%;
	margin:0;
	padding:0 15px 0 0;
}
ul.pic_container > li:last-child {
	width:50%;
	margin:0;
	padding: 0 0 0 15px;
}
ul.pic_container > li > p {
	text-align:left;
	display: inline-block;
	margin:15px 0 0 0;
	font-family: "Noto Serif JP", arial, sans-serif;
	font-size:13pt;
	letter-spacing:0.07em;
}
@media only screen and (max-width: 992px) {
	ul.pic_container {
		display: block;
		list-style-type: none;
	}
	ul.pic_container > li:first-child  {
		width:100%;
		margin:0;
		padding:0;
	}
	ul.pic_container > li:last-child {
		width:100%;
		margin:0;
		padding:0;
		border-left:none;
	}
	ul.pic_container > li > p {
		text-align:center;
		margin:20% auto 10% auto;
		font-size:11.5pt;
	}
}

/**reverse**/

ul.pic_container_rev {
	display: flex;
	flex-direction: row-reverse;
	list-style-type: none;
	padding:0;
	margin:0 0 50px 0;
}
ul.pic_container_rev li {
	text-align:left;
}
ul.pic_container_rev > li:first-child {
	width:50%;
	margin:0;
	padding: 0 0 0 15px;
}
ul.pic_container_rev > li:last-child {
	width:50%;
	margin:0;
	padding:0 15px 0 0;
}
ul.pic_container_rev > li > p {
	text-align:left;
	display: inline-block;
	margin:15px 0 0 0;
	font-family: "Noto Serif JP", arial, sans-serif;
	font-size:13pt;
	letter-spacing:0.07em;
}
@media only screen and (max-width: 992px) {
	ul.pic_container_rev {
		display: block;
		list-style-type: none;
	}
	ul.pic_container_rev > li:first-child  {
		width:100%;
		margin:0;
		padding:0;
		border-left:none;
	}
	ul.pic_container_rev > li:last-child {
		width:100%;
		margin:0;
		padding:0;
	}
	ul.pic_container_rev > li > p {
		text-align:center;
		margin:20% auto 10% auto;
		font-size:11.5pt;
	}
}

ul.company {
	padding:0.5em;
	list-style-type:none;
	margin: 0 0 0 0;
}
ul.company li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
	border:none !important;
}
ul.company li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #026626;
}
ul.container li ul.company, ul.container_rev li ul.company {
	padding:0.5em;
	list-style-type:none;
	margin: 0 0 0 0;
}
ul.container li ul.company li, ul.container_rev li ul.company li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
ul.container li ul.company li:before , ul.container_rev li ul.company li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #4D4D4D;
}
.flow_box{
	padding: 1em;
	margin: 0 auto 2em auto;
	color: #4D4D4D;
	background: white;
	border-left: solid 1px #4D4D4D;
	border-top: solid 1px #4D4D4D;
	border-right: solid 1px #4D4D4D;
	border-bottom: solid 1px #4D4D4D;
	/*box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);*/
	width:100%;
	max-width:650px;
	text-align:left;
	border-radius: 15px;
}
.flow_box strong {
	display:block;
	font-size:14pt;
	margin: 0 0 5px 0; 
	padding: 0;
}
.flow_box p {
	margin: 0; 
	padding: 0;
	font-size:10.5pt;
	line-height:1.7em;
}
ol.stove {
	margin: 0 0 1em 0;
	padding: 0
}
ol.stove li  {
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
	line-height:2.4em;
}
@media handheld, only screen and (max-width: 767px) {
	ol.stove li  {
		line-height:1.6em;
	}
}
span.line-through {
	text-decoration: line-through;
}
/*--------------------------------------------------------------
## 追加　教員紹介
--------------------------------------------------------------*/
section#professor_page .professor_box {
	height:100%;
}
section#professor_page .professor_box img {
	width:100%;
}
section#professor_page .professor_box h2 {
  border-bottom: solid 2px #b6dfe4;
  position: relative;
  padding:0 0 12px 0;
  font-size: 16pt;
  color:#222222;
  font-weight:normal;
  line-height:1.5em;
  font-size:13pt;
  margin:0;
}

section#professor_page .professor_box h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #474b9d;
  bottom: -2px;
  width: 20%;
}
section#professor_page table {
    border-collapse: collapse;
    margin: 25px auto 50px auto;
    width: 99.5%;
    clear: both;
    font-size: 12pt;
    border: none;
    line-height: 1.5em;
}
@media only screen and (max-width: 768px) {
	section#professor_page table {
		border-top: 1px solid #474b9d;
	}
}
section#professor_page table th {
    background: #474b9d;
    color: #ffffff;
    font-weight: normal;
    border: 1px solid #474b9d;
    padding: 10px 10px;
    text-align: center;
    vertical-align: middle;
    width: 30%;
    font-size: 11pt;
	font-weight: normal;
}
@media only screen and (max-width: 768px) {
	section#professor_page table th {
		width:100%;
		display:block;
		border-top:none;
		border-bottom:;
		border-right:;
		border-left:;
	}
}
section#professor_page table td {
    border: 1px solid #474b9d;
	padding: 20px;
    text-align: left;
    vertical-align: middle;
    color: #434345;
    width: 70%;
    font-size: 11pt;
}
@media only screen and (max-width: 768px) {
	section#professor_page table td {
		width:100%;
		display:block;
		border-top:none;
		border-bottom:;
		border-right:;
		border-left:;
	}
}
section#professor_page table td a {
	color:#0a71a6;
	display:block;
}
section#professor_page table td a:hover {
	color:#004e55;
}
/*--------------------------------------------------------------
## 追加　プラン
--------------------------------------------------------------*/
h2.plan_top_tit {
	font-size:16pt;
	font-weight:500;
	line-height:1.5em;
	text-align:center;
}
p.plan_p {
	font-size:11pt;
	line-height:1.7em;
	text-align:center;
}
/*@media only screen and (max-width: 992px) {
	p.plan_p {
		text-align:left;
	}
}*/
.anchor_box {
	margin:;
	padding:0;
}
.anchor_box a {
	display:block;
	color:#222222;
}
.anchor_box a:hover {
	color:#222222;
}
.anchor_box .anchor_box_item {
	border:1px solid #333333;
	padding:20px 10px;
	text-align:center;
	margin:0 10px 1.3em 0;
	background:#ffffff;
	box-shadow: 7px 7px 0 #dfdfdf;
	font-size:10pt;
	height:100%;
}
@media only screen and (max-width: 992px) {
	.anchor_box .anchor_box_item {
		margin:0 10px 1.3em 10px;
	}
}
@media handheld, only screen and (max-width: 767px) {
	.anchor_box .anchor_box_item {
		margin:0 5px 1.3em 5px;
	}
}
.anchor_box .anchor_box_item:hover {
	background:#ffd900;
	-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;
}
.anchor_box .anchor_box_item_first {
	border:1px solid #333333;
	padding:20px 10px;
	text-align:center;
	margin:0 0 1.3em 10px;
	background:#ffffff;
	box-shadow: 7px 7px 0 #dfdfdf;
	font-size:10pt;
	height:100%;
}
.anchor_box .anchor_box_item_first:hover {
	background:#ffd900;
	-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;
}
@media only screen and (max-width: 992px) {
	.anchor_box .anchor_box_item_first {
		margin:0 10px 1.3em 10px;
	}
}
@media handheld, only screen and (max-width: 767px) {
	.anchor_box .anchor_box_item_first {
		margin:0 5px 1.3em 5px;
	}
}
.anchor_box .anchor_box_item_last {
	border:1px solid #333333;
	padding:20px 10px;
	text-align:center;
	margin:0 10px 1.3em 0;
	background:#ffffff;
	box-shadow: 7px 7px 0 #dfdfdf;
	height:100%;
}
@media only screen and (max-width: 992px) {
	.anchor_box .anchor_box_item_last {
		margin:0 10px 1.3em 10px;
	}
}
@media handheld, only screen and (max-width: 767px) {
	.anchor_box .anchor_box_item_last {
		margin:0 0 1.3em 0;
	}
}
.anchor_box .anchor_box_item_last:hover {
	background:#ffd900;
	-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;
}
.anchor_box p {
	margin:0;
}
.anchor_box i {
	display:block;
	margin:2px 0 0 0;
}
section.plan_section {
	padding: 80px 50px;
	background: #f2f1e1;
	margin-top: -60px;
}
@media only screen and (max-width: 992px) {
	section.plan_section {
		padding: 80px 15px;
	}
}
h2.plan_tit {
    text-align: center;
    font-family: 'Abel', sans-serif;
    font-weight: 700;
    font-size: 26pt;
    letter-spacing: 0.9em;
    line-height: 1.4em;
    margin-left: 0.9em;
    display: inline-block;
}
@media handheld, only screen and (max-width: 767px) {
	h2.plan_tit {
		font-family: 'Abel', sans-serif;
		letter-spacing: 0.2em;
		margin-left: 0;
	}
}
h3.plan_tit {
    text-align: center;
    color: #565656;
    margin: 0 0 70px 0;
    padding: 0;
    font-size: 11pt;
    letter-spacing: 0.7em;
    font-weight: 300;
    line-height: 1.4em;
}
@media handheld, only screen and (max-width: 767px) {
	h3.plan_tit {
		letter-spacing: 0.2em;
	}
}
section.plan_wh {
	padding: 80px 50px 110px 50px;
	background: #ffffff;
	margin: 0;
}
@media only screen and (max-width: 992px) {
	section.plan_wh {
		padding: 80px 15px 100px 15px;
	}
}
section.plan_washi {
	padding: 80px 50px 110px 50px;
	background: url("/wp/wp-content/uploads/images/top_news_bg.jpg") repeat scroll center top transparent;
	margin: 0;
}
@media only screen and (max-width: 992px) {
	section.plan_washi {
		padding: 80px 15px 100px 15px;
	}
}
.pricebox {
	background: #f2f1e1;
	border: 1px solid #000;
	-webkit-box-shadow: 5px 5px 0 0 #eeeeee;
	box-shadow: 7px 7px 0 #eeeeee;
	padding: 25px;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.chuuijikou {
	padding: 0;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.pricebox table {
	border-collapse: collapse;
	margin: 20px auto;
	width: 99.5%;
	clear: both;
	font-size: 11pt;
	border: none;
	line-height: 1.5em;
}
.pricebox table tr {
	border: none;
}
.pricebox table th.tit {
	border-top: none;
	background:#a29c81;
	border-right: none;
	border-left: none;
	border-bottom: none;
	padding: 15px 10px 15px 0;
	font-size: 10pt;
	font-weight: 500;
	text-align:center;
	vertical-align:middle;
	color:#f2f1e1;
}
.pricebox table th {
	border-top: none;
	border-bottom:1px solid #333333;
	border-right: none;
	border-left: none;
	padding: 20px 10px 20px 0;
	font-size: 10pt;
	font-weight: 500;
}
.pricebox table td {
	border-top: none;
	border-bottom:1px solid #333333;
	border-right: none;
	border-left: none;
	padding: 20px 0 20px 10px;
	font-size: 10pt;
	line-height:1.8em;
	}
.pricebox table td p, .pricebox table td span {
	line-height:1.4em;
}

.pricebox2 {
	background: #ffffff;
	border: 1px solid #000;
	-webkit-box-shadow: 5px 5px 0 0 #999999;
	box-shadow: 7px 7px 0 #999999;
	padding: 25px;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.pricebox2 table {
	border-collapse: collapse;
	margin: 20px auto;
	width: 99.5%;
	clear: both;
	font-size: 11pt;
	border: none;
	line-height: 1.5em;
}
.pricebox2 table tr {
	border: none;
}
.pricebox2 table th.tit {
	border-top: none;
	background:#333333;
	border-right: none;
	border-left: none;
	border-bottom: none;
	padding: 15px 10px 15px 0;
	font-size: 10pt;
	font-weight: 500;
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
}
.pricebox2 table th {
	border-top: none;
	border-bottom:1px solid #333333;
	border-right: none;
	border-left: none;
	padding: 20px 10px 20px 0;
	font-size: 10pt;
	font-weight: 500;
}
.pricebox2 table td {
	border-top: none;
	border-bottom:1px solid #333333;
	border-right: none;
	border-left: none;
	padding: 20px 0 20px 10px;
	font-size: 10pt;
	line-height:1.8em;
	}
.pricebox2 table td p, .pricebox2 table td span {
	line-height:1.4em;
}
/*--------------------------------------------------------------
## 追加　事業紹介
--------------------------------------------------------------*/
h3.business_top {
	margin: 20px 0 15px 0;
	font-size: 15pt;
}
#business_page .four_merit {
	text-align:center;
}
#business_page .four_merit h4 {
	color: #ffffff;
	font-size: 28pt;
	background-color: #474b9d;
	border-radius: 100%;
	display: inline-block;
	padding: 17px 24px;
	position: relative;
	top: 45px;
	margin: 0;
	z-index: 99;
}
#business_page .four_merit h4 span {
	color:#ffffff;
	font-size:10pt;
	display:block;
	margin:0;
	z-index:99;
	font-weight:normal;
}
#business_page .four_merit .box {
	border-radius:10px;
	background-color:#ffffff;
	border:1px solid #222222;
	padding:0;
	z-index:1;
	/*box-shadow: 10px 10px 0px 0 #bbbbbb;*/
}
#business_page .four_merit .box img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#business_page .four_merit .box h3 {
	color:#ffffff;
	background:#000000;
	padding:20px;
	font-size:15pt;
	line-height:1.5em;
	margin:0;
}
#business_page .four_merit .box .txt {
	padding:15px;
}
#business_page .four_merit .box .txt p {
	margin:8px 0;
	font-size: 11pt;
	color: #000;
	text-align:left;
}
h3.faq_voice, h3.business_page{
	font-size: 14pt;
	line-height: 1.3em;
	margin: 0 0 25px 0;
	font-weight: normal;
	padding: 0 0 0 10px;
	border-left: 8px solid #2471bf;
}
h3.privacy_page{
	font-size: 14pt;
	line-height: 1.3em;
	margin: 45px 0 20px 0;
	font-weight: normal;
	padding: 0 0 0 10px;
	border-left: 8px solid #2471bf;
}
/*--------------------------------------------------------------
## 追加　新車重機販売
--------------------------------------------------------------*/
.new_box {
	background:#ffffff;
	padding:20px;
	border:1px solid #0a71a6;
	box-shadow: 7px 7px 0 rgba(0,0,0,0.2);
	margin:0 0 2em 0;
}

.new_box .logo_box {
	margin:20px 0 30px 0;
}
.new_box .logo_box img {
	display:block;
}
@media only screen and (max-width: 992px) {
	.new_box .logo_box img {
	margin:0 auto;
	text-align:center;
}
}
.new_box h3 {
	color:#474b9d;
	margin:25px 0 20px 0;
	font-size:14pt;
	border-bottom:1px solid #474b9d;
	padding:0 0 10px 0;
	max-width:550px;
	width:100%;
}

/*--------------------------------------------------------------
## 追加　採用情報
--------------------------------------------------------------*/
.faq_voice {
  margin-bottom: 32px; /* 各Q&Aの下に余白 */
}
.faq__dt, .faq__dd {
  position: relative;
  padding-left: 24px;
}
.faq__dt::before, .faq__dd::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.faq__dt {
  font-weight: bold; /* 質問文は太字にしてみました */
  border-bottom: 1px solid #999;
  margin-bottom: 4px; /* 下にちょい余白 */
}
.faq__dt::before {
  content: 'Q.';
  color: #c80021; /* 「Q」の文字色 */
}
.faq__dd::before {
  content: 'A.';
  color: #0085C8; /* 「A」の文字色 */
}

h3.faq_voice {
	font-size: 14pt;
	line-height: 1.3em;
	margin: 0;
	font-weight: normal;
	padding: 0 0 0 10px;
	border-left: 8px solid #2471bf;
}
.boxQA {
    position: relative;
    margin: 2em 0;
    padding:1.5em 1.5em 1.5em 2em;
    background: #EDF1F5;/*A文章部分背景色*/
    border-radius: 10px;
}

.boxQA .box-title {
    position: relative;
    background: #fff;/*Q文章部分背景色*/
    padding: 10px 5px 10px 40px;
    color: #454545;/*Q文章文字色*/
    border-radius: 10px;
}
.boxQA .box-title:before {
    content: "Q";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;/*Q文字色*/
    background: #474b9d;/*Q背景色*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 32px;
    left: -1.2em;
    top: 24px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}
.boxQA .box-title:after {
    content: "A";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;/*A文字色*/
    background: #c42d26;/*A背景色*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 32px;
    left: -1.2em;
    bottom: -80px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}

.boxQA p {
    padding: 20px 20px 15px 40px;
    margin: 0;
}

.boxQA ul {
  padding: 0 1em;
  position: relative;
}
.boxQA ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 4.2em;
  list-style-type: none!important;
}
.boxQA ul li:before {
  font-family: "FontAwesome";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 3.5em;
  color: #FFAB8B; /*Aのリストのアイコンの色*/
}
/*--------------------------------------------------------------
## 追加　お問い合わせ
--------------------------------------------------------------*/
.grecaptcha-badge {
    bottom: 115px !important;
}
@media handheld, only screen and (max-width: 767px) {
	.grecaptcha-badge {
		bottom: 170px !important;
	}
}
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  font-size:10pt;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #474b9d;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #474b9d;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}
.contact_table{
}

.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;
}
.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_req{
	font-size: 9pt;
	padding: 5px 10px;
	letter-spacing:0.1em;
	background: #474b9d;
	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;
}


/*--------------------------------------------------------------
## SITEMAP
--------------------------------------------------------------*/
ul.sitemap {
	margin:100px 0 0 15px;
	list-style: none;
}
ul.sitemap li {
	margin-bottom:10px;
}
ul.sitemap li:before {
	font-family: FontAwesome;
	content: '\f054';
	color:#D90917;
	margin-right:6px;
}
ul.sitemap li a {
	color: #111111;
	font-size:12pt;
}
ul.sitemap li a:hover {
	color: #999999;
	font-size:12pt;
}
/*--------------------------------------------------------------
## 追加　LINKS
--------------------------------------------------------------*/
div.link_box {
	margin:20px 0;
	border-bottom: 1px solid #cccccc;
	padding:0 10px 20px 10px;
}
div.link_box a {
	margin: 0;
}
div.link_box a h3 {
	margin:0;
	font-size:12pt;
	color:#222222;
	margin:20px 0 10px 0;
	font-weight:normal;
}
div.link_box a h3:hover {
	color:#999999;
}
div.link_box a p {
	margin:0;
	font-size:10pt;
	color:#000000;
	
	line-height:1.5em;
}
div.link_box a p:hover {
	margin:0;
	color:#000000;
}
/*--------------------------------------------------------------
## SITEMAP
--------------------------------------------------------------*/
.sitemap ul {
  margin:0;
 padding:0 0 0 1em;
 list-style-type:none;
 font-size:11pt;
}
.sitemap ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px;
 list-style-type:none;
}
 
.sitemap ul li ul li {
  margin-bottom: .25em;
  position: relative;
}
 
.sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #222222;
}
 
.sitemap ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
 
.sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #222222;
}
.sitemap ul li a {
  color:#222222;
}
.sitemap ul li a:hover {
  color:#888888;
}
/*--------------------------------------------------------------
## Privacy Policy
--------------------------------------------------------------*/
#privacy_page {}
#privacy_page .container {
	line-height:2em;
	color:#111111;
	font-size:11pt;
}
#privacy_page .container p {
	line-height:2em;
	color:#111111;
	font-size:11pt;
}
#privacy_page .container p.lead {
	margin:0 0 40px 0;
	font-size:11pt;
}
#privacy_page .container strong {
	display:block;
	color:#111111;
	font-size:14pt;
	margin:40px 0 10px;
}
#privacy_page .container h3 {
	display:block;
	color:#111111;
	font-size:14pt;
	margin:40px 0 10px;
}

/*--------------------------------------------------------------
## 追加　ブログ（投稿ページ）
--------------------------------------------------------------*/
.rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn {
	background-color: #474b9d !important;
}
.post-entry-content {
	padding-bottom:80px;
}
#text-2 {
	margin-left:-15px !important;
	margin-right:-15px !important;
}
#text-4 {
	margin-left:-15px !important;
	margin-right:-15px !important;
}


ul.bloglist {
	list-style-type:none;
}
ul.bloglist div.post p.date {
	margin-bottom:0;
}
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:14pt;
}
#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("/wordpress/www/wp-content/uploads/images/info_bg.gif") repeat scroll center top transparent;
	width:100%;
	height: auto;
}
.category-posts-internal span.cat-post-date {
	font-style: normal !important;
	color: #7c7c7c;
	font-size:9pt !important;
}

#category-posts-3-internal .cat-post-current .cat-post-title {
    font-weight: normal !important;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
## 追加　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;
	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;
}
div#links div a p:hover {
	margin:0;
	color:#880025;
}
/*--------------------------------------------------------------
## 追加　Privacy
--------------------------------------------------------------*/
table.privacy_noborder {
	border:none;
}
table.privacy_noborder tr {
	border:none;
}
table.privacy_noborder tr th {
	border:none;
	vertical-align:top;
}
table.privacy_noborder tr td {
	border:none;
	vertical-align:top;
}
/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## ABOUT US
--------------------------------------------------------------*/
.timeline {
  list-style: none;
  padding:0;
  marign:0;
}
.timeline > li {
  margin-bottom: 0;
}
.timeline > li h3 {
	font-size:12pt;
	margin:0.5em 0 0.5em 0;
	line-height:1.4em;
	font-weight:normal;
}
.timeline > li .timeline-content p {
	margin-bottom: 1em;
	margin-top: 0;
	color:#999999;
}
 .timeline-date {
	font-size:13pt;
    color: #1f60b3;
	margin:25px 0 0 0;
  }
/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
	margin-bottom: 0;
    position: relative;
  }
  .timeline > li h3 {
	font-size:12pt;
	margin:1.1em 0 0.5em 0;
	font-weight:normal;
	line-height:1.4em;
	}
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 15px;
	font-size:13pt;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #1f60b3;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
.timeline > li .timeline-content p {
	margin-bottom: 1.5em;
	margin-top: -2em;
	color:#999999;
}
}


/*--------------------------------------------------------------
## page
--------------------------------------------------------------*/
section.no_bg {
	padding:80px 0;
	background-color:#ffffff;
}
section.grey_bg {
	padding:80px 0;
	background-color:#f2f2f2;
}

@media screen and (max-width: 768px){
	.sp_pad0 {
		padding:0 !important;
	}
}
.well2 {
    margin: 1em 0 30px;
    padding: 1em 1.5em;
    line-height: 2;
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    background: #fcfcfc;
    box-shadow: 7px 7px 0 #ededed;
}
.well2 i {
    font-family: FontAwesome;
	font-style:normal;
	font-size:16pt;
}
ul.company {
	padding:0.5em;
	list-style-type:none;
	margin: -1.2em 0 0 0;
}
ul.company li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
	border:none !important;
}
ul.company li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #474b9d;
}
ul.container li ul.company, ul.container_rev li ul.company {
	padding:0.5em;
	list-style-type:none;
	margin: 0 0 0 0;
}
ul.container li ul.company li, ul.container_rev li ul.company li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
ul.container li ul.company li:before , ul.container_rev li ul.company li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #3F51B5;
}
ol.company {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0;
  margin:0 0 1em 0;
  /*background: #f5faff;*/
}
ol.company li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.7em 0.5em 0.7em 30px;
}

ol.company li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #474b9d;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip1281 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 800px;
  max-height: 600px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
figure.snip1281 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1281 img {
  opacity: 0.7;
  max-width: 100%;
}
figure.snip1281:after {
  background: #000000;
  width: 0;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1281 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip1281 h2,
figure.snip1281 span {
  margin: 0;
  width: 100%;
}
figure.snip1281 h2 {
  font-weight: 600;
  text-transform: uppercase;
  color:#ffffff;
  font-size:14pt;
}
figure.snip1281 span {
  color: #e6e6e6;
  font-weight: 700;
  text-transform: uppercase;
  line-height:1.3em;
}
figure.snip1281 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1281.blue:after {
  background-color: #2980b9;
}
figure.snip1281.blue span {
  color: #409ad5;
}
figure.snip1281.red:after {
  background-color: #c0392b;
}
figure.snip1281.red span {
  color: #d65548;
}
figure.snip1281.yellow:after {
  background-color: #f39c12;
}
figure.snip1281.yellow span {
  color: #f5b043;
}
figure.snip1281.green:after {
  background-color: #27ae60;
}
figure.snip1281.green span {
  color: #36d278;
}
figure.snip1281:hover img,
figure.snip1281.hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
figure.snip1281:hover:after,
figure.snip1281.hover:after {
  width: 100%;
}
.flexslider .flex-caption {
	display:none;
}
.ewic-slider-lite.ready_to_show {
	box-shadow:none !important;
	border:none !important;
}
.flexslider .flex-control-nav {
	display:none;
}

/**normal**/
ul.container {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	padding:0;
	margin:0 0 1em 0;
}
ul.container > li:first-child {
	width:50%;
	margin:0;
	padding:0 15px 0 0;
}
ul.container > li:last-child {
	width:50%;
	margin:0;
	padding: 0 0 0 15px;
}
@media only screen and (max-width: 992px) {
	ul.container {
		display: block;
		list-style-type: none;
	}
	ul.container > li:first-child  {
		width:100%;
		margin:0;
		padding:0;
	}
	ul.container > li:last-child {
		width:100%;
		margin:0;
		padding:0;
		border-left:none;
	}
}

/**reverse**/

ul.container_rev {
	display: flex;
	flex-direction: row-reverse;
	list-style-type: none;
	padding:0;
	margin:0 0 1em 0;
}
ul.container_rev > li:first-child {
	width:50%;
	margin:0;
	padding: 0 0 0 15px;
}
ul.container_rev > li:last-child {
	width:50%;
	margin:0;
	padding:0 15px 0 0;
;
}
@media only screen and (max-width: 992px) {
	ul.container_rev {
		display: block;
		list-style-type: none;
	}
	ul.container_rev > li:first-child  {
		width:100%;
		margin:0;
		padding:0;
		border-left:none;
	}
	ul.container_rev > li:last-child {
		width:100%;
		margin:0;
		padding:0;
	}
}

/*--------------------------------------------------------------
## Common
--------------------------------------------------------------*/

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:15px 0;
  max-width:800px;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 5px;
  background: #474b9d;
  display: block;
  order: -1;
}
.tab-wrap .tab-label {
  font-weight:normal;
  color: #111111;
  background: #ffffff;
  border-top:1px solid #111111;
  border-right:1px solid #111111;
  border-left:1px solid #111111;
  border-bottom:none;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em 5px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  margin-bottom:0;
  transition: all 0.3s ease-in-out;
  font-weight:normal;
}
@media only screen and (max-width: 993px) {
	.tab-wrap .tab-label {
	white-space: normal;
	font-size:10pt;
	}
}
.tab-wrap .tab-label:hover {
  background: #474b9d;
  color:#ffffff;
}
.tab-wrap .tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-wrap .tab-switch:checked+.tab-label {
  background: #474b9d;
  color:#ffffff;
  font-weight:normal;
}
.tab-wrap .tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  border-right: 1px solid #111111;
  border-left: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
.tab-wrap .tab-switch {
  display: none;
}


footer.page-entry-footer{
	display:none;
}
footer.page-entry-footer span.edit-link a.post-edit-link {
	display:none;
}
.pcOnly {
	display: none;
}
@media only screen and (min-width: 992px) {
	.pcOnly {
		display: block;
	}
}
.spOnly {
	display: block;
}
@media only screen and (min-width: 992px) {
	.spOnly {
		display: none;
	}
}
.button-arrow {
 position:relative;
 display:block;
 width:240px;
 margin:0 auto;
 padding:18px 16px 17px;
 border:1px solid #08ab29;
 text-align:center;
 font-size:11pt;
 letter-spacing:0.01em;
 line-height:1.8;
 color:#000000;
 background:#ffffff;
}
.button-arrow:after {
 position:absolute;
 content:"";
 background:#08ab29;
 width:22px;
 height:1px;
 right:-11px;
 top:50%;
 opacity:1;
 transition:opacity .3s .0s ease-in-out;
 transform:scale(1.0001)
}
.button-arrow > span:before {
 position:absolute;
 content:"";
 height:1px;
 left:100%;
 top:50%;
 width:0;
 z-index:1;
 background:linear-gradient(90deg, #fff 55%, #08ab29 45%);
 transform:translateX(-37px);
 transform-origin:left;
 transition:width .3s .3s ease-in-out
}
.button-arrow > span:after {
 position:absolute;
 content:"";
 background:#08ab29;
 width:0;
 height:1px;
 top:50%;
 right:-33px;
 transform:rotate(28deg);
 transform-origin:right;
 transition:width .2s .0s ease-in-out
}
 .button-arrow:hover,
 .button-arrow:focus,
 .button-arrow:active {
  background:#08ab29;
  color:#fff;
  opacity:1;
  border-color:transparent
 }
 .button-arrow:hover:after,
 .button-arrow:focus:after,
 .button-arrow:active:after {
  opacity:0;
  transition:opacity .3s .2s ease-in-out
 }
 .button-arrow:hover>span:before,
 .button-arrow:focus>span:before,
 .button-arrow:active>span:before {
  width:70px;
  transition:width .3s .2s ease-in-out
 }
 .button-arrow:hover>span:after,
 .button-arrow:focus>span:after,
 .button-arrow:active>span:after {
  width:16px;
  transition:width .2s .4s ease-in-out
 }

.button-arrow2 {
 position:relative;
 display:block;
 width:240px;
 margin:0;
 padding:18px 16px 17px;
 border:1px solid #474b9d;
 text-align:center;
 font-size:12.5pt;
 letter-spacing:0.01em;
 line-height:1.8;
 color:#000000;
 background:#ffffff;
}
@media only screen and (max-width: 767px) {
	.button-arrow2 {
	margin:0 auto;
	}
}
.button-arrow2:after {
 position:absolute;
 content:"";
 background:#474b9d;
 width:22px;
 height:1px;
 right:-11px;
 top:50%;
 opacity:1;
 transition:opacity .3s .0s ease-in-out;
 transform:scale(1.0001)
}
.button-arrow2 > span:before {
 position:absolute;
 content:"";
 height:1px;
 left:100%;
 top:50%;
 width:0;
 z-index:1;
 background:linear-gradient(90deg, #fff 55%, #474b9d 45%);
 transform:translateX(-37px);
 transform-origin:left;
 transition:width .3s .3s ease-in-out
}
.button-arrow2 > span:after {
 position:absolute;
 content:"";
 background:#474b9d;
 width:0;
 height:1px;
 top:50%;
 right:-33px;
 transform:rotate(28deg);
 transform-origin:right;
 transition:width .2s .0s ease-in-out
}
 .button-arrow2:hover,
 .button-arrow2:focus,
 .button-arrow2:active {
  background:#474b9d;
  color:#fff;
  opacity:1;
  border-color:transparent
 }
 .button-arrow2:hover:after,
 .button-arrow2:focus:after,
 .button-arrow2:active:after {
  opacity:0;
  transition:opacity .3s .2s ease-in-out
 }
 .button-arrow2:hover>span:before,
 .button-arrow2:focus>span:before,
 .button-arrow2:active>span:before {
  width:70px;
  transition:width .3s .2s ease-in-out
 }
 .button-arrow2:hover>span:after,
 .button-arrow2:focus>span:after,
 .button-arrow2:active>span:after {
  width:16px;
  transition:width .2s .4s ease-in-out
 }
 
 
 .button-arrow3 {
 position:relative;
 display:block;
 width:240px;
 margin:0 auto;
 padding:18px 16px 17px;
 border:1px solid #474b9d;
 text-align:center;
 font-size:11pt;
 letter-spacing:0.01em;
 line-height:1.8;
 color:#000000;
 background:#ffffff;
}
.button-arrow3:after {
 position:absolute;
 content:"";
 background:#5facb3;
 width:22px;
 height:1px;
 right:-11px;
 top:50%;
 opacity:1;
 transition:opacity .3s .0s ease-in-out;
 transform:scale(1.0001)
}
.button-arrow3 > span:before {
 position:absolute;
 content:"";
 height:1px;
 left:100%;
 top:50%;
 width:0;
 z-index:1;
 background:linear-gradient(90deg, #5facb3 55%, #5facb3 45%);
 transform:translateX(-37px);
 transform-origin:left;
 transition:width .3s .3s ease-in-out
}
.button-arrow3 > span:after {
 position:absolute;
 content:"";
 background:#5facb3;
 width:0;
 height:1px;
 top:50%;
 right:-33px;
 transform:rotate(28deg);
 transform-origin:right;
 transition:width .2s .0s ease-in-out
}
 .button-arrow3:hover,
 .button-arrow3:focus,
 .button-arrow3:active {
  background:#474b9d;
  color:#fff;
  opacity:1;
  border-color:transparent
 }
 .button-arrow3:hover:after,
 .button-arrow3:focus:after,
 .button-arrow3:active:after {
  opacity:0;
  transition:opacity .3s .2s ease-in-out
 }
 .button-arrow3:hover>span:before,
 .button-arrow3:focus>span:before,
 .button-arrow3:active>span:before {
  width:70px;
  transition:width .3s .2s ease-in-out
 }
 .button-arrow3:hover>span:after,
 .button-arrow3:focus>span:after,
 .button-arrow3:active>span:after {
  width:16px;
  transition:width .2s .4s ease-in-out
 }
 
 
 .button-arrow4 {
 position:relative;
 display:block;
 width:240px;
 margin:0 auto;
 padding:18px 16px 17px;
 border:1px solid #474b9d;
 text-align:center;
 font-size:12.5pt;
 letter-spacing:0.01em;
 line-height:1.8;
 color:#ffffff;
 background:#474b9d;
}
@media only screen and (max-width: 767px) {
	.button-arrow4 {
	margin:0 auto;
	}
}
.button-arrow4:after {
 position:absolute;
 content:"";
 background:#77a0db;
 width:22px;
 height:1px;
 right:-11px;
 top:50%;
 opacity:1;
 transition:opacity .3s .0s ease-in-out;
 transform:scale(1.0001)
}
.button-arrow4 > span:before {
 position:absolute;
 content:"";
 height:1px;
 left:100%;
 top:50%;
 width:0;
 z-index:1;
 background:linear-gradient(90deg, #77a0db 55%, #77a0db 45%);
 transform:translateX(-37px);
 transform-origin:left;
 transition:width .3s .3s ease-in-out
}
.button-arrow4 > span:after {
 position:absolute;
 content:"";
 background:#77a0db;
 width:0;
 height:1px;
 top:50%;
 right:-33px;
 transform:rotate(28deg);
 transform-origin:right;
 transition:width .2s .0s ease-in-out
}
 .button-arrow4:hover,
 .button-arrow4:focus,
 .button-arrow4:active {
  background:#ffffff;
  color:#fff;
  opacity:1;
  border-color:transparent
   border:1px solid #474b9d;
   color:#474b9d;
 }
 .button-arrow4:hover:after,
 .button-arrow4:focus:after,
 .button-arrow4:active:after {
  opacity:0;
  transition:opacity .3s .2s ease-in-out
 }
 .button-arrow4:hover>span:before,
 .button-arrow4:focus>span:before,
 .button-arrow4:active>span:before {
  width:70px;
  transition:width .3s .2s ease-in-out
 }
 .button-arrow4:hover>span:after,
 .button-arrow4:focus>span:after,
 .button-arrow4:active>span:after {
  width:16px;
  transition:width .2s .4s ease-in-out
 }
 
 
.button-arrow5 {
 position:relative;
 display:block;
 width:240px;
 margin:0;
 padding:18px 16px 17px;
 border:1px solid #474b9d;
 text-align:center;
 font-size:12.5pt;
 letter-spacing:0.01em;
 line-height:1.8;
 color:#ffffff;
 background:#474b9d;
}
@media only screen and (max-width: 767px) {
	.button-arrow5 {
	margin:0 auto;
	}
}
.button-arrow5:after {
 position:absolute;
 content:"";
 background:#77a0db;
 width:22px;
 height:1px;
 right:-11px;
 top:50%;
 opacity:1;
 transition:opacity .3s .0s ease-in-out;
 transform:scale(1.0001)
}
.button-arrow5 > span:before {
 position:absolute;
 content:"";
 height:1px;
 left:100%;
 top:50%;
 width:0;
 z-index:1;
 background:linear-gradient(90deg, #77a0db 55%, #77a0db 45%);
 transform:translateX(-37px);
 transform-origin:left;
 transition:width .3s .3s ease-in-out
}
.button-arrow5 > span:after {
 position:absolute;
 content:"";
 background:#77a0db;
 width:0;
 height:1px;
 top:50%;
 right:-33px;
 transform:rotate(28deg);
 transform-origin:right;
 transition:width .2s .0s ease-in-out
}
 .button-arrow5:hover,
 .button-arrow5:focus,
 .button-arrow5:active {
  background:#ffffff;
  color:#fff;
  opacity:1;
  border-color:transparent
   border:1px solid #474b9d;
   color:#474b9d;
 }
 .button-arrow5:hover:after,
 .button-arrow5:focus:after,
 .button-arrow5:active:after {
  opacity:0;
  transition:opacity .3s .2s ease-in-out
 }
 .button-arrow5:hover>span:before,
 .button-arrow5:focus>span:before,
 .button-arrow5:active>span:before {
  width:70px;
  transition:width .3s .2s ease-in-out
 }
 .button-arrow5:hover>span:after,
 .button-arrow5:focus>span:after,
 .button-arrow5:active>span:after {
  width:16px;
  transition:width .2s .4s ease-in-out
 }
 
 
 .button-arrow6 {
 position:relative;
 display:block;
 width:310px;
 margin:0;
 padding:18px 16px 17px;
 border:1px solid #003785;
 text-align:center;
 font-size:12pt;
 letter-spacing:0.01em;
 line-height:1.8;
 color:#ffffff;
 background:#003785;
}
@media only screen and (max-width: 767px) {
	.button-arrow6 {
	margin:0 auto;
	}
}
.button-arrow6:after {
 position:absolute;
 content:"";
 background:#7aa2da;
 width:22px;
 height:1px;
 right:-11px;
 top:50%;
 opacity:1;
 transition:opacity .3s .0s ease-in-out;
 transform:scale(1.0001)
}
.button-arrow6 > span:before {
 position:absolute;
 content:"";
 height:1px;
 left:100%;
 top:50%;
 width:0;
 z-index:1;
 background:linear-gradient(90deg, #7aa2da 55%, #7aa2da 45%);
 transform:translateX(-37px);
 transform-origin:left;
 transition:width .3s .3s ease-in-out
}
.button-arrow6 > span:after {
 position:absolute;
 content:"";
 background:#7aa2da;
 width:0;
 height:1px;
 top:50%;
 right:-33px;
 transform:rotate(28deg);
 transform-origin:right;
 transition:width .2s .0s ease-in-out
}
 .button-arrow6:hover,
 .button-arrow6:focus,
 .button-arrow6:active {
  background:#ffffff;
  color:#fff;
  opacity:1;
  border-color:transparent
   border:1px solid #003785;
   color:#474b9d;
 }
 .button-arrow6:hover:after,
 .button-arrow6:focus:after,
 .button-arrow6:active:after {
  opacity:0;
  transition:opacity .3s .2s ease-in-out
 }
 .button-arrow6:hover>span:before,
 .button-arrow6:focus>span:before,
 .button-arrow6:active>span:before {
  width:70px;
  transition:width .3s .2s ease-in-out
 }
 .button-arrow6:hover>span:after,
 .button-arrow6:focus>span:after,
 .button-arrow6:active>span:after {
  width:16px;
  transition:width .2s .4s ease-in-out
 }
 
 
  .button-arrow7 {
 position:relative;
 display:block;
 width:180px;
 margin:0 auto;
 padding:18px 16px 17px;
 border:1px solid #474b9d;
 text-align:center;
 font-size:12.5pt;
 letter-spacing:0.01em;
 line-height:1.2;
 color:#ffffff;
 background:#474b9d;
}
@media only screen and (max-width: 767px) {
	.button-arrow7 {
	margin:0 auto;
	}
}
.button-arrow7:after {
 position:absolute;
 content:"";
 background:#77a0db;
 width:22px;
 height:1px;
 right:-11px;
 top:50%;
 opacity:1;
 transition:opacity .3s .0s ease-in-out;
 transform:scale(1.0001)
}
.button-arrow7 > span:before {
 position:absolute;
 content:"";
 height:1px;
 left:100%;
 top:50%;
 width:0;
 z-index:1;
 background:linear-gradient(90deg, #77a0db 55%, #77a0db 45%);
 transform:translateX(-37px);
 transform-origin:left;
 transition:width .3s .3s ease-in-out
}
.button-arrow7 > span:after {
 position:absolute;
 content:"";
 background:#77a0db;
 width:0;
 height:1px;
 top:50%;
 right:-33px;
 transform:rotate(28deg);
 transform-origin:right;
 transition:width .2s .0s ease-in-out
}
 .button-arrow7:hover,
 .button-arrow7:focus,
 .button-arrow7:active {
  background:#ffffff;
  color:#fff;
  opacity:1;
  border-color:transparent
   border:1px solid #474b9d;
   color:#474b9d;
 }
 .button-arrow7:hover:after,
 .button-arrow7:focus:after,
 .button-arrow7:active:after {
  opacity:0;
  transition:opacity .3s .2s ease-in-out
 }
 .button-arrow7:hover>span:before,
 .button-arrow7:focus>span:before,
 .button-arrow7:active>span:before {
  width:70px;
  transition:width .3s .2s ease-in-out
 }
 .button-arrow7:hover>span:after,
 .button-arrow7:focus>span:after,
 .button-arrow7:active>span:after {
  width:16px;
  transition:width .2s .4s ease-in-out
 }
span.arrow-move{
    display:block;
    padding:0 30px 0 0;
    color:#000000;
    margin:5px;
    cursor:pointer;
    position: relative;
    text-decoration: none;
}
span.arrow-move::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 70px;
    height: 5px;
    border: none;
    border-right: 2px solid #000000;
    border-bottom: 1px solid #000000;
    transform: skew(45deg);
    transition: .3s;
}
span.arrow-move:hover::after{
    right: 10px;
    width: 80px;
}

span.arrow-move2{
    display:block;
    padding:0 30px 0 0;
    color:#474b9d;
    margin:5px;
    cursor:pointer;
    position: relative;
    text-decoration: none;
}
span.arrow-move2::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 70px;
    height: 5px;
    border: none;
    border-right: 2px solid #474b9d;
    border-bottom: 1px solid #474b9d;
    transform: skew(45deg);
    transition: .3s;
}
span.arrow-move2:hover::after{
    right: 10px;
    width: 80px;
}
a.button {
  position: relative;
  z-index: 2;
  background-color: #474b9d;
  border: 1px solid #474b9d;
  color: #ffffff;
  line-height: 50px;
  display:inline-block;
  padding: 0 50px;
  font-size: 11pt;
  letter-spacing:0.06em;
}
a.button:hover {
  background-color: #fff;
  border-color: #474b9d;
  color: #474b9d;
}
a.button::before,
a.button::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #474b9d;
}
a.button::before {
  top: 0;
}
a.button::after {
  bottom: 0;
}
a.button:hover::before,
a.button:hover::after {
  height: 0;
  background-color: #474b9d;
}

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

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


a.button3 {
  display: inline-block;
  width: 250px;
  height: 65px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  letter-spacing:0.2em;
  outline: none;
}
a.button3::before,
a.button3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
a.button3,
a.button3::before,
a.button3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.button3 {
  position: relative;
  z-index: 50;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  line-height: 65px;
}
a.button3:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
a.button3::before,
a.button3::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: none;
}
a.button3::before {
  right: 0;
}
a.button3::after {
  left: 0;
}
a.button3:hover::before,
a.button3:hover::after {
  width: 0;
  background-color: #ffffff;
}

a.button4 {
  display: inline-block;
  width: 200px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  letter-spacing:0.2em;
  outline: none;
  font-size: 10pt;
}
a.button4::before,
a.button4::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
a.button4,
a.button4::before,
a.button4::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.button4 {
  position: relative;
  z-index: 50;
  background: none;
  border: 1px solid #000000;
  color: #000000;
  line-height: 50px;
}
a.button4:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
a.button4::before,
a.button4::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: none;
}
a.button4::before {
  right: 0;
}
a.button4::after {
  left: 0;
}
a.button4:hover::before,
a.button4:hover::after {
  width: 0;
  background-color: #ffffff;
}

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

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


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;
  font-size:10.5pt;
  letter-spacing:0.07em;
}
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: #474b9d;
  border: 2px solid #474b9d;
  color: #fff;
  line-height: 50px;
}
a.mob_button1:hover {
  background-color: #fff;
  border-color: #474b9d;
  color: #474b9d;
}
a.mob_button1::before,
a.mob_button1::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #474b9d;
}
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: #474b9d;
}


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;
  font-size:10.5pt;
  letter-spacing:0.07em;
}
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: #e9ab32;
  border: 2px solid #e9ab32;
  color: #fff;
  line-height: 50px;
}
a.mob_button2:hover {
  background-color: #fff;
  border-color: #e9ab32;
  color: #e9ab32;
}
a.mob_button2::before,
a.mob_button2::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #e9ab32;
}
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: #e9ab32;
}

a.mob_button3 {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin:0 0 -25px 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: #2cbf14;
  border: 2px solid #2cbf14;
  color: #fff;
  line-height: 50px;
}
a.mob_button3:hover {
  background-color: #fff;
  border-color: #2cbf14;
  color: #2cbf14;
}
a.mob_button3::before,
a.mob_button3::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #2cbf14;
}
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: #2cbf14;
}

.tit_01 {
	font-size:20pt;
	letter-spacing:0.2em;
	color:#000000;
	margin:80px 0 50px 0;
	padding:0;
	font-weight:normal;
	display: inline-block;
	line-height:1.7em;
}
@media only screen and (max-width: 480px) {
	.tit_01 {
		font-size:16pt;
	}
}
.tit_02 {
	font-size:16pt;
	letter-spacing:0.05em;
	color:#000000;
	margin:80px 0 100px 0;
	font-weight:bold;
	display: inline-block;
	line-height:1.7em;
}
.tit_02_mv {
	font-size:14pt;
	letter-spacing:0.05em;
	color:#000000;
	margin:10px 0 100px 0;
	font-weight:bold;
	display: inline-block;
	line-height:1.7em;
}
.tit_02_s {
	font-size:16pt;
	letter-spacing:0.05em;
	color:#000000;
	margin:80px 0 40px 0;
	font-weight:bold;
	display: inline-block;
	line-height:1.7em;
}

.tit_03 {
	font-size:22pt;
	letter-spacing:0.05em;
	color:#000000;
	margin:80px 0 100px 0;
	padding:0 0 25px 0;
	border-bottom: 2px solid #BE2F33;
	font-weight:bold;
	display: inline-block;
	line-height:1.7em;
}
.tit_04 {
	font-size:14pt;
	letter-spacing:0.05em;
	color:#000000;
	margin:12px 0 0 0;
	font-weight:bold;
	display: inline-block;
	line-height:1.7em;
}
.tit_05 {
	font-size:20pt;
	letter-spacing:0.2em;
	color:#000000;
	border-bottom: 4px solid #e70014;
	display: inline-block;
	font-family: "Open Sans",sans-serif;
	font-weight: 400;
	margin: 30px 0 10px;
	padding: 0 0 14px;
}
@media only screen and (max-width: 480px) {
	.tit_05 {
		font-size:16pt;
	}
}
.tit_red {
	font-size:16pt;
	letter-spacing:0.05em;
	color:#BB342E;
	margin:0 0 10px 0;
	font-weight:bold;
	display: inline-block;
	line-height:1.6em;
}
.tit_red2 {
	font-size:16pt;
	letter-spacing:0.05em;
	color:#BB342E;
	margin:4em 0 10px 0;
	font-weight:bold;
	display:block;
	line-height:1.6em;
}
.tit_no {
	display: inline-block;
	font-family: 'Roboto', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 28pt;
	color: #bb342e;
	margin:0 0 20px 0;
}
.sub_tit_01 {
	margin-bottom: 1.8em;
	font-weight: 700;
	font-size: 16pt;
	color: #bb342e;
	margin:0 0 20px 0;
	display: inline-block;
}
.sub_tit_02 {
	margin-bottom: 1.8em;
	font-weight: 700;
	font-size: 18pt;
	color: #bb342e;
	margin:0 0 20px 0;
	display: inline-block;
	line-height:1.4em;
}
.sub_tit_03 {
	margin-bottom: 1.8em;
	font-weight: 600;
	font-size: 14pt;
	color: #bb342e;
	margin:0 0 5px 0;
	display: block;
}
.sub_tit_03_b {
	margin-bottom: 1.8em;
	font-weight: 600;
	font-size: 14pt;
	color: #bb342e;
	border-bottom:1px dotted #bb342e;
	padding:0 0 20px 0;
	margin:4em 0 25px 0;
	display: block;
}
.sub_tit_04 {
	margin-bottom: 1.8em;
	font-weight: 600;
	font-size: 12pt;
	color: #000000;
	margin:0 0 5px 0;
	display: block;
}
.clear {
	clear: both;
}
	cursor:pointer;
}
a:hover {
	cursor:pointer;
}
a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-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;
}
.flex {
	display:flex;
	flex-wrap:wrap;
}
.full_pad {
	padding: 40px 80px;
}
@media only screen and (max-width: 1200px) {
	.full_pad {
		padding: 30px 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.full_pad {
		padding: 30px 30px;
	}
}
@media only screen and (max-width: 992px) {
	.full_pad {
		padding: 30px 30px;
	}
}
@media only screen and (max-width: 768px) {
	.full_pad {
		padding: 15px 20px;
	}
}
@media only screen and (max-width: 480px) {
	.full_pad {
		padding: 15px;
	}
}

.full_padd {
	padding: 0 80px 40px 80px;
}
@media only screen and (max-width: 1200px) {
	.full_padd {
		padding: 0 30px 30px 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.full_padd {
		padding:  0 30px 30px 30px;
	}
}
@media only screen and (max-width: 992px) {
	.full_padd {
		padding:  0 30px 30px 30px;
	}
}
@media only screen and (max-width: 768px) {
	.full_padd {
		padding: 0 20px 15px 20px;
	}
}
@media only screen and (max-width: 480px) {
	.full_padd {
		padding: 0 15px 15px 15px;
	}
}

.full_pad_m {
	padding: 0 50px 25px 50px;
}
@media only screen and (max-width: 1200px) {
	.full_pad_m {
		padding:  0 30px 15px 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.full_pad_m {
		padding:  0 30px 15px 30px;
	}
}
@media only screen and (max-width: 992px) {
	.full_pad_m {
		padding:  0 30px 15px 30px;
	}
}
@media only screen and (max-width: 768px) {
	.full_pad_m {
		padding:  0 20px 15px 20px;
	}
}
@media only screen and (max-width: 480px) {
	.full_pad_m {
		padding: 0 15px 15px 15px;
	}
}
.full_pad_m2 {
	padding: 0 50px 40px 50px;
}
@media only screen and (max-width: 1200px) {
	.full_pad_m2 {
		padding:  0 30px 20px 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.full_pad_m2 {
		padding:  0 30px 20px 30px;
	}
}
@media only screen and (max-width: 992px) {
	.full_pad_m2 {
		padding:  20px 30px 20px 30px;
	}
}
@media only screen and (max-width: 768px) {
	.full_pad_m2 {
		padding:  20px 20px 20px 20px;
	}
}
@media only screen and (max-width: 480px) {
	.full_pad_m2 {
		padding: 20px 15px 20px 15px;
	}
}



.sm_pad {
	padding-bottom:0;
}
@media only screen and (max-width: 992px) {
	.sm_pad {
		padding-bottom:3em;
	}
}
.pc_img {
	display:block;
}
@media only screen and (max-width: 992px) {
	.pc_img {
	display:none;
	}
}
.mob_img {
	display:none;
}
@media only screen and (max-width: 992px) {
	.mob_img {
		display:block;
	}
}
.pc_img2 {
	display:block;
}
@media only screen and (max-width: 1200px) {
	.pc_img2 {
	display:none;
	}
}
.mob_img2 {
	display:none;
}
@media only screen and (max-width: 1200px) {
	.mob_img2 {
		display:block;
	}
}
.in_bl {
	display:inline-block !important;
}
.mincho {
	font-family:  'Hiragino Mincho ProN', 'Yu Mincho', serif;
}
.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;
}
.point12_5 {
	font-size: 12.5pt !important;
}
.point13 {
	font-size: 13pt !important;
}
.point14 {
	font-size: 14pt !important;
}
.point15 {
	font-size: 15pt !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;
}
.point34 {
	font-size: 34pt !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_w150 {
	max-width: 150px;
	width:100%;
	height: auto;
}
.min_h570 {
	min-height:570px !important;
}
.max_w180 {
	max-width: 180px;
	width:100%;
	height: auto;
}
.max_w200 {
	max-width: 200px;
	width:100%;
	height: auto;
}
.max_w250 {
	max-width: 250px;
	width:100%;
	height: auto;
}
.max_w600 {
	max-width: 600px;
	width:100%;
	height: auto;
}
.max_w371 {
	max-width: 371px;
	width:100%;
	height: auto;
}
.max_w800 {
	max-width: 800px;
	width:100%;
	height: auto;
}
.max_w850 {
	max-width: 850px;
	width:100%;
	height: auto;
}
.max_w900 {
	max-width: 900px;
	width:100%;
	height: auto;
}
.max_w1000 {
	max-width: 1000px;
	width:100%;
	height: auto;
}
.max_w1140 {
	max-width: 1140px;
	width:100%;
	height: auto;
}
.bk_box {
	border: 1px solid #000000;
	padding:12px;
}
.normal {
	font-weight: normal;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.text_c {
	text-align: center !important;
}
.text_cl {
	text-align: center !important;
}
@media only screen and (max-width: 992px) {
	.text_cl {
		text-align: left !important;
	}
}
.text_lc {
	text-align: left !important;
}
@media only screen and (max-width: 992px) {
	.text_lc {
		text-align: center !important;
	}
}
.text_c_mob {
	text-align: left !important;
}
@media only screen and (max-width: 992px) {
	.text_c_mob {
		text-align: center !important;
	}
}
.text_c_pc {
	text-align: center !important;
}
@media handheld, only screen and (max-width: 767px) {
	.text_c_pc {
		text-align: left !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;
	}
}
.letter_s_0_1 {
	letter-spacing:0.1em;
}
.lh_14 {
	line-height:1.4em !important;
}
.lh_24 {
	line-height:2.4em !important;
}
@media handheld, only screen and (max-width: 767px) {
	.lh_24 {
		line-height:1.8em !important;
	}
}
.lh_30 {
	line-height:3.0em !important;
}
@media handheld, only screen and (max-width: 767px) {
	.lh_30 {
		line-height:2.0em !important;
		}
}
.h_100 {
	height:100%;
}
.m0 {
	margin:0 !important;
}
.m0_auto{
	margin:0 auto !important;
}
.pad0 {
	padding:0 !important;
}
.pad_b0 {
	padding-bottom:0 !important;
}
.mv_0_5em {
	margin: 0.5em 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_7em {
	margin: 7em 0;
}
.mv_8em {
	margin: 8em 0;
}
.mv_9em {
	margin: 9em 0;
}
.mv_10em {
	margin: 10em 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_t4em {
	margin: 4em 0 0 0 !important;
}
.mv_t5em {
	margin: 5em 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_b4em {
	margin: 0 0 4em 0 !important;
}
.mv_b5em {
	margin: 0 0 5em 0 !important;
}
.mv_b6em {
	margin: 0 0 6em 0 !important;
}
.mv_b8em {
	margin: 0 0 8em 0 !important;
}
.mv_b10em {
	margin: 0 0 10em 0 !important;
}
.mv_b5 {
	margin: 0 0 5px 0 !important;
}
.mv_b20 {
	margin: 0 0 20px 0 !important;
}
.mv_b25 {
	margin: 0 0 25px 0 !important;
}
.mv_b100 {
	margin: 0 0 100px 0 !important;
}
.mv_b125 {
	margin: 0 0 125px 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_r5 {
	margin-right: 5px !important;
}
.mv_r15 {
	margin-right: 15px !important;
}
.mv_l_15 {
	margin-left: -15px !important;
}
.mv_l_15_2 {
	margin-left: -15px !important;
	margin-bottom: 45px !important;
}
.brder_r_15 {
	border-radius: 15px;
}
.brder_r_box_15 {
	border-radius: 15px ;
	padding:15px 15px 5px 15px;
	border:1px solid #333;
}
.m_center {
	margin-left: auto;
	margin-right: auto;
}
.pad_l {
	padding-left: 1em;
}
.p0 {padding:0 !important;}
.pad_l25 {
	padding-left: 25px;
}
.pad_t0 {
	padding-top: 0 !important;
}
.pad_t1em {
	padding-top: 1em !important;
}
.pad_t2em {
	padding-top: 2em !important;
}
.pad_15 { padding:15px;}
.bg_grey {
	background-color:#EEEEEE;
}
.bg_red {
	background-color:#BE2F33;
}
.sep_red {
	background-color:#BE2F33;
	padding:8em 0;
}
@media handheld, only screen and (max-width: 767px) {
	.sep_red {
		padding:4em 0;
	}
}
.sep_bk {
	background-color:#1B1B1B;
	padding:8em 0;
}
@media handheld, only screen and (max-width: 767px) {
	.sep_bk {
		padding:4em 0;
	}
}
.red {color: #ED2D0F !important;}
.black {color: #000000 !important;}
.pink {color: #e4007f !important;}
.white {color: #ffffff !important;}
.l_purple{color:#a1657f !important;}
.l_orange{color:#de635c !important;}
.l_pink{color:#e37799 !important;}
.green{color:#474b9d !important;}
.l_green{color:#c3cf38 !important;}
.gold {color:#B08F6C !important;}
.blue {color:#0a71a6 !important;}
.block {display:block;}

.bk_box {
	border: 2px solid #000000;
	padding:20px;
}
/*--------------------------------------------------------------
## Tab Menu
--------------------------------------------------------------*/
.tab_menu6 {
	margin:3em 0;
}
.tab_menu6 ul {
	border: 1px solid #aaa;
	border-radius: 5px;
	display: table;
	margin: auto;
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	width: 100%;
	padding:0;
}
.tab_menu6 ul li:nth-child(1), .tab_menu6 ul li:nth-child(2), .tab_menu6 ul li:nth-child(3), .tab_menu6 ul li:nth-child(4), .tab_menu6 ul li:nth-child(5) {
	border-right: 1px solid #aaa;
}
.tab_menu6 ul li {
	box-sizing: border-box;
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	width: 16.666%;
	background:#000000;
	transition: 0.8s;
}
@media (max-width: 768px) {
	.tab_menu6 ul li:nth-child(1), .tab_menu6 ul li:nth-child(2), .tab_menu6 ul li:nth-child(3), .tab_menu6 ul li:nth-child(4), .tab_menu6 ul li:nth-child(5) {
		border-right: none;
		border-bottom: 1px solid #aaa;
	}
	.tab_menu6 ul li {
		display: block;
		height: auto;
		vertical-align: middle;
		width: auto;
	}
}
.tab_menu6 ul li:hover {
	background:#4E4E4E;
}
.tab_menu6 ul li.current {
	background: #ffffff;
}
.tab_menu6 ul li.current:hover {
	background: #ffffff;
}
.tab_menu6 ul li a {
	display: block;
	height: 100%;
	line-height: 50px;
	transition: all 0.3s ease 0s;
	color:#ffffff;
	font-size:11pt;
}
.tab_menu6 ul li.current a {
	color: #000000;
}

.tab_menu5 {
	margin:3em 0;
}
.tab_menu5 ul {
	border: 1px solid #aaa;
	border-radius: 5px;
	display: table;
	margin: auto;
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	width: 100%;
	padding:0;
}
.tab_menu5 ul li:nth-child(1), .tab_menu5 ul li:nth-child(2), .tab_menu5 ul li:nth-child(3), .tab_menu5 ul li:nth-child(4) {
	border-right: 1px solid #aaa;
}
.tab_menu5 ul li {
	box-sizing: border-box;
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	width: 20%;
	background:#000000;
	transition: 0.8s;
}
@media (max-width: 768px) {
	.tab_menu5 ul li:nth-child(1), .tab_menu5 ul li:nth-child(2), .tab_menu5 ul li:nth-child(3), .tab_menu5 ul li:nth-child(4) {
		border-right: none;
		border-bottom: 1px solid #aaa;
	}
	.tab_menu5 ul li {
		display: block;
		height: auto;
		vertical-align: middle;
		width: auto;
	}
}
.tab_menu5 ul li:hover {
	background:#4E4E4E;
}
.tab_menu5 ul li.current {
	background: #ffffff;
}
.tab_menu5 ul li.current:hover {
	background: #ffffff;
}
.tab_menu5 ul li a {
	display: block;
	height: 100%;
	line-height: 50px;
	transition: all 0.3s ease 0s;
	color:#ffffff;
	font-size:11pt;
}
.tab_menu5 ul li.current a {
	color: #000000;
}

.tab_menu2 {
	margin:3em 0;
}
.tab_menu2 ul {
	border: 1px solid #aaa;
	border-radius: 5px;
	display: table;
	margin: auto;
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	width: 100%;
	padding:0;
}
.tab_menu2 ul li:nth-child(1) {
	border-right: 1px solid #aaa;
}
.tab_menu2 ul li {
	box-sizing: border-box;
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	width: 50%;
	background:#000000;
	transition: 0.8s;
}
@media (max-width: 768px) {
	.tab_menu2 ul li:nth-child(1) {
		border-right: none;
		border-bottom: 1px solid #aaa;
	}
	.tab_menu2 ul li {
		display: block;
		height: auto;
		vertical-align: middle;
		width: auto;
	}
}
.tab_menu2 ul li:hover {
	background:#4E4E4E;
}
.tab_menu2 ul li.current {
	background: #ffffff;
}
.tab_menu2 ul li.current:hover {
	background: #ffffff;
}
.tab_menu2 ul li a {
	display: block;
	height: 100%;
	line-height: 50px;
	transition: all 0.3s ease 0s;
	color:#ffffff;
	font-size:11pt;
}
.tab_menu2 ul li.current a {
	color: #000000;
}

.tab_menu3 {
	margin:3em 0;
}
.tab_menu3 ul {
	border: 1px solid #aaa;
	border-radius: 5px;
	display: table;
	margin: auto;
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	width: 100%;
	padding:0;
}
.tab_menu3 ul li:nth-child(1), .tab_menu3 ul li:nth-child(2) {
	border-right: 1px solid #aaa;
}
.tab_menu3 ul li {
	box-sizing: border-box;
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	width: 33.3333%;
	background:#000000;
	transition: 0.8s;
}
@media (max-width: 768px) {
	.tab_menu3 ul li:nth-child(1), .tab_menu3 ul li:nth-child(2) {
		border-right: none;
		border-bottom: 1px solid #aaa;
	}
	.tab_menu3 ul li {
		display: block;
		height: auto;
		vertical-align: middle;
		width: auto;
	}
}
.tab_menu3 ul li:hover {
	background:#4E4E4E;
}
.tab_menu3 ul li.current {
	background: #ffffff;
}
.tab_menu3 ul li.current:hover {
	background: #ffffff;
}
.tab_menu3 ul li a {
	display: block;
	height: 100%;
	line-height: 50px;
	transition: all 0.3s ease 0s;
	color:#ffffff;
	font-size:11pt;
}
.tab_menu3 ul li.current a {
	color: #000000;
}

.tab_menu4 {
	margin:3em 0;
}
.tab_menu4 ul {
	border: 1px solid #aaa;
	border-radius: 5px;
	display: table;
	margin: auto;
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	width: 100%;
	padding:0;
}
.tab_menu4 ul li:nth-child(1) {
	border-right: 1px solid #aaa;
}
.tab_menu4 ul li {
	box-sizing: border-box;
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	width: 25%;
	background:#000000;
	transition: 0.8s;
}
@media (max-width: 768px) {
	.tab_menu4 ul li:nth-child(1) {
		border-right: none;
		border-bottom: 1px solid #aaa;
	}
	.tab_menu4 ul li {
		display: block;
		height: auto;
		vertical-align: middle;
		width: auto;
	}
}
.tab_menu4 ul li:hover {
	background:#4E4E4E;
}
.tab_menu4 ul li.current {
	background: #ffffff;
}
.tab_menu4 ul li.current:hover {
	background: #ffffff;
}
.tab_menu4 ul li a {
	display: block;
	height: 100%;
	line-height: 50px;
	transition: all 0.3s ease 0s;
	color:#ffffff;
	font-size:11pt;
}
.tab_menu4 ul li.current a {
	color: #000000;
}
/*--------------------------------------------------------------
## Button
--------------------------------------------------------------*/

.btn-shine {
  color: #FFF;
  display: inline-block;
  font-size: 12pt;
  font-weight: normal;
  line-height: 45px;
  width: 250px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
  padding:5px 20px;
}
.btn-shine:hover {
  border-color: #FFF;
  color: #FFF;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  /*text-shadow: 2px 2px 3px #000;*/
}
.btn-shine:visited {
    color: #ffffff;
}
/* ここから下がボタンのCSS　*/
.btn-shine.is-pink:hover {
  text-shadow: 2px 2px 3px #BE2F33;/* text-shadowを背景色に変更する*/
}
.btn-shine i{
	font-family: FontAwesome;
	font-style: normal;
}
a.cp_btn {
	font-size: 12pt;
	display: block;
	position: relative;
	width: 250px;
	padding:20px 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border:1px solid #C52A2E;
	background: #C52A2E;
	overflow: hidden;
	z-index: 1 !important;
}
a.cp_btn i{
	font-family: FontAwesome;
	font-style: normal;
}
a.cp_btn:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: 0.3s;
	z-index: -1;
}
a.cp_btn:hover {
	color: #da3c41;
}
a.cp_btn:hover:after {
	height: 250%;
	opacity: 1;
}
a.cp_btn:active:after {
	height: 350%;
	opacity: 1;
}

a.cp_btn2 {
	display: block;
	position: relative;
	width: 280px;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #455A64;
	border:1px solid #fff;
	overflow: hidden;
}
a.cp_btn2:after {
	content:"";
	position: absolute;
	top: -100%;
	left: -100%;
	height: 100%;
	width: 280px;
	background : #fff;
	opacity: 0.3;
	transition: .4s;
}
a.cp_btn2:hover:after {
	top: 0;
	left: 0;
}


/*--------------------------------------------------------------
## breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	position:relative;
	top:0;
	margin:-40px 0 40px 10px;
	font-size:10pt;
	padding:0 0;
	letter-spacing: 0.1em;
}
@media (max-width: 992px) {
	.breadcrumbs  {
		padding:0;
	}
}

.breadcrumbs span a {
	color:#939393;
	letter-spacing:0.1em;
	}
.breadcrumbs span a.current-item {
	color:#BE2F33;
	}
.breadcrumbs span a.current-item:hover {
	color:#BE2F33;
	}
.breadcrumbs span a:hover {
	color:#000000;
	}
#bread_area {
	clear:both;
}
/*--------------------------------------------------------------
## Social Button
--------------------------------------------------------------*/
@import url("/wp/wp-content/uploads/css/font-awesome.min.css");

a.btn-social,
.btn-social
{
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 54px;
}

.btn-social .fa,.btn-social i, .btn-social span
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i,.btn-social span:hover i,.btn-social:focus span
{
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}
.btn-social.btn-xs
{
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}
.btn-social.btn-sm
{
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}
.btn-social.btn-lg
{
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}

.btn-behance
{
    background-color: #1769ff;
}
.btn-behance:hover
{
    background-color: #4a8aff;
}
.btn-bitbucket
{
    background-color: #205081;
}
.btn-bitbucket:hover
{
    background-color: #2a69aa;
}
.btn-codepen
{
    background-color: #76daff;
}
.btn-codepen:hover
{
    background-color: #a9e8ff;
}
.btn-deviantart
{
    background-color: #4e6252;
}
.btn-deviantart:hover
{
    background-color: #657e6a;
}
.btn-digg
{
    background-color: #000;
}
.btn-digg:hover
{
    background-color: #1a1a1a;
}
.btn-dribbble
{
    background-color: #ea4c89;
}
.btn-dribbble:hover
{
    background-color: #ef7aa7;
}
.btn-dropbox
{
    background-color: #007ee5;
}
.btn-dropbox:hover
{
    background-color: #1998ff;
}
.btn-facebook
{
    background-color: #3b5998;
}
.btn-facebook:hover
{
    background-color: #4c70ba;
}
.btn-flickr
{
    background-color: #0063dc;
}
.btn-flickr:hover
{
    background-color: #107cff;
}
.btn-foursquare
{
    background-color: #ef4b78;
}
.btn-foursquare:hover
{
    background-color: #f37a9b;
}
.btn-github
{
    background-color: #4183c4;
}
.btn-github:hover
{
    background-color: #689cd0;
}
.btn-google-plus
{
    background-color: #dd4b39;
}
.btn-google-plus:hover
{
    background-color: #e47365;
}
.btn-instagram
{
    background-color: #3f729b;
}
.btn-instagram:hover
{
    background-color: #548cb9;
}
.btn-jsfiddle
{
    background-color: #4679bd;
}
.btn-jsfiddle:hover
{
    background-color: #6c94ca;
}
.btn-lastfm
{
    background-color: #e31b23;
}
.btn-lastfm:hover
{
    background-color: #e9484e;
}
.btn-linkedin
{
    background-color: #0976b4;
}
.btn-linkedin:hover
{
    background-color: #0b96e5;
}
.btn-paypal
{
    background-color: #253b80;
}
.btn-paypal:hover
{
    background-color: #304da8;
}
.btn-pinterest
{
    background-color: #cc2127;
}
.btn-pinterest:hover
{
    background-color: #e04046;
}
.btn-reddit
{
    background-color: #ff4500;
}
.btn-reddit:hover
{
    background-color: #ff6a33;
}
.btn-skype
{
    background-color: #00aff0;
}
.btn-skype:hover
{
    background-color: #24c4ff;
}
.btn-soundcloud
{
    background-color: #f80;
}
.btn-soundcloud:hover
{
    background-color: #ffa033;
}
.btn-stack-overflow
{
    background-color: #fe7a15;
    font-size:9pt;
}
.btn-stack-overflow:hover
{
    background-color: #fe9748;
    font-size:10pt;
}
.btn-steam
{
    background-color: #7da10e;
}
.btn-steam:hover
{
    background-color: #a1d012;
}
.btn-stumbleupon
{
    background-color: #eb4924;
}
.btn-stumbleupon:hover
{
    background-color: #ef7053;
}
.btn-trello
{
    background-color: #256a92;
}
.btn-trello:hover
{
    background-color: #2f88bb;
}
.btn-tumblr
{
    background-color: #35465c;
}
.btn-tumblr:hover
{
    background-color: #485f7c;
}
.btn-twitch
{
    background-color: #6441a5;
}
.btn-twitch:hover
{
    background-color: #7e5bbe;
}
.btn-twitter
{
    background-color: #55acee;
}
.btn-twitter:hover
{
    background-color: #83c3f3;
}
.btn-vimeo
{
    background-color: #1ab7ea;
}
.btn-vimeo:hover
{
    background-color: #49c6ee;
}
.btn-vine
{
    background-color: #00b488;
}
.btn-vine:hover
{
    background-color: #00e7af;
}
.btn-vk
{
    background-color: #45668e;
}
.btn-vk:hover
{
    background-color: #587fae;
}
.btn-wechat
{
    background-color: #98d11c;
}
.btn-wechat:hover
{
    background-color: #afe53b;
}
.btn-wordpress
{
    background-color: #21759b;
}
.btn-wordpress:hover
{
    background-color: #2a95c5;
}
.btn-xing
{
    background-color: #026466;
}
.btn-xing:hover
{
    background-color: #039598;
}
.btn-yahoo
{
    background-color: #400191;
}
.btn-yahoo:hover
{
    background-color: #5601c4;
}
.btn-yelp
{
    background-color: #af0606;
    font-size:9pt;
}
.btn-yelp:hover
{
    background-color: #e00808;
    font-size:10pt;
}

.btn-youtube
{
    background-color: #e52d27;
}
.btn-youtube:hover
{
    background-color: #ea5955;
}
.btn-email
{
    background-color: #44c456;
}
.btn-email:hover
{
    background-color: #6bd079;
}
