/* GLOBAL STYLES
-------------------------------------------------- */
body {
  padding-top: 52px;
  font-family: Meiryo,'メイリオ','ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.4;
}
h2 {
  color: #0060af;
}
.text-center img {
  margin: 0 auto;
}
.text_shadow {
text-shadow: 0 1px 1px rgba(0,0,0,.5);
}
.lead_offer {}
.lead_offer h4 {
  color: #E25917;
}
.icon_bp_python {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: -30px;
  line-height: 60px;
  left: 50%;
  margin-left: -30px;
  background-color: #fff;
  text-align: center;
  border-radius: 30px;
}
/* CUSTOMIZE THE BUTTON
-------------------------------------------------- */
.btn-primary {
  color: #fff;
  background-color: #c14a4a;
  border-color: #943935;
  box-shadow: 0 3px 0 rgba(148, 57, 53, 1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #943935;
  border-color: #c14a4a;
}

/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */

footer {
  border-top: 1px solid #ccc;
  background: #E6E6E6;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
footer ul {
  margin: 20px auto;
}
footer ul a {
  color: #878787;
}
footer .list-inline>li + li {
  padding-left: 10px;
  border-left: 1px solid #C7C7C7;
}
footer address a {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 4px 24px;
  color: #000;
}
footer address a:hover {
  color: #666;
  text-decoration: none;
}
.footer__top {
  display: inline;
  position: fixed;
  right: 30px;
  bottom: 60px;
}
.footer__top a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,.5);
}
.footer__top a:hover {
  background-color: rgba(0,0,0,.8);
}

/* CUSTOMIZE THE NAVBAR (HEADER)
-------------------------------------------------- */

.header__offer {
  margin-top: 7px;
}
.navbar-default {
  box-shadow: 0 0 0 6px rgba(0,0,0,.2);
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: #ececec;
}
.navbar-brand {
  padding-top: 6px;
}
.navbar-brand img {
  height: 40px;
}

