/*
Theme Name: IBC
Theme URI: http://i-b-c.jp/
Description: IBC HPテーマ
Version: 1.1
Author: nishimura
Author URI: http://www.cajon.co.jp/
*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
body {
  padding-top: 0;
  background: #fff;
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #64686d;
  line-height: 26px;
}
section {
  padding: 70px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;  color: #272727;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
.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 8px;
}
/*************************
*******ボタン装飾*****
**************************/
/*-----お問い合わせへのボタン-----*/
a.pink {
  background-color: #e91e63;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
  text-align: center;
  padding: 10px 25px;
  font-size: 20px;
  line-height: 2.0;
  margin: 2em 1em;
}
a.pink:hover {
  background-color: #f06292;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
/*-----各リンク先へのボタン-----*/
a.blue {
  background-color: #03a9f4;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
  text-align: center;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
a.blue:hover {
  background-color: #5bc0de;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
a.blue_small {
  background-color: #03a9f4;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
  text-align: center;
  padding: 5px 8px;
  font-size: 12px;
}
a.blue_small:hover {
  background-color: #5bc0de;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
/*-----続きを読むボタン-----*/
a.more {
  background-color: #009688;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
  text-align: center;
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1.33;
  float: right;
}
a.more:hover {
  background-color: #00897b;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
/*-----送信ボタン-----*/
button.send {
  background-color: #2c8cb3;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  padding: 8px 30px;
  font-size: 1em;
  line-height: 1.33;
}
button.send:hover {
  background-color: #2c8ce4;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
button.role {
  display: inline-block;
  padding: 10px 50px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  background-color: #1565c0;
  border: solid 1px #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
}
button.role:hover {
  color: #fff;
  transition: all 0.5s ease 0s;
  opacity: 0.9;
}
.left {
  text-align: left;
}
hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header .section-title {
  font-size: 2.5em;
  letter-spacing: 0.15em;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 30px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #bdbdbd;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
ul.decimal {
 list-style-type: decimal;
 padding-left: 15px;
}
ul.nostyle {
  list-style: none;
  padding: 0;
}
ul.nostyle_02 {
  list-style: none;
}
ul.nostyle_02 > li {
  margin-bottom: 1em;
}
ul.nostyle i {
  color: rgb(100, 104, 109);
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.parallax {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.dotted {
  background-color: #fff;
  border: dotted 3px #45aed6;
  margin: 0 3px;
  padding: 20px;
}
.box_shadow {
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.4);
}
/*************************
*******タイトル装飾*****
**************************/
/*-----黄色の吹き出し-----*/
.balloon-1 {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: 100%;
  min-width: 115px;
  height: auto;
  line-height: 34px;
  color: #19283C;
  text-align: center;
  background: #ffc107;
  border: 3px solid #19283C;
  z-index: 0;
  font-weight: bold;
  font-size: 18px;
}
.balloon-1:before {
  content: "";
  position: absolute;
  bottom: -8px; left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #ffc107 transparent transparent transparent;
  z-index: 0;
}
.balloon-1:after {
  content: "";
  position: absolute;
  bottom: -12px; left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #19283C transparent transparent transparent;
  z-index: -1;
}
/*-----青の吹き出し-----*/
.balloon-2 {
  position: relative;
  padding: 0 15px;
  width: 100%;
  min-width: 115px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #2c8cb3;
  z-index: 0;
}
.balloon-2:after {
  content: "";
  position: absolute;
  bottom: -10px; left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #2c8cb3 transparent transparent transparent;
}
/*************************
*******Material icons*****
**************************/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;

  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;

  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;

  /* IEサポート */
  font-feature-settings: 'liga';
}
/* アイコンサイズ */
.material-icons.md-18 { font-size: 18px;vertical-align: middle; }
.material-icons.md-24 { font-size: 24px;vertical-align: middle; }
.material-icons.md-36 { font-size: 36px;vertical-align: middle; }
.material-icons.md-48 { font-size: 48px;vertical-align: middle; }

/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

#page-top {
    position: fixed;
    right: 5%;
    bottom: 0;
}
#page-top a {
  width: 50px;
  height: 50px;
  background: rgba(58, 81, 153, 0.8);
  display: block;
  color: #fff;
  padding: 10px 0 ;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #fff;
}
#page-top a:hover {
  text-decoration: none;
  background: rgba(58, 81, 153, 0.5);
  text-decoration: none;
}
#social-icons {
  margin-bottom: 30px;
  position: fixed;
  bottom: -10px;
  left: -20px;
  list-style: none;
  z-index: 9999;
}
#social-icons li {
    list-style-type: none;
    margin-left: 10px;
}
#social-icons img {
  width: 100px;
  height: 20px;
  text-align: left;
    margin: 1em 0;
}
/**
/*  Header
/* ==========================================*/

#navigation {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;

  background-color: rgba(47,46,51,0.97);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  padding: 5px 0;
}

