.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
 
.nav-tabs, .nav-pills {
    text-align:center;
}.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
 
.nav-tabs, .nav-pills {
    text-align:center;
}.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
 
.nav-tabs, .nav-pills {
    text-align:center;
}.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
 
.nav-tabs, .nav-pills {
    text-align:center;
}	.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
 
.nav-tabs, .nav-pills {
    text-align:center;
}	.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
 
.nav-tabs, .nav-pills {
    text-align:center;
}	.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
 
.nav-tabs, .nav-pills {
    text-align:center;
}

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
* ======================================================= */

body {
  font-family: 'Noto Sans Japanese',"游ゴシック", YuGothic, "ヒラギノ角ゴPro W3", Hiragino Kaku Gothic Pro, "MS Pゴシック", MS PGothic, Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.8;
  font-size: 16px;
  background: #fff;
  color: #000000;
  font-weight: 300;
  overflow-x: hidden;
}
body.site-offcanvas {
  overflow: hidden;
}

a {
  color: #88C34B;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none!important;
}
a:hover {
  text-decoration: none !important;
  color: #E1731F !important;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  margin: 0 0 30px 0;
}

h2 {
  color:#88C34B;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #88C34B;
}

::-moz-selection {
  color: #fcfcfc;
  background: #88C34B;
}

::selection {
  color: #fcfcfc;
  background: #88C34B;
}


.clearfix{
clear:both;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "M PLUS 1p","Open Sans", Arial, serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
  color: #fff !important;
}

.btn-primary {
  background: #88C34B;
  color: #fff;
  border: 2px solid #88C34B;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
background: #629B48 !important;
border-color: #CFF2C2 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #88C34B;
  border: 2px solid #88C34B;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #88C34B;
  color: #fff !important;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

#site-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

.site-cover,
.site-hero {
  position: relative;
  height: 800px;
}
@media screen and (max-width: 768px) {
  .site-cover,
  .site-hero {
    height: 700px;
  }
}
.site-cover.site-hero-2,
.site-hero.site-hero-2 {
  height: 600px;
}
.site-cover.site-hero-2 .site-overlay,
.site-hero.site-hero-2 .site-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}

.site-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.site-cover {
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .site-cover {
    heifght: inherit;
    padding: 3em 0;
  }
}
.site-cover .btn {
  padding: 1em 2em;
  opacity: .9;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.site-cover.site-cover_2 {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .site-cover.site-cover_2 {
    heifght: inherit;
    padding: 3em 0;
  }
}
.site-cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -100px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .site-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-cover .desc h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 60px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .site-cover .desc h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.site-cover .desc span {
  display: block;
  margin-bottom: 25px;
  font-size: 24px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
}
.site-cover .desc span i {
  color: #151f2c;
}
.site-cover .desc span a {
  color: rgba(255, 255, 255, 0.8);
}
.site-cover .desc span a:hover, .site-cover .desc span a:focus {
  color: #fff !important;
}
.site-cover .desc span a.site-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
  *width: 12em;
}

.wide-child ul {
  min-width: 16em;
  *width: 16em;
}

@media screen and (max-width:768px) {
.wide-child ul {
  min-width: 0;
  *width: auto;
}
}	



.sf-menu a {
  color: rgba(0, 0, 0, 0.9);
  padding: 2em 1.3em !important;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 14px;
  border-bottom: none !important;
  font-weight: 400;
  text-transform: uppercase;
}
.sf-menu a:hover, .sf-menu a:focus, .sf-menu a.active {
  background: #88C34B !important;
  color: #fff !important;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.25em 1em !important;
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #000;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#site-header-section {
  background: white;
  padding: 0;
  width: 100%;
  -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
}


@media screen and (min-width: 768px) and (max-width: 991px) {
.sf-menu a {
  color: rgba(0, 0, 0, 0.8);
  padding: 2em .7em !important;
}
#site-logo img {
    max-width: 210px!important;
}
}	
	
.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

#site-logo {
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  margin-bottom: 0;
}
#site-logo img {
  max-width: 230px;
}

#site-logo a {
  padding: 0 7px;
  position: relative;
}
#site-logo a i {
  color: #88C34B;
  font-size: 30px;
  padding-right: 12px;
}
#site-logo a:hover, #site-logo a:focus {
  color: rgba(0, 0, 0, 0.9) !important;
}
#site-logo span {
  padding: 0;
  margin: 0;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  #site-logo {
    width: 100%;
    float: none;
    margin-top: 0;
  }
}

#site-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
}

/*#site-primary-menu > li > ul li.active > a {
  color: #fff !important;
}*/
#site-primary-menu > li > ul li > a {
  color: #88C34B !important;
}
#site-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 3px;
  top: 50%;
  margin-top: -7px;
  content: "\e922";
  color: rgba(0, 0, 0, 0.4);
}
#site-primary-menu > li > .sf-with-ul:hover:after, #site-primary-menu > li > .sf-with-ul:focus:after {
  color: #fff !important;
}
#site-primary-menu > li > .sf-with-ul.active:after {
  color: white;
}
#site-primary-menu > li > ul li {
  position: relative;
}
#site-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 16px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#site-primary-menu .site-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#site-primary-menu .site-sub-menu > li > .site-sub-menu {
  left: 100%;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#site-primary-menu .site-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 14px;
  line-height: 34px;
  color: #000000 !important;
  text-transform: none;
  background: none;
}
#site-primary-menu .site-sub-menu a:hover {
  color: #88C34B !important;
  background: none !important;
}

.sf-menu ul ul li a {
	 line-height: 22px!important;
}
#site-hero {
  max-height: 400px;
  background: #fff url(../img/loader.gif) no-repeat center center;
}
#site-hero .btn {
  font-size: 18px;
}
#site-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#site-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
	max-height: 400px;
}
#site-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#site-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-height: 400px;
  position: relative;
}
#site-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#site-hero .flexslider .flex-control-nav {
  bottom: 10px;   /*40px;*/
  z-index: 1000;
}
#site-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#site-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#site-hero .flexslider .flex-direction-nav {
  display: none;
}
#site-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  max-height: 400px;
  z-index: 9;
}
#site-hero .flexslider .slider-text a:hover {
  color: #fff !important;
}
#site-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  max-height: 400px;
}
#site-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4em;
}
#site-hero .flexslider .slider-text > .slider-text-inner h3 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5em;
	margin-top: 1.5em;
		letter-spacing: 0.1em;
}
#site-hero .flexslider .slider-text > .slider-text-inner h3 span {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4em;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1366px) {
	
