/*
Theme Name:iwatora Theme
Theme URI: https://motomachidesign.com/
Author: モトマチデザイン
Author URI: https://motomachidesign.com/
Description:  このテーマは、株式会社イワトラ向けに作成されたテンプレートファイルです。レスポンシブ完全対応。
Version: 1.0
Text Domain: iwatora 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: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 14px;
  color:#ffffff;
  background-color:none;
  font-weight:300;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	/*letter-spacing:0.07em;*/
}

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;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
}

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: none;
  /* Fallback for when there is no custom background color defined. */
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

th {
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
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: gray;
  -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: midnightblue;
  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: 17px 0 0 0;
  padding-left: 0;
  float:right;
}
.main-navigation ul li 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:200px;
  top: 27px;
}
.main-navigation ul li.menu-item-66 ul.sub-menu {
  width:270px;
}

.main-navigation ul li.menu-item-70 ul.sub-menu {
  width:160px;
}
.main-navigation ul li.menu-item-74 ul.sub-menu {
  width:180px;
}



@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:230px;
  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: 0.9rem;
  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:#014099 !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: 11pt;
  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: 17px 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 #c6c6c6;
  margin-bottom: 10px;
  color:#b7b7b7;
  font-size:10pt;
  padding: 5px 0 10px 0;
}
.enl-widget ul li a {
  padding: 3px 0 5px 0;
  display: block;
  line-height:1.4em;
  font-size:11pt;
}
.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: #014099;*/
    background: #134da0;
    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;
  /*-webkit-box-shadow: 0 2px 2px -2px #dddddd;
  -moz-box-shadow: 0 2px 2px -2px #dddddd;
  box-shadow: 0 2px 2px -2px #dddddd;*/
  background-color: #fff;
}
.normal-header a {
  color: #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:  100px 0 0 0;
	background: none;
}


.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: 43%;
  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 #014099;*/
  background: none repeat scroll 0 0 #134da0;
  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: #ffffff;
  letter-spacing:0.15em;
  display:inline-block;
  margin: 30px 0 0 0;
  padding: 0 0 0 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-title-hero2:first-letter {
  color: #014099;
}*/
.img-banner .page-subtitle-hero {
  font-size: 12.5pt;
  margin: 15px 0 0 0;
  letter-spacing:0.15em;
  line-height:1.5em;
  color: #999999;
}

.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;
}
/*--------------------------------------------------------------
## 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  .left_box {
padding:0;
	margin:0;
}
header#masthead  .left_box h1 {
	display:block;
	margin:0;
}

header#masthead  .left_box h1 a img.top_logo {
	display:inline-block;
	max-width:210px;
	margin: 0;
}
@media screen and (max-width: 992px) {
header#masthead  .left_box h1 a img.top_logo {
		max-width:180px;
		margin-left:15px;
	}
}
header#masthead  .left_box p {
    display: inline-block;
    font-size: 9pt;
    position: relative;
    bottom: 10px;
    margin: 0;
    vertical-align: bottom;
}
header#masthead .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: rgb(255, 255, 255, 0.7);*/
	background:#ffffff !important;
	padding: 10px 0;
	position:fixed !important;
}
header#masthead {
	background: #ffffff;
	padding: 0x;
	position: fixed !important;
	top: 0;
	border-bottom:1px solid #000000;
	padding:10px 0;
}

.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 {
}
button#rmp_menu_trigger-80 {
	/*border:1px solid #ffffff;*/
}
#rmp-container-80 {
	border-right:5px solid #014099;
}
#rmp-menu-title-80 .rmp-menu-title-image {
	width: 100%;
	display: block;
	margin: 0 auto 0 auto;
	max-width: 230px;
	height: auto;
}
#rmp-container-80 a {
   font-family: "BIZ UDPGothic", sans-serif !important;
}
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:#014099 !important;
}
ul#primary-menu li.current-menu-parent ul.sub-menu li.current-menu-item a {
	color:#ffffff !important;
	text-decoration:none;
	background:#014099 !important;
}
ul#primary-menu li.current-menu-parent ul.sub-menu li#menu-item-228 a, ul#primary-menu li.current-menu-parent ul.sub-menu li#menu-item-229 a, ul#primary-menu li.current-menu-parent ul.sub-menu li#menu-item-230 a {
	color:#222222 !important;
	text-decoration:none;
	background:#ffffff !important;
}
ul#primary-menu li.current-menu-parent ul.sub-menu li#menu-item-228 a:hover, ul#primary-menu li.current-menu-parent ul.sub-menu li#menu-item-229 a:hover, ul#primary-menu li.current-menu-parent ul.sub-menu li#menu-item-230 a:hover {
	color:#ffffff !important;
	text-decoration:none;
	background:#014099 !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:#014099 !important;
}
ul#primary-menu li.current-menu-parent ul.sub-menu li.current-menu-item a:hover {
	color:#ffffff !important;
	text-decoration:none;
	background:#014099 !important;
}
ul#primary-menu li.current-post-ancestor ul.sub-menu li.current-post-ancestor a {
	color:#ffffff !important;
	text-decoration:none;
	background:#014099 !important;
}
ul#primary-menu li.current-post-ancestor ul.sub-menu li.current-post-ancestor a:hover {
	color:#ffffff !important;
	text-decoration:none;
	background:#014099 !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:#014099 !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:#014099 !important;
}
ul#primary-menu li a {
	color:#222222;
	text-decoration:none;
	text-transform:none;
	display:block;
	  font-family: "Cabin", sans-serif;
}
.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: #014099;
}
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 #014099;*/
}


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: #134da0;
}
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: #014099;
}
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: #014099;
}

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;
	background:#ffffff;
	/*border-bottom: 4px solid #1F60B3;*/
}
@media screen and (max-width: 992px) {
	ul#primary-menu li.current-category-ancestor a {
		color:#ffffff !important;
		text-decoration:none;
		background:#222222;
		border-bottom: none;
	}
}
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: #014099 !important;
  border: 2px solid #014099 !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: #014099 !important;
  color: #014099 !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: #014099;
}
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: #014099 !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;
}


/*--------------------------------------------------------------
## 追加　Footer
--------------------------------------------------------------*/
footer .top_links_box {
	margin:50px 0 0 0;
	padding:50px 25px;
	background:#fcff00;
	text-align:center;
}
@media only screen and (max-width: 993px) {
	footer .top_links_box {
		padding:25px 30px;
	}
}
footer .top_links_box img{
	width:100%;
	max-width:425px;
}

footer#colophon {
	margin-top:0;
}

footer #footer_contact {
	background:#dbeaff;
	padding:50px 0;
	text-align:center;
	margin:0 0 0 0;
}
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_nav .site_footer_logo {
	background:#ffffff;
	padding:30px 0;
	text-align:center;
}
footer #footer_nav .site_footer_logo img {
	width:100%;
	max-width:200px;
	display:inline-block;
	margin: 0 auto;
}
footer #footer_nav  .footer_logo {
	padding:35px 0 0 0;
	text-align:center;
	margin:4em 0 0 0;
}
footer #footer_nav .site_footer_nav img.footer_logo {
	display:inline-block;
	margin:0 auto 10px auto;
	max-width:320px;
	width:100%;
}
footer #footer_nav .site_footer_nav {
	background-color:#f0f0f0;
	color: #222222;
	font-size:12pt;
	letter-spacing:0.05em;
	line-height: 1.6em;
	padding:25px 0 45px 0;
}
@media only screen and (max-width: 993px) {
	footer #footer_nav .site_footer_nav {
		text-align:left;
	}
}
footer #footer_nav .container {
}
footer #footer_nav .site_footer_nav a.company_name {
	color:#000000;
	font-size:20pt;
	display:block;
	margin:25px 0 15px 0;
}
footer #footer_nav .site_footer_nav a.company_name:hover {
	color:#777777;
}
footer #footer_nav .site_footer_nav h2 {
	display: block;
	margin: 15px 0 25px 0;
	font-size: 12.5pt;
	font-weight: normal;
}

