@charset "UTF-8";
/* CSS Document */
/*
Theme Name: earthcolor-nwp
Theme URI: 
Description: 
Author: Hiroto Amano -Design Office Kingleo-
Author URI: 
Version:1.00.00
Tags: 
License: -Design Office Kingleo-
License URI: 
Text Domain: earthcolor-nwp

*/
/* ------------------------------
 #link-animation
------------------------------ */
.sp-photo,
.sp-only {
  display: none;
}

@media screen and (max-width: 980px) {
  .sp-photo,
  .sp-only {
    display: block;
  }
}

.pc-photo,
.pc-only {
  display: block;
}

@media screen and (max-width: 980x) {
  .pc-photo,
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 981px) {
  .sp-img {
    display: none !important;
  }
}

@media screen and (max-width: 980px) {
  .pc-img {
    display: none !important;
  }
}

/* ========================================================
 reset
========================================================= */
/*! clearfix
---------------------------- */
.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
  visibility: hidden;
  height: 0;
}

.radius {
  border-radius: 5px;
  -webkit--webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  box-sizing: border-box;
}

/*! /clearfix
---------------------------- */
* {
  text-decoration: none;
  outline: none;
  font-weight: normal;
  line-height: 1.6em;
  word-break: break-all;
  line-break: strict !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ol,
ul li {
  list-style-position: inside;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  border: none;
  vertical-align: bottom;
  font-size: 0px;
  line-height: 0px;
}

address {
  font-style: normal;
}

.rightBox {
  float: right;
}

.leftBox {
  float: left;
}

/* ========================================================
 layout
========================================================= */
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "MS ゴシック", "MS Gothic", "MS Pゴシック", "MS PGothic", "メイリオ", "Meiryo", sans-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.mainSection-sidemax {
  height: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /*	@media screen and (min-width:768px){
		width: inherit;
	}
	@media screen and (min-width:992px){
		width: 970px;
	}
	@media screen and (min-width:1200px){
		width: 1170px;
	}
	*/
  width: 100%;
}

@media screen and (max-width: 980px) {
  .container {
    float: none;
    padding-left: 1%;
    padding-right: 1%;
  }
}

.siteWrapp {
  width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 1260px) {
  .siteWrapp {
    width: 97%;
    margin: 0 auto;
  }
}

.banner-area {
  margin-bottom: 60px;
}

.banner-area .banner-box {
  display: table;
  text-align: center;
  width: 100%;
  height: 160px !important;
}

.banner-area .banner-box .widget_media_image {
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 auto;
  margin-bottom: 0 !important;
}

.banner-area .banner-box .widget_media_image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

.banner-area .banner-box .widget_media_image img:before,
.banner-area .banner-box .widget_media_image img:after {
  content: none;
  display: none;
}

.banner-area .banner-box p {
  font-size: 20px;
  font-weight: bold;
}

.btn {
  padding: 10px 35px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  user-select: none;
}

.btn-success {
  background-color: #7ba23f;
  border: 1px solid #7ba23f;
  border-radius: 0px;
}

/*.parent{
	text-align: center;
	.widgets-btn-success{
		background-color: #7ba23f;
		border: 1px solid #7ba23f;
		border-radius: 0px;
		padding: 10px 35px;
		display: inline-block;
		width: auto;
		color: #fff;
		transition:0.3s;
	}
	.widgets-btn-success:hover{
		text-decoration: none;
		background:#95bd57;
	}
}*/
.widgets-btn-common {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.widgets-btn-common p {
  border-radius: 0px;
  padding: 10px 35px;
  display: inline-block;
  width: auto;
  color: #fff;
  transition: 0.3s;
}

.widgets-btn-common p a {
  color: #fff;
}

.widgets-btn-common p:hover {
  text-decoration: none;
}

.widgets-btn-success p {
  background-color: #7ba23f;
  border: 1px solid #7ba23f;
  transition: 0.3s;
}

.widgets-btn-success p a {
  color: #fff;
}

.widgets-btn-success p:hover {
  text-decoration: none;
  background: #95bd57;
}

.cover-pink {
  background-color: #ffc0cb;
}

.veu_button {
  text-align: center;
}

.veu_button .btn-sm {
  display: inline-block;
  width: auto;
  padding: 10px 35px;
}

.pagetop-area {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.pagetop-area img {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}

h1,
h2,
h3,
h4,
h5 {
  text-decoration: none;
}

ul > li {
  list-style: disc;
  margin-left: 20px;
}

ul > li > ul > li {
  margin-left: 40px;
  list-style: circle;
}

h3:after {
  display: none;
}

h3,
h3:after {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  background-color: #fff;
}

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

blockquote:not(.b-not) {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
  background-color: white;
}

blockquote:not(.b-not)::before,
blockquote:not(.b-not)::after {
  display: none;
}

/* ========================================================
 header
========================================================= */
.vk-mobile-nav-menu-btn {
  left: auto;
  right: 3px;
  z-index: 10000;
  top: 28px;
}

@media screen and (min-width: 992px) {
  .vk-mobile-nav-menu-btn {
    display: none !important;
  }
}

.vk-mobile-nav.vk-mobile-nav-open {
  top: 75px !important;
  z-index: 9999 !important;
  padding-top: 0;
}

.vk-mobile-nav.vk-mobile-nav-open .global-nav {
  padding-top: 15px !important;
}

.siteHeadContainer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px !important;
  padding-bottom: 18px !important;
}

@media screen and (min-width: 768px) {
  .siteHeadContainer {
    width: inherit;
  }
}

@media screen and (min-width: 992px) {
  .siteHeadContainer {
    width: 970px;
  }
}

@media screen and (min-width: 1010px) {
  .siteHeadContainer {
    width: 1010px;
  }
}

.siteHeader {
  height: 115px;
  z-index: 9999;
}

@media screen and (max-width: 991px) {
  .siteHeader {
    height: 75px;
  }
}

.siteHeader .siteHeader_logo a {
  background: #545454;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
}

.siteHeader .siteHeader_logo a span {
  color: #fff;
  font-size: 10px;
  width: 90%;
  margin: 0 auto;
  display: block;
  line-height: 15px;
}

.siteHeader .brand-name a {
  float: left;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  height: 50px;
  background: none;
  border: none;
  margin-bottom: 0px;
  color: #000;
}

.siteHeader .brand-name a:hover {
  opacity: 0.5;
  transition: 0.3s;
  text-decoration: none;
}

.under-line-deco *,
.under-line-deco {
  text-decoration: underline !important;
}

strong *,
strong {
  font-weight: bold !important;
}

.navbar-header {
  width: 100%;
  height: 50px;
}

h3 {
  margin-bottom: 30px;
  font-size: 14px;
}

ul.gMenu > li > a {
  font-weight: bold;
}

#gMenu_outer nav {
  margin: 0 auto;
  text-align: center;
}

#gMenu_outer nav .gMenu {
  display: inline-block;
  width: auto;
  float: none;
}