#site-hero .flexslider .slider-text > .slider-text-inner {
  padding-top: 1.5em;
width: 50%;
margin-right: auto;
margin-left : auto;
}	
}	




@media screen and (max-width: 768px) {
#site-hero .flexslider .slider-text > .slider-text-inner {
    padding-top: 6.5em;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}
  #site-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 30px;
  }
#site-hero .flexslider .slider-text > .slider-text-inner h3 {
  font-size: 19px;
}
#site-hero .flexslider .slider-text > .slider-text-inner h3 span {
  font-size: 22px;
}
}

@media screen and (max-width: 736px) {
	
#site-hero .flexslider .slider-text > .slider-text-inner {
  padding-top: 2.5em;
width: 30%;
margin-right: auto;
margin-left : auto;
}

  #site-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 26px;
  }
	
}	


@media screen and (max-width: 414px) {
	
#site-hero .flexslider .slider-text > .slider-text-inner {
  padding-top: 4.5em;
width: 50%;
margin-right: auto;
margin-left : auto;
}
	
  #site-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 20px;
  }
#site-hero .flexslider .slider-text > .slider-text-inner h3 {
  font-size: 18px;
}
#site-hero .flexslider .slider-text > .slider-text-inner h3 span {
  font-size: 17px;
}
	
#site-hero .btn {
font-size: 13px;
}
	
#site-hero .flexslider .slider-text > .slider-text-inner p .btn:hover {
  color: #fff !important;
}
#site-hero .flexslider .slider-text > .slider-text-inner .site-lead {
  font-size: 20px;
  color: #fff;
}
#site-hero .flexslider .slider-text > .slider-text-inner .site-lead .icon-heart {
  color: #d9534f;
}
}

#site-contentsinfo-section,
#site-services-section,
#site-feature-section,
#site-pricing-section,
#site-blog-section,
#site-counter-section,
#site-about-section,
#site-contact-section {
  padding: 4em 0;
}

#site-news-section {
  padding: 3em 0;
}
	

@media screen and (max-width: 375px) {

#site-hero .flexslider .slider-text > .slider-text-inner {
  padding-top: 6em;
width: 50%;
margin-right: auto;
margin-left : auto;
}
	
#site-hero .flexslider .slider-text > .slider-text-inner h2 {
font-size: 17px;
}	
#site-hero .flexslider .slider-text > .slider-text-inner h3 span {
font-size: 15px;
}
	
}


@media screen and (max-width: 320px) {

#site-hero .flexslider .slider-text > .slider-text-inner {
  padding-top: 6.5em;
width: 50%;
margin-right: auto;
margin-left : auto;
}
	
#site-hero .flexslider .slider-text > .slider-text-inner h3 {
font-size: 14px!important;
}
#site-hero .flexslider .slider-text > .slider-text-inner h3 span {
font-size: 13px!important;
}
	
}	
/*　コンテンツカテゴリー　　ここから*/

.site-contentsinfo-section {
  padding-top: 7em;
}

.contentsinfo {
  margin-bottom: 4.5em;
  padding: 70px 25px 25px 25px;
  border: 2px solid rgba(45, 64, 89, 0.1);
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
background-color: rgb(136, 195, 75);
color: #fff;
}
.contentsinfo h3 {
text-align: center;
color: #fff;
font-weight: bold;
}
.contentsinfo span {
  display: block;
  margin-bottom: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
text-align: center;
}
.contentsinfo span i {
  font-size: 40px;
  color: #88C34B;
  border: 2px solid rgba(45, 64, 89, 0.1);
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


@media screen and (max-width: 480px) {
	
}



/*　ここまで */



.site-pricing-section .price-box {
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
.site-pricing-section .price-box.popular {
  border: 2px solid #00ADB5;
}
.site-pricing-section .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #00ADB5;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.site-pricing-section .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #00ADB5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.site-pricing-section .pricing-plan {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
.site-pricing-section .price {
  font-size: 50px;
  color: #000;
}
.site-pricing-section .price .currency {
  font-size: 20px;
  top: -1.2em;
}
.site-pricing-section .price small {
  font-size: 16px;
}
.site-pricing-section .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
.site-pricing-section .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.grey-bg {
  background: rgba(45, 64, 89, 0.1);
}



/*********************************************************************
 　お知らせ
********************************************************************/


.topix {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	
}

@media only screen and (max-width : 1199px) {
.scr {
  max-height: 265px;
}	
}


/*　scroll　*/
.scr {
  overflow: auto;
  max-width: 970px;
  width: 100%;
  height: auto;
max-height: 285px;
/* ---- CSS3 compatible */
    -moz-border-radius-bottomleft: 30px;
    -moz-border-radius-topleft: 10px;
/* -------------- */
padding:10px 15px 0;

}

.scr a {
	color: #927C27;
	}

.scr ul {
	display: block; 
	padding: 4px; }
	
.scr li{
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	padding: .4em .7em;
	border-bottom: 1px solid #eee;
}
.scr li a {
	text-decoration: none;
	color: #436F51;
}
.scr span {
	color: #88C34B;
	padding-right: 10px;
	line-height: 25px;
	font-weight: bold;
	font-size: 110%;
}


/* カスタム, iPhone Retinaディスプレイ */ 
@media screen and (max-width: 414px){
 
.scr {
	width: 100%;
	max-height: 270px;
	/* ---- CSS3 compatible */
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-topleft: 10px;
	/* -------------- */
	padding: 5px 0px 0px;
}

.scr ul {
	display: block; 
	padding: 4px;
}
}


.services {
  margin-bottom: 4.5em;
  padding: 70px 25px 25px 25px;
  border: 2px solid rgba(45, 64, 89, 0.1);
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(250, 252, 255, 0.94);
}
.services h3 {
text-align: center;
}
.services span {
  display: block;
  margin-bottom: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
text-align: center;
}
.services span i {
  font-size: 40px;
  color: #88C34B;
  border: 2px solid rgba(45, 64, 89, 0.1);
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}



#site-pricing-section .price-box {
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
#site-pricing-section .price-box.popular {
  border: 2px solid #88C34B;
}
#site-pricing-section .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #88C34B;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#site-pricing-section .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #88C34B;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#site-pricing-section .pricing-plan {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
#site-pricing-section .price {
  font-size: 50px;
  color: #000;
}
#site-pricing-section .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#site-pricing-section .price small {
  font-size: 16px;
}
#site-pricing-section .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
#site-pricing-section .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.testimony {
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 50px 20px 20px 20px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .testimony {
    margin-bottom: 60px;
  }
}
.testimony .quote {
  position: absolute;
  top: -40px;
  left: 50%;
  right: 0;
  margin-left: -40px;
}
.testimony .quote i {
  font-size: 30px;
  width: 80px;
  height: 80px;
  padding-top: 25px;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  -webkit-box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimony blockquote {
  border: none;
  position: relative;
}
.testimony blockquote p {
  font-size: 20px;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.6) !important;
}
.testimony blockquote span {
  color: rgba(255, 255, 255, 0.7);
}
.testimony blockquote span a {
  font-size: 16px;
}