footer #footer_nav .site_footer_nav .footer_p {
	color:#222222;
	margin:1em 0 2em 0;
	font-size:10.5pt;
}
footer #footer_nav .site_footer_nav .footer_p a {
	color:#222222;
	text-decoration:none;
}
footer #footer_nav .footer_sns_button img {
	display:inline-block;
	margin:0 5px;
}
footer #footer_nav .site_footer_nav p.footer_nav_p {
	margin:0 0 50px 0;
	font-size:10pt;
	letter-spacing:0.2em;
}
footer #footer_nav .site_footer_nav p.footer_nav_p a {
	font-family: 'Abel', sans-serif;
	color:#ffffff;
	text-decoration:none;
}
footer #footer_nav .site_footer_nav p.footer_nav_p a:hover {
	opacity:0.8;
}
footer #footer_nav .site_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 .site_footer_nav ul {
		display:block;
	}
}
footer #footer_nav .site_footer_nav ul li {
	color:#222222;
}
/*@media only screen and (max-width: 993px) {
	footer #footer_nav .site_footer_nav ul li {
		text-align:center;
	}
}*/
/*footer #footer_nav .site_footer_nav ul li:before {
	content:"\002713";
	padding: 0 5px 0 0;
}*/
footer #footer_nav .site_footer_nav ul li a {
	color:#222222;
	font-size:9pt;
	text-decoration:none;
}
footer #footer_nav .site_footer_nav ul li a strong {
	color:#222222;
	border-bottom:1px solid #cccccc;
	font-size:10.5pt;
	text-decoration:none;
	display:block;
	margin:2em 0 7px 0;
	padding:0 0 7px 0;
}
footer #footer_nav .site_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 #copyright {
	background-color:#d4d4d4;
	margin: 0 0 0 0;
}
@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:10pt;
	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 {
	color: #999999 !important;
	text-decoration:none;
}

ul#side_url {
    display: block;
    position: fixed;
    top: 180px;
    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:520px;
	height:100%;
}

ul#side_navi {
    display: block;
    position: fixed;
    top: 160px;
    right: 0;
    z-index: 999;
}
@media only screen and (max-width: 767px) {
	ul#side_navi {
		display:none;
	}
}
ul#side_navi li {
	list-style:none;
	margin-bottom:3px;
}
ul#side_navi li a {
	writing-mode: vertical-rl;
	text-align:center;
	font-size:10.5pt;
	letter-spacing:0.2em;
	/*border-radius: 30px 0 30px 30px;*/
}
ul#side_navi li a img {
	display: inline-block;
	margin:0;
}
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: #4cc764;
	color: #ffffff;
}
ul#side_navi li a.button-1:hover {
	background-color: #3e9f51;
	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: #0648a6;
	color: #ffffff;
}
ul#side_navi li a.button-2:hover {
	background-color: #007ba6;
	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: 180px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fcff00;
	color: #000000;
}
ul#side_navi li a.button-3:hover {
	background-color: #d2d500;
	color: #000000;
}
ul#side_navi li a.button-4 {
	display: inline-block;
	width: 50px;
	height: 200px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #0e4491;
	color: #ffffff;
}
ul#side_navi li a.button-4:hover {
	background-color: #0a3571;
	color: #ffffff;
}
ul#side_navi li a.button-5 {
	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: #e82eba;
	color: #ffffff;
}
ul#side_navi li a.button-5:hover {
	background-color: #c659ab;
	color: #ffffff;
}
ul#side_navi li a.button-5 img:hover {
	opacity: 1;
}
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 #003690;/*バーの上の線*/
		border-bottom:2px solid #003690;/*バーの下の線*/
		z-index:99999;
	}
	ul.bottom-menu li {
		float:left;
		width:33.333%;
		background-color:#f5f5f5;/*背景色*/
		list-style-type:none;
		text-align:center;
		border-right: 1px solid #003690;
		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:#003690;/*アイコン＆文字の色*/
		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:#8fb9ad;*/
		color:#003690;
		font-size:28px !important;/*アイコンのサイズ*/
		}
	/*ul.bottom-menu li:first-child i {
		color:#003690;
		}
	ul.bottom-menu li:last-child i {
		color:#003690;
	}*/
	.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.gif") repeat scroll center top transparent;
	text_aign:center;
	padding:80px 0;
}
section#footer_contact .reserve_box {
	border:1px solid #d3d3d3;
	background:#ffffff;
	box-shadow: 10px 10px 0px 0 #ccc;
	padding:28px 25px;
	margin:0 0 2em 0;
}
@media only screen and (max-width: 767px) {
	section#footer_contact .reserve_box {
		padding:15x 20px;
	}
}
section#footer_contact .reserve_box .container {
	width:100%;
	max-width:559px;
	text-align:left;
}
section#footer_contact .reserve_box strong {
	font-size: 17pt;
	font-weight: normal;
	letter-spacing:0.07em;
}
section#footer_contact .reserve_box p {
	margin:1em 0 2em 0;
	line-height:1.6em;
}
@media only screen and (max-width: 480px) {
	section#footer_contact .reserve_box strong {
		font-size: 14pt;
	}
	section#footer_contact .reserve_box p {
		font-size:9pt;
	margin:1em 0;
	}
}
section#footer_contact .line_box {
	border:1px solid #d3d3d3;
	background:#ffffff;
	box-shadow: 10px 10px 0px 0 #ccc;
	margin:0 0 2em 0;
}
section#footer_contact .line_box a img {
	width:100%;
	max-width:559px;
}
section#footer_contact .mail_box {
	border:1px solid #d3d3d3;
	background:#ffffff;
	box-shadow: 10px 10px 0px 0 #ccc;
}
section#footer_contact .mail_box a img {
	width:100%;
	max-width:559px;
}
a.button_s {
  position: relative;
  z-index: 2;
  background-color: #474b9d;
  border: 1px solid #474b9d;
  color: #ffffff !important;
  line-height: 40px;
  display:inline-block;
  padding: 0 25px;
  font-size: 10pt;
  letter-spacing:0;
  text-decoration:none;
}
a.button_s:hover {
  background-color: #ffffff;
  color: #474b9d !important;
}
a.button_s::before,
a.button_s::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
}
a.button_s::before {
  top: 0;
}
a.button_s::after {
  bottom: 0;
}
a.button_s:hover::before,
a.button_s:hover::after {
  height: 0;
  background-color: #474b9d;
}
/*--------------------------------------------------------------
## breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	position:relative;
	top:-50px;
	margin:0 0 0 20px;
	font-size:10pt;
	font-family: "BIZ UDPGothic", sans-serif !important;
}
.breadcrumbs span a {
	color:#939393;
	letter-spacing:0.1em;
	}
.breadcrumbs span.current-item {
	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;
	}

/*--------------------------------------------------------------
## 追加　TOPPAGE
--------------------------------------------------------------*/
.top_movie_wrap {
	position:relative;
	width: 100%;
	height: 100vh;
	/*margin-top:-50px;*/
	z-index:-1;
}
.top_movie_wrap div.video {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.top_movie_wrap #video {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
.top_movie_logo {
	position: absolute;
	top: 40vh;
	z-index: 9000;
	display: block;
	margin: 0 auto !important;
	text-align: center;
	width: 100%;
	padding:0 15px;
}
.top_movie_logo .play_button {
	margin: 30px auto 0 auto !important;
}
.top_movie_logo img.catch {
	width:100%;
	max-width:1000px;
	display:block;
	position:relative;
	top:25vh;
	margin:0 20% 0 15px;
}
@media only screen and (max-width: 992px) {
	.top_movie_logo img.catch {
		top:25vh;
		margin:0 0;
	}
}
.top_movie_logo img.catch2 {
	width:100%;
	max-width:700px;
	display:block;
	margin:50px auto 50px auto;
}
.top_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=10);
  opacity: 0.10;
  background: #ffffff;
  z-index: 9;
}
.top_movie_logo .top_scroll {
	display:inline-block;
	margin:40px auto 0 auto;
	padding:0 0 0 15px;
	text-align:center;
	position:relative;
	top:-180px;
}
@media only screen and (max-width: 992px) {
	.top_movie_logo .top_scroll {
		display:none;
	}
}
.top_movie_logo .top_scroll .scroll__wrap {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 -webkit-box-align:baseline;
 -ms-flex-align:baseline;
 align-items:baseline;
 width:90px;
 z-index:50
}
@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape) {
	.top_movie_logo .top_scroll  .scroll__wrap {
	width:2%
	}
}
.top_movie_logo .top_scroll .scroll__title {
 color:#fff;
 letter-spacing:.365em;
 font-weight:300;
 -webkit-writing-mode:vertical-rl;
 -ms-writing-mode:tb-rl;
 writing-mode:vertical-rl;
 font-size:11px;
 padding:5px 0 0 0
}
@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape) {
	.top_movie_logo .top_scroll  .scroll__title {
	display:none
	}
}
.top_movie_logo .top_scroll .scroll__text {
 top:auto;
 bottom:140px;
 left:0;
 right:0;
 margin:auto;
 height:135px
}
.top_movie_logo .top_scroll .scroll__text::before {
 content:"";
 width:6px;
 height:150px;
 border:1px solid #fff;
 display:block;
 border-top:none;
 border-right:none;
 -webkit-transform:skewY(-40deg);
 transform:skewY(-40deg);
 position:relative;
 z-index:1;
 left:-17px;
 top:0;
 -webkit-animation-name:scroll;
 animation-name:scroll;
 -webkit-animation-fill-mode:backwards;
 animation-fill-mode:backwards;
 -webkit-animation-iteration-count:infinite;
 animation-iteration-count:infinite;
 -webkit-animation-duration:2s;
 animation-duration:2s
}
.top_movie_logo .top_scroll .scroll__text b {
 margin-top:17px;
 position:absolute;
 z-index:1;
 font-size:12px;
 color:#fff;
 bottom:auto;
 top:3px;
 right:-5px;
 left:auto;
 margin:0;
 font-family:Oswald,sans-serif;
 font-weight:600;
 letter-spacing:.4em;
 font-weight:400;
 writing-mode:vertical-rl;
 -ms-writing-mode:tb-rl;
 -webkit-writing-mode:vertical-rl
}
@-webkit-keyframes scroll {
 0% {
  height:10px;
  opacity:0
 }
 5% {
  height:10px;
  opacity:1
 }
 80% {
  height:120px;
  opacity:1
 }
 100% {
  opacity:0
 }
}
@keyframes scroll {
 0% {
  height:10px;
  opacity:0
 }
 5% {
  height:10px;
  opacity:1
 }
 80% {
  height:120px;
  opacity:1
 }
 100% {
  opacity:0
 }
}