#navigation.animated-header.container {
  height: 100%;
}
#js-bootstrap-offcanvas .navbar {
  margin-bottom: 0;
}
a.navbar-brand {
  background-image: url("./images/ibc_logo-new.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
  padding: 0;
  height: 40px;
  width: 240px;
  float: left;
}
a.navbar-brand p {
  margin: 10px 0 5px 50px;
  vertical-align: middle;
  font-weight: bold;
  color: #385691;
  font-size: 1.25em;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 8px 8px 8px;
}
.navbar-inverse .navbar-nav > li > ul {
  padding-top: 10px;
  float: left;
  padding-left: 0;
  list-style: none;
}
.navbar-inverse .navbar-nav > li > ul >li > a.toi {
  color: #fff;
    background-color: #e91e63;
    border: solid 2px #e91e63;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    margin-top: 10px;
}
.navbar-inverse .navbar-nav > li > ul >li > a.toi.open,
.navbar-inverse .navbar-nav > li > ul >li > a.toi.active,
.navbar-inverse .navbar-nav > li > ul >li > a.toi:hover {
  background-color: #f06292;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
#main-menu.navbar-default {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
#main-menu.navbar-default .navbar-nav > li > a {
  padding-top: 40px;
  padding-bottom: 40px;
}
.navbar-inverse .navbar-nav > li.active > a,
.navbar-inverse .navbar-nav > li.open > a,
.navbar-inverse .navbar-nav > li:hover > a {
  background: transparent;
  padding-top: 18px;
  border-top: 3px solid #45aed6;
}
.navbar-inverse .navbar-nav .dropdown-menu {
  padding: 0 20px;
  font-size: 12px;
  min-width: 220px;
  background-color: rgba(26, 28, 40, 0.78);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-clip: inherit;
}
.navbar-inverse .navbar-nav .dropdown-menu > li {
  border-left: 3px solid transparent;
  margin-left: -20px;
  padding-left: 17px;
  -webit-transition: border-color 400ms;
  transition: border-color 400ms;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  border-top: 1px solid #404455;
  padding: 15px 0;
  color: #eeeeee;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:first-child > a {
  border-top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.active,
.navbar-inverse .navbar-nav .dropdown-menu > li.open,
.navbar-inverse .navbar-nav .dropdown-menu > li:hover {
  border-left-color: #45aed6;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.open > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a {
  color: #45aed6;
  background-color: transparent;
}
/*========== MAIN-SLIDER SECTION ==========*/
#main-slider {
  background: #fff;
  padding: 0;
}
#main-slider h1 {
  font-size: 4em;
  color: #fff;
  text-shadow: 1px 1px 2px #2c3e50;
  text-align: center;
  vertical-align: middle;
}
#slide1 h1 span.orange {
  color: #FF3D00;
  text-shadow: 1px 1px 2px #fff;
}
#slide1 h1 span.pink {
  color: #ff0084;
}
#slide5 h1 span {
  color: #45aed6;
}
.slider-pro p.sp-layer {
  font-size: 40px;
}
#slide1 .content{
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-shadow:
     2px  2px 4px #3f51b5,
    -2px  2px 4px #3f51b5,
     2px -2px 4px #3f51b5,
    -2px -2px 4px #3f51b5;
  text-align: center;
}
#slide2 .content{
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-shadow:
     2px  2px 4px #3f51b5,
    -2px  2px 4px #3f51b5,
     2px -2px 4px #3f51b5,
    -2px -2px 4px #3f51b5;
  text-align: center;
}
#slide5 .content{
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-shadow:
     2px  2px 4px #3f51b5,
    -2px  2px 4px #3f51b5,
     2px -2px 4px #3f51b5,
    -2px -2px 4px #3f51b5;
  text-align: center;
}
#slide3 h1 {
  font-size: 3em;
  letter-spacing: 0.3em;
}
#slide3 span {
  color: #fdd000;
}
#slide3 span.jumbo {
  font-size: 2em;
}
#slide4 h1 {
  color: #fff;
  font-size: 5em;
}
/*#slide4 p {*/
/*  color: #fff;*/
/*  font-size: 1.8em;*/
/*  line-height: 120%;*/
/*}*/
.yellow {
  color: #ffc107;
}
.red {
  color: #f44336;
}
/*スライダーバルーン*/
ul.balloon {
    width: 100%;
　　　display: table;
　　　table-layout: fixed;
    margin-bottom: 50px;
    padding: 0;
    text-align: center;
}
.balloon li {
    text-align: center;
   display: table-cell;
}
#balloon-1-bottom {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: 20%;
  min-width: 120px;
  height: 80px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  background: #2e5377;
  border: 3px solid #fff;
  z-index: 0;
  font-size: 14px;
}
#balloon-1-bottom:before {
  content: "";
  position: absolute;
  bottom: -8px; left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #2e5377 transparent transparent transparent;
  z-index: 0;
}
#balloon-1-bottom:after {
  content: "";
  position: absolute;
  bottom: -12px; left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  z-index: -1;
}
/* -----------------------------------------------------------------------
    カテゴリ別新着記事一覧
----------------------------------------------------------------------- */
.card-title {
    text-align: center;
    background: #fff;
    margin: 0;
    min-height: 5em;
    font-size: 1em;
    padding: 20px;
    text-align: left;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
.card-title a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#blog_post {
  background-color: #45aed6;
  color: #fff;
}
#blog_post .section-title {
  color: #fff;
}
#blog_post img {
  /* background-size: cover; */
  width: 100%;
}
#blog_post img:hover {
  background-color: #fff;
  opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}
/***********************************
********* CTA SECTION **************
***********************************/
#cta {
  background: #eee;
  padding-bottom: 0;
}
#cta .overlay {
  background: url(./images/ibc_section.png) center center no-repeat;
  background-size: cover;
  padding-bottom: 0;
  width: 100%;
  height: auto;
}
#col_tit {
  padding-bottom: 70px;
}
#cta .row:before, .row:after {
  content: " ";
  display: table;
}
#cta .section-header {
  margin-bottom: 0;
  padding-bottom: 0;
}
#cta h2 span {
  color: #3f51b5;
}
#cta p {
  margin-top: 15px;
}
.ibc_tit {
  padding: 20px 0 0 0;
}
.ibc_tit ul > li {
  font-size: 1.5rem;
  font-weight: bold;
}
.ibc_img {
  padding: 0;
}
.ibc_tit h4 {
  font-weight: 600;
  color: #333;
  padding-bottom: 30px;
}
#cta .container-fluid {
  padding: 30px 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