.feature-full-1col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}
.feature-full-1col .image, .feature-full-1col .desc {
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .feature-full-1col .image, .feature-full-1col .desc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
}
.feature-full-1col .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .feature-full-1col .image {
    height: 300px;
  }
}
.feature-full-1col .desc {
  padding: 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .feature-full-1col .desc {
    padding: 30px;
  }
}
.feature-full-1col .desc.desc2 {
  background: rgba(45, 64, 89, 0.05);
}

.feature-full-2col {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .feature-full-2col {
    flex-wrap: wrap;
    width: 100%;
  }
}
.feature-full-2col .blog-inner {
  float: left;
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .feature-full-2col .blog-inner {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .feature-full-2col .blog-inner {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.feature-full-2col .blog-inner .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .feature-full-2col .blog-inner .image {
    position: relative;
    height: 200px;
  }
}
.feature-full-2col .blog-inner .image, .feature-full-2col .blog-inner .desc {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .feature-full-2col .blog-inner .image, .feature-full-2col .blog-inner .desc {
    width: 100%;
  }
}
.feature-full-2col .blog-inner .desc {
  padding: 30px;
  background: #fff;
}
.feature-full-2col .blog-inner .desc.desc2 {
  background: rgba(45, 64, 89, 0.05);
}

.site-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.site-counters .counter-wrap {
  border: 1px solid red !important;
}
.site-counters .site-counter {
  font-size: 44px;
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Open Sans", Arial, serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .3em;
}
.site-counters .site-counter-label {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.about-wrap {
  border: 2px solid rgba(45, 64, 89, 0.1);
  padding: 100px 30px 30px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  .about-wrap {
    margin-bottom: 6em;
  }
}
.about-wrap .about {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  width: 100%;
  margin-bottom: 40px;
}
.about-wrap .about > img {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.about-wrap .desc h3 {
  margin-bottom: 10px;
}
.about-wrap .desc .pos {
  font-size: 13px;
  letter-spacing: 3px;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

.googleplus-color {
  color: #dc4e41 !important;
}

.facebook-color {
  color: #3b5998 !important;
}

.twitter-color {
  color: #55acee !important;
}

.site-heading {
padding: 0 30px;
}
.site-heading h2 {
  font-size: 25px;
color: #88C34B;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.site-heading h2 span {
  font-size: 14px;
	color: #000000;
	padding-left: 10px;
	font-weight: normal;
}
.site-table,
.site-table-cell,
.site-parallax {
  height: 500px;
}

.site-parallax2 {
  padding-top: 10em;
  height: inherit !important;
}
@media screen and (max-width: 992px) {
  .site-parallax2 {
    padding-bottom: 10em;
  }
}

@media screen and (max-width: 414px) {
.site-heading h2 span {
display: block; 
padding-left: 0;
padding-right: 0;
line-height: 2em;
}
}


.site-parallax {
  background-color: #000000;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.site-parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .site-parallax {
    height: inherit;
    padding: 4em 0;
  }
}
.site-parallax .site-intro h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .site-parallax .site-intro h1 {
    font-size: 30px;
  }
}
.site-parallax .site-intro p {
  color: #fff;
}
.site-parallax .site-intro p a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.site-parallax .site-intro p a:hover {
  color: #fff;
}
.site-parallax .site-intro.box-area {
  padding: 40px;
  background: #222831;
}

.site-table {
  display: table;
}

.site-table-cell {
  display: table-cell;
  vertical-align: middle;
}

#site-contact-section .contact-info {
  margin: 0;
  padding: 0;
}
#site-contact-section .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#site-contact-section .contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.5);
}
#site-contact-section .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}
#site-contact-section .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#site-contact-section .form-control:focus, #site-contact-section .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#site-contact-section input[type="text"] {
  height: 50px;
}
#site-contact-section .form-group {
  margin-bottom: 30px;
}

.section-title {
  font-weight: 700;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.site-social-icons > a {
  padding: 4px 5px;
  color: #88C34B;
}
.site-social-icons > a i {
  font-size: 24px;
}
.site-social-icons > a:hover, .site-social-icons > a:focus, .site-social-icons > a:active {
  text-decoration: none;
  color: #212121;
}

#footer {
  padding: 1.5em 0 0 0;
  float: left;
  width: 100%;
  background: #A1D071;
  -webkit-box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.75);
}

#footer p {
color: #fff;
	}
	
#footer a {
  color: #3A6A20;
  text-decoration: underline;
}
#footer a:hover {
  color: #88C34B;
}
#footer h3 {
  font-size: 15px;
}
#footer ul.link {
  padding: 0;
  margin: 0;
}
#footer ul.link li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer #form-subscribe .form-field {
  position: relative;
}
#footer #form-subscribe input[type="email"] {
  background: #fff;
  padding: 5px 70px 5px 15px;
  border: none;
  height: 45px;
  line-height: 30px;
  width: 100%;
}
#footer #form-subscribe input[type="submit"] {
  background: #3c4146;
  border: none;
  color: #fff;
  height: 45px;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  top: 0;
}
#footer .social-icons {
  padding: 0;
  margin: 0;
}
#footer .social-icons li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer .social-icons li a {
  font-size: 30px;
  text-decoration: none;
}
#footer .social-icons li a:hover, #footer .social-icons li a:focus, #footer .social-icons li a:active {
  outline: none;
  text-decoration: none;
}
#footer .social-icons li a:hover i, #footer .social-icons li a:focus i, #footer .social-icons li a:active i {
  text-decoration: none;
}