/* CUSTOMIZE THE .jumbotron
-------------------------------------------------- */
.jumbotron {
  margin-bottom: 0;
  background-color: #2664b1;
  background-image: url(../img/training/jumbotron_bg.jpg);
  background-repeat: no-repeat;
  background-size: 490px auto;
  background-position: left -30px;
}
.jumbotron h2 {
  margin-bottom: 42px;
  color: #fff;
}
.jumbotron p {
  font-size: 18px;
  margin-bottom: 24px;
  color: #B8E8FF;
}
.jumbotron strong {
  font-size: 23px;
  font-weight: 500;
  color: #fff;
}
.jumbotron .container {
  position: relative;
}
.jumbotron__social {
  position: absolute;
  right: 25px;
  top: -34px;
}
.jumbotron__hatena,
.jumbotron__facebook,
.jumbotron__twitter {
  float: left;
  padding-left: 20px;
}
/* CONTENT .presentation
-------------------------------------------------- */
.presentation {
  padding: 40px 0;
}
.presentation .presen__success .glyphicon,
.presentation .presen__problem .glyphicon {
  margin-right: 4px;
}
.presentation .presen__problem_list {
  color: #E25917;
  font-size: 18px;
}
.presentation .presen__success_list {
  color: #10B417;
  font-size: 18px;
}
.presentation .presen__problem strong {
  padding: 0 4px;
  font-size: 1.1em;
  color: #CA4405;
  background-color: #F3EFBC;
}
.presentation .presen__success strong {
  padding: 0 4px;
  font-size: 1.1em;
  color: #243AAD;
  background-color: #C4F3BC;
}
.presentation h2 {
  margin-top: 0;
  font-size: 20px;
}
.presentation img {
  margin-bottom: 10px;
}
/* CONTENT .course
-------------------------------------------------- */
.course {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page__index .course {
  position: relative;
  background-color: #353e49;
}

.page__index .course h2 {
  color: #fff;
  letter-spacing: 10px;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 28px;
}
.course .list-group-item {
  border: 0;
box-shadow: 5px 6px 0 rgba(0,0,0,.3);
}
.course a.list-group-item .list-group-item-heading {
  font-size: 18px;
color: #fff;
font-weight: 500;
}

.course a.list-group-item {
  background-color: #2179C0;
}
.course a.list-group-item:hover {
  background-color: #60A6DF;
}
.course .list-group-item:last-child {
  min-height: 80px;
  border-bottom: 3px solid #3E80A5;
}
.course .panel-info {
  border-color: #93C4EC;
}

.course .panel-info>.panel-heading {
  color: #fff;
  background-color: #236EAC;
}
.course .panel-info .panel-heading h3 {
  margin: 6px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 768px) {
  .course .panel-body {
/*    min-height: 180px;*/
  }
}
@media (min-width: 992px){
  .course .panel-heading h3 {
/*    min-height: 2.8em;*/
  }
  .course .panel-body {
/*    min-height: 260px;*/
  }
}
@media (min-width: 1200px) {
  .course .panel-heading h3 {
/*    min-height: 1em;*/
  }
  .course .panel-body {
/*    min-height: 200px;*/
  }
}

.course .panel-body strong {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #F5E9AE;
  color: #C72727;
}
.course .lead_offer {
  border-bottom: 4px solid #57656E;
}
.course .lead_offer h4 {
  margin-top: 20px;
  margin-bottom: 6px;
  color: #C4F4FD;
}
.course .panel-body .label {
  display: inline-block;
}
.course .btn_outer {
  box-shadow: 0 0 0 6px rgba(53, 62, 73, 1);
  display: inline-block;
  border-radius: 6px;
  position: relative;
  top: 22px;
}
/* CONTENT .consulting
-------------------------------------------------- */
.consulting {
  padding-top: 50px;
  padding-bottom: 50px;
}
.consulting h2 {
  font-size: 20px;
}

/* CONTENT .forte
-------------------------------------------------- */
.forte {
  padding-top: 50px;
  padding-bottom: 30px;
}
.forte h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.forte img {
  display: block;
  margin: 0 auto;
  width: 180px;
}
.forte h3 {
  color: #E25917;
}



/* CONTENT .results
-------------------------------------------------- */
.results {
  padding: 40px 0;
  background-color: #F8F8F8;
  border-bottom: 12px solid #e7e7e7;
}
.results .panel-footer {
  min-height: 315px;
}
@media (min-width: 787px) {
  .results .panel-heading {
    min-height: 50px;
  }
  .results .panel-body {
    min-height: 80px;
  }
  .results .panel-footer {
    min-height: 270px;
  }
}

@media (min-width: 992px) {
  .results .panel-body {
    min-height: 80px;
  }
  .results .panel-footer {
    min-height: 270px;
  }
}
.results .panel-footer h4 {
  font-size: 16px;
  color: #5183CE;
}
/* CONTENT .process
-------------------------------------------------- */
.process {
  border-top: 1px solid #ccc;
  padding-top: 50px;
  padding-bottom: 50px;
}
.process h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.process .label-default {
  margin-left: 10px;
  font-weight: normal;
}
.process .customer {
  background-color: #EFF1F5;
}
.process .beproud {
  background-color: #FFFCF4;
}
.process .customer .label-default {
  background-color: #9CB4DA;
}
.process .beproud .label-default {
  background-color: #BBAE8D;
}

.process .list-group .note {
  font-size: smaller;
  margin-top: 1em;
  margin-bottom: 0;
  margin-left: 2em;
}

/* CONTENT .offer
-------------------------------------------------- */
.offer {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 8px solid #D3CCB9;
  border-bottom: 8px solid #D3CCB9;
  background-color: #F6F6E8;
}
.offer h2 {
  margin-bottom: 18px;
  margin-top: 0;
  color: #c14a4a;
}
.offer h3 .glyphicon {
  margin-right: 6px;
}
/* CONTENT .faq
-------------------------------------------------- */

.faq {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f3f5f7;
}
.faq h2 {
  margin-bottom: 18px;
  margin-top: 0;
}

.faq dt .glyphicon {
  font-size: 18px;
}
.faq dt {
  color: #1E84BD;
}
/* CONTENT .trainer
-------------------------------------------------- */
.trainer {
  padding: 40px 0;
  background-color: #e7e7e7;
  position: relative;
}
.trainer .panel-body {
  min-height: 360px;
  min-height: 1em;
  font-size: 12px;
}

@media (min-width: 768px) {
  .trainer .panel-body {
    min-height: 426px;
  }
}

@media (min-width: 992px) {
  .trainer .panel-body {
    min-height: 358px;
  }
}

.trainer .panel img {
  width: 68px;
  margin-right: 10px;
  margin-bottom:10px;
}
.trainer h4 {
  padding: 10px 0;
}
.trainer hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.trainer p + ul {
  padding-left: 20px;
  margin-top: -10px;
  font-size: 12px;
}
.trainer li {
  font-size: 12px;
}


/* page .page__course
-------------------------------------------------- */

.page__course tbody th {
  white-space: nowrap;
}
.course__detail ol li {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  color: #0C56A7;
}
.course__detail ol li p {
  font-weight: normal;
  font-size: 14px;
  color: #333;
}
.page__course h2 {
  margin-top: 10px;
}