#cta .row {
  margin-right: -15px;
  margin-left: -15px;
}
#cta .btn {
  margin-top: 40px;
}
/***********************************
********* PROFILE SECTION **********
***********************************/
#profile span.color {
  color: #3f51b5;
}
#profile h3 {
  color: #333;
}
#profile ul {
  list-style-type: square;
}
#profile li span {
  font-size: 1.4rem;
  font-weight: 500;
}
#profile li {
  letter-spacing: -0.08em;
  font-size: 1.5rem;
  font-weight: 600;
}
.profile_name {
  text-align: center;
  padding-top: 20px;
}
.profile_name h3 {
  font-size: 3.5rem;
}
.profile_name img {
  text-align: center;
  width: 250px;
  height: 250px;
  border: solid 3px #45aed6;
}
/***********************************
********* CCM SECTION **************
***********************************/
#ccm {
  background-image: url(./images/parallax_1.jpg);
  padding: 0;
  color: #fff;
}
#ccm .overlay {
  background-color: rgba(0,0,0, 0.5);
  padding: 70px 0;
}
#ccm h2 {
  color: #fff;
}
#ccm a {
  color: #fff;
}
#ccm h4 {
  color: #fff;
}
.ccm-icon {
  border: 3px solid transparent;
  display: inline-block;
  height: 85px;
  width: 85px;
  line-height: 101px;

  -webkit-transform: rotate(47deg);
  -moz-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  -o-transform: rotate(47deg);
  transform: rotate(47deg);

  /*-webkit-transition: all 0.3s ease 0s;*/
  /*-moz-transition: all 0.3s ease 0s;*/
  /*-ms-transition: all 0.3s ease 0s;*/
  /*-o-transition: all 0.3s ease 0s;*/
  /*transition: all 0.3s ease 0s;*/
}
#ccm .ccm-item {
  margin-top: 30px;
  border: solid 2px #fff;
  padding: 0;
}
#ccm .ccm-content {
  padding: 20px;
}
.ccm-item .wp_ico {
  border: 3px solid #08759b;
  margin-bottom: 20px;
  color: #08759b;
}
.ccm-item .html_ico {
  border: 3px solid #ff5722;
  margin-bottom: 20px;
  color: #ff5722;
}
.ccm-icon i {
  -webkit-transform: rotate(-48deg);
  -moz-transform: rotate(-48deg);
  -ms-transform: rotate(-48deg);
  -o-transform: rotate(-48deg);
  transform: rotate(-48deg);
}
@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
    transform: skewY(-45deg) translateX(12.5em);
  }
}
@keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
    transform: skewY(-45deg) translateX(12.5em);
  }
}
/***********************************
********* BASE SECTION ************
***********************************/
#base .location {
  margin-bottom: 15px;
  padding: 0;
}
#base a {
  text-align: center;
  margin: 20px 0;
}
#base img {
  width: 100%;
  height: auto;
  margin: 0;
}
/***********************************
********* SUPPORT SECTION **********
***********************************/
#support {
  background: #45aed6;
  color: #fff;
}
#support h2, h3 {
  color: #fff;
}
#support h3 {
  margin-bottom: 15px;
  font-size: 20px;
}
#support .support-item img {
  margin-bottom: 15px;
}
/***********************************
********* TESTMONIAL SECTION *******
***********************************/
#testimonial {
  background-image: url(./images/cta_bg.jpg);
  padding: 0;
  background-size: cover;
  color: #fff;
}
#testimonial .overlay {
  background-color: rgba(25, 40, 60, 0.8);
  padding: 70px 0;
}
#testimonial h2, h3 {
  color: #fff;
}
#testimonial img {
  width: 90%;
  height: auto;
  text-align: center;
  margin: 10px 5%;
}
.info h3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: -40px;
}
/***********************************
********* FEATURES SECTION *********
***********************************/
#features {
  background: #eeeeee;
}
#features .section-header {
  margin-bottom: 0;
}
#features h3 {
  color: #333;
  margin-top: 15px;
  font-size: 20px;
}
#features .media.service-box:first-child {
  margin-top: 32px;
}
#features .service-box a {
  margin-bottom: 30px;
  float: right;
}
#features .col_ft {
  padding: 0;
}
.box {
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .15);
  padding: 10px 25px;
  display: block;
  margin-top: 60px;
  background: #fff;
  padding-top: 15px;
  height: auto;
}
.box a {
  text-align: center;
}
.box-icon {
  background-color: #2caab3;
  border-radius: 50%;
  display: table;
  height: 100px;
  margin: 0 auto;
  width: 100px;
  margin-top: -61px;
  border: solid 5px #d5ecf0;
}
.box-icon i {
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/***********************************
********* CTA2 SECTION *************
***********************************/
#cta2 {
  background: rgba(26, 42, 51, 1);
  background-size: cover;
  color: #fff;
  padding: 70px 0;
}
#cta2 h2 {
  color: #fff;
}
.box_2 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px 25px;
  text-align: center;
  display: block;
  margin-top: 60px;
  background: #fff;
  padding: 20px 0;
  height: 180px;
}
#cta2.info h3 {
  font-size: 26px;
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -40px;
}
#cta2 h3.balloon-2 {
  position: relative;
  padding: 0 15px;
  width: auto;
  min-width: 115px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #2c8cb3;
  z-index: 0;
}
#cta2 h3.balloon-2:after {
  content: "";
  position: absolute;
  bottom: -10px; left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #2c8cb3 transparent transparent transparent;
}
#cta2 .info > p {
  color: #717171;
  font-size: 24px;
  font-weight: bold;
  padding-top: 10px;
  margin: 0;
  text-align: center;
  color: #333;
}
#cta2 .info > a {
  margin: 15px 0;
  text-align: center;
}
/***********************************
********* SERVICES SECTION *********
***********************************/
#services {
  background-color: #fff;
}
#services .media:first-child {
  margin-top: 30px;
}
#services h3 {
  color: #333;
}
#services.media.service-box {
  margin: 25px 0;
}
#services.media.service-box .pull-left {
  margin-right: 20px;
}
#services .media.service-box .pull-left > i {
  font-size: 36px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #fff;
  background-image: -moz-linear-gradient(90deg, #1a2a33 0%, #1a2a33 100%);
  background-image: -webkit-linear-gradient(90deg, #1a2a33 0%, #1a2a33 100%);
  background-image: -ms-linear-gradient(90deg, #1a2a33 0%, #1a2a33 100%);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  position: relative;
}
#services .media.service-box:hover .pull-left > img {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
/***********************************
********* ACHIEVEMENT SECTION ******
***********************************/
#achievement {
  background: #eee;
}
#achievement img {
  margin: 0 auto;
  box-shadow: 0 0 2px rgba(0, 0, 0, .15);
}
/***********************************
********* FOOTER SECTION ***********
***********************************/
#footer {
  padding: 30px 20px;
  padding-bottom: 30px;
  color: #777;
  background: #2e2e2e;
}
#footer .footer-brand {
  width: 150px;
  height: auto;
  padding: 0;
}
#footer .social-icons a {
  color: #fff;
}
#footer h4 {
  font-weight: bold;
  margin-bottom: 15px;
  color: #aaa;
}
#footer h5 {
  font-weight: bold;
  color: #aaa;
  margin-bottom: 3px;
  margin-top: 8px;
}
#footer a {
  color: #777;
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin-left: 5px;
}
ul.social-icons {
  margin: 0 -7.5px;
}
ul.social-icons > li {
  display: inline-block;
  margin: 0;
  width: 45px;
  height: 45px;
}
footer ul > li {
  font-size: 14px;
}
ul > li span {
  font-weight: 600;
}
.line_btn {
  width: 100%;
  height: auto;
}
#footer .footer-top {
  margin-bottom: 20px;
}
#footer .footer-bottom {
  text-align: center;
  border-top: 1px solid #777;
  padding-top: 10px;
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
#footer_02 {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #777;
  background: #2e2e2e;
  text-align: center;
}
/***********************************
********* MediaQuery ***************
***********************************/
@media (min-width: 992px) {
.dropdown:hover .dropdown-menu {
  display: block;
}
}
@media (max-width: 1199px) {
.navbar-inverse .navbar-nav > li > a {
    padding: 15px 5px 5px 5px;
}
.navbar-header {
    float: none;
  }
  .block {
    display: block;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
}
@media (max-width: 991px) {
  #main-slider h1 {
    font-size: 48px;
    font-weight: bold;
  }
  #slide1 .content {
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #fff;
  text-shadow:
     1px  -1px 2px #3f51b5,
    -1px  1px 2px #3f51b5,
     1px -1px 2px #3f51b5,
    -1px 1px 2px #3f51b5;
}
  #slide2 .content {
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #fff;
  text-shadow:
     1px  -1px 2px #3f51b5,
    -1px  1px 2px #3f51b5,
     1px -1px 2px #3f51b5,
    -1px 1px 2px #3f51b5;
}
  #cta .ibc_tit {
    padding-top: 20px;
  }
  .ibc_tit h4 span {
    font-size: 15px;
  }
  .balloon-1 {
    font-size: 13px;
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  p {
    font-size: 14px;
  }
  .none {
   display: none;
  }
  .br:before {
	content: "\A" ;
	white-space: pre ;
}
  .section-header .section-title {
    font-size: 36px;
    letter-spacing: 0.05em;
  }
  #slide3 h1 {
  font-size: 2.5em;
}
#slide4 h1>img {
  max-width: 40px;
  height: auto;
}
#balloon-1-bottom {
    height: 70px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #2e5377;
    border: 1px solid #fff;
    z-index: 0;
    font-size: 10px;
    margin: 0;
    padding: 0;
    letter-spacing: -0.08em;
}
  .balloon li {
    float: none;
    margin-left: 0;
}
  #cta .row {
    background: #eee
  }
  #cta p {
    font-size: 12px;
    letter-spacing: -0.05em;
  }
  .ibc_tit h4 span {
    font-size: 14px;
  }
  #ccm br {
    display: none;
  }
  #features .service-box a {
    margin-left: 28%;
  }
  #features .col_ft {
    padding: 0 15px;
  }
  #features .row:before, .row:after {
    content: " ";
    display: table;
  }
  #features img {
    display: none;
  }

  .card-title {
    font-size: 1em;
    margin: 15px 0;
}
.card-title:hover {
  opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -webkit-transform: scale(1.01,1.01);
    -ms-transform: scale(1.01,1.01);
    transform: scale(1.01,1.01);
  }
}