.current-menu-item {
  background-color: #e7e7e7;
}

ul.gMenu {
  margin: 0 auto;
}

ul.gMenu li {
  margin-left: 0px;
}

ul.gMenu li a {
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  transition: 0.1s;
}

ul.gMenu li a:hover {
  background: none;
  border: none;
  opacity: 0.5;
  transition: 0.3s;
}

ul.gMenu > li > a:after {
  position: absolute;
  left: 0;
  overflow: hidden;
  content: ".";
  line-height: 0;
  bottom: 0;
  display: block;
  border-bottom: none;
  width: 0;
}

ul.gMenu > li > ul.sub-menu {
  opacity: 0;
  top: 35px;
  transition: 0.1s;
  display: inline;
  visibility: hidden;
  width: 100%;
  box-sizing: border-box;
}

ul.gMenu > li > ul.sub-menu li {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 0;
  display: block;
  overflow: visible;
  position: relative;
  list-style: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  left: -120px;
}

ul.gMenu > li > ul.sub-menu li a {
  padding: 10px;
}

ul.gMenu > li > ul.sub-menu li a:hover {
  background-color: #f5f5f5;
  opacity: 1;
  padding: 10px;
}

ul.gMenu > li > ul.sub-menu li ul {
  left: 220px;
  opacity: 0;
  transition: 0.1s;
  display: inline;
  visibility: hidden;
}