.ft-copy{
	background-color: #fff;
	padding: 0px 0 15px 0;
	text-align: center;
	height: 100%; 
	overflow:hidden;
	margin-top: 2em;
}
.ft-copy img{
	max-width: 225px;
}

.bg_wh{
	background: #fff;
}


.page-no-margin-bottom {
    margin-bottom: 0 !important;
    border-top: solid 1px #DEEFCC;
    padding-top: 10px;
	text-align: center;
	color: #000000!important;
	font-size: 12px;
}
.page-no-margin-bottom p {
	color: #000000!important;
}
.page-no-margin-bottom p a {
	color: #000000!important;
}
.page-no-margin-bottom p a:hover {
	color: #88C34B!important;
}

.js .animate-box {
  opacity: 0;
}

#site-wrapper {
  overflow-x: hidden;
  position: relative;
}

.site-offcanvas {
  overflow: hidden;
}
.site-offcanvas #site-wrapper {
  overflow: hidden !important;
}

#site-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.site-offcanvas #site-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
  #site-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #88C34B;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}
#offcanvas-menu ul li a:hover {
  color: #88C34B;
}
#offcanvas-menu ul li > .site-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #88C34B;
}
#offcanvas-menu ul .site-sub-menu {
  display: block !important;
}

.site-nav-toggle {
  margin-top: -8px !important;
  cursor: pointer;
  text-decoration: none;
}
.site-nav-toggle.active i::before, .site-nav-toggle.active i::after {
  background: #000;
}
.site-nav-toggle.dark.active i::before, .site-nav-toggle.dark.active i::after {
  background: #000;
}
.site-nav-toggle:hover, .site-nav-toggle:focus, .site-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.site-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.site-nav-toggle i::before, .site-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.site-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.site-nav-toggle.dark i::before, .site-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.site-nav-toggle i::before {
  top: -7px;
}

.site-nav-toggle i::after {
  bottom: -7px;
}

.site-nav-toggle:hover i::before {
  top: -10px;
}

.site-nav-toggle:hover i::after {
  bottom: -10px;
}

.site-nav-toggle.active i {
  background: transparent;
}

.site-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.site-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.site-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 320px) {
  .site-nav-toggle {
    display: block;
    top: 30px;
	width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .site-nav-toggle {
    display: block;
    top: 30px;
	width: auto;
  }
}
@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.site-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}

/* - - - - - - - - - */

.sf-menu .navicon a {
		padding-right: .8em !important;
	padding-left: .8em!important;
	margin-top: 5.5px;
}



/* -------------------------------- 
　横幅指定
-------------------------------- */

.max700 {
width: 100%;
max-width: 700px;
margin:0px auto;
}

.max900 {
width: 100%;
max-width: 900px;
margin:0px auto;
}

.max1000 {
width: 100%;
max-width: 1000px;
margin:0px auto;
}

.max1140 {
width: 100%;
max-width: 1140px;
margin:0px auto;
}


/* -------------------------------- 
　背景
-------------------------------- */

.bg_glad01{
	background: rgb(255,255,255);
background: radial-gradient(circle, rgb(255, 255, 255) 11%, rgb(252, 250, 223) 100%);
}