@media (max-width: 480px) {
  p {
    font-size: 12px;
  }
  .block_s {
    display: block;
  }
  .min_br:before {
	content: "\A" ;
	white-space: pre ;
}
  .social-area-syncer {
    min-height: 119px ;
  }
  ul.social-button-syncer {
    width: 410px ;
  }
  ul.balloon {
   display: none;
}
  .section-header .section-title {
    font-size: 28px;
  }
  ul.footer_nav > li {
    font-size: 12px;
  }
  button.role {
    height: 60px;
  }
   #slide1 h1,
   #slide1 h1 span {
     font-size: 24px !important;
     transform: none !important;
     bottom: 30px !important;

   }
   #slide2 h1 {
     font-size: 24px;
   }
   #slide5 h1 {
     font-size: 24px;
   }
  #slide3 h1 {
  font-size: 1.5em;
  letter-spacing: 0em;
}
#slide4 h1 {
  color: #fff;
  font-size: 2.5em;
}
#slide4 p {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}
#main-slider {
  padding-top: 50px;
}
  #main-slider .content {
    font-size: 12px;
    transform: none !important;
    bottom: 44px !important;
  }
  #cta .ibc_tit {
    padding-top: 10px;
  }
  #cta p {
    font-size: 14px;
  }
  #features .service-box a {
    margin-left: 5px;
  }
  #flow_text {
    margin-bottom: 0;
  }
  .footer-top li {
    font-size: 12px;
  }
  .slider-pro p.sp-layer {
    top: 85px !important;
    transform: scale(0.7) !important;
    }
}

/* 追加 */

.ccm-item .r_ico {
    border: 3px solid #E20454;
    margin-bottom: 20px;
    color: #E20454;
}

.ccm-item .m_ico {
    border: 3px solid #88BD0C;
    margin-bottom: 20px;
    color: #88BD0C;
}

.card p {
    color: #fff;
    text-align: center;
    font-size: 1.2em;
}
.card img {
    width: 100%;
}

/*-- 2016/06/20 --*/
a.green {
  background-color: #09b83e;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border: solid 2px #fff;
}
a.green:hover {
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #09b83e;
}
a.green_small {
  background-color: #09b83e;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  text-align: center;
  padding: 5px 8px;
  font-size: 12px;
  border: solid 2px #fff;
}
a.green_small:hover {
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #09b83e;
  border: solid 2px #09b83e;
}

/*-- 2016/06/22追記 - 西村 --*/
#main section#training-camp {
  padding-top: 0 !important;
}
#training-camp .ibc_content {
  padding: 20px 0;
}
#training-camp h4.balloon-1 {
  margin-bottom: 1.5em;
}
#training-camp #ft-cover {
    min-height: 60px;
    padding: 10px;
    background: #2ecc71;
}
#training-camp #wbwp-cover {
    min-height: 60px;
    padding: 10px;
    background: #34495e;
}
#training-camp .ibc_location .cource-wrapper {
  padding: 0;
}
#training-camp #ishigaki_cover {
  position: relative;
  min-height: 200px;
  background: -moz-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/okinawa.jpg') center center / cover no-repeat;
  background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/okinawa.jpg') center center / cover no-repeat;
  background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/okinawa.jpg') center center / cover no-repeat;
}
#training-camp #niigata_cover {
  position: relative;
  min-height: 200px;
  background: -moz-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/niigata.jpg') center center / cover no-repeat;
  background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/niigata.jpg') center center / cover no-repeat;
  background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/niigata.jpg') center center / cover no-repeat;
}
#training-camp #tokyo_cover {
  position: relative;
  min-height: 200px;
  background: -moz-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/tokyo.jpg') center center / cover no-repeat;
  background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/tokyo.jpg') center center / cover no-repeat;
  background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/tokyo.jpg') center center / cover no-repeat;
}
#training-camp #shimane_cover {
  position: relative;
  min-height: 200px;
  background: -moz-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/shimane.jpg') center center / cover no-repeat;
  background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/shimane.jpg') center center / cover no-repeat;
  background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/shimane.jpg') center center / cover no-repeat;
}

