@charset "UTF-8";

/* ---------------------------------
   bootstrap上書き指定
------------------------------- */


body{
	font-family: 'Open Sans', 'Hiragino kaku Gothic Pro', 'メイリオ', sans-serif;
	font-size: 20px;
	line-height: 1.8;
	padding-top: 90px;
}



h2 {
	color: #2E2E81;
	font-weight: bold;
	margin-bottom: 50px;
	font-size: 34px;
}

h3 {
	color: #6EA756;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.6;
}

hr {
	border-color: #6EA756;
	border-width: 2px;
}

ol li {
	margin-bottom: 25px;
	margin-top: 25px;
}

p a {
	color: black;
	text-decoration: underline;
}
p a:active,
p a:hover {
	color: #4E4EB9
}

.navbar-brand {
  padding: 12px 15px 15px;
  height: 63px;
}


.panel-default {
	border-color: #dbe49f;
	padding-top: 30px;
	padding-bottom: 30px;
	border-width: 2px;
}

@media (min-width: 768px) {

  .panel-default {
	height: 340px;
  }

}


.panel-body {
	font-size: 18px;	
}

.btn-default {
	background-color: #4E4EB9;
	border-color: #4E4EB9;
}

.btn-default:hover {
	background-color: #4E4EB9;
	border-color: #4E4EB9;
}

.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;
  border-top: none;
}

.form-control {
	border-style: none;
	height: 46px;
}

.form-group {
	margin-bottom: 30px;
	font-size: 18px;
}

/* ナビバーの出現ブレイクポイントの変更 */
@media (max-width: 992px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
	margin-bottom: 7.5px;
}
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
 .navbar-brand h1 img {
  width: 240px;
  padding-top: 10px;
}
}

/* ヘッダー */


.navbar-header {
	height: 90px;
}

.navbar-default .navbar-toggle {
	border-color: #4E4EB9;
	margin-top: 30px;
}


.navbar-default .navbar-toggle .icon-bar {
	background-color: #4E4EB9;
}

.navbar-nav li a{
	font-weight: bold;
	font-size: 14px;
}

@media (min-width: 992px) {

  .navbar-nav li a{
	height: 90px;
	padding-top: 40px;
  }
}


/* ---------------------------------
   独自指定
------------------------------- */

/* 特殊見出し */

.header h1 {
	margin: 0;
}

#area-service h3.plan {
	background-image: url(../img/flower_icon_s.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 33px auto 0 0;
	padding: 10px 20px 20px 52px;
}

#area-price h3 {
	background-image: url(../img/hart_icon_s.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 3px auto;
	padding-left: 45px;
}

#area-company strong {
	color: #6EA756;
	font-weight: bold;
}

li.tel {
    background: #2E2E81;
    padding: 0 20px;
}


/* エリア背景指定 */

#area-contentsheader {
    background: #607e18;
}

#area-company {
    background: #F5F8E1;
}

#area-price {
    background: #F5F8E1;
}

#area-recruitform {
    background: #F5F8E1;
}

/* 赤く */

.nima-red {
	color: red;
}

/* フォントサイズ調整 */

.stf22 {
	font-size: 22px;
	font-weight: bold;
}

.f18 {
	font-size: 18px;
}

.f14 {
	font-size: 14px;
}



/* 各エリアのpadding指定 */

.section {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* マージン調整 */

.mt20 {
	margin-top: 20px;
}


.mb100 {
	margin-bottom: 100px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb10 {
	margin-bottom: 10px;
}

/* padding調整 */

.pl45 {
	padding-left: 45px;
}

/* 画像サイズ微調整 */

@media (max-width: 768px) {

  .spmax70w {
	width: 70%;
	}
}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