/* ---------- MARGIN ---------- */
.m_b0 {margin-bottom: 0px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b50 {margin-bottom: 50px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t30 {margin-top: 30px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t40 {margin-top: 40px !important;}
.m_t60 {margin-top: 60px !important;}
.m_lr10 {
margin-left: 25px !important;
margin-right: 25px !important;
}
.m_b5em {margin-bottom: 5em !important;}
.m_b8em {margin-bottom: 8em !important;}
.m_r10 {margin-right: 10px !important;}
/* ---------- PADDING ---------- */
.p_r5 {padding-right: 5px;}
.p_l5 {padding-left: 5px;}
.p_lr15 {padding: 0 15px !important;} 
.p_15 {padding: 15px !important;} 
.p_t2em {padding-top: 2em !important;} 
.p_t9em {padding-top: 9em !important;} 
.p_t5em {padding-top: 5em !important;} 

@media screen and (max-width: 1199px){  
}

@media screen and (max-width: 414px){
.p_lr15 {padding: 0 10px !important;} 
}
@media screen and (max-width: 375px){
.m_lr10 {
margin-left: 15px !important;
margin-right: 10px !important;
}
}


/*------------------------------------------------------
　　　　　　　　　＊ FONT&TEXT　＊
-------------------------------------------------------*/
.f_bold {font-weight: bold !important;}
.f_line a{ text-decoration:underline !important;}

.f_gr {color: #5A5A5A !important;}
.f_gr2 {color: #989696 !important;}
.f_red {color: #DD0000 !important;}
.f_red2 {color: #EC3400 !important;}
.f_white {color: #FFFFFF !important;}
.f_gold {color: #868052 !important;}
.f_orange {color: #EE7332 !important;}

.f_s10 {font-size: 77% !important;}
.f_s11 {font-size: 85% !important;}
.f_s12 {font-size: 93% !important;}
.f_s13 {font-size: 100% !important;}
.f_s14 {font-size: 108% !important;}
.f_s14 a {font-size: 108% !important;}
.f_s15 {font-size: 116% !important;}
.f_s15 a {font-size: 116% !important;}
.f_s16 {font-size: 124% !important;}
.f_s16 a {font-size: 124% !important;}
.f_s17 a {font-size: 124% !important;}
.f_s17 {font-size: 131% !important;}
.f_s18 {font-size: 139% !important;}
.f_s19 {font-size: 147% !important;}
.f_s20 {font-size: 154% !important;}
.f_s21 {font-size: 162% !important;}
.f_s22 {font-size: 170% !important;}
.f_s23 {font-size: 177% !important;}
.f_s24 {font-size: 185% !important;}
.f_s25 {font-size: 193% !important;}

.f_s16res {font-size: 170% !important;}
.f_s20res {font-size: 154% !important;}
@media screen and (max-width: 360px){
.f_s20res {font-size: 134% !important;}
}

@media screen and (max-width: 1199px){
.f_s16res {font-size: 154% !important;}
}
@media screen and (max-width: 991px){
.f_s16res {font-size: 112% !important;}
}
@media screen and (max-width: 414px){
.f_s16res {font-size: 154% !important;}
.f_s18 {font-size: 110% !important;}
}
@media screen and (max-width: 320px){
.f_s18 {font-size: 100% !important;}
}

.f_lh100 {line-height: 1.0;}
.f_lh150 {line-height: 1.5;}
.f_lh250 {line-height: 2.5;}


.t-a_right {text-align: right;}
.t-a_center {text-align: center;}

@media only screen and (min-width:320px) and (max-width:414px) {
	.t-a_center {text-align: left;}
	.t-a_right {text-align: left;}
}


.box-list{
box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
padding: 15px;
}

/* ---------- */


.box-list h3 {
letter-spacing: 0.05em;
margin: 20px 0 15px 0;
color: #727171;
font-size: 140%!important;
text-align: center;
border-bottom: 2px solid #D7D7D8;
padding-bottom: 12px;
}

@media screen and (max-width: 767px){
	
.box-list h3 {
letter-spacing: 0.05em;
margin: 20px 0 15px 0;
color: #727171;
font-size: 120%!important;
text-align: center;
border-bottom: 2px solid #D7D7D8;
padding-bottom: 12px;
}
	
}

.box-list p {
line-height: 1.7em!important;
letter-spacing: 0.05em;
font-size: 82%!important;
}


.button {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	color: #fff!important;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  background-color: #88C34B;
  border: 2px solid #EBE9E8;
  color: #fff;
  line-height: 50px;
}


.button a:link {
	  text-decoration: none;
	
}
.button:visited {
   text-decoration: none;
  color:#EEE;
}
.button:hover {
  background-color: #fff;
  border-color: #88C34B;
  color: #88C34B!important;
}
.button a:active {
 text-decoration: none;
  color:#EEE;
}

/**　footer area */

#to_top{
	display:block;
	width:100%;
	height:116px;
	background-image:url(../img/to_top.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#to_top:hover{
	opacity: 0.5 ;
}

#to_top:focus {
	outline:0;
}

.ct-info{
font-size: 30px !important;
font-weight: bold;
color: #659D2B !important;
}

.ct-info span{
	font-size: 14px !important;
}


@media screen and (max-width: 768px){	
.ct-info{
font-size: 24px !important;
}
	
.button-ft h5 {
font-size: 95% !important;
border-bottom: 2px solid #D7D7D8;
padding-bottom: 12px;
margin-bottom: 15px;
}
.button-ft p {
font-size: 85%!important;
}
	
}

@media screen and (max-width: 320px){	
.ct-info{
font-size: 20px !important;
}
}

.button-ft {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #eee;
  color: #fff;
	text-align: center;
	margin-bottom: 1em;
	padding: 0 10px;
}

.button-ft a {
text-decoration: none!important;
}

.button-ft_in {
	margin: 1.5em 0 1.2em 0;
}

.button-ft h5 {
color: #88C34B;
text-align: center;
font-size: 135%;
border-bottom: 2px solid #D7D7D8;
padding-bottom: 12px;
margin-bottom: 15px;
}
.button-ft p {
margin: 0;
color: #000000!important;
}

.button-ft:hover {
  background-color: #F4FBF3;
  border-color: #D7D7D8;
  color: #fff;
}
.button-ft::before,
.button-ft::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #D7D7D8;
color: #fff;
}
.button-ft::before {
  right: 0;
}
.button-ft::after {
  left: 0;
}
.button-ft:hover::before,
.button-ft:hover::after {
  width: 0;
  background-color: #59b1eb;
}


/* ------  エリア枠    ----- */
#sec-area01{
	padding-bottom: 5em;
	margin-top: 60px;
	
}
#sec-area01 p{
	line-height: 3em;
	font-size: 15px!important;
}
#sec-area01 span{
	line-height: 3em;
	font-size: 20px!important;
}


#sec-area02{
	padding-bottom: 5em;
	margin-top: 60px;
	
}
	
#privacypolicy-area{
	padding-bottom: 5em;
	margin-top: 60px;
	line-height: 1.8em;	
}
@media screen and (max-width: 768px) { 
#sec-area02{
	padding-bottom: 2em;
	margin-top: 30px;
	
}	
}	

@media screen and (max-width: 414px) { 
	
.button-ft_in {
	margin: .5em 0 .2em 0;
}
.button-ft_in p {
	font-size: 83%!important;
}
		
.button-ft h5 {
color: #88C34B;
text-align: center;
font-size: 105%;
border-bottom: 2px solid #D7D7D8;
padding-bottom: 5px;
margin-bottom: 5px;
}
	
#sec-area01,
#sec-area02,
#privacypolicy-area {
	padding-bottom: 5em;
	margin-top: 2em;
}
}	
@media screen and (max-width: 320px) { 
#sec-area01,
#sec-area02,
#privacypolicy-area {
	padding-bottom: 5em;
	margin-top: 0px;	
}	
}	
	


#privacypolicy-area span{
	line-height: 3em;
	font-size: 20px!important;
}

#privacypolicy-area ul,
#privacypolicy-area ol {
    padding-left: 20px!important;
}


.pp-area_ttl {
    line-height: 1.5em;
font-size: 18px !important;
	color: #fff;
	background-color: #88C34B;
    border: solid 1px #88C34B;
    padding-top: 0.5em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 0.5em;
    border-radius: 0.5em;
}


.pp-area_box {
	padding: 0 15px;
}
.pp-area_box dl,
.pp-area_box dt,
.pp-area_box dd{
line-height: 1.82857;
	
}
.pp-area_box dl {
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
	
}

.pp-area_box dt {
padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
.pp-area_box dt {
clear: left;
float: left;
width: 10%;
}
.pp-area_box dd {
margin-left: 11%;
}
}

/*沿革 business-area01*/
#corporate-history{
	padding: 2em 0;	
}
/*企業理念 business-area02*/
#philosophy{
	padding: 2em 0;
}
/*事業理念 business-area03*/
#guidelines{
	padding: 2m 0;
}
/*会社概要 business-area04*/
#company-profile{
	padding: 2em 0;	
}