#training-camp #ishigaki_cover #title,
#training-camp #niigata_cover #title,
#training-camp #tokyo_cover #title,
#training-camp #shimane_cover #title {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 30px;
}
#training-camp #ishigaki_cover #title h4,
#training-camp #niigata_cover #title h4,
#training-camp #tokyo_cover #title h4,
#training-camp #shimane_cover #title h4 {
  font-size: 1.5em;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
#training-camp #title h4 {
    font-size: .9em;
    margin-left: 1em;
}
}
.badge {
  border-radius: 8px;
    text-align: center;
    border: solid 1px #333;
    padding: 10px;
    width: 48%;
    margin: 0 1% 10px;
    float: left;
    color: #333;
    background: #fff;
    font-size: 11px !important;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .badge {
    width: 100%;
    margin: 0 0 10px;
    font-size: .9em;
  }
}
@media (max-width: 480px) {
  .badge {
    width: 100%;
    margin: 0 0 10px;
  }
}
/* フロントエンドコース */
.front-badge {
  background: #2ecc71;
}
/* WEBデザインコース */
.wd-badge {
  background: #ff5622;
}
/* WordPressコース */
.wp-badge {
  background: #08749b;
}
/* MBCコース */
.mbc-badge {
  background: #FFBF00;
}
/* Rubyコース */
.ruby-badge {
  background: #CC0505;
}
/* 就活ITブートキャンプ */
.recruit-badge {
  background: #9b59b6;
}
.pd-0 {
  padding: 0 !important;
}
.mb-2 {
  margin-bottom: 2.4em !important;
}
.mb-1 {
  margin-bottom: 1.2em !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
#main section#training-camp h3:first-child {
  margin-top: 0 !important;
}

/*-- 2016/06/23追記 - 西村 --*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
#single_blog img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
#single_blog img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
#single_blog img,
img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
#single_blog img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
img.wp-post-image{
    max-width: 100%;
    width: auto;
}
img.wp-post-image{
    height: auto;
}
#single_blog img.alignleft,
#single_blog .wp-caption.alignleft {
    margin-left: 0;
}
#single_blog img.alignright,
#single_blog .wp-caption.alignright {
    margin-right: 0;
}
#single_blog .size-full {
    margin: 0;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
img.wp_social_bookmarking_light_img {
    width: 88px !important;
    height: auto !important;
}
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: ""
    display: block;
    clear: both;
}

/*-- 2016/06/30追記LGBT JAPAN - 西村 --*/
#lgbt h2,
#lgbt h3,
#lgbt h4 {
  margin-top: 1em !important;
}
p.c_code {
    border: solid #fff;
    background-color: #CEA508;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    width: 330px;
    margin: 0 auto;
}
#lgbt .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
#lgbt .flex .txt {
  padding: 10px;
  background: #fff;
  border-radius: 4px;
}
#lgbt #ft-cover {
    min-height: 50px;
    padding: 10px;
    background: #2ecc71;
}
#lgbt #ft-cover h4 {
  color: #fff;
  margin: .5em 0 !important;
}
#lgbt .cource-wrapper {
    padding: 0;
}
#lgbt .cource-wrapper .panel-body p {
  margin-bottom: 0 !important;
}
.lgbt-col {
  padding: 10px;
  background: #f5f5ea;
  border-radius: 4px;
  margin-bottom: 1em;
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.lgbt-col > h5 {
  font-size: 1.25em;
}
#les_tit span,
#gay_tit span,
#bis_tit span,
#trans_tit span {
  font-size: 2em;
  padding: 3px;
}
#les_tit span {
  background: #fcd921;
}
#gay_tit span {
  background: #ff1c38;
}
#bis_tit span {
  background: #ff7900;
}
#trans_tit span {
  background: #22b573;
}
#lgbt .media {
  border-top: dotted 1px #333;
  padding-top: 20px;
}
#lgbt .media-list .media:first-child {
    padding-top: 20px;
    border: none;
}
#lgbt .media-list .media:last-child {
    padding-bottom: 20px;
    border-bottom: dotted 1px #333;
}
#lgbt .media.service-box .pull-left > i {
  font-size: 36px;
  height: 64px;
  line-height: 56px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #fff;
  background: #34495e;
  border: solid 5px #bdc3c7;
  position: relative;
}
#lgbt .media.service-box .media-body {
  padding-top: 5px;
}
#lgbt .table1 {
  border: 0px !important;
}
#lgbt .table1 tbody tr {
  border: solid 3px #fff;
  width: 100%;
}
#lgbt .table1 tbody th {
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #568F23;
    background-color: #009688;
    padding: 0px 10px;
}
#lgbt .table1 tbody td {
    padding: 10px;
    background-color: #F1FEE8;
    color: #666;
    text-shadow: 1px 1px 1px #fff;
}
@media screen and (max-width: 992px) {
  #lgbt .table1 tbody th,
  #lgbt .table1 tbody td {
      display: block;
      width: 100%;
  }
}
div#wp_rp_first {
    margin-top: 30px;
}
div#wp_rp_first h3 {
    line-height: 2;
}


/*-- 2016/07/追記 島根返金ページ - 西村 --*/
#refund .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

#refund .flex .txt {
  padding: 20px;
  border-radius: 4px;
  border: solid 1px #ccc;
  background: #E3E2C3;
  line-height: 1.5;
}
#refund .flex .txt p {
  margin-bottom: 0 !important;
}
#refund .col {
  background: #F5F3E5;
  padding: 10px;
  margin-top: 0;
}
#refund .col ul {
  background: #F5F3E5;
  margin: 10px 0;
  padding: 0 15px;
}
#refund .col li {
  list-style: disc inside;
  line-height: 2;
  padding: 3px;
}
#refund .emphasis {
  color: #543A3A;
  line-height: 1.5;
}
#refund .emphasis span {
  color: #f44336;
  font-size: 1.1em;
}
#refund .ibc_location .cource-wrapper {
  padding: 0;
}
#refund #shimane_cover {
  position: relative;
  min-height: 200px;
  background: -moz-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/shimane.jpg') center center / cover no-repeat;
  background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/shimane.jpg') center center / cover no-repeat;
  background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/shimane.jpg') center center / cover no-repeat;
}