#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: #014099;
	font-weight: normal;
	vertical-align:middle;
	text-align:center;
	min-width: 350px;
	border:1px solid #014099;
	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:18pt;
	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 #014099;
	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;
}
.rt-tpg-container .rt-tpg-isotope-buttons button {
	font-size:10pt !important;
}
.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail {
	padding:0 !important;
}
.info_page .post-meta-user {
	margin:5px 0 5px 0;
}
.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;
}
div#n2-ss-6 .n2-ss-item-transition .n2-ss-item-transition-image2 {
	transition:all 0s ease-in !important;
}
#n2-ss-6item2 {
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
}
#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:block;
	margin: 0;
	clear: both;
	background: url("/wp/wp-content/uploads/images/top_bg_wh.png") repeat scroll left top transparent;
	padding:60px 50px;
}

@media only screen and (max-width: 767px) {
	section#top_infomation {
		padding:30px 15px;
	}
}
section#top_infomation h2 {
	color:#00000;
	margin:5px 0 20px 25px;
	font-size:28pt;
	font-weight:500;
	letter-spacing:0.08em;
	font-family:Oswald,sans-serif;
}
section#top_infomation h2 span {
	color:#014099;
}
@media screen and (max-width: 992px) {
	section#top_infomation h2 {
		font-size:20pt;
	}
}
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;
	max-width:800px;
	width:100%;
}
.whatsnew h2 {
	margin:25px 0 20px 25px;
}
.whatsnew table {
    border-collapse: collapse;
    margin: 0 auto 0 auto;
    width: 100%;
    clear: both;
    border: none;
    line-height: 1.5em;
	background:none;
	padding-bottom:30px;
}
.whatsnew table tbody {
}
.whatsnew table tr {
	padding: 0;
}
.whatsnew table tr th {
	padding: 10px 20px;
	vertical-align:middle;
	text-align:left;
	width:200px;
    border: none;
    font-size: 12pt;
}
.whatsnew table tr td {
	padding: 10px 20px 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:500;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif !important;
	color:#595959;
	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-weight: 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:12pt;
	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_about {
	margin: 0 0 0 0;
	padding:80px 0;
	clear: both;
	width:100%;
	background: url("/wp/wp-content/uploads/images/top_about_bg.webp") no-repeat scroll left top transparent;
	background-size:cover;
}

section#top_about .bg {
	padding:80px 0;
	background: url("/wp/wp-content/uploads/images/top_about_bg2.png") repeat scroll left top transparent;
}
 
section#top_about h2 {
	color: #ffffff;
	margin: 5px 0 20px 0;
	font-size: 28pt;
	font-weight: 400;
	letter-spacing: 0.07em;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	background: none;
}

section#top_about h2::after {
  content: "";
  display: block;
  position: relative;
  height: 4px;
  width: 50px;
  margin: 30px 0 0 0;
  opacity: 1;
  background: #134da0;
}
@media screen and (max-width: 992px) {
	section#top_about .box h2 {
	font-size:20pt;
	}
}
section#top_about h3 {
	color: #ffffff;
	margin: 5px 0 20px 0;
	font-size: 15pt;
	font-weight: 400;
	letter-spacing: 0.05em;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	background: none;
}
@media screen and (max-width: 992px) {
	section#top_about .box h3 {
	font-size:14pt;
	}
}
section#top_about p {
	color: #ffffff;
	margin: 35px 0 50px 0;
	font-size: 11.5pt;
	line-height:1.8em;
}
.para_box {
    /*width: 200px;
    height: 70px;*/
    background-color: #ffffff;
    transform: skewX(-20deg);
	border: 1px solid #000000;
	display:inline-block;
	margin:-40px auto 20px auto;
	padding:18px 50px 18px 50px;
	width:auto;
}
.para_box h2 {
	color:#000000;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:16pt;
	font-weight:700;
	letter-spacing:0.1em;
	font-family: Oswald,sans-serif;
	display:inline-block;
    transform: skewX(20deg) !important;
}

section#top_about .table{
	display:table;
}
section#top_about .cell{
	display:table-cell;
	vertical-align:middle;
	width:50%;
	text-align:left;
	
}
@media screen and (max-width: 992px) {
	section#top_about .cell{
		display:block;
		vertical-align:top;
		width:100%;
	}
}
section#top_about .box {
	padding: 80px 40px;
}
@media screen and (max-width: 992px) {
	section#top_about .box {
	padding: 15px 15px 25px 15px;
	}
}

section#top_about .box h2 span {
	color:#014099;
	background: none !important;
}
section#top_about .box img {
	background: none !important;
	display:block;
}
section#top_about .cell .pad {
	padding:25px 50px 0 50px;
}
@media screen and (max-width: 992px) {
	section#top_about .cell .pad {
		padding:0 15px;
	}
}
section#top_about .cell .pad table {
	padding:0;
	margin:0;
	border:none;
	border-collapse: collapse;
	background: url("/wp/wp-content/uploads/images/top_about_table_bg.png") repeat scroll left top transparent;
}
section#top_about .cell .pad table tr {
	padding:0;
	margin:0;
	border:none;
	background:none;
}
section#top_about .cell .pad table td {
	padding:0;
	margin:0;
	border:1px solid #222222;
	background:none;
}
section#top_about .cell p {
	color: #ffffff;
	margin: 5px 0 20px 0;
	font-size: 11pt;
	font-weight: 300;
	letter-spacing: 0.05em;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	background:none;
	line-height:1.8em;
}
@media screen and (max-width: 992px) {
	section#top_about .cell p {
	}
}
section#top_about .cell a {
	/*background: rgb(255, 255, 255, 0.7);*/
	background:none;
	display:block;
	padding:25px;
	transition: all .31s ease;
	clear:both;
	color:#222222;
}
section#top_about .cell a:hover {
	background: rgb(255, 255, 255, 0.5);
	color:#222222;
}
section#top_about .cell a span {
	font-weight: 400;
	font-family: Oswald,sans-serif;
	letter-spacing: 0.07em;
	color:#014099;
	display:inline-block;
	margin:0 30px 0 0;
	font-size:11pt;
}
section#top_about .cell a i {
	float:right;
	position:relative;
	right:10px;
	top:4px;
	transition: all .31s ease;
}
section#top_about .cell a:hover i {
	text-align:right;
	position:relative;
	right:0;
}