.site-hd {
    padding: .5em .75em;
    background-color: #88C34B;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-bottom: 1.5em;
    font-size: 143%;
    color: #fff;
}
.site-hd i {
  font-size: 40px;
  color: #fff;
  padding: 10px;
  display: block;
  margin-bottom: 20px;
}

.site-hd span {
    font-size: 63%;
    color: #EBFBD1;
    font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}

.site-hd span::before {
    content: "\A";
    white-space: pre;
}






/* ------  下層ページタイトルエリア    ----- */

.bg-ttl {
    padding: 40px 20px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 24px;
		 text-shadow:  2px  2px 10px #979797 ,
               -2px  2px 10px #979797 ,
                2px -2px 10px #979797 ,
               -2px -2px 10px #979797;
}

.bg-ttl h1 {
	font-size: 100%;
	line-height: 1.7;
}
.bg-ttl span {
  display: block;
  margin-bottom: .5em;
  font-size: .9em;
  padding-bottom: .5em;
  font-size: 14px;
}
.nowrap {
white-space: nowrap;
}

/* 大枠ボックス */
.ttl-layer{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

.other-bg,
.business_hd,
.service_hd,
.contact_hd,
.privacy-policy_hd,
.news_hd {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    background-color: #E6E3E3;
}

.outline-bg {
  background: url(../img/business/bg_ttl-area.jpg) no-repeat 0 0;
  background-size: 100%;
}

/* 下層タイトル画像 */

.business_hd {
  background: url(../img/business/bg_ttl-area.jpg) no-repeat 0 0;
  background-size: 100%;
}
.service_hd {
  background: url(../img/service/bg_ttl-area.jpg) no-repeat 0 0;
  background-size: 100%;
}
.contact_hd {
  background: url(../img/contact/bg_ttl-area.jpg) no-repeat 0 0;
  background-size: 100%;
}
.privacy-policy_hd {
  background: url(../img/privacy-policy/bg_ttl-area.jpg) no-repeat 0 0;
  background-size: 100%;
}
.news_hd {
  background: url(../img/news/bg_ttl-area.jpg) no-repeat 0 0;
  background-size: 100%;
}





@media screen and (max-width: 991px) { 
	
.outline-bg,
.business_hd,
.service_hd,
.contact_hd,
.privacy-policy_hd,
.news_hd{
        overflow: hidden;
		background-size: 150%;
		background-position: 10% 10%;
    }
	
}

@media screen and (max-width: 767px) { 
	
  .layer-txt{
   font-size: 1.4rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0rem;
  }
	
	
.outline-bg {
        overflow: hidden;
		background-size: 250%;
		background-position: 10% 85%;
    }

}

@media screen and (max-width: 414px) { 
	
.bg-ttl {width: 100%;}

.layer-txt {
    font-size: 1.4rem;
    padding-right: 0;
    padding-left: 0;
}
	
.outline-bg {
        overflow: hidden;
		background-size: 350%;
		background-position: 10% 70%;
    }

}





/*-----お問合せ　-------*/

.formTable .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
padding: 20px;
	} 

.form-control{
	font-size:100%;
} 

/* ---------- form ---------- */

@media screen and (min-width:961px) {
	#formWrap {
	color: #000000;
	line-height: 120%;
	font-size: 110%;
	 margin-right : 10%;
     margin-left : 10%;
}

	.tablecontact table {
	margin:0 auto;
	width:90%;
	border-collapse:collapse;
}

.tablecontact table th {
	background-color: #CBF2B142;
	color: #267d34;
	text-align: left; 
	white-space: nowrap;
	border: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
}

.tablecontact table td {
	background-color: #fff; 
	color: #000000;
	text-align: left;
	border-style: none;
	/* white-space: nowrap;*/
	padding: 15px;
	border:1px solid #ccc;
}
.space {
	margin-left: 25px;
}
	
table.formTable tr td #campany,
table.formTable tr td #name,
table.formTable tr td #furigana,
table.formTable tr td #email,
table.formTable tr td #tel,
table.formTable tr td #gender,
table.formTable tr td #age,
table.formTable tr td #comment {
	width: 100%;
}
	
	
/**/
table.formTable tr td #duty-station,
table.formTable tr td #daihyou-furigana,
table.formTable tr td #tantou-name,
table.formTable tr td #tantou-furigana,
table.formTable tr td #fax,
table.formTable tr td #zip,
table.formTable tr td #zip2,
table.formTable tr td #address,
table.formTable tr td #address2,
table.formTable tr td #website,
table.formTable tr td #open-close,
table.formTable tr td #holiday,
table.formTable tr td #homepage {
	width: 100%;
}
	

.submit{
	padding-top: 30px;
}

input[type="reset"] {
	font-size: large;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	color: #000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

input[type="submit"] {
	font-size: large;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	color: #000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
}


input[type="button"] {
	font-size: large;
	background-color: #f1ede4;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	color: #000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

}



/* ----------  コンタクト  ----------*/


input, button, select, textarea {
    padding: 0.3em;
}

textarea {
    border:1px #eee solid;
}


@media only screen and (min-width:376px) and (max-width:960px) {

#formWrap {
	width:100%;
	margin:0 auto;
	color:#000000;
	line-height:120%;
	font-size:110%;
}

table {
	margin:0 auto;
	width: 100%;
	border-collapse:collapse;
}
.formTable {
	
	width: 120%;
}
    .formTable th,
    .formTable td{
        width: 100%;
        display: block;
        border-top: none;
    }

.formTable tr:first-child th   {
	border-top: 1px solid #ddd;
}
	
table.formTable td,table.formTable th{
	padding: 15px;
	border-top: 1px solid #CCCCCC;
}

	
	
table.formTable th{
	font-weight:normal;
	background:#EEE;
	text-align:left;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 10px!important;
}
	
table.formTable tr td #campany,
table.formTable tr td #name,
table.formTable tr td #furigana,
table.formTable tr td #email,
table.formTable tr td #tel,
table.formTable tr td #gender,
table.formTable tr td #age,
table.formTable tr td #comment {
	width: 100%;
}
	
	
table.formTable tr td #duty-station,
table.formTable tr td #daihyou-furigana,
table.formTable tr td #tantou-name,
table.formTable tr td #tantou-furigana,
table.formTable tr td #fax,
table.formTable tr td #zip,
table.formTable tr td #zip2,
table.formTable tr td #address,
table.formTable tr td #address2,
table.formTable tr td #website,
table.formTable tr td #open-close,
table.formTable tr td #holiday,
table.formTable tr td #homepage {
	width: 100%;
}	

}