#refund #shimane_cover #title {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 30px;
}

#refund #shimane_cover #title h4 {
  font-size: 1.5em;
  margin-left: 0;
  color: #fff;
}
#refund p.border {
    border-bottom: dotted 1px;
    padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
#refund #title h4 {
    font-size: .9em;
    margin-left: 1em;
}
}

#refund p.rec-text {
    font-size: 1.4em;
}

#refund #refund .panel{
    padding: 15px;
    background: white;
    min-height: 420px;
    border: 1px solid #eceae5;
}

#refund .panel-header h3 {
    border-left: none !important;
    border-bottom: none !important;
    padding: 0.8em 0 0 !important;
    margin-bottom: 0 !important;
}
#refund .panel img{
    width: 100%;
}
#refund .panel-line {
  height: 2px;
  background-color: #e2e2e2;
  border: 0;
  margin: 15px 0;
  background-image: none !important;
}
#refund .beginner-mark {
  background-color: #4f9e52;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 6px 8px 4px;
  display: inline-block;
}

#refund .middle-mark {
    background-color: #9e574f;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    padding: 6px 8px 4px;
    display: inline-block;
}

#refund .rec-mark {
  background-color: #FD567A;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 6px 8px 4px;
display: inline-block;
}
#refund .panel-header h3 {
    margin-top: 0px !important;
}

#refund .panel-body p {
  font-size: 1.2em;
}

#refund .dl-horizontal dt {
    text-align: center;
    font-size: 1.2em;
}

#refund .dl-horizontal dd {
    font-size: 1.2em;
}

#refund .panel-table td {
  font-size: 1.2em;
  padding: 15px 10px !important;
}

#refund .panel-table th {
  width: 30%;
  padding: 15px 10px;
}

#refund .course-panel1 {
  background-color: #2ecc71;
  display: block;
  min-height: 80px;
  text-align: center;
  padding: 7% 0;
  font-size: 1.5em;
  color: #fff;
  margin-bottom: .5em;
}

#refund .btn-list li {
    list-style-type: none;
    display: inline-block;
    margin-left: 3%;
    margin-top: 4px;
}

#refund .center-btn {
    width: 160px;
    margin: 0 auto;
}
#refund a.blue-btn {
    background-color: #2d5e71;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
    text-align: center;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}
#refund a.blue-btn:hover,
#refund a.blue-btn:focus {
  color: #ccc;
}
#refund .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#refund .clearfix {display: inline-table;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#refund aside {
  margin-bottom: 0 !important;
}
#refund .mb-1 {
  margin-bottom: 1.2em !important;
}
#refund .mt-1 {
  margin-top: 1.2em !important;
}
.mt-1 {
  margin-top: 1.2em;
}

/* 2016.0822 トップページ */

/* ブログ */
#blog_post .card h4 {
  text-align: center;
}
#blog_post .card p {
  font-size: 1em;
}

/* 期間限定キャンペーン */
#campaign_list {
    background: #45aed6;
}
#campaign_list h2 {
    color: #fff;
}
#campaign_list a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  background-color: transparent;
}
#campaign_list a:hover,
#campaign_list a:focus {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
    outline: 0;
}
#campaign_list a:hover .campaign_list_cover ,
#campaign_list a:focus .campaign_list_cover {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(0,0,0,0.2) !important;
}
#campaign_list .campaign_list {
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height: 100%;
}
#campaign_list .campaign_list .campaign_list_cover {
  padding: 15px;
  height: 100%;
}
#campaign_list .campaign_list .white-box {
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #333;
  letter-spacing: 0.15em;
  background-color: rgba(255,255,255,0.85);
}
#campaign_list .campaign_list .white-box .catch-copy {
    display: block;
    font-size: 1em;
}
#campaign_list .campaign_list .white-box h3 {
    margin-top: 0;
    line-height: 1.5;
    border-bottom: solid 3px #eca148;
    font-weight: bold;
    font-size: 1.1em;
}
#campaign_list .twentys_free_cam_box {
  background: transparent url(./images/cam-young-people.jpg) center center no-repeat;
  background-size: cover;
}
#campaign_list .campaign_02_box {
  background: transparent url(./images/cam-air-plane.jpg) center center no-repeat;
  background-size: cover;
}
#campaign_list .cam_lp-2 {
  background: transparent url(./images/cam-women.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #campaign_list .campaign_list {
    margin-bottom: 1em;
  }
}

/* 受講方法 */
#students_rank {
  background-image: url(./images/parallax_1.jpg);
  padding: 0;
  color: #fff;
}
#students_rank .overlay {
  background-color: rgba(0,0,0, 0.5);
  padding: 70px 0;
}
#students_rank .section-header h2.section-title {
  color: #fff;
}
#students_rank h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 0;
}
#students_rank h3 img {
  max-width: 45px;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#students_rank h3 span {
  line-height: 30px;
  margin-left: .25em;
  vertical-align: middle;
}
#students_rank h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 0;
}
#students_rank h5 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0;
}
#students_rank a {
  transition: all .3s!important;
  -moz-transition: all .3s!important;
  -webkit-transition: all .3s!important;
  -o-transition: all .3s!important;
  display: block;
}
img:not(.boxer-image) {
    max-width: 100%;
}
#blog_post a {
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: underline;
  transition: all .3s!important;
  -moz-transition: all .3s!important;
  -webkit-transition: all .3s!important;
  -o-transition: all .3s!important;
}
#students_rank a img,
#blog_post a img {
  width: 100%;
  height: auto;
  transition: all .3s!important;
  -moz-transition: all .3s!important;
  -webkit-transition: all .3s!important;
  -o-transition: all .3s!important;
}
#students_rank a:link,
#blog_post a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
#students_rank a:hover,
#students_rank a:focus,
#blog_post a:hover,
#blog_post a:focus {
  transition: all .3s!important;
  -moz-transition: all .3s!important;
  -webkit-transition: all .3s!important;
  -o-transition: all .3s!important;
  text-decoration: none;
  outline: 0;
}
#students_rank a .ccm-item-cover {
  transition: all .3s!important;
  -moz-transition: all .3s!important;
  -webkit-transition: all .3s!important;
  -o-transition: all .3s!important;
}
#students_rank a:hover .ccm-item-cover,
#students_rank a:focus .ccm-item-cover {
  background-color: rgba(255,255,255,.9);
}
#students_rank a:hover img,
#students_rank a:focus img,
#blog_post a:hover img,
#blog_post a:focus img {
  transform: scale(1.03)!important;
    -ms-transform: scale(1.03)!important;
    -webkit-transform: scale(1.03)!important;
    -o-transform: scale(1.03)!important;
    -moz-transform: scale(1.03)!important;
}
#students_rank .jumbo {
  font-size: 1.3em;
  font-weight: bold;
}
#students_rank .ccm-item {
  padding: 0;
  background: rgba(255,255,255,.75);
  border: solid 2px #fff;
  color: #333;
  overflow: hidden;
}
#students_rank .ccm-content {
  padding: 10px;
}
#students_rank .ccm-content .pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  #students_rank .students_list {
    padding: 20px 0;
    border-bottom: dotted 2px #999;
  }
  #students_rank .border-none {
    border: none !important;
  }
  #students_rank .ccm-content .pc-none {
    display: block;
  }
  #students_rank a:hover img,
  #students_rank a:focus img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
  }
  #blog_post .card a {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
  }
  #blog_post .card:last-child {
    padding-bottom: 0;
  }
  #blog_post .card h4 {
    font-size: 1.1em;
  }
  #blog_post .card p {
    font-size: 12px;
  }
}