section#top_department {
	margin: 80px 0 0 0;
	padding:80px 0;
	clear: both;
	width:100%;
	background: linear-gradient(180deg, #134da0 0%, #134da0 50%, #ffffff 50%, #ffffff 100%);
}
@media screen and (max-width: 992px) {
	section#top_department {
		background: linear-gradient(180deg, #134da0 0%, #134da0 20%, #ffffff 20%, #ffffff 100%);
	}
}
section#top_department h2 {
	color: #ffffff;
	margin: 5px 0 20px 0;
	font-size: 28pt;
	font-weight: 400;
	letter-spacing: 0.07em;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	background: none;
	text-align:center;
}

section#top_department h2::after {
  content: "";
  display: block;
  position: relative;
  height: 4px;
  width: 50px;
  margin: 30px auto 0 auto;
  opacity: 1;
  background: #ffffff;
}
@media screen and (max-width: 992px) {
	section#top_department .box h2 {
	font-size:20pt;
	}
}
section#top_department h3 {
	color: #ffffff;
	margin: 35px 0 50px 0;
	font-size: 15pt;
	font-weight: 400;
	letter-spacing: 0.05em;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	background: none;
	text-align:center;
}
@media screen and (max-width: 992px) {
	section#top_department .box h3 {
	font-size:14pt;
	}
}
section#top_department h4 {
	color: #000000;
	margin: 15px 0 15px 0;
	font-size: 14pt;
	font-weight: 600;
	letter-spacing: 0.05em;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	background: none;
	text-align:center;
}
section#top_department a.black {
	background:#000000;
	display: inline-block;
	margin:1em 0;
}

section#top_products {
	margin: -20px 0 0 0;
	padding:80px 0;
	clear: both;
	width:100%;
	background: linear-gradient(180deg, #134da0 0%, #134da0 50%, #ffffff 50%, #ffffff 100%);
}
@media screen and (max-width: 992px) {
	section#top_products {
		background: linear-gradient(180deg, #134da0 0%, #134da0 20%, #ffffff 20%, #ffffff 100%);
	}
}
section#top_products h2 {
	color: #ffffff;
	margin: 5px 0 20px 0;
	font-size: 28pt;
	font-weight: 400;
	letter-spacing: 0.07em;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	background: none;
	text-align:center;
}

section#top_products h2::after {
  content: "";
  display: block;
  position: relative;
  height: 4px;
  width: 50px;
  margin: 30px auto 0 auto;
  opacity: 1;
  background: #ffffff;
}
@media screen and (max-width: 992px) {
	section#top_products .box h2 {
	font-size:20pt;
	}
}
section#top_products h3 {
	color: #ffffff;
	margin: 35px 0 50px 0;
	font-size: 15pt;
	font-weight: 400;
	letter-spacing: 0.05em;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	background: none;
	text-align:center;
	line-height:1.5em;
}
@media screen and (max-width: 992px) {
	section#top_products .box h3 {
	font-size:14pt;
	}
}
section#top_products h4 {
	color: #000000;
	margin: 15px 0 15px 0;
	font-size: 14pt;
	font-weight: 600;
	letter-spacing: 0.05em;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	background: none;
	text-align:center;
}
section#top_products a.black {
	background:#000000;
	display: inline-block;
	margin:1em 0;
}

section#top_recruit {
	margin: -20px 0 0 0;
	padding:80px 0;
	clear: both;
	width:100%;
	background: #134da0;
}
section#top_recruit h2 {
	color: #ffffff;
	margin: 5px 0 20px 0;
	font-size: 28pt;
	font-weight: 400;
	letter-spacing: 0.07em;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	background: none;
}

section#top_recruit h2::after {
  content: "";
  display: block;
  position: relative;
  height: 4px;
  width: 50px;
  margin: 30px 0 0 0;
  opacity: 1;
  background: #ffffff;
}
@media screen and (max-width: 992px) {
	section#top_recruit .box h2 {
	font-size:20pt;
	}
}
section#top_recruit h3 {
	color: #ffffff;
	margin: 5px 0 20px 0;
	font-size: 15pt;
	font-weight: 400;
	letter-spacing: 0.05em;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	background: none;
}
@media screen and (max-width: 992px) {
	section#top_recruit .box h3 {
	font-size:14pt;
	}
}
section#top_recruit p {
	color: #ffffff;
	margin: 35px 0 50px 0;
	font-size: 11.5pt;
	line-height:1.8em;
}






section#top_service img {
	border:1px solid #ffffff;
	box-shadow: 7px 7px 0 rgba(0,0,0,0.2);
	background:#000000;
}
section#top_service p {
	color: #000000;
	margin: 15px 0 25px 0;
	font-size: 11pt;
	font-weight: 300;
	letter-spacing: 0.05em;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	background: none;
}
section#top_menu {
	margin: 0 0 0 0;
	padding:0 0 60px 0;
	clear: both;
	width:100%;
	background:#ffffff;
}
@media (max-width: 992px) {
	section#top_menu {
		padding:40px 0;
	}
}
section#top_menu .bg {
	background: url("/wp/wp-content/uploads/images/top_menu_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_menu .bg {
		height:;
	}
}

section#top_menu h2.top_tit {
	color:#ffffff;
	border:1px solid #ffffff;
	padding:10px 40px;
	margin:60px 0 1em 0;
	font-size:13pt;
	font-weight:normal;
	display:inline-block;
	letter-spacing:0.1em;
}
section#top_menu h3.top_tit {
	color:#ffffff;
	padding:0;
	margin:0 0 35px 0;
	font-size:80pt;
	font-weight:600;
	font-family: 'Barlow Condensed', sans-serif;
	display:block;
	text-shadow: rgba(0,0,0,0.2) 0.05em 0.05em 0.05em;
}
@media screen and (max-width: 992px) {
	section#top_menu h2.top_tit {
		text-align:cemnter;
	}
	section#top_menu h3.top_tit {
		text-align:cemnter;
		font-size:50pt;
	}
}
section#top_menu h4.top_tit {
	color:#ffffff;
	font-size:14pt;
	font-weight:normal;
	display:block;
	letter-spacing:0.07em;
	font-weight:normal;
	linbe-height:1.6em;
}

section#top_menu a p  {
    color: #014099;
	font-size:12pt;
	line-height:1.5em;
	text-align:center;
}
section#top_menu a p:hover  {
    color: #00474d;
}
section#top_menu img {
	border:1px solid #ffffff;
	box-shadow: 7px 7px 0 rgba(0,0,0,0.2);
	background:#014099;
}
section#top_works{
	background: url("/wp/wp-content/uploads/images/top_works_bg.webp") no-repeat scroll 40% top transparent;
	background-size:cover;
	width:100%;
	padding:80px 0;
}

@media only screen and (max-width: 767px) {
	section#top_works {
		padding:30px 15px;
		margin:60px 0;
	}
}
section#top_works .bg{
	display:block;
	margin: 0;
	clear: both;
	background: url("/wp/wp-content/uploads/images/top_bg_wh.png") repeat scroll left top transparent;
	padding:50px 0;
}
section#top_works h2 {
	color:#000000;
	margin:10px 0 0 0;
	font-size:28pt;
	font-weight:700;
	letter-spacing:0.1em;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	display:inline-block;
}
@media screen and (max-width: 992px) {
	section#top_works h2 {
		margin:0;
		font-size:20pt;
	}
}
section#top_works h2::after {
	height:1px;
	width:150px;
	background:#000000;
	content:"";
	display:inline-block;
	margin:0 0 14px 15px;
}
section#top_works h3.tit {
	color: #014099;
	margin: 15px 0 15px 0;
	font-size: 15pt;
	font-weight: 400;
	letter-spacing: 0.05em;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	background: none;
}
@media screen and (max-width: 992px) {
	section#top_works h3 {
	font-size:14pt;
	}
}



section#top_blog{
	background: #000000;
	width:100%;
	padding:80px 0;
}
section#top_blog h2 {
	color:#ffffff;
	margin:10px 0 0 0;
	font-size:28pt;
	font-weight:700;
	letter-spacing:0.1em;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	display:inline-block;
}
@media screen and (max-width: 992px) {
	section#top_blog h2 {
		margin:0;
		font-size:20pt;
	}
}
section#top_blog h3 {
	color: #ffffff;
	margin: 15px 0 15px 0;
	font-size: 15pt;
	font-weight: 400;
	letter-spacing: 0.05em;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	background: none;
}
@media screen and (max-width: 992px) {
	section#top_blog h3 {
	font-size:14pt;
	}
}
section#top_blog span.date {
	color:#ffffff;
	font-size:10pt;
	margin-top:0px;
}
section#top_blog h3.entry-title {
	margin:0;
}
section#top_blog h3.entry-title a {
	color:#ffffff;
}
section#top_blog .rt-detail {
	padding:0 !important;
}
.post-meta-user > span.categories-links {
	display:block;
	margin:6px 0 0 0;
	font-size:9pt;
	color:#014099;
}
.post-meta-user > span.categories-links i, .post-meta-user > span.categories-links a{
	color:#014099;
}
.post-meta-user > span.date i {
	display:none;
}
.tpg-shortcode-main-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background:#014099 !important;
}
section#top_column{
	display:block;
	margin: 0;
	clear: both;
	background: url("/wp/wp-content/uploads/images/top_bg_wh.png") repeat scroll left top transparent;
	padding:60px 50px;
	margin:120px 0;
}