@media screen and (max-width:375px) {
/*スマホ用のcssを記述*/
.formTable {
	
}
    .formTable th,
    .formTable td{
        width: 93%;
        display: block;
        border-top: none;
    }
    .entryforms .formTable th,
    .entryforms .formTable td{
        width: 100%;
    }
.formTable tr:first-child th   {
	border-top: 1px solid #ddd;
}
	
table.formTable td,table.formTable th{
	padding: 15px;
	border-top: 1px solid #CCCCCC;
}

table.formTable th{
	font-weight:normal;
	background:#CBF2B142;
	text-align:left;
		border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 10px!important;
	color: #267d34;
}
table.formTable tr td #campany,
table.formTable tr td #name,
table.formTable tr td #furigana,
table.formTable tr td #email,
table.formTable tr td #tel,
table.formTable tr td #gender,
table.formTable tr td #age,
table.formTable tr td #comment {
	width: 100%;
}
	
	
table.formTable tr td #duty-station,
table.formTable tr td #daihyou-furigana,
table.formTable tr td #tantou-name,
table.formTable tr td #tantou-furigana,
table.formTable tr td #fax,
table.formTable tr td #zip,
table.formTable tr td #zip2,
table.formTable tr td #address,
table.formTable tr td #address2,
table.formTable tr td #website,
table.formTable tr td #open-close,
table.formTable tr td #holiday,
table.formTable tr td #homepage {
	width: 100%;
}


.space {
	margin-left: 0px;
}
}

.error_messe{
	color: #BF393B;
}

/* ----------  お知らせ ----------*/

#news-ks{
padding-bottom: 5.5em;
}

#news-ks h4{
	font-size: 110%;
padding: 0.8em 15px 0.8em;
letter-spacing: 0.05em;
border-bottom: 3px solid #88C34B;
margin-bottom: 0.5em;
font-weight: 600;
background-color: #e9f7e1;
line-height: 1.4em;
}


#news-ks p {
	line-height: 1.7em;
		padding: 0 15px;
	letter-spacing: 0.05em;
	padding-bottom: 1em;
	font-size: 95%;
}

#news-ks .time {
	line-height: 1.7em;
		padding: 0 15px;
	letter-spacing: 0.05em;
	padding-bottom: 1em;
	font-size: 85%;
	color: #88C34B;
	text-align: right;
}



/*カンパニー*/

.business-table {
}

.business-table li {
	margin: 0 1em;
	list-style: square;
}


table.business-table {
	width:100%;
	border-right:#CCCCCC solid 1px;
	border-collapse: collapse;
}
table.business-table thead th {
	background:#888A8D;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.business-table thead th:last-child {
	border-right:#CCCCCC solid 1px;
}
table.business-table tbody th {
	background:#DFF2FC;
	color:#686565;
	padding:20px 15px;
	border-bottom:#CCCCCC solid 1px;
	vertical-align:top;
	border-left: #CCCCCC solid 1px;
}
table.business-table tbody tr:first-child th {
		border-top: #CCCCCC solid 1px;
}
table.business-table tbody tr:last-child th {
	border-bottom:#CCCCCC solid 1px;
}
table.business-table tbody td {
	background:#FFF;
    padding:20px 15px;
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-top: #CCCCCC solid 1px;
	vertical-align:top;
	text-align: left;
}

@media screen and (max-width: 991px) {
table.business-table thead {
	display:none;
}
table.business-table tbody th {
	display:block;
}
table.business-table tbody td {
	border-top: none;
	display:block;

}
table.business-table tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.business-table tbody td p {
	/*padding-left:9em;
	text-align: right;*/
}

}


.no-gutters {
  margin:0;
  padding:0;
}
 
.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}



/* ----  沿革  ----*/


th.co-history {
    white-space: nowrap;
    color: #88C34B;
    border-right: 1px solid #D9D9D9;
}


/* ----------  会社概要 tab表示 ----------*/

.nav-tabs > li > a {
	background-color: #f8f5f0;
	border-color: #dfd7ca;
	color: #36913B;
	text-decoration: none;
}
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline;
     zoom:1;
}
 
.nav-tabs, .nav-pills {
    text-align:center;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th {
	text-align: center;
	font-weight: normal;
}

.table > tbody > tr > th {	
}

.business_table > tbody > tr > th{
	font-weight: normal!important;
}

@media screen and (max-width: 414px){
	.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 6px;
	font-size: 13px;
}
.table > tbody > tr > th {
    padding: 10px;
}
}


/*----- 会社沿革　-------*/

.history_list {
  position: relative;
  margin: 1.5em 0 2.5em 0;
  padding: 25px 10px 0px 10px;
  max-width: 100%;
  color: #000000;
  font-size: 16px;
  background: #ececcf69;
	text-align: center;
	border-radius: 7px;
}

.history_list:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -95px;
  border: 95px solid transparent;
  border-top: 25px solid #ececcf69;
}

.history_list p {
  margin: 0;
  padding: 0;
}
.history_ttl{
	font-weight: bold;
	font-size: 22px;
	color: #88C34B;
}

/*----- 企業理念　-------*/

.philosophy_ttl{
	font-weight: bold;
	font-size: 22px;
	color: #36913B;
	text-align: center;
}
@media screen and (max-width: 414px){
.philosophy_ttl{
	font-weight: bold;
	font-size: 18px;
	color: #36913B;
	text-align: left;
}	
}

/*----- 事業理念　-------*/

.guidelines_ttl{
	font-weight: bold;
	font-size: 22px;
	color: #36913B;
	text-align: center;
}

#guidelines ul{
	padding-left: 15px;
	text-align: left;
	}
.inline-block {
    text-align: center;
}
@media screen and (max-width: 1199px){
.max730tb {
width: 100%;
max-width: 730px;
margin:0px auto;
}
}


@media screen and (max-width: 414px){
.guidelines_ttl{
	font-weight: bold;
	font-size: 18px;
	color: #36913B;
}
	#guidelines ul{
		padding-left: 10px;
	}
}
@media screen and (max-width: 320px){
.guidelines_ttl{
	font-weight: bold;
	font-size: 18px;
	color: #36913B;
}
	#guidelines ul{
		padding-left: 5px;
	}
}