/* 2016.0826 ページリニューアル */

/* 受講方法 */
.students_panel-group .panel-group .panel {
  margin-top: 5px;
  margin: 0;
}
.ibc_location .cource-wrapper .panel {
  margin-bottom: 20px;
}
#ishigaki_cover {
    position: relative;
    min-height: 200px;
    background: -moz-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/okinawa.jpg') center center / cover no-repeat;
    background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/okinawa.jpg') center center / cover no-repeat;
    background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/okinawa.jpg') center center / cover no-repeat;
}
#niigata_cover {
    position: relative;
    min-height: 200px;
    background: -moz-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/niigata.jpg') center center / cover no-repeat;
    background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/niigata.jpg') center center / cover no-repeat;
    background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/niigata.jpg') center center / cover no-repeat;
}
#tokyo_cover {
    position: relative;
    min-height: 200px;
    background: -moz-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/tokyo.jpg') center center / cover no-repeat;
    background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/tokyo.jpg') center center / cover no-repeat;
    background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/tokyo.jpg') center center / cover no-repeat;
}
#shimane_cover {
    position: relative;
    min-height: 200px;
    background: -moz-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/shimane.jpg') center center / cover no-repeat;
    background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/shimane.jpg') center center / cover no-repeat;
    background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 100%), url('./images/shimane.jpg') center center / cover no-repeat;
}
#ishigaki_cover #title,
#niigata_cover #title,
#tokyo_cover #title,
#shimane_cover #title {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 30px;
}

/*-----  20160902_スタイル追加_Nishimura  -----*/
.panel-heading .accordion-toggle h4:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    content:"\E113";
    float: right;
    color: white;
    overflow: no-display;
}
.panel-heading .accordion-toggle.collapsed h4:after {
    /* symbol for "collapsed" panels */
    content:"\E114";
}
a.accordion-toggle{
    text-decoration: none;
}
#cource_cover_01 {
  min-height: 80px;
  background: -moz-linear-gradient(top, rgba(52,73,94,1) 0%, rgba(78,103,123,.5) 100%), url('./images/wd_cover.jpg') center center / cover no-repeat;
  background: -webkit-linear-gradient(top, rgba(52,73,94,1) 0%, rgba(78,103,123,.5) 100%), url('./images/wd_cover.jpg') center center / cover no-repeat;
  background: linear-gradient(to bottom, rgba(52,73,94,1) 0%, rgba(78,103,123,.5) 100%), url('./images/wd_cover.jpg') center center / cover no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5622', endColorstr='#007db9e8',GradientType=0 );
}
#cource_cover_02 {
  min-height: 80px;
  background: -moz-linear-gradient(top, rgba(52,73,94,1) 0%, rgba(78,103,123,.5) 100%), url('./images/wp_cover.jpg') center center / cover no-repeat;
  background: -webkit-linear-gradient(top, rgba(52,73,94,1) 0%, rgba(78,103,123,.5) 100%), url('./images/wp_cover.jpg') center center / cover no-repeat;
  background: linear-gradient(to bottom, rgba(52,73,94,1) 0%, rgba(78,103,123,.5) 100%), url('./images/wp_cover.jpg') center center / cover no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5622', endColorstr='#007db9e8',GradientType=0 );
}
#cource_cover_03 {
  min-height: 80px;
  background: -moz-linear-gradient(top, rgba(52,73,94,1) 0%, rgba(78,103,123,.5) 100%), url('./images/ruby_banner.jpg') center center / cover no-repeat;
  background: -webkit-linear-gradient(top, rgba(52,73,94,1) 0%, rgba(78,103,123,.5) 100%), url('./images/ruby_banner.jpg') center center / cover no-repeat;
  background: linear-gradient(to bottom, rgba(52,73,94,1) 0%, rgba(78,103,123,.5) 100%), url('./images/ruby_banner.jpg') center center / cover no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5622', endColorstr='#007db9e8',GradientType=0 );
}
.working_choice .coupon #title span {
  text-transform: none;
  margin: 0;
}

/*----- 各校ページスタイル -----*/
#base_ibc h4 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 3px solid #ccc;
	font-weight: bold;
}
#base_ibc h4::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 10%;
	height: 3px;
	background-color: #45aed6;
}
#base_ibc h5 {
	font-weight: bold;
}