@media only screen and (max-width: 767px) {
	section#top_column {
		padding:30px 15px;
		margin:60px 0;
	}
}
section#top_column h2 {
	color:#000000;
	margin:10px 0 0 0;
	font-size:22pt;
	font-weight:700;
	letter-spacing:0.1em;
	font-family: Oswald,sans-serif;
}
@media screen and (max-width: 992px) {
	section#top_column h2 {
		margin:0;
	}
}

section#top_column h2 span {
	color:#014099;
	background: none !important;
}
section#top_column h2::after {
	height:1px;
	width:150px;
	background:#000000;
	content:"";
	display:inline-block;
	margin:0 0 10px 15px;
}

h2.point_tit {
  position: relative;
  overflow: hidden;
  padding: 1rem 2rem 1rem 150px;
  border: 1px solid #014099;
  font-weight: normal;
  font-size: 16pt;
}

h2.point_tit:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 230px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #014099;
}

h2.point_tit span {
  font-size: 16pt;
  position: absolute;
  z-index: 1;
  top: 8pt;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}
/*--------------------------------------------------------------
## column
--------------------------------------------------------------*/
#column_page {
	margin:0 !important;
}
#column_page h1.column_tit{
	margin:15px 0 10px 0;
	font-size:22pt;
}
@media screen and (max-width: 992px) {
	#column_page h1.column_tit{
		font-size:18pt;
	}
}
#column_page strong{
	font-weight:normal;
	font-size:15pt;
	margin:-5px 0 10px 0;
	display:block;
}
#column_page h2{
	font-size:20pt;
	margin:80px 0 25px 0;
}
@media screen and (max-width: 992px) {
	#column_page h2{
		font-size:22pt;
	}
}
#column_page h2:before{
	height:6px;
	width:40px;
	background:#000000;
	display:block;
	margin:0 0 40px 0;
	content:" ";
}
#column_page h3{
	font-size:16pt;
	padding:0 0 0 0;
}
#column_page h3:before{
	height:1px;
	width:40px;
	background:#000000;
	display:inline-block;
	margin:0 10px 0 0;
	content:" ";
	position:relative;
	bottom:7px;
}
#column_page span{
	display:block;
	text-align:center;
	font-size:9pt;
	margin:5px 0 10px 0;
}
#column_page span.posted-on {
	text-align:left;
	font-size: 11.5pt;
	line-height: 1.5;
	display:block;
}
#column_page span.name{
	display:inline-block;
	text-align:left;
	font-size:11.5pt;
	color:#014099;
}
#column_page p{
}
#column_page hr{
	background-color: #000000;
	border: 0;
	height: 2px;
	margin-bottom: 1.5em;
	display:block;
	margin:2em 0;
}
/*--------------------------------------------------------------
## post
--------------------------------------------------------------*/
.date {
	font-family: Oswald,sans-serif !important;
}
time  {
	font-family: Oswald,sans-serif !important;
	letter-spacing:0.07em;
}
.pagetop-tit-tit {
	/*background:linear-gradient(90deg, #38e1f5 0%, #014099 100%);*/
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background:#000000;
	text-align:center;
}

.rt-tpg-container .rt-equal-height, .rt-tpg-container .masonry-grid-item, .rt-tpg-container .even-grid-item {
	margin-bottom:18px !important;
}
#info_page .rt-tpg-container .even-grid-item {
	margin-bottom:0 !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;
}
.tpg-iso-filter {
	font-family: "BIZ UDPGothic", sans-serif !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;
	}
}
p.memi_catch {
	font-size:20pt;
	text-align:center;
	margin:20px 0 80px 0;
}
@media screen and (max-width: 992px) {
	p.memi_catch {
		font-size:16pt;
		text-align:left;
	}
}
h2.memi_tit {
	font-size:30pt;
	margin:50px 0 30px 0;
	text-align:center;
	letter-spacing:0.1em;
}
@media screen and (max-width: 992px) {
	h2.memi_tit {
		font-size:26pt;
	}
}
h2.memi_tit:after{
	height:6px;
	width:40px;
	background:#014099;
	display:block;
	margin:30px auto 50px auto;
	content:" ";
	text-align:center;
}
.concept_bg {
	padding:50px 0 80px 0;
	background:#ededed;
}
.concept_nobg {
	padding:50px 0 80px 0;
	background:none;
}
.concept_box {
	border:1px solid #000000;
	padding:40px;
	box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
	text-align:center;
	height:100%;
	background:#ffffff;
}
@media screen and (max-width: 992px) {
	.concept_box {
		padding:20px;
	}
}
.concept_box h3 {
	font-size:20pt;
	margin:0 0 0 0;
	text-align:center;
}
.concept_box h3:after{
	height:4px;
	width:30px;
	background:#014099;
	display:block;
	margin:20px auto 30px auto;
	content:" ";
	text-align:center;
}
.concept_box p {
	text-align:left;
	margin:0;
}
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 {
	text-align: center;
	color: #121212;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 22pt;
	letter-spacing: 0.2em;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
}
@media (max-width: 992px) {
	 h2.tit  {
	font-size:18pt;
	}
}
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: 20pt;
	letter-spacing: 0.06em;
	color: #000000;
	margin: 30px auto 0 auto;
	padding: 15px;
	font-weight: normal;
	display: block;
	line-height: 1.7em;
	text-align:center;
}
h2.tit_obi::after {
  content: "";
  display: block;
  position: relative;
  height: 4px;
  width: 100px;
  margin: 20px auto 50px auto;
  opacity: 1;
  background: #474b9d;
}
@media only screen and (max-width: 993px) {
	h2.tit_obi {
		font-size: 15pt;
	}
}
h3.obi_sub {
	margin:0 0 60px 0;
	font-weight:bold;
	font-size:11pt;
	color:#555555;
	font-family: "Cabin", "Open Sans", "Montserrat","BIZ UDPGothic", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h3.tit_obi {
font-size: 13.5pt;
	line-height: 1.3em;
	margin: 45px 0 15px;
	font-weight: 500;
	padding: 0 0 0 10px;
	border-left: 8px solid #014099;
	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: 16pt;
  color:#222222;
  font-weight:normal;
  line-height:1.5em;
}

h3.tit_obi2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #014099;
  bottom: -2px;
  width: 20%;
}
h4.tit_obi {
	color: #4D4D4D;
	font-size: 1.2rem;
	line-height:1.3em;
	margin: 15px 0 10px 0;
	font-weight: normal;
}

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 {
	border:1px solid #000000;
	box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.2);
	height:100%;
}
.item_box h3 {
	margin:0 0 0 0;
	background:#000000;
	text-align:center;
	padding:15px 15px;
	font-size:14pt;
	color:#ffffff;
	font-weight:normal;
}
.item_box h4 {
	margin:20px 0 5px 0;
	font-size:14pt;
}
.item_box .inner {
	padding:20px;
}
.item_box .inner p {
	margin:0 0 0 0;
}
.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;
}
.item_box hr.hr_line {
	height: 1px;
	background-color: #000000;
	border: none;
	margin:15px 0;
}

.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: #134da0 !important;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	border:1px solid #134da0;
	font-size:13pt;
	box-shadow: 6px 6px 0px 0 rgba(0, 0, 0, 0.3);
}
.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 {
	color: #ffffff !important;
	background:#134da0;
}
.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 #014099;
    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:#014099;
	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:#014099;
	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;
}

.flow_iwatora {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.flow_iwatora ul {
  padding: 0;
}

.flow_iwatora li {
  list-style-type: none;
}

.flow_iwatora dd {
  margin-left: 0;
}

.flow_iwatora ul.flow {
  position: relative;
}

.flow_iwatora ul.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #dfdfdf;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow_iwatora ul.flow > li {
  position: relative;
}

