body {
  background-color: #fff;
  line-height: 1.4;
  /*-webkit-text-size-adjust:100%;  */

  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

a:link,
a:visited,
a:hover,
a:active
{
  text-decoration: none;
  outline: 0;
}

.font_ja {
  /*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
  font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;  
}

.font_zh {
  font-family:"Microsoft Yahei","PingHei" ,"sans-serif";  
}

.font_en {
  font-family: Ebrima, Open Sans;
}

.font_mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
}

p, table {
  font-weight: normal;
  color: #555;
}

.navbar {
  width:100%;
  z-index: 9999;
  border-top: 4px solid #3c9;
  border-right: none;  
  border-left: none;
  border-bottom: 1px solid #eee;  
  background-color: #fff;
}

.navbar-custom ul.nav li a{
  font-size: 12px;
  letter-spacing: 1px;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  outline: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.info-tab li a {
  outline: 0;
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}

.top-nav-collapse {
    padding: 0;
    background-color: #000;
}


.is-sticky .navbar {
  width:100%;
  box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);  
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 48%;
  left: 48%; 
  z-index: 5;
  display: inline-block;
}

.carousel-caption img {
  width:80%;
  max-width:400px;
  height:auto;  
}

.carousel-caption {
  /*position: absolute;*/
  right: 15%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  /*text-align: center;*/
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.recruit-caption {
  display: flexbox;
  color: #fff;
}

.home-section {
  padding-top: 40px;
  padding-bottom: 20px;
}

.home-section .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.desc_margin {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right:20px;
}

@media screen and (max-width:619px) {
  /* mobile */
  .text-header {
    font-size: 20px;
    line-height: 1em;
  }

  .text-xl {
    font-size: 24px;
  }

  .text-l {
    font-size: 16px;
  }

  .text-m {
    font-size: 14px;
  }

  .text-s {
    font-size: 14px;
  }
}

@media screen and (min-width:620px) {
  /* tablet */
  .text-header {
    font-size: 22px;
    line-height: 1em;
  }

  .text-xl {
    font-size: 30px;
  }
  
  .text-l {
    font-size: 18px;
  }

  .text-m {
    font-size: 16px;
  }

  .text-s {
    font-size: 14px;
  }
}

@media screen and (min-width:780px) {
  /* pc */
  .text-header {
    font-size: 24px;    
  }

  .text-xl {
    font-size: 32px;
  }
  
  .text-l {
    font-size: 20px;
  }

  .text-m {
    font-size: 18px;
  }

  .text-s {
    font-size: 16px;
  }
}

.text-bold {
  font-weight: 600;
}

.text-color1 {
  color: #f9f9f9;
}

.text-top2 {
  color: #469;
  text-shadow: 0 1px 2px rgba(16, 32, 48, .6);
}

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #eee;
}

.bg-lgray {
	background: #f4f4f2;
}

.bg-dark {
	background: #444;
}

.bg-ygray {
	background: #eed;
}

.bg-ggray {
	background: #ded;
}

.bg-mint {
	background: #3c9;
}

.bg-bgray {
  background: #def;
}

.bg-bgray2 {
  background: #eef;
}

.bg-rgray {
  background: #fed;
}

.greeting-box {
  padding: 10px 30px;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}

.motion-slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.motion-delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.motion-count-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}

.padding-5px {
  padding: 5px;
}

.padding-10px {
  padding: 10px;
}

.padding-20px {
  padding: 20px;
}

div.middle p {  
  display: table-cell;  
  vertical-align: middle;  
  /*margin: 0;  */
}

.service-box {
	background: #fff;
	border-bottom: 2px solid #fff;
	padding: 40px 20px 20px;
    margin-bottom: 12px;
}
@media(min-width:767px) {
  .service-box:hover {
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      margin-top: -20px;
      margin-bottom: 32px;
      border-bottom: 2px solid #3c9;
  }
}

.service-icon {
	margin-bottom: 20px;
}	

.service-desc h5 {
	/* text-transform: uppercase; */
	font-weight: 700;
	color: #666;
	/*font-size: 18px;*/
	margin-bottom: 10px;
}

.modal-header,
.modal-footer {
  padding: 5px;
}

.modal-dialog {
  overflow-y: auto;
  max-height: 85%;
  position: relative;
  top: 50px;
}