/*----- 会社概要　-------*/
table.company-table {
	width:100%;
	border-right:#CCCCCC solid 1px;
	border-collapse: collapse;
}
table.company-table thead th {
	background:#888A8D;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.company-table thead th:last-child {
	border-right:#CCCCCC solid 1px;
}
table.company-table tbody th {
	background:#F9F9F9;
	color:#000000;
	padding:10px 15px;
	border-bottom:#CCCCCC solid 1px;
	vertical-align:top;
	border-left: #CCCCCC solid 1px;
}
table.company-table tbody tr:first-child th {
		border-top: #CCCCCC solid 1px;
}
table.company-table tbody tr:last-child th {
	border-bottom:#CCCCCC solid 1px;
}
table.company-table tbody td {
	background:#FFF;
    padding:20px 15px;
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-top: #CCCCCC solid 1px;
	vertical-align:top;
	text-align: left;
}

@media screen and (max-width: 991px) {
table.company-table thead {
	display:none;
}
table.company-table tbody th {
	display:block;
}
table.company-table tbody td {
	border-top: none;
	display:block;

}
table.company-table tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}

}


/*----- 事業内容 -----*/

/*小売部 キャロット*/
#carrot{
	padding: 2em 0;	
}
/*営業部のご案内*/
#sales-department{
	padding: 2em 0;
}
.detailsbox{	
}

.detailsbox h3 {
font-size: 20px;
color: #36913B;
margin: 15px 0 10px 0;
font-weight: bold;
}
.detailsbox h3 span {
font-size: 15px;
}
.detailsbox p {
font-size: 15px;
margin-top: 1em;
margin-bottom: 1em;
}
.detailsbox_inbox{
border: 1px solid #DCDCDC;
padding: 15px;
overflow: hidden;
	background-color: #fff;
}
.detailsbox_tp{
border-top: 1px solid #DCDCDC;
padding-top: 10px;
margin-top: 10px;
margin-bottom: .8em;
}
.sales-item{
	margin: 0!important;
	color:  #000000;
}
.sales-item span{
	font-weight: bold;
	display: block;
	color:  #fff;
	background-color: #4F7B4C;
	padding: 5px 15px;
	margin-bottom: 10px;
}



/*grid gutter*/
.row-0{
    margin-left:0px;
    margin-right:0px;
     }
.row-0 div{
        padding-right:0px;
        padding-left:0px;
    }
	

.onthe_btn {
	font-size: 28px!important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    width: 100%;

border-bottom: none !important;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 0px;
padding-left: 30px;
padding-right: 30px;
margin-right: 10px;
margin-top: 5px;
	padding: 30px 16px;
    padding-right: 16px;
    padding-left: 16px;
font-size: 18px;
line-height: 1.3333333;
}

.onthe_btn a {
  color: #fff;
}
.onthe_btn {
  border: 2px solid #98D7EF !important;
  background: #1D96C4;
  color: #fff!important;
}
.onthe_btn:hover,
.onthe_btn:active,
.onthe_btn:focus {
    border: 2px solid #A8D37C !important;
    background: #88C34B;
    color: #ffffff!important;
}

@media screen and (max-width: 414px) {
.onthe_btn {
	font-size: 20px!important;
}
}

.tab-content{
	padding-top: 3em;
}



.hide{display:none;}


/* flow*/
.s_work_flow .s_work_flow_step{
   display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap:wrap;
   margin-bottom:50px;
 }

.s_work_flow .s_work_flow_step p{
margin-bottom: 0!important;
 }

 .s_work_flow .s_work_flow_step .s_work_flow_number{
   width:10%;
   font-size:32px;
   background:#36913B;
   color:#fff;
   display: flex;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
   align-items: center;
   justify-content: center;
 }
 .s_work_flow .s_work_flow_step .s_work_flow_content{
    width:90%;
    padding:20px;
    border:1px solid #ccc;
    display: flex;
     display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
 }
 .s_work_flow .s_work_flow_step:not(:last-child){
    position:relative;
    margin-bottom:60px;
 }
 .s_work_flow .s_work_flow_step:not(:last-child):before{
   position: absolute;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    border-style: solid;
    border-width: 25px 25px 0px 25px;
    bottom: -42px;
    left: 50%;
    margin-left: -25px;
    border-color: #36913B transparent transparent transparent;
 }

.button-ft2 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #eee;
  color: #fff;
	text-align: center;
	margin-bottom: 1em;
	padding: 15px;
	font-size: 22px!important;
	background-color: #F4F6E7;
}

.button-ft2 a {
text-decoration: none!important;
}
.button-ft2:hover {
  background-color: #F4FBF3;
  border-color: #D7D7D8;
  color: #fff;
}
.button-ft2::before,
.button-ft2::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #D7D7D8;
color: #fff;
}
.button-ft2::before {
  right: 0;
}
.button-ft2::after {
  left: 0;
}
.button-ft2:hover::before,
.button-ft2:hover::after {
  width: 0;
  background-color: #59b1eb;
}


@media screen and (max-width: 414px) {
 .s_work_flow .s_work_flow_step .s_work_flow_number{
   width:20%;
   font-size:22px;
 }
 .s_work_flow .s_work_flow_step .s_work_flow_content{
    width:80%;
    padding:20px;
    border:1px solid #ccc;
    display: flex;
     display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
 }
}


#sales-department01 {
	background-color: #ebf2d5;
	padding: 2em 0;
	border-radius: 6px;
}

#sales-department02 {
	background-color: #f2edd5;
	padding: 2em 0;
	border-radius: 6px;
}

#sales-department03 {
	background-color: #dae2ea;
	padding: 2em 0;
	border-radius: 6px;
}


/*　追加*/
.nav-tabs > li.active > a{
    color: #242424;
}

@media screen and (max-width: 1119px){
.footer_nav ul {
width:300px;
}	
}	
.ftnv_left {
width:280px;
float:left;
clear:left;
}

.footer_nav li{
list-style: none;
}

.footer_nav li a{
	color: #000000!important;
}

.footer_nav li a:hover{
	color: #E1E4E7;
}
.ft_logo{
	margin-top: 10px;
}


#footer_area span{
	font-size: 15px;
	color: #fff;
	
}