.flow_iwatora ul.flow > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow_iwatora ul.flow > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #474b9d;;
  display: inline-block;
  margin-right: 0.3em;
}

.flow_iwatora ul.flow > li dl {
  padding-left: 70px;
  position: relative;
}

.flow_iwatora ul.flow > li dl::before,
.flow_iwatora ul.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow_iwatora ul.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #474b9d;;
  border-radius: 50%;
  left: -4px;
}

ul.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow_iwatora ul.flow > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #474b9d;;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
table.company {
    border-collapse: collapse;
    margin: 0 auto 15px auto;
    width: 99.5%;
    clear: both;
    font-size: 12pt;
    border: none;
    line-height: 1.5em;
	background:#ffffff;
}
table.company tr {
    border-bottom: 1px solid #666666;
}
table.company th {
    color: #222222;
    font-weight: normal;
    border: none;
    padding: 15px 10px;
    text-align: left;
    vertical-align: top;
    width: 20%;
    font-size: 11pt;
	font-weight: normal;
}
table.company td {
	padding: 15px;
    text-align: left;
    vertical-align: top;
    color: #434345;
    width: 80%;
    font-size: 11pt;
    border: none;
}
@media only screen and (max-width: 992px) {
	table.company th {
		width: 30%;
		font-size: 10pt;
	}
	table.company td {
		width: 70%;
		font-size: 10pt;
	}
}
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.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.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: #014099; /*アイコン色*/
}
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; /*アイコン色*/
}

     /*アコーディオン全体*/
    .accordion {
      width: 100%;
      padding: 10px 10px 20px;
    }
    .accordion input {
      display: none; /*チェックボックスを隠す*/
    }
    /*バー部分*/
    .accordion label {
      cursor :pointer;
      display: block;
      text-decoration: none;
      color: #fff;
      line-height: 1;
      position: relative;
      margin: 0 0 10px;
      padding: 20px;
      background-color: #2cbf14;
    }
    .accordion label:hover {
      background-color: #68d155;
	-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;
    }
    /*開いたときに表示される部分*/
    .accordion ul {
      margin: 0 0 10px 0;
      padding: 0 0 0 15px;
      list-style: none;
      margin-bottom: 1px;
    }
    .accordion li {
      max-height: 0;
      overflow-y: hidden;
      -webkit-transition: all 0.5s; /*閉じるときのアニメーション*/
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }
    #menu_bar01:checked ~ #links01 li,
    #menu_bar02:checked ~ #links02 li,
    #menu_bar03:checked ~ #links03 li {
      max-height: 500px; /*開いたときに表示されるliの高さ*/
      opacity: 1;
      -webkit-transition: all 0.5s; /*開くときのアニメーション*/
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }
     /*開いたときの下の余白*/
    #menu_bar01:checked ~ #links01 li:last-child,
    #menu_bar02:checked ~ #links02 li:last-child,
    #menu_bar03:checked ~ #links03 li:last-child {
      margin-bottom: 20px;
    }
    /*閉じた状態の矢印描画*/
    .accordion label:after{
      content:"";
      display:block;
      width:8px;
      height:8px;
      border-top: #fff 2px solid;
      border-right: #fff 2px solid;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      position:absolute;
      right: 2%;
      top: 0;
      bottom: 15%;
      margin:auto;
    }
    /*開いた状態の矢印描画*/
    .accordion input[type=checkbox]:checked + label:after{
      content:"";
      display:block;
      width:8px;
      height:8px;
      border-top: #fff 2px solid;
      border-right: #fff 2px solid;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position:absolute;
      right: 2%;
      top: 7%;
      bottom: 0;
      margin:auto;
    }
.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:25% auto;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	font-size:13pt;
	letter-spacing:0.02em;
}
@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:25% auto;
  font-family: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', sans-serif;
	font-size:13pt;
	letter-spacing:0.02em;
}
@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;
}
span.reason3 {
	display:inline-block;
	font-family: 'Abel', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size:10pt;
	color:#ffffff;
	background:#014099;
	padding:0 10px;
	letter-spacing:0.5em;
	margin:0 0 15px 0;
}
h2.reason3 {
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	font-size:20pt;
	border-bottom:1px solid #014099;
	font-family: "Noto Serif JP","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
	color:#014099;
}
@media screen and (max-width: 992px) {
	h2.reason3 {
		font-size:16pt;
	}
}
hr.grad {
	position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#014099 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#014099 50%,transparent 100%);
	margin:4em 0;
}
.flow_niwakobo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.flow_niwakobo ul {
  padding: 0;
}

.flow_niwakobo li {
  list-style-type: none;
}

.flow_niwakobo dd {
  margin-left: 0;
}

ul.flow {
  position: relative;
}

ul.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

ul.flow > li {
  position: relative;
}

ul.flow > li:not(:last-child) {
  margin-bottom: 60px;
}

ul.flow > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #014099;
  display: inline-block;
  margin-right: 0.3em;
}

ul.flow > li dl {
  padding-left: 70px;
  position: relative;
}

ul.flow > li dl::before,
ul.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

ul.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #014099;
  border-radius: 50%;
  left: -4px;
}

ul.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

ul.flow > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #014099;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
/*--------------------------------------------------------------
## 追加　プラン
--------------------------------------------------------------*/
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:#ffffff;
}
.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;
}
@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:#1d5eae;
	-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;
}
.anchor_box .anchor_box_item_first:hover {
	background:#1d5eae;
	-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;
}
@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:#1d5eae;
	-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: 800px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height:100%;
}
.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;
}
.pricebox3 {
background:#f2f1e1;
  border:1px solid #000;
  -webkit-box-shadow:5px 5px 0 0 #eeeeee;
  box-shadow: 7px 7px 0 #eeeeee;
  padding:25px;
  max-width: 800px;
  width: 100%;
  margin:0 auto;
  text-align: center;
}
.pricebox3 table {
	border-collapse: collapse;
	margin: 20px auto;
	width: 99.5%;
	clear: both;
	font-size: 11pt;
	border: none;
	line-height: 1.5em;
}
.pricebox3 table tr {
	border: none;
}
.pricebox3 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;
}
.pricebox3 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;
}
.pricebox3 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;
	}
.pricebox3 table td p, .pricebox3 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: #014099;
	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;
}
/*--------------------------------------------------------------
## 追加　採用情報
--------------------------------------------------------------*/
#message_page .lower{
  margin:0 0 4em 0;
  background:white;
  opacity:0.8;
  color:black;
  border:1px solid #000000;
  display: inline-block;
}

#message_page .lower:hover{
  background:black;
  color:white;
  border:1px solid #000000;
  cursor:pointer;
}

#message_page input{
  display:none;
}

#message_page .lower label{
  text-align:center;
  font-size:10pt;
  font-weight:normal;
  padding:18px 50px 14px 50px;
  line-height:1em;
}

#message_page .lower label:hover{
  cursor:pointer;
}

#message_page .overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	z-index: 999;
}

#message_page .overlay label{
	width: 58px;
	height:58px;
	position: absolute;
	right: 80px;
	top: 250px;
	background: url('/wp/wp-content/uploads/images/cross.png');
	z-index: 100;
	cursor:pointer;
}
@media only screen and (max-width: 992px) {
	#message_page .overlay label{
		width: 29px;
		height:29px;
		position: absolute;
		right: 20px;
		top: 150px;
		background: url('/wp/wp-content/uploads/images/cross.png') no-repeat scroll center center transparent;
		z-index: 100;
		cursor:pointer;
	}
}
#message_page .overlay table {
	text-align: center;
	position: relative;
	top: 200px;
	font-size: 12pt;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:auto;
	margin:0 auto;
	border:none;
}
@media only screen and (max-width: 992px) {
	#message_page .overlay table {
		text-align: center;
		position: relative;
		top: 150px;
		font-size: 12pt;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width:auto;
		margin:0 auto;
		border:none;
	}
}
#message_page .overlay table th {
	border:none;
	color:#ffffff;
	font-weight:normal;
	width:5em;
	vertical-align:top;
}
#message_page .overlay table td {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #ffffff;
	padding: 6px 15px;
	color:#ffffff;
	vertical-align:top;
}
#message_page .lower~.overlay-hugeinc{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

#message_page #op:checked~.overlay-hugeinc{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#message_page .overlay-hugeinc table {
	-moz-perspective: 300px;
}

#message_page .overlay-hugeinc table {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

#message_page #op:checked~.overlay-hugeinc table {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#message_page #op:not(:checked)~.overlay-hugeinc table {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}







#message_page .lower2{
  margin:0 0 4em 0;
  background:white;
  opacity:0.8;
  color:black;
  border:1px solid #000000;
  display: inline-block;
}

#message_page .lower2:hover{
  background:black;
  color:white;
  border:1px solid #000000;
  cursor:pointer;
}

#message_page input{
  display:none;
}

#message_page .lower2 label{
  text-align:center;
  font-size:10pt;
  font-weight:normal;
  padding:18px 50px 14px 50px;
  line-height:1em;
}

#message_page .lower2 label:hover{
  cursor:pointer;
}

#message_page .overlay2{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	z-index: 999;
}

#message_page .overlay2 label{
	width: 58px;
	height:58px;
	position: absolute;
	right: 80px;
	top: 250px;
	background: url('/wp/wp-content/uploads/images/cross.png');
	z-index: 100;
	cursor:pointer;
}
@media only screen and (max-width: 992px) {
	#message_page .overlay2 label{
		width: 29px;
		height:29px;
		position: absolute;
		right: 20px;
		top: 150px;
		background: url('/wp/wp-content/uploads/images/cross.png') no-repeat scroll center center transparent;
		z-index: 100;
		cursor:pointer;
	}
}
#message_page .overlay2 table {
	text-align: center;
	position: relative;
	top: 200px;
	font-size: 12pt;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:auto;
	margin:0 auto;
	border:none;
}
@media only screen and (max-width: 992px) {
	#message_page .overlay2 table {
		text-align: center;
		position: relative;
		top: 150px;
		font-size: 12pt;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width:auto;
		margin:0 auto;
		border:none;
	}
}
#message_page .overlay2 table th {
	border:none;
	color:#ffffff;
	font-weight:normal;
	width:5em;
	vertical-align:top;
}
#message_page .overlay2 table td {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #ffffff;
	padding: 6px 15px;
	color:#ffffff;
	vertical-align:top;
}
#message_page .lower2~.overlay-hugeinc2{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

#message_page #op2:checked~.overlay-hugeinc2{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#message_page .overlay-hugeinc2 table {
	-moz-perspective: 300px;
}

#message_page .overlay-hugeinc2 table {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

#message_page #op2:checked~.overlay-hugeinc2 table {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#message_page #op2:not(:checked)~.overlay-hugeinc2 table {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}



#message_page .lower3{
  margin:0 0 4em 0;
  background:white;
  opacity:0.8;
  color:black;
  border:1px solid #000000;
  display: inline-block;
}

#message_page .lower3:hover{
  background:black;
  color:white;
  border:1px solid #000000;
  cursor:pointer;
}

#message_page input{
  display:none;
}

#message_page .lower3 label{
  text-align:center;
  font-size:10pt;
  font-weight:normal;
  padding:18px 50px 14px 50px;
  line-height:1em;
}

#message_page .lower3 label:hover{
  cursor:pointer;
}

#message_page .overlay3{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	z-index: 999;
}

#message_page .overlay3 label{
	width: 58px;
	height:58px;
	position: absolute;
	right: 80px;
	top: 250px;
	background: url('/wp/wp-content/uploads/images/cross.png');
	z-index: 100;
	cursor:pointer;
}
@media only screen and (max-width: 992px) {
	#message_page .overlay3 label{
		width: 29px;
		height:29px;
		position: absolute;
		right: 20px;
		top: 150px;
		background: url('/wp/wp-content/uploads/images/cross.png') no-repeat scroll center center transparent;
		z-index: 100;
		cursor:pointer;
	}
}
#message_page .overlay3 table {
	text-align: center;
	position: relative;
	top: 200px;
	font-size: 12pt;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:auto;
	margin:0 auto;
	border:none;
}
@media only screen and (max-width: 992px) {
	#message_page .overlay3 table {
		text-align: center;
		position: relative;
		top: 150px;
		font-size: 12pt;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width:auto;
		margin:0 auto;
		border:none;
	}
}
#message_page .overlay3 table th {
	border:none;
	color:#ffffff;
	font-weight:normal;
	width:5em;
	vertical-align:top;
}
#message_page .overlay3 table td {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #ffffff;
	padding: 6px 15px;
	color:#ffffff;
	vertical-align:top;
}
#message_page .lower3~.overlay-hugeinc3{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

#message_page #op3:checked~.overlay-hugeinc3{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#message_page .overlay-hugeinc3 table {
	-moz-perspective: 300px;
}

#message_page .overlay-hugeinc3 table {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

#message_page #op3:checked~.overlay-hugeinc3 table {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#message_page #op3:not(:checked)~.overlay-hugeinc3 table {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}



#message_page .lower4{
  margin:0 0 4em 0;
  background:white;
  opacity:0.8;
  color:black;
  border:1px solid #000000;
  display: inline-block;
}

#message_page .lower4:hover{
  background:black;
  color:white;
  border:1px solid #000000;
  cursor:pointer;
}

#message_page input{
  display:none;
}

#message_page .lower4 label{
  text-align:center;
  font-size:10pt;
  font-weight:normal;
  padding:18px 50px 14px 50px;
  line-height:1em;
}

#message_page .lower4 label:hover{
  cursor:pointer;
}

#message_page .overlay4{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	z-index: 999;
}

#message_page .overlay4 label{
	width: 58px;
	height:58px;
	position: absolute;
	right: 80px;
	top: 250px;
	background: url('/wp/wp-content/uploads/images/cross.png');
	z-index: 100;
	cursor:pointer;
}
@media only screen and (max-width: 992px) {
	#message_page .overlay4 label{
		width: 29px;
		height:29px;
		position: absolute;
		right: 20px;
		top: 150px;
		background: url('/wp/wp-content/uploads/images/cross.png') no-repeat scroll center center transparent;
		z-index: 100;
		cursor:pointer;
	}
}
#message_page .overlay4 table {
	text-align: center;
	position: relative;
	top: 200px;
	font-size: 12pt;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:auto;
	margin:0 auto;
	border:none;
}
@media only screen and (max-width: 992px) {
	#message_page .overlay4 table {
		text-align: center;
		position: relative;
		top: 150px;
		font-size: 12pt;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width:auto;
		margin:0 auto;
		border:none;
	}
}
#message_page .overlay4 table th {
	border:none;
	color:#ffffff;
	font-weight:normal;
	width:5em;
	vertical-align:top;
}
#message_page .overlay4 table td {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #ffffff;
	padding: 6px 15px;
	color:#ffffff;
	vertical-align:top;
}
#message_page .lower4~.overlay-hugeinc4{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

#message_page #op4:checked~.overlay-hugeinc4{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#message_page .overlay-hugeinc4 table {
	-moz-perspective: 300px;
}

#message_page .overlay-hugeinc4 table {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

#message_page #op4:checked~.overlay-hugeinc4 table {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#message_page #op4:not(:checked)~.overlay-hugeinc4 table {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}



#message_page h2 {
	margin:0 0 15px 0;
}
#message_page p.name {
	border-top: 1px dotted #000000;
	margin: 15px 0 25px 0;
	padding: 0.6em 0 0 0;
	font-size: 11pt;
	line-height: 1.4em;
	color:#0e4491;
}
h3.intro_tit {
  position: relative;
  color: black;
  background: #e4edfb;
  line-height: 1.4;
  padding: 0.8em 0.5em;
  margin: 3em 0 1em;
  font-weight: 500;
  font-size:14pt;
}