.img-full {
  width: 100%;
  height: 100%;
}

.video-full {
  width: 100%;
  /* max-height: 100vh; */
}

.img-20px {
  width: auto;
  height: 20px;
}

.service-header-icon {
  /*background-color: #cd803b;*/
  color:#000;
  /*
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  */
  display:table-cell;
  padding: 5px;
}

.service-header-title {
  padding: 0px 10px;
}

/*
.service-desc .divider-header {
	margin-bottom: 30px;
}*/

.btn {
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;  
}

.btn-service {
  border: 1px solid #3c9;
  outline: 0;
  color: #fff;
  background-color: #3c9;
}

.btn-service:hover,
.btn-service.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-service:focus {
  color: #fff;
}

.btn-top {
  margin: 20px;
  border: 1px solid #25e;
  outline: 0;
  color: #fff;
  background-color: #25e;
}

.btn-top:hover,
.btn-top.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-top:focus {
  color: #fff;
}


/*========== figure ==========*/

#s-products figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

#s-products figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
#s-products figcaption h3,
#s-products figcaption h4,
#s-products figcaption p {
	position: absolute;
	left: -100%;
	width: 85%;
    color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}
#s-products figcaption h3 {
  top: 0;
}

#s-products figcaption h4 {
  top: 6px;
  line-height: 1em;
}
#s-products figcaption p {
  top: 50px;
  font-size: 12px;
}

#s-products figcaption a {
  
  position: absolute;
  /*top: 120px;
  left: 96px;
  */
  bottom: 0;
  /*left: 32%;*/
  width: 100%;
  /*text-align:center;*/
  opacity: 0;
}
    
#s-products figure:hover figcaption {
	opacity: 1;
}

#s-products figure:hover figcaption h3,
#s-products figure:hover figcaption h4 {
  	left: 20px;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
#s-products figure:hover figcaption p {
  	left: 20px;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

#s-products figure:hover figcaption a {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;  
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

figure img {
  width: 100%;
  height: 100%;
}

.btn-figure {
  border: 1px solid #3c9;
  outline: 0;
  color: #fff;
  background-color: #3c9;
}

.btn-figure:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*========== plant image ==========*/

#s-plants figure img{
  transition: 0.5s;
}

@media(min-width:767px) {
  #s-plants a:hover img{
  transform: scale(1.1, 1,1);
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  }
}

/*========== junction ==========*/
#junction ul {
  padding: 10px 0 0 0;
  color: gray;
  font-size: 1em;
}

#junction ul li {
  display: inline-block;
}

#junction li:not(:last-child):after {
  font-family: FontAwesome;
  content: '\f105';
}

#junction a:link,
#junction a:visited,
#junction a:hover,
#junction a:active{
  /* text-decoration: none;  */
  color: gray;
  font-size: small;
  font-weight: normal;
}

/*========== recruit ==========*/

.recruit_header{
  height: 180px;
  display: flex;
  align-items: center; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
  background: #49c;
  color: white;
  font-size: 50px;
}

.recruit_banner{
  display: flex;
  justify-content: center;
  align-items: center;  
  overflow: hidden;  
}

.recruit_banner img{
  width:100%;
}

.recruit_banner title{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5em;
  color: white;
  text-shadow:0 0 8px rgb(44, 117, 162);    
}

/* .layertext {
  position: absolute;  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  color: white;
  text-shadow:0 0 10px #49c;  
} */

@media screen and (max-width:619px) {
  .recruit_banner {
    height: 160px;
  }

  .recruit_banner img {
    width: auto;
    height: 160px;
  }

  .recruit_banner title{
    font-size: 2em;
    padding: 0 10% 0 10%;
  }
}

.recheader {
  padding-bottom: 45px;
}

.col-recruit {
  color: #49c;
}

.flexbox {
  display: flex;
}
/* 
#s-recruit a:link, a:visited, a:hover, a:active {
  text-decoration: none; 
  color: #555;
  font-weight: bold;
}

.div_flex a:link, a:visited, a:hover, a:active {
  outline: none;
  text-decoration: none; 
  color: #555;
  font-weight: bold;
} */

.div_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content:space-around;
}

.flexitem .caption:before {
  font-family: FontAwesome;
  content: '\f138';
  color: #49c;
  padding-right: 5px;
}