ul.gMenu > li > ul.sub-menu li:hover ul {
  left: 241px;
  opacity: 1;
  transition: 0.3s;
  display: inline;
  visibility: inherit;
}

ul.gMenu > li:hover {
  height: 50px;
}

ul.gMenu > li:hover > ul.sub-menu {
  opacity: 1;
  top: 46px;
  transition: 0.3s;
  visibility: inherit;
}

.gMenu_name {
  font-weight: bold;
  font-size: 14px;
}

#gMenu_outer nav .gMenu,
ul.gMenu > li > a {
  height: 45px;
}

.current-menu-item {
  background: none;
}

.gMenu > .current-menu-item > a:after {
  content: "" !important;
  background: #e7e7e7;
  display: block;
  height: 45px;
  z-index: -1;
}

/* ========================================================
 top
========================================================= */
.home .siteContent {
  margin-top: 103px;
  padding-top: 0px;
}

.home .font01 * {
  border: none;
  text-align: center;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 80px;
  color: #000;
}

.home h3:after {
  display: none;
}

.home .carousel {
  border: none;
}

.home #top__fullcarousel {
  height: 474px;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home #top__fullcarousel .carousel-inner {
  height: 474px;
}

.home #top__fullcarousel .carousel-inner .item {
  height: 474px;
}

.home #top__fullcarousel .carousel-inner .slide-cover {
  height: 474px;
}

.home #top__fullcarousel .carousel-inner .slide-text-set {
  height: 100%;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}

.home #top__fullcarousel .carousel-inner .slide-text-set .container {
  margin: 30px 150px;
  display: inline-block;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 38%;
}

.home #top__fullcarousel .carousel-inner .slide-text-set .container .slide-text-title {
  font-size: 18px !important;
  text-align: center;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 21px;
  font-weight: 200;
}

.home #top__fullcarousel .carousel-inner .slide-text-set .container .slide-text-title:before {
  content: " ";
  display: table;
}

.home #top__fullcarousel .carousel-inner .slide-text-set .container .slide-text-title:after {
  clear: both;
}