h3.intro_tit:after {
  /*タブ*/
  position: absolute;
  font-weight: 400;
  content: 'INTERVIEW';
  background: #003690;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 10px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.2em
}
hr.grad {
  position: relative;
  height: 1px;
  border-width: 0;
  background-image: -webkit-linear-gradient(left, transparent 0%,#0059c8 50%,transparent 100%);
  background-image: linear-gradient(90deg, transparent 0%,#0059c8 50%,transparent 100%);
  margin: 4em 0;
}

.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: #014099;/*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: #014099;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #014099;
}
.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: #014099;
	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;
	transition: 0.3s ease-in-out;
}
div.link_box a:hover {
	transition: 0.3s ease-in-out;
}
div.link_box a h3 {
	margin:0;
	font-size:14pt;
	color:#222222;
	margin:20px 0 10px 0;
	font-weight:normal;
	transition: 0.3s ease-in-out;
}
div.link_box a h3:hover {
	color:#999999;
	transition: 0.3s ease-in-out;
}
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;
}
div.link_box img {
	display:block;
	margin:15px 0;
}
/*--------------------------------------------------------------
## 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: #014099 !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 5px 0;
  }
/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
	margin-bottom: 0;
    position: relative;
  }
  .timeline > li h3 {
	font-size:12pt;
	margin:1.2em 0 2em 0;
	font-weight:normal;
	line-height:1.4em;
	}
  .timeline-date {
    width: 130px;
    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: 126px;
    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 #014099;
}
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: #014099;
  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;
	}
}
/*--------------------------------------------------------------
## 追加　FAQ
--------------------------------------------------------------*/
.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: 12pt;
    border-bottom: 1px solid currentColor;
    background-color: none;
	line-height:1.5em;
	font-weight:normal;
}
.list_qaa > label > dd {
    position: relative;
    padding: 1.5em 0.5em 1.5em 3.5em;
    font-size: 12pt;
    border-bottom: 1px solid currentColor;
    background-color: none;
	line-height:1.5em;
	font-weight:normal;
}
.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::before {
    content: "Q";
	color:#014099;
}
.list_qaa > label > dd::before {
    content: "A";
	color:#880909;
	font-weight: bold;
}
.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 #014099;
    border-right: 2px solid #014099;
    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 #797979;
	border-right: 2px solid #797979;
	content: "";
	float: right;
	vertical-align:middle;
}
@media screen and (max-width: 480px) {
	.list_qaa > label > dt::after {
		top: 10px;
		position: relative;
	}
}
.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;
}
/*--------------------------------------------------------------
## Common
--------------------------------------------------------------*/
.page_tit_box {
	background: #134da0;
	height:150px;
	min-height:150px;
	display: table;
	width: 100%;
	
}
h1.page_tit {
	color:#ffffff;
	font-size:19pt;
	letter-spacing:0.04em;
	display: table-cell;
	text-align:center;
	vertical-align: middle;
	line-height:1.4em;
}
@media only screen and (max-width: 992px) {
	h1.page_tit {
		font-size:14pt;
	}
}
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 #014099;
 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:#014099;
 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%, #014099 45%);
 transform:translateX(-37px);
 transform-origin:left;
 transition:width .3s .3s ease-in-out
}
.button-arrow2 > span:after {
 position:absolute;
 content:"";
 background:#014099;
 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:#014099;
  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 #014099;
 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:#014099;
  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;
 padding:15px 16px 14px;
 border:1px solid #014099;
 text-align:center;
 font-size:12.5pt;
 letter-spacing:0.01em;
 line-height:1.4;
 color:#ffffff;
 background:#014099;
}
@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 #014099;
   color:#014099;
 }
 .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 auto;
 padding:15px 16px 14px;
 border:1px solid #014099;
 text-align:center;
 font-size:12pt;
 letter-spacing:0.01em;
 line-height:1.4;
 color:#ffffff;
 background:#014099;
 font-family: "Cabin", sans-serif;
 letter-spacing:0.08em;
 font-weight:200;
}
@media only screen and (max-width: 767px) {
	.button-arrow5 {
	margin:0 auto;
	}
}
.button-arrow5:after {
 position:absolute;
 content:"";
 background:#79a5e3;
 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, #79a5e3 55%, #79a5e3 45%);
 transform:translateX(-37px);
 transform-origin:left;
 transition:width .3s .3s ease-in-out
}
.button-arrow5 > span:after {
 position:absolute;
 content:"";
 background:#79a5e3;
 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 #014099;
   color:#014099;
 }
 .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:240px;
 margin:0 0 0 0;
 padding:15px 16px 14px;
 border:1px solid #014099;
 text-align:center;
 font-size:12pt;
 letter-spacing:0.01em;
 line-height:1.4;
 color:#ffffff;
 background:#014099;
 font-family: "Cabin", sans-serif;
 letter-spacing:0.08em;
 font-weight:200;
}
@media only screen and (max-width: 767px) {
	.button-arrow6 {
	margin:0 auto;
	}
}
.button-arrow6:after {
 position:absolute;
 content:"";
 background:#79a5e3;
 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, #79a5e3 55%, #79a5e3 45%);
 transform:translateX(-37px);
 transform-origin:left;
 transition:width .3s .3s ease-in-out
}
.button-arrow6 > span:after {
 position:absolute;
 content:"";
 background:#79a5e3;
 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 #014099;
   color:#014099;
 }
 .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:240px;
 margin:0 0 0 0;
 padding:15px 16px 14px;
 border:1px solid #000000;
 text-align:center;
 font-size:12pt;
 letter-spacing:0.01em;
 line-height:1.4;
 color:#ffffff;
 background:#000000;
 font-family: "Cabin", sans-serif;
 letter-spacing:0.08em;
 font-weight:200;
}
@media only screen and (max-width: 767px) {
	.button-arrow7 {
	margin:0 auto;
	}
}
.button-arrow7:after {
 position:absolute;
 content:"";
 background:#999999;
 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, #999999 55%, #999999 45%);
 transform:translateX(-37px);
 transform-origin:left;
 transition:width .3s .3s ease-in-out
}
.button-arrow7 > span:after {
 position:absolute;
 content:"";
 background:#999999;
 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 #000000;
   color:#000000;
 }
 .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
 }
   .button-arrow10 {
 position:relative;
 display:block;
 width:320px;
 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-arrow10 {
	margin:0 auto;
	}
}
.button-arrow10: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-arrow10 > 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-arrow10 > 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-arrow10:hover,
 .button-arrow10:focus,
 .button-arrow10:active {
  background:#ffffff;
  color:#fff;
  opacity:1;
  border-color:transparent
   border:1px solid #003785;
   color:#474b9d;
 }
 .button-arrow10:hover:after,
 .button-arrow10:focus:after,
 .button-arrow10:active:after {
  opacity:0;
  transition:opacity .3s .2s ease-in-out
 }
 .button-arrow10:hover>span:before,
 .button-arrow10:focus>span:before,
 .button-arrow10:active>span:before {
  width:70px;
  transition:width .3s .2s ease-in-out
 }
 .button-arrow10:hover>span:after,
 .button-arrow10:focus>span:after,
 .button-arrow10: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:#014099;
    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 #014099;
    border-bottom: 1px solid #014099;
    transform: skew(45deg);
    transition: .3s;
}
span.arrow-move2:hover::after{
    right: 10px;
    width: 80px;
}
a.button {
  position: relative;
  z-index: 2;
  background-color: #014099;
  border: 1px solid #014099;
  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: #014099;
  color: #014099;
}
a.button::before,
a.button::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #014099;
}
a.button::before {
  top: 0;
}
a.button::after {
  bottom: 0;
}
a.button:hover::before,
a.button:hover::after {
  height: 0;
  background-color: #014099;
}

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 #014099;
  color: #014099;
  line-height: 50px;
}
a.button1:hover {
  background-color: #014099;
  border-color: #014099;
  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 {
	margin:40px 0 0 0;

}
.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: #014099;
  border: 1px solid #014099;
  color: #fff;
  line-height: 50px;
}
.mb_button_box a:hover {
  background-color: #ffffff;
  border-color: #014099;
  color: #014099;
}
.mb_button_box a::before,
.mb_button_box a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #014099;
}
.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: #014099;
}



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: #014099;
  border: 1px solid #014099;
  color: #fff;
  line-height: 50px;
}
a.mob_button1:hover {
  background-color: #014099;
  border-color: #014099;
  color: #ffffff;
}
a.mob_button1::before,
a.mob_button1::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #014099;
}
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: #014099;
}


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: "Open Sans", "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic", 'Plus Jakarta Sans', 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 !important;
	   -moz-transition: 0.3s ease-in-out !important;
	     -o-transition: 0.3s ease-in-out !important;
	        transition: 0.3s ease-in-out !important;
}
.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_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;
	}
}
.bg_none{background:none !important;}
.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:#014099 !important;}
.l_green{color:#c3cf38 !important;}
.gold {color:#B08F6C !important;}
.blue {color:#0F3695 !important;}
.block {display:block;}
.underline {text-decoration:underline;}
.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:15px;
	margin:0 0 50px 20px;
	font-size:8.5pt;
	padding:0 40px;
}
@media (max-width: 992px) {
	.breadcrumbs  {
		padding:0 40px;
	}
}
@media only screen and (max-width: 767px) {
	.breadcrumbs  {
		padding:0 15px;
	}
}
.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;
	}

/*--------------------------------------------------------------
## 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;
}