.div_flex .flexitem, .flex_rotate {
  padding: 0px;
  margin: 5px;
  /* background: #F5EFEC; */
  transition-duration: 0.3s;
}

.div_flex .imgbox {
  overflow: hidden;
  width: 240px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.div_flex .imgboxv {
  overflow: hidden;
  width: 240px;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.div_flex .imgboxb {
  overflow: hidden;
  width: 288px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.div_flex .image, .image_zoom {
  width: 100%;
  transition-duration: 0.3s;
}

.div_flex .caption {
  padding: 10px;
  margin: 0;
  text-align: center;
  font-size: 1.4em;
}

.flexitem a:link,
.flexitem a:visited,
.flexitem a:hover,
.flexitem a:active{
  color: #555;
}

.flex_rotate a:link,
.flex_rotate a:visited,
.flex_rotate a:hover,
.flex_rotate a:active{
  color: #555;
}

.footer_logo {
  /* width: 50px; */
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #eee;
}

.footer_logo img {
  width: 90px;
  height: 90px;
}

.overtext {
  position: relative;
}

/* .overtext > div {
  position: absolute;
  color: white;
  bottom: 0;
  left: 0;
  background-color: rgba(50,50,50,0.5);
  margin: 0;
  padding: 10px 20px;
  width: 100%;
} */


.overtext img {
  width: 100%;
}

/* .overtext .belt{
  display: flex;
  position: absolute;
  color: white;
  bottom: 0;
  left: 0;
  background-color: rgba(40,40,40,0.7);
  margin: 0;
  padding: 0;
  width: 100%;
} */

.overtext .belt{
  display: flex;
  position: absolute;
  color: white;
  bottom: 0;
  left: 0;
  background-color: rgba(40,40,40,0.7);
  margin: 0;
  padding: 0;
  width: 100%;
}

.recruit_title{
  padding-top: 30px;
  padding-bottom: 30px;
  color: white;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.recruit_title::before{
  content: ' ';
	position: absolute;
	top: -5px;
	right: -5px;
	bottom: -5px;
  left: -5px;
  background: inherit;  
  filter: blur(5px) brightness(60%) grayscale(50%);
}

.recruit_title h2{
  position: relative;
  /* text-shadow: 0 0 20px gray; */
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);  
  font-size: 40px;
}

.flex_left{
  justify-content: left;
}

.flex_right{
  justify-content: right;
}

.overtext .desc{
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;    
  width: 100%;
  text-align: left;
  padding: 10px 20px;
}

.overtext .shozoku {
  width: 4em;
  /* padding: 2px 5px;
  margin: 5px 0; */
  margin: 0 0 0.1em 0;
  padding: 0.1em 0.1em 0 0.1em;
  font-size: 1.7em;
  text-align: center;
  background: #49c;
  color: white;
  /* background-color: mediumturquoise; */
}

.overtext .namae {
  font-size: 1.5em;
  margin: 0.2em 0 0 10px;
}

.overtext .nendo {
  font-size: 1em;
  margin: 0 0 0 10px;
}


@media screen and (max-width:619px) {
  .overtext .desc{
    flex-direction: row;
    justify-content: left;
    align-items: baseline;  
  }

  .overtext .shozoku {
    font-size: 1.2em;
  }
  
  .overtext .namae {
    font-size: 1.2em;
  }
  
  .overtext .nendo {
    font-size: 0.8em;
  }
}

.layerbox {
  position: relative;
  display: flex;
  margin: 20px 0;
}

.layerbox img {
  max-width: 100%;
}

.layeritem {
  position: absolute;
  color: white;
  top: 0;
  /* left: 50%; */
  width: 50%;
  height: 100%;
  padding: 20px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;  
}

.layeritemleft {
  left: 0;
}

.layeritemright {
  left: 50%;
}

.bg_gray_tp{
  background-color: rgba(50,50,50,0.5);
}

.bg_white_tp{
  background-color: rgba(255,255,255,0.7);
}

.col_cyan{
  color: cyan;
}

.col_teal{
  color: teal;
}

.col_white{
  color: white;
}

.col_dgray{
  color: #555;
}

.layeritem .title {
  font-size: 1.5em;
  margin: 10px 0;
}

.layeritem .message {
  font-size: 1.2em;
}

#greeting p:before{
  content: '　';
}

@media(min-width:767px) {
  .flex_rotate:hover {
    z-index: 10;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotate(-2deg) scale(1.1);
  }

  .image_zoom:hover {
    z-index: 10;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    transform: scale(1.1);
  }
}

/*========== split page ==========*/
.split {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}


.rowrev {
  flex-direction: row-reverse;
}

.split .photoitem {
  width: 55%;
}

.split .wideitem {
  width: 100%;
}

.photoitem img, .wideitem img {
  width: 100%;
}

.split .textitem {
  width: 45%;
  padding: 20px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-content: center;
  /* align-items: center; */
}

.overr {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.overr .overwrap {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  background-color: rgba(50,50,50,0.5);
  z-index: 10;
}

.split .title {
  font-size: 1.5em;
  margin: 10px 0;
  color: steelblue;
}

.split .textitem .message {
  font-size: 1.2em;
  color: dimgray;
}

div.schedule {
  display: flex;
  flex-wrap: wrap;
}

div.timetable {
  width: 45%;
  background-color: honeydew;
  /* padding: 40px 40px 40px 40px; */
  padding: 40px 10px 10px 40px;
  margin: 0 0 0 -20px;
  text-align: left;
  /*position: relative;*/
  font-size: 1.2em;
}

.timetable dl {
  display: flex;
  flex-wrap: nowrap;
  margin: 0px;
  position: relative;
  /*border-bottom: 1px dotted rgba(0, 156, 192, 0.5);*/
}

.timetable dt {
  width: 50px;
  min-width:  50px;
  color: #009cc0;
  /*font-family: 'Barlow', sans-serif;*/
  line-height: 1.5;
}

.timetable dd {
  line-height: 1.5;
  /*width: 75%;
  float: left;*/
  border-left: 3px #e5e5d1 solid;
  margin-left: 20px;
  padding-left: 30px;
  padding-bottom: 20px;
}

.timetable dd::before {
  /*position: relative;
  left: -30px;
  content: '\2022';
  color: #6fc173;*/

  content: '';
  width: 11px;
  height: 11px;
  background: #6fc173;
  position: absolute;
  left: 66px;
  top: 6px;
  border-radius: 100%;            
}

@media screen and (max-width: 767px) {
  .split, .overr {
      flex-direction: column;
  }
  .split .photoitem {
    width: 100%;
  }

  .split .textitem {
    width: 100%;
  } 

  .split .timetable {
    width: 100%;
    margin: 0 0 0 0;    
  } 

  .layeritem {
    width: 100%;
    left: 0;
  }
  .overtext .title{
    font-size: 2em;
  }
  
  div.timetable {
    padding-left: 20px;
    padding-right: 20px;
  }  
}

/*========== senior footer ==========*/
.senior_footer{
  display: flex;
  justify-content: space-between;
  margin: 20px 0;  
}

/* .senior_footer a:link,
.senior_footer a:visited,
.senior_footer a:hover,
.senior_footer a:active
{
  text-decoration: none;
} */

.senior_footer .index{
  margin-top: 30px;
  /* font-size: 1em; */
}

.senior_footer .index img{
  transition-duration: 1s;    
}

.senior_footer .prev,
.senior_footer .next{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.senior_footer .prev img,
.senior_footer .next img{
  width: 64px;
  height: 64px;
  border-radius: 50%;  
}

.senior_footer .prev .chevron{
  color: skyblue;
  margin-right: 10px;
  transition-duration: 0.3s;  
}

.senior_footer .next .chevron{
  color: skyblue;
  margin-left: 10px;
  transition-duration: 0.3s;  
}

.senior_footer .desc{
  width: 100px;
  margin: 20px 10px 0 10px;
}

/* .senior_footer .prev .desk, .next .desk .name{
  font-size: 1.2em;
  font-weight: normal;
  color: black;
}

.senior_footer .prev .desk, .next .desk .shozoku{
  font-size: 1em;
  font-weight: normal;
  color: black;
} */

.senior_footer .name{
  color: #555;
  font-size: 1em;
}

.senior_footer .shozoku{
  color: gray;
  font-size: 1em;
}

.senior_footer .top{
  color: #555;
  font-size: 1em;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .senior_footer .prev img,
  .senior_footer .next img{
    width: 32px;
    height: 32px;
    border-radius: 50%;  
  }
  .senior_footer .desc{
    width: 80px;
    margin: 5px 10px 0 10px;
  }
  .senior_footer .name{
    font-size: 1em;
  }
  
  .senior_footer .shozoku{
    font-size: 0.8em;
  }    
}

@media(min-width:767px) {
  .senior_footer .prev:hover .chevron{
    transform: translateX(-10px);
  }

  .senior_footer .next:hover .chevron{
    transform: translateX(10px);
  }

  .senior_footer .index:hover img{
    transform: rotateX(180deg);
  }  
}

/*========== faq ==========*/
.faq {
  margin: 20px;
}

.question input {
  display: none;
}

.question label {
  color: white;
  line-height: 1.6em;
  display: block;
  margin: 0.25em 2em 0.25em 0em;
  padding: 1em;
  cursor: pointer;
  border-radius: 0.3em;
  background: #6a65b3;
  transition: all 0.3s;
}

.question label::before {
  padding: 0 0.5em 0 0;
  font-size: 1.5em;
  content: 'Q';
}

.question label::after {
  font-size: 1.5em;
  float: right;
}

.question input[type=checkbox] + label::after {
  content: '＋';
}

.question input[type=checkbox]:checked + label::after {
  content: '－';
}

.question .answer {
  color: white;
  max-height: 0;
  overflow: hidden;
  margin: 0 0 0 2em;
  padding: 0 1em 0 1em;
  border-radius: 0.3em;
  background: rgb(72, 134, 216);
  /* transition: all 0.5s; */
}

.question input[type=checkbox]:checked ~ .answer {
  max-height: 100vh;
  margin: 0.5em 0em 0.5em 2em;
  padding: 1em 1em 0.9em 1em;
}

.question label:hover {
  background: #9f9bd1;
}

.div_desc {
  margin: 20px;
  padding: 10px 20px 20px 20px;
}

@media screen and (max-width: 767px) {
  .div_desc {
    margin: 10px 0 10px 0;
  }
}

/*========== map ==========*/
.map_wrapper {
  max-width: 620px;
  min-width: 280px;
  margin: 20px auto;
  padding: 4px;
  border: 1px solid #CCC;
}

.googlemap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.map-content {
  padding: 10px 5px;
  margin: 20px 5px;
  color: #666;
}

.map-content ul {
  padding: 0;
  list-style:none;
}

.map-content li {
  margin-bottom: 0.5em;
}

/*========== form ==========*/

.form-group {
  margin-bottom: 15px;
}

#ajax-contact .form-group label {
  text-align: left !important;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}

#ajax-contact input,#ajax-contact select,#ajax-contact textarea {
  font-size: 14px;
  line-height: 1.6em;
  -webkit-box-shadow: none;
          box-shadow:  none;  
  border: 1px solid #ddd;
  border-radius: 2px;
}

.btn-lg,
.btn-group-lg > .btn {
  border-radius: 2px;
}

 
#ajax-contact input:focus,#ajax-contact select:focus,#ajax-contact textarea:focus {
	border-color: #3dc9b3;
}

.success {
  color: #444;
  text-align:  center;
  padding-bottom: 20px;
}

.error {
  color: #e00;
  text-align:  center;
  padding-bottom: 20px;  
}

/*========== footer ==========*/

footer {
    background-color: #404040;
	padding: 10px 10px;
}

footer p {
  color: #f8f8f8;
  padding: 0;
  margin: 0;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer li {
  display: inline-block;
  font-size: 12px;
  margin-left: 1em;
  /* width: 25%;*/
}

ul.footer-menu li a {
  color: #fff;
  text-decoration: none;
  outline: 0;
}

/*========== table ==========*/

.recruit-data th {
  width: 25%;
}

/*========== lineup ==========*/
.lineup li {
  list-style:none;
  font-weight: normal;
}

.lineup table {
  text-indent: 1em;
  width: 90%;
}

.lineup th {
  width: 100px;
}

/*========== tab ==========*/
.tab-info {
  margin: 20px;
}

.tab-info li {
  list-style:none;
}

.tab-symbol {
  padding: 20px;
  text-align: center;
}

#info-sales {
  color: #666;
}

.engage-banner {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.blockcaption {
  font-size: 16px;
}