/* ========================================================
 sidebar
========================================================= */
.widget_archive ul li,
.widget_categories ul li,
.widget_link_list ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_entries ul li {
  list-style: none;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_link_list ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_recent_entries ul li a {
  border-left: 4px solid #000;
  position: relative;
  display: block;
  padding: 5px 26px;
  color: #000;
  font-size: 15px;
  margin-bottom: 30px;
  border-bottom: none;
}

/* ========================================================
 footer
========================================================= */
.fa-2x {
  font-size: 2em !important;
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.share_buttons ul.nav > li > a {
  display: block;
  margin: 0;
  font-size: inherit;
  color: #999;
  padding: 0 3px;
  transition: 0.5s;
}

.share_buttons ul.nav > li > a:hover,
.share_buttons ul.nav > li > a:focus {
  color: #428bca;
  transition: 0.3s;
}

.share_buttons {
  display: table;
}

.common-footer {
  width: 980px;
  margin: 0 auto 80px;
  padding: 15px;
  background: #f2f2f2;
}

.common-footer .conbox {
  float: left;
}

.common-footer .widgets-btn-success p {
  width: 165px;
  margin-left: 0;
  margin-right: 100%;
  float: left;
}

.common-footer h3 {
  color: #636466 !important;
  font-size: 21px !important;
  margin-bottom: 15px !important;
  text-align: left !important;
}

.common-footer li {
  margin-left: 0 !important;
  list-style: none !important;
  margin-bottom: 13px;
}

.common-footer .sitemap-text {
  margin-top: 60px;
  text-align: center;
}

/* ========================================================
 single,page
========================================================= */
.single h4,
.page h4 {
  font-size: 27px;
  background: none;
  margin-top: 50px;
  margin-bottom: 15px;
}

.single h4:first-child,
.page h4:first-child {
  margin-top: 0px;
}

.single .fl-module .fl-module-content,
.page .fl-module .fl-module-content {
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  padding: 15px;
}

.single .fl-col-small .fl-module-content,
.page .fl-col-small .fl-module-content {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
}

.single .none .fl-module-content,
.page .none .fl-module-content {
  border: none;
  padding: 0;
}

.single .page-ori-header .ttl-box .ttl-box-inner,
.page .page-ori-header .ttl-box .ttl-box-inner {
  margin: 50px auto 0;
  padding: 30px 15px;
  display: inline-block;
  width: auto;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  width: 395px;
}

.single .page-ori-header .ttl-box .ttl-box-inner h3,
.page .page-ori-header .ttl-box .ttl-box-inner h3 {
  font-size: 35px;
  text-align: center;
  color: #428bca;
  margin-top: 15px;
  margin-bottom: 15px;
  background: none;
}

.single .page-ori-header .ttl-box .ttl-box-inner p,
.page .page-ori-header .ttl-box .ttl-box-inner p {
  text-align: center;
  margin-bottom: 15px;
}

.single .page-ori-header .page-eyecatch-box,
.page .page-ori-header .page-eyecatch-box {
  margin-bottom: 0px;
}

.single .page-ori-header .page-eyecatch-box .page-eyecatch-box-inner,
.page .page-ori-header .page-eyecatch-box .page-eyecatch-box-inner {
  display: table;
  text-align: center;
  width: 100%;
  height: 252px !important;
}

.single .page-ori-header .page-eyecatch-box .page-eyecatch-box-inner .page-eyecatch-img,
.page .page-ori-header .page-eyecatch-box .page-eyecatch-box-inner .page-eyecatch-img {
  width: 100%;
  height: 252px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 auto;
  margin-bottom: 0 !important;
}

.single .page-ori-header .page-eyecatch-box .page-eyecatch-box-inner .page-eyecatch-img img,
.page .page-ori-header .page-eyecatch-box .page-eyecatch-box-inner .page-eyecatch-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

.single .page-ori-header .page-eyecatch-box .page-eyecatch-box-inner .page-eyecatch-img img:before,
.single .page-ori-header .page-eyecatch-box .page-eyecatch-box-inner .page-eyecatch-img img:after,
.page .page-ori-header .page-eyecatch-box .page-eyecatch-box-inner .page-eyecatch-img img:before,
.page .page-ori-header .page-eyecatch-box .page-eyecatch-box-inner .page-eyecatch-img img:after {
  content: none;
  display: none;
}

.single .page-ori-header .page-eyecatch-box .page-eyecatch-box-inner p,
.page .page-ori-header .page-eyecatch-box .page-eyecatch-box-inner p {
  font-size: 20px;
  font-weight: bold;
}

.single .leafIllust,
.page .leafIllust {
  position: relative;
  top: 15px;
}

.single .uptxt,
.page .uptxt {
  position: relative;
  z-index: 1;
}

/* ========================================================
 row-setting
========================================================= */
.row:not(.sidebar-no) {
  width: 1060px;
  padding: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .row:not(.sidebar-no) {
    float: none;
    width: 100%;
    padding: 1%;
  }
}

.row:not(.sidebar-no) .blog-contents-box,
.row:not(.sidebar-no) .rightBox {
  width: 706px;
  float: right;
  box-sizing: border-box;
}

.row:not(.sidebar-no) .subSection {
  width: 283px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 980px) {
  .row:not(.sidebar-no) .subSection {
    float: none;
    width: 100%;
  }
}

.row:not(.sidebar-no) .mainSection {
  float: right;
  width: 706px;
}

@media screen and (max-width: 980px) {
  .row:not(.sidebar-no) .mainSection {
    float: none;
    width: 100%;
  }
}

/* ========================================================
 row-setting
========================================================= */
.row:not(.sidebar-no) {
  width: 1060px;
  padding: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .row:not(.sidebar-no) {
    float: none;
    width: 100%;
    padding: 1%;
  }
}

.row:not(.sidebar-no) .blog-contents-box,
.row:not(.sidebar-no) .rightBox {
  width: 706px;
  float: right;
  box-sizing: border-box;
}

@media screen and (max-width: 980px) {
  .row:not(.sidebar-no) .blog-contents-box,
  .row:not(.sidebar-no) .rightBox {
    float: none;
    width: 100%;
  }
}

.row:not(.sidebar-no) .subSection {
  width: 283px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 980px) {
  .row:not(.sidebar-no) .subSection {
    float: none;
    width: 100%;
  }
}

/* ========================================================
 page
========================================================= */
.page {
  font-size: 14px;
}

.page .siteContet {
  margin-top: 103px;
  padding-top: 0px;
}

.page h4 {
  font-size: 21px;
  line-height: 1.7em;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #008000;
  margin-bottom: 15px;
  background: none;
}

.page h1,
.page h2,
.page h3,
.page h4 {
  letter-spacing: 0.1em;
}

.page h2 + p {
  margin-bottom: 0px;
}

.page h3 {
  font-size: 35px;
  color: #428bca;
  font-weight: bold;
}

.page h4:after {
  display: none;
}

.page h2:not(.brand-name) {
  font-size: 35px;
  text-align: center;
  color: #428bca;
  margin-top: 15px;
  margin-bottom: 15px;
  background: none;
}

.page .row {
  box-sizing: content-box;
}

.page .row .blog-time a {
  font-size: 13px;
  color: #000;
  float: left;
}

/* ========================================================
 single
========================================================= */
.single .entry-body {
  padding-top: 0px;
}

.single .maincon h5 {
  margin-top: 20px;
  color: #008000;
  margin-bottom: 15px;
}

.single .maincon p,
.single .maincon li {
  font-size: 14px;
}

.single .row {
  box-sizing: content-box;
}

@media screen and (max-width: 980px) {
  .single .row {
    box-sizing: border-box;
  }
}

.single .row .blog-time a {
  font-size: 13px;
  color: #000;
  float: left;
}

.single .form-submit {
  display: block;
  text-align: right;
  margin: 15px auto;
}

.single .pager li {
  margin: 10px auto;
}

.common-header .common-ttl-box-inner,
.cork-header .common-ttl-box-inner {
  width: 100%;
  background: url(images/auto-UXcxjb.jpg) center center/cover no-repeat;
}

.case-header .common-ttl-box-inner,
.unchiku-header .common-ttl-box-inner {
  width: 100%;
  background: url(images/UNCHIKU.jpg) center center/cover no-repeat;
}

.case-header .common-ttl-box-inner,
.unchiku-header2 .common-ttl-box-inner {
  width: 100%;
  background: url(images/auto-pIiygu.jpg) center center/cover no-repeat;
}

.case-header .common-ttl-box-inner,
.table-header .common-ttl-box-inner {
  width: 100%;
  background: url(images/auto-k4OzhA.jpg) center center/cover no-repeat;
}

.common-header {
  width: 100%;
  display: block;
}

.common-header .common-ttl-box .common-ttl-box-inner {
  width: 100%;
  display: table;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 981px) {
  .common-header .common-ttl-box .common-ttl-box-inner {
    min-height: 209px;
  }
}

@media screen and (max-width: 980px) {
  .common-header .common-ttl-box .common-ttl-box-inner {
    background-size: auto 100%;
  }
}

.common-header .common-ttl-box .common-ttl-box-inner h3 {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  max-width: 480px;
  font-size: 35px;
  line-height: 1.1;
  text-align: center;
  color: #428bca;
  margin-top: 15px;
  margin-bottom: 15px;
  top: auto;
  bottom: auto;
}

.common-header .common-ttl-box .common-ttl-box-inner h3 span {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 20px;
  display: inline-block;
  margin: 15px auto;
  max-width: 760px;
}

@media screen and (max-width: 980px) {
  .common-header .common-ttl-box .common-ttl-box-inner h3 span {
    display: table;
    max-width: 80%;
    max-height: 56px;
    overflow: hidden;
    font-size: 18px;
    overflow: hidden;
    padding: 15px 20px;
    margin: 30px auto;
  }
}

.common-header .common-ttl-box .common-ttl-box-inner h3 span .subTitle {
  font-size: 18px;
  margin-top: 15px;
  color: #000000;
}

/* ========================================================
 loop-setting
========================================================= */
.loop-sidebar-box {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
  margin-left: 20px;
}

.sidebar-loop-ttl-only {
  margin-bottom: 15px;
}

.blog-page-section .veu_postList .postList_miniThumb .postList_thumbnail img {
  width: 120px;
  height: auto;
}

.post-conBox {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.post-conBox .leftBox {
  display: table;
  text-align: center;
  width: 120px;
  height: 120px !important;
  margin-right: 10px;
}

.post-conBox .thumbnailBox {
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}

.post-conBox .thumbnailBox img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

.post-conBox h4 {
  width: auto;
  display: inline-block;
  margin-top: 0;
}

.post-conBox02 {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.post-conBox02 .leftBox {
  display: table;
  text-align: center;
  width: 300px;
  height: 200px !important;
  margin-right: 20px;
  float: left;
}

.post-conBox02 .thumbnailBox {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}

.post-conBox02 .thumbnailBox img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

.post-conBox02 h5 {
  font-size: 18px;
}

.post-conBox02 h5 {
  width: auto;
  display: inline-block;
}

.post-conBox02 p {
  width: auto;
  display: block;
}

.loop-case h4 {
  color: #008000;
  line-height: 1.7em;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 27px;
  margin: 15px 0;
  font-weight: 400;
}

.loop-case h5 {
  max-width: 345px;
}

#notefoot_2 {
  display: none;
}

.loop-blog-main h4 {
  background-image: none;
  background-color: transparent;
  font-size: 20px;
  border: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
  display: inline-block;
  width: calc(100% - 135px);
}

.loop-blog-main h4 a {
  color: #000;
}

@media screen and (max-width: 768px) {
  .loop-blog-main h4 {
    font-size: 16px;
  }
}

.loop-blog-main .blog-time-blackcolor {
  position: absolute;
  z-index: 9998;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  bottom: 5px;
  transition: 0.5s;
}

.loop-blog-main .blog-time-blackcolor a {
  color: #fff;
}

.loop-blog-main .blog-time-blackcolor:hover {
  background: #000064;
  box-shadow: 0px 0px 3px rgba(0, 0, 100, 0.5);
  transition: 0.3s;
}

.loop-blog-main .blog-time-blackcolor:hover a {
  text-decoration: none;
}

/* ========================================================
 wp-pagenavi-setting
========================================================= */
.pagenaviarea {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pagenaviarea .inrBox {
  display: inline-block;
}

.pagenaviarea .page-numbers {
  box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.1);
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
}

.pagenaviarea .page-numbers:not(.current) {
  border: 1px solid #dfdfdf;
  color: #000;
  transition: 0.5s;
  background: #fff;
}

.pagenaviarea .page-numbers:not(.current):hover,
.pagenaviarea .page-numbers:not(.current):focus {
  box-shadow: 0px 0px 0px rgba(51, 112, 183, 0.1);
  background: #337ab7;
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
  border: 1px solid #438ac7;
}

.pagenaviarea .current {
  border: 1px solid #cfcfcf;
  background: #cfcfcf;
  color: #fff;
  box-shadow: none;
}

/* ========================================================
 case_cpt & case_taxonomy & blog & column=> archive,taxonomy
========================================================= */
.case-page-section .section-inrBox,
.blog-post-section .section-inrBox,
.column-page-section .section-inrBox {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .case-page-section .section-inrBox,
  .blog-post-section .section-inrBox,
  .column-page-section .section-inrBox {
    width: 98%;
  }
}

/* ========================================================
 sidebar
========================================================= */
.column-cpt-sidebar .loop-column-side .post-conBox {
  padding-left: 27px;
  font-size: 14px;
  border-bottom: none;
}

.column-cpt-sidebar .loop-column-side .post-conBox a {
  color: #000;
  padding: 5px;
}

.column-cpt-sidebar .loop-column-side .post-conBox a:hover {
  text-decoration: underline;
}

.single-column_cpt .column-cpt-sidebar {
  float: left;
}

.blog-sidebar,
.page-sidebar {
  float: left;
  width: 290px;
}

.blog-sidebar h4,
.blog-sidebar .widget-title,
.blog-sidebar .widgettitle,
.blog-sidebar .subSection-title,
.page-sidebar h4,
.page-sidebar .widget-title,
.page-sidebar .widgettitle,
.page-sidebar .subSection-title {
  font-size: 14px !important;
  color: #000 !important;
  border: none !important;
  background: none !important;
  background-color: none !important;
  text-align: left !important;
}

.blog-sidebar h4:after,
.blog-sidebar .widget-title:after,
.blog-sidebar .subSection-title:after,
.blog-sidebar h4::after,
.blog-sidebar .widget-title::after,
.blog-sidebar .subSection-title::after,
.page-sidebar h4:after,
.page-sidebar .widget-title:after,
.page-sidebar .subSection-title:after,
.page-sidebar h4::after,
.page-sidebar .widget-title::after,
.page-sidebar .subSection-title::after {
  display: none;
}

.blog-sidebar .cat-item a,
.page-sidebar .cat-item a {
  border-left: none;
}

.blog-sidebar .post-conBox,
.page-sidebar .post-conBox {
  border: none;
  margin: 0;
  padding: 0;
}

.blog-sidebar .post-conBox a,
.page-sidebar .post-conBox a {
  border-left: none;
}

.blog-sidebar .loop-blog-side,
.page-sidebar .loop-blog-side {
  margin-bottom: 15px;
}

.blog-sidebar .loop-blog-side h5,
.page-sidebar .loop-blog-side h5 {
  background: none;
  border-bottom: 1px dotted #ccc;
  margin-top: 2px;
  margin-left: 27px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.blog-sidebar .loop-blog-side h5 a,
.page-sidebar .loop-blog-side h5 a {
  border-left: none;
  padding: 5px;
  background: none;
  color: #000;
  font-size: 13px;
}

.blog-sidebar ul,
.page-sidebar ul {
  margin-bottom: 15px;
}

.blog-sidebar ul .cat-item,
.page-sidebar ul .cat-item {
  background: none;
  border-bottom: 1px dotted #ccc;
  margin-top: 2px;
  margin-left: 27px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
}

.blog-sidebar ul .cat-item a,
.page-sidebar ul .cat-item a {
  border-left: none;
  padding: 5px;
  background: none;
  color: #000;
  font-size: 13px;
}

.case-cpt-sidebar {
  float: left;
  width: 290px;
}

.case-cpt-sidebar h4,
.case-cpt-sidebar .widget-title,
.case-cpt-sidebar .widgettitle,
.case-cpt-sidebar .subSection-title {
  font-size: 14px !important;
  color: #000 !important;
  border: none !important;
  background: none !important;
  background-color: none !important;
  text-align: left !important;
}

.case-cpt-sidebar h4:after,
.case-cpt-sidebar .widget-title:after,
.case-cpt-sidebar .subSection-title:after,
.case-cpt-sidebar h4::after,
.case-cpt-sidebar .widget-title::after,
.case-cpt-sidebar .subSection-title::after {
  display: none;
}

.case-cpt-sidebar .cat-item a {
  border-left: none;
}

.case-cpt-sidebar .post-conBox02 {
  border: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-cpt-sidebar .post-conBox02 a {
  border-left: none;
}

.case-cpt-sidebar .loop-case-side {
  margin-bottom: 15px;
}

.case-cpt-sidebar .loop-case-side h5 {
  background: none;
  margin-top: 2px;
  margin-left: 27px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
  border-bottom: 1px dotted #fff;
}

.case-cpt-sidebar .loop-case-side h5 a {
  border-left: none;
  padding: 5px;
  background: none;
  color: #000;
  font-size: 13px;
}

.case-cpt-sidebar .loop-case-side h5 a:hover, .case-cpt-sidebar .loop-case-side h5 a:focus {
  border: none;
  text-decoration: none;
}

.case-cpt-sidebar .loop-case-side h5:hover, .case-cpt-sidebar .loop-case-side h5:focus {
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
}

.case-cpt-sidebar ul {
  margin-bottom: 15px;
}

.case-cpt-sidebar ul .cat-item {
  background: none;
  border-bottom: 1px dotted #ccc;
  margin-top: 2px;
  margin-left: 27px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
}

.case-cpt-sidebar ul .cat-item a {
  border-left: none;
  padding: 5px;
  background: none;
  color: #000;
  font-size: 13px;
}

.fl-module-sidebar li {
  margin-left: 0px;
}

.common-border-none .fl-module-content:not(.border) {
  border: none;
  border-radius: 0px;
  padding: 0;
}

.common-border-none .border .fl-module-content {
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  padding: 15px;
}

.common-border-none .fl-module-content.border {
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  padding: 15px;
}

.contactform .conBox {
  margin-bottom: 50px;
}

.contactform .conBox > dl > div {
  margin-bottom: 30px;
}

.contactform .nameBox .nameBoxInr01,
.contactform .nameBox .nameBoxInr02 {
  width: 47%;
  float: left;
}

.contactform .nameBox .nameBoxInr02 {
  margin-left: 6%;
}

.contactform .nameBox .nameBoxInr03 {
  width: 30%;
  float: left;
}

.contactform .nameBox .nameBoxInr04 {
  width: 64%;
  margin-left: 6%;
  float: left;
}

.contactform .addressBox .addressBoxInr01 {
  width: 40%;
  float: left;
}

.contactform .addressBox .addressBoxInr01 .inputArea01 dd,
.contactform .addressBox .addressBoxInr01 .inputArea01 span {
  float: left;
}

.contactform .addressBox .addressBoxInr01 .inputArea01 span:nth-child(2) {
  width: 35%;
}

.contactform .addressBox .addressBoxInr01 .inputArea01 span:nth-child(4) {
  width: 45%;
}

.contactform .addressBox .addressBoxInr01 .inputArea01 span:nth-child(1),
.contactform .addressBox .addressBoxInr01 .inputArea01 span:nth-child(3) {
  width: 10%;
  line-height: 37px;
  text-align: center;
}

.contactform .addressBox .addressBoxInr02 {
  width: 54%;
  margin-left: 6%;
  float: left;
}

.contactform .addressBox .addressBoxInr03,
.contactform .addressBox .addressBoxInr04 {
  width: 100%;
}

.contactform .telBox .telBoxInr {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */