/*
Theme Name: Lightning
Theme URI: https://lightning.nagoya
Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version:4.3.0
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightning

Lightning WordPress theme, Copyright (C) 2015-2017 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.
*/


/* Aboutページ */
.leftside{
  float: left;
  width: 100%;
}
.service-member-left{
  float: left;
  width: 50%;
}
.service-member-picture-left{
  float: left;
}
.leftmove{
  padding:4px;
  float: left;
}
/* .timeline {
  font-size : 90%;
  color : #666;
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}
.timeline h3 {
  font-size: 130%;
  padding　: 0px;
  margin:0px;
} */
/* for Desktop */
/* @media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
} */

/* フッター */
/* .gauss-footer{
  width: 100%;
  margin:0;
  padding:0;
  background-color: silver;
}
.gauss-footer-top{
  width: 100%;      
  border-bottom: 1px solid white;
  list-style: none;
}
.gauss-footer-inner{
  margin:0 20% 0 20%;
}
.gauss-footer-nav_item{
  line-height: 3;
}
.gauss-footer-nav_link{
  text-decoration: none;
  color: white;
}
.gauss-footer-middle{
  width: 100%;  
  height:200px;
  margin-top: 2rem;
}
.gauss-footer-logo{     
  float:left;
}
.gauss-footer-nav_desktop{
  margin-left:30px;
}    
.gauss-footer-nav-options{
  margin-top: 0;
  list-style: none;
  float:left;
}
.gauss-footer-nav_item{
} */

/*田中追加*/

h2.jointitle{
	font-size: 30px;
	font-weight: bold;
	background-color: #fff;
    padding: 14px 15px 10px 0;
    border-top: 0px solid #337ab7;
    border-bottom: 0px solid #e9e9e9;

}
p.ptitle{
	font-size: 15px;
	font-weight: bold;
}
div.join_us{
  margin: -100px 0 0 0;
  background-color: #fff;
  padding: 50px 0;
}
img.staff{
	margin: 50px 0 0px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
	div.join_us{
	  margin: -200px 0 0 0;
	  background-color: #fff;
	  padding: 50px;
	}
}
@media (min-width: 992px) {
	div.join_us{
	  margin: -200px 0 0 0;
	  background-color: #fff;
	  padding: 50px;
	}
}
@media (min-width: 1200px) {
	div.join_us{
	  margin: -250px 0 0 0;
	  background-color: #fff;
	  padding: 50px;
	}
}

/*コンタクトページ*/
.contact_red{
  color:red;
}
@media (min-width: 576px) {
	.contact-top{
    padding:0 0 0 150px;
    float:center;
  }
  .contact_botton{
    padding:200px 150px 0 0;
  }
}
@media (min-width: 768px) {
	.contact-top{
    padding:0 0 0 150px;
    float:center;
  }
  .contact_botton{
    padding:200px 150px 0 0;
  }
}
@media (min-width: 992px) {
	.contact-top{
    padding:0 0 0 150px;
    float:center;
  }
  .contact_botton{
    padding:200px 250px 0 0;
  }
}
@media (min-width: 1200px) {
	.contact-top{
    padding:0 0 0 150px;
    float:center;
  }
  .contact_botton{
    padding:200px 250px 0 0;
  }
}