/*----- 企業研修 -----*/
#main #corp_company h2 {
  background: #9778a6;
}
#main #corp_company h2:after {
  border-top: 10px solid #9778a6;
}
#main #corp_company h3 {
  border-left: 7px solid #9778a6;
  border-bottom: 1px dashed #9778a6;
}
#main #corp_company h5 {
  font-weight: bold;
  font-size: 1.1em;
}
#main #corp_company h6 {
  font-weight: bold;
}
#main #corp_company p {
  line-height: 1.6;
}
#corp_company table.company th {
  padding-left: 1em;
  background: #503e5b;
}
#main #corp_company .company_col h4 {
  border-color: #9778a6;
}
#main #corp_company .company_col .compa_sub {
  border-color: #9778a6;
}
#main #corp_company #company .media.service-box .pull-left > i {
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  border-radius: 100%;
  color: #fff;
  background-image: -moz-linear-gradient(90deg, #503e5b 0%, #503e5b 100%);
  background-image: -webkit-linear-gradient(90deg, #503e5b 0%, #503e5b 100%);
  background-image: -ms-linear-gradient(90deg, #503e5b 0%, #503e5b 100%);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.8);
  position: relative;
}
#main #corp_company #company .necessity-circle {
  border-radius: 50%;
  border: solid 3px #9778a6;
}
table.pale_purple {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
table.pale_purple th.text-center {
  text-align: center;
}
table.pale_purple th {
  border: 1px solid #bca8c6;
  text-align: left;
  width: 28%;
  color: #9778a6;
  background-color: #ece7f0;
  padding: 8px;
  border-collapse: collapse;
  font-weight: bold;
}
table.pale_purple td {
    padding: 8px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #bca8c6;
    font-weight: normal;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
  /*必要であれば以下も*/
  list-style-position:inside;
}
#twenties .ibc_location h4 {
  color: #fff !important;
  font-weight: bold;
}
#twenties .ibc_location .badge {
  width: 100%;
  display: block;
}

/* 20160914-Nishimura */
.panel-body h5 {
  font-weight: bold;
}
.panel-body ul.items {
  list-style: none;
  padding-left: 0;
}


/* 20161017-Matsunaga */
.agriculture{
    position: relative;
    background: #006400;
    padding: 10px;
    color: #fff;
    margin-top: 0;
    margin-bottom: .8em;
    font-size: 1.5em;
    text-align: center;
}
.agriculture:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #006400;
}

h4 .panel-header .agricource1{
    background: #ff5622;
}

h4 .panel-header .agricource2{
    background: #08749b;
}

h4 .panel-header .agricource3{
    background: #CC0505;
}

h4 .panel-header .agricource4{
    background: #FFBF00;
}

h4 .agricource5{
    background: #9b59b6;
}

.agri_center{
    text-align:center;
}


/*-----緑の吹き出し-----*/
#main #freelancepage .balloon-3 {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: 100%;
  min-width: 115px;
  height: auto;
  line-height: 34px;
  color: #ffffff;
  text-align: center;
  background: #006400;
  z-index: 0;
  font-weight: bold;
  font-size: 18px;
}


#main #freelancepage .panel-header2{
  border-left: none !important;
  border-bottom: none !important;
  padding: 1em 0 0 !important;
  margin-bottom: 0 !important;
	background-color:#FF9309;
	color:#ffffff !important;
	text-alian:center !important;
   padding-bottom: 10px! important;
   margin-bottom: 5px! important;
}

#main #freelancepage .panel-header3{
  border-left: none !important;
  border-bottom: none !important;
  padding: 1em 0 0 !important;
  margin-bottom: 0 !important;
	background-color:#2ECC71;
	color:#ffffff !important;
	text-alian:center !important;
   padding-bottom: 10px! important;
   margin-bottom: 5px! important;
}

#main #freelancepage .panel-header4{
  border-left: none !important;
  border-bottom: none !important;
  padding: 1em 0 0 !important;
  margin-bottom: 0 !important;
	background-color:#337AB7;
	color:#ffffff !important;
	text-alian:center !important;
  padding-bottom: 10px! important;
  margin-bottom: 5px! important;
}

#main #freelancepage .panel-header5{
  border-left: none !important;
  border-bottom: none !important;
  padding: 1em 0 0 !important;
  margin-bottom: 0 !important;
	background-color:#FF3539;
	color:#ffffff !important;
	text-alian:center !important;
   padding-bottom: 10px! important;
   margin-bottom: 5px! important;
}

#main #freelancepage .panel-header6{
  border-left: none !important;
  border-bottom: none !important;
  padding: 1em 0 0 !important;
  margin-bottom: 0 !important;
	background-color:#9900C4;
	color:#ffffff !important;
	text-alian:center !important;
   padding-bottom: 10px! important;
   margin-bottom: 5px! important;
}

#main #freelancepage .panel-header7{
  border-left: none !important;
  border-bottom: none !important;
  padding: 1em 0 0 !important;
  margin-bottom: 0 !important;
	background-color: #84C60B;
	color:#ffffff !important;
	text-alian:center !important;
  padding-bottom: 10px! important;
  margin-bottom: 5px! important;
}

#main #freelancepage .centercenter{
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: none;
  border-radius: 0;
  }

#main #freelancepage .flex2  {
  background: #ccccc;
  color:#333333;
}

/*2016.1017_nishimura*/
#main #freelancepage h2.style-2 {
  text-align: center;
  border-bottom: solid 3px #3cb371;
  line-height: 1.6;
  padding: .5em .75em;
  margin-bottom: 45px;
  background: rgba(0, 0, 0, 0);
  border-top: none;
  color: #333;
}
#main #freelancepage h2.style-2:after {
  display: none;
}
#main #freelancepage h3 {
  border-left: 7px solid #3cb371;
  border-bottom: 1px dashed #3cb371;
}
#main #freelancepage .dotted {
  border: dotted 3px #3cb371;
}
#main #freelancepage .table-condensed_02>tbody>tr>td {
  border: solid 1px #3cb371;
}
#main #freelancepage ol.flow dt {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.7;
  border: solid 2px #3cb371;
  border-radius: 4px;
  background: #fff;
  color: #333;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
  0 2px 10px 0 rgba(0, 0, 0, 0.12);
  display: block;
}
#main #freelancepage ol.flow dt small {
  line-height: 1;
  font-weight: normal;
  color : #ff0000;
}
#main #freelancepage .agricource .panel > .panel-mark {
  text-align: left;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .balloon-3 {
    font-size: 1.1em;
    line-height: 1.7;
    padding: 10px;
  }
}
#corp_company #company:not(input) {
  padding: 0 20px 30px;
  background: #fff;
}
#corp_company #company table.company th:after {
  display: none;
}

#corp_company #company .magazine__panel {
  margin-bottom: 30px;
}
#corp_company #company .magazine__panel .magazine__panel-header {
  padding: 10px;
  background: #9778a6;
  color: #fff;
}
#corp_company #company .magazine__panel .magazine__panel-body {
  padding: 10px 20px;
  border: solid 1px #ccc;
  border-top: 0;
}
#corp_company #company .magazine__panel .magazine__panel-body span.strong {
  font-weight: 400;
  background-image: linear-gradient(transparent 40%,#fff67f 40%);
}
#corp_company #company .magazine__panel .magazine__panel-body .att {
  padding-left: 1em;
  text-indent: -1em;
